Skip to content

Commit

Permalink
fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmorand committed Feb 11, 2024
1 parent 11c1de6 commit 2453eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
working-directory: ./output

- name: Build Word version
if: ${{ always() }}
run: pandoc -s result.txt -o 'AKS-Checklist.docx'
working-directory: ./output

Expand Down
4 changes: 1 addition & 3 deletions markdown/00-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ geometry:
- margin=1in
fontfamily:
- charter
header-includes:
- \usepackage[T1]{fontenc}
- \usepackage{lmodern}
page-background: "background5.pdf"
titlepage: true
titlepage-color: "1b82af"
titlepage-text-color: "FFFFFF"
titlepage-rule-color: "FFFFFF"
titlepage-rule-height: 2
colorlinks: true
header-includes:
---

0 comments on commit 2453eca

Please sign in to comment.