summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-08 21:32:23 +0000
committerKarl Berry <karl@freefriends.org>2023-03-08 21:32:23 +0000
commit4ee4f6e43f8a55ffbc0bfb546959ed5ac0a1486f (patch)
tree374ba75d4c9c9419da82bf4544ba4eb736a134cf /Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls
parentd946efb08a03d611f0f1431428ec381781e6a0f4 (diff)
light-latex-make (8mar23)
git-svn-id: svn://tug.org/texlive/trunk@66473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls')
-rw-r--r--Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls22
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls b/Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls
index 632becfcd3d..628e05fb2f1 100644
--- a/Master/texmf-dist/doc/support/light-latex-make/llmk-doc.cls
+++ b/Master/texmf-dist/doc/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}{}