blob: b3e889b8174a6bb25cf03911a1515c7b8be6ee2a (
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
|
\section{About this documentation and the examples}
It is obtained by compiling with \code{lualatex}. I use a class \tkzname{doc.cls} based on \tkzname{scrartcl}.
Below the list of styles used in the documentation. To understand how to use the styles see the section \ref{custom}
|\tkzSetUpColors[background=white,text=black] |
|\tkzSetUpCompass[color=orange, line width=.2pt,delta=10]|
|\tkzSetUpArc[color=gray,line width=.2pt]|
|\tkzSetUpPoint[size=2,color=teal]|
|\tkzSetUpLine[line width=.2pt,color=teal]|
|\tkzSetUpStyle[color=orange,line width=.2pt]{new}|
|\tikzset{every picture/.style={line width=.2pt}}|
|\tikzset{label angle style/.append style={color=teal,font=\footnotesize}}|
|\tikzset{label style/.append style={below,color=teal,font=\scriptsize}}|
Some examples use predefined styles like
|\tikzset{new/.style={color=orange,line width=.2pt}} |
|