Dear list, I have the following sample: \defineframedtext[backcover] \setupframedtext[backcover] [frame=off, offset=overlay, width=\textwidth] \starttext \startframedtext[backcover] \input zapf \stopframedtext \stoptext Using current LMTX (2022.04.20 19:18), I’m afraid no format from \setupframedtext is applied to the backcover framed text. Can anyone confirm the issue or explain what I’m doing wrong? Just in case it may be relevant, I’m on Linux 64bit. Many thanks for your help, Pablo
Pablo Rodriguez via ntg-context schrieb am 24.04.2022 um 20:56:
Dear list,
I have the following sample:
\defineframedtext[backcover] \setupframedtext[backcover] [frame=off, offset=overlay, width=\textwidth] \starttext \startframedtext[backcover] \input zapf \stopframedtext \stoptext
Using current LMTX (2022.04.20 19:18), I’m afraid no format from \setupframedtext is applied to the backcover framed text.
Can anyone confirm the issue or explain what I’m doing wrong?
You have to use \startbackcover ... \stopbackcover in your document. While you can pass a instance to \starframed (e.g. \startframed[backcover]) the same isn't possible with \startframedtext. Wolfgang
On 4/24/22 21:13, Wolfgang Schuster via ntg-context wrote:
Pablo Rodriguez via ntg-context schrieb am 24.04.2022 um 20:56:
[...] Using current LMTX (2022.04.20 19:18), I’m afraid no format from \setupframedtext is applied to the backcover framed text. [...] While you can pass a instance to \starframed (e.g. \startframed[backcover]) the same isn't possible with \startframedtext.
Many thanks for your reply, Wolfgang. I thought I could do that, because http://www.pragma-ade.com/general/qrcs/setup-en.pdf seems to allow it. Many thanks for your help, Pablo
Pablo Rodriguez via ntg-context schrieb am 25.04.2022 um 18:17:
On 4/24/22 21:13, Wolfgang Schuster via ntg-context wrote:
Pablo Rodriguez via ntg-context schrieb am 24.04.2022 um 20:56:
[...] Using current LMTX (2022.04.20 19:18), I’m afraid no format from \setupframedtext is applied to the backcover framed text. [...] While you can pass a instance to \starframed (e.g. \startframed[backcover]) the same isn't possible with \startframedtext. Many thanks for your reply, Wolfgang.
I thought I could do that, because http://www.pragma-ade.com/general/qrcs/setup-en.pdf seems to allow it.
\startframedtext allow the following four keywords for the first optional argument - left - middle - right - none These four keywords can be used to control the horizontal alignment of the frame but they aren't framedtext instances. Wolfgang
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster