\documentclass[10pt,a4paper,noendnumber=true]{scrartcl} \usepackage[ngerman]{babel} \usepackage[dvipsnames]{xcolor} \usepackage{booktabs} \usepackage{tabularx} \usepackage{geometry} \geometry{ a4paper, total={170mm,257mm}, left=20mm, top=20mm, } %figures etc. \usepackage[]{graphicx} \usepackage{standalone} %externalize files for faster compilation \usepackage{float} \usepackage{subfig} %mathematical symbols \usepackage{latexsym} % special symbols \usepackage{amsmath,amssymb,amsthm} \usepackage{textcomp} % supports the Text Companion fonts \usepackage{mathrsfs} % for script-like fonts in math mode \usepackage{nicefrac} % nice fracs in text \usepackage{bbding} \usepackage{enumitem} %tables \usepackage{tabularx} %units \usepackage{siunitx} %tikz \usepackage{tikz} \usepackage{tikzscale} \usepackage{pgfplots} \usepackage[european]{circuitikz} \pgfplotsset{compat=newest} \pgfplotsset{plot coordinates/math parser=false} \usetikzlibrary{shapes.geometric} \usetikzlibrary{arrows.meta} \usetikzlibrary{arrows} \usetikzlibrary{shapes.symbols,shadows} \usetikzlibrary{external} \tikzexternalize[optimize=false,prefix=tikz/] % activate! %bib stuff \usepackage[draft = false,unicode,hidelinks]{hyperref} \urlstyle{same} \usepackage{csquotes} \usepackage[backend=biber,style=ieee]{biblatex} %\addbibresource{bib.bib} % gescheiter Abstand nach paragraph \newcommand{\properparagraph}[1]{\paragraph{\textcolor{Emerald}{#1}}\mbox{}\\} \usepackage[parfill]{parskip} \newcommand{\aufgabe}[2]{\section*{Exercise~#1\hfill\textnormal{(#2~points)}}} \newcommand{\epunkte}[1]{\hfill (#1)} \newcommand{\myheader}{\begin{tabularx}{\textwidth}{X p{0.4\textwidth}} \vspace{-10pt}\includegraphics[height=0.12\textwidth]{WS24-25/Organisation/KITlogo_4c_frutiger_CMYK_englisch.jpg} & \textbf{Institute for Beam Physics and Technology (IBPT)}\newline Bastian Härer, Axel Bernhard, Bennet Krasch, Nathan Ray, Anke-Susanne Müller\\ \end{tabularx}\\[2ex]} \begin{document} \myheader {\centering\textbf{\huge Accelerator Physics WS24/25}\\} {\centering\textbf{\large Exercise sheet 1 (Submission: 12.11.2024)}\\[+0.5cm]} \begin{huge} Edited by: \textit{name}\hfill(\textcolor{white}{11}/11~points)\\[-0.5cm] \end{huge} \aufgabe{1: linear accelerator}{2} \aufgabe{2: Betatron}{3} \aufgabe{3: Cyclotron}{3} \aufgabe{4: Microtron}{3} \end{document}