summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex')
-rw-r--r--macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex b/macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex
index 884790b5cf..e58e2db0ef 100644
--- a/macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex
+++ b/macros/latex/contrib/xkcdcolors/xkcdcolors-manual.tex
@@ -1,7 +1,7 @@
\documentclass[12pt]{article}
%
% Manual for the package `xkcdcolors`
-% Copyright (c) Romano Giannetti 2019
+% Copyright (c) Romano Giannetti 2019-2023
% License: LPPL 1.3c (https://ctan.org/license/lppl1.3c)
%
% The colors are created using
@@ -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}
@@ -49,7 +49,7 @@ To use the package, just load the package with:
\textcolor{xkcdPinkyPurple}{this is Pinky Purple}
\end{verbatim}
-\noindent will render as \textcolor{xkcdPinkyPurple}{this is Pinky Purple}.
+\noindent will render as \textcolor{xkcdPinkyPurple}{this is Pinky Purple}. This manual refers to version \texttt{\xkcdcolorsversion} of the package.
\bigskip
@@ -1009,7 +1009,7 @@ xkcdElectricLime,
xkcdDust,
xkcdDarkPastelGreen,
xkcdCloudyBlue}
-{\colorblock{\xkcdcol}\ }
+{\colorblock{\xkcdcol}\quad}
}
\end{document}