Difference between revisions of "Command/startTEXpage"

From Wiki
Jump to navigation Jump to search
(add to Command/Layout category)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>startTEXpage</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Revision as of 16:12, 12 November 2019

\startTEXpage

Syntax (autogenerated)

\startTEXpage[...=...,...] ... \stopTEXpage
...=...,...inherits from \setupfittingpage
instance of startfittingpage, generated by \definefittingpage


Syntax

\startTEXpage
\startTEXpage[...=...]
strut no yes global local
align normal flushleft flushright middle normal high low lohi
offset none overlay dimension
width fit dimension
height fit dimension
frame on off

Description

Start a page that fits its contents exactly. Or has some extra space around the edges, if you specify offset.

Example

\showframe
\startTEXpage
asdf
\stopTEXpage

\showframe
\startTEXpage[offset=10pt]
asdf
\stopTEXpage

\setuppapersize[A10, landscape]
\showframe[]
\starttext
asdf
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: