RE: stretching text in subject title
Hello Taco, Thanks for the suggestion. Unfortunately, the result is the same. I have attached an example that redefines the appearance of the subject title. Change \mysubject to \mycapsubject in \setuphead and watch it fail. Cheers, Michael
M.guravage wrote:
Hello Taco,
Thanks for the suggestion. Unfortunately, the result is the same.
I have attached an example that redefines the appearance of the subject title. Change \mysubject to \mycapsubject in \setuphead and watch it fail.
Ok, my bad. It definately failed. This works better: \def\mycapsubject#1{\midaligned{\CapStretch{\sc #1}}} \setuphead [subject][textcommand=\mycapsubject] The second argument of "command=" is not just the user text, but also the current color etc. That apparently confuses the \stretched... macro considerably. Cheers, Taco
participants (2)
-
M.guravage
-
Taco Hoekwater