Hi, for some time now, I try to figure out, how to enable fold marks in the letter module. I tried: \setupletterstyle [option] [marking=on, foldmark=yes, cutmark=yes] All three of them didn't seem to do anything. How are fold marks supposed to be set? Or is this currently not possible at all? Thanks in advance, Andreas.
Am 07.10.2009 um 22:20 schrieb Andreas Schneider:
Hi,
for some time now, I try to figure out, how to enable fold marks in the letter module.
Fold marks are enabled by default but there was a bug in the code, I
uploaded a new release.
There are different ways to enable and disable all of them, the
'marking' key could be used
to hide all of them (making=no) but you can also disable certain ones
with the individual name,
the default setup is:
\setupletterstyle
[marking=yes, % enable all marks
topmark=yes,
botmatk=yes,
cutmark=yes, % vertical middle of the paper for cutting
endmark=no, % relict from typewriter time to indicate the end of
the paper
usermark=no] % no purpose, could be used for whatever you want
For letters with more than one page it is sometimes usefull to show
the marks only on
the first page or for doublesided letters (it's possible but who
want's this) you can
control this with (multiple values can be given as argument to state):
\setupletterstyle
[<markname>]
[state=
On Wed, 7 Oct 2009 23:19:13 +0200
Wolfgang Schuster
Fold marks are enabled by default but there was a bug in the code, I uploaded a new release.
Wow, thank you for that very quick fix! It works fine now. Also thanks for these great explanations and tips; you should really add them to the manual, they can save lives ;-) Best regards, Andreas.
participants (2)
-
Andreas Schneider
-
Wolfgang Schuster