ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Benjamin Koppe <Benjamin.Koppe@gmx.de>
Subject: Re: DIN lang folder with crop marks
Date: Wed, 10 Apr 2019 20:53:09 +0200	[thread overview]
Message-ID: <d616e0f0-b519-b514-75cc-f4aba88f1ecf@gmail.com> (raw)
In-Reply-To: <22cd5e5ed81a525eb43b0e63893d127ec51d9a8c.camel@gmx.de>

Benjamin Koppe schrieb am 10.04.2019 um 20:33:
> Hallo,
>
> I'm new to ConTeXt and am crazy enough to start with something
> nonstandard.
>
> Of course I got stuck pretty fast. I started out with this:
>
> https://wiki.contextgarden.net/DIN_lang_folder
>
> and then found some info on crop marks here:
>
> https://wiki.contextgarden.net/PaperSetup#Crop_marks
>
>
> I tried different options (marked=on, market=colour, marked=color...,
> something with \setuplayout[location={middle,middle}]...)
>
> Some times the crop marks don't show at all, sometimes they are set off
> a bit so they don't fit with the actual document.
>
> I added the whole file as I really do not knwo (yet) how to reduce
> things...

When you increase the size of the printed paper

\definepapersize
     [A4-flyer]
     [width=\dimexpr297mm+10\measured{bleed}\relax,
      height=\dimexpr210mm+10\measured{bleed}\relax]

and center the arranged pages

\setuplayout
   [marking=on,
    location=middle]

you can see the shifting moves everything away from the marks.

BTW: You forgot the = for the marking settings in \startttitle.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2019-04-10 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 18:33 Benjamin Koppe
2019-04-10 18:53 ` Wolfgang Schuster [this message]

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=d616e0f0-b519-b514-75cc-f4aba88f1ecf@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=Benjamin.Koppe@gmx.de \
    --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).