2
votes
1answer
142 views

Remove all Russian symbols from a PDF under Windows

I have a very weird task. There is a compiled PDF document with guidelines on a mathematical subject. It is in Russian, hence it contains a lot of Russian symbols in plain text and a lot of ...
4
votes
1answer
155 views

inserting png introduces inputenc error

I want to write an article in Chinese, which needs to insert pictures. It's fine when I insert pictures as .pdf but the following problem occurs if .png is inserted: ! Package inputenc Error: ...
1
vote
0answers
129 views

Imported PDF figure special character problem [closed]

I am importing a PDF figure using \includegraphics. This PDF figure contains a greek sigma and a greek Delta capital. In my PDF output, the sigma is output correctly, however instead of a capital ...
6
votes
4answers
1k views

Greek pdf bookmarks

I am puzzled with sections titled with Greek characters. They do appear in the pdf's Content list, though not correctly. For example, in my thesis--written in English with LyX, based on the ...
7
votes
1answer
592 views

Plain text for cut and pasting, ligatures for viewing (or, disabling ligatures)

One reason I switched to Xelatex was that I was interested in being able to create fully unicode documents (I'm a linguist, and often have linguistic symbols as well as Arabic text in my documents) ...
7
votes
1answer
264 views

Search and find an old style numeral in a pdf

I am compiling this tex file \documentclass{article} \usepackage{hfoldsty} \begin{document} 1 $1$ \end{document} with pdflatex and open the resulting pdf with evince. If I search the digit one (1), ...