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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to