Initial commit.

This commit is contained in:
Achim D. Brucker 2016-11-18 00:17:38 +00:00
parent 870f51c895
commit 6962c74833
1 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,99 @@
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{beamercolorthemetuos}
[2016/11/01 v0.0 LaTeX presentation class implementing the cooperate design of LogicalHacking.com]
\mode<presentation>
\defbeamertemplate*{navigation symbols}{lh}{}
% Section and subsections in head/foot
\defbeamertemplate*{section in head/foot}{lh}{\insertsectionhead}
\defbeamertemplate*{section in head/foot shaded}{lh}[1][50]
{\color{fg!#1!bg}\usebeamertemplate{section in head/foot}}
\defbeamertemplate*{subsection in head/foot}{lh}{\insertsubsectionhead}
\defbeamertemplate*{subsection in head/foot shaded}{lh}[1][50]
{\color{fg!#1!bg}\usebeamertemplate{subsection in head/foot}}
\defbeamertemplate*{subsubsection in head/foot}{lh}
{\insertsubsubsectionhead}
\defbeamertemplate*{subsubsection in head/foot shaded}{lh}[1][50]
{\color{fg!#1!bg}\usebeamertemplate{subsubsection in head/foot}}
% Headline and footline
\defbeamertemplate*{headline}{lh}{%
\@tempdima=\paperwidth%
\advance\@tempdima by -6mm%
\leavevmode%
\vspace{-.2cm}%
\centerline{\colorbox{lhOrange}{%
\parbox{\@tempdima}{\mbox{}\hfill\mbox{}}}}%
\vskip0pt%
}
\defbeamertemplate*{footline}{lh}{%
\@tempdima=\paperwidth%
\advance\@tempdima by -6mm
\leavevmode%
\centerline{%
\colorbox{black}{%
\parbox{\@tempdima}{\mbox{}\\[.07cm]
\mbox{}\quad \textcolor{white}{\bfseries \textcopyright~\the\year{} \href{https://logicalhacking.com}{Logicalhacking.com}. All Rights Reserved. \hfill
\textcolor{lhOrange}{\textbf{\footnotesize \lh@classification}}\hfill
Page \insertframenumber{} of \inserttotalframenumber}\quad\mbox{}\\[.07cm]
}}}%
\vskip0pt%
}
% background
\defbeamertemplate*{background}{lh}{}
\defbeamertemplate*{background canvas}{lh}{%
\ifbeamercolorempty[bg]{background canvas}{}{\color{bg}\vrule width\paperwidth height\paperheight}%
}
\newdimen\beamer@headheight
\beamer@headheight=2.1\baselineskip
\defbeamertemplate*{frametitle}{lh}[1][left]{
\@tempdima=\textwidth%
\usebeamerfont{frametitle}%
\vbox to \beamer@headheight{%
\vskip.6em%
\vfil%
%
\if@tempswa\else\csname beamer@fte#1\endcsname\fi%
\strut\insertframetitle\strut\par%
{%
\ifx\insertframesubtitle\@empty%
\else%
{\usebeamerfont{framesubtitle}\usebeamercolor[fg]{framesubtitle}\insertframesubtitle\strut\par}%
\fi
}%
%
\vbox{}%
\vskip-1em%
\vfill%
}%
\centerline{%\color{lhDarkGrey}%
\parbox{\@tempdima}{\rule{\textwidth}{.3pt}}}
}
\def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm}
% Frame title continuations, default
\defbeamertemplate*{frametitle continuation}{lh}{\insertcontinuationcountroman}
\mode
<all>