Add files via upload

This commit is contained in:
henrydatei 2019-07-30 13:11:40 +02:00 committed by GitHub
parent f7218e56cc
commit 97d55b4600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

59
Spicker.tex Normal file
View file

@ -0,0 +1,59 @@
\documentclass[10pt,landscape,a4paper]{article}
\usepackage{multicol}
\usepackage{calc}
\usepackage{ifthen}
\usepackage[landscape,top=1cm,bottom=1cm,right=1cm,left=1cm,noheadfoot,bindingoffset=0pt,marginparwidth=0pt,marginparsep=0pt]{geometry}
\usepackage{amsmath,amsfonts,amssymb,mathtools}
\usepackage{graphicx}
\usepackage{fontenc}
\usepackage{lua-visual-debug}
\usepackage{enumitem}
% Turn off header and footer
\pagestyle{empty}
% Redefine section commands to use less space
\makeatletter
\renewcommand{\section}{\@startsection{section}{1}{0mm}%
{5pt}{1pt}%x
{\normalfont\small\bfseries}}
\renewcommand{\subsection}{\@startsection{subsection}{2}{0mm}%
{5pt}%
{1pt}%
{\normalfont\small\underline}}
\makeatother
\setlength{\parindent}{0pt}
\setlength{\parskip}{0pt plus 0.5ex}
\setlist{
noitemsep,
topsep=-\parskip,
leftmargin=2em
}
\setcounter{secnumdepth}{0}
% -----------------------------------------------------------------------
\begin{document}
\raggedright
\footnotesize
\begin{multicols*}{4}
% multicol parameters
% These lengths are set only within the two main columns
\setlength{\columnseprule}{0.1pt}
\setlength{\premulticols}{1pt}
\setlength{\postmulticols}{1pt}
\setlength{\multicolsep}{1pt}
\setlength{\columnsep}{1pt}
%\begin{center}
% \normalsize{\textbf{Überschrift}} \\
%\end{center}
\end{multicols*}
\end{document}