[NTG-context] Question about the vim module

2011-06-07 Thread m00nlight
\usemodule[vim]
\definevimtyping[SHH][syntax=sh]
\starttext



\startSHH

sudo airodump-ng -c channel --bssid target router's mac -w save file name mon0

\stopSHH




\stoptext

before the bssid there are twohyphen,but the pdf file only have one . How can I 
fix it? Thanks
___
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
___

Re: [NTG-context] Question about the vim module

2011-06-07 Thread Marco
On 2011-06-07 m00nlight dot_wangyu...@yeah.net wrote:

 \usemodule[vim]
 \definevimtyping[SHH][syntax=sh]
 \starttext
 
 \startSHH
 sudo airodump-ng -c channel --bssid target router's mac -w save file name
 mon0
 \stopSHH
 
 \stoptext
 
 before the bssid there are twohyphen,but the pdf file only have one .

\usetypescript [modern] [texnansi]
\setupbodyfont [modern]

Or use MkIV.

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
___