summaryrefslogtreecommitdiff
path: root/support/light-latex-make/llmk-doc.cls
diff options
context:
space:
mode:
Diffstat (limited to 'support/light-latex-make/llmk-doc.cls')
-rw-r--r--support/light-latex-make/llmk-doc.cls22
1 files changed, 13 insertions, 9 deletions
diff --git a/support/light-latex-make/llmk-doc.cls b/support/light-latex-make/llmk-doc.cls
index 632becfcd3..628e05fb2f 100644
--- a/support/light-latex-make/llmk-doc.cls
+++ b/support/light-latex-make/llmk-doc.cls
@@ -39,18 +39,22 @@
\RequirePackage{listings}
\RequirePackage{xparse}
-% logo
-\input{llmk-logo-code}
-\RequirePackage[no-math]{fontspec}
+% font settings
+\RequirePackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
+
+\RequirePackage{unicode-math}
+\RequirePackage{utfsym}
+
+\setmainfont{STIX Two Text}
+\setsansfont{Helvetica Neue}
+\setmathfont{STIX Two Math}[StylisticSet=02, StylisticSet=08]
+\setmonofont[StylisticSet={1,3}]{Inconsolatazi4}
+
+% logo
\newcommand{\logomainfont}{\fontspec{Helvetica Neue}}
\newcommand{\logosubfont}{\fontspec{Helvetica Neue Thin}}
-
-% font settings
-\let\Zbar\relax
-\RequirePackage[defaultsups]{newtxtext}
-\RequirePackage[varqu,varl]{inconsolata}
-\RequirePackage[bigdelims,vvarbb]{newtxmath}
+\input{llmk-logo-code}
% for headings
%\setkomafont{title}{}