[NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Xenia
Dear context folks, since Aditya recommended I am using the vim module for including MATLAB-files in my TeX-files. But for longer code snippets there is no pagebreak, so that the code is cuttet at the end of the page. What do I have to do? current version: 2012.04.19 23:18 Thanks, Xenia

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Xenia wrote: Dear context folks, since Aditya recommended I am using the vim module for including MATLAB-files in my TeX-files. But for longer code snippets there is no pagebreak, so that the code is cuttet at the end of the page. What do I have to do? current version:

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Xenia
On 01.05.2012 08:50, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Dear context folks, since Aditya recommended I am using the vim module for including MATLAB-files in my TeX-files. But for longer code snippets there is no pagebreak, so that the code is cuttet at the end of the

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Wolfgang Schuster
Am 01.05.2012 um 12:24 schrieb Xenia: On 01.05.2012 08:50, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Dear context folks, since Aditya recommended I am using the vim module for including MATLAB-files in my TeX-files. But for longer code snippets there is no pagebreak, so

[NTG-context] EuroTeX 2012 / 6th ConTeXt Meeting

2012-05-01 Thread Taco Hoekwater
Hi all, Invitation == EuroTeX 2012, the sixth ConTeXt meeting, the NTG najaarsbijeenkomst, and Dante's Herbsttagung will all be held together at the same time and place in Breskens, the Netherlands, on October 8 - October 12 The organisation of the conference is a joint effort of

Re: [NTG-context] Should command `\setnumber' print number in text?

2012-05-01 Thread Wolfgang Schuster
Am 29.04.2012 um 14:23 schrieb Vladimir Lomov: Just to clarify question (before update wiki): is `\setnumber' command obsolete and `\setupnumber' should be used instead? Both commands have a different purpose, with \setupnumber you can change the conversion of the counter (romannumerals,

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Xenia
On 01.05.2012 13:02, Wolfgang Schuster wrote: Am 01.05.2012 um 12:24 schrieb Xenia: On 01.05.2012 08:50, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Dear context folks, since Aditya recommended I am using the vim module for including MATLAB-files in my TeX-files. But for

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Xenia wrote: Use \definetextbackground for the frame, framedtext’s are unbreakable boxes. Thanks, that works, but now the linewrapping does not work correctly (after the frame) The bad linebreaks also happen if you remove the background. I'll look into it (in any case,

Re: [NTG-context] Metapost/Metafun Q: using variables and building blocks?

2012-05-01 Thread Peter Rolf
Hi Mari, Am 30.04.2012 23:40, schrieb Mari Voipio: On Mon, Apr 23, 2012 at 20:34, Mari Voipio mari.voi...@iki.fi wrote: a) I need to be able to stack four of these on top of each other and then four mirrored ones next to them OK, I really was being stupid - I had already managed to do a

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Use \definetextbackground for the frame, framedtext’s are unbreakable boxes. Thanks, that works, but now the linewrapping does not work correctly (after the frame) The bad linebreaks also happen if you remove the

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Hans Hagen
On 1-5-2012 19:35, Aditya Mahajan wrote: \startsetups linebreak \language\minusone %disable hypenation \raggedright %avoid overflow lines \stopsetups \unprotect \setupsyntaxhighlighting [setups={syntaxhighlighting@setup,linebreak}] \protect I'll add these to the main module and release a new

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Wolfgang Schuster
Am 01.05.2012 um 19:35 schrieb Aditya Mahajan: On Tue, 1 May 2012, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Use \definetextbackground for the frame, framedtext’s are unbreakable boxes. Thanks, that works, but now the linewrapping does not work correctly (after the frame)

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Hans Hagen wrote: On 1-5-2012 19:35, Aditya Mahajan wrote: \startsetups linebreak \language\minusone %disable hypenation \raggedright %avoid overflow lines \stopsetups \unprotect \setupsyntaxhighlighting [setups={syntaxhighlighting@setup,linebreak}] \protect I'll add

Re: [NTG-context] missing pagebreak using vim-module for typing

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Wolfgang Schuster wrote: Am 01.05.2012 um 19:35 schrieb Aditya Mahajan: On Tue, 1 May 2012, Aditya Mahajan wrote: On Tue, 1 May 2012, Xenia wrote: Use \definetextbackground for the frame, framedtext’s are unbreakable boxes. Thanks, that works, but now the linewrapping

[NTG-context] Bug with linenumbering

2012-05-01 Thread Aditya Mahajan
Hi, Line numbering does not respect the parameters given with \startlinenumbering. For example: \definelinenumbering [test] \starttext \startlinenumbering[test][color=blue,align=flushright,distance=0.5em] \input knuth \stoplinenumbering \page \setuplinenumbering

Re: [NTG-context] Bug with linenumbering

2012-05-01 Thread Aditya Mahajan
On Tue, 1 May 2012, Aditya Mahajan wrote: Line numbering does not respect the parameters given with \startlinenumbering. I think that the state at the end of the page flush is used, rather than the state at the beginning of line numbering. An example illustrating this:

[NTG-context] Problem with \inmargin on \item lines

2012-05-01 Thread Malte Stien
Hi everyone, I am experiencing a problem with \inmargin{some text} in \itemized lists. I am using them a lot in my documents, and it is kind of annoying. It appears that if one uses the \inmargin macro just prior to the \item macro, the in-margin text is typeset against the previous line, not