当前位置:网站首页>IEEE conference upload font problem
IEEE conference upload font problem
2022-07-26 10:04:00 【bamboogz99】
Recently, with EDAS Upload an article , Always prompt PDF Missing font in file , however Latex There is no problem with compilation . error message :
The PDF file cannot be accepted: Publishers require that PDF fonts are embedded so that documents can be printed everywhere; one or more of your document fonts are not embedded.
Found out , Because Matlab Generated EPS Font problems in graphics , The solution is as follows :
in the light of dvi2pdf How to generate , Provide a thorough solution , Embed all fonts in the generation process pdf in .
Generated in this way pdf It's just OK.
Edit the following configuration file
~~~CTEX\MiKTeX\dvipdfm\config\dvipdfmx.cfg
Replace the following paragraph
%% GhostScript (MiKTeX):
D "mgs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
original MiKTeX Used a call mgs Command to complete this step , Its parameters are almost the same as gs equally , Add the corresponding parameters to become the following sentence , You can embed all fonts .
D "mgs.exe -sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dCompatibilityLevel=1.4 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=\"%o\" \"%i\" -c quit"
How do you see yourself pdf Whether the document font is embedded : stay pdf Format file , spot “ file ”-> “ document property ”-> “ typeface ”, All fonts used in your document are displayed , After each font , If noted “embeded( Embedded )” or “embeded subset( Embedded subset )”, It means that it is embedded , Otherwise, we have to find a way .
Problems are usually Matlab, Inexplicable default font Helvetica
from :http://blog.sina.com.cn/s/blog_4b5feb0201013qh9.html
边栏推荐
- 解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.
- Write a script that can run in Bash / shell and PowerShell
- Solve the problem of storing cookies in IE7 & IE8
- 苹果独占鳌头,三星大举复兴,国产手机在高端市场颗粒无收
- 在同一conda环境下先装Pytroch后装TensorFlow
- Uniapp error 7 < Map >: marker ID should be a number
- Vectortilelayer replacement style
- Flask框架初学-03-模板
- Solve proxyerror: CONDA cannot proceed due to an error in your proxy configuration
- [information system project manager] summary of essence of high-level series for the first time
猜你喜欢
Uni app learning summary
Error in render: "typeerror: cannot read properties of undefined (reading 'length')" --- error when calling interface
The problem of accessing certsrv after configuring ADCs
AR model in MATLAB for short-term traffic flow prediction
regular expression
Solve NPM -v sudden failure and no response
Logical architecture of MySQL
在Blazor 中自定义权限验证
B站这个视频我是跪着看完的
服务发现原理分析与源码解读
随机推荐
Strange Towers of Hanoi|汉诺塔4柱问题
面试突击68:为什么 TCP 需要 3 次握手?
2022年中科磐云——服务器内部信息获取 解析flag
【有奖提问】向图灵奖得主、贝叶斯网络之父 Judea Pearl 提问啦
数通基础-网络基础知识
Set view dynamic picture
MySQL的逻辑架构
R语言ggpubr包ggsummarystats函数可视化分组箱图(自定义分组颜色)并在X轴标签下方添加分组对应的统计值(样本数N、中位数median、四分位数的间距iqr、统计值的色彩和分组图色匹配
AirTest
Phpexcel export Emoji symbol error
Vectortilelayer replacement style
Show default image when wechat applet image cannot be displayed
In Net 6.0
Encapsulation of tabbarcontroller
Explain automatic packing and unpacking?
MySQL function
regular expression
PMM (percona monitoring and management) installation record
QT handy notes (VI) -- update interface, screenshot, file dialog box
数通基础-TCPIP参考模型