2007/4/5, Bernd Militzer : > > Wolfgang Schuster schrieb: > > > > > > Replace the four commands in your file with the next ones: > > > > \def\Fach#1 {\def\internFach{#1}} > > \def\Thema#1 {\def\internThema{#1}} > > \def\SchulJahr#1{\def\internSchulJahr{#1}} > > > > > \def\SpezialTitel{\internFach\hfill\internThema\hfill\internSchulJahr\blank} > > > > > > You can also remove the \startvariables .. \stopvariables part from your > > module, you need them only for keyval commands. > > > Thanks Wolfgang, but after the change I get the same error Hi Bernd, use my attached test file. Wolfgang