Code: Select all
``quotation''
I am using T1 fontenc, which looks nice but when I copy from the following MWE
Code: Select all
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{lmodern}
\begin{document}
``finding the buffet''
\end{document}
Code: Select all
000000019 E2 80 9C EF AC 81 6E 64-69 6E 67 20 74 68 65 20 |“finding the |
000000029 62 75 EF AC 80 65 74 E2-80 9D |buffet” |
Code: Select all
0000000C1 22 66 69 6E 64 69 6E 67-20 74 68 65 20 62 75 66 |"finding the buf|
0000000D1 66 65 74 22 |fet" |
Just to clarify:
* Ligatures look beautiful and I want to keep them
* Only copy and paste could be better
* Acrobat is smart about it and resolves the letters, but other readers have more problems.
Any ideas?