texlive[43978] Master/texmf-dist: tikzpeople (22apr17)

commits+karl at tug.org commits+karl at tug.org
Sat Apr 22 23:22:03 CEST 2017


Revision: 43978
          http://tug.org/svn/texlive?view=revision&revision=43978
Author:   karl
Date:     2017-04-22 23:22:02 +0200 (Sat, 22 Apr 2017)
Log Message:
-----------
tikzpeople (22apr17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tikzpeople/README.md
    trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf
    trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
    trunk/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty

Modified: trunk/Master/texmf-dist/doc/latex/tikzpeople/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikzpeople/README.md	2017-04-22 19:05:43 UTC (rev 43977)
+++ trunk/Master/texmf-dist/doc/latex/tikzpeople/README.md	2017-04-22 21:22:02 UTC (rev 43978)
@@ -24,4 +24,4 @@
 
 The tikzpeople package is licensed under the LaTeX Project Public License
 
- -- Nils Fleischhacker <mail at nilsfleischhacker.de>  28 Nov 2016
+ -- Nils Fleischhacker <mail at nilsfleischhacker.de>  22 Apr 2017

Modified: trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex	2017-04-22 19:05:43 UTC (rev 43977)
+++ trunk/Master/texmf-dist/doc/latex/tikzpeople/tikzpeople.tex	2017-04-22 21:22:02 UTC (rev 43978)
@@ -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};

Modified: trunk/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty	2017-04-22 19:05:43 UTC (rev 43977)
+++ trunk/Master/texmf-dist/tex/latex/tikzpeople/tikzpeople.sty	2017-04-22 21:22:02 UTC (rev 43978)
@@ -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 at tikzpeople@draft\@tikzpeople at draftfalse
 \DeclareOption{draft}{
   \@tikzpeople at drafttrue
@@ -737,7 +736,7 @@
 			\edef\tikzpeople at numfigs{\the\numexpr\tikzpeople at numfigs+1\relax}
 		}{}
 		\foreach \tikzpeople at fignum in {1,...,\tikzpeople at numfigs}{
-			\begin{figure}[Htp]
+			\begin{figure}[htp]
 				\centering
 					\setcounter{tikzpeople at shapecolumn}{0}
 					\setcounter{tikzpeople at shaperow}{0}
@@ -860,7 +859,7 @@
   % We use a scaling factor to reduce errors.
   % First, see if we should scale down
   \let\pgfmath at tmp@scale=\divide
-  \let\pgfmath at tmp@restore=\multipy
+  \let\pgfmath at tmp@restore=\multiply
   \ifdim\pgfmath at y>10000pt\relax%
   \c at pgfmath@counta1500\relax%
   \else%
@@ -923,5 +922,3 @@
   \pgfmath at returnone\pgfmath at x%
   \endgroup%
 }
-
-\makeatother



More information about the tex-live-commits mailing list