]> mj.ucw.cz Git - paperjam.git/commitdiff
More TODO
authorMartin Mares <mj@ucw.cz>
Mon, 2 Apr 2018 19:46:34 +0000 (21:46 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 2 Apr 2018 19:46:34 +0000 (21:46 +0200)
TODO

diff --git a/TODO b/TODO
index c49fba3655b76be57d082896ae5402b30c18aa0c..5874a013f422ec9ffa8cf1b6f7e550268a394398 100644 (file)
--- 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=<n>
+
+# 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?