Joel via ntg-context schrieb am 10.08.2024 um 16:54:
My copy editor urged me to remove all hyphens from the main text of my document. I'm using:

\definefontfeature[default][default][expansion=quality,protrusion=quality]


\start \setupalign[nothyphenated,tolerant,hz,hanging]

(text)

\stop

Is there a reason why do the alignment change within a local group?

The problem is that is messing with footnotes, causing things like URLS to run off the page. How can I permit the hyphenation to appear normally, but only on the footnote text?

\setupalign[verytolerant,nothyphenated]

\setupnotation[footnote][align={hyphenated,normal}]

\starttext

\samplefile{lorem}\footnote{\samplefile{lorem}}

\stoptext

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

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to