google-code-export / latex-lab

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

Russian packages support #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Creating new template latex document
2. Adding line "\usepackage[russian]{babel}"
3. Compile

What is the expected output? What do you see instead?
Expected: the same compiled template ("LaTeX is a document preparation system 
for the TeX typesetting program...")
I see: No text excluding \Latex{} and formulas.

Compiling with default LaTeX Lab compiler.

Original issue reported on code.google.com by MRoizner on 27 Apr 2010 at 10:21

GoogleCodeExporter commented 9 years ago
I think a missing font is the problem. I will be taking a look at this.

Original comment by bobbysoa...@gmail.com on 27 Apr 2010 at 8:42

GoogleCodeExporter commented 9 years ago
See also http://code.google.com/p/latex-lab/issues/detail?id=67

Original comment by dbarashev on 7 May 2010 at 10:16

GoogleCodeExporter commented 9 years ago
Issue 67 has been merged into this issue.

Original comment by bobbysoa...@gmail.com on 7 May 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Missing fonts may be from cm-super package.
try building such file:

\documentclass{article}
\usepackage[russian]{babel}
\begin{document}
Привет, мир!
\end{document}

You may also try inserting bigger portions of text to test hyphenation.

Original comment by stanisla...@gmail.com on 21 May 2010 at 11:05

GoogleCodeExporter commented 9 years ago
Issue 125 has been merged into this issue.

Original comment by bobbysoa...@gmail.com on 21 May 2010 at 4:35

GoogleCodeExporter commented 9 years ago
Unfortunately the current environment lacks support for some fonts. If you'd 
like to 
help make these fonts available, basically here's what we're looking for. LaTeX 
Lab 
uses CLSI as the LaTeX environment which uses a chroot jail. You'll find the 
chroot 
available here: http://github.com/jpallen/latex-chroot

We need to take the chroot and add+configure the missing fonts. I will of 
course be 
taking a look at this when i'm able to, it's just a matter of bandwidth.

Original comment by bobbysoa...@gmail.com on 21 May 2010 at 4:42