mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Remove background from tikz/triangle-unit-circle labels
This commit is contained in:
parent
f40aea745e
commit
76ebec17a2
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
\usepackage[pdftex,active,tightpage]{preview}
|
||||
\setlength\PreviewBorder{2mm}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{backgrounds}
|
||||
\usepackage{tkz-euclide}
|
||||
\usetikzlibrary{angles,quotes}
|
||||
|
||||
|
@ -14,11 +13,10 @@
|
|||
|
||||
\begin{document}
|
||||
\begin{preview}
|
||||
\begin{tikzpicture}[very thick,font=\sansmath\sffamily,x=3cm,y=3cm, show background rectangle,
|
||||
background rectangle/.style={fill=white},]
|
||||
\begin{tikzpicture}[very thick,font=\sansmath\sffamily,x=3cm,y=3cm]
|
||||
\tkzInit[xmax=1.0,ymax=1.0,xmin=-1.0,ymin=-1.0]
|
||||
\tkzGrid
|
||||
\tkzAxeXY[up space=0.2,right space=0.2,fill=none]
|
||||
\tkzAxeXY[up space=0.2,right space=0.2, label options={fill=none}]
|
||||
|
||||
\tkzDefPoint(0,0){A}
|
||||
\tkzDefPoint({cos(FPpi/5)*1},0){B}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue