ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Left margin of vim module output
@ 2012-08-01  7:56 Marco Patzer
  2012-08-01 17:46 ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Marco Patzer @ 2012-08-01  7:56 UTC (permalink / raw)
  To: context

Hi,

how can I adjust the left margin of the output of the vim module?

The core typing mechanism implements a “margin” key for this. The
vim output also does not react to the “leftoffset” setting of the
background mechanism.

\usemodule [vim]

\definetextbackground [code]
  [location=paragraph,
   %leftoffset=1cm,
   topoffset=5mm]

\definevimtyping [C]
  [syntax=c,
   before={\starttextbackground[code]},
   after=\stoptextbackground]

\setuptyping [typing]
  [margin=1cm,
   before={\starttextbackground[code]},
   after=\stoptextbackground]

\starttext

\startC
/* This MEMB() definition defines a memory pool from
 * which we allocate neighbour entries. */
MEMB(neighbours_memb, struct neighbour, MAX_NEIGHBOURS);
\stopC

\blank

\starttyping
/* This MEMB() definition defines a memory pool from
 * which we allocate neighbour entries. */
MEMB(neighbours_memb, struct neighbour, MAX_NEIGHBOURS);
\stoptyping

\stoptext


Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

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

end of thread, other threads:[~2012-08-01 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-01  7:56 Left margin of vim module output Marco Patzer
2012-08-01 17:46 ` Aditya Mahajan
2012-08-01 18:01   ` Aditya Mahajan
2012-08-01 18:18     ` Aditya Mahajan
2012-08-01 19:17       ` Marco Patzer
2012-08-01 19:26         ` Aditya Mahajan

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).