Tagged Questions
6
votes
1answer
155 views
Copy Czech characters from PDF with charter font
I wanna be able to copy czech characters from PDF, but for some reason it doesn´t work.
here is my code:
\usepackage{cmap}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{charter}
...
13
votes
2answers
395 views
How to fix missing or incorrect mappings from glyphtounicode.tex
glyphtounicode.tex has been described as the best solution for generating copy-and-pasteable symbols. However, I find that various symbols that I need to use do not paste as the appropriate Unicode ...