由买买提看人间百态

topics

全部话题 - 话题: dvi2pdf
(共0页)
N******n
发帖数: 1109
1
来自主题: TeX版 - WinEdt, Latex, and Beamer
I just upgraded MikTex to 2.5, and am using it with WinEdt. The main reason
for my upgrading is to use beamer to compose slides.
I tested a small tex file, the dvi looks fine. However, some details are
lost if I run dvi2pdf directly. The only way to avoid the lost is to use
dvi2ps first, then run ps2pdf.
Is there any configuration or setting to do for WinEdt after updating MikTex?
Also, I read from the internet that the style files for PGF should be flat
under tex/latex/pgf, for example, like te
T***y
发帖数: 458
2
来自主题: TeX版 - WinEdt, Latex, and Beamer
还有就是做书签,如果直接dvi2pdf没有书签

reason
MikTex?
distribuited
5/
o*******e
发帖数: 186
3
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
T*******n
发帖数: 493
4
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
s*********a
发帖数: 113
5
我有一些电镜的衍射照片,是.tif格式的.我先用photoshop剪切了其中的一部分,存称了
photoshop eps 的格式,然后用illustrator打开这个eps文件,加上了一些text来index
那些衍射点.然后另存为illustrator eps的格式,也就是最终的图形文件.然后我就把这
个eps文件插入到我的latex文本中了(我用的是winedt).编译过程是latex生成dvi,然后
用dvi2pdf生成pdf.
我遇到的问题是:(1) eps图在dvi文件中还保持原来的resolution,但是在pdf文件中就
差很多.(2) 我在illustrator中后加的text在dvi文件中还是原样,可在pdf文件中就全
乱了.
请问这是怎么一回事阿? 有人说我在illustrator中加完text后没有flatten,所以图有
可能还是分层的,可是我没有找到什么flatten的功能阿? 第一个问题是不是我在winedt
哪里设置的不对阿,以至于转pdf的时候resolution就差了好多?
那位大侠给看看...谢谢先
s***w
发帖数: 521
6
来自主题: TeX版 - default font
If I use winedt5.4 on win xp, push latex, and dvi2pdf button to generate the
pdf, the default font is still computer modern roman?
thanks!
s*w
发帖数: 729
7
我刚才实验了一下,MikTex 2.6 + WinEdit 5, 用了 hyperref 和 BibTex.
关键是 dvi 转 pdf 的顺序, 要用 dvi2ps, ps2pdf ;如果直接从 dvi2pdf 就不罩,
只出颜色, 点不动
T*******n
发帖数: 493
8
Try \usepackage[dvipdf]{hyperref}.
(I'm not sure that this will work since I never use dvipdf/dvi2pdf/dvipdfm,
so this is just a suggestion.)

a*****e
发帖数: 4577
9
来自主题: TeX版 - ps会降低图片的清晰度?
文章里一个eps格式图片,该图片是从bmp转过来的
用dvi看,或者dvi2pdf会很清晰
但是如果用dvi-ps 然后ps-pdf就会变得有些模糊
这是啥原因啊
我提交论文的时候,可以就提交dvi-pdf之后的pdf版本吗?
q**j
发帖数: 10612
10
来自主题: TeX版 - 请教TexMaker一个小问题。
今天安装了这个玩具,很解馋。基本不对着winEDT流哈拉子了。但是有个小问题。我把
文件都edit好了,latex过了,dvi2pdf过了,但是就是不能够 F7看pdf。当然也不能用
F1看(我已经customized过F1了。)请问这个是怎么回事?
7年没有用过LaTeX了,没想到这几年发展这么快。界面好多了。
S**I
发帖数: 15689
11
用PStricks画的图也有这个问题,dvi->pdf的话就显示不出来(dvi2pdf的driver用
dvipdfmx也不行),必须dvi->ps->pdf才行;我估计可能和dvi的driver有关系。

ep
d***s
发帖数: 55
12
来自主题: TeX版 - beamer下block的编译问题
用bearmer做slides,能产生dvi,但是dvi2pdf,或pdflatex都不行
slides里大部分是 block,
\begin{block}{}
\end{block}
会有什么影响吗?该如何处理?谢谢!
e**c
发帖数: 195
13
来自主题: TeX版 - Beamer插图一问
我有一幅比较宽的图,用beamer做slides.
用Winedit(+Miketex)界面中的“texify”编译可以得到正确显示。
然后用“dvi2pdf”转换成pdf文件时却发现图靠左面的一块被切掉
了。想请教一下有没有什么解决办法?多谢。
m**u
发帖数: 632
14
来自主题: TeX版 - LATEX忽然不支持EPS了,
不错, 这个没有错误了, 但是编译完了我用DVI2PDF, 出来的PDF都是A4格式的,哪儿能
改成LETTER的呢?
s*****g
发帖数: 5159
15
make a file, namely latexcompile.sh
put the following in the content of the file
rm -f Supporting-information.pdf
latex Supporting-information.tex
bibtex Supporting-information
latex Supporting-information.tex
latex Supporting-information.tex
dvi2pdf Supporting-information.dvi
save and exit.
Doe the following ONCE.
> chmod +x latexcompile.sh
Everytime, you could compile by
./latexcompile.sh
or
sh ./latexcompile.sh
n******x
发帖数: 149
16
在写论文,用的是WinEdt编译的latex,没有插图前所有的都正常,编译的时候就是运
行下latex,然后是dvi2pdf
插的是eps图形,编译的时候是运行下latex,然后是dvips,到这里灭有任何问题,我还
打开了ps文件看了看,然后运行ps2pdf,显示“The system cannot find the file
specified”
,我把图就直接放在和tex文件同一文件夹里,用图的时候直接就是文件名,不知自己
错在哪里,这种问题是软件问题吗?我google了很久都不知道到底什么问题,我知道这
里高手多,特来求教下
h*******e
发帖数: 155
17
dvi2pdf时没有指定letter。
S*********g
发帖数: 5298
18
来自主题: Science版 - Re: figure in pdf question
I think pdfLatex can only include jpeg files so far.
You can use DVI2PDF.
h*****m
发帖数: 25
19
好像可以用rd2dvi先转成dvi,然后再dvi2pdf

see
(共0页)