diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-28 19:45:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-28 19:45:07 +0000 |
commit | 7f745b20372ecfef8165353b25137e9874c117a8 (patch) | |
tree | 8feeb7c531839e6bcd905573640eb7768780f2b2 /Master/texmf-dist/doc | |
parent | 12d3629e3ae22c48b40e3f4e729c73862f61f986 (diff) |
tikz-among-us (28oct21)
git-svn-id: svn://tug.org/texlive/trunk@60880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-among-us/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.cwl | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.pdf | bin | 4518552 -> 4606269 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.tex | 21 |
4 files changed, 29 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-among-us/README.md b/Master/texmf-dist/doc/latex/tikz-among-us/README.md index d99323d89b7..eadfdaece16 100644 --- a/Master/texmf-dist/doc/latex/tikz-among-us/README.md +++ b/Master/texmf-dist/doc/latex/tikz-among-us/README.md @@ -1,7 +1,7 @@ -%% The LaTeX package tikz-among-us - version 1.1.0 (2020-10-31) +%% The LaTeX package tikz-among-us - version 1.2.0 (2021-10-27) %% %% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2020 by FHZ +%% Copyright (c) 2021 by FHZ %% ------------------------------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the @@ -51,4 +51,6 @@ Version - Ghost body; - Pokémon Amoonguss parts and full body; - rounded corners removed to improve scale; - - Ghost Amoonguss body.
\ No newline at end of file + - Ghost Amoonguss body. + +1.2.0 (2021-10-27): Added Style III.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.cwl b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.cwl index 904e413f094..4bc4e4fdca6 100644 --- a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.cwl +++ b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.cwl @@ -97,3 +97,9 @@ \amoongussGhostBodyII[opt]{BodyColor}#n \amoongussGhostII[opt]{BodyColor}{EyeColor}{PokeballColor}{PokeballColor}{NoseColor}#n % ====================== + +% ====================== +\amongUsEyesIII[opt]{EyeColor}#n +\amongUsBodyIII[opt]{BodyColor}#n +\amongUsIII[opt]{EyeColor}{BodyColor}#n +% ======================
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.pdf b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.pdf Binary files differindex 3772aee4656..27410266e9b 100644 --- a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.pdf +++ b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.pdf diff --git a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.tex b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.tex index 36072de0343..2509c1f3a0d 100644 --- a/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.tex +++ b/Master/texmf-dist/doc/latex/tikz-among-us/tikz-among-us.tex @@ -86,7 +86,7 @@ % ========== Dados capa folha rosto ========== Sempre crie uma cópia local \newcommand{\edicao}{1} -\newcommand{\versao}{1.1.0} +\newcommand{\versao}{1.2.0} % ====================== \newcommand{\textoEdicao}{Edition} \newcommand{\textoVersao}{Version} @@ -551,6 +551,19 @@ The Pokémon named Amoonguss is a fungus whose name is very similar to the game, \end{tikzpicture} \end{FHZtcbAmongUs} +\subsection{Nice curves with Style III} + +This style is based on the answer given by {\TeXStackExchange}'s User \textbf{hpekristiansen}. This style uses the command \textit{controls} instead of the smooth plot with given coordinates as Style I and II. + +\begin{FHZtcbAmongUs}[title=Style III strikes amongUs] + \begin{tikzpicture} + \amongUsIII{red}{blue} + \amongUsIII[xscale=-1,shift={(-12,0)}]{yellow}{blue} + \amongUsIII[shift={(12,0)},scale=0.5]{violet}{orange} + \amongUsIII[scale=-0.5,shift={(-30,-16)}]{blue}{green} + \end{tikzpicture} +\end{FHZtcbAmongUs} + \section{Using with own \texttt{.sty} file} \subsection{Use as watermark} @@ -631,7 +644,7 @@ The following box presents some possible combinations of parameters which result \includegraphics[width = 0.20\linewidth]{Figuras/fig_AmongUs_11} \hfill \includegraphics[width = 0.20\linewidth]{Figuras/fig_AmongUs_12} \hfill \includegraphics[width = 0.20\linewidth]{Figuras/fig_AmongUs_13} - \caption{Example of each presented combination of watermark.} + \caption{Example of each presented combination of watermark} \label{fig:fig_AmongUg} \end{figure} @@ -748,7 +761,7 @@ This example creates a variable from 0 to 360 to represent each degree of a full \end{tikzpicture} } \end{animateinline} - \caption{Example of a floating around animation.} + \caption{Example of a floating around animation} \label{fig:anim_floating_around} \end{figure} @@ -788,6 +801,8 @@ This example creates a variable from 0 to 360 to represent each degree of a full \item \texttt{rounded corners} removed to improve \texttt{scale}; \item Ghost Amoonguss body. \end{itemize} + + \item[1.2.0 (2021-10-27):] Added Style III. \end{FHZtcbEnumerate} \section{Implementation} |