summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex')
-rw-r--r--graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex21
1 files changed, 18 insertions, 3 deletions
diff --git a/graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex b/graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex
index 36072de034..2509c1f3a0 100644
--- a/graphics/pgf/contrib/tikz-among-us/doc/tikz-among-us.tex
+++ b/graphics/pgf/contrib/tikz-among-us/doc/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}