当前位置:网站首页>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
边栏推荐
- Solve the problem of storing cookies in IE7 & IE8
- MySQL 5.7.25 source code installation record
- Production of a-modal drag function in antui
- JS judge the data types object.prototype.tostring.call and typeof
- 论文笔记(SESSION-BASED RECOMMENDATIONS WITHRECURRENT NEURAL NETWORKS)
- AirTest
- Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res
- Modern medicine in the era of "Internet +"
- MySQL的逻辑架构
- 2021 windows penetration of "Cyberspace Security" B module of Shandong secondary vocational group (analysis)
猜你喜欢

服务器内存故障预测居然可以这样做!

Uni app learning summary

Due to fierce competition in the new market, China Mobile was forced to launch a restrictive ultra-low price 5g package

【Datawhale】【机器学习】糖尿病遗传风险检测挑战赛

开发转测试:从0开始的6年自动化之路...

30分钟彻底弄懂 synchronized 锁升级过程

万字详解“用知识图谱驱动企业业绩增长”

El table implements adding / deleting rows, and a parameter changes accordingly

Distributed network communication framework: how to publish local services into RPC services

spolicy请求案例
随机推荐
Sqoop [put it into practice 02] sqoop latest version full database import + data filtering + field type support description and example code (query parameter and field type forced conversion)
AirTest
Explain automatic packing and unpacking?
Production of a-modal drag function in antui
Vectortilelayer replacement style
El table implements adding / deleting rows, and a parameter changes accordingly
在.NET 6.0中配置WebHostBuilder
Draw arrows with openlayer
Sqoop【环境搭建 01】CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)
Development to testing: a six-year road to automation starting from 0
Leetcode 504. Hex number
Leetcode 504. 七进制数
Sublime install plug-ins
Docker configuring MySQL Cluster
AirTest
时间序列异常检测
Server memory failure prediction can actually do this!
Wechat applet learning notes 2
Phpexcel export Emoji symbol error
MQTT X CLI 正式发布:强大易用的 MQTT 5.0 命令行工具