lines in \setuptyping
Dear list, I have the following sample: \setuptyping[TEX][lines=yes] \starttext \startTEX code one line before two lines before three lines before \stopTEX \stoptext I thought the lines key should display multiple lines when they are in the code. How should I got the multiple lines in the sample above? Many thanks for your help, Pablo -- http://www.ousia.tk
On 8/29/2017 4:43 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setuptyping[TEX][lines=yes] \starttext \startTEX code
one line before
two lines before
three lines before \stopTEX \stoptext
I thought the lines key should display multiple lines when they are in the code.
How should I got the multiple lines in the sample above? empty lines are always collapsed
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 08/29/2017 07:25 PM, Hans Hagen wrote:
On 8/29/2017 4:43 PM, Pablo Rodriguez wrote:
[...] I thought the lines key should display multiple lines when they are in the code.
How should I got the multiple lines in the sample above? empty lines are always collapsed
Many thanks for your reply, Hans. In that case, what enables [lines=yes] in \setuptyping? I need this to provide a sample in a ConTeXt introduction of empty lines collapse in ConTeXt. Many thanks for your help, Pablo -- http://www.ousia.tk
On 08/29/2017 07:25 PM, Hans Hagen wrote:
On 8/29/2017 4:43 PM, Pablo Rodriguez wrote:
[...] I thought the lines key should display multiple lines when they are in the code.
How should I got the multiple lines in the sample above? empty lines are always collapsed
Many thanks for your reply, Hans.
In that case, what enables [lines=yes] in \setuptyping?
On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: linebreaks ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Tue, 29 Aug 2017, Hans Hagen wrote:
On 08/29/2017 07:25 PM, Hans Hagen wrote:
On 8/29/2017 4:43 PM, Pablo Rodriguez wrote:
[...] I thought the lines key should display multiple lines when they are in the code.
How should I got the multiple lines in the sample above? empty lines are always collapsed
Many thanks for your reply, Hans.
In that case, what enables [lines=yes] in \setuptyping?
On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: linebreaks
There is only a subtle difference between the two: \setuppapersize[A6] \showframe \starttext \starttyping[lines=no] Here is some text with very very long line that goes on \stoptyping \starttyping[lines=yes] Here is some text with very very long line that goes on \stoptyping \stoptext Aditya
On 08/30/2017 02:50 AM, Aditya Mahajan wrote:
On Tue, 29 Aug 2017, Hans Hagen wrote:
[...] In that case, what enables [lines=yes] in \setuptyping?
On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: linebreaks
There is only a subtle difference between the two:
Many thanks for the info, Aditya. Pablo
\setuppapersize[A6] \showframe
\starttext \starttyping[lines=no] Here is some text with very very long line that goes on \stoptyping
\starttyping[lines=yes] Here is some text with very very long line that goes on \stoptyping
\stoptext
On 08/29/2017 11:28 PM, Hans Hagen wrote:
[...] In that case, what enables [lines=yes] in \setuptyping?
On 8/29/2017 9:02 PM, Pablo Rodriguez wrote: linebreaks
Many thanks for your reply, Hans. I’m afraid this isn’t what I get in the following sample: \setuppapersize[A6] \showframe \starttext \starttyping[lines=no] Here is some text with very very long line that goes on \stoptyping \starttyping[lines=yes] Here is some text with very very long line that goes on \stoptyping \stoptext Exactly the same breaks in both cases using beta from 2017.08.29 19:35. BTW, I realized that I can fake extra line breaks with a non-breaking space. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Pablo Rodriguez