forked from Bigomby/tfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dtsc-creafig.sty
81 lines (75 loc) · 1.67 KB
/
dtsc-creafig.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
%:Paquete específico para el dibujo. Llama al paquete tikz que es responsable de casi todo
\usepackage{pgfplots}
\usetikzlibrary{
arrows,
calc,
fit,
patterns,
plotmarks,
shapes.geometric,
shapes.misc,
shapes.symbols,
shapes.arrows,
shapes.callouts,
shapes.multipart,
shapes.gates.logic.US,
shapes.gates.logic.IEC,
circuits.logic.US,
circuits.logic.IEC,
circuits.logic.CDH,
circuits.ee.IEC,
datavisualization,
datavisualization.formats.functions,
er,
automata,
backgrounds,
chains,
topaths,
trees,
petri,
mindmap,
matrix,
calendar,
folding,
fadings,
shadings,
spy,
through,
turtle,
positioning,
scopes,
decorations.fractals,
decorations.shapes,
decorations.text,
decorations.pathmorphing,
decorations.pathreplacing,
decorations.footprints,
decorations.markings,
shadows,
lindenmayersystems,
intersections,
fixedpointarithmetic,
fpu,
svg.path,
external,
pgfplots.groupplots
}
%:Definiendo los estilos bloque, entrada y salida
%\tikzstyle{bloque} = [draw, rectangle, minimum height=4em, minimum width=5em]
%\tikzstyle{input} = [coordinate]
%\tikzstyle{output} = [coordinate]
\tikzset{bloque/.style={draw, rectangle, minimum height=4em, minimum width=5em}}
\tikzset{input/.style={coordinate}}
\tikzset{output/.style={coordinate}}
%
%:Para garantizarnos la compatibilidad con la última versión de pgfplots
\pgfplotsset{compat=newest}
\definecolor{qqccqq}{rgb}{0,0.8,0}
\definecolor{qqttcc}{rgb}{0,0.2,0.8}
\definecolor{gridcolor}{RGB}{255 216 234}
\definecolor{gridlabelcolor}{RGB}{255 24 131}
\def\rnd#1{
\pgfmathprintnumberto[precision=2]{#1}{\temp}\temp
}
\endinput
% Fin de dtsc-creafig.sty