From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55114 Path: news.gmane.org!not-for-mail From: Oliver Heins Newsgroups: gmane.comp.tex.context Subject: bleeding columnsetarea Date: Tue, 08 Dec 2009 09:19:41 +0100 Message-ID: <87ocm9khcy.fsf@sopos.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260260437 32181 80.91.229.12 (8 Dec 2009 08:20:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2009 08:20:37 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 08 09:20:30 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NHvJ7-0005UD-Sz for gctc-ntg-context-518@m.gmane.org; Tue, 08 Dec 2009 09:20:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0989AC9BF1; Tue, 8 Dec 2009 09:20:26 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0PidUa8kDy4m; Tue, 8 Dec 2009 09:20:23 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1069CC9B92; Tue, 8 Dec 2009 09:20:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9BCC0C9B92 for ; Tue, 8 Dec 2009 09:20:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WPUmUDbKJXQq for ; Tue, 8 Dec 2009 09:20:08 +0100 (CET) Original-Received: from black.cryptix.de (black.cryptix.de [83.137.101.103]) by balder.ntg.nl (Postfix) with ESMTP id 40A94C9B1A for ; Tue, 8 Dec 2009 09:20:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by black.cryptix.de (Postfix) with ESMTP id 451A5266DBA for ; Tue, 8 Dec 2009 09:20:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at black.cryptix.de Original-Received: from black.cryptix.de ([127.0.0.1]) by localhost (black.cryptix.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RZ+bVQvzL3ty for ; Tue, 8 Dec 2009 09:19:43 +0100 (CET) Original-Received: from dionysos.sopos.net (p54839320.dip0.t-ipconnect.de [84.131.147.32]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by black.cryptix.de (Postfix) with ESMTP id 3629C266DB7 for ; Tue, 8 Dec 2009 09:19:43 +0100 (CET) Original-Received: from olli by dionysos.sopos.net with local (Exim 4.69) (envelope-from ) id 1NHvIM-0006Sc-HJ for ntg-context@ntg.nl; Tue, 08 Dec 2009 09:19:42 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Face: j~5v(Bp|w-}v-^x(PbHz\0k(_hhT~N>n|%e\0cGUJMbW^V}}1H&D0"19u8XGq=[NV[8]$jwG)]ii@jcTZt)Geu})D+lw_C$"#$M^MNTIIRUZ!m X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:55114 Archived-At: Hello, the printing shop wants me to make the columnsetarea bleeding[1] (3mm). However, the background stops at the edge of the a4paper and doesn't even fill the margin. Here's a minimal example: % \startminimalexample \setuppapersize[A4][A3] \setuplayout[backspace=2cm,width=middle, offset=0mm, topspace=0cm,height=middle, location=middle, marking=on, grid=yes, ] \setupcolors[state=start] \startuniqueMPgraphic{contrast} fill OverlayBox withcolor white ; fill OverlayBox withcolor transparent(1,.25,red) ; fill OverlayBox withcolor transparent(1,.25,yellow) ; \stopuniqueMPgraphic \defineoverlay[contrast][\useMPgraphic{contrast}] \showframe \starttext \definecolumnset[mycolumnset][n=2] \definecolumnsetarea [einschub][left] [x=1,y=1,nx=4,ny=20,page=2, background=contrast,align={hi,right},state=start] \startcolumnset[mycolumnset] \dorecurse{15}{\input tufte\par} \stopcolumnset \page \showsetups \stoptext % \stopminimalexample Thanks in advance, olli Footnotes: [1] http://en.wikipedia.org/wiki/Bleed_(printing) -- Oliver Heins heins@sopos.org http://oliverheins.net/ http://blog.overheins.net/ F27A BA8C 1CFB B905 65A8 http://scriptorium-adp.de/ 2544 0F07 B675 9A00 D827 1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827 Please avoid sending me Word or PowerPoint attachments: http://www.gnu.org/philosophy/no-word-attachments.html ___________________________________________________________________________________ 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 ___________________________________________________________________________________