ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bibmodule question
@ 2005-11-24 21:49 Thomas A. Schmitz
  2005-11-25  7:42 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas A. Schmitz @ 2005-11-24 21:49 UTC (permalink / raw)


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}{ }%

which seemed like a good idea when I wrote it, but it isn't working;  
I get the number in tiny font size, but it isn't raised. Any  
suggestions would be appreciated.

Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bibmodule question
  2005-11-24 21:49 bibmodule question Thomas A. Schmitz
@ 2005-11-25  7:42 ` Taco Hoekwater
  2005-11-25  9:32   ` Thomas A. Schmitz
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2005-11-25  7:42 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bibmodule question
  2005-11-25  7:42 ` Taco Hoekwater
@ 2005-11-25  9:32   ` Thomas A. Schmitz
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas A. Schmitz @ 2005-11-25  9:32 UTC (permalink / raw)


Wonderful Taco, this works like a charm! Thanks a lot!

Best

Thomas

On Nov 25, 2005, at 8:42 AM, Taco Hoekwater wrote:

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-25  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-24 21:49 bibmodule question Thomas A. Schmitz
2005-11-25  7:42 ` Taco Hoekwater
2005-11-25  9:32   ` Thomas A. Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).