Command/setupclipping

From Wiki
< Command
Revision as of 04:32, 23 March 2012 by Jannis (talk | contribs) (Text replace - "\[\[cmd:(.*)\|(.*)\]\]" to "{{cmd|$1}}")
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

Help from ConTeXt-Mailinglist/Forum

All issues with: