1 Aug
2012
1 Aug
'12
7:46 p.m.
On Wed, 1 Aug 2012, Marco Patzer wrote:
how can I adjust the left margin of the output of the vim module?
Currently, vim module does not provide any option similar to the margin key for typing mechanism, but you can wrap the code around a `narrower` environment. \usemodule [vim] \definenarrower [code] [left=3cm, default=left] \showframe \starttext \startC /* This MEMB() definition defines a memory pool from * which we allocate neighbour entries. */ MEMB(neighbours_memb, struct neighbour, MAX_NEIGHBOURS); \stopC \stoptext Aditya