|
|
Embedding Fonts in PDFs with pdflatexJeffrey P. Bigham |
|
|
Warning: pg_exec(): supplied argument is not a valid PostgreSQL link resource in /home/manticmo/public_html/templates/header.php on line 48 Warning: pg_numrows(): supplied argument is not a valid PostgreSQL result resource in /home/manticmo/public_html/templates/header.php on line 49 Related Ads |
If you're preparing a paper for a conference submission or if you just want to ensure that your .pdf looks exactly the same on someone else's computer as it does on yours, then you need to know how to embed the fonts used in your pdf in the file itself. In this article, I'll show you how to do this in Linux and how to verify that you've done it successfully. If you want information about doing this in Windows, check how to embed fonts in pdfs in Windows. Embedding Fonts in Linux
For Linux users, an invaluable tool is
As you might have guessed, the most important columns here are name and emb because they let you know which fonts have been embedded in your pdf file.
If your analysis with
This will open a file, which you need to edit. Find the pdftexDownloadBase14 directive and make sure it is true. That is, when you're done, the following line should be in the file:pdftexDownloadBase14 trueRemove any other references to pdftexDownloadBase14 and save the file.
After you do this, rebuild your pdf file using |
|
|
|
||