From d7b30e82161f3b2fdcf63d7553aea3d23f4e50bf Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Sun, 4 Sep 2022 19:11:42 +0200 Subject: [PATCH] fix index ref in key overview (#146) --- doc/tikzpingus-doc.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tikzpingus-doc.tex b/doc/tikzpingus-doc.tex index 7627330..33f5007 100644 --- a/doc/tikzpingus-doc.tex +++ b/doc/tikzpingus-doc.tex @@ -41,7 +41,8 @@ \usepackage{colorinfo} \makeindex[title={Key Overview},name=\jobname,columns=2,columnsep=.75cm,noautomatic=true] -\makeindex[title={Internals Overview},name=\jobname-internals,columns=2,columnsep=.75cm,noautomatic=true] +\def\indexinternalsoverviewname{Internals Overview} +\makeindex[title={\indexinternalsoverviewname},name=\jobname-internals,columns=2,columnsep=.75cm,noautomatic=true] \def\current@indexfile{\jobname} \deffootnote{1.5em}{1em}{\textsuperscript{\hyperref[\BackrefFootnoteTag]{\thefootnotemark}}\thinspace} @@ -5079,7 +5080,7 @@ \subsection{Adding new Eyes} \lstset{breakatwhitespace} -\indexprologue{\label{normal-idx}This index shows all of the options and commands that a normal user of the package may use! See the \autoref{internal-idx} for an overview of keys and commands used behind the scenes.} +\indexprologue{\label{normal-idx}This index shows all of the options and commands that a normal user of the package may use! See the \hyperref[internal-idx]{\indexinternalsoverviewname} for an overview of keys and commands used behind the scenes.} \printindex[\jobname] \indexprologue{\label{internal-idx}The initial \cmd{pingu@} is ignored for indexing.} \printindex[\jobname-internals]