align=broad not working in typing
Dear list, I have the following sample: \showframe \setuppapersize[A6] \setuptyping[TEX][align={right, broad}] \starttext \startTEX \showframe \setuppapersize[A5] \setuptyping[TEX][align={right,broad}] \starttext \startTEX \stopTEX \stoptext \stopTEX \stoptext The broad value for align doesn’t seem to work in typing. Could anyone confirm this or tell me what I may be missing? Many thanks for your help, Pablo -- http://www.ousia.tk
Pablo Rodriguez schrieb am 13.11.18 um 19:58:
Dear list,
I have the following sample:
\showframe \setuppapersize[A6] \setuptyping[TEX][align={right, broad}] \starttext \startTEX \showframe \setuppapersize[A5] \setuptyping[TEX][align={right,broad}] \starttext \startTEX \stopTEX \stoptext \stopTEX \stoptext
The broad value for align doesn’t seem to work in typing.
Could anyone confirm this or tell me what I may be missing?
Load the scite module (\usemodule[scite]) or add spaces between the arguments (\setuptyping [...] [...]). Wolfgang
On 11/13/18 8:13 PM, Wolfgang Schuster wrote:
Pablo Rodriguez schrieb am 13.11.18 um 19:58:
Dear list,
I have the following sample: [...] The broad value for align doesn’t seem to work in typing.
Could anyone confirm this or tell me what I may be missing?
Load the scite module (\usemodule[scite]) or add spaces between the arguments (\setuptyping [...] [...]).
Many thanks for your reply, Wolfgang. I totally overlooked that spaces were missing in the code, so the lines couldn’t be split. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster