gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subject: Re: [Gnu-music-discuss] mudela-book and landscape?


From: Mats Bengtsson
Subject: Re: Subject: Re: [Gnu-music-discuss] mudela-book and landscape?
Date: Tue, 19 Sep 2000 09:57:50 +0200

> Erh, sorry, I'm not a specialist at that. I've only recently come across
> to helping my wife on printing some text and music in landscape
> orientation, and I actually intended to use the `lscape' latex package.
> This package provides an environment `landscape' that handles all the
> rotation stuff automatically. 

If you want the full document in landscape format, I can recommend 
the geometry package which includes a landscape option but also 
lets you specify the full page layout in an intuitive way.

Tom, I'm afraid that you'd have to detect a number of different
special cases which all give landscape format, including:

\usepackage{landscape}

or

\usepackage[...,landscape,...]{geometry}

or 

\usepackage[...]{geometry}
\geometry{...,landscape,...}

or 

\usepackage{lscape}

\begin{landscape}
...
\end{landscape}


The three first versions give the full document in landscape format, 
whereas the last one could be used to mix portrait and landscape.

Maybe one simple solution is to add a landscape option to 
\begin{mudela} instead.

       /Mats

\begin{l

   /Mats




reply via email to

[Prev in Thread] Current Thread [Next in Thread]