ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Letter Module: Foldmarks
Date: Wed, 7 Oct 2009 23:19:13 +0200	[thread overview]
Message-ID: <06AC97CA-3359-4CC0-8F52-B431ECDA3915@googlemail.com> (raw)
In-Reply-To: <20091007222017.281bfdaf@netmaster>


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=<start|stop|first|next|left|right|leftpage|rightpage>]

   start     : show mark on the first page
   stop      : disable mark
   first     : show mark on the first page
   next      : show mark on the second and all following pages
   left      : show mark only on left pages
   right     : show mark only on right pages
   leftpage  : show mark only on left pages
   rightpage : show mark only on right pages

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-10-07 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07 20:20 Andreas Schneider
2009-10-07 21:19 ` Wolfgang Schuster [this message]
2009-10-07 22:32   ` Andreas Schneider

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06AC97CA-3359-4CC0-8F52-B431ECDA3915@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).