diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-20 10:56:49 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-20 10:56:49 +0200 |
| commit | af2b1ff9b0863f4561e67899d18117bb8555f1b2 (patch) | |
| tree | 62046ec96d578da52163b0ae42e36202510d00f8 /configprint.tex | |
| parent | cd97d8f436a9390549ca211bbfb3b40d8bf163fb (diff) | |
microconsult: add menu option to use theme
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>
Diffstat (limited to 'configprint.tex')
| -rw-r--r-- | configprint.tex | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/configprint.tex b/configprint.tex index ba98403..b04ade2 100644 --- a/configprint.tex +++ b/configprint.tex @@ -18,7 +18,16 @@ \setmonofont[Scale=0.7]{Source Code Pro} \linespread{0.5} -\usetheme{linutronix} +\IfFileExists{.lxformat_microconsult} +{ +\mode<presentation>{\usepackage{foreignthemes/microconsult/beamerthememicroconsult}} +\institute{MicroConsult GmbH / Linutronix GmbH} +}{ +\mode<presentation>{\usetheme{linutronix}} +\institute{Linutronix GmbH} +} + +\definecolor{lbcolor}{RGB}{255,210,150} %% Reset headline for the handouts \defbeamertemplate*{headline}{}{} @@ -26,9 +35,6 @@ \pgfpageslogicalpageoptions{1}{border code=\pgfusepath{stroke}} \pgfpageslogicalpageoptions{2}{border code=\pgfusepath{stroke}} -\institute{Linutronix GmbH} -\definecolor{lbcolor}{RGB}{255,210,150} - \begin{document} \input{section} |
