Thanks. That works.
Denis
Von: ntg-context Im Auftrag von jbf via ntg-context
Gesendet: Dienstag, 15. Februar 2022 00:16
An: Denis Maier via ntg-context ; mailing list for ConTeXt users
Cc: jbf
Betreff: Re: [NTG-context] \hyphenatedurl in non-hyphenation context
You could try this (note the url setup then called in before \hyphenatedurl):
\setuppapersize[A6]
\setuphead[chapter][align={right,nothyphenated}]
\startsetups url
\setupalign[hyphenated]
\stopsetups
\starttext
\chapter[title={asdf asdf \goto{\setup[url]\hyphenatedurl{https://doi.org/10.12345/12345.12345}}[url(https://doi.org/10.12345/12345.12345)]}]
bla
\stoptext
Julian
On 14/2/22 22:17, Denis Maier via ntg-context wrote:
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nlmailto: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
___________________________________________________________________________________