I compile my latex with pdflatex in texniccenter. The produced pdf looks good. But when I select a word and copy it over to a texteditor, some of the characters are wrong. for instance all german ö,ü,ä but also a word like anriffsvektor becomes angri_svektor, so both "f" become a "_". Are there any settings, I can setup with pdflatex for that?
Here is a mwe:
\documentclass[a4paper,fontsize=11pt,oneside,parskip=half,headings=normal]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
angriffsvektor
\end{document}
And here is an example pdf file
\usepackage[T1]{fontenc}line) to produce it. Try usinglmodernfor example (which looks very much like Computer Modern but is a T1 font). But my viewer (the fabulous MuPDF) did copy the ff ligature correctly as two fs. Only the umlaut ü was copied as¨u. – Skillmon Aug 15 '18 at 07:21