国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
Fixing "font not embedded" issue to pass the IEEE PDF eXpress check

Fixing "font not embedded" issue to pass the IEEE PDF eXpress check

We recently had to make the format of a paper complaint with the IEEE PDF eXpressformat. The paper did not pass the check in the first few attempts.Hence this blog post. I'd like to thank my colleague Ning Shang who didthe most of the fixes to get it working. I am listing the fixes here sothat anyone else who encountered similar issues may find this postuseful.

Before that, I work on Ubuntu 9.04, kile 2.1 (the IDE),use the tools latex, bibtex and dvipdf to generate pdf files fromtex/bib/cls files. (i.e. latex file.tex; bibtex file; (to attach theref.bib file) latex file.tex; dvipdf file.dvi to finally get file.pdf)

The tex file uses the IEEE conference style. Additionally we used the following packages initially:
times, epsfig, graphicx, url, verbatim, amsmath, amsfonts


Issue #1: Document contains bookmarks
Fix: We had to remove the url package from the included packages lists and convert \url{address} to {address} in ref.bib.

Issue #2: Font Times-Italic, Times-Roman, Times-BoldItalic, Times-Bold, Helvetica, Courier is not embedded.

Youcan see what fonts are embedded and what are not, by using "pdffontfile.pdf" and looking at the "emb" column. In our case, it did show thatsome fonts are not embedded.

Fix: We searched the Internet [1, 2]andfound that in order to fix this (i.e. to embed all the required fonts)we need to do the conversion from tex to pdf in two stages. This is adirty hack; but it works.(file就是file name,例如main.tex文件,file就代表main)

latex file.tex
bibtex file
latex file.tex
latex file.tex (Now we have file.dvi)
dvips -Ppdf -G0 -tletter file.dvi (Now we have file.ps)
ps2pdf -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress file.ps file.pdf (Now we have file.pdf)
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
使用IET_latex_template中遇到的錯(cuò)誤'Package pdftex.def Error: File `XXX-eps-converted-to.pdf' not found: using draft setting'
Linux下R語言調(diào)用latex生成pdf中目錄無法生成問題
LaTeX中文排版(使用XeTeX)
New Page 2
technical:Sphinx under osx
ConTeXt
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服