Skip to content

Commit

Permalink
doc: add tassel arg to the remaining keys
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Sep 15, 2024
1 parent c5504e9 commit a4b059c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/tikzpingus-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,8 @@ \subsubsection{The graduate cap}
\subkeyexplain{graduate}{graduate tassel drop}{color}{\pingu@color@graduate@tassel@drop}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate tassel drop=green]
\pingu[graduate, graduate tassel,
graduate tassel drop=green]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand All @@ -2595,7 +2596,8 @@ \subsubsection{The graduate cap}
\subkeyexplain{graduate}{graduate tassel start}{coordinate}{\pingu@x@tassel@start}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate tassel start={(2mm,4mm)}]
\pingu[graduate, graduate tassel,
graduate tassel start={(2mm,4mm)}]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand All @@ -2607,7 +2609,8 @@ \subsubsection{The graduate cap}
\subkeyexplain{graduate}{graduate tassel width}{length}{\pingu@x@tassel@width}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate tassel width=2mm]
\pingu[graduate, graduate tassel,
graduate tassel width=2mm]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand All @@ -2619,7 +2622,8 @@ \subsubsection{The graduate cap}
\subkeyexplain{graduate}{graduate tassel length}{length}{\pingu@x@tassel@length}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate tassel length=12mm]
\pingu[graduate, graduate tassel,
graduate tassel length=12mm]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand All @@ -2632,7 +2636,8 @@ \subsubsection{The graduate cap}
\subkeyexplain{graduate}{graduate tassel drop size}{length}{\pingu@x@tassel@length}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate tassel drop size=4mm]
\pingu[graduate, graduate tassel,
graduate tassel drop size=4mm]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand All @@ -2643,7 +2648,8 @@ \subsubsection{The graduate cap}
Currently, this is a very cumbersome command to change various graduate parameters at the same time:
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[graduate, graduate position={1:(0cm,-.09cm){1.33}}]
\pingu[graduate,
graduate position={1:(0cm,-.09cm){1.33}}]
\end{tikzpicture}
\end{tcblisting}
\endsubkeyexplain
Expand Down

0 comments on commit a4b059c

Please sign in to comment.