From 161132ee459579ddba96b1502ce130bd9cf72204 Mon Sep 17 00:00:00 2001 From: davvd Date: Wed, 28 Jun 2023 16:42:13 +0300 Subject: [PATCH] csquotes --- .github/workflows/rake.yml | 2 +- tex/deck.cls | 1 + tex/main.cls | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index 11490e6..bf49795 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -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 }} diff --git a/tex/deck.cls b/tex/deck.cls index 8386487..82d2db3 100644 --- a/tex/deck.cls +++ b/tex/deck.cls @@ -8,6 +8,7 @@ \WarningFilter{latex}{You have requested package} \RequirePackage{microtype} \RequirePackage{anyfontsize} +\RequirePackage{csquotes} \RequirePackage{multicol} \RequirePackage{setspace} \RequirePackage[landscape]{geometry} diff --git a/tex/main.cls b/tex/main.cls index cda0574..0166230 100644 --- a/tex/main.cls +++ b/tex/main.cls @@ -9,6 +9,7 @@ \RequirePackage{bookmark} \RequirePackage{microtype} \RequirePackage{anyfontsize} +\RequirePackage{csquotes} \RequirePackage{amsmath} \RequirePackage{multicol} \RequirePackage{mdframed}