Skip to content
Snippets Groups Projects
Commit 3c64bea3 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

otf-Fonts jetzt per Dateinamen (ist leider sicherer)

parent 43b646b4
No related branches found
No related tags found
No related merge requests found
...@@ -108,20 +108,31 @@ ...@@ -108,20 +108,31 @@
%\RequirePackage[no-math]{fontspec} %\RequirePackage[no-math]{fontspec}
\RequirePackage{unicode-math} \RequirePackage{unicode-math}
\setmathfont[math-style=ISO,bold-style=ISO]{Asana Math}% damit sind Einheiten kursiv \setmainfont{texgyreheros}[
%\setmathfont{Asana Math} Ligatures=TeX,
\setmainfont[Ligatures=TeX]{TeX Gyre Heros} Extension=.otf,
\setsansfont[Ligatures=TeX]{TeX Gyre Heros} UprightFont=*-regular,
\setmathfont[range=\mathup,Scale=MatchLowercase]{TeXGyreHeros-Regular} BoldFont=*-bold,
\setmathfont[range=\mathit,Scale=MatchLowercase]{TeXGyreHeros-Italic} ItalicFont=*-italic,
\setmathfont[range=\mathbfup,Scale=MatchLowercase]{TeXGyreHeros-Bold} BoldItalicFont=*-bolditalic.otf]
\setmathfont[range=\mathbfit,Scale=MatchLowercase]{TeXGyreHeros-BoldItalic} \setsansfont{texgyreheros}[
\setmathfont[range=\mathsfup,Scale=MatchLowercase]{TeXGyreHeros-Regular} Ligatures=TeX,
\setmathfont[range=\mathsfit,Scale=MatchLowercase]{TeXGyreHeros-Italic} Extension=.otf,
\setmathfont[range=\mathbfsfup,Scale=MatchLowercase]{TeXGyreHeros-Bold} UprightFont=*-regular,
\setmathfont[range=\mathbfsfit,Scale=MatchLowercase]{TeXGyreHeros-BoldItalic} BoldFont=*-bold,
\setmathfont[range=\mathpunct]{TeXGyreHeros-Regular} ItalicFont=*-italic,
\setmathfont[range=\int]{Asana Math} BoldItalicFont=*-bolditalic.otf]
\setmathfont{Asana-Math.otf}[math-style=ISO,bold-style=ISO]% damit sind Einheiten kursiv
\setmathfont{texgyreheros-regular.otf}[range=\mathup,Scale=MatchLowercase]
\setmathfont{texgyreheros-italic.otf}[range=\mathit,Scale=MatchLowercase]
\setmathfont{texgyreheros-bold.otf}[range=\mathbfup,Scale=MatchLowercase]
\setmathfont{texgyreheros-bolditalic.otf}[range=\mathbfit,Scale=MatchLowercase]
\setmathfont{texgyreheros-regular.otf}[range=\mathsfup,Scale=MatchLowercase]
\setmathfont{texgyreheros-italic.otf}[range=\mathsfit,Scale=MatchLowercase]
\setmathfont{texgyreheros-bold.otf}[range=\mathbfsfup,Scale=MatchLowercase]
\setmathfont{texgyreheros-bolditalic.otf}[range=\mathbfsfit,Scale=MatchLowercase]
\setmathfont{texgyreheros-regular.otf}[range=\mathpunct]
\setmathfont{Asana-Math.otf}[range=\int]
% (Ulrike): )als letztes immer einen % (Ulrike): )als letztes immer einen
% richtiger Mathfont, damit diverse Werte korrekt gesetzt werden. % richtiger Mathfont, damit diverse Werte korrekt gesetzt werden.
% Wirklich nötig? % Wirklich nötig?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment