General ⇒ Can't copy-paste text from pdfs make with LaTeX
Can't copy-paste text from pdfs make with LaTeX
I have written my thesis in LaTeX, but my advisor has decided that he needs to be able to copy-paste sections from it into Word. I found that when I make a pdf with LaTeX, some characters (such as two f's in a row) cannot be copied from Acrobat - > Word. (They get replaced with underscores.) Does anyone know a workaround to the problem?
(I assume that this is universal, but I can provide a sample file if needed)
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Can't copy-paste text from pdfs make with LaTeX
in case the problems are caused only by ligatures, like ff that you mentioned, you may disable ligatures. You could use the microtype, pdftex 1.30 or higher required, see documentation 8 Disabling Ligatures.
Stefan
Re: Can't copy-paste text from pdfs make with LaTeX
Still, I'm surprised that Acrobat isn't able to understand the ligatures (now I know what they're called). Is there a root issue to this, like me not forcing pdflatex to attach the fonts?