Translate meta info
This commit is contained in:
parent
ee9d97c138
commit
2942af9253
@ -122,7 +122,7 @@
|
|||||||
\definecolor{latexblue}{rgb}{0.9,0.925,0.95}
|
\definecolor{latexblue}{rgb}{0.9,0.925,0.95}
|
||||||
\pagecolor{latexblue}
|
\pagecolor{latexblue}
|
||||||
%\definecolor{latexblue}{rgb}{0.73,0.84,0.92}
|
%\definecolor{latexblue}{rgb}{0.73,0.84,0.92}
|
||||||
\section*{Übung \thechapter}
|
\section*{Exercise \thechapter}
|
||||||
\addcontentsline{toc}{section}{Übung}%
|
\addcontentsline{toc}{section}{Übung}%
|
||||||
\input{exercises/#1/task.tex}
|
\input{exercises/#1/task.tex}
|
||||||
\newpage
|
\newpage
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
\vspace{3em}
|
\vspace{3em}
|
||||||
\rule{\textwidth}{1pt}\par
|
\rule{\textwidth}{1pt}\par
|
||||||
\vspace{0.8\baselineskip}
|
\vspace{0.8\baselineskip}
|
||||||
\Huge\bfseries Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}
|
\Huge\bfseries Script for the Fachschaft \acro{WIAI} \LaTeX{} Workshop
|
||||||
\rule{\textwidth}{1pt}\par
|
\rule{\textwidth}{1pt}\par
|
||||||
%{\large \today}
|
%{\large \today}
|
||||||
\vfill
|
\vfill
|
||||||
@ -21,9 +21,9 @@
|
|||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
\begin{tabular}{@{}lp{9cm}}
|
\begin{tabular}{@{}lp{9cm}}
|
||||||
& \subsubsection*{Impressum} \\
|
& \subsubsection*{Imprint} \\
|
||||||
& Das \LaTeX-Skript (Version 1.0 vom 28.~Mai 2021) wurde von der Fachschaft \acro{WIAI} der Otto-Friedrich-Universität Bamberg zusammengestellt. \\
|
& The \LaTeX{} Script (version 1.1 from October Xth, 2021) has been assembled by the Student Council of the Information Systems and Applied Computer Sciences Faculty (Fachschaft \acro{WIAI}) at the University of Bamberg. \\
|
||||||
& Es ist unterliegt der Creative-Commons-Lizenz \enquote{Namens"-nennung – Weitergabe unter gleichen Bedingungen 4.0 International} (CC BY-SA 4.0): \\
|
& It is licensed unter Creative Commons \enquote{Attribution-ShareAlike 4.0 International} (CC BY-SA 4.0): \\
|
||||||
\href{http://creativecommons.org/licenses/by-sa/4.0/}{\includegraphics[height=.5cm]{graphics/cc-by-sa}} & \url{http://creativecommons.org/licenses/by-sa/4.0/} \\ \\
|
\href{http://creativecommons.org/licenses/by-sa/4.0/}{\includegraphics[height=.5cm]{graphics/cc-by-sa}} & \url{http://creativecommons.org/licenses/by-sa/4.0/} \\ \\
|
||||||
& Auf Nachfrage können auch über diese Lizenz hinausgehende Erlaubnisse gewährt werden.
|
& Upon request, allowances exceeding the limitations of this license may be granted.
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|||||||
3
main.tex
3
main.tex
@ -1,7 +1,6 @@
|
|||||||
\input{praeamble.tex} % Preamble
|
\input{praeamble.tex} % Preamble
|
||||||
\input{commands.tex} % Custom commands
|
\input{commands.tex} % Custom commands
|
||||||
% \addbibresource{literature.bib}
|
\title{Script for the Fachschaft \acro{WIAI} \LaTeX{} Workshop}
|
||||||
\title{Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}}
|
|
||||||
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
|
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
\documentclass[a4paper, ngerman]{report}
|
\documentclass[a4paper]{report}
|
||||||
|
|
||||||
% Language and font encoding
|
% Language and font encoding
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage{babel}
|
\usepackage[english]{babel}
|
||||||
|
|
||||||
% Special characters
|
% Special characters
|
||||||
\usepackage{eurosym, tipa, textcomp, textgreek, upgreek}
|
\usepackage{eurosym, tipa, textcomp, textgreek, upgreek}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user