On Sat, Jul 17, 2010 at 02:14:09PM +0700, Andrei Lomov wrote:
> 
> LyX 1.6, документ класса report.
> Почему-то имена теорем в dvi, pdf идут английским.
> На экране LyX все по-русски.

Сделай export в latex, и сразу все ясно станет:

\documentclass[12pt,russian]{report}
...
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[section]
  \theoremstyle{plain}
  \newtheorem{lem}[thm]{Lemma}
  \theoremstyle{plain}
  \newtheorem{prop}[thm]{Proposition}  
...

-- 
Stanislav


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

  • Re: LyX 1.6 Stanislav Maslovski

Ответить