I use LyX to create my LaTeX files. Recently, when I've used LyX's pdflatex to view my file, the text looks fine, but when I attempt to copy it, I just get strange symbols. If I use LyX's dvipdfm, I can copy fine.
I've attempted to troubleshoot by using a minimal example (as follows) and pdflatex directly.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}
\begin{document}
here is some text
\end{document}
If I run pdflatex on this file, open it in Okular, and copy "here is some text", the clipboard contains "❤❡r❡ ✐s s♦♠❡ t❡1t". If, however, I remove the second line (
\usepackage[T1]{fontenc}) the pdf is created fine.
Has something gone wrong with pdflatex or LyX's defaults? What has changed? Also, how can I fix this problem while still using LyX?
\usepackage{lmodern}make any difference? – JLDiaz Mar 01 '13 at 08:39Transcript written on test.log.That was all I really found regarding font paths. I downloaded Adobe Reader, and the font is Type: Type 3; Encoding: Custom; Actual Font: F15, Actual Font Type: Type 3. What is very strange is that it copies fine from Adobe Reader, as well as PDF-XChange Viewer. Both Okular and Evince fail. Perhaps it's a linux pdf package bug then… – Sparhawk Mar 01 '13 at 09:41