Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix small typos #270

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- King [\#170](https://github.com/EagleoutIce/tikzpingus/issues/170)
- Darken sections [\#157](https://github.com/EagleoutIce/tikzpingus/issues/157)
- Document the sheriff star [\#150](https://github.com/EagleoutIce/tikzpingus/issues/150)
- Describe the comands to load libraries [\#142](https://github.com/EagleoutIce/tikzpingus/issues/142)
- Describe the commands to load libraries [\#142](https://github.com/EagleoutIce/tikzpingus/issues/142)
- Describing the commands for setting defaults with the new commandexplain [\#141](https://github.com/EagleoutIce/tikzpingus/issues/141)
- Link drawing styles [\#104](https://github.com/EagleoutIce/tikzpingus/issues/104)
- Check if Caching caches really everything or if something \(potentially vital\) is missing [\#65](https://github.com/EagleoutIce/tikzpingus/issues/65)
Expand Down
4 changes: 2 additions & 2 deletions doc/tikzpingus-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ \subsubsection{The mitra}
\end{tcblisting}
\endsubkeyexplain

\subkeyexplain{mitra}{mitra overset}{lenght}{\pingu@x@mitra@overset}
\subkeyexplain{mitra}{mitra overset}{length}{\pingu@x@mitra@overset}
\begin{tcblisting}{@}
\begin{tikzpicture}
\pingu[mitra,mitra overset=2.5mm]
Expand Down Expand Up @@ -7176,7 +7176,7 @@ \subsubsection{Important Commands}

\subsubsection{The Code}

Similary to the eyes, the feet of the penguin are controlled by two selections for the left, and the right foot. There are no extra coordinates necessary, therefore \cmdref{pingu@create@selection} receives no argument for the \textit{none}-version:
Similarly to the eyes, the feet of the penguin are controlled by two selections for the left, and the right foot. There are no extra coordinates necessary, therefore \cmdref{pingu@create@selection} receives no argument for the \textit{none}-version:
\includecode{feet\ selectors}
This defines the six commands: \cmddef{pingu@leftfoot@select}, \cmddef{pingu@leftfoot@add}, \cmddef{@pingu@drawer@leftfoot@}, \cmddef{pingu@rightfoot@select}, \cmddef{pingu@rightfoot@add}, and \cmddef{@pingu@drawer@rightfoot@}.

Expand Down
2 changes: 1 addition & 1 deletion tex/tikzpingus.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ coordinate[pos=\pinguanglehl] (\pingu@name-head-left);
\scope[/pingu/@block/.append style={draw=\pingu@color@glow,line width=\pingu@x@extra@glow@width@func},/pingu/@draw/.append style={draw=\pingu@color@glow,line width=\pingu@x@extra@glow@width@func},opacity=\pingu@x@extra@glow@func,transparency group]
\pingu@draw{\pingu@color@glow} \pingu@path@lowerpingu;
% todo: disable re set of coordinates
% only draw, if not ofset
% only draw, if not offset
\csname @pingu@wingitem@\@pingu@select@leftwing@ @\endcsname\@pingu@drawer@leftwing@\fi
\csname @pingu@wingitem@\@pingu@select@rightwing@ @\endcsname\@pingu@drawer@rightwing@\fi
\endscope
Expand Down
Loading