Skip to content

Commit

Permalink
fix: use ecsquare font only if available
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2022
1 parent b2f73ae commit ed7992f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ indent.log
/node_modules/
package-lock.json
/src/session--composition-and-inheritance/resources/*.svg
/result
3 changes: 2 additions & 1 deletion src/session--composition-and-inheritance/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
\usepackage{fontawesome5}
\usepackage{hyperref}
\usepackage[normalem]{ulem}
\usepackage{ecsquare}

\IfFileExists{ecsquare.sty}{\usepackage{ecsquare}}{}

\definecolor{dkgreen}{rgb}{0,.5,0}
\definecolor{dkblue}{rgb}{0,0,.6}
Expand Down

0 comments on commit ed7992f

Please sign in to comment.