mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
everything in sans-serif
This commit is contained in:
parent
55c0eb4325
commit
cac9fe4121
2 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
\tkzDefPoint(3.2,0){B}
|
||||
\tkzDefPoint(0.7,3){C}
|
||||
|
||||
\tkzLabelPoints[below left](A)
|
||||
\tkzLabelPoints[below right](B)
|
||||
\tkzLabelPoints[above](C)
|
||||
\tkzLabelPoints[below left,font=\sansmath\sffamily](A)
|
||||
\tkzLabelPoints[below right,font=\sansmath\sffamily](B)
|
||||
\tkzLabelPoints[above,font=\sansmath\sffamily](C)
|
||||
|
||||
% Draw polygon
|
||||
\tkzDrawPolygon[thick,fill=gray!10](A,B,C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue