Skip to content

Commit

Permalink
docs: Remove superfluous ; and ]
Browse files Browse the repository at this point in the history
Signed-off-by: muzimuzhi <muzimuzhi@gmail.com>
  • Loading branch information
muzimuzhi committed Dec 12, 2021
1 parent 6d90ef5 commit 1e202a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/generic/pgf/pgfmanual-en-base-arrows.tex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ \subsection{Terminology}
\draw [->,thick] (5,-2.25) -- (5,2.25) node [above] {$y$-axis};

\foreach \i in {-3,-2,-1,1,2} \draw (\i+5,-1mm) -- (\i+5,1mm) node [above] {\small$\i$};
\foreach \i in {-2,-1,1,2} \draw (49mm,\i) -- (51mm,\i) node [right] {\small$\i$};;
\foreach \i in {-2,-1,1,2} \draw (49mm,\i) -- (51mm,\i) node [right] {\small$\i$};
\end{tikzpicture}

I have also added a coordinate system. The code for drawing an arrow tip always
Expand Down
4 changes: 2 additions & 2 deletions doc/generic/pgf/pgfmanual-en-base-transformations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ \subsubsection{Approximating Nonlinear Transformations Using Linear Transformati
\pgfapproximatenonlineartransformation
\draw [] (-10pt,-10pt) -- (10pt,10pt);
\draw [] (10pt,-10pt) -- (-10pt,10pt);
\pgftext{foo};
\pgftext{foo}
\end{scope}
\end{tikzpicture}
\end{codeexample}
Expand Down Expand Up @@ -1062,7 +1062,7 @@ \subsubsection{Approximating Nonlinear Transformations Using Linear Transformati
\pgfapproximatenonlineartranslation
\draw [] (-10pt,-10pt) -- (10pt,10pt);
\draw [] (10pt,-10pt) -- (-10pt,10pt);
\pgftext{foo};
\pgftext{foo}
\end{scope}
\end{tikzpicture}
\end{codeexample}
Expand Down
2 changes: 1 addition & 1 deletion doc/generic/pgf/pgfmanual-en-library-perspective.tex
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ \subsection{Examples}
q = {(0,8,0)},
r = {(0,0,-8)}}]

\simplecuboid{2}{2}{2}]
\simplecuboid{2}{2}{2}

\end{tikzpicture}
\end{codeexample}
Expand Down
2 changes: 1 addition & 1 deletion doc/generic/pgf/pgfmanual-en-pgfsys-animations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ \subsection{Commands for Animating an Attribute: Transformations and Views}
\scoped [meet={(-1,-2) (1,2)}, name=my view] {
\draw (-5mm,-15mm) rectangle (7mm,8mm)
node [font=\scriptsize, align=right, below left]
{target\\ view\\ box}; ;
{target\\ view\\ box};
\filldraw (0,0) circle [radius=3mm];
} } }
\end{codeexample}
Expand Down

0 comments on commit 1e202a6

Please sign in to comment.