[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LyX 1.6



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


Reply to: