summaryrefslogtreecommitdiff
path: root/configbeamer.tex
AgeCommit message (Collapse)Author
2019-03-14pres_dsa: add DSA presentationJohn Ogness
This is Kurt's Distributed Switch Architecture slides from the Techdays. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2019-01-11fix handling of numbers on slides and printoutsManuel Traut
As mentioned in mantis #1449 slides are increasing the page number if \pause is used. This leads to different page numbers in printout presentations. This is fixed by using frame numbers instead of page numbers. The micronsult theme doesn't use any numbers. This inserts the frame number on the bottom left. Signed-off-by: Manuel Traut <manut@linutronix.de>
2018-07-13config.tex: add subfig package usageJohn Ogness
The Jailhouse presentation uses "subfloat" to place 2 images next to each other. This requires the "subfig" package. It looks nice, so maybe other presentations will start using it to put things next to each other. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-20microconsult: add menu option to use themeJohn Ogness
Add a new CONFIG_BUILD_MICROCONSULT option to use the MicroConsult theme. Printouts are also affected by this option. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-19add generic support for print versionJohn Ogness
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 <john.ogness@linutronix.de>