推 springman: 沒投過。您自己用 latex, Dvi->PS,PS->PDF 試看看。 06/05 16:59
→ sharkga: 他們是要上傳tex和eps檔,不接受pdf上傳,線上compile後 06/05 18:01
→ sharkga: 生成pdf,如果無誤就可以submit。所以不是用我自己的pdf 06/05 18:03
→ andrew43: 你可能誤會一樓了。他是提醒你用不同編譯方法來debug 06/05 20:16
→ sharkga: 我用latex結果沒出現dvi檔,爬了文也不太確定要怎麼做... 06/06 01:12
推 springman: 因為我猜他們不會用 xelatex 來編譯。應該有錯誤訊息? 06/06 05:22
dvi→ps出現的是
Process started
filename.dvi
: No such file or directory
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software
(www.radicaleye.com) dvips: DVI file can't be opened:
Process exited with error(s)
這是說我要去下載軟體嗎? 還是要從設定texmaker裡面更改什麼?
不好意思我對latex架構還是很不熟
※ 編輯: sharkga (36.229.125.138), 06/06/2015 11:27:15
推 springman: 我很少遇到 latex 無法產生 dvi 檔的 06/06 18:00
→ springman: 突然想到,如果他們用pdflatex編譯似乎eps圖檔就出不來 06/06 18:02
推 JamesChen: 他們推薦用 eps 檔應該不可能是這樣 06/06 18:12
→ JamesChen: 他們給的建議跟改進方法不太相符就是了 06/06 18:13
→ JamesChen: 你的圖檔是跟 tex file 放一起嗎? 06/06 18:14
→ sharkga: 同個資料夾裡面 06/06 18:49
我發現dvi檔案出不來的原因了,當時我參考這篇文章安裝texmaker
http://goo.gl/0bjhrH
所以在latex的欄位中加了xe,變成xelatex -interaction=nonstopmode %.tex
剛剛把xe拿掉就可以跑出dvi檔案了,也可以從dvi→ps→pdf
但是上傳tex檔以後圖片還是沒出現...還是不知道為什麼
我後來改上傳dvi檔案有出現圖片,但是引用的地方都變成問號了
回去看HELP,發現有解法
What if I see “?” Question marks in my PDF instead of my bibliographic
references?
Mostly at the End of your LaTeX-File you will include a link to your
bibliographic references. We suggest using one of the 2 following methods to
include your references to you LaTeX-Submission (using an external
bibliographic file):
Method A:
\bibliographystyle{spmpsci}
\bibliography{reference}
Bibliographic file is a *.bib file, here: reference.bib
Method B:
\bibliographystyle{plain}
\input{Blockseminar_opt_trans.bbl}
Bibliographic file is a *.bbl file, here: Blockseminar_opt_trans.bbl
採用方法A以後終於看到正確的PDF檔案了!
另外他們應該也支援xelatex,只是不知道為什麼上傳tex圖檔都出不來啊
而且之前用xelatex應該也可以才對吧...
Which TeXVersion is supported?
In our PDF Builder we include a determination based on what is in the TeX
file. The options are:
- LATEX
- PDFLATEX
- TEX
- XELATEX
- MIKTEX
For example it will attempt to build using LATEX first, if error, then it
will try PDFLATEX that is what the EM Submission PDF log will displays if
there is an error.
總之感謝各位高手的幫助,所以我也寫得盡量詳細
※ 編輯: sharkga (36.229.125.138), 06/06/2015 20:53:28
推 springman: good!! 06/07 13:35
→ EdwardGJLee: 解決了就好,轉信又不通了!當我沒說。 06/09 09:13