Skip to content

Commit

Permalink
Update packages.tex to include fontspec (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasagx authored Sep 1, 2024
1 parent 990349e commit f45a124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: infdesc.tex
latexmk_use_lualatex: true
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions book/includes/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
% Packages to be included
%

%\usepackage[T1]{fontenc}
%\usepackage[utf8]{inputenc} % The default since 2018
%\DeclareUnicodeCharacter{200B}{{\hskip 0pt}}

\usepackage{fontspec}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
Expand Down

0 comments on commit f45a124

Please sign in to comment.