[NTG-context] Re: APA 7 and https

2023-12-17 Thread Oliver Marugg
Hi Alan Many thanks for your solution. Oliver > Am 16.12.2023 um 22:33 schrieb Alan Braslau : > > A "better" solution is to put > > doi = {https://doi.org/__doi__}, > > in your bibtex database > > but I would actually use > > url = {https://doi.org/__doi__}, > > Not all editors want the

[NTG-context] Re: APA 7 and https

2023-12-16 Thread Alan Braslau via ntg-context
A "better" solution is to put doi = {https://doi.org/__doi__}, in your bibtex database but I would actually use url = {https://doi.org/__doi__}, Not all editors want the complete url for the doi, but some do. The current scheme lets the user define url= and doi= as they wish (and even both)

[NTG-context] Re: APA 7 and https

2023-12-15 Thread rauricastone
Sorry I missed to add doi.org at hyphenatedurl, now the whole block shows: \starttexdefinition mutable protected btx:apa:doi \texdefinition {btx:format:goto} { url(https://doi.org/\btxflush{doi}) } { \hyphenatedurl{https://doi.org/\btxflush{doi}} } \stoptexdefinition

[NTG-context] Re: APA 7 and https

2023-12-15 Thread rauricastone
Hi I found a solution to reach APA7 list and links. Using $PATH/ConTeXtPATH/tex/texmf-context/tex/context/base/mkiv/publ-imp-apa.mkvi in line 1306-1312, where \starttexdefinition mutable protected btx:apa:doi \texdefinition {btx:format:goto} { url(https://doi.org/\btxflush{doi})