由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - Re: LATEX 高手请指教!
相关主题
Re: 怎么让PS图形转个90度, 急!Re: 问题请教:用latex
Re: problem with postscript printerRe: Help on Latex
Re: [转载] eps figure questions.Re: latex: put picture side by side?
Re: 哪里有LaTeX的manual?Re: 请教max-sub in latex
Re: who used word2texRe: [转载] LATEX简单问题
Re: 有什么学latex的好动动呀Re: question of LaTeX subsubsection
Re: 请问LaTex里怎么并排放图Re: Urgent Help!!! Latex to word!
Re: [转载] LATEX问题请教Re: Any good editor on Windows for latex?
相关话题的讨论汇总
话题: dvips话题: landscape话题: lscape话题: graphicx话题: usepackage
进入Software版参与讨论
1 (共1页)
b**s
发帖数: 67
1
\documentclass{article}
\usepackage{graphicx,lscape}
\begin{document}
\begin{landscape}
This is in landscape
\end{landscape}
\end{document}
If your ps driver is not dvips, then add it as:
\usepackage[dvips]{graphicx,lscape}
^^^^^^
The default is dvips, use whatever you use.
Also, you can check "rotating" "sidewaytable" etc packages.
1 (共1页)
进入Software版参与讨论
相关主题
Re: Any good editor on Windows for latex?Re: who used word2tex
Re: [转载] LATEX里得引号问题Re: 有什么学latex的好动动呀
Re: LATEX 安装求助!!!Re: 请问LaTex里怎么并排放图
Re: where can I download LaTex?Re: [转载] LATEX问题请教
Re: 怎么让PS图形转个90度, 急!Re: 问题请教:用latex
Re: problem with postscript printerRe: Help on Latex
Re: [转载] eps figure questions.Re: latex: put picture side by side?
Re: 哪里有LaTeX的manual?Re: 请教max-sub in latex
相关话题的讨论汇总
话题: dvips话题: landscape话题: lscape话题: graphicx话题: usepackage