Provide a basic skeleton to work with

This commit is contained in:
Jan Philipp Timme 2016-11-01 11:11:12 +01:00
commit 48b9b3e51a
10 changed files with 1595 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
*.aux
*.bbl
*.blg
*.dvi
*.log
*.lol
*.lot
*.lof
*.nav
*.snm
*.toc
*.out
*.synctex.gz
*.bak
*.vrb
.nfs*
document.pdf
presentation.pdf

23
Makefile Normal file
View File

@ -0,0 +1,23 @@
.PHONY: clean, all
DOC_NAME=document
BEAMER_NAME=presentation
all: render render_beamer
render_beamer:
pdflatex ${BEAMER_NAME}.tex
# Default: Not used for beamer presentations
#bibtex ${BEAMER_NAME}
#pdflatex ${BEAMER_NAME}.tex
pdflatex ${BEAMER_NAME}.tex
render:
pdflatex ${DOC_NAME}.tex
bibtex ${DOC_NAME}
pdflatex ${DOC_NAME}.tex
pdflatex ${DOC_NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lol *.lot *.lof *.nav *.snm *.toc *.out *.synctex.gz *.bak *.vrb
rm -f *.pdf

116
document.tex Normal file
View File

@ -0,0 +1,116 @@
\documentclass{llncs}
% Basic setup
\usepackage[german]{babel} % Sprachpaket für Deutsch (Umlaute, Trennung,deutsche Überschriften)
\usepackage{graphicx,hyperref} % Graphikeinbindung, Hyperref (alles klickbar, Bookmarks)
\usepackage{amssymb} % Math. Symbole aus AmsTeX
\usepackage[utf8]{inputenc} % Umlaute
% Custom packages
\usepackage[autostyle=true,german=quotes]{csquotes} % Anführungszeichen mit \enquote{}
\usepackage{textcomp} % Zusätzliches Package für °C
\usepackage{listings} % Codesnippets
\usepackage{scrhack} % Hack for lstlisting i suspect :-/
\usepackage{xcolor}
\usepackage{float}
\usepackage{soul}
\usepackage{verbatim} % für comment-environment
\usepackage{amsmath}
% Setup für Codeblocks
\lstset{
% Optionen
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
frame=single,
%framexleftmargin=19pt,
inputencoding=utf8,
%language=awk,
%numbers=left,
%numbersep=8pt,
showspaces=false,
showstringspaces=false,
tabsize=1,
%xleftmargin=19pt,
captionpos=b,
% Styling
basicstyle=\footnotesize\ttfamily,
commentstyle=\footnotesize,
keywordstyle=\footnotesize\ttfamily,
numberstyle=\footnotesize,
stringstyle=\footnotesize\ttfamily,
}
% Hack für Sonderzeichen in Codeblocks
\lstset{literate=%
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}1
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
{°}{{${^\circ}$}}1
}
% Broken citation needs broken command
\newcommand\mathplus{+}
% Content below this line
\begin{document}
% Inhaltsverzeichnis
\tableofcontents
% Keine Ahnung
\mainmatter
\title{Geiles Paper in LaTeX gesetzt!}
% Kurzer Titel (for running head) also used for the TOC unless \toctitle is used
\titlerunning{Studenten rasten aus \dots}
\author{Jan Philipp Timme}
% Oder so, wenn es mehrere sind, mit den \inst{x} kann dann Zugehörigkeit zu Instituten dargestellt werden.
% \author{Jan Philipp Timme\inst{1} \and Roger Temam\inst{2} Jeffrey Dean}
% abbreviated author list (for running head)
% \authorrunning{Ich nochmal.}
\institute{Hochschule Hannover, Hannover, Deutschland,\\
\email{jan-philipp.timme@stud.hs-hannover.de},\\
Website: \texttt{http://www.hs-hannover.de}
}
\maketitle
\begin{abstract}
Oh my god, this paper is really long \dots
\keywords{long, paper, other keywords, enlargement}
\end{abstract}
% Ab hier geht es wirklich richtig los! Keine Chapters hier!
\section{Fixed-Period Problems: The Sublinear Case}
Jajaja \dots
\section{Motivation}
\begin{itemize}
\item A
\item B
\item C
\item $\rightarrow$ Alphabet!\cite{foo:bar}
\end{itemize}
\section{Literaturverzeichnis}
% Literaturverzeichnis
% Schlüssel als Buchstaben
\bibliographystyle{alpha}
\bibliography{references}
% Und JETZT zum Inhaltsverzeichnis hinzufügen.
\addcontentsline{toc}{chapter}{Literaturverweise}
\end{document}
% No more content below this line

131
f4_beamer.cls Normal file
View File

@ -0,0 +1,131 @@
\typeout{Beamer class for talks with F4 style <2017-07-19> Frauke Sprengel}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{f4_beamer}[2017/07/19 beamer class F4 style]
\RequirePackage{ifthen}
\RequirePackage{etex}
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage{lmodern}
\RequirePackage{amssymb}
\RequirePackage{amsmath}
\RequirePackage{graphicx}
%\RequirePackage{url,hyperref}
\DeclareOption{ngerman}{%
\PassOptionsToPackage{\CurrentOption}{babel}
}
\DeclareOption{english}{%
\PassOptionsToPackage{\CurrentOption}{babel}
}
\ExecuteOptions{ngerman}
\ProcessOptions
\LoadClass[german,compress,hyperref={pdfpagelabels=false},unknownkeysallowed]{beamer}
%\RequirePackage{babel}
\RequirePackage{geometry}
\geometry{paperwidth=16cm,paperheight=9cm}
\newcommand{\zsp}{\rule{0pt}{0pt}} % zero space
\mode<presentation>{%
\hypersetup{pdffitwindow=true,pdfpagelayout=SinglePage,%pdfpagemode=FullScreen,
breaklinks=true,urlcolor=Blue}
\usetheme{default}
\useinnertheme[shadow=true]{rounded}
\usecolortheme{orchid}
\setbeamercovered{invisible}
\setbeamertemplate{theorems}[numbered]
\setbeamertemplate{captions}[numbered]
\setbeamertemplate{bibliography item}[book]
\usefonttheme{professionalfonts}
\raggedright
\setbeamertemplate{items}[circle]
%\setbeamertemplate{itemize items}[ball]
\setbeamertemplate{bibliography item}[book]
\titlegraphic{\includegraphics[width=0.15\textwidth]{res/Wortmarke_WI_schwarz.pdf}}
\defbeamertemplate*{title page}{customized}[1][]
{ \inserttitlegraphic\par\vfill\vfill
\usebeamerfont{title}{\bfseries \inserttitle}\par
\usebeamerfont{subtitle}%\usebeamercolor[fg]{subtitle}
{\slshape \insertsubtitle}\par \bigskip
\usebeamerfont{author}{\footnotesize\insertauthor\par
\usebeamerfont{date}\insertdate\par}\vspace*{-1cm}
%\usebeamerfont{institute}\insertinstitute\par
}
\AtBeginDocument{%
\setcounter{framenumber}{0}
{\setbeamertemplate{footline}{}
\setbeamertemplate{sidebar right}{~ \vfill\par
\mbox{}\hspace{-2cm}
\includegraphics[width=3cm]{res/H_WI_Pantone1665.pdf}}
\maketitle }
}
\AtBeginSection[]
{
\begin{frame}<beamer>
\tableofcontents[currentsection,hideothersubsections]
\end{frame}
}
% Frame layout
\pgfdeclareimage[height=1.7cm]{fhh-logo}{res/H_WI_Pantone1665.pdf}
\logo{\pgfuseimage{fhh-logo}}
\definecolor{structureBlue}{rgb}{0.862745098, 0.235294118, 0.019607843}
\renewcommand{\alert}[1]{{\textcolor{structureBlue}{#1}}}
\setbeamertemplate{navigation symbols}{%
\insertslidenavigationsymbol{}
\insertframenavigationsymbol{}
\insertbackfindforwardnavigationsymbol{}%
}
\setbeamertemplate{sidebar left}{}
\setbeamertemplate{footline}{%
\zsp\hspace{0.1cm}%
\parbox{0.95\textwidth}{{\fontsize{6}{8}
\mbox{~}\textcolor{structureBlue}{\hrulefill}\mbox{} \\
\mbox{~}{\bfseries Hochschule Hannover}, Fak. IV, \insertshortauthor{}, \insertshorttitle{},
\insertshortsubtitle{}, \insertdate{} \hfill \insertframenumber{}
\vspace*{4pt}
}}
% \parbox{4cm}{%
%\insertlogo{}%
% \vskip2pt%
% }%
% \hfill
% \parbox{4cm}{%
% \centering\fontsize{6}{8}%
% \textcolor{lightgray}{\insertshorttitle{}}\\[2pt]
% \textcolor{lightgray}{\insertshortauthor{} -- \insertdate{}}%
% \vspace*{2pt}%
% }
% \hfill
% \parbox{4cm}{%
% \raggedleft\fontsize{6}{8}%
% \textcolor{lightgray}{\insertlecture{} -- \insertsectionhead{} --
% \insertframenumber{}}\\ \usebeamertemplate***{navigation symbols}%
% \vspace*{2pt}%
% }
\hspace{0.1cm}\zsp
}
\setbeamersize{sidebar width right=1.5cm}
\setbeamertemplate{sidebar right}{~ \vfill \insertlogo \vspace*{10pt}
~}
\setbeamercolor{structure}{fg=structureBlue!70!black}
}

0
img/.keep Normal file
View File

1208
llncs.cls Normal file

File diff suppressed because it is too large Load Diff

98
presentation.tex Normal file
View File

@ -0,0 +1,98 @@
\documentclass{f4_beamer}
% Basic setup
\usepackage[german]{babel} % Sprachpaket für Deutsch (Umlaute, Trennung,deutsche Überschriften)
\usepackage{graphicx,hyperref} % Graphikeinbindung, Hyperref (alles klickbar, Bookmarks)
\usepackage{amssymb} % Math. Symbole aus AmsTeX
\usepackage[utf8]{inputenc} % Umlaute
% Custom packages
\usepackage[autostyle=true,german=quotes]{csquotes} % Anführungszeichen mit \enquote{}
\usepackage{textcomp} % Zusätzliches Package für °C
\usepackage{listings} % Codesnippets
\usepackage{scrhack} % Hack for lstlisting i suspect :-/
\usepackage{xcolor}
\usepackage{float}
\usepackage{soul}
\usepackage{verbatim} % für comment-environment
\usepackage{amsmath}
% Setup für Codeblocks
\lstset{
% Optionen
breaklines=true,
breakatwhitespace=true,
breakautoindent=true,
frame=single,
%framexleftmargin=19pt,
inputencoding=utf8,
%language=awk,
%numbers=left,
%numbersep=8pt,
showspaces=false,
showstringspaces=false,
tabsize=1,
%xleftmargin=19pt,
captionpos=b,
% Styling
basicstyle=\footnotesize\ttfamily,
commentstyle=\footnotesize,
keywordstyle=\footnotesize\ttfamily,
numberstyle=\footnotesize,
stringstyle=\footnotesize\ttfamily,
}
% Hack für Sonderzeichen in Codeblocks
\lstset{literate=%
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}1
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
{°}{{${^\circ}$}}1
}
% Broken citation needs broken command
\newcommand\mathplus{+}
% Actual beamer related document setup
\title{Title}
\subtitle{Subtitle}
\author{Jan Philipp Timme}
\date{\today}
% Content below this line
\begin{document}
\section{Motivation}
\begin{frame}{Motivation}
\begin{itemize}
\item A
\item B
\item C
\item $\rightarrow$ Alphabet!
\end{itemize}
\end{frame}
% Probably not used, not sure yet.
\begin{comment}
\begin{frame}{Literaturverzeichnis}
% Literaturverzeichnis
% Schlüssel als Buchstaben
\bibliographystyle{alpha}
\bibliography{Literaturverweise}
% Und JETZT zum Inhaltsverzeichnis hinzufügen. Geil!
\addcontentsline{toc}{chapter}{Literaturverweise}
\end{frame}
\end{comment}
\begin{frame}[fragile]{EOF}
Vielen Dank für Ihre Aufmerksamkeit!
Fragen?
\end{frame}
\end{document}
% No more content below this line

0
references.bib Normal file
View File

BIN
res/H_WI_Pantone1665.pdf Normal file

Binary file not shown.

Binary file not shown.