mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 19:59:31 +01:00
23 lines
796 B
TeX
23 lines
796 B
TeX
\documentclass[12pt,a4paper]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsfonts}
|
|
\usepackage{amssymb}
|
|
\usepackage{graphicx}
|
|
\parindent0pt
|
|
\usepackage{thmbox}
|
|
\usepackage[left=1.00cm, right=1.00cm, top=1.00cm, bottom=1.0cm]{geometry}
|
|
\pagestyle{empty}
|
|
\begin{document}
|
|
\newtheorem[S,bodystyle=\normalfont]{defi}{Definition}
|
|
\newtheorem[S,bodystyle=\normalfont]{satz}{Satz}
|
|
\newtheorem[S,bodystyle=\normalfont]{bew}{Beweis}
|
|
\renewcommand{\thedefi}{\hspace{-0.5em}}
|
|
\renewcommand{\thesatz}{\hspace{-0.5em}}
|
|
\renewcommand{\thebew}{\hspace{-0.5em}}
|
|
\newtheorem[S,bodystyle=\normalfont]{wic}{Wichtig!}
|
|
\renewcommand{\thewic}{\hspace{-0.5em}}
|
|
\newtheorem[S,bodystyle=\normalfont]{lol}{}
|
|
\renewcommand{\thelol}{\hspace{-0.5em}}
|
|
|
|
\end{document} |