diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-02 22:04:55 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-02 22:04:55 -0800 |
| commit | 811eee7cad840a65dbdcd72649b4007a9e8e46e2 (patch) | |
| tree | 15c7c62de18f5c1edf77a1501863f4093831264b /data/templates | |
| parent | 32297d56772e97ce39f54f6879ae2f69f3c4c6dd (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.context | 2 |
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$] |
