Hi,

 

I have defined chapter headings set to nothyphenated. Yet, sometimes occur DOIs in these chapter headings, and I would obviously want those to be broken across lines.

 

%%%%%%%%%%%%%%%%%%%%%%%%%

\setuppapersize[A6]

\setuphead[chapter][align={right,nothyphenated}]

 

\starttext

 

\chapter[title={asdf asdf \goto{\hyphenatedurl{https://doi.org/10.12345/12345.12345}}[url(https://doi.org/10.12345/12345.12345)]}]

bla

\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%

 

For now, I’m changing the definition to \setuphead[chapter][align={right,lesshyphenation}], but is there a way to disable hyphenation, but still break urls across lines?

 

Best,

Denis