Skip to content
Snippets Groups Projects
Commit 3963341e authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
print.line.length = 500
print.align.key = 0
preserve.key.case = true
suppress.initial.newline = true
sort.format = {%N(author)}
print.parentheses = true
% sort order for fields
sort.order {* = author # title # school # type # year # month # day # journal # booktitle # volume # pages # publisher # adress # url # urlaccessdate # doi}
% Keep DOI entries
keep.field {doi}
% Remove double braces around titles.
rewrite.rule { title # "^\{[\{]\([^#]*\)[\}]\}$" # "{\1}" }
% Correct page ranges.
rewrite.rule {pages # "\([0-9]+\) *\(-\|---\) *\([0-9]+\)" = "\1--\3"}
% Translate double quotes as delimiters "" by braces {}
rewrite.rule { "^\"\([^#]*\)\"$" = "{\1}" }
rewrite.rule { "# \"\([^#]*\)\"$" = "# {\1}" }
rewrite.rule { "^\"\([^#]*\)\" #" = "{\1} #" }
rewrite.rule { "# \"\([^#]*\)\" #" = "# {\1} #" }
# Project specific
paper.pdf
llncsdoc.pdf
article-template.zip
# Created by https://www.gitignore.io/api/visualstudiocode,linux,latex
# Edit at https://www.gitignore.io/?templates=visualstudiocode,linux,latex
### LaTeX ###
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# changes
*.soc
# comment
*.cut
# cprotect
*.cpt
# elsarticle (documentclass of Elsevier journals)
*.spl
# endnotes
*.ent
# fixme
*.lox
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist
# gnuplottex
*-gnuplottex-*
# gregoriotex
*.gaux
*.gtex
# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary
# listings
*.lol
# luatexja-ruby
*.ltjruby
# makeidx
*.idx
*.ilg
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
# minted
_minted*
*.pyg
# morewrites
*.mw
# nomencl
*.nlg
*.nlo
*.nls
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# scrwfile
*.wrt
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
# pythontex
*.pytxcode
pythontex-files-*/
# tcolorbox
*.listing
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# vhistory
*.hst
*.ver
# easy-todo
*.lod
# xcolor
*.xcp
# xmpincl
*.xmpi
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# LyX
*.lyx~
# Kile
*.backup
# KBibTeX
*~[0-9]*
# auto folder when using emacs and auctex
./auto/*
*.el
# expex forward references with \gathertags
*-tags.tex
# standalone packages
*.sta
### LaTeX Patch ###
# glossaries
*.glstex
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/visualstudiocode,linux,latex
Makefile 0 → 100644
install:
latexmk -pdf paper.tex
latexmk -c paper.tex
watch:
latexmk -pvc paper.tex
clean:
latexmk -C paper.tex
bibtool:
bibtool -R -r keep_bibtex -r field -r improve -r sort_fld -s references.bib -o references.bib
zip:
zip beamer-template -x *.git* -r .
# Paper title
TODO: Describe this paper. Where to submit? Link to conference pages?
## Important Dates
Submission | Date
------------------- | --------------------------------------------------
Abstract submission | tbd
Paper submission | tbd
Notification | tbd
Final version | tbd
> TODO: How many pages?
## Conference
TODO: Conference name, date, location?
\mode<presentation>
\RequirePackage{xcolor}
%% HHU Corporate Design colours
\definecolor{hhublue}{HTML}{006ab3} % Blau
\definecolor{hhudarkblue}{HTML}{003964} % Dunkelblau
\definecolor{hhuiceblue}{HTML}{b5cbd6} % Eisblau
\definecolor{hhucyan}{HTML}{57bab1} % Türkis
\definecolor{hhugreen}{HTML}{8cb110} % Grün
\definecolor{hhuorange}{HTML}{ee7f00} % Orange
\definecolor{hhured}{HTML}{be0a26} % Rot
%%%%%%
% Assign colours to different constitutens of the presentation as per the requriements.
%%%%%%
\setbeamercolor*{title page header}{fg=hhublue}
\setbeamercolor*{author}{fg=hhublue}
\setbeamercolor*{date}{fg=hhublue}
\setbeamercolor{footer bar}{bg=hhublue,fg=white}
% This sets the colour of the title of the presentation and titles of all the slides in the presentation to black.
\setbeamercolor{frametitle}{fg = hhublue}
\setbeamercolor{title}{fg = hhublue}
% In case you choose to display the Table of Contents, or the Outline slide.
\setbeamercolor{section in toc}{fg = black}
\setbeamercolor{section in toc shaded}{fg = hhuiceblue}
% The colour of all the items, subitems and and subsubitems are set to black.
\setbeamercolor{item}{fg = black}
\setbeamercolor{subitem}{fg = black}
\setbeamercolor{subsubitem}{fg = black}
% This sets the color for each item heading of the description environment.
\setbeamercolor{description item}{fg = hhublue}
% We also need to fix the colours for captions for figures and tables.
\setbeamercolor{caption}{fg = black}
\setbeamercolor{caption name}{fg = hhublue}
% \setbeamercolor{background canvas}{bg = white}
\mode
<all>
\mode<presentation>
\RequirePackage{textpos}
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
% % \setbeamertemplate{background}{
% % \begin{tikzpicture}
% % \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
% % \fill[color=brown] (0,2) rectangle (\the\paperwidth,\the\paperheight);
% % \fill[color=orange] (0,0) rectangle(2.95,1.9);
% % \fill[color=blue!50!cyan!80] (3.05,0) rectangle(\the\paperwidth,1.9);
% % \ifnum\thepage>1\relax%
% % \fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight);
% % \fi
% % \end{tikzpicture}
% }
\setbeamerfont{title}{size=\LARGE}
% Title page
\defbeamertemplate*{title page}{hhubeamer}[1][]
{%
%% Background
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{fig/template/Heine.jpg}}%
%% Logo top left
\begin{textblock}{0}[0,1](-6.5,-4.5)
\fbox{\includegraphics[height=18.6mm]{fig/template/HHU-Bildmarke.pdf}}
\end{textblock}
%% Front matter
\begin{textblock}{130}(20,10)%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{title page header}
\usebeamerfont{title}\inserttitle\par%
\end{beamercolorbox}%
\vskip0.75cm%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{author}
\usebeamerfont{author}\insertauthor%
\end{beamercolorbox}
\vskip1.6cm%
\begin{beamercolorbox}[wd=12cm,leftskip=3cm,#1]{date}
\usebeamerfont{author}\insertdate%
\end{beamercolorbox}
\end{textblock}
\vfill
}
\mode
<all>
\RequirePackage{tikz}
% Frame title
% \defbeamertemplate*{frametitle}{lucid}[1][]{
% % \vskip0.5cm%
% % \begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
% % \begin{tikzpicture}
% % \useasboundingbox(0,0) rectangle(\the\paperwidth,1.2);
% % {\usebeamercolor[fg]{frametitle-left}}
% % \fill[color=frametitle-left.fg] (0.2,0) rectangle(\the\marginedPaperWidth,1.2);
% % \ifx\insertframesubtitle\@empty%
% % {\node[anchor=west] at (0.3,0.61){\usebeamerfont{frametitle}\insertframetitle};}
% % \else%
% % {\node[anchor= west] at (0.2,0.81){\usebeamerfont{frametitle}\insertframetitle};%
% % \node[anchor= west] at (0.4,0.25){\usebeamerfont{framesubtitle}-\insertframesubtitle};}%
% % \fi
% % \end{tikzpicture}
% % \end{beamercolorbox}
% }
\setbeamerfont{footer bar}{size=\scriptsize}
\setbeamerfont{footer bar small}{size=\scriptsize}
\setbeamerfont{footer bar tiny}{size=\tiny}
\newlength{\shortfooterwidth}
\setlength{\shortfooterwidth}{8.3mm}
\newlength{\longfooterwidth}
\setlength{\longfooterwidth}{\paperwidth}
\addtolength{\longfooterwidth}{-\shortfooterwidth}
\addtolength{\longfooterwidth}{-0.8mm}
\newlength{\bluefooterheight}
\setlength{\bluefooterheight}{3.5mm}
\setbeamertemplate{footline}{%
\begin{minipage}[t]{\shortfooterwidth}
\begin{beamercolorbox}[wd=\shortfooterwidth, ht=\bluefooterheight]{footer bar}
\bf\ifnum\thepage>1\relax%
\hfill
% \insertpagenumber\,/\,\insertpresentationendpage\kern1em\vskip2pt%
\usebeamerfont{footer bar tiny}\insertpagenumber\kern2mm\vskip2.5pt%
\fi
\end{beamercolorbox}
\end{minipage}%
\hfill%
\begin{minipage}[t]{\longfooterwidth}
\begin{beamercolorbox}[wd=\longfooterwidth, ht=\bluefooterheight]{footer bar}
\kern1em%
{\usebeamerfont{footer bar tiny}%
\insertshortauthor~\textperiodcentered~%
\insertshorttitle}
\hfill
\usebeamerfont{footer bar small}
\bf hhu.de\kern8mm\vskip0.6pt%
\end{beamercolorbox}
\end{minipage}
}
\mode<presentation>
\RequirePackage{tikz}
\RequirePackage{xcolor}
%% HHU Corporate Design colours
\definecolor{hhublue}{HTML}{006ab3} % Blau
\definecolor{hhudarkblue}{HTML}{003964} % Dunkelblau
\definecolor{hhuiceblue}{HTML}{b5cbd6} % Eisblau
\definecolor{hhucyan}{HTML}{57bab1} % Türkis
\definecolor{hhugreen}{HTML}{8cb110} % Grün
\definecolor{hhuorange}{HTML}{ee7f00} % Orange
\definecolor{hhured}{HTML}{be0a26} % Rot
% Settings
\useinnertheme{hhubeamer}
\useoutertheme{hhubeamer}
\usecolortheme{hhubeamer}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[rounded][shadow=true]
\mode<all>
File added
fig/template/Heine.jpg

700 KiB

orig.pdf 0 → 100644
File added
File added
\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\title{There Is No Largest Prime Number}
\date[ISPN ’80]{27th International Symposium of Prime Numbers}
\author[Euclid]{Euclid of Alexandria \hfill{\small\texttt{euclid@alexandria.edu}}}
\usetheme{hhubeamer}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{foo}
Lorem
\end{frame}
\end{document}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment