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)
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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?