summaryrefslogtreecommitdiff
path: root/Master
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
parentfa2e172d8cb43a5ce832aaeef53920b9d11b3e30 (diff)
tikzpeople (22apr17)
git-svn-id: svn://tug.org/texlive/trunk@43978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/tikzpeople/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdfbin499029 -> 501737 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex6
-rw-r--r--Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty9
4 files changed, 7 insertions, 10 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
index 6f75824716f..f942fc5ffae 100644
--- a/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf
+++ b/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf
Binary files differ
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};
diff --git a/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty b/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty
index 2be974ed749..64bac5de5a9 100644
--- a/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty
+++ b/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty
@@ -31,12 +31,11 @@
%% tikzpeople.shape.sailor.sty, tikzpeople.shape.santa.sty,
%% tikzpeople.shape.surgeon.sty
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tikzpeople}[2016/11/28 v0.3 People shaped nodes for Tikz]
+\ProvidesPackage{tikzpeople}[2017/04/22 v0.4 People shaped nodes for Tikz]
\RequirePackage{tikz}
\RequirePackage{calc}
\RequirePackage{etoolbox}
-\makeatletter
\newif\if@tikzpeople@draft\@tikzpeople@draftfalse
\DeclareOption{draft}{
\@tikzpeople@drafttrue
@@ -737,7 +736,7 @@
\edef\tikzpeople@numfigs{\the\numexpr\tikzpeople@numfigs+1\relax}
}{}
\foreach \tikzpeople@fignum in {1,...,\tikzpeople@numfigs}{
- \begin{figure}[Htp]
+ \begin{figure}[htp]
\centering
\setcounter{tikzpeople@shapecolumn}{0}
\setcounter{tikzpeople@shaperow}{0}
@@ -860,7 +859,7 @@
% We use a scaling factor to reduce errors.
% First, see if we should scale down
\let\pgfmath@tmp@scale=\divide
- \let\pgfmath@tmp@restore=\multipy
+ \let\pgfmath@tmp@restore=\multiply
\ifdim\pgfmath@y>10000pt\relax%
\c@pgfmath@counta1500\relax%
\else%
@@ -923,5 +922,3 @@
\pgfmath@returnone\pgfmath@x%
\endgroup%
}
-
-\makeatother