Skip to content

Commit

Permalink
Fixed a bug with documentation.
Browse files Browse the repository at this point in the history
Thanks to @quark67 for noticing in #1.

Fixes #1
  • Loading branch information
Rmano committed Oct 25, 2019
1 parent 3f19658 commit 547ddf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xkcdcolors-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
\def\ancho{3.5cm}
\coordinate (top) at (\ancho,1);
\draw[thick, draw=black, fill=#1] (0,0) rectangle (top);
\node[align=center, anchor=north west, text width=\ancho] at (0,0) {\strut\hspace{0pt}\relax #1};
\node[align=center, anchor=north west, text width=\ancho, inner xsep=0pt] at (0,0) {\strut\hspace{0pt}\relax #1};
\end{tikzpicture}
}
\title{\texttt{xkcdcolors} package}
Expand Down Expand Up @@ -1009,7 +1009,7 @@ \section{List of colors}
xkcdDust,
xkcdDarkPastelGreen,
xkcdCloudyBlue}
{\colorblock{\xkcdcol}\ }
{\colorblock{\xkcdcol}\quad}
}

\end{document}
Expand Down

0 comments on commit 547ddf4

Please sign in to comment.