当前位置:网站首页>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
边栏推荐
- AirTest
- Customize permission validation in blazor
- Vectortilelayer replacement style
- Flutter Event 派发
- Common errors when starting projects in uniapp ---appid
- 数通基础-STP原理
- Interview shock 68: why does TCP need three handshakes?
- Study notes of the third week of sophomore year
- 面试突击68:为什么 TCP 需要 3 次握手?
- Set view dynamic picture
猜你喜欢

Applet record

Production of a-modal drag function in antui

AR model in MATLAB for short-term traffic flow prediction

Server and client dual authentication (2)

I finished watching this video on my knees at station B

The diagram of user login verification process is well written!

Necessary for beginners: debug breakpoint debugging skills in idea and common breakpoint skills

Transform between tree and array in JS (hide the children field if the child node of the tree is empty)

Server memory failure prediction can actually do this!

Spolicy request case
随机推荐
Logical architecture of MySQL
IIS website configuration
Principle analysis and source code interpretation of service discovery
A new paradigm of distributed deep learning programming: Global tensor
The fourth week of summer vacation
Mysql5.7.25 master-slave replication (one-way)
Interview shock 68: why does TCP need three handshakes?
开发转测试:从0开始的6年自动化之路...
Mqtt x cli officially released: powerful and easy-to-use mqtt 5.0 command line tool
Tableviewcell highly adaptive
在.NET 6.0中配置WebHostBuilder
B站这个视频我是跪着看完的
AirTest
Vectortilelayer replacement style
Why does new public chain Aptos meet market expectations?
分布式网络通信框架:本地服务怎么发布成RPC服务
Interview shock 68: why does TCP need three handshakes?
Alibaba cloud technology expert haochendong: cloud observability - problem discovery and positioning practice
解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.
JS table auto cycle scrolling, mouse move in pause