Question to \startlines
Hello, I found out that the \startlines does not work if it is defined in a body of some other macro. Is it expected behaviour, or not? Thanks in advance, Tomáš Hála --- Minimal example: (CTX from TL2014) \starttext \def\xxxx{\startlines text text \stoplines} \xxxx \stoptext %% Gives "text text" instead of text text
Am 28.07.2014 um 13:29 schrieb Tomas Hala
Hello,
I found out that the \startlines does not work if it is defined in a body of some other macro. Is it expected behaviour, or not?
This is normal for TeX and you have to use other mechanism like buffers. \starttext \startbuffer[xxxx] \startlines text text \stoplines \stopbuffer \getbuffer[xxxx] \stoptext Wolfgang
That works. Thank you, Wolfgang.
Using this, I found out that buffers do not cooperate with \vfill.
Is there any other how to move parts of the buffer to the top and bottom
except two independent buffers?
Tomas Hala
Mon, Jul 28, 2014 ve 01:49:59PM +0200 Wolfgang Schuster napsal(a):
#
# Am 28.07.2014 um 13:29 schrieb Tomas Hala
Am 28.07.2014 um 18:37 schrieb Tomas Hala
That works. Thank you, Wolfgang. Using this, I found out that buffers do not cooperate with \vfill. Is there any other how to move parts of the buffer to the top and bottom except two independent buffers?
I don’t think this has to do with buffers because a buffer is only a mechanism to save content for a later use. Make a example where you have a problem with \vfill. Wolfgang
participants (2)
-
Tomas Hala
-
Wolfgang Schuster