aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-09-18 18:07:37 +0200
committerMarvin Borner2020-09-18 18:07:37 +0200
commit2f1e758a1be57083bc96b876469f07c5cb419350 (patch)
treea6df430233a5a7b5b4294ebfb9238997362bdd11
parent35ae49c6145b3f29704b0f184ddb142b003f82a0 (diff)
Abizeitung oder so
-rw-r--r--zeitung/.gitignore2
-rw-r--r--zeitung/main.tex33
-rw-r--r--zeitung/parts/students/Lars_Kroenner.tex3
-rwxr-xr-xzeitung/run5
4 files changed, 43 insertions, 0 deletions
diff --git a/zeitung/.gitignore b/zeitung/.gitignore
new file mode 100644
index 0000000..41ae811
--- /dev/null
+++ b/zeitung/.gitignore
@@ -0,0 +1,2 @@
+build/
+*.log
diff --git a/zeitung/main.tex b/zeitung/main.tex
new file mode 100644
index 0000000..1b8a248
--- /dev/null
+++ b/zeitung/main.tex
@@ -0,0 +1,33 @@
+\documentclass[a4paper]{article}
+
+% Packages
+\usepackage[a4paper, inner=2.5cm, outer=2.5cm, top=2.5cm, bottom=2cm, bindingoffset=0cm]{geometry}
+\usepackage{amsmath,amsthm,amssymb,amsfonts}
+\usepackage{graphicx}
+\usepackage[colorlinks=true, allcolors=blue]{hyperref}
+\usepackage{fontspec,xunicode,xltxtra}
+
+% GERMAN
+\usepackage[ngerman=ngerman-x-latest]{hyphsubst}
+\usepackage[ngerman]{babel}
+
+% Figures
+\graphicspath{{figures/}}
+
+\begin{document}
+
+\title{ABI Zeitung 2021}
+\author{des RBS Ulm}
+
+\maketitle
+
+%\tableofcontents
+
+\section{Einführung}
+Heeerzlich willkommen!
+
+\input{parts/students/Lars_Kroenner.tex}
+
+%\includegraphics[width=0.5\textwidth]{test}
+
+\end{document}
diff --git a/zeitung/parts/students/Lars_Kroenner.tex b/zeitung/parts/students/Lars_Kroenner.tex
new file mode 100644
index 0000000..fb9fe3b
--- /dev/null
+++ b/zeitung/parts/students/Lars_Kroenner.tex
@@ -0,0 +1,3 @@
+\clearpage
+\subsection{Lars Krönner}
+\Huge{Hi, I'm stupid}
diff --git a/zeitung/run b/zeitung/run
new file mode 100755
index 0000000..2402c14
--- /dev/null
+++ b/zeitung/run
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+mkdir -p build/ &&
+ latexmk -output-directory=build/ -xelatex &&
+ zathura build/main.pdf