Skip to content
Snippets Groups Projects

Fix CI error

Merged Hans-Jörg requested to merge devel/fix-fonts into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
  • a24b8dd8
    Switch to CMU Serif · a24b8dd8
    Hans-Jörg authored
    This is a computer modern clone with unicode support.  This
    hopefully fixes the error in the CI.
+ 2
1
@@ -5,9 +5,10 @@
\documentclass{scrartcl}
\usepackage{scrlayer-scrpage}
\usepackage{unicode-math}
\usepackage{fontsetup}
\setmainfont{CMU Serif}
\usepackage{unicode-math}
\usepackage{minted}
\usemintedstyle{trac}
\renewcommand{\MintedPygmentize}{./highlight.py}
Loading