Skip to content

Commit

Permalink
use Arial Unicode MS and unicode-math
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 3, 2023
1 parent aa74501 commit fdb979d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN tlmgr update --self && \
ragged2e \
enumitem \
mathtools \
fontspec
fontspec \
unicode-math

RUN apk upgrade && apk add --no-cache \
bash \
Expand Down
4 changes: 2 additions & 2 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,9 @@ $endif$
}

\usepackage{fontspec}
\setmainfont{Arial}
\setsansfont{Arial}
\setmainfont{Arial Unicode MS}
\setmonofont{Source Code Pro}
\usepackage{unicode-math}

%
% heading color
Expand Down

0 comments on commit fdb979d

Please sign in to comment.