Skip to content

Commit

Permalink
update the path to fonts for github action [build pdf]
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Jul 28, 2021
1 parent 3d5dae2 commit 5eb5fbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shizun_ge_resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
% sudo apt-get install texlive-fonts-recommended texlive-fonts-extra
% To install the font on Alpine
% apk add texmf-dist-fontsextra
\newcommand{\sourcesanspropath}{/usr/share/texlive/texmf-dist/fonts/opentype/adobe/sourcesanspro/}
% \newcommand{\sourcesanspropath}{/opt/texlive/texdir/texmf-dist/fonts/opentype/adobe/sourcesanspro/}
% Path used locally
% \newcommand{\sourcesanspropath}{/usr/share/texlive/texmf-dist/fonts/opentype/adobe/sourcesanspro/}
% Path used by github action
\newcommand{\sourcesanspropath}{/opt/texlive/texdir/texmf-dist/fonts/opentype/adobe/sourcesanspro/}
\setmainfont{SourceSansPro}[
Path = \sourcesanspropath,
UprightFont = *-ExtraLight,
Expand Down

0 comments on commit 5eb5fbc

Please sign in to comment.