mirror of https://github.com/MISP/misp-training
chg: [b.6-automation] Replaced fourier by fourier-otf
Make it work with modern xelatex (not working under pdflatex)pull/25/head
parent
2103ea3bee
commit
2881671147
|
@ -4,6 +4,7 @@
|
|||
\definecolor{textcolor}{RGB}{128, 128, 128}
|
||||
\definecolor{background}{RGB}{240, 247, 255}
|
||||
|
||||
|
||||
% \usepackage{pgfpages}
|
||||
% \setbeameroption{show notes on second screen=right}
|
||||
\usepackage[draft]{pdfcomment}
|
||||
|
@ -15,7 +16,7 @@
|
|||
\usepackage{listings}
|
||||
\usepackage{fontawesome5}
|
||||
\usepackage[export]{adjustbox}
|
||||
\usepackage{fourier}
|
||||
\usepackage{fourier-otf}
|
||||
\usetikzlibrary{positioning}
|
||||
\usetikzlibrary{shapes,arrows}
|
||||
|
||||
|
|
Loading…
Reference in New Issue