Jorge-Alda / Slides

Collections of slides for all my public presentations starting on 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides

Collections of slides for all my public presentations starting on 2022

Index of slides

2022

2023

How does this repo work?

This branch (main) contains beamer templates and institutional logos. The slides for each event are in their own branch. When a new tag is pushed in a branch, GitHub Actions compiles the beamer files and produces a PDF [IMPORTANT: tags have to be pushed from the command line with git push --tags, creating a tag from GitHub's web won't work]. A tag version, like 001.211218.01, is formed of three parts:

  • slides id: unique identifier for each event, a number starting on 001.
  • timestamp: date of the tag, output from date "+%y%m%d".
  • tag id: in case there are multiple tags the same day.

The file README.md of the branch is used as release notes.

GitHub Actions compiles by default the document slides.tex. To compile documents with another name, change the variable env.MAIN_FILE.

To include the tag in the PDF file (for example, for a perma-link), include the string ++TAGNUM++ in all .texfiles.

About

Collections of slides for all my public presentations starting on 2022

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%