From 7baf6da59e82d9b1365142d91b18ab8c1560e0a0 Mon Sep 17 00:00:00 2001 From: TG <tarik.graba@telecom-paris.fr> Date: Thu, 3 Oct 2024 17:35:29 +0200 Subject: [PATCH] Minimal readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36ff4bd --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +This repository contains a beamer theme plus an example build flow. + +The build flow uses: +- pdflatex +- gnummake for automation +- inkscapeto generate pdf from svg files +- libreoffice to generate pdf from odg files +- xfig to generate pdf from fig files + + +**If you just want to use the theme and not interested in the rest, just copy:** + +- the sty theme file `beamerthemetptng.sty` +- the pdf logos files + +from the [`texinputs`](texinputs) directory. -- GitLab