You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PDF document can be configured to launch in fullscreen mode. It should be possible to activate this feature using either an AsciiDoc attribute or theme key, perhaps both.
Since this setting is a switch, it makes sense to use a theme key like:
page:
fullscreen: true
We could also consider using the lower-level terminology of mode:
page:
mode: fullscreen
The corresponding AsciiDoc attribute would either be pdf-fullscreen or pdf-mode=fullscreen.
This sets the following property in the PDF catalog
/PageMode /FullScreen
When fullscreen is active, the existing PageMode property must be moved to:
/NonFullScreenPageMode /UseOutlines
The text was updated successfully, but these errors were encountered:
A PDF document can be configured to launch in fullscreen mode. It should be possible to activate this feature using either an AsciiDoc attribute or theme key, perhaps both.
Since this setting is a switch, it makes sense to use a theme key like:
We could also consider using the lower-level terminology of mode:
The corresponding AsciiDoc attribute would either be
pdf-fullscreen
orpdf-mode=fullscreen
.This sets the following property in the PDF catalog
When fullscreen is active, the existing PageMode property must be moved to:
The text was updated successfully, but these errors were encountered: