diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-04 22:30:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-04 22:30:53 +0000 |
commit | 2826ceba9c796e6ec935ff71098328b0042b3ff3 (patch) | |
tree | 254ae6dcd883e55308b733164f8e0445590e3ea6 /Master/texmf-dist/doc/latex/tkz-base/examples | |
parent | 3886457c768d0a6fd86ca3aa7139026e39ef5724 (diff) |
tkz-base (4jan22)
git-svn-id: svn://tug.org/texlive/trunk@61495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples')
104 files changed, 0 insertions, 1564 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/preamble-standalone.ltx b/Master/texmf-dist/doc/latex/tkz-base/examples/preamble-standalone.ltx deleted file mode 100644 index fb3587d4f6a..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/preamble-standalone.ltx +++ /dev/null @@ -1,2 +0,0 @@ -\documentclass{standalone} -\usepackage{tkz-euclide,tkz-fct} diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.1.1.tex deleted file mode 100644 index 60232925271..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.1.1.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 81 (Section 10.1.1 : Example with \tkzcname{tkzShowBB}) - -\begin{tikzpicture}[scale=.5] - \tkzInit[ymax=5,xmax=8] - \tkzGrid - \tkzDefPoint(3,0){A} - \begin{scope} - \tkzClipBB - \tkzDrawCircle[R](A,5 cm) - \tkzShowBB - \end{scope} -\tkzDrawCircle[R,red](A,4 cm) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.2.1.tex deleted file mode 100644 index 7096d7d49aa..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.2.1.tex +++ /dev/null @@ -1,19 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 82 (Section 10.2.1 : Example with \tkzcname{tkzClipBB} and the bisectors) - -\begin{tikzpicture} - \tkzInit[xmin=-3,xmax=6, ymin=-1,ymax=6] - \tkzDefPoint(0,0){O}\tkzDefPoint(3,1){I} - \tkzDefPoint(1,4){J} - \tkzDefLine[bisector](I,O,J) \tkzGetPoint{i} - \tkzDefLine[bisector out](I,O,J) \tkzGetPoint{j} - \tkzDrawPoints(O,I,J,i,j) - \tkzClipBB - \tkzDrawLines[add = 1 and 2,color=red](O,I O,J) - \tkzDrawLines[add = 1 and 2,color=blue](O,i O,j) - \tkzShowBB -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.3.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.3.1.tex deleted file mode 100644 index 3e17f8f9889..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.3.1.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 83 (Section 10.3.1 : Example with \tkzcname{tkzShowBB}) - -\begin{tikzpicture} - \tkzDefPoint(0,0){A} - \tkzDefPoint(3,3){B} - \tkzDefPoint(1,1){C} - \tkzSetBB(A)(2,2) - \tkzDrawSegment(A,B) - \tkzDrawPoints(A,C) - \tkzShowBB -\end{tikzpicture}right - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.4.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.4.0.tex deleted file mode 100644 index 8bcbcd13c1b..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.4.0.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 84 (Section 10.4 : tkzSaveBB}{) - -\begin{tikzpicture} - \begin{scope} - \tkzSetBB(0,0)(6,2) \tkzShowBB[fill=blue!20] - \tkzSaveBB - \end{scope} - \tkzDefPoint(3,3){A}\tkzShowBB - \tkzDrawCircle[R,fill=yellow,opacity=.2](A,2cm) - \tkzRestoreBB -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.5.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.5.1.tex deleted file mode 100644 index 0c0288fae87..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.5.1.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 85 (Section 10.5.1 : Example of the use of \tkzcname{tkzRestoreBB}) - -\begin{tikzpicture} - \tkzDefPoint(-2,-2){A} - \tkzDefPoint(2,1){B} - \tkzDefPoint(0,0){O} - \tkzSaveBB - \tkzShowBB[red,line width=1pt] - \tkzRestoreBB - \tkzDrawCircle(O,B) - \tkzClipBB - \tkzFillCircle[gray!20](O,B) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.1.tex deleted file mode 100644 index 8338c2b00f0..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.1.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 86 (Section 10.6.1 : First example with \tkzcname{tkzClip}} \hypertarget{clip}{) - -\begin{tikzpicture} - \tkzInit[xmax=3, ymax=3] - \tkzGrid - \tkzAxeXY - \draw[red] (-1,-1)--(5,5); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.2.tex deleted file mode 100644 index 911dfcc2c5e..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.2.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 87 (Section 10.6.2 : Second example with \tkzcname{tkzClip}) - -\begin{tikzpicture} - \tkzInit[xmax=3, ymax=3] - \tkzGrid - \tkzAxeXY - \tkzClip - \draw[red] (-1,-1)--(5,5); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.3.tex deleted file mode 100644 index e9f80c2e2b3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.6.3.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 88 (Section 10.6.3 : \tkzcname{tkzClip} et l'option \tkzname{space}) - -\begin{tikzpicture} - \tkzInit[xmax=3, ymax=3] - \tkzGrid \tkzAxeXY - \tkzClip[space=-0.5] - \draw[red] (-0.5,-0.5)--(3.5,3.5); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.7.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.7.1.tex deleted file mode 100644 index 1c7e430f797..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.7.1.tex +++ /dev/null @@ -1,25 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 89 (Section 10.7.1 : Example with \tkzcname{tkzClipOutPolygon}) - -\begin{tikzpicture}[scale=.5] - \tkzInit[xmin=-5,xmax=5,ymin=-5,ymax=5] - \pgfinterruptboundingbox - \tkzDefPoints{-.5/0/P1,.5/0/P2} - \foreach \i [count=\j from 3] in {2,...,7}{% - \tkzDefShiftPoint[P\i]({45*(\i-1)}:1 cm){P\j} - } - \endpgfinterruptboundingbox - \tkzClipOutPolygon(P1,P2,P3,P4,P5,P6,P7,P8) - \tkzCalcLength[cm](P1,P5)\tkzGetLength{r} - \begin{scope}[blend group=screen] - \foreach \i in {1,...,8}{% - \pgfmathparse{100-5*\i} - \tkzFillCircle[R,color=blue!% - \pgfmathresult](P\i,\r) - } - \end{scope} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.9.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.9.0.tex deleted file mode 100644 index 95333829b4e..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10.9.0.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 90 (Section 10.9 : TikZ Controls \tkzcname{pgfinterruptboundingbox} and \tkzcname{endpgfinterruptboundingbox}) - -\begin{tikzpicture} -\tkzDefPoint(0,5){A}\tkzDefPoint(5,4){B} -\tkzDefPoint(0,0){C}\tkzDefPoint(5,1){D} -\pgfinterruptboundingbox - \tkzInterLL(A,B)(C,D)\tkzGetPoint{I} -\endpgfinterruptboundingbox -\tkzClipBB - \tkzDrawCircle(I,B) -\tkzDrawSegments(A,B C,D A,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12.1.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12.1.2.tex deleted file mode 100644 index f2a50ea34e3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12.1.2.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 91 (Section 12.1.2 : Example of use ) - -\begin{tikzpicture} - \tikzset{xaxe style/.style={-}} - \tikzset{yaxe style/.style={-}} - \tkzInit[xmax=4,ymax=4] - \tkzGrid - \tkzDrawX - \tkzDrawY - \tkzRep[color=red,ynorm=2] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.1.tex deleted file mode 100644 index 45ca2bdda2b..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 92 (Section 13.1.1 : Horizontal line ) - -\begin{tikzpicture}[scale=2] - \tkzInit[xmax=3,ymax=1.5] - \tkzAxeXY - \tkzHLine[color = blue, - style = dashed, - line width = 2pt]{1} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.2.tex deleted file mode 100644 index 94ccca28ce3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.1.2.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 93 (Section 13.1.2 : Horizontal line and value calculated by \tkzname{xfp} ) - -\begin{tikzpicture} - \tkzInit[xmin=-3,xmax=3,ymin=-2,ymax=1.5] - \foreach\v in {-1,1} - {\tkzHLine[color=red]{\v*pi/2}} - \tkzDrawY - \tkzAxeX[trig=2] - \tkzLabelY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.2.1.tex deleted file mode 100644 index be3fa56c3c2..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.2.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 94 (Section 13.2.1 : Horizontal lines) - -\begin{tikzpicture} - \tkzInit[xmax=5,ymax=4] - \tkzAxeXY - \tkzHLines[color = magenta]{1,...,3} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.1.tex deleted file mode 100644 index df20f637756..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 95 (Section 13.3.1 : Vertical line ) - -\begin{tikzpicture}[scale=2] - \tkzInit[xmax=3,ymax=1] - \tkzAxeXY - \tkzVLine[color = blue, - style = dashed, - line width = 2pt]{1/3} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.2.tex deleted file mode 100644 index 86aae74f574..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.3.2.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 96 (Section 13.3.2 : Vertical line and value calculated by \tkzname{xfp} ) - -\begin{tikzpicture} - \tkzInit[xmax=7,ymin=-1,ymax=1] - \foreach\v in {1,2} - {\tkzVLine[color=red]{\v*pi}} - \tkzDrawY - \tkzAxeX[trig=2] - \tkzLabelY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.4.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.4.1.tex deleted file mode 100644 index 5e1044b353a..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-13.4.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 97 (Section 13.4.1 : Vertical lines) - -\begin{tikzpicture} - \tkzInit[xmax=5,ymax=2] - \tkzAxeXY - \tkzVLines[color = green]{1,2,...,4} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-14.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-14.1.1.tex deleted file mode 100644 index f007a0f0545..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-14.1.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 98 (Section 14.1.1 : Example) - -\begin{tikzpicture} - \tkzInit[xmax=6] - \tkzDrawX - \tkzHTick[mark=ball,mark size=3pt]{pi/2} - \tkzHTick[mark=*, - mark options={color=purple}]{2*exp(1)} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.1.1.tex deleted file mode 100644 index fcb697749c9..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.1.1.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 99 (Section 15.1.1 : Drawing of a scatter plot with \tkzcname{tkzDrawSetOfPoints}) - -\begin{tikzpicture}[scale=0.75] -\tkzInit[xmax=6,ymin=1000,ymax=5000,ystep=1000] -\tkzDrawX[label=$m$,below=10pt] -\tkzDrawY[label=$R(m)$,above=10pt] -\tkzLabelX[font=\scriptsize] -\tkzLabelY[font=\scriptsize] -\tkzDefSetOfPoints[show]{1/2000,2/3000,4/2500,5/4200} -\tkzDrawSetOfPoints[mark=ball,mark size=3pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.1.tex deleted file mode 100644 index ee7889246be..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.1.tex +++ /dev/null @@ -1,23 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 100 (Section 15.2.1 : Link the points of a scatter plot with \tkzcname{tkzJoinSetOfPoints}) - -\begin{tikzpicture}[scale=1] -\tkzInit[xmax=5, - ymin=1000,ymax=6000,ystep=1000] -\tkzDrawX[label=$m$,below=13pt] -\tkzDrawY[label=$R(m)$] -\tkzLabelX[font=\scriptsize] -\tkzLabelY[font=\scriptsize] -\tkzDefSetOfPoints{% - 1/2000,2/3000,4/2500,5/4200} -\tkzJoinSetOfPoints[% - thick, - color=brown] -\tkzDrawSetOfPoints[% - mark=ball - ,mark size=3pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.2.tex deleted file mode 100644 index cd6f35cdb53..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.2.2.tex +++ /dev/null @@ -1,21 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 101 (Section 15.2.2 : Using the points of a scatter plot) - -\begin{tikzpicture}[scale=.5] -\tkzInit[xmax=5,ymin=1000, - ymax=6000,ystep=1000] -\tkzGrid[color=orange!30] -\tkzDrawX[label=$m$,below=13pt] -\tkzDrawY[label=$R(m)$] -\tkzLabelX[font=\scriptsize] -\tkzLabelY[font=\scriptsize] -\tkzDefSetOfPoints[prefix=P]{% - 1/2000,2/3000,3/2000,4/2500,5/4200} -\tkzDrawPolySeg[% - color=brown!50, - line width=2pt](P1,P2,P3,P4,P5) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.3.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.3.1.tex deleted file mode 100644 index ef5a5afd8f3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.3.1.tex +++ /dev/null @@ -1,31 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 102 (Section 15.3.1 : Two scatter plots) - -\begin{tikzpicture} -\tkzInit[xmax=5.5,ymin=1000,% - ymax=6000,ystep=2000] -\tkzGrid[color=orange!30] -\tkzDrawX[label=$m$,below=13pt] -\tkzDrawY[above left,label=$R(m)$] -\tkzLabelX[below right,font=\scriptsize] -\tkzLabelY[font=\scriptsize] -\tkzDefSetOfPoints{1/2000,2/3000,3/2000, - 4/2500,5/4200} -\tkzDefSetOfPoints[prefix=P]{1/3200,2/4100, - 3/3300,4/3300,5/5000} -\tkzSetUpMark[mark=heart,color=black, - fill=red!30,size=4pt] -\tkzJoinSetOfPoints[thick,color=blue,double] -\tkzDrawSetOfPoints -\tkzJoinSetOfPoints[prefix=P,thick,color=orange] -\tkzDrawSetOfPoints[prefix=P,mark=square*, - mark size=4pt, - mark options={color=blue,fill=blue!40}] -\tkzText[draw,color = red, - fill = orange!20](3,5800)% - {Recette en fonction du mois} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.4.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.4.1.tex deleted file mode 100644 index 9b7b417d45c..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.4.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 103 (Section 15.4.1 : Ball; use of \tkzcname{tkzDrawMarks}) - -\begin{tikzpicture} - \tkzInit[xmax=3,ymax=1] - \tkzAxeXY - \tkzDrawMark[mark=ball](1,.5) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.5.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.5.1.tex deleted file mode 100644 index 6b385195a36..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-15.5.1.tex +++ /dev/null @@ -1,20 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 104 (Section 15.5.1 : Mark and plot; use of \tkzcname{tkzDrawMarks}) - -\begin{tikzpicture} - \tkzInit[xmax=6,ymin=1000, - ymax=5000,ystep=1000] - \tkzAxeXY - \tkzDefSetOfPoints[prefix=P]{% - 1/2000, - 2/3000, - 4/2500, - 5/4200} - \tkzDrawSegments[color=brown!50]% -(P1,P2 P2,P3 P3,P4) - \tkzDrawMarks[mark=ball](P1,P2,P3,P4) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.1.tex deleted file mode 100644 index 0e9800230ad..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.1.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 105 (Section 16.1.1 : A title) - -\begin{tikzpicture} - \tkzInit[xmax = 6, ymin = 1000,% - ymax = 4000,ystep = 1000] - \tkzAxeXY - \tkzText[draw, - line width = 1pt,% - color = red,% - fill = orange!20](3,4000)% - {Recette en fonction du mois} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.2.tex deleted file mode 100644 index af016037282..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.2.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 106 (Section 16.1.2 : Draft) - -\begin{tikzpicture} - \tkzInit[xmax = 6, ymin = 1000,% - ymax = 4000,ystep = 1000] - \tkzGrid \tkzAxeXY - \tkzText[draw,opacity=.2, - rotate=45,inner sep=.6 cm, - line width = 1pt, - color = black, - fill = purple!20](3,2500) - {\Huge DRAFT} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.3.tex deleted file mode 100644 index 218edf8c6c5..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.3.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 107 (Section 16.1.3 : Text with a period) - -\begin{tikzpicture} - \tkzInit[ymax=5,xmax=6] - \tkzAxeXY - \tkzDefPoint(3,3){A} - \tkzText[draw,opacity=.6, - inner sep=.6 cm, - line width = 1pt, - color = black, - fill = purple!20](A) - {My text} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.4.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.4.tex deleted file mode 100644 index 3dd1a8b7749..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.4.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 108 (Section 16.1.4 : Text format) - -\begin{tikzpicture} - \tkzInit[ymax=5,xmax=6] - \tkzAxeXY - \tkzText[draw,opacity=.6, - inner sep=.6 cm, - line width = 1pt, - color = black, - fill = purple!20, - text width=3cm](3,3) - {My text\\\ Reference} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.2.1.tex deleted file mode 100644 index ebb9c33b21b..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.2.1.tex +++ /dev/null @@ -1,28 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 109 (Section 16.2.1 : Legends with symbols) - -\begin{tikzpicture} -\tkzInit[xmax=12,ymin=1000,ymax=11000,ystep=2000] -\tkzGrid[color=orange!30] -\tkzDrawX[below right,label=Mois] -\tkzDrawY[above left,label=Recette] -\tkzLabelX -\tkzLabelY -\tkzDefSetOfPoints{1/2000,2/3000,3/2000,4/2500,5/4200,6/4800,7/4600, - 8/5200,9/6200,10/7000,11/7400,12/10000} -\tkzDefSetOfPoints[prefix=P]{1/3200,2/4100,3/3300,4/3300,5/5000,6/5500,7/5200,8/4000, - 9/3000,10/6000,11/8400,12/9000} -\tkzSetUpMark[mark=heart,color=black,fill=red!30,size=4pt] -\tkzJoinSetOfPoints[thick,color=brown,double] -\tkzDrawSetOfPoints -\tkzJoinSetOfPoints[prefix=P,thick,color=orange,double] -\tkzDrawSetOfPoints[prefix=P,mark=square*,mark size=4pt, - mark options={color=blue,fill=blue!40}] -\tkzLegend[draw,rounded corners,fill=orange!20,text=brown, - line width=2pt](5,10000){heart/1ex/red!30/Product Recipe A,% - square*/0.75ex/blue!40/Product Recipe B} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-3.1.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-3.1.0.tex deleted file mode 100644 index 970ba14baac..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-3.1.0.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 2 (Section 3.1 : Installation test) - -\begin{tikzpicture} - \tkzInit[xmax=4,ymax=4] - \tkzGrid - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.1.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.1.0.tex deleted file mode 100644 index 8bc4bea5813..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.1.0.tex +++ /dev/null @@ -1,10 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 5 (Section 4.1 : Example that poses a problem ) - -\begin{tikzpicture}[x=0.01 cm] - \draw (0,0)--(600,0); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.2.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.2.0.tex deleted file mode 100644 index f3e6d2b7107..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-4.2.0.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 6 (Section 4.2 : The role of \tkzname{\tkznameofpack}) - -\begin{tikzpicture}[x=0.000001 cm] - \coordinate (x) at (6000000,0); - \draw (0,0)--(x); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.1.tex deleted file mode 100644 index d081a3f16b9..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.1.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 7 (Section 5.1.1 : Changing the drawing size with \tkzcname{tkzInit}) - -\begin{tikzpicture} - \tkzInit[xmax=8,ymax=6] - \tkzGrid - \tkzAxeXY - \draw[blue](-1,0)--(6,7); -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.2.tex deleted file mode 100644 index 7cff1c35282..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.1.2.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 8 (Section 5.1.2 : Role of \tkzname{xstep} , \tkzname{ystep}) - -\begin{tikzpicture} - \tkzInit[xmax=10,xstep=2,ymax=800,ystep=400] - \tkzGrid - \tkzAxeXY - -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.0.tex deleted file mode 100644 index 6f295c73875..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.0.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 9 (Section 5.2 : Another example with \tkzname{xstep} and \tkzname{ystep}) - -\begin{tikzpicture} - \tkzInit[xmax=5,xstep=1,ymax=2,ystep=.5] - \tkzGrid - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.1.tex deleted file mode 100644 index 31f8f77fc3b..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.1.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 10 (Section 5.2.1 : Customized origin.) - -\begin{tikzpicture} - \tkzInit[xmin=20, - xmax=50, - xstep=10, - ymin=5000, - ymax=5150, - ystep=50] - \tkzAxeXY - \tkzDefPoint(30,5100){A} - \tkzDrawPoint(A) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.2.tex deleted file mode 100644 index e28f6443319..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.2.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 11 (Section 5.2.2 : Use of decimals ) - -\begin{tikzpicture} - \tkzInit[xmin=0.00, xmax=0.05, - ymin=1.2200,ymax=1.2215, - xstep=0.01, ystep=0.0005] - \tkzAxeXY - \tkzDefPoint(.04,1.22025){I} - \tkzDrawPoint(I) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.3.tex deleted file mode 100644 index 3aaba65fba1..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-5.2.3.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 12 (Section 5.2.3 : Negative values) - -\begin{tikzpicture} - \tkzInit[xmin = -40, - xmax = 60, - ymin = -40, - ymax = 60, - xstep = 20, - ystep = 20] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.0.tex deleted file mode 100644 index 063873cdbe5..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.0.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 13 (Section 6.1 : \tkzcname{tkzDrawX}} \hypertarget{dx}{) - -\begin{tikzpicture}[>=latex,scale=2] - \draw[line width=2 pt](0,0)--(4,0); - \draw[fill] (2cm-6pt,-14pt) rectangle (2cm+6pt,+14pt); - \draw[<->](2cm-6.5pt,18pt) -- (2cm+6.5pt,+18pt); - \node[above] at (2cm,20pt) {tickwd}; - \draw[<->](2cm+10pt,1pt) -- (2cm+10pt,+14pt); - \node[right] at (2cm+10pt,8pt) {tickup}; - \draw[<->](2cm+10pt,-1pt) -- (2cm+10pt,-14pt); - \node[right] at (2cm+10pt,-8pt) {tickdn}; -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.1.tex deleted file mode 100644 index 1c08d022ed8..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.1.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 14 (Section 6.1.1 : No tick, no label) - -\begin{tikzpicture} - \tkzInit[xmax=5] - \tkzDrawX[label={},noticks] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.2.tex deleted file mode 100644 index caaa0740d74..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.2.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 15 (Section 6.1.2 : Label placement) - -\begin{tikzpicture} - \tkzInit[xmax=5] - \tkzDrawX[label = quantity, - above left = 8pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.3.tex deleted file mode 100644 index 73e081bc161..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.3.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 16 (Section 6.1.3 : Label and Axis Colour) - -\begin{tikzpicture} - \tkzInit[xmax=5] - \tkzDrawX[text=blue,color=red,right=12pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.4.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.4.tex deleted file mode 100644 index 9e5d06a4d6c..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.4.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 17 (Section 6.1.4 : Option \tkzname{right space}) - -\begin{tikzpicture} -\tkzInit[xmax=0.4,xstep=0.1] -\tkzDrawX[text=blue,color=red,right=12pt,right space=1] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.5.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.5.tex deleted file mode 100644 index da595596308..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.5.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 18 (Section 6.1.5 : Trigonometric axis with the option \tkzname{trig=1}}\hypertarget{newm}{) - -\begin{tikzpicture} - \tkzInit[xmin=0,xmax=4,ymin=-1,ymax=1] - \tkzDrawX[trig=1] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.6.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.6.tex deleted file mode 100644 index eb3e5e4702e..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.1.6.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 19 (Section 6.1.6 : Trigonometric axis with the option \tkzname{trig=2} ) - -\begin{tikzpicture} - \tkzInit[xmin=0,xmax=4,ymin=-1,ymax=1] - \tkzDrawX[trig=2] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex deleted file mode 100644 index 7e58a720423..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 43 (Section 6.10.1 : Changing the default axes) - -\begin{tikzpicture}[scale=1] - \tkzInit[ymax=2,xmax=4] - \tkzSetUpAxis[line width=1pt,tickwd=1pt,ticka=3pt, tickb=0pt] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.1.tex deleted file mode 100644 index 1058d470a70..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 20 (Section 6.2.1 : Position of the graduations) - -\begin{tikzpicture} -\tkzInit[xmax=.5,xstep=0.1] -\tkzDrawX[label=$t$,text=blue,color=red] -\tkzLabelX[text=blue,below = 3pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.10.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.10.tex deleted file mode 100644 index 827c87c4f8d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.10.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 32 (Section 6.2.10 : Only positive graduations before drawings ) - -\begin{tikzpicture} - \tkzInit[xmin=2,ymin=2,xmax=4,ymax=4] - \tkzLabelX \tkzLabelY - \tkzDrawXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.11.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.11.tex deleted file mode 100644 index b24ace923e6..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.11.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 33 (Section 6.2.11 : No graduations at the origin ) - -\begin{tikzpicture} - \tkzInit[xmin=2,ymin=2,xmax=4,ymax=4] - \tkzLabelX[orig] \tkzLabelY[orig] - \tkzDrawXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.2.tex deleted file mode 100644 index 62044924c0f..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.2.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 21 (Section 6.2.2 : Position of the graduations with \tkzname{xlabel style}) - -\begin{tikzpicture} - \tkzInit[xmin=1000,xmax=4000,xstep=1000] - \tkzDrawX - \tikzset{xlabel style/.append style={rotate=-30}} - \tkzLabelX[below right=3 pt,inner sep = 1pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.3.tex deleted file mode 100644 index 18c8ee20311..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.3.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 22 (Section 6.2.3 : Dates with \tkzname{np off}) - -\begin{tikzpicture} - \tkzInit[xmin=2000,xmax=2004] - \tkzDrawX - \tikzset{xlabel style/.append style={rotate=-30}} - \tkzLabelX[np off,below right=3 pt,inner sep =1pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.4.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.4.tex deleted file mode 100644 index ed1e4ce69a4..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.4.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 23 (Section 6.2.4 : \tkzname{frac}) - -\begin{tikzpicture} -\tkzInit[xmax=1.75,xstep=0.33333] -\tkzDrawX[label=$t$,text=blue,color=red] -\tkzLabelX[frac=3,text=blue,below = 6pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.5.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.5.tex deleted file mode 100644 index f566cb7158d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.5.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 24 (Section 6.2.5 : \tkzname{trig}) - -\begin{tikzpicture} - \tkzInit[xmin=0,xmax=5,ymin=-1,ymax=1] - \tkzDrawX[trig=2] - \tkzLabelX[trig=2,text=blue,below = 8pt] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.6.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.6.tex deleted file mode 100644 index ea7b67133bc..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.6.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 28 (Section 6.2.6 : Graduations size) - -\begin{tikzpicture} - \tkzInit[xmin=0,xmax=5,ymin=-1,ymax=1] - \tkzDrawX[trig=2] - \tkzLabelX[trig=2,text=blue, - below = 8pt,node font=\scriptsize] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.7.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.7.tex deleted file mode 100644 index 9abf0c8edb5..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.7.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 29 (Section 6.2.7 : Colour of the graduations) - -\begin{tikzpicture} - \tkzInit[xmin = -2,xmax = 3, - ymin = -2,ymax = 2] - \tkzDrawX[color = red, - label = $\displaystyle\frac{1}{t}$, - below = 6pt] - \tkzLabelX[text=blue] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.8.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.8.tex deleted file mode 100644 index dad9b9dede0..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.8.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 30 (Section 6.2.8 : Axis drawings before the graduation) - -\begin{tikzpicture} -\tkzInit[xmin = -1,xmax = 4, - ymin = -1,ymax = 1] -\tkzDrawXY \tkzLabelX \tkzLabelY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.9.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.9.tex deleted file mode 100644 index 330556ce293..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.2.9.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 31 (Section 6.2.9 : Graduations (except originally) prior to tracings ) - -\begin{tikzpicture} - \tkzInit[xmin = -1,xmax = 4, - ymin = -1,ymax = 1] - \tkzLabelX[orig=false] - \tkzLabelY[orig=false] - \tkzDrawXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.1.tex deleted file mode 100644 index 141057b12c0..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 34 (Section 6.3.1 : Example with \tkzcname{tkzAxeX}) - -\begin{tikzpicture} - \tkzInit[xmax=0.5,xstep=0.1,ymax=1] - \tkzGrid - \tkzAxeX[text=blue] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex deleted file mode 100644 index d12382c3f03..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 35 (Section 6.3.2 : Use of \tkzname{pi} and \tkzcname{tkzAxeX}) - -\begin{tikzpicture} - \tkzInit[xmax=4,ymax=3.5] - \let\tkzmathstyle\displaystyle - \tkzLabelX[orig = false, frac = 4,below = 10pt] - \tkzDrawX[label = $t$] - \tkzAxeY[trig=2] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.3.tex deleted file mode 100644 index 1e8788f1694..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.3.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 36 (Section 6.3.3 : Option \tkzname{frac} and \tkzname{trig}) - -\begin{tikzpicture} - \tkzInit[xmax=9,xstep=3,ymax=3.5] - \tkzLabelX[below=10pt,orig=false,frac=3] - \tkzDrawX[label = $t$] - \tkzAxeY[trig=2] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.1.tex deleted file mode 100644 index 8a36f37ea27..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.1.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 37 (Section 6.7.1 : Colour of axes, graduations) - -\begin{tikzpicture} - \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=3] - \tkzAxeXY[label={},text=blue] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.2.tex deleted file mode 100644 index 540bb7a3616..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.2.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 38 (Section 6.7.2 : Option \tkzname{label=\{\}}) - -\begin{tikzpicture} - \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=2] - \tkzAxeXY[label={},text=blue,trig=2] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.3.tex deleted file mode 100644 index d3206c70984..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.7.3.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 39 (Section 6.7.3 : Option \tkzname{swap}) - -\begin{tikzpicture} -\tkzInit[xmin=-2,xmax=2,ymin=-2,ymax=2] -\tkzAxeXY[label={},swap] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.1.tex deleted file mode 100644 index 817fe2f73d1..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.1.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 40 (Section 6.8.1 : Common colour and empty labels) - -\begin{tikzpicture} - \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1] - \tkzDrawXY[label={},color=red] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.2.tex deleted file mode 100644 index a400f26e567..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.8.2.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 41 (Section 6.8.2 : Two trigonometric axes) - -\begin{tikzpicture} - \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1] - \tkzDrawXY[label={},color=red,trig=4] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.9.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.9.1.tex deleted file mode 100644 index fbe1715ac3d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.9.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 42 (Section 6.9.1 : ) - -\begin{tikzpicture} - \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=1] - \tkzDrawXY[label={},color=red] - \tkzLabelXY[text=blue] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.1.tex deleted file mode 100644 index 48d6af4edbf..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 44 (Section 7.0.1 : \tkzcname{tkzGrid} and the option \tkzname{sub}) - -\begin{tikzpicture} - \tkzInit[xmax=4, ymax=2] - \tkzGrid[sub] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.10.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.10.tex deleted file mode 100644 index 71c48e503d2..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.10.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 53 (Section 7.0.10 : Options \tkzname{frac} and \tkzname{trig} with \tkzcname{tkzGrid}) - -\begin{tikzpicture} - \tkzInit[xmax=9,xstep=3,ymax=4] - \tkzGrid[xstep=1,ystep=pi/2,sub, - subxstep=1,subystep=pi/4] - \tkzLabelX[label=$t$,orig=false,frac=3, - below=6pt,font=\scriptsize] - \tkzLabelY[trig=2,font=\scriptsize] -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex deleted file mode 100644 index 2c4a516f233..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 54 (Section 7.0.11 : Use of a repetition grid) - -\begin{tikzpicture}[scale=.5] - \tikzset{xaxe style/.style ={-}} - \tkzInit[xmax=15,ymax=15] - \tkzClip - \tkzGrid[sub,color=orange] - \tkzLabelX[label= ] \tkzLabelY[label= ] - \tkzDrawXY - \node[opacity=.5] at (8,6){% - \includegraphics[scale=.5]{tiger}}; -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex deleted file mode 100644 index a8799fd7b9b..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 45 (Section 7.0.2 : Option \tkzname{sub}) - -\begin{tikzpicture} - \tkzInit[xmax=4, ymax=2] - \tkzGrid[sub,color=orange, - subxstep=.5,subystep=.5] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.3.tex deleted file mode 100644 index 94bbba05f85..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.3.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 46 (Section 7.0.3 : Almost Default) - -\begin{tikzpicture} - \tkzInit[xmax=5,ymax=2] - \tkzGrid[color=orange] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex deleted file mode 100644 index b881b4336b8..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 47 (Section 7.0.4 : Under the grid, too, option \tkzname{sub}) - -\begin{tikzpicture} - \tkzInit[xmax=5,ymax=2] - \tkzGrid[sub,color=orange] - \tkzGrid[color=orange] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex deleted file mode 100644 index c5e861f58ec..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 48 (Section 7.0.5 : Grid change) - -\begin{tikzpicture} - \tkzInit[xmax=5,ymax=2] - \tkzGrid[color = orange, - sub, - subxstep = 0.1, - subystep = 0.1] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.6.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.6.tex deleted file mode 100644 index 590d2228217..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.6.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 49 (Section 7.0.6 : Option \tkzname{xstep}, \tkzname{xstep}, \tkzname{subxstep} and \tkzname{subystep}) - -\begin{tikzpicture} -\tkzInit[xmax=.5,xstep=.1, - ymax=.2,ystep=.1] -\tkzGrid[sub, - subxstep = 0.05, - subystep = 0.05, - color=orange] -\tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.7.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.7.tex deleted file mode 100644 index 6e550f4bc25..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.7.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 50 (Section 7.0.7 : With large intervals) - -\begin{tikzpicture} - \tkzInit[xmax=100,xstep=20, - ymax=3000,ystep=1000] - \tkzGrid[sub,subxstep=10, - subystep=500, - color=orange] - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.8.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.8.tex deleted file mode 100644 index d41d94a9045..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.8.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 51 (Section 7.0.8 : \tkzcname{tkzGrid} and the arguments) - -\begin{tikzpicture} - \tkzInit[xmax=100,xstep=20, - ymax=3000,ystep=1000] - \tkzGrid[sub,subxstep=10, - subystep=500, - color=orange] - (-20,-1000)(115,4000)% - \tkzAxeXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex deleted file mode 100644 index 1584da5a145..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 52 (Section 7.0.9 : Use of \tkzname{pi} with \tkzcname{tkzGrid}) - -\begin{tikzpicture}[scale=.75] - \tkzInit[xmax=6.5,ymax=6.5] - \tkzGrid[xstep=pi,ystep=pi/2,sub, - subxstep=pi/4,subystep=pi/4] - \tkzLabelX[label=$t$,orig=false,trig=4, - below=6pt,font=\scriptsize] - \tkzLabelY[trig=2,font=\scriptsize] - \tkzDrawXY -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.1.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.1.1.tex deleted file mode 100644 index bd7c3ec9664..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.1.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 55 (Section 8.1.1 : Use of \tkzname{shift}) - -\begin{tikzpicture}[trim left=-1cm] - \tkzDefPoint(2,3){A} - \tkzDefPoint[shift={(2,3)}](31:3){B} - \tkzDefPoint[shift={(2,3)}](158:3){C} - \tkzDrawSegments[color=red,line width=1pt](A,B A,C) - \tkzDrawPoints[color=red](A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.1.tex deleted file mode 100644 index 50b72e5ba0d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.1.tex +++ /dev/null @@ -1,23 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 72 (Section 8.10.1 : Example with \tkzcname{tkzAutoLabelPoints}) - -\begin{tikzpicture}[scale=1.25] - \tkzDefPoint(2,1){O} - \tkzDefRandPointOn[circle=center O radius 1.5cm] - \tkzGetPoint{A} - \tkzDrawCircle(O,A) - \tkzDefPointBy[rotation=center O angle 100](A) - \tkzGetPoint{C} - \tkzDefPointBy[rotation=center O angle 78](A) - \tkzGetPoint{B} - \tkzDrawPoints(O,A,B,C) - \tkzDrawSegments(C,B B,A A,O O,C) - \tkzDefCentroid(A,B,C,O) - \tkzDrawPoint(tkzPointResult) - \tkzAutoLabelPoints[center=tkzPointResult, - dist=.3,red](O,A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.2.tex deleted file mode 100644 index f20ff7b2ce3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.10.2.tex +++ /dev/null @@ -1,20 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 73 (Section 8.10.2 : Example with \tkzcname{tkzAutoLabelPoints}) - -\begin{tikzpicture}[scale=1.25] - \tkzDefPoint(2,1){O} - \tkzDefRandPointOn[circle=center O radius 1.5cm] - \tkzGetPoint{A} - \tkzDrawCircle(O,A) - \tkzDefPointBy[rotation=center O angle 100](A) - \tkzGetPoint{C} - \tkzDefPointBy[rotation=center O angle 78](A) - \tkzGetPoint{B} - \tkzDrawPoints(O,A,B,C) - \tkzDrawSegments(C,B B,A A,O O,C) - \tkzAutoLabelPoints[center=O,red](A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.1.tex deleted file mode 100644 index edce61975be..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.1.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 74 (Section 8.11.1 : Simple example with \tkzcname{tkzSetUpPoint}) - -\begin{tikzpicture} - \tkzSetUpPoint[shape = cross out, - color=blue] - \tkzInit[xmax=100,xstep=20,ymax=.5] - \tkzDefPoint(20,1){A} - \tkzDefPoint(80,0){B} - \tkzDrawLine(A,B) - \tkzDrawPoints(A,B) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.2.tex deleted file mode 100644 index 5ce9db1926d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.2.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 75 (Section 8.11.2 : Example with \tkzcname{tkzSetUpPoint}) - -\begin{tikzpicture} - \tkzInit[ymin=-0.5,ymax=3,xmin=-0.5,xmax=7] - \tkzDefPoint(0,0){A} - \tkzDefPoint(02.25,04.25){B} - \tkzDefPoint(4,0){C} - \tkzDefPoint(3,2){D} - \tkzDrawSegments(A,B A,C A,D) - \tkzSetUpPoint[shape=cross out,size=4,] - \tkzDrawPoints(A,B,C,D) - \tkzLabelPoints(A,B,C,D) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.3.tex deleted file mode 100644 index c72d5db012d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.11.3.tex +++ /dev/null @@ -1,23 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 76 (Section 8.11.3 : Using \tkzcname{tkzSetUpPoint} in a group) - -\begin{tikzpicture} - \tkzInit[ymin=-0.5,ymax=3,xmin=-0.5,xmax=7] - \tkzDefPoint(0,0){A} - \tkzDefPoint(02.25,04.25){B} - \tkzDefPoint(4,0){C} - \tkzDefPoint(3,2){D} - \tkzDrawSegments(A,B A,C A,D) -{\tkzSetUpPoint[shape=cross out, - fill= blue!70!black!!50, - size=4,color=blue!70!black!30] - \tkzDrawPoints(A,B)} - \tkzSetUpPoint[fill= blue!70!black!!50,size=4, - color=blue!70!black!30] - \tkzDrawPoints(C,D) - \tkzLabelPoints(A,B,C,D) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.2.tex deleted file mode 100644 index 7c019600327..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.2.tex +++ /dev/null @@ -1,18 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 77 (Section 8.12.2 : Example with \tkzcname{tkzPointShowCoord}) - -\begin{tikzpicture}[scale=1.5] - \tkzInit[xmax=3,ymax=2] - \tkzAxeXY - \tkzDefPoint(2,1){a} - \tkzPointShowCoord(a) - \tkzDrawPoint(a) - \tkzLabelPoint(a){$A_1$} - \tkzPointShowCoord({1,2}) - \tkzDrawPoint({1,2}) - \tkzLabelPoint({1,2}){$A_2$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.3.tex deleted file mode 100644 index e45c6166c04..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.12.3.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 78 (Section 8.12.3 : Example with \tkzcname{tkzPointShowCoord} and \tkzname{xstep}) - -\begin{tikzpicture}[xscale=3,yscale=2] - \tkzInit[xmax=15,ymax=15, - xstep=10,ystep=10] - \tkzAxeXY - \tkzDefPoint(10,10){a} \tkzDrawPoint(a) - \tkzPointShowCoord(a) - \tkzLabelPoint(a){$A_1$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.13.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.13.1.tex deleted file mode 100644 index 4776c77e1b4..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.13.1.tex +++ /dev/null @@ -1,15 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 79 (Section 8.13.1 : Creating a scatter plot with \tkzcname{tkzDefSetOfPoints}) - -\begin{tikzpicture} - \tkzInit[ymax=4,xmax=5] - \tkzAxeXY - \tkzDefSetOfPoints[prefix=P]% - {1/2,4/3,2/2.5} - \tkzDrawPoints(P1,P2,P3) - \tkzLabelPoints(P1,P2,P3) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.0.tex deleted file mode 100644 index 9317c040a19..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.0.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 56 (Section 8.2 : Placing a label with the library \tkzname{quotes}) - -\begin{tikzpicture}[trim left=-1cm] - \tkzDefPoint["-60:$A_n$" ](2,3){A} - \tkzDefPoint[shift={(2,3)},% - "$B_n$" above left](31:3){B} - \tkzDefPoint[shift={(2,3)},% - "$C_n$" above right](158:3){C} - \tkzDrawSegments[color=red,% - line width=1pt](A,B A,C) - \tkzDrawPoints[color=red](A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.1.tex deleted file mode 100644 index 46ac455fc6d..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.1.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 57 (Section 8.2.1 : Rotation with \tkzname{shift} and \tkzname{scope}) - -\begin{tikzpicture}[scale=.75,rotate=90] - \tkzDefPoint[label=right:$A_n$](2,3){A} - \begin{scope}[shift={(A)}] - \tkzDefPoint[label= right:$B_n$](31:3){B} - \tkzDefPoint[label= right:$C_n$](158:3){C} - \end{scope} - \tkzDrawSegments[color=red,% - line width=1pt](A,B A,C) - \tkzDrawPoints[color=red](A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.2.tex deleted file mode 100644 index 051cfbadd04..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.2.tex +++ /dev/null @@ -1,21 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 58 (Section 8.2.2 : Forms and coordinates) - -\begin{tikzpicture}[scale=.75] - \tkzInit[xmax=6,ymax=6] - \tkzGrid - \tkzSetUpPoint[shape = circle,color = red,% - size = 4,fill = red!30] - \tkzDefPoint(-1+1,-1+4){O} - \tkzDefPoint({3*ln(exp(1))},{exp(1)}){A} - \tkzDefPoint({4*sin(pi/6)},{4*cos(pi/6)}){B} - \tkzDefPoint({4*sin(pi/3)},{4*cos(pi/3)}){B'} - \tkzDefPoint[shift={(1,3)}](30:3){A'} - \tkzDrawPoints(O,A,B) - \tkzDrawPoints[color=red,shape=cross out](B',A') - \tkzLabelPoints(A,O,B,B',A') -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.3.tex deleted file mode 100644 index d71a7362fd9..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.2.3.tex +++ /dev/null @@ -1,20 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 59 (Section 8.2.3 : Scope et \tkzcname{tkzDefPoint} ) - -\begin{tikzpicture}[scale=1] - \begin{scope}[rotate=30] - \tkzDefPoint(2,3){A} - \begin{scope}[shift=(A)] - \tkzDefPoint(90:5){B} - \tkzDefPoint(30:5){C} - \end{scope} - \end{scope} -\tkzDrawSegments[color=blue](A,B B,C C,A) -\tkzDrawPoints(A,B,C) -\tkzLabelPoints[above](B,C) -\tkzLabelPoints[below](A) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.3.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.3.1.tex deleted file mode 100644 index 0161c615e53..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.3.1.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 60 (Section 8.3.1 : Definition of points) - -\begin{tikzpicture}[scale=1] - \tkzDefPoints{0/0/A,2/0/B,2/2/C,0/2/D} - \tkzDrawSegments(D,A A,B B,C C,D) - \tkzDrawPoints(A,B,C,D) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.4.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.4.1.tex deleted file mode 100644 index 50d5adc7532..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.4.1.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 61 (Section 8.4.1 : Example with \tkzcname{tkzDefShiftPoint}) - -\begin{tikzpicture}[rotate=-30] - \tkzDefPoint(2,3){A} - \tkzDefShiftPoint[A](0:4){B} - \tkzDefShiftPoint[A](30:4){C} - \tkzDrawSegments(A,B B,C C,A) - \tkzMarkSegments[mark=|,color=red](A,B A,C) - \tkzDrawPoints(A,B,C) - \tkzLabelPoints[above](A,C) - \tkzLabelPoints(B) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.1.tex deleted file mode 100644 index 091530f8f8e..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.1.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 62 (Section 8.5.1 : Equilateral triangle with \tkzcname{tkzDefShiftPointCoord}) - -\begin{tikzpicture}[scale=1] - \tkzDefPoint(2,3){A} - \tkzDefShiftPointCoord[2,3](30:4){B} - \tkzDefShiftPointCoord[2,3](-30:4){C} - \tkzDrawSegments(A,B B,C C,A) - \tkzDrawPoints(A,B,C) - \tkzLabelPoints(B,C) - \tkzLabelPoint[left](A){$A$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.2.tex deleted file mode 100644 index 293179f463e..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.5.2.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 63 (Section 8.5.2 : Isosceles triangle with \tkzcname{tkzDefShiftPointCoord}) - -\begin{tikzpicture}[rotate=15] - \tkzDefPoint(2,3){A} - \tkzDefShiftPointCoord[2,3](15:5){B} - \tkzDefShiftPointCoord[2,3](-15:5){C} - \tkzDrawSegments(A,B B,C C,A) - \tkzDrawPoints(A,B,C) - \tkzLabelPoints(B,C) - \tkzLabelPoint[left](A){$A$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.1.tex deleted file mode 100644 index 32a5712c938..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.1.tex +++ /dev/null @@ -1,11 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 64 (Section 8.6.1 : Default stitch style) - -\begin{tikzpicture} - \tkzDefPoint(1,3){A} - \tkzDrawPoint(A) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.2.tex deleted file mode 100644 index 6701537aa51..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.2.tex +++ /dev/null @@ -1,21 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 65 (Section 8.6.2 : Changing the style) - -\begin{tikzpicture} - \tikzset{point style/.style={% - draw = blue, - inner sep = 0pt, - shape = circle, - minimum size = 6pt, - fill = red!20}} - \tkzDefPoint(1,3){A} - \tkzDefPoint(4,1){B} - \tkzDefPoint(0,0){O} - \tkzDrawPoint(A) - \tkzDrawPoint(B) - \tkzDrawPoint(O) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.3.tex deleted file mode 100644 index 5f83f89b26c..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.6.3.tex +++ /dev/null @@ -1,16 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 66 (Section 8.6.3 : Example of point plots) - -\begin{tikzpicture}[scale=.5] - \tkzDefPoint(1,3){A} - \tkzDefPoint(4,1){B} - \tkzDefPoint(0,0){O} - \tkzDrawPoint[shape=cross out,size=12,color=red](A) - \tkzDrawPoint[shape=cross,size=12,color=blue](B) - \tkzDrawPoint[size=12,color=green](O) - \tkzDrawPoint[size=12,color=blue,fill=yellow]({2,2}) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex deleted file mode 100644 index c2527d9f70f..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex +++ /dev/null @@ -1,13 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 67 (Section 8.7.1 : Example with \tkzcname{tkzDefPoint} and \tkzcname{tkzDrawPoints} ) - -\begin{tikzpicture}[scale=.5] - \tkzDefPoint(1,3){A} - \tkzDefPoint(4,1){B} - \tkzDefPoint(0,0){O} - \tkzDrawPoints[size=8,color=red](A,B,O) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.2.tex deleted file mode 100644 index 85b156e7046..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.2.tex +++ /dev/null @@ -1,21 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 68 (Section 8.7.2 : More complex example ) - -\begin{tikzpicture}[scale=.5] - \tkzDefPoint(2,3){A} \tkzDefPoint(5,-1){B} - \tkzDefPoint[label=below:$\mathcal{C}$, - shift={(2,3)}](-30:5.5){E} - \begin{scope}[shift=(A)] - \tkzDefPoint(30:5){C} - \end{scope} - \tkzCalcLength[cm](A,B)\tkzGetLength{rAB} - \tkzDrawCircle[R](A,\rAB cm) - \tkzDrawSegment(A,B) - \tkzDrawPoints(A,B,C) - \tkzLabelPoints(B,C) - \tkzLabelPoints[above](A) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex deleted file mode 100644 index 3237a2ed1c8..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.1.tex +++ /dev/null @@ -1,17 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 69 (Section 8.8.1 : Example with \tkzcname{tkzLabelPoint}) - -\begin{tikzpicture} - \tkzDefPoint(0,0){A} - \tkzDefPoint(4,0){B} - \tkzDefPoint(0,3){C} - \tkzDrawSegments(A,B B,C C,A) - \tkzDrawPoints(A,B,C) - \tkzLabelPoint[left,red](A){$A$} - \tkzLabelPoint[right,blue](B){$B$} - \tkzLabelPoint[above,purple](C){$C$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.2.tex deleted file mode 100644 index 49542c5da91..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.8.2.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 70 (Section 8.8.2 : Label and reference) - -\begin{tikzpicture} - \tkzInit[xmax=1,xstep=0.15,ymax=.5] - \tkzAxeX \tkzDrawY[noticks] - \tkzDefPoint(0.22,0.25){A} - \tkzDrawPoint(A) - \tkzLabelPoint[above](A){$A_1$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.9.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.9.1.tex deleted file mode 100644 index a5ebb9da221..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.9.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 71 (Section 8.9.1 : Example with \tkzcname{tkzLabelPoints}) - -\begin{tikzpicture} - \tkzDefPoint(2,3){A} - \tkzDefShiftPoint[A](30:2){B} - \tkzDefShiftPoint[A](30:5){C} - \tkzDrawPoints(A,B,C) - \tkzLabelPoints(A,B,C) -\end{tikzpicture} - -\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-9.2.0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-9.2.0.tex deleted file mode 100644 index 591fcf58754..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-9.2.0.tex +++ /dev/null @@ -1,12 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 80 (Section 9.2 : Use \tkzcname{tikzset}) - -\begin{tikzpicture} - \tkzInit[xmin=-0.5,xmax=5] - \tkzDrawX - \tkzLabelX -\end{tikzpicture} - -\end{document}
\ No newline at end of file |