Skip to content

Commit

Permalink
"missing endcsname inserted" workarounds?
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Sep 1, 2024
1 parent d134edf commit 8ee590a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: docker://pandoc/latex:2.9
with:
args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf
args: -s -f markdown-implicit_figures --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf

- uses: actions/upload-artifact@v3
with:
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion team/talks/100_days.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ _the 'who I am when I'm not working' approach_
* We have _a lot_ more questions than we have answers :)
* Looking forward to the "Weather and Climate Science" session
* Talk to us!
![Team headshots](img/team_headshots_crop.png)
![Team headshots](img/teamHeadshots.png)

0 comments on commit 8ee590a

Please sign in to comment.