Thomas A. Schmitz wrote:
I'm trying to have the edition of a book typeset as a superscript, small number. In my setuppublicationlayout[book], I tried this:

\insertedition{ \high\bgroup\tfxx}{\egroup}{ }%

Your problem is that \high expects an argument enclosed in braces,
so you have to give it that. This is a bit more complicated, but
should work:

  \insertedition{ \setbox2=\hbox\bgroup\tfxx}{\egroup\high{\box2}}{ }%

Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to