Yet another issue: \typebuffer always starts with a blank line. Is this a bug, or how can I disable it? Hraban MWE: """ \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext{\typebuffer[option=tex]} \stoptext """
Henning Hraban Ramm schrieb am 30.07.2023 um 21:14:
Yet another issue:
\typebuffer always starts with a blank line. Is this a bug, or how can I disable it?
Hraban
MWE: """ \starttext
\startbuffer \samplefile{tufte} \stopbuffer
\framedtext{\typebuffer[option=tex]}
\stoptext """
\framedtext[strut=no]{\typebuffer[option=tex]} or \startframedtext \typebuffer[option=tex] \stopframedtext Wolfgang
Am 30.07.23 um 21:22 schrieb Wolfgang Schuster:
Henning Hraban Ramm schrieb am 30.07.2023 um 21:14:
Yet another issue:
\typebuffer always starts with a blank line. Is this a bug, or how can I disable it?
Hraban
MWE: """ \starttext
\startbuffer \samplefile{tufte} \stopbuffer
\framedtext{\typebuffer[option=tex]}
\stoptext """
\framedtext[strut=no]{\typebuffer[option=tex]}
or
\startframedtext \typebuffer[option=tex] \stopframedtext
Thank you (also Jacob)! Seems like I didn’t look in the right place. Hraban
On 7/30/23 21:50, Henning Hraban Ramm wrote:
Am 30.07.23 um 21:22 schrieb Wolfgang Schuster:
Henning Hraban Ramm schrieb am 30.07.2023 um 21:14:
Yet another issue:
\typebuffer always starts with a blank line. Is this a bug, or how can I disable it?
Sorry for being too late, Hraban. \typeinlinebuffer is probably the best option here. Pablo
Am 31.07.23 um 17:25 schrieb Pablo Rodriguez:
On 7/30/23 21:50, Henning Hraban Ramm wrote:
Am 30.07.23 um 21:22 schrieb Wolfgang Schuster:
Henning Hraban Ramm schrieb am 30.07.2023 um 21:14:
Yet another issue:
\typebuffer always starts with a blank line. Is this a bug, or how can I disable it?
Sorry for being too late, Hraban.
\typeinlinebuffer is probably the best option here.
Thank you, but no. I needed it for code examples in a frame. strut=no did the trick. Hraban
It comes from framedtext: \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext[strut=no]{\typebuffer[option=tex]} \stoptext Best, Jacob
Am 30.07.2023 um 21:14 schrieb Henning Hraban Ramm
: Yet another issue:
\typebuffer always starts with a blank line. Is this a bug, or how can I disable it?
Hraban
MWE: """ \starttext
\startbuffer \samplefile{tufte} \stopbuffer
\framedtext{\typebuffer[option=tex]}
\stoptext """ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________________
participants (4)
-
Henning Hraban Ramm
-
Jacob Kauffmann
-
Pablo Rodriguez
-
Wolfgang Schuster