From e2a8cb5dfb6c9dbe4a437851fccdf69c0733b848 Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Tue, 9 Jun 2009 20:43:40 +0200 Subject: Initial commit. --- latex/latex-beamer/beamerthemelinutronix.sty | 50 +++++++++++++++++++++++++++ latex/latex-beamer/ecbauhaus.tfm | Bin 0 -> 1852 bytes latex/latex-beamer/ecbauhaus.vf | Bin 0 -> 1708 bytes latex/latex-beamer/linutronix-left.png | Bin 0 -> 17432 bytes latex/latex-beamer/linutronix-right.png | Bin 0 -> 5559 bytes latex/latex-beamer/linutronix.png | Bin 0 -> 24712 bytes latex/latex-beamer/recbauhaus.tfm | Bin 0 -> 1464 bytes 7 files changed, 50 insertions(+) create mode 100644 latex/latex-beamer/beamerthemelinutronix.sty create mode 100644 latex/latex-beamer/ecbauhaus.tfm create mode 100644 latex/latex-beamer/ecbauhaus.vf create mode 100644 latex/latex-beamer/linutronix-left.png create mode 100644 latex/latex-beamer/linutronix-right.png create mode 100644 latex/latex-beamer/linutronix.png create mode 100644 latex/latex-beamer/recbauhaus.tfm (limited to 'latex/latex-beamer') diff --git a/latex/latex-beamer/beamerthemelinutronix.sty b/latex/latex-beamer/beamerthemelinutronix.sty new file mode 100644 index 0000000..f0f957a --- /dev/null +++ b/latex/latex-beamer/beamerthemelinutronix.sty @@ -0,0 +1,50 @@ +\mode + +\font\myfont=ecbauhaus at 18pt + +\pgfdeclareimage[height=30pt]{header-left}{linutronix-left} +\pgfdeclareimage[height=20pt]{header-right}{linutronix-right} +\definecolor{linutronix}{RGB}{242,130,20} +\definecolor{linutronix right}{RGB}{198,103,10} +\definecolor{linublack}{RGB}{50,50,50} +\setbeamercolor*{structure}{fg=linutronix,bg=white} +\setbeamercolor{normal text}{fg=linublack,bg=white} +\setbeamercolor{block title}{use=structure,fg=white,bg=structure.fg} +\setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=linutronix} +\setbeamercolor{block title example}{use=example text,fg=white,bg=example text.fg} +\setbeamercolor*{palette primary}{fg=white,bg=linutronix} + +%\pgfdeclarehorizontalshading[frametitle.bg,frametitle right.bg]{beamer@frametitleshade}{\paperheight}{% +% color(0pt)=(linutronix right); +% color(\paperwidth)=(frametitle.bg) +%} + + +\defbeamertemplate*{headline}{linutronix theme} +{ + \vskip5pt + \pgfuseimage{header-left} \hskip10pt \hfill% + \myfont \textcolor{gray}{\insertsection} \hfill% + \pgfuseimage{header-right} + \vskip10pt +} + +\defbeamertemplate*{footline}{linutronix theme} +{ + \vskip5pt + \begin{beamercolorbox}[ht=1pt]{author in head/foot}% + \end{beamercolorbox} + \vskip6pt + \hskip5pt + \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}% + \hfill% + {\usebeamerfont{institute in head/foot}\insertshortinstitute}% + \hfill% + \hskip20pt + {\usebeamerfont{title in head/foot}\insertframenumber}% + \hskip5pt ~ + \vskip5pt +} + +\mode + diff --git a/latex/latex-beamer/ecbauhaus.tfm b/latex/latex-beamer/ecbauhaus.tfm new file mode 100644 index 0000000..f0d192a Binary files /dev/null and b/latex/latex-beamer/ecbauhaus.tfm differ diff --git a/latex/latex-beamer/ecbauhaus.vf b/latex/latex-beamer/ecbauhaus.vf new file mode 100644 index 0000000..27e303b Binary files /dev/null and b/latex/latex-beamer/ecbauhaus.vf differ diff --git a/latex/latex-beamer/linutronix-left.png b/latex/latex-beamer/linutronix-left.png new file mode 100644 index 0000000..c9864c8 Binary files /dev/null and b/latex/latex-beamer/linutronix-left.png differ diff --git a/latex/latex-beamer/linutronix-right.png b/latex/latex-beamer/linutronix-right.png new file mode 100644 index 0000000..136f35d Binary files /dev/null and b/latex/latex-beamer/linutronix-right.png differ diff --git a/latex/latex-beamer/linutronix.png b/latex/latex-beamer/linutronix.png new file mode 100644 index 0000000..0c0e706 Binary files /dev/null and b/latex/latex-beamer/linutronix.png differ diff --git a/latex/latex-beamer/recbauhaus.tfm b/latex/latex-beamer/recbauhaus.tfm new file mode 100644 index 0000000..be62f8c Binary files /dev/null and b/latex/latex-beamer/recbauhaus.tfm differ -- cgit v1.2.3