Difference between revisions of "Command/setupinteractionscreen"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Category:(.*)" to "Category:Command/$1")
(add nomenubar option)
(3 intermediate revisions by 2 users not shown)
Line 35: Line 35:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:option|option]]</td>
 
     <td class="cmd">[[Command/keyword:option|option]]</td>
     <td>[[Command/value:max|max]] [[Command/value:fit|fit]] [[Command/value:doublesided|doublesided]] [[Command/value:bookmark|bookmark]] </td>
+
     <td>[[Command/value:max|max]] [[Command/value:fit|fit]] [[Command/value:doublesided|doublesided]] [[Command/value:bookmark|bookmark]] [[Command/value:attachment|attachment]] [[Command/value:layer|layer]] [[Command/value:nomenubar|nomenubar]] [[Command/value:page|page]] [[Command/value:portrait|portrait]] [[Command/value:landscape|landscape]] [[Command/value:paper|paper]] [[Command/value:fixed|fixed]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
Line 46: Line 46:
 
== Description ==  
 
== Description ==  
  
option=max : fullscreen at the beginning
+
option=max : fullscreen when the document is opened
  
 +
option=bookmark : bookmark pane (if the document contains at least one) shown when the document is opened
  
 +
option=attachment : attachments pane shown when the document is opened
 +
 +
option=layer : layers pane shown when the document is opened
 +
 +
option=nomenubar : hide menu bar (new in 2019-05)
 +
 +
option=page : PDF single--sided printing
 +
 +
option=portrait : PDF portrait duplex printing (long side flipped)
 +
 +
option=landscape : PDF landscape duplex printing (short side flipped)
 +
 +
option=paper : use non--standard paper size
 +
 +
option=fixed : no zoom in printing
 +
 +
option=none : required to specify further options (page, portrait, landscape as first values imply fixed; paper also implies page)
  
 
== Example ==
 
== Example ==
Line 54: Line 72:
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
 
 +
[[PDF Print Options]]
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 14:03, 1 May 2019

\setupinteractionscreen

Syntax

\setupinteractionscreen[...,...=...,...]
width dimension fit max
height dimension fit max
backspace dimension
topspace dimension
horoffset dimension
veroffset dimension
option max fit doublesided bookmark attachment layer nomenubar page portrait landscape paper fixed
delay number none


Description

option=max : fullscreen when the document is opened

option=bookmark : bookmark pane (if the document contains at least one) shown when the document is opened

option=attachment : attachments pane shown when the document is opened

option=layer : layers pane shown when the document is opened

option=nomenubar : hide menu bar (new in 2019-05)

option=page : PDF single--sided printing

option=portrait : PDF portrait duplex printing (long side flipped)

option=landscape : PDF landscape duplex printing (short side flipped)

option=paper : use non--standard paper size

option=fixed : no zoom in printing

option=none : required to specify further options (page, portrait, landscape as first values imply fixed; paper also implies page)

Example

See also

PDF Print Options

Help from ConTeXt-Mailinglist/Forum

All issues with: