Tagged Questions
12
votes
2answers
7k views
inputenc Error: Unicode char \u8: not set up for use with LaTeX
This is with ref to my previous question Package clash in multilingual report.
\documentclass[11pt,table,a4paper]{article}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
4
votes
1answer
157 views
Non-ascii characters are not displayed in hyperref's pdftitle: bug in the 'unicode' option?
I'm trying to make pdflatex display non-ascii (cyrillic) characters in PDF metadata using hyperref's pdftitle and pdfauthor options. Here is my document:
\documentclass{article}
...
1
vote
0answers
347 views
biblatex biber non-latin (cyrillic) UTF-8 names [closed]
I am back where I was when I switched from stock bibtex to biblatex-biber: (cyrillic) non-latin UTF-8 names in the bibliography. It's why I started using biber in the first place, the same would ...
2
votes
2answers
768 views
Using both unicode and russian in tex source
EDIT: In the end I ended up using XeTeX (with auto-refreshing Evince viewer) - as suggested by @Andrey Vihrov. I am, however, accepting the most upvoted answer.
I am lost. Looked all over ...
1
vote
1answer
941 views
Use unicode font for cyrillic in gnuplot
Why I need to do this? I'n writting my diploma in laTeX and almost finish them, but I want to use in graph labels and legend the same font that LateX uses.
As I know, the default LaTeX font in CM, so ...
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 ...