我最近在投springer下面的期刊,要用editorial manager上傳
他們希望圖檔是用eps或是tiff
(其實他們也接受任何形式的電子檔包括word,只是鼓勵用latex)
我是用acrobat把jpg轉成eps的
我現在遇到的問題是在我的電腦裡面可以匯出pdf
但是把tex和eps圖檔上傳到em系統的時候
compile出來的結果是只有字和表格但沒有圖
圖的地方是空白的
我查了一下HELP
https://www.editorialmanager.com/robohelp/11.2/index.htm
裡面有提到 What if my figures are not appearing?
It may be possible that your images are referenced in subfolders. Images
cannot be referenced in sub folders, otherwise they will not appear in the
PDF.
An example of a correctly referenced image is:
\epsfig{figure=alld.eps,width=.5\textwidth}.
An example of an incorrectly referenced image is:
\epsfig{figure=images/alld.eps,width=.5\textwidth}
所以我依照他們的建議把讀圖指令改成
\begin{figure}[ht] % 進入Floats環境
\centering
\epsfig{file=fig1.eps,width=.5\textwidth}
%\includegraphics[scale=0.5]{fig1.eps}
\caption{blahblah}
\end{figure}
%是原本使用的指令
也在一開始加了\usepackage{epsfig}
在自己的電腦用xelatex匯出pdf都沒問題
但是重新上傳以後compile出來還是沒有圖...就沒法submit
我有在想說是不是圖太多加附錄30幾張,超乎他們容量?全部總共17MB左右
我有寫信給editor,她把我的信轉給一個助理
然後助理請我給他原始檔,他會幫我上傳
不過我給他好幾天以後現在還沒收到回應
所以想說上來問一下各位高手有沒有什麼解決的辦法
或是有投springer底下期刊有相關經驗可以分享的,謝謝!