summaryrefslogtreecommitdiff
path: root/info/visualtikz/Source/test.tex
blob: c049a64f29e9e47b2cd66887311935cccfa20e1e (plain)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228


\input{versGB} % for english version
%\input{versFR} % pour la version française

 \input{tikzdebut}


 \begin{document}


%\selectlanguage{english}
\selectlanguage{french}



%\input{tkztitre}


% \tableofcontents
%
%
%\newpage




\input{tkzdatavisual}

%
%\newpage
%
%\RRR{17-2-1} fini
%
%
%/tikz/node font=font commands
%
%\begin{tikzpicture}
%\draw[node font=\itshape] (1,0) -- +(1,1) node[above] {italic};
%\end{tikzpicture}
%
%\tikz \node [node font=\tiny, minimum height=3em, draw] {tiny};
%\tikz \node [node font=\small, minimum height=3em, draw] {small};
%
%
%
%
%/tikz/node align header=
%
%
%\RRR{17-4-4} OK
%
%
%\RRR{17-5} Positioning Nodes
%
%
%
%\RRR{17-5-3 }Advanced Placement Options
%
%
%  
%
%\subsubsection{title}
%
%\begin{tikzpicture}[every node/.style={draw}]
%\draw[help lines](0,0) grid (3,2);
%\draw (1,0) node{A}
%(2,0) node[rotate=90,scale=1.5] {B};
%\draw[rotate=30] (1,0) node{A}
%(2,0) node[rotate=90,scale=1.5] {B};
%\draw[rotate=60] (1,0) node[transform shape] {A}
%(2,0) node[transform shape,rotate=90,scale=1.5] {B};
%\end{tikzpicture}
%
%m:::::::::::::::%\begin{tikzpicture}
%%% Install a nonlinear transformation:
%%\pgfsetcurvilinearbeziercurve
%%{\pgfpoint{0mm}{20mm}}
%%{\pgfpoint{10mm}{20mm}}
%%{\pgfpoint{10mm}{10mm}}
%%{\pgfpoint{20mm}{10mm}}
%%\pgftransformnonlinear{\pgfpointcurvilinearbezierorthogonal\pgf@x\pgf@y}%
%%% Draw something:
%%\draw [help lines] (0,-30pt) grid [step=10pt] (80pt,30pt);
%%\foreach \x in {0,20,...,80}
%%\node [fill=red!20] at (\x pt, -20pt) {\x};
%%\foreach \x in {0,20,...,80}
%%\node [fill=blue!20, transform shape nonlinear] at (\x pt, 20pt) {\x};
%%\end{tikzpicture}
%
%
%\newpage
%
%
%
%\input{tkzcoord}
%
%
%
%\newpage
%
%\SSCT{Les n\oe uds }{Nodes}
%
%\input{tkznoeud1}
%
%\newpage
%
%\input{tkzpos}
%
%\newpage
%
%\SSCT{Mettre du texte  en valeur}{Text highlighting}
%
%\input{tkzboit1}
%
%%\begin{tikzpicture}
%%[spy using outlines={circle, magnification=4, size=2cm, connect spies}]
%%\draw [help lines] (0,0) grid (3,2);
%%\draw [decoration=Koch curve type 1]
%%decorate { decorate{ decorate{ decorate{ (0,0) -- (2,0) }}}};
%%\spy [red] on (1.6,0.3)
%%in node [left] at (3.5,-1.25);
%%\spy [blue, size=1cm] on (1,1)
%%in node [right] at (0,-1.25);
%%\end{tikzpicture}
%%
%%\begin{tikzpicture}
%%[spy using outlines={circle, magnification=4, size=2cm, connect spies}]
%%\draw [help lines] (0,0) grid (3,2);
%%\shadedraw[shading=Mandelbrot set ] (0,0) rectangle (2,2) ;
%%\spy [red] on (1,0.4)
%%in node [left] at (3.5,-1.25);
%%\spy [blue, size=1cm] on (.5,.8)
%%in node [right] at (0,-1.25);
%%\end{tikzpicture}
%
%
%%\input{tkzturtle}
%% 
%%
%% 
%%\newpage 
%%
%%\SbSSCT{Matrice de n\oe uds}{Matrices and Alignment}
%%
%%
%%\input{matrix}
%% 
%%\newpage 
%%
%%\SbSSCT{Chaine de n\oe uds}{Chains of nodes}
%%
%%\input{tkzchains}
%%
%%
%%\bigskip
%
%%\begin{tikzpicture}[baseline=-1cm] 
%%\matrix [matrix of nodes,column sep=.5cm,row sep=.5cm,every node/.style=draw]
%%{
%%|(a) [red]|AAA 			& |(b) [circle]| BBB \\
%%|(c)| CCC 		& |(d) [isosceles triangle]| DDD \\
%%|(e) [ellipse]| EEE & |(f)| FFFF \\
%%};
%%\draw (a) -- (f);
%%\end{tikzpicture}
%
%
%\newpage
%
%
%
%%\section{symboles}
%%
%%\input{tkzcoord}
%
%%\newpage
%%
%%\input{tkzpeople}
%
%%\newpage
%%
%%\SbSSCT{Canards}{Ducks}
%
%%\input{tkzducks}
%%
%%\newpage
%
%
%\newpage
%
%\section{A Voir}
%
%
%%\input{tkzdatavisual}
%
%\begin{tikzpicture}
%\draw[help lines] (0,0) grid (2,2);
%\node[draw,fill=green!20,] (A) at (1,1) {\huge noeud};
%\fill[red] (A.-30) circle (3pt);
%\end{tikzpicture}
%
%
%
%\begin{tikzpicture}
%\draw[help lines] (0,0) grid (3,2);
%\draw (0,0) -- (1,1);
%\draw[red] (0,0) -- ([xshift=3pt] 1,1);
%\draw (1,0) -- +(30:2cm);
%\draw[red] (1,0) -- +([shift=(135:5pt)] 30:2cm);
%\end{tikzpicture}
%
%
%
%\section{Problèmes a Voir}
%
%%\tikz \node[jester,pattern=yellow,minimum size=1.5cm] at (0,0) {};
%
%\newpage
%
%
%\input{bibtkz}
%
%\newpage 
%
%%\printindex 
  
\end{document}: