Set up math fonts with Linux Libertine.
This commit is contained in:
parent
cea053b1fd
commit
68275559bb
1 changed files with 2 additions and 0 deletions
2
hdr.tex
2
hdr.tex
|
@ -24,6 +24,7 @@
|
|||
\usepackage{geometry}
|
||||
\usepackage[language=english]{lipsum}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{unicode-math}
|
||||
\usepackage{polyglossia}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{tabularx}
|
||||
|
@ -53,6 +54,7 @@
|
|||
}
|
||||
|
||||
\setmainfont{Linux Libertine O}
|
||||
\setmathfont[Scale=MatchUppercase]{libertinusmath-regular.otf}
|
||||
\setsansfont{Linux Biolinum O}
|
||||
|
||||
\setdefaultlanguage{english}
|
||||
|
|
Loading…
Reference in a new issue