From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32363 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Why Is It So Date: Sat, 30 Dec 2006 00:48:34 +0100 Message-ID: References: <4330dca40612291421y5ed5dabdh52adfb68660e0b0b@mail.gmail.com> 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: sea.gmane.org 1167436137 4686 80.91.229.12 (29 Dec 2006 23:48:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 23:48:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Dec 30 00:48:55 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H0RT4-0006jY-4U for gctc-ntg-context-518@m.gmane.org; Sat, 30 Dec 2006 00:48:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5ED3A20059; Sat, 30 Dec 2006 00:46:45 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12981-04; Sat, 30 Dec 2006 00:46:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AC0071FFEA; Sat, 30 Dec 2006 00:46:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5623620001 for ; Sat, 30 Dec 2006 00:46:34 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12498-10-4 for ; Sat, 30 Dec 2006 00:46:28 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by ronja.ntg.nl (Postfix) with SMTP id 338B61FFDB for ; Sat, 30 Dec 2006 00:46:27 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id z3so2199514nzf for ; Fri, 29 Dec 2006 15:48:35 -0800 (PST) Original-Received: by 10.65.192.16 with SMTP id u16mr7570612qbp.1167436114950; Fri, 29 Dec 2006 15:48:34 -0800 (PST) Original-Received: by 10.65.215.1 with HTTP; Fri, 29 Dec 2006 15:48:34 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <4330dca40612291421y5ed5dabdh52adfb68660e0b0b@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32363 Archived-At: On 12/29/06, geoff.moyle@gmail.com wrote: > Gday > > I know there must be a fundamental answer, but I cannot fathom why > everything is shifted left on the page. > hmm, I don't see anything wrong;this is the standard setup. You can play with %%%%%%%%%%%%%%%%5 \setuppapersize[A4][A3] \setuplayout[location=middle,marking=on] \showlayout \starttext \input tufte \stoptext %%%%%%%%%%%%%%%%%% or %%%%%%%%%%%%%%%%%%%% \setuppapersize[A4][A4] \setuplayout[horoffset=3cm]%%% bang ! \showlayout \starttext \input tufte \stoptext luigi