Tagged Questions
2
votes
1answer
131 views
Making one page landscaped and all other portrait, is that possible? [duplicate]
Possible Duplicate:
How to change certain pages into landscape/portrait mode
I'd like to have one page in landscape, in between of several other pages in portrait.
I know how to make all ...
3
votes
1answer
1k views
Landscape, A3/A4 paper with XeTeX
With pdflatex, it seems easy to get a landscape document, on A3 paper. One only needs to add [landscape,a3paper] or [landscape,a4paper] to the document class options. With xelatex, however, these ...
0
votes
1answer
303 views
longtable example+error:Package longtable Error: Column widths have changed in table…
I'm trying to use a longtable in landscape. I obtain a compilation error (I use XeLaTex) and I don't know where is the problem.
The code is:
\begin{landscape}
\begin{longtable}{ccccccc}
\caption{My ...
5
votes
1answer
386 views
XeLaTeX forces readers to rotate their heads 90 degrees
My document contains some landscaped pages using lscape package. When I compile the input file using latex-dvips-ps2pdf, the landscaped pages are automatically rotated so readers don't need to rotate ...
1
vote
2answers
792 views
Is there a way to rotate all pages in XeLaTeX?
I known there is a landscape command to set horizontal pages, but this is not I want. My purpose is to typeset vertical CJK with XeLaTeX. The general approach is using \rotatebox{-90} get a vertical ...