Tagged Questions
1
vote
0answers
84 views
How can I get a PDF with copyable text if I need to use \usepackage[T1]{fontenc}? [duplicate]
Consider the following situation:
A .tex file with the following content:
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
Let it be.
\end{document}
The file is compiled by ...
7
votes
1answer
478 views
How do I encode foreign characters so that they are searchable in the resultant PDF file?
This may be a PDF problem rather than a LaTeX problem, but as it involves pdfLaTeX output I'm hoping I won't get my wrist slapped too hard.
I'm creating a bibliography, and inevitably some of the ...