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
This commit is contained in:
parent
32297d5677
commit
811eee7cad
3 changed files with 3 additions and 3 deletions
|
@ -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$]
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
% make chapter, section bookmarks visible when opening document
|
||||
\placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section]
|
||||
\setupinteractionscreen[option=bookmark]
|
||||
\setupinteractionscreen[option={bookmark,title}]
|
||||
|
||||
\setuppagenumbering[location={footer,middle}]
|
||||
\setupbackend[export=yes]
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
% make chapter, section bookmarks visible when opening document
|
||||
\placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section]
|
||||
\setupinteractionscreen[option=bookmark]
|
||||
\setupinteractionscreen[option={bookmark,title}]
|
||||
|
||||
\setuppagenumbering[location={footer,middle}]
|
||||
\setupbackend[export=yes]
|
||||
|
|
Loading…
Reference in a new issue