ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Confused again :-)
Date: Thu, 7 Jun 2012 21:29:48 +0200	[thread overview]
Message-ID: <F9EA25DE-2FCA-40CC-AB67-775C72609547@googlemail.com> (raw)
In-Reply-To: <4FD0FDCB.30000@gmail.com>


Am 07.06.2012 um 21:15 schrieb Bill Meahan:

> I'm getting a handle on page layout and headings but there are some things I haven't figured out.
> 
>  1) How does one specify they want the "outer" margin to be a different size than the "inner" margin? "Outer," of course, is the right margin on a right-hand (odd) page and the left margin on a left-hand (even) page. 

Change the layout with \setuplayout and enable doublesided with \setuppagenumbering.

> 2) How does one put a frame around a margin? Layers? Overlay? \framedtext? 

You can use \setupbackgrounds.

> 3) Am I correct I can use the "COMMAND" parameters in \setuplayout to specify there is some text to use as a marginal in the (chapter | section) header (using \margintext, I presume)?

Can you be more concrete.

> I am working on a couple of novels I want to typeset using ConTeXt since I think it will allow me to produce what I want for typographic style much easier than using LaTeX.  I'm pretty adept at using LaTeX but brand new to ConTeXt. One of _my_ problems is so many examples on the wiki seem oriented towards people setting math which could not be farther from my intended usages. (Not that I'm unfamiliar with math, I have a degree in Physics and would have had a double degree in math except for a choice to take a different course (helpful in physics) instead of one mandatory for the math degree).


Many people use ConTeXt for documents without any math and when you read older messages in the list archive you can find messages from user asking whether ConTeXt can be used to typeset math.

\setuplayout
  [backspace=0.1\paperwidth,
       width=0.7\paperwidth,
      footer=0pt,
    topspace=0.1\paperheight,
      height=0.7\paperheight]

\setuppagenumbering[alternative=doublesided]

\setupbackgrounds[text][rightmargin][frame=on]

\starttext %\showframe
\dorecurse{10}{\input knuth\par}
\stoptext

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2012-06-07 19:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-07 19:15 Bill Meahan
2012-06-07 19:29 ` Wolfgang Schuster [this message]
2012-06-07 19:55   ` Bill Meahan
2012-06-07 20:32     ` Wolfgang Schuster
2012-06-07 20:47       ` Bill Meahan
2012-06-07 21:26         ` Pontus Lurcock
2012-06-07 19:34 ` Rogers, Michael K
2012-06-07 20:01   ` Bill Meahan

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=F9EA25DE-2FCA-40CC-AB67-775C72609547@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).