Re: [NTG-context] Defining a command for enumeration+block
Interestingly though, the formatting is slightly different between defining the blocks and using (recalling) the blocks. When I recall the blocks, the text appears a line below the enumeration labels (see example + attachment below). I can reproduce this but for mkiv (context <file>) the output in both cases is the same. Wolfgang Weird... when I try it here on mkiv, there is no output where I define the blocks (see attachment). I'm trying this on the "current" mimimals (downloaded today) on mac os x (10.6.5). [LuaTeX beta-0.64.0-2010111215, ConTeXt ver: 2010.07.30 11:35 MKIV fmt: 2010.11.19] Could this be some sort of bug? Is there anything you'd like me to try. thanks Glen
Am 19.11.2010 um 05:43 schrieb Glen Callaghan:
Interestingly though, the formatting is slightly different between defining the blocks and using (recalling) the blocks. When I recall the blocks, the text appears a line below the enumeration labels (see example + attachment below).
I can reproduce this but for mkiv (context <file>) the output in both cases is the same.
Wolfgang
Weird... when I try it here on mkiv, there is no output where I define the blocks (see attachment).
I'm trying this on the "current" mimimals (downloaded today) on mac os x (10.6.5). [LuaTeX beta-0.64.0-2010111215, ConTeXt ver: 2010.07.30 11:35 MKIV fmt: 2010.11.19]
Could this be some sort of bug? Is there anything you'd like me to try.
With MkIV blocks are hidden by default while MkII prints them, add \keepblocks[Block] to your document and the blocks will appear. You can also use the same name for the blocks as you do use the enumerations, to allow this blocks use begin/end commands and not the usual start/stop commands. Wolfgang
On 19-11-2010 4:49, Wolfgang Schuster wrote:
With MkIV blocks are hidden by default while MkII prints them, add \keepblocks[Block] to your document and the blocks will appear. You can also use the same name for the blocks as you do use the enumerations, to allow this blocks use begin/end commands and not the usual start/stop commands.
or we can change the defaults to show them Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Glen Callaghan
-
Hans Hagen
-
Wolfgang Schuster