Skip to content

Commit

Permalink
fix index ref in key overview (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce authored Sep 4, 2022
1 parent 58346ca commit d7b30e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/tikzpingus-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit d7b30e8

Please sign in to comment.