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/tex | |
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/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty | 9 |
1 files changed, 3 insertions, 6 deletions
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 |