File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed
Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 99\setotherlanguages {english}
1010
1111\usepackage {fontspec }
12- \setmainfont {CMU Serif}
13- \setsansfont {CMU Sans Serif}
14- \setmonofont {CMU Typewriter Text}
1512
13+ % Основные шрифты (кроссплатформенные)
14+ \setmainfont {DejaVu Serif}
15+ \setsansfont {DejaVu Sans}
16+ \setmonofont {DejaVu Sans Mono}
17+
18+ % Для polyglossia кириллица
19+ \newfontfamily\cyrillicfont {DejaVu Serif}
20+ \newfontfamily\cyrillicfontsf {DejaVu Sans}
21+ \newfontfamily\cyrillicfonttt {DejaVu Sans Mono}
22+
23+ \setmainlanguage {russian}
1624% ---------- Common packages ----------
1725\usepackage {graphicx }
1826\usepackage {booktabs }
Original file line number Diff line number Diff line change 99\setotherlanguages {english}
1010
1111\usepackage {fontspec }
12- \setmainfont {CMU Serif}
13- \setsansfont {CMU Sans Serif}
14- \setmonofont {CMU Typewriter Text}
12+
13+ % Основные шрифты (кроссплатформенные)
14+ \setmainfont {DejaVu Serif}
15+ \setsansfont {DejaVu Sans}
16+ \setmonofont {DejaVu Sans Mono}
17+
18+ % Для polyglossia кириллица
19+ \newfontfamily\cyrillicfont {DejaVu Serif}
20+ \newfontfamily\cyrillicfontsf {DejaVu Sans}
21+ \newfontfamily\cyrillicfonttt {DejaVu Sans Mono}
22+
23+ \setmainlanguage {russian}
1524
1625% ---------- Common packages ----------
1726\usepackage {graphicx }
You can’t perform that action at this time.
0 commit comments