blob: 4934cb8057020980748b4860370e5f608a67686a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
\RequirePackage{ifxetex,ifluatex,ifpdf,dtk-logos}
%\ifxetex
% \usepackage{unicode-math}
% \usepackage{libertine}
% \setmathfont{TeX Gyre Pagella Math}
%\else
\ifluatex
% \usepackage{fontspec}
\usepackage{unicode-math}
% \setmathrm{TeX Gyre Pagella Math}
% \setmathtt{TeX Gyre Pagella Math}
% \setmathsf{TeX Gyre Pagella Math}
\setmathfont{TeX Gyre Pagella Math}
\usepackage{Alegreya,AlegreyaSans}
\else
%\PassOptionsToPackage{scaled=0.82}{beramono}
%\ifpdf %% we have a latex or pdf run
\RequirePackage[T1]{fontenc}
\RequirePackage{kpfonts}
% \usepackage{beramono}
% \RequirePackage[de,expert,uprightgreek]{lucidabr}% für mathe
% \IfFileExists{lucbmath.sty}{\usepackage[de,expert,uprightgreek]{lucbmath}}{}% für mathe
\fi%\fi
\usepackage{Alegreya,AlegreyaSans}
\endinput
|