[NTG-context] [OT] Lua enters the top 10 languages of the TIOBE index

2011-06-07 Thread luigi scarso
http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html -- luigi ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] undefined control sequence bug with German umlaut in bibliography

2011-06-07 Thread Ulrike Fischer
Am Sat, 04 Jun 2011 11:26:37 +0200 schrieb Taco Hoekwater: Thank you everybody for your answers. Writing Tr{\a}ger as Thomas suggested works well, but unfortunately, I'm using Mendeley Desktop for the management of my bibtex file and I can't seem to be able to influence the

[NTG-context] [OT] Lua for Windows

2011-06-07 Thread luigi scarso
Lua for Windows is a 'batteries included environment' for the Lua scripting language on Windows. http://code.google.com/p/luaforwindows/ -- luigi ___ If your question is of interest to others as well, please add an

[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

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

[NTG-context] Page with subsection following a subsection

2011-06-07 Thread Cecil Westerhof
I would like to have a subsection start on a new page. This can be done with: \setuphead[subsection][before={\page}] But when I have had a section before the subsection instead of a subsection before the subsection, I do not want a new page. (Subsections I want to have divided, but the combo

[NTG-context] In need of more detailed widget descriptions!

2011-06-07 Thread Verhaag, G.C.H.M.
Hi, I'm struggling with widgets and went already through the Widget Uncovered manual, but experience problems running various examples under MkIV! MAIN QUESTION: Is the manual still valid for MkIV? When I use for example the command \tracefieldstrue an Undefined control sequence error is

Re: [NTG-context] Page with subsection following a subsection

2011-06-07 Thread Marco
On 2011-06-07 Cecil Westerhof cldwester...@gmail.com wrote: I would like to have a subsection start on a new page. This can be done with: \setuphead[subsection][before={\page}] But when I have had a section before the subsection instead of a subsection before the subsection, I do not want a

[NTG-context] math in antp with MKIV

2011-06-07 Thread Mojca Miklavec
Hello, I'm trying to use \usetypescript[antykwa-poltawskiego] \setupbodyfont[antykwa-poltawskiego,10pt] \starttext \eTeX \stoptext but it fails miserably. An easy workaround is to use greek letters, but also the whole math is somewhat broken. In MKII the font would fall back on Latin Modern in

Re: [NTG-context] math in antp with MKIV

2011-06-07 Thread Marco
\usetypescript[antykwa-poltawskiego] \setupbodyfont[antykwa-poltawskiego,10pt] \starttext \eTeX \stoptext Works here: ConTeXt ver: 2011.05.05 12:10 This is LuaTeX, Version beta-0.66.0-2011041313 SunOS, x86 (Tested with TeX Live 2011.) Tested with minimals (and I wonder why luatex is

[NTG-context] Custom function

2011-06-07 Thread Alexandre Leray
Hello, I'm rather new to ConTeXt and would like to simplify my document, in order to simplify processing of documents. I have this: \defineparagraphs[infos][n=1] \setupparagraphs[infos][1][ style={\switchtobodyfont[6pt]}, %command=, ] \starttext \startinfos

Re: [NTG-context] math in antp with MKIV

2011-06-07 Thread luigi scarso
On Wed, Jun 8, 2011 at 1:52 AM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: Hello, I'm trying to use \usetypescript[antykwa-poltawskiego] \setupbodyfont[antykwa-poltawskiego,10pt] \starttext \eTeX \stoptext but it fails miserably. An easy workaround is to use greek letters,