Command/startpagefigure

From Wiki
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: