From: Michael Orlitzky Date: Sat, 28 Feb 2026 03:47:44 +0000 (-0500) Subject: examples/beamer: rename to examples/presentation X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=54ff892a5a6104af706a5f9319d94fd88150d3fc;p=mjotex.git examples/beamer: rename to examples/presentation The other one is named "article", so "presentation" is more consistent than "beamer". --- diff --git a/.gitignore b/.gitignore index 4c22f90..4e588dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ examples/article/article.pdf examples/article/build/ -examples/beamer/build/ -examples/beamer/presentation.pdf +examples/presentation/build/ +examples/presentation/presentation.pdf texmf/ diff --git a/examples/beamer/GNUmakefile b/examples/presentation/GNUmakefile similarity index 100% rename from examples/beamer/GNUmakefile rename to examples/presentation/GNUmakefile diff --git a/examples/beamer/presentation.tex b/examples/presentation/presentation.tex similarity index 100% rename from examples/beamer/presentation.tex rename to examples/presentation/presentation.tex