Re: mixing portrait and landscape in one document - solved!

2006-05-18 Thread Stephen Harris

Sara Stymne wrote:

Hi again!

That actually helped me solve the problem! Thanks!

The gb4e package apparently escapes some special characters, so it 
should always be included last of the used packages. So switching the 
orders of the inclusions so that gb4e is included after lscape in the 
preamble solved the problem! (the sara package is just some homemade 
latex macros, I should have removed it from the sample file, but it 
slipped my mind...)


/Sara



Stephen Harris wrote:




#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\usepackage{gb4e}
\usepackage{sara}







That was good detective work if just based on the gb4e doc,

Important Note:

"The file gb4e.sty^1 allows _ (subscript) and ^ (superscript) to
be used in ordinary text, which is handy, but because it changes
their definitions it must be loaded _after_ any file that uses
them in their TEX meaning."

I tested the Miktex/Windows Dvi viewer, Yap2.5 beta, and it
works to display your rotated text if postscript specials are
enabled, a popup window, (for the benefit of Windows users).

I have missed reading the contributions of Herbert Voss.

PsTricks,
Stephen




Re: mixing portrait and landscape in one document - solved!

2006-05-18 Thread Sara Stymne

Hi again!

That actually helped me solve the problem! Thanks!

The gb4e package apparently escapes some special characters, so it 
should always be included last of the used packages. So switching the 
orders of the inclusions so that gb4e is included after lscape in the 
preamble solved the problem! (the sara package is just some homemade 
latex macros, I should have removed it from the sample file, but it 
slipped my mind...)


/Sara



Stephen Harris wrote:


Sara Stymne wrote:

That's what i would need, but I can't get it to work. I get loads of 
errors when I try. I attach a non-working sample file. I tried it 
both with LyX 1.3.6 on Linux (Ubuntu) and LyX 1.4.1 on Solaris.


/Sara




I tried it on Windows and it said file sara.sty not found.
And another error message said something about non-stop modes.





#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\usepackage{gb4e}
\usepackage{sara}






Re: mixing portrait and landscape in one document

2006-05-18 Thread Stephen Harris

Sara Stymne wrote:
That's what i would need, but I can't get it to work. I get loads of 
errors when I try. I attach a non-working sample file. I tried it both 
with LyX 1.3.6 on Linux (Ubuntu) and LyX 1.4.1 on Solaris.


/Sara




I tried it on Windows and it said file sara.sty not found.
And another error message said something about non-stop modes.





#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\usepackage{gb4e}
\usepackage{sara}


Re: mixing portrait and landscape in one document

2006-05-18 Thread Sara Stymne
That's what i would need, but I can't get it to work. I get loads of 
errors when I try. I attach a non-working sample file. I tried it both 
with LyX 1.3.6 on Linux (Ubuntu) and LyX 1.4.1 on Solaris.


/Sara


Eric Zollars wrote:


Page 4 of http://www.perce.de/LaTeX/rotating.pdf
may be what you need.

Eric

Sara Stymne wrote:


Hi!

I'm writing an article where I would like the appendix in landscape 
orientation, and the rest in portrait. I don't want a table, which I 
know how to rotate, but plain text. Does anyone know how to achieve 
this?


/Sara




#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrartcl
\begin_preamble
\usepackage{gb4e}
\usepackage{sara}
\usepackage{lscape}
\end_preamble
\language swedish
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 1
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle plain
\bullet 1
0
24
-1
\end_bullet
\bullet 2
0
9
-1
\end_bullet
\bullet 3
0
0
-1
\end_bullet

\layout Title

Sample document...
\layout Section

Inledning
\layout Standard

Some text .
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{landscape}
\end_inset 


\layout Standard

some more text in landscape
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{landscape}
\end_inset 


\the_end


Re: mixing portrait and landscape in one document

2006-05-18 Thread Eric Zollars

Page 4 of http://www.perce.de/LaTeX/rotating.pdf
may be what you need.

Eric

Sara Stymne wrote:

Hi!

I'm writing an article where I would like the appendix in landscape 
orientation, and the rest in portrait. I don't want a table, which I 
know how to rotate, but plain text. Does anyone know how to achieve this?


/Sara