From cd4289d78ebcee71bde2c1caa3792804f2c358d0 Mon Sep 17 00:00:00 2001 From: Alexander Pitsch Date: Tue, 1 Oct 2024 12:41:59 +0200 Subject: [PATCH] rename main file Presentation has little to do with Public Money? Public Code! campaign. --- README.md | 2 +- pmpc-at-viscon2024.tex => viscon2024.tex | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pmpc-at-viscon2024.tex => viscon2024.tex (100%) diff --git a/README.md b/README.md index 12f567d..c0d1331 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ presentation held at VIScon 2024 by the FSFE Zurich local group. To create the presentation .pdf, run ```bash -$ latexmk -pdf pmpc-at-viscon2024.tex && latexmk -c +$ latexmk -pdf viscon2024.tex && latexmk -c ``` Make sure you have `latexmk`, `pdflatex`, and all the necessary diff --git a/pmpc-at-viscon2024.tex b/viscon2024.tex similarity index 100% rename from pmpc-at-viscon2024.tex rename to viscon2024.tex