diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-19 16:37:00 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-19 16:37:00 +0200 |
| commit | 5d4433a719284d1b3231a85dd510054c12a43014 (patch) | |
| tree | c613d59411961e11ece2b57096fd1a9af9346b17 /configbeamer.tex | |
| parent | 14868ed29a87bbce4198894e530895e318da9fea (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'configbeamer.tex')
| -rw-r--r-- | configbeamer.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/configbeamer.tex b/configbeamer.tex new file mode 100644 index 0000000..cced101 --- /dev/null +++ b/configbeamer.tex @@ -0,0 +1,51 @@ +%!TEX TS-program = xelatex +%!TEX encoding = UTF-8 Unicode + +\documentclass{beamer} + +\usepackage{polyglossia} +\usepackage{amsmath,amssymb} +\usepackage{listings,color} +\usepackage{graphicx} +\usepackage{xltxtra,fontspec,xunicode} +\usepackage{fancyvrb} +\usepackage{lxextras} + +\defaultfontfeatures{Scale=MatchLowercase} +\setromanfont{TheMixB W5 Plain} +\setsansfont{TheMixB W7 Bold} +\setmonofont[Scale=0.7]{Source Code Pro} +\linespread{0.5} + +\mode<presentation>{\usetheme{linutronix}} + +\institute{Linutronix GmbH} +\definecolor{lbcolor}{RGB}{255,210,150} +%\lstset{ +%language=C++, +%numbers=left, +%stepnumber=1, +%numbersep=5pt, +%breaklines=true, +%breakautoindent=true, +%postbreak=\space, +%tabsize=2, +%basicstyle=\ttfamily\small, +%showspaces=false, +%showstringspaces=false, +%extendedchars=true, +%backgroundcolor=\color{lbcolor}, +%keywordstyle=\bf , +%commentstyle=\color{blue}, +%stringstyle=\color{red} +%} + +\begin{document} + +\setbeamertemplate{footline}[text line]{\parbox{\linewidth}{ +\copyright{} \the\year\ by \insertinstitute \hfill +\insertshortauthor \hfill +\insertpagenumber} +} + +\input{section} |
