From 54ff892a5a6104af706a5f9319d94fd88150d3fc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 27 Feb 2026 22:47:44 -0500 Subject: [PATCH] examples/beamer: rename to examples/presentation The other one is named "article", so "presentation" is more consistent than "beamer". --- .gitignore | 4 ++-- examples/{beamer => presentation}/GNUmakefile | 0 examples/{beamer => presentation}/presentation.tex | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/{beamer => presentation}/GNUmakefile (100%) rename examples/{beamer => presentation}/presentation.tex (100%) 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 -- 2.51.0