Getting started with Linux: Embed all fonts in LaTex in PDF

Source: Internet
Author: User
Tags linux mint

Getting started with Linux: Embed all fonts in LaTex in PDF

Q: I have generated a PDF file by compiling the LaTex source file. However, I have noticed that not all fonts are embedded in PDF documents. How can I ensure that all fonts are embedded in PDF files generated by LaTex?

It is a good idea to embed fonts in a PDF file when creating a PDF file. If you do not embed a font, the ghost browser can use something else without a font on the computer. This results in different styles of files displayed in different browsers or operating systems. The missing font is a problem when you print the document.

When you generate a PDF document from LaTex (such as pdflatex or dvipdfm), not all fonts may be embedded in the PDF document. For example, the output below pdffonts prompts that the PDF document contains a missing font (such as Helvetica ).

LaTex beginner Template

Using Texmaker in Ubuntu 14.04 and Linux Mint 17 to use LaTeX

To avoid this problem, the following describes how to embed all fonts during LaTex compilation.

$ Latex document. tex $ dvips-Ppdf-G0-t letter-o document. ps document. dvi $ ps2pdf-d1_settings =/prepress \-dCompatibilityLevel = 1.4 \-percent = false \-dColorImageFilter =/FlateEncode \-dGrayImageFilter =/FlateEncode \-dMonoImageFilter =/ flateEncode \-dDownsampleColorImages = false \-dDownsampleGrayImages = false \ document. ps document.pdf

Now you can see that all fonts are embedded in PDF.

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.