| Summary: | Exporting to LaTeX should \usepackage{babel}? | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alex V. Myltsev <s-cape> |
| Component: | TeXmacs | Assignee: | Vadim V. Zhytnikov <vvzhy> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Fixed in TeXmacs-1.0.3-alt3. closed |
When exporting files with Cyrillic letters, TeXmacs 1.0.2.9 doesn't \usepackage{babel}. When compiling the exported file with latex (tetex-latex-2.0-alt2), it produces error messages like: ! Undefined control sequence. Ю->\cyra Adding \usepackage[russian]{babel} to the preamble fixes this problem. Steps to Reproduce: 1. Create a new buffer in TeXmacs, type a Cyrillic letter into it, export the document to test.tex. 2. Run 'latex test.tex'.