\documentclass[% final, 12pt, bigheadings, ngerman, a4paper, DIV12, fleqn, ]{scrartcl} \usepackage[utf8]{inputenc} \usepackage{calc} \usepackage[ngerman]{babel} \usepackage[table]{xcolor} \usepackage[]{graphicx} \usepackage[]{amsmath} % \usepackage{ragged2e} \usepackage[T1]{fontenc} \usepackage{textcomp} \usepackage{lmodern} \usepackage[fixamsmath,disallowspaces]{mathtools} \usepackage{fixmath} \usepackage{icomma} \usepackage{amssymb} \usepackage{pifont} \usepackage{booktabs} \usepackage[normalem]{ulem} \usepackage{soul} \usepackage{url} \usepackage[ bottom, % Footnotes appear always on bottom. This is necessary % especially when floats are used stable, % Make footnotes stable in section titles perpage, % Reset on each page ragged, % Use RaggedRight multiple, % rearrange multiple footnotes intelligent in the text. ]{footmisc} \usepackage[ngerman]{varioref} \usepackage{enumitem} % \usepackage[% % babel, % the style of all quotation marks will be adapted % % to the document language as chosen by 'babel' % german=quotes, % Styles of quotes in each language % english=british, % french=guillemets % ]{csquotes} % % % % All facilities which take a 'cite' argument will not insert % % it directly. They pass it to an auxiliary command called \mkcitation % % which may be redefined to format the citation. % \renewcommand*{\mkcitation}[1]{{\,}#1} % \renewcommand*{\mkccitation}[1]{ #1} % \SetBlockThreshold{2} % Anzahl von Zeilen % \newenvironment{myquote}% % {\begin{quote}\small}% % {\end{quote}}% % \SetBlockEnvironment{myquote} \usepackage[% %round, %(default) for round parentheses; square, % for square brackets; %curly, % for curly braces; %angle, % for angle brackets; %colon, % (default) to separate multiple citations with colons; comma, % to use commas as separaters; %authoryear,% (default) for author-year citations; numbers, % for numerical citations; %super, % for superscripted numerical citations, as in Nature; sort, % orders multiple citations into the sequence in which they appear in the list of references; sort&compress, % as sort but in addition multiple numerical citations ]{natbib} \bibliographystyle{plainnat} % Numeric Labels, alphabatical order \usepackage{tabularx} \usepackage{float} \usepackage{subfig} \usepackage{wrapfig} % Make float placement easier \renewcommand{\floatpagefraction}{.75} % vorher: .5 \renewcommand{\textfraction}{.1} % vorher: .2 \renewcommand{\topfraction}{.8} % vorher: .7 \renewcommand{\bottomfraction}{.5} % vorher: .3 \setcounter{topnumber}{3} % vorher: 2 \setcounter{bottomnumber}{2} % vorher: 1 \setcounter{totalnumber}{5} % vorher: 3 \usepackage[% rightcaption, ragged, ]{sidecap} \renewcommand\sidecaptionsep{2em} \sidecaptionvpos{table}{c} \sidecaptionvpos{figure}{c} \usepackage{units} \usepackage{boxedminipage} \usepackage{multicol} % \usepackage{ellipsis} \usepackage{setspace} \typearea[current]{last} \raggedbottom \deffootnote{1.5em}{1em}{\makebox[1.5em][l]{\thefootnotemark}} \addtolength{\skip\footins}{\baselineskip} \setlength{\dimen\footins}{10\baselineskip} \interfootnotelinepenalty=10000 \newcommand\SectionFontStyle{\sffamily} %\setkomafont{chapter}{\huge\SectionFontStyle} % Chapter \setkomafont{sectioning}{\SectionFontStyle} % % Titelzeilen % \bfseries \setkomafont{pagenumber}{\bfseries\SectionFontStyle} % Seitenzahl \setkomafont{pagehead}{\small\sffamily} % Kopfzeile \setkomafont{descriptionlabel}{\itshape} % Kopfzeile \renewcommand*{\raggedsection}{\raggedright} % Titelzeile linksbuendig, haengend \usepackage{caption} \captionsetup{ margin = 10pt, font = {small,rm}, labelfont = {small,bf}, format = default, % oder 'hang' indention = 0em, % Einruecken der Beschriftung labelsep = colon, %period, space, quad, newline justification = RaggedRight, % justified, centering singlelinecheck = true, % false (true=bei einer Zeile immer zentrieren) position = bottom %top } %%% Bugfix Workaround \DeclareCaptionOption{parskip}[]{} \DeclareCaptionOption{parindent}[]{} % Aussehen der Captions fuer subfigures (subfig-Paket) \captionsetup[subfloat]{% margin = 10pt, font = {small,rm}, labelfont = {small,bf}, format = default, % oder 'hang' indention = 0em, % Einruecken der Beschriftung labelsep = space, %period, space, quad, newline justification = RaggedRight, % justified, centering singlelinecheck = true, % false (true=bei einer Zeile immer zentrieren) position = bottom, %top labelformat = parens % simple, empty % Wie die Bezeichnung gesetzt wird } \setcounter{secnumdepth}{2} % Abbildungsnummerierung mit groesserer Tiefe \setcounter{tocdepth}{2} % Inhaltsverzeichnis mit groesserer Tiefe \usepackage{framed} \pagestyle{empty} \begin{document} \section{Überschrift} Ein sinnloser Satz auf der ersten Seite \begin{equation} a^2 + b^2 = c^2 \end{equation} \newpage \section{Überschrift} Ein sinnloser Satz auf der zweiten Seite \begin{equation} d^2 + e^2 = f^2 \end{equation} \end{document}