Start from clean GIT

This commit is contained in:
Tim Schubert 2018-09-21 11:45:21 +02:00
commit e841f14a95
2112 changed files with 6638085 additions and 0 deletions

22
lib/shared_internal.tex Executable file
View file

@ -0,0 +1,22 @@
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
\newboolean{german}
\newboolean{master}
% the institute's name in german and english
\newcommand{\institutegerman}{Institut für Betriebssysteme und Rechnerverbund}
\newcommand{\instituteenglish}{Institute of Operating Systems and Computer Networks}
\input{../configuration.tex}
\author{\name}
\ifgerman
\usepackage[ngerman]{babel}
\title{\titlegerman}
\else
\usepackage[english]{babel}
\title{\titleenglish}
\fi