On 7 May 2007, Aditya Mahajan wrote: On Mon, 7 May 2007, Michael wrote:
Hi, I'd like to define a 'enumeration' so I can type \doc, \doc, which expands to 'Document A', 'Document B' (so I don't have to keep track of the A/B/C.
A defineenumeration does almost what I want except I want the 'Document A' to be part of a sentence rather than a special heading. (There is no 'intext' option in the 'location' parameter.).
\defineenumeration[location=serried, width=broad]
(try width=fit or wide also)
Thanks. Here is a minimal example that almost works, except for the 'conversion'. \setupoutput[pdf] \defineenumeration [demo] [text=Demo,location=serried,before=,width=fit,conversion=Character] \starttext Please see \demo\ first. Please see (\demo) afterward. \stoptext The space between 'Demo' and 1 is still a bit larger than normal text. How to fix that? Cheers, Michael