GeneralDuplicate fonts in PDF (from figures)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Amexonga
Posts: 3
Joined: Tue Nov 16, 2010 12:32 am

Duplicate fonts in PDF (from figures)

Post by Amexonga »

I've searched for days trying to find a solution to this problem with no luck.

I'm writing a thesis in LaTeX which includes dozens of figures (each in pdf format with fonts embedded). The pdf output has embedded fonts from each figure, even though they are the same font. This means MANY duplicate fonts embedded, and being the obsessive compuslive individual I am, it bothers me. :oops:

Am I the only one with this problem? Should I just let it go and live with the duplicates?

Code: Select all

\documentclass{book}
\usepackage{graphicx}

\begin{document}
Hello.\\
\includegraphics{fig1}
\includegraphics{fig2}
\end{document}
Notes:
  • I use XeLaTeX but same result with pdfLaTeX
    Figures without embedded fonts make a final pdf without embedded fonts
    The figures were made in Illustrator and printed as pdf using "Press Quality" preset
Attachments
screenshot
screenshot
screenshot.jpg (83.93 KiB) Viewed 1960 times
fig2.pdf
fig2
(6.96 KiB) Downloaded 169 times
fig1.pdf
fig1
(6.93 KiB) Downloaded 152 times
Last edited by Amexonga on Thu Nov 18, 2010 6:43 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Amexonga
Posts: 3
Joined: Tue Nov 16, 2010 12:32 am

Re: Duplicate fonts in PDF (from figures)

Post by Amexonga »

Aha!

Use the "PDF Optimizer" feature in Acrobat Pro!!! :mrgreen:

Hopefully this helps someone save time...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Duplicate fonts in PDF (from figures)

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Best regards and welcome to the board
Thorsten
Amexonga
Posts: 3
Joined: Tue Nov 16, 2010 12:32 am

Re: Duplicate fonts in PDF (from figures)

Post by Amexonga »

Done. And thank you for the welcome.
Post Reply