mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-06 10:01:39 -05:00
85 lines
2 KiB
TeX
85 lines
2 KiB
TeX
\documentclass[ngerman,a4paper]{report}
|
|
\usepackage[table]{xcolor}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsfonts}
|
|
\usepackage{latexsym}
|
|
\usepackage{graphicx}
|
|
\usepackage{fontspec}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage[utf8]{inputenc}
|
|
%\usepackage{url}
|
|
\usepackage[top=1cm,bottom=1.5cm,left=1cm,right=1cm]{geometry}
|
|
\usepackage{bbm}
|
|
|
|
\usepackage{makeidx}
|
|
\makeindex
|
|
|
|
\usepackage{enumerate}
|
|
%\usepackage{enumitem}
|
|
\usepackage{tabularx}
|
|
\usepackage{booktabs}
|
|
\usepackage{cleveref}
|
|
\usepackage{xfrac}
|
|
\usepackage{parskip}
|
|
|
|
\usepackage{ulem}
|
|
|
|
\usepackage{ntheorem}
|
|
|
|
\usepackage{titlesec}
|
|
|
|
% diagramms
|
|
\usepackage{tikz} %diagrams
|
|
\usetikzlibrary{arrows,cd} % for commutative diagrams
|
|
|
|
\renewcommand{\thesection}{\arabic{section}}
|
|
\renewcommand{\thechapter}{\Roman{chapter}}
|
|
\titleformat{\chapter}[hang]{\huge\bfseries}{\thechapter}{15pt}{\huge\bfseries}
|
|
\titlespacing{\chapter}{0pt}{0pt}{0pt}
|
|
\titlespacing{\section}{0pt}{0pt}{0pt}
|
|
|
|
\theoremstyle{changebreak}
|
|
\theorembodyfont{}
|
|
\theorempostskip{7pt}
|
|
\theorempreskip{3pt}
|
|
|
|
\newtheorem{theorem}{Theorem}[section]
|
|
\newtheorem{example}[theorem]{Beispiel}
|
|
\newtheorem{corollar}[theorem]{Korollar}
|
|
\newtheorem{lemma}[theorem]{Lemma}
|
|
\newtheorem{satz}[theorem]{Satz}
|
|
\newtheorem{overview}[theorem]{Überblick}
|
|
\newtheorem{definition}[theorem]{Definition}
|
|
\newtheorem{remark}[theorem]{Bemerkung}
|
|
|
|
\newcommand{\highlight}[1]{\emph{#1}}
|
|
\newcommand{\begriff}[2][]{\uline{#2}\index{#1#2}}
|
|
\newcommand{\person}[1]{\textsc{#1}}
|
|
|
|
\DeclareMathOperator{\Abb}{Abb}
|
|
\DeclareMathOperator{\id}{id}
|
|
\DeclareMathOperator{\im}{Im}
|
|
\DeclareMathOperator{\Sym}{Sym}
|
|
\DeclareMathOperator{\spank}{span_K}
|
|
\DeclareMathOperator{\Mat}{Mat}
|
|
\DeclareMathOperator{\diag}{diag}
|
|
\DeclareMathOperator{\End}{End}
|
|
\DeclareMathOperator{\aut}{Aut}
|
|
\DeclareMathOperator{\Hom}{Hom}
|
|
\DeclareMathOperator{\GenLin}{GL}
|
|
|
|
\pagestyle{plain}
|
|
|
|
\begin{document}
|
|
\chapter{Grundlagen der Mathematik}
|
|
\setcounter{section}{1}
|
|
\section{Grundbegriffe der Mengenlehre und Logik}
|
|
|
|
%todo
|
|
|
|
\printindex
|
|
|
|
\end{document}
|