I'm already having problems with the following minimal test:

---
\definedescription[test]


\starttext
        \test{Hello} world!
\stoptext
---

TeX complains that the file ended while it was scanning \dodowithpar. For TeX this is probably not surprising, and a new line before \stoptext solves the problem.

Is it possible to make ConTeXt insensitive to new lines in the above situation (and similar ones)?

Oliver



Hello,

I can't get the 'align' parameter to have any effect on label text in definitions. Here is a simple test case:


\setuplayout[backspace=40mm]
\definedescription
 [test]
 [location=inleft,
  width=25mm,
  align=left,
  margin=standard]
\starttext
        \test{Hello} World! \par
        \test{Misaligned} Labels
\stoptext


Changing the value of 'align' to 'middle' or 'right' does nothing. I'm using ConTeXt ver: 2009.04.28 08:46 MKIV fmt: 2009.5.9 int: english/english, and LuaTeX, Version beta-0.40.0-2009042219 luatex.web >= v2344
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to