From 5d4433a719284d1b3231a85dd510054c12a43014 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 19 Apr 2018 16:37:00 +0200 Subject: add generic support for print version All presentations can be built in print form if the file .lxformat_print exists in the main directory. If this file does not exist, the regular beamer format will be generated. IMPORTANT: The print version of the files are named the same as the beamer version! Signed-off-by: John Ogness --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a8010fc..d70c93a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ kconfig-frontends/ .config.old log.txt build +.lxformat_* -- cgit v1.2.3