ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gmx.de>
Cc: NTG-ConTeXt <ntg-context@ntg.nl>
Subject: Re: setting default page size in ConTeXt?
Date: Sun, 05 Sep 1999 09:32:54 +0200	[thread overview]
Message-ID: <37D21CA6.B772B2ED@gmx.de> (raw)
In-Reply-To: <19990904101949.A10308@vasili.rlf.org>

Thomas Porter wrote:
> 
> Well, since the newest context did not like me running pdftex 13.d, and I got
> weird '...doclipping...' error messages on my test file, I re-installed my
> tetex 1.0 RPM's on my redhat system, and started going to work getting it set
> up again:
> 
> -set the default papersize in xdvi and dvips to US letter.
> 
> -got my modes and default printer set.
> 
> -added etex to the ConTeXt paths in texmf.cnf
> 
> -uncommented out the ConTeXt formats in fmtutil.cnf.
> 
> -created the ConTeXt formats for en nl and de.
> 
> -changed the default papersize in pdftex.cfg from A4 to US letter
> 
> After all that, I can use pdflatex to produce 8.5 x 11 documents from LaTeX
> source, but running texexec --pdf on ctest.tex (included below) results in an
> A4 page size as reported by acroread.  I am stumped and have not found a place
> to set paper size in ConTeXt.

How about:
\setuppapersize[letter][letter] %% Print the document in lettersize on a
lettersize paper

If you always want to have this size, you might want to create a file
cont-sys.tex, in which you put your defaults.
(maybe using \writestring{MY PERSONAL SETTINGS!} or so, makeing it easier to
remember, to include this file, when you give the TeX file away. This file is
included automatically.)

Maybe you need to use this command to:
\setuplayout   %% This is the s-green = s-pre-02 style, so the layout isn't
suiteable for letter format
  [backspace=1cm,
   topspace=1cm,
   margin=0pt,
   header=0pt,
   footer=0pt,
   bottomdistance=.875cm,
   bottom=1cm,
   width=fit,
   height=fit]

Tobias


  reply	other threads:[~1999-09-05  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-04 14:19 Thomas Porter
1999-09-05  7:32 ` Tobias Burnus [this message]
1999-09-05 17:22 ` Hans Hagen

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=37D21CA6.B772B2ED@gmx.de \
    --to=burnus@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).