Use fontspec and Linux Libertine font family.
This commit is contained in:
parent
fb0cdad312
commit
0c63b43f7b
1 changed files with 4 additions and 0 deletions
4
hdr.tex
4
hdr.tex
|
@ -23,6 +23,10 @@
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
|
\usepackage{fontspec}
|
||||||
|
|
||||||
|
\setmainfont{Linux Libertine O}
|
||||||
|
\setsansfont{Linux Biolinum O}
|
||||||
|
|
||||||
\graphicspath{{pics/}}
|
\graphicspath{{pics/}}
|
||||||
\usetikzlibrary{calc}
|
\usetikzlibrary{calc}
|
||||||
|
|
Loading…
Reference in a new issue