Command/setupclipping

From Wiki
< Command
Revision as of 17:18, 11 April 2010 by Patrick Gundlach (talk | contribs) (cleanup)
Jump to navigation Jump to search

\setupclipping

Syntax

\setupclipping[...,...=...,...]
nx number
ny number
x number
y number
width dimension
height dimension
hoffset dimension
voffset dimension
mp name


Description

Clip method:

A) Tiles
nx, ny: tiles contents to nx horizntal (ny vertical) equal sized pieces
x, y  : choose x (y) piece

B) size/offset
width, height: horizontal (vertical) size of clipping window
hoffset, v offset: window shift

C) metapost path
mp:


Example

\starttext
\startTEXpage
\clip
  [width=60mm,height=25mm,hoffset=25mm,
   voffset=\dimexpr 297mm-18mm-25mm\relax]
  {\externalfigure[file.pdf][page=3]}%
\stopTEXpage
\stoptext


See also

\clip