Command/startpagefigure

From Wiki
< Command
Revision as of 11:27, 15 November 2021 by Taco (talk | contribs) (Created page with "Documentation for \startpagefigure ... \stoppagefigure")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\startpagefigure ... \stoppagefigure

Summary

The environment \startpagefigure ... \stoppagefigure is used to create a page containing only a single image

Settings

\startpagefigure[...][...=...,...] ... \stoppagefigure
[...]file
offsetdefault 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

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: