summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-22 21:22:02 +0000
committerKarl Berry <karl@freefriends.org>2017-04-22 21:22:02 +0000
commitc1d460d553ac5b2a159cb5834069f58728ae96eb (patch)
tree1596018da528a6fef2a2e2f338d9c9da2727de2c /Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
parentfa2e172d8cb43a5ce832aaeef53920b9d11b3e30 (diff)
tikzpeople (22apr17)
git-svn-id: svn://tug.org/texlive/trunk@43978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex b/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
index 8746c33588c..544217778ea 100644
--- a/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
+++ b/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
@@ -133,7 +133,7 @@
Alternatively simply drop all the files into the folder where your main \textsf{.tex} file resides.\footnote{Do not use a subfolder. While you can refer to the package itself in a hackish way using a relative path, \LaTeX wont be able to find the shape files.}
\section{Usage}
- To use the \textsf{tikzpeople} shapes, just write |\usepackage|\oarg[options]\varg{tikzpeople} somewhere in the preamble of your document.
+ To use the \textsf{tikzpeople} shapes, just write |\usepackage|\oarg{options}\varg{tikzpeople} somewhere in the preamble of your document.
\subsection{Package Options}
The package has three global options.
\DescribeOption{draft}
@@ -334,7 +334,7 @@
\subsection{Anchors}
\tikzset{shape example/.style={color=black!30, draw, fill=yellow!30, minimum size=3cm}}
- \begin{figure}[Htp]
+ \begin{figure}[htp]
\centering
\begin{tikzpicture}
\node[name=s,shape=businessman,minimum width=3cm,skin=yellow!30!,hair=black!30!,tie=black!30!,undershirt=yellow!30!,shirt=black!30!,monogram=black!30!] {Businessman\vrule width 1pt height 2cm};
@@ -352,7 +352,7 @@
\caption{Anchors of a \texttt{businessman} tikzpeople shape.}
\label{fig:anchors1}
\end{figure}
- \begin{figure}[Htp]
+ \begin{figure}[htp]
\centering
\begin{tikzpicture}
\node[name=s,shape=guard,minimum width=3cm,skin=yellow!30!,hat=black!30!,lining=yellow!30!,details=yellow!30!,shirt=black!30!,collar=black!30!] {Guard\vrule width 1pt height 2cm};