ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: pddzaic <pere.drinovac@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Portrait -> Landscape -> Portrait
Date: Sat, 9 Jun 2012 13:08:17 +0200	[thread overview]
Message-ID: <BA6E760E-8F97-4AFF-B961-A0E41180B26E@gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 933 bytes --]

Hello context-friends,

I have switched from Latex to Context and my first impression of Context is: WOW :-)

Unfortunately, I did not understand how to switch between landscape and portrait. Here a minimal working example:


\mainlanguage[en]

\setuplayout[
    paper=A4,
    topspace=1cm,
    header=2cm,
    headerdistance=0.25cm,
    footerdistance=0.25cm,
    footer=0.6cm,
    bottomspace=1cm,
    margin=2.5cm, 
    width=middle,
    height=middle]
 

\starttext
\showframe

\chapter{First chapter}
\input knuth

% Change to landscape
\page\setuppapersize[A4,landscape][A4,landscape]

\section{First section}
\input knuth

% Reverts to the global layout
\page\setuppapersize[A4,portrait][A4,portrait]
\chapter{Second chapter}
\input knuth

\stoptext

As you can see in the result the layout of the landscaped-page is not as I expected.

Can somebody help me?

Best regards,

Peer

[-- Attachment #1.2: Type: text/html, Size: 4215 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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-09 11:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-09 11:08 pddzaic [this message]
2012-06-11 13:13 ` Rogers, Michael K

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=BA6E760E-8F97-4AFF-B961-A0E41180B26E@gmail.com \
    --to=pere.drinovac@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).