initial commit

master
MikeTsenatek 2017-06-06 21:33:40 +02:00
commit 5ea7d07e34
4 changed files with 293 additions and 0 deletions

220
.gitignore vendored Normal file
View File

@ -0,0 +1,220 @@
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
## Intermediate documents:
*.dvi
*-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
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# changes
*.soc
# 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
# gnuplottex
*-gnuplottex-*
# gregoriotex
*.gaux
*.gtex
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary
# listings
*.lol
# makeidx
*.idx
*.ilg
*.ind
*.ist
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
# minted
_minted*
*.pyg
# morewrites
*.mw
# nomencl
*.nlo
# 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-*/
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# easy-todo
*.lod
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# Kile
*.backup
# KBibTeX
*~[0-9]*
# auto folder when using emacs and auctex
/auto/*
# expex forward references with \gathertags
*-tags.tex

43
Freifunkstil.sty Normal file
View File

@ -0,0 +1,43 @@
\usepackage{eurosym}
\usepackage{ragged2e}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{ngerman}
\setbeamertemplate{navigation symbols}{}
\setbeamercovered{invisible}
\usetheme{Ilmenau}
\definecolor{ffred}{RGB}{220,0,103} % changed this
\definecolor{ffyellow}{RGB}{255,180,0} % changed this
\definecolor{ffblue}{RGB}{0,158,224} % changed this
\setbeamercolor{normal text}{fg=black,bg=white}
\setbeamercolor{alerted text}{fg=ffblue}
\setbeamercolor{example text}{fg=ffblue}
\setbeamercolor{structure}{fg=ffred}
\setbeamercolor{background canvas}{parent=normal text}
\setbeamercolor{background}{parent=background canvas}
\setbeamercolor{palette primary}{fg=black,bg=ffyellow} % changed this
\setbeamercolor{palette secondary}{bg=ffyellow,fg=black} % changed this
\setbeamercolor{palette tertiary}{bg=ffred,fg=black} % changed this
\setbeamertemplate{frametitle}
{%
\vspace{-0.165ex}
\begin{beamercolorbox}[wd=\paperwidth,dp=1ex, ht=4.5ex, sep=0.5ex, colsep*=0pt]{frametitle}%
\usebeamerfont{frametitle} \strut \insertframetitle \hfill \raisebox{-1.6ex}[0pt][-\ht\strutbox ]{ \includegraphics[scale=0.2]{logo-transparent.png}}
\end{beamercolorbox}%
}%
\AtBeginSection{
\let\insertsectionnumber\relax
\let\sectionname\relax
\frame{\sectionpage}
}
\AtBeginSubsection{
\let\insertsubsectionnumber\relax
\let\subsectionname\relax
\frame{\subsectionpage}}

BIN
logo-transparent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

30
vortrag.tex Normal file
View File

@ -0,0 +1,30 @@
\documentclass{beamer}
\usepackage{Freifunkstil}
\begin{document}
\title[Freifunk]{Freifunk - Was ist das?}
\subtitle[Offene Netze]{Wir bauen gemeinsam freie Netze.}
\author{Philipp Schwab \& Emil Foobar}
\date{\today\\\vspace{0.5cm} \includegraphics[scale=0.3]{logo-transparent.png}}
\institute{Freifunk Franken}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Inhaltsverzeichnis}
\tableofcontents
\end{frame}
\section{Kapitel 1}
\begin{frame}{Titel der ersten Folie}
\begin{itemize}
\item Punkt 1
\item Punkt 2
\end{itemize}
\end{frame}
\section{Kapitel 2}
\begin{frame}{Titel der zweiten Folie}
\begin{itemize}
\item Punkt 1
\item Punkt 2
\end{itemize}
\end{frame}
\end{document}