[NTG-context] Undefined control sequence.
Mojca Miklavec
mojca.miklavec.lists at gmail.com
Sat Jun 17 16:22:28 CEST 2006
On 6/17/06, Bernd Militzer wrote:
> Hi,
>
> for a large project I defined names for a lot of persons like
>
> \global\def\PIDacht{Militzer, Hermann Paul (8)}
> \global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)}
> \global\def\PIDdreidrei{Militzer, Henriette (33)}
> \global\def\PIDachtviervieracht{Militzer, Adam (8448)}
What about the following?
% \PID will create a new ently and \getPID will recall an existing one
\definesynonyms[PID][PIDs][\getPID]
\PID{8}{Militzer, Hermann Paul (8)}
\PID{16}{Militzer, Johann Wilhelm Hermann (16)}
\PID{33}{Militzer, Henriette (33)}
\PID{8448}{Militzer, Adam (8448)}
\starttext
\section[UkPID8A]{\getPID{8}\ -- Allgemein}
\stoptext
Mojca
More information about the ntg-context
mailing list