Start from clean GIT
This commit is contained in:
commit
e841f14a95
2112 changed files with 6638085 additions and 0 deletions
22
lib/shared_internal.tex
Executable file
22
lib/shared_internal.tex
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue