XeTeX ⇒ Fontspec documentation problem in certain PDF viewers
Fontspec documentation problem in certain PDF viewers
I use linux (Ubuntu 9.04), and have three PDF viewers installed: Acrobat Reader 9, Evince ("Document Viewer") 2.26.1, and Okular 0.8.2.
The fontspec documentation (for version 1.18) shows up fine in Acrobat Reader. Here's a snippet from page 4. However, it does not display properly in either evince or okular. Here's what the same page (from precisely the same file) looks like in evince: You'll notice that many words are missing. (Mainly stuff that was in a monospace font in the original.)
For the most part, this is a minor inconvenience. Evince is the default PDF reader on my system, and it's what is called by texdoc, so I have to call acroread directly if I want to view this file. No big deal.
But what I'm more worried about is what this says about PDFs created by Xe(La)TeX generally--are they only correctly viewable using Acrobat or Acrobat Reader? And is this a reason to steer clear of Xe(La)Tex?
Has anyone else noticed anything like this?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Fontspec documentation problem in certain PDF viewers
Ubuntu 8.04LTS and Debian Lenny with Evince, KPDF and Acrobat Reader... no problems here.
Re: Fontspec documentation problem in certain PDF viewers
Re: Fontspec documentation problem in certain PDF viewers
Re: Fontspec documentation problem in certain PDF viewers
I've filed a report with poppler-bugs <poppler-bugs@lists.freedesktop.org> -- I'll let you know if anything comes of it.
Re: Fontspec documentation problem in certain PDF viewers
sudo apt-get install poppler-data
Resolved the problem. This should really come pre-installed on Ubuntu with evince/okular, etc., but I guess it isn't.