\usepackage{ucs} %\usepackage{soul} \usepackage{calc} % Laengenberechnung in minipages. \usepackage{environ} % Fuer Sprachen und Umgebungen. % =================================================================== % Sprachumschaltung % =================================================================== \usepackage[utf8]{inputenc} \usepackage[\myLanguage]{babel} \usepackage[T1]{fontenc} \usepackage{ifthen} \newcommand{\de}[1]{} \newcommand{\en}[1]{} \ifthenelse{\equal{\myLanguage}{english}}{\renewcommand{\en}[1]{#1}\NewEnviron{EN}{\BODY{}}}{\NewEnviron{EN}{}} \ifthenelse{\equal{\myLanguage}{german}}{\renewcommand{\de}[1]{#1}\NewEnviron{DE}{\BODY{}}}{\NewEnviron{DE}{}} \input{src/translation.tex} % =================================================================== % Grafiken % =================================================================== \usepackage{graphicx} % Fuer \includegraphics \usepackage{wrapfig} % Mit Text umflossene Bilder. % =================================================================== % Links mit \url und im Inhaltsverzeichnis % =================================================================== \usepackage[hidelinks]{hyperref} \usepackage{xcolor} \hypersetup{ colorlinks, linkcolor={red!50!black}, citecolor={blue!50!black}, urlcolor={blue!80!black} } % =================================================================== % Seiteneinstellungen % =================================================================== \usepackage[left=2cm,right=2cm,top=2.5cm,bottom=3cm]{geometry} % =================================================================== % Kopf und Fusszeilen % =================================================================== \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \rhead{\includegraphics{images/STG.pdf}} \lhead{\bf Universität Rostock\\Bereich Informatik} \lfoot{\small https://www.informatik.uni-rostock.de/it-service/} \cfoot{\small \thepage} \rfoot{\small \today} \renewcommand{\headrulewidth}{1pt} \renewcommand{\footrulewidth}{1pt} % Header: % Universitaet Rostock [STG-Logo] % Bereich Informatik % Footer: % https://www.informatik.uni-rostock.de/it-service/ [date] %\renewcommand{\familydefault}{\sfdefault} % =================================================================== % Schriftart % =================================================================== \usepackage{DejaVuSans} %% Another possibility is %% \usepackage{dejavu} %% which loads the DejaVu Serif and DejaVu Sans Mono fonts as well %% Only if the base font of the document is to be sans serif \renewcommand*\familydefault{\sfdefault} \usepackage{lmodern} % =================================================================== % Macros und Umgebungen % =================================================================== \definecolor{grey}{gray}{0.5} \definecolor{darkgreen}{rgb}{0.0,0.6,0.0} \definecolor{lightgrey}{gray}{0.95} \newcommand{\badvar}[1]{\texttt{\color{red} #1}} \newcommand{\var}[1]{\texttt{\color{grey} #1}} \newcommand{\code}[1]{\colorbox{lightgrey}{\texttt{#1}}} \newcommand{\codeline}[1]{\par\colorbox{lightgrey}{\parbox{\linewidth}{\tt #1}}} \newcommand{\bobOnEarth}[2]{\textcolor{gray}{[bob@earth {#1}] (#2)\$}} \newcommand{\bobOnEarth*}[1]{\textcolor{gray}{[bob@earth {#1}]\$}} \newcommand{\home}{{\~{}}} \newcommand{\projectDir}{{\~{}/myProject}} \newcommand{\placeholder}[1]{{\tt\bf\color{darkgreen} #1}} \newcommand{\q}[1]{\glqq{}{#1}\grqq{}} \NewEnviron{Code}{\colorbox{lightgrey}{\begin{minipage}{\linewidth}\parInit\tt \BODY{}\end{minipage}}} % =================================================================== % Diverses % =================================================================== %\renewcommand{\theenumi}{(\alph{enumi})} \newcommand{\parInit}[0]{\setlength{\parskip}{1em}\setlength{\parindent}{0pt}} \title{GitLab HowTo} \author{Kristian Schultz} \date{\today} %\address{Uni Rostock} %\email{kristian.schultz@uni-rostock.de} \makeindex