boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - a problem of page layout
相关主题
A quick question about page margin
beamer里面的字是白色的?
如何不用剪切从tex生成eps图形?
LaTeX 2.09 question
How to compile .tex file to get a SLIDE MODE version
linux下编译latex的时候怎么指定为letter size啊?
如何让正文和引用使用自己的页号并生成各自的pdf?
关于miktex的安装-新手
怎么用latex做POSTER?
请问如何产生letter size的pdf文件?
相关话题的讨论汇总
话题: landscape话题: 20mm话题: page话题: layout话题: document
进入TeX版参与讨论
1 (共1页)
z*****n
发帖数: 7639
1
Hi,
i use following commands to set the page layout.
well it turned the page landscape, but the contents are
still organized in original direction (from top to down and right to lef
t now). What is wrong?
\documentclass{article}
\usepackage[a4paper,landscape,tmargin=20mm,bmargin=20mm,lmargin=20mm,rma
rgin=20mm]{geometry}
\begin{document}
test it. dflkinf dljfdiljklfdjalksjoio jllkfjdklfjdoio li kfjadklsfjd
\end{document}
f********h
发帖数: 149
2
you can use lscape package and enclose whatever you want between
\begin{landscape} ... \end{landscape}

【在 z*****n 的大作中提到】
: Hi,
: i use following commands to set the page layout.
: well it turned the page landscape, but the contents are
: still organized in original direction (from top to down and right to lef
: t now). What is wrong?
: \documentclass{article}
: \usepackage[a4paper,landscape,tmargin=20mm,bmargin=20mm,lmargin=20mm,rma
: rgin=20mm]{geometry}
: \begin{document}
: test it. dflkinf dljfdiljklfdjalksjoio jllkfjdklfjdoio li kfjadklsfjd

z*****n
发帖数: 7639
3
thanks,
tried it. there are some problems:
1. the contents are aligned center.
2. the page number and header/footer are still in rotated
portrait mode.

【在 f********h 的大作中提到】
: you can use lscape package and enclose whatever you want between
: \begin{landscape} ... \end{landscape}

z*****n
发帖数: 7639
4
well, i got some hints that I should use this switch in
dvips:
dvips -tlandscape yourdvifile.dvi
It works, but the whole content is flipped up side down. so Funny.
Anyone can give me a hand to fix this problem?

【在 z*****n 的大作中提到】
: thanks,
: tried it. there are some problems:
: 1. the contents are aligned center.
: 2. the page number and header/footer are still in rotated
: portrait mode.

a*******x
发帖数: 47
5
Try the following,
...
\usepackage{landscape}
\def\printlandscape{\special{landscape}}
\special{! TeXDict begin /landplus90{true}store end }
\begin{document}
...
\end{document}

【在 z*****n 的大作中提到】
: well, i got some hints that I should use this switch in
: dvips:
: dvips -tlandscape yourdvifile.dvi
: It works, but the whole content is flipped up side down. so Funny.
: Anyone can give me a hand to fix this problem?

z*****n
发帖数: 7639
6
Is there such a landscape package?

【在 a*******x 的大作中提到】
: Try the following,
: ...
: \usepackage{landscape}
: \def\printlandscape{\special{landscape}}
: \special{! TeXDict begin /landplus90{true}store end }
: \begin{document}
: ...
: \end{document}

a****e
发帖数: 40
7
That's called seascape....houhou!

【在 z*****n 的大作中提到】
: well, i got some hints that I should use this switch in
: dvips:
: dvips -tlandscape yourdvifile.dvi
: It works, but the whole content is flipped up side down. so Funny.
: Anyone can give me a hand to fix this problem?

1 (共1页)
进入TeX版参与讨论
相关主题
请问如何产生letter size的pdf文件?
关于prosper,解决问题的5个包子答谢
what is the problem?
请问tabular里面的一个格子里如何能够换行呢?谢谢!
[合集] 问个latex的问题(关于fancyheader)
请教化学分子式的写法
how to write copyleft character ???
几个关于WinEdt, MikTex, Revtex4的问题
哪位老大用过Adobe Garamond的字体库
数学公式一问
相关话题的讨论汇总
话题: landscape话题: 20mm话题: page话题: layout话题: document