Initial commit.

This commit is contained in:
Achim D. Brucker 2017-04-20 20:31:56 +01:00
parent 033a1b14d6
commit 3aa4a1caac
2 changed files with 204 additions and 0 deletions

BIN
lh-presentation/example.pdf Normal file

Binary file not shown.

204
lh-presentation/example.tex Normal file
View File

@ -0,0 +1,204 @@
%\documentclass[aspectratio=169,classification=confidential]{lh-presentation}
\documentclass[inverse,aspectratio=169,classification=confidential]{lh-presentation}
\usepackage[utf8]{inputenc}
\title{A Beamer-theme for LogicalHacking.com}
\subtitle{Example presentation}
\institute[The University of Sheffield]
{Department of Computer Science, The University of Sheffield, Sheffield, UK}
\author[A.D. Brucker] {%
\href{http://www.brucker.uk/}{Achim D. Brucker}\\
\texttt{\footnotesize\href{mailto:"Achim D. Brucker"
<a.brucker@sheffield.ac.uk>}{a.brucker@sheffield.ac.uk}
\hspace{.6cm}
\url{http://www.brucker.uk/}}
}
\titlevisual{visuals/lh-title-visual-code-dark}
\contactauthor{Dr. Achim D. Brucker}
\contactemail{a.brucker@sheffield.ac.uk}
\contacttwitter{adbrucker}
\contactlinkedin{https://de.linkedin.com/in/adbrucker/}
\contactwww{https://www.brucker.ch/}
\contactblog{https://logicalhacking.com/blog/}
\DeclareTextCommand{\nobreakspace}{T1}{\leavevmode\nobreak\ }
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
\AgendaFrame
\section{Introduction}
\subsection{A few example slides}
\frame{\sectionpage}
%\begin{frame}[classification={public-cc-by}]
\begin{frame}[classification={confidential}]
\frametitle{A standard slide}
\framesubtitle{With a frame subtitle}
\begin{itemize}
\item Only first word of slide title \ldots
\begin{itemize}
\item And a second level
\begin{itemize}
\item Officially, a third level should be avoided
\end{itemize}
\end{itemize}
\end{itemize}
\[ x = \sum_{i=0}^{-\infty}\sqrt{-i}\]
\begin{itemize}
\item rm: {\rmfamily The quick {\mdseries brown fox} \emph{jumps over} \textbf{the lazy's doc back}}
\item sf: {\sffamily The quick {\mdseries brown fox} \emph{jumps over} \textbf{the lazy's doc back}}
\item tt: {\ttfamily The quick {\mdseries brown fox} \emph{jumps over} \textbf{the lazy's doc back}}
\item {\Huge Huge} {\huge huge} {\Large Large} {\large large} {\normalsize normal} {\small small}
{\footnotesize footnote} {\scriptsize scriptsize} {\tiny tiny}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Block Examples}
\begin{block}{Regular Block}
asdfsaf asdf asdfasdf asdf
\end{block}
\begin{alertblock}{Alert Block}
asdfsaf asdf asdfasdf asdf
\end{alertblock}
\begin{exampleblock}{Example Block}
asdfsaf asdf asdfasdf asdf
\end{exampleblock}
heorem
I
corollary
I
definition
I
definitions
I
fact
I
example
I
examples
I
proof
\end{frame}
\begin{frame}
A Frame without Title \ldots
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
asdf asdf af
\end{frame}
\section{Conclusion}
\subsection{Concluding remarks}
\frame{\sectionpage}
\begin{frame}[plain,classification=confidential]
\frametitle{A plain slide}
\framesubtitle{With a frame subtitle}
\begin{itemize}
\item Only first word of slide title \ldots
\begin{itemize}
\item And a second level
\begin{itemize}
\item Officially, a third level should be avoided
\end{itemize}
\end{itemize}
\end{itemize}
\[ x = \sum_{i=0}^{-\infty}\sqrt{-i}\]
\end{frame}
\ThanksFrame
\CopyrightFrame
\PartFrame[white][lhMagentaDark]{New Chapter}
\section{Another Section}
\frame{\sectionpage}
\begin{frame}
\frametitle{Conclusion}
\end{frame}
\end{document}