{inputenc} concerns the package inputenc which interfaces various standards and input encodings to (La)TeX

learn more… | top users | synonyms

5
votes
1answer
1k views

What is wrong with my cyrillic text?

This is the document: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T2A]{fontenc} \begin{document} This text is in Russian: проверка. \end{document} This is what TeXLive on Mac OS ...
6
votes
1answer
4k views

Problem with foreign characters

I am writing a report in LaTeX from a LaTeX template given in my university. The text is in English but I need to have some Swedish characters there was well like ä, ö, å etc. Now the problem is that ...
8
votes
2answers
650 views

Using non-ASCII characters in packages

What is the best way to use non-ASCII (say, Cyrillic) characters in a .sty file? If it's used in a LaTeX file that uses \inputenc[utf8]{inputenc}, than one can just use utf8 encoding in the .sty file ...
14
votes
7answers
7k views

utf8 or latin1 encoding - german

\usepackage[utf8]{inputenc} or \usepackage[latin1]{inputenc} I write in german if that matters. pro and contra?

1 2