[FIX] математика тем же шрифтом, что и текст
Без unicode-math формулы и инлайн-переменные набирались Latin Modern,
а текст — Times New Roman: в одной строке «-100» и «100» выглядели
по-разному. Теперь \setmathfont{TeX Gyre Termes Math} — метрический
аналог Times с математической таблицей.
В Dockerfile добавлены fonts-texgyre-math со шрифтом и
texlive-latex-recommended, откуда берётся unicode-math.sty.
This commit is contained in:
@@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
texlive-xetex \
|
||||
texlive-lang-cyrillic \
|
||||
texlive-latex-extra \
|
||||
texlive-latex-recommended \
|
||||
texlive-fonts-recommended \
|
||||
fonts-texgyre-math \
|
||||
fonts-liberation \
|
||||
cabextract \
|
||||
wget \
|
||||
|
||||
Reference in New Issue
Block a user