Difference between revisions of "Command/setupclipping"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Reference/en/" to "Command/")
m (moved Reference/en/setupclipping to Command/setupclipping: Text replace - "Reference/en/" to "Command/")
(No difference)

Revision as of 03:21, 14 March 2012

\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