google-code-export / latex-lab

Automatically exported from code.google.com/p/latex-lab
1 stars 0 forks source link

Problem with generation of cyrillic letters #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When I enter this code:
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[english,bulgarian]{babel}
\usepackage[T2A]{fontenc}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
\begin{document}
this is text. а това е текст на кирлица написан в 
\LaTeX .
\end{document}

And compile it, none of the cyrillic letters appear (actually now that I 
check no letters appear at all). I'm new to LaTeX and may be doing 
something wrong for enabling the input of cyrillic characters but none of 
the solutions I found work with this online compiler. This code works for 
me when compiled with pdflatex on my local machine. I will attach both the 
file produced by it and the one from your online compiler.

What is the expected output? What do you see instead?

The expected output iss in the file locallatex.pdf . The result is in 
onlinelatex.pdf

What version of the product are you using? On what browser?

I suppose Version 2.0 , that's what I got when I clicked Help -> About on 
your page. Not sure how to check my local version. The browser is Google 
Chrome 5.0.375.53 beta but I'm not sure that helps.

Please provide any additional information below.
I would be glad to provide any additional information that you may need so 
feel free to contact me about it. 

Original issue reported on code.google.com by mirosl...@gmail.com on 22 May 2010 at 10:13

Attachments: