2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-18 19:18:21 +02:00

Remove background from tikz/triangle-unit-circle labels

This commit is contained in:
Martin Thoma 2015-11-05 11:47:08 +01:00
parent f40aea745e
commit 76ebec17a2
2 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

@ -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}