summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-02 22:04:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-02 22:04:55 -0800
commit811eee7cad840a65dbdcd72649b4007a9e8e46e2 (patch)
tree15c7c62de18f5c1edf77a1501863f4093831264b /data/templates
parent32297d56772e97ce39f54f6879ae2f69f3c4c6dd (diff)
ConTeXt template: make title appear in PDF title bar.
This is recommended for accessibility reasons. Note: doesn't work with macOS Preview.app. See https://groups.google.com/d/msgid/pandoc-discuss/m2lezx20jq.fsf%40MacBook-Pro-2.hsd1.ca.comcast.net
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.context2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.context b/data/templates/default.context
index df39130b2..49b2c1f6f 100644
--- a/data/templates/default.context
+++ b/data/templates/default.context
@@ -26,7 +26,7 @@ $endif$
% make chapter, section bookmarks visible when opening document
\placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section]
-\setupinteractionscreen[option=bookmark]
+\setupinteractionscreen[option={bookmark,title}]
$if(papersize)$
\setuppapersize[$for(papersize)$$papersize$$sep$,$endfor$]