From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60218 Path: news.gmane.org!not-for-mail From: "Armin Varmaz" Newsgroups: gmane.comp.tex.context Subject: width of definetextbackground Date: Thu, 15 Jul 2010 18:02:07 +0200 Message-ID: <000d01cb2437$13441020$39cc3060$@de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1087427036==" X-Trace: dough.gmane.org 1279260152 5622 80.91.229.12 (16 Jul 2010 06:02:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Jul 2010 06:02:32 +0000 (UTC) To: Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 16 08:02:31 2010 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.69) (envelope-from ) id 1OZe0D-00083W-2v for gctc-ntg-context-518@m.gmane.org; Fri, 16 Jul 2010 08:02:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 87614C9BA5; Fri, 16 Jul 2010 08:02:28 +0200 (CEST) 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 FpPTgZqbOCtb; Fri, 16 Jul 2010 08:02:24 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C7ABAC9B35; Fri, 16 Jul 2010 08:02:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2BE41C9BA3 for ; Thu, 15 Jul 2010 18:02:10 +0200 (CEST) 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 irepXb2nvr8v for ; Thu, 15 Jul 2010 18:02:07 +0200 (CEST) Original-Received: from gabriel-1.zfn.uni-bremen.de (gabriel-1.zfn.uni-bremen.de [134.102.20.34]) by balder.ntg.nl (Postfix) with ESMTP id C6EADC9AF5 for ; Thu, 15 Jul 2010 18:02:07 +0200 (CEST) Original-Received: from bwl1Cerberus (ArminEeePC.vwl.uni-freiburg.de [132.230.53.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by gabriel-1.zfn.uni-bremen.de (Postfix) with ESMTPSA id 41487BA05C for ; Thu, 15 Jul 2010 18:02:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-bremen.de; s=dkim; t=1279209727; bh=elhDifxWo2SKEiwXaqbOUp597pQKq4EiRbxn8eAWkok=; h=From:To:Date:Message-ID:MIME-Version:Content-Type; b=YkGnBomLk1Hd 9hFkXyYmU1D7a63LiDAF/83nVKuZIexF7Jglrdl5qpDZLU+AeyXtpoWeRIgGGIqVIOe E09xIvjLNz+UFKjtX+XiV+Nkn3xCRNN5czszgIU+5YyxcW69F87QFueXPMRQEta8iBG GbnKxXDPwbhwdtubl4MUH2O0s= X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcskNw2EI9YpwOJkSAugNu6xXp09Ow== Content-Language: en-us X-Mailman-Approved-At: Fri, 16 Jul 2010 08:02:24 +0200 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:60218 Archived-At: This is a multi-part message in MIME format. --===============1087427036== Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01CB2447.D6CCE020" Content-Language: en-us This is a multi-part message in MIME format. ------=_NextPart_000_000E_01CB2447.D6CCE020 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hallo, I am wondering if there is an option in \definetextbackground to get the output over the entire width of a page? I mean to go over the width of the \textwidth (for example like \setlayout[width=\textwidth+\outermargintotal])? I played with \setuplayout before calling textbackground, but it did not work perfectly since the layout of the text after \definetextbackground was changed as well; \setuplayout[reset] before stopping the textbackground did not help. I read the solutions proposed by Aditya but they did not help. Have you any ideas how to get it? Armin ------=_NextPart_000_000E_01CB2447.D6CCE020 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hallo,

 

I am wondering if there is an option in = \definetextbackground to get the output over the entire width of a page? I mean to go over the = width of the \textwidth (for example like = \setlayout[width=3D\textwidth+\outermargintotal])?  

 

I played with \setuplayout before calling = textbackground, but it did not work perfectly since the layout of the text after \definetextbackground was changed as well; \setuplayout[reset] before = stopping the textbackground did not help.

 

I read the solutions proposed by Aditya but they did not help. Have you any ideas how to get = it?

 

Armin

------=_NextPart_000_000E_01CB2447.D6CCE020-- --===============1087427036== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1087427036==--