f********l 发帖数: 83 | 1 现在只剩下tex文件了,还是不行。换了texstudio运行了下,也不行。
里面说的是
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "文件名".
tex
pdflatex.exe: No Data pdflatex.exe: Data: get proxy host by name failed in
tcp_connect()
Process exited normally
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "文件名".
tex
pdflatex.exe: No Data pdflatex.exe: Data: get proxy host by name failed in
tcp_connect()
Process exited normally |
|
d*******1 发帖数: 854 | 2 我用的是Windet|Miktex 的配置, 参考文献用的是BIBTEX, 在运行tex的时候, 先
ctrl+shift+L (latex), 在ctrl+shift+B(BIBTEX), 再一次ctrl+shift+L, dvi文件顺
利生成, 然后要经历DVI-PS, PS-PDF才能看到最终的PDF 文件。
但是要命的是我不能用pdflatex直接生成PDF, 而是得到了这样的出错信息:r
eading JPEG image failed (no JPEG header found) (PS, 我把JPEG和EPS文件都放
到文件夹里, 我也不知道到底那个被调用了)。 但是我的 FIGURE 在DVI-PS, PS-PDF
这个途径产生的好好的, 看来不应该是图的问题。
到底问题处在那里了呢? 这个要命的杂志要求文件必须用PDFLATEX编译, 而且我用
DVI-PS-PDF笨办法产生的PDF不能handle URL 过长的问题, 听说PDFLATEX可以解决这
个问题。
请大侠帮忙, 叩谢了。 |
|
d*******1 发帖数: 854 | 3 这就是我的问题啊, 我的文件用LATEX和BIBTEX都可以, 就是PDFLATEX不行,得到一大堆下面的出错信息
LaTeX Warning: Reference `fig3' on page 4 undefined on input line 159.
Underfull \vbox (badness 4492) has occurred while \output is active
Overfull \hbox (5.47499pt too wide) has occurred while \output is active
\T1/aer/m/n/10.95 4 []
[4 ]
!pdfTeX error: pdflatex.exe (file U:/work/paper_abstract/JSSstyle/fig3.JPEG)
eading JPEG image failed (no JPEG header found)
==> Fatal error occurred, no outpu... 阅读全帖 |
|
l*****o 发帖数: 67 | 4 用简单的latex命令编译一个含有插图的文件(全部放在子目录中),没有问题。可是换
做pdflatex命令的时候就总是找不到我的图形eps文件。是不是pdflatex不支持子目录操
作。 |
|
k******e 发帖数: 2 | 5 You can also write something like that:
\ifx\pdfoutput\undefined
% we are running LaTeX, not pdflatex
\usepackage{graphicx}
\else
% we are running pdflatex, so convert .eps files to .pdf
\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}
\fi
换
操 |
|
w****j 发帖数: 237 | 6 原来用MiKTex 2.4,好像装了以后就是纯latex,现在装了2.6以后(因为要安装esint这个
package,在2.4不能安装...),发现默认的latex是pdflatex,直接生成pdf文档,但是我所
有的图片都是eps的,请问如何设置可以把pdflatex转会普通的latex?谢谢 |
|
J*******g 发帖数: 267 | 7 我原来装得WinEdt和MikTex可以实现这个功能,最近重装了一次就再也不行了,很不习
惯。
这个功能大概是这样的:用pdflatex生成pdf文件,比如翻到第2页,回去修改.tex文件
(pdf文件还开着),再次pdflatex,希望能顺利编译,先是更新后的文档,并显示在
第二页(之前翻到的位置)。
多谢 |
|
s*****l 发帖数: 16 | 8 俺发现了小兰框的问题,必须直接通过 PDFLaTex编译。但是,编译后所有eps图都显现
不出来。然后发现PDFLaTex不支持eps. 然后发现要用 epstopdf命令。于是在\
usepackage{graphix}的下面马上跟\usepackage{epstopdf}.
问题是eps图还是显不出来,急死我了。请大家帮忙,看看能不能解决。 谢谢。 |
|
d*******1 发帖数: 854 | 9 但是我同时有JPEG和EPS的图在啊, 而且我就是用PDFLATEX FAIL了啊, 单纯的LATEX,
DVI->PS->PDF倒还work, 但是杂志必须要求PDFLATEX编译的 |
|
j**v 发帖数: 38 | 10 记得过去用过一个命令可以轻松的设定latex, dvips, ps2pdf, pdflatex各自使用的纸
张种类(a4paper, letter),想不起来了,请问是哪个?
Thanks! |
|
p****o 发帖数: 1340 | 11 pdflatex only supports pdf and jpg (maybe some other formats as well).
you need to convert eps to pdf at first.
换
操 |
|
f**y 发帖数: 368 | 12 加了\usepackage{epstopdf}, 因为所有现成的图都是eps格式,但pdflatex后出来的
文件中图像质量差于latex->dvips->ps2pdf
请问怎样加强pflatex后的图像质量?没找到epstopdf包有什么参数啊~~~ |
|
A**********e 发帖数: 3102 | 13 各位老大,pdflatex 总是给出 dvi 来,不能生成 pdf。
按照 manual,
initexmf --edit-config-file pdftex.cfg
加上了
output_format 1
还是老样子。是不是需要跑个啥东西把改过的 pdftex.cfg 给更新一下啥的啊?
多谢多谢! |
|
p*******n 发帖数: 4824 | 14 怎么办?用\includegraphics,大概到第500张左右的时候出错了,说
"pdflatex.exe: Too many open files"
可能是打开文件太多,能绕过去吗?谢谢 |
|
b****e 发帖数: 6 | 15 我用Ctex 2.4版本,以前Acrobat 8存成的图片都可以用pdflatex插入编译,现在
Acrobat 9保存或打印的就都不行,需要用foxit再存一次。请问我应该升级latex还是
acrobat? |
|
b****e 发帖数: 6 | 16 我试图升级过Miktex高版本,2.7或2.8,配置上总有问题,而且我之前用的字体还要重
新安装,非常麻烦。能有办法只装新版本的pdflatex.exe吗?要不还是等明年Acrobat
10出来再看看吧,懒得降回Acrobat 8了。谢谢。 |
|
a****h 发帖数: 3780 | 17 换了台新电脑,winedt5.5,用pdflatex生成pdf文件后,记不住上一次的位置,每次都
显示第一页。我的旧电脑没有这个问题。哪个option可以设置这个吗?谢谢 |
|
x********i 发帖数: 92 | 18 同样的一段pdflatex代码, 是beamer的代码, 插入jpg图片, 同样的图片. 在windows下的
miktex 2.9编译完全没有问题. 在mac的mactex下面编译会报jpg no bounding box的错
误. 请
问这是为什么呢? 是不是mac下面要经过一些特殊配置呢? 谢谢解答! |
|
b*******t 发帖数: 33714 | 19 jpg的图用dvi compile是会出现这样的问题,要么转成eps,要么换pdflatex编译 |
|
|
b*******t 发帖数: 33714 | 21 哈哈 我也投过这样的杂志
你把图的后缀补全,再试试pdflatex
LATEX, |
|
d*******1 发帖数: 854 | 22 不是, 现在是PDFLATEX直接生成PDF拉, 哈哈 |
|
k**f 发帖数: 372 | 23 A portable way (for latex and pdflatex) is to omit the extension of the
figure file. That is, instead of
\includegraphics{myfigur.eps}
use
\includegraphics{myfigur}
and prepare the figure in both the eps (for latex) and the pdf/png(for
pdflatex) format.
This way, both latex and pdflatex work without changing to your latex file. |
|
S**I 发帖数: 15689 | 24 标准的顺序是:pdflatex, bibtex, pdflatex, pdflatex |
|
b*****l 发帖数: 9499 | 25 ft,呵呵。我们学校的 latex template 现在只支持 pdflatex,用 latex -> dvi ->
ps -> pdf 的路线经常出问题,原因是写 template 的学生毕业了,现在负责维护的学
生只用 pdflatex。我报 bug,人家回信:welcome to join the team and fix the bu
g. ft 啊。
你懂
的东 |
|
T*********r 发帖数: 11175 | 26 你既然用pdflatex能用那就行了
没必要折腾这些
如果是submit到arxiv之类,只要在文件前面写上
\pdfoutput=1
这样系统就认识了
mac下的texshop也是如此,会强制使用pdflatex的
我写beamer之类都是这样的 |
|
i********w 发帖数: 2223 | 27 thanks
你既然用pdflatex能用那就行了
没必要折腾这些
如果是submit到arxiv之类,只要在文件前面写上
\pdfoutput=1
这样系统就认识了
mac下的texshop也是如此,会强制使用pdflatex的
我写beamer之类都是这样的 |
|
c*******h 发帖数: 1096 | 28 tex+dvi用的是传统的latex命令,是不认pdf和jpg格式的图片的。它走的路线是tex->
dvi(->ps)->pdf。
texshop里面的pdftex用的是pdflatex命令。它除了认pdf和jpg等多种图片格式外,还
会将不认的eps格式先转换成pdf格式。它走的路线是直接从tex到pdf,一步到位。
---------- 非geek不要看 ----------
---------- 非把你绕晕不可 ----------
texshop里面的pdftex用的是pdflatex命令。texshop里面的tex+dvi用的是latex命令。
现在一般的latex发行版里面的latex命令指向的是pdftex命令 |
|
n*******l 发帖数: 2911 | 29 pdflatex很好,我一直用它。只是最近发现SIAM修改了他们的latex模版,新的
siamltex1213跟pdflatex不兼容。 |
|
s****i 发帖数: 90 | 30 请问下 大家用过 Courier New 么?在pdflatex下? 我查了 说Courier New 不能再
pdflatex下用? |
|
r*******y 发帖数: 1081 | 31 用pdflatex 编译的,submit的时候说不是pdf format
然后又试过用打印机打应这个 pdflatex生成的文件
到 pdf 文件,结果submit的时候那网站还说不是。
到底要怎么搞阿
多谢 |
|
g****g 发帖数: 1828 | 32 “First, ensure you have Python, and pdflatex. Make sure that the
python/scripts directory is in your path, and that pdflatex is in your path.”
程序好像安装成功了,但是运行不成功。我觉得是上面的原因。我用的ubuntu。怎么把
path改一下?而且是改成python的? |
|
T*********r 发帖数: 11175 | 33 did u convert it to ps first?
or directly pdflatex?
eps figures won't show up in pdflatex
u will need to do dvips then ps2pdf |
|
t**i 发帖数: 688 | 34 我用Crimson Editor写latex,直接用pdflatex编译。如果目标pdf文件是打开的状态,
编译会暂停,要求确认pdf文件名。winedt的pdflatex好像by default直接取代现存文
件。我想在Crimson Editor中也实现这个,不知改添加或修改什么编译参数?
谢谢。 |
|
T*********r 发帖数: 11175 | 35 pdflatex would not recognize eps figures
convert to ps first then ps2pdf
(pdflatex works for pdf/jpeg/... figures though) |
|
z*a 发帖数: 1681 | 36 usepackage{ifpdf}
...
\ifpdf
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps}
\else
\DeclareGraphicsExtensions{.eps}
\fi
---------------------
这个ifpdf命令到底起什么作用?
如果我的tex文档里混合eps和jpg图片
不管pdflatex还是latex都不行吧?
用pdflatex,eps图片位置呈现空白状;
用latex,根本不认jpg |
|
i*i 发帖数: 918 | 37 use epstopdf to convert your eps file to pdf, and use pdflatex. BTW,
pdflatex is usually better for compiling beamer presentation. |
|
t****t 发帖数: 147 | 38 how did u compile u latex file?
pdflatex to pdf
or latex to dvi and then to ps
pdflatex can't handle ps/eps file
latex can't handle png/jpeg file |
|
T*********r 发帖数: 11175 | 39 then it is pdflatex
pdflatex won't support eps figures by default |
|
p****o 发帖数: 1340 | 40 do you use linux? if so, it is possible to have the system to
convert eps to pdf figures automatically for you.
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.eps}
\usepackage{epstopdf}
when you refer an image file foobar.eps in the tex, use
\includegraphics{foobar}
then you can compile the latex files
pdflatex -shell-escape your-latex-file
of course, you can change the pdftex.cfg to make "shell-escape"
a default option for pdflatex. |
|
O*****y 发帖数: 222 | 41 C-c C-t C-f will toggle pdflatex-mode, then C-c C-c will run pdflatex |
|
h******s 发帖数: 176 | 42 ☆─────────────────────────────────────☆
jetchen (飞机) 于 (Wed Dec 12 22:04:56 2007) 提到:
我用matlab 生成的一幅图, 直接存成 pdf 格式。 然后用 pdflatex 把图放到文档中
,总觉得颜色有点失真。
请问怎么搞的颜色好看一些?
☆─────────────────────────────────────☆
jetchen (飞机) 于 (Wed Dec 12 22:05:23 2007) 提到:
re
☆─────────────────────────────────────☆
sunwufan (哈哈) 于 (Thu Dec 13 03:48:14 2007) 提到:
matlab存成eps格式
☆─────────────────────────────────────☆
jetchen (飞机) 于 (Thu Dec 13 11:54:28 2007) 提到:
俺想用 pdflatex。 eps再转成pdf?
☆────────────── |
|
z********u 发帖数: 26 | 43 I compiled a tex file under linux using pdflatex. It looks good under Linux,
(using Acrobat). But when I open the same pdf file under windows still
using acrobat. It looks ugly. I think I should use some true type font. But
how to do it? add a package to the tex file or something during "pdflatex
file.tex"
Thanks |
|
z***i 发帖数: 8285 | 44 俺用的苹果pdflatex。。
可能我过去写的都图省事
pdflatex能通过
latex很多东西压根就通不过 |
|
T*********r 发帖数: 11175 | 45 这个生成的效果和pdflatex不一样
比如我在beamer里加了个背景图片
pdflatex生成是正常的,这个生成的时候,上面给留了一道白的。。。。 |
|
s*****g 发帖数: 5159 | 46 I think beamer prefer pdflatex than others. I use block quite some but did
not met real problem yet, mind share your pdflatex compliation error message? |
|
i********w 发帖数: 2223 | 47 我用的就是pdflatex编译啊
用pdflatex编译,然后pdf看 |
|
d***s 发帖数: 55 | 48 \documentclass[dvips]{beamer}
\begin{document}
abcdefg
\end{document}
生成的dvi是对的,但ps和pdf都只在左下角
如果把[dvips]去掉,用pdflatex编译,能生成正确的slide
请问怎么让 latex+dvi2ps+ps2pdf 正确编译啊? 因为有eps图,还用了psfrag,好像
不能
用pdflatex了 |
|
I*********t 发帖数: 5258 | 49 使用beamer的时候,如果是在winedt里直接点pdflatex,生成的页面右面会多一条白边
,而直接用命令行运行pdflatex或是用texworks都不会出现白边,这是什么原因? |
|
w***a 发帖数: 432 | 50 how do you compile your file?
it should like:
pdflatex --> bibtex --> pdflatex
Paste the original bib content here? |
|