Listado de pr'acticas

Edit and compile if you like:
% Schema of Labs on a class% Author: Cristo J. Alanis\documentclass[11pt]{article}\usepackage{tikz}\usepackage[active,tightpage]{preview}\PreviewEnvironment{tikzpicture}\setlength\PreviewBorder{5pt}%\usetikzlibrary{shadows,arrows}% Define the layers to draw the diagram\pgfdeclarelayer{background}\pgfdeclarelayer{foreground}\pgfsetlayers{background,main,foreground}% Define block styles\tikzstyle{materia}=[draw, fill=blue!20, text width=6.0em, text centered,minimum height=1.5em,drop shadow]\tikzstyle{practica} = [materia, text width=8em, minimum width=10em,minimum height=3em, rounded corners, drop shadow]\tikzstyle{texto} = [above, text width=6em, text centered]\tikzstyle{linepart} = [draw, thick, color=black!50, -latex', dashed]\tikzstyle{line} = [draw, thick, color=black!50, -latex']\tikzstyle{ur}=[draw, text centered, minimum height=0.01em]% Define distances for bordering\newcommand{\blockdist}{1.3}\newcommand{\edgedist}{1.5}\newcommand{\practica}[2]{node (p#1) [practica]{Pr\'actica #1\\{\scriptsize\textit{#2}}}}% Draw background\newcommand{\background}[5]{%\begin{pgfonlayer}{background}% Left-top corner of the background rectangle\path (#1.west |- #2.north)+(-0.5,0.5) node (a1) {};% Right-bottom corner of the background rectanle\path (#3.east |- #4.south)+(+0.5,-0.25) node (a2) {};% Draw the background\path[fill=yellow!20,rounded corners, draw=black!50, dashed](a1) rectangle (a2);\path (a1.east |- a1.south)+(0.8,-0.3) node (u1)[texto]
Click to download: labs-schema.tex • labs-schema.pdf
Open in Overleaf: labs-schema.tex