From 351a8e6c7ce6ccd20eb62bd43f7f5cc9048c65d8 Mon Sep 17 00:00:00 2001 From: Thomas Hodgson Date: Sun, 12 Feb 2023 22:32:40 +0100 Subject: URL style in ConTeXt (#8612) Previously, a URL like this would be in monospace text: `\useURL[url1][https://example.com]`. Now, it will match the main text unless the `linkstyle` variable is set, which controls the styling of all links. Closes #8602. Added documentation for `urlstyle` variable in the ConTeXt template, and added detail to its documentation in the LaTeX template. --- test/writer.context | 1 + test/writers-lang-and-dir.context | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/writer.context b/test/writer.context index 4915a2d5e..342ee2a90 100644 --- a/test/writer.context +++ b/test/writer.context @@ -6,6 +6,7 @@ style=, color=, contrastcolor=] +\setupurl[style=] % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] diff --git a/test/writers-lang-and-dir.context b/test/writers-lang-and-dir.context index 90bcc1275..3f7399d72 100644 --- a/test/writers-lang-and-dir.context +++ b/test/writers-lang-and-dir.context @@ -4,6 +4,7 @@ style=, color=, contrastcolor=] +\setupurl[style=] % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] -- cgit v1.2.3