Skip to content

Commit

Permalink
csquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jun 28, 2023
1 parent a56e343 commit 161132e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: teatimeguest/setup-texlive-action@v2.6.0
with:
update-all-packages: true
packages: scheme-basic xetex ffcode libertine microtype hypdoc href-ul newtx biblatex biber verbatimcopy pgfopts silence setspace makecell textpos merriweather mdframed zref needspace pgf pgfplots babel-russian cyrillic lh cm-super anyfontsize
packages: scheme-basic xetex ffcode libertine microtype hypdoc href-ul newtx biblatex biber verbatimcopy pgfopts silence setspace makecell textpos merriweather mdframed zref needspace pgf pgfplots babel-russian cyrillic lh cm-super anyfontsize csquotes
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
1 change: 1 addition & 0 deletions tex/deck.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
\WarningFilter{latex}{You have requested package}
\RequirePackage{microtype}
\RequirePackage{anyfontsize}
\RequirePackage{csquotes}
\RequirePackage{multicol}
\RequirePackage{setspace}
\RequirePackage[landscape]{geometry}
Expand Down
1 change: 1 addition & 0 deletions tex/main.cls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
\RequirePackage{bookmark}
\RequirePackage{microtype}
\RequirePackage{anyfontsize}
\RequirePackage{csquotes}
\RequirePackage{amsmath}
\RequirePackage{multicol}
\RequirePackage{mdframed}
Expand Down

0 comments on commit 161132e

Please sign in to comment.