ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* interwordspace error after update
@ 2022-06-06 18:12 Steffen Wolfrum via ntg-context
  2022-06-06 18:34 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Wolfrum via ntg-context @ 2022-06-06 18:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum

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 
<line 3.101> 
   \stopfootnote
   }


Is there any chance my setup might work again?

Steffen

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: interwordspace error after update
  2022-06-06 18:12 interwordspace error after update Steffen Wolfrum via ntg-context
@ 2022-06-06 18:34 ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen via ntg-context @ 2022-06-06 18:34 UTC (permalink / raw)
  To: ntg-context; +Cc: Hans Hagen

On 6/6/2022 8:12 PM, Steffen Wolfrum via ntg-context wrote:

> 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 
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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-06 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 18:12 interwordspace error after update Steffen Wolfrum via ntg-context
2022-06-06 18:34 ` Hans Hagen via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).