Hi,
with my last ConTeXt ver 2022.01.21 20:31 LMTX (arm64) this work:
\startsetups footnotesetup
\interwordspace 2.75pt % \setuptolerance[NEUNspace] hat hier keine Wirkung!
\interwordstretch 1.79999pt
\interwordshrink 0.9pt
\setupinterlinespace[line=11pt, height=.79,depth=.21]
\lineskiplimit-\maxdimen
\setupwhitespace[0pt]
\stopsetups
Now, with ver 2022.05.11 11:36 LMTX (arm64) the same document gives an error:
tex error > tex error on line 4 in file ./01_Fara.tex: You can't use '\scaledinterwordspace' in internal vertical mode
<macro> \22>:footnotesetup
#1->\interwordspace
2.75pt\clubpenalty =10000\widowpenalty =10000\displaywidowpenalty =10000\brokenpenalty =0\setupinterlinespace [line=11pt, height=.79,depth=.21]\lineskiplimit -\maxdimen \setupwhitespace [0pt]
<lua output>
<macro> \m_syst_setups_asked
\clf_autosetups {\m_syst_setups_asked }
\relax
<macro> \handlenoteinsert
...ngroup \edef \currentnote {#1}\strc_constructions_initialize {#1}\strc_notes_synchronize \the \everybeforenoteinsert \insert \currentnoteinsertionnumber \bgroup \the \everyinsidenoteinsert \relax \usesetupsparameter \noteparameter
\useinterline ...
<macro> \currentconstructionsynchronize
...es \global \settrue \postponednote \orelse \ifconditional \c_strc_notes_flushed \handlenoteitself \currentnote \currentnotenumber \orelse \ifconditional \c_strc_notes_delayed \else \handlenoteinsert \currentnote \currentnotenumber
\fi \endgroup ...
<macro> \currentconstructionsynchronize
\csname \??constructionnotehandler \currentconstructionhandler \endcsname
\strc_constructions_finalize \strc_notations_finalize
with my last ConTeXt ver 2022.01.21 20:31 LMTX (arm64) this work:
\startsetups footnotesetup \interwordspace 2.75pt % \setuptolerance[NEUNspace] hat hier keine Wirkung! \interwordstretch 1.79999pt \interwordshrink 0.9pt \setupinterlinespace[line=11pt, height=.79,depth=.21] \lineskiplimit-\maxdimen \setupwhitespace[0pt] \stopsetups You're using the wrong skip. These interwors* things are not meant to be set, as they are basically font dimensions (and in traditional tex you'd
On 6/6/2022 8:12 PM, Steffen Wolfrum via ntg-context wrote: then set them global for each shared font) .. consider them constants (which is also why they are lexed as such in syntax highlighting) .. you were just lucky and in lmtx we're more restrictive. If you want to go low level you can try: \spaceskip 12.75pt plus 1.8pt minus 0.9pt 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Steffen Wolfrum