summaryrefslogtreecommitdiff
path: root/configprint.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-11printouts: add subsection to frameJohn Ogness
Currently the subsection of a frame is not shown on the printouts. However, this is often useful information that needs to be seen as well since it often functions as a title for the frame. Include it in the printouts. Signed-off-by: John Ogness <john.ogness@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>
2018-04-18configprint: add borders around framesJohn Ogness
Boards help to add structure to the printouts. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-04-18config: Add new configuration for printable handoutsHolger Dengler
Characteristics of printable handouts: - no closing page - no Linutronix headline - all slides on a single frame - two frames per page Signed-off-by: Holger Dengler <dengler@linutronix.de>