Command/startpagefigure
< Command
Jump to navigation
Jump to search
Contents
\startpagefigure ... \stoppagefigure
Summary
The environment \startpagefigure ... \stoppagefigure is used to create a page containing only a single image
Settings
\startpagefigure[...][...=...,...] ... \stoppagefigure | |
[...] | file |
offset | default overlay none dimension |
Description
Create a page containing only a single image, possibly with some text underneath it. The page will adjust its size to its contents. The code is very simple, approximately as follows.
\startTEXpage \externalfigure[...] (optional other text) \stopTEXpage
Examples
Example 1
\setupexternalfigures[location=default] \startpagefigure[cow] Some text\crlf Other text \stoppagefigure