diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-22 21:22:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-22 21:22:02 +0000 |
commit | c1d460d553ac5b2a159cb5834069f58728ae96eb (patch) | |
tree | 1596018da528a6fef2a2e2f338d9c9da2727de2c /Master/texmf-dist/doc/latex/tikzpeople | |
parent | fa2e172d8cb43a5ce832aaeef53920b9d11b3e30 (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzpeople/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf | bin | 499029 -> 501737 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzpeople/README.md b/Master/texmf-dist/doc/latex/tikzpeople/README.md index ec927b9ca6d..2212bd1a8c9 100644 --- a/Master/texmf-dist/doc/latex/tikzpeople/README.md +++ b/Master/texmf-dist/doc/latex/tikzpeople/README.md @@ -24,4 +24,4 @@ All options can be combined freely. The tikzpeople package is licensed under the LaTeX Project Public License - -- Nils Fleischhacker <mail@nilsfleischhacker.de> 28 Nov 2016 + -- Nils Fleischhacker <mail@nilsfleischhacker.de> 22 Apr 2017 diff --git a/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf b/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf Binary files differindex 6f75824716f..f942fc5ffae 100644 --- a/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf +++ b/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf 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}; |