由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - How to compile .tex file to get a SLIDE MODE version
相关主题
beamer下block的编译问题dvipdf生成的pdf标题/footnote都很虚?
怎么用latex做POSTER?求助:latex插图只显示空白 (转载)
WinEdt, Latex, and Beamer写论文,为什么Latex转成DVI后Table of Contents中每一行下面都有横线?
ps死都转不成pdf是什么原因最新的Ctex如何默认用adobe打开pdf?
还有一个弱弱的问题关于贴图问题illustrator编辑的eps图在Latex里的问题求教
linux下编译latex的时候怎么指定为letter size啊?请问哪儿下载winedt?
dvi转pdf,为什么不见图片How to embed fonts
dvi文件用dvips转换之后变黑白了。???ps2pdf生成的文件中黑白图像产生模糊
相关话题的讨论汇总
话题: slide话题: mode话题: file话题: dvi话题: version
进入TeX版参与讨论
1 (共1页)
o*******e
发帖数: 186
1
I am compiling a .tex file to get a Slide Mode version. The .dvi file show
correctly in slide mode. But when I wanna turn it into .pdf file, the '
contents' are horizontal while the media paper is A4 portrait ( I need landscape). The '
Orientation' option in GSView does not work either. Anybody can help?
Thanks a lot.
T*******n
发帖数: 493
2
You're not giving enough information about your problem.
What document class and packages are you using?
Can you post a minimal example that shows the problem?
Keep in mind the the .dvi file usually doesn't know anything
about paper size, but the DVI viewer or dvips will assume
a paper size when they render the .dvi file.

landscape). The '

【在 o*******e 的大作中提到】
: I am compiling a .tex file to get a Slide Mode version. The .dvi file show
: correctly in slide mode. But when I wanna turn it into .pdf file, the '
: contents' are horizontal while the media paper is A4 portrait ( I need landscape). The '
: Orientation' option in GSView does not work either. Anybody can help?
: Thanks a lot.

o*******e
发帖数: 186
3
Here is the simplified version:
\documentclass[titlepage,landscape]{slides}
\usepackage{amsmath}
\usepackage[dvips]{graphicx}
\usepackage{psfig}
\hfuzz5pt
\vfuzz5pt
\pagestyle{plain}
\begin{document}
\input{inc.tex}
\end{document}
Thank you for the help.
T*******n
发帖数: 493
4
You don't show inc.tex.

【在 o*******e 的大作中提到】
: Here is the simplified version:
: \documentclass[titlepage,landscape]{slides}
: \usepackage{amsmath}
: \usepackage[dvips]{graphicx}
: \usepackage{psfig}
: \hfuzz5pt
: \vfuzz5pt
: \pagestyle{plain}
: \begin{document}
: \input{inc.tex}

o*******e
发帖数: 186
5
Here is the simplified version:
T*******n
发帖数: 493
6
How are you generating the PDF file? latex/dvips/ps2pdf, latex/dvipdf,
or pdflatex? What OS and what LaTeX distribution?

【在 o*******e 的大作中提到】
: Here is the simplified version:
o*******e
发帖数: 186
7
Thank you for quick reply.
I used texify to generate the .dvi (appears to be good), and then use
dvi2pdf (bad result). I am using WinXP and CTEX and WinEdt5, MiKTeX 2.4
o*******e
发帖数: 186
8
If try to run the code above and add more contents in the {slide} part, we
can see that many of the contents are out of the page. That's problem I need
to solve. Thank you.
T*******n
发帖数: 493
9
I don't use Windows, but on my Linux computer I do this:
latex file.tex
xdvi -paper usr file.dvi
(DVI files don't have information about page size, so need to tell xdvi)
dvips -t landscape file.dvi
ps2pdf file.ps
The resulting file.pdf looks okay in Acrobat Reader.
On Linux dvi2pdf actually runs dvips without the "-t landscape"
in the background, then runs ps2pdf, so the page orientation is
wrong too.

need

【在 o*******e 的大作中提到】
: If try to run the code above and add more contents in the {slide} part, we
: can see that many of the contents are out of the page. That's problem I need
: to solve. Thank you.

1 (共1页)
进入TeX版参与讨论
相关主题
ps2pdf生成的文件中黑白图像产生模糊还有一个弱弱的问题关于贴图问题
Conversion from PS to PDFlinux下编译latex的时候怎么指定为letter size啊?
从pdf文件截的图在xdvi中为什么不能显示dvi转pdf,为什么不见图片
什么样的图形格式比较合适latexdvi文件用dvips转换之后变黑白了。???
beamer下block的编译问题dvipdf生成的pdf标题/footnote都很虚?
怎么用latex做POSTER?求助:latex插图只显示空白 (转载)
WinEdt, Latex, and Beamer写论文,为什么Latex转成DVI后Table of Contents中每一行下面都有横线?
ps死都转不成pdf是什么原因最新的Ctex如何默认用adobe打开pdf?
相关话题的讨论汇总
话题: slide话题: mode话题: file话题: dvi话题: version