diff options
Diffstat (limited to 'common/settings.tex')
| -rw-r--r-- | common/settings.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/settings.tex b/common/settings.tex index e6523bd..b0cf29a 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -15,7 +15,7 @@ % Language and fonts \usepackage[UKenglish]{babel} \usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} +\usepackage[OT2,T1]{fontenc} \usepackage{lmodern} \usepackage{microtype} \usepackage{array} @@ -122,6 +122,10 @@ \addto\extrasngerman{\sisetup{range-phrase={ bis~}}} \addto\extrasenglish{\sisetup{range-phrase={ to~}}} +% Cyrillic +\DeclareSymbolFont{cyrletters}{OT2}{wncyr}{m}{n} +\DeclareMathSymbol{\Sha}{\mathalpha}{cyrletters}{"58} + % Custom symbols %\newcommand{\vect}[1]{\boldsymbol{\vec{\mathbf{#1}}}} \newcommand{\vect}[1]{\vec{\bm{#1}}} |
