From 8e3e5b05fb5e9b48d5773170c76ca347e5039b70 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 2 Apr 2018 21:46:34 +0200 Subject: [PATCH] More TODO --- TODO | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/TODO b/TODO index c49fba3..5874a01 100644 --- a/TODO +++ b/TODO @@ -28,3 +28,42 @@ expand(l=10mm, r=10mm, t=10mm, b=10mm) # Adjust image size (in terms of margins around) margins ... params like expand + +cropmarks + style=box # Box around image + style=cross # Crosses in the corners + style=halfcross # Half-crosses in the corners (default) + pen=1pt # Line width + len=5mm # Cross arm length + dist=5mm # Distance from border + +book + signature= + +# Crop to image box +crop + bleed=5mm # Allow bleeding over the image box + +duplex + long-edge + +merge + +modulo + half + +# Add an empty page after the current one +add-blank + +# Set either: +# - paper size + margins +# - scale + margins +nup(hnum, vnum) + paper / w / h # Specify paper size, default=copy from 1st image + + fit options (*margin, pos) + crop # Crop to image + rotate=1 # Override rotation decision + scale=1 # Override scaling factor + tile # Tile with copies of a single page + hspace / vspace / space # Distance between tiles + + cropmarks? -- 2.39.2