update notes.tex env
This commit is contained in:
@@ -16,6 +16,26 @@
|
|||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
|
||||||
|
%%% make \paragraph{} and \subparagraph{} look like a normal subsection
|
||||||
|
\makeatletter
|
||||||
|
\renewcommand\paragraph{%
|
||||||
|
\@startsection{paragraph}{4}{0mm}%
|
||||||
|
{-\baselineskip}%
|
||||||
|
{.5\baselineskip}%
|
||||||
|
{\normalfont\normalsize\bfseries}}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
\makeatletter
|
||||||
|
\renewcommand\subparagraph{%
|
||||||
|
\@startsection{subparagraph}{4}{0mm}%
|
||||||
|
{-\baselineskip}%
|
||||||
|
{.5\baselineskip}%
|
||||||
|
{\normalfont\normalsize\bfseries}}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
\setcounter{tocdepth}{5}
|
||||||
|
\setcounter{secnumdepth}{5}
|
||||||
|
|
||||||
%%% links in toc etc
|
%%% links in toc etc
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
|
||||||
@@ -51,26 +71,13 @@
|
|||||||
\usepackage{proof}
|
\usepackage{proof}
|
||||||
\usepackage[skins]{tcolorbox}
|
\usepackage[skins]{tcolorbox}
|
||||||
|
|
||||||
|
% just saved, not using anymore
|
||||||
|
%\tcolorboxenvironment{definition}{blanker, before skip=10pt,after skip=10pt}
|
||||||
|
|
||||||
% definition
|
% definition
|
||||||
\theoremstyle{definition}
|
\theoremstyle{definition}
|
||||||
\newtheorem{definition}{Definition}[section]
|
\newtheorem{definition}{Definition}[section]
|
||||||
%\tcolorboxenvironment{definition}{blanker, before skip=10pt,after skip=10pt}
|
|
||||||
|
|
||||||
% example
|
|
||||||
\theoremstyle{definition}
|
|
||||||
\newtheorem{example}{Beispiel}[section]
|
\newtheorem{example}{Beispiel}[section]
|
||||||
%\tcolorboxenvironment{example}{blanker, before skip=10pt,after skip=10pt}
|
|
||||||
|
|
||||||
% theorem
|
|
||||||
\newtheorem{theorem}{Satz}[section]
|
|
||||||
%\tcolorboxenvironment{theorem}{blanker, before skip=10pt,after skip=10pt}
|
|
||||||
|
|
||||||
% algorithm
|
|
||||||
\theoremstyle{definition}
|
|
||||||
\newtheorem{algo}{Algorithmus}[section]
|
\newtheorem{algo}{Algorithmus}[section]
|
||||||
%\tcolorboxenvironment{algo}{blanker, before skip=10pt,after skip=10pt}
|
\newtheorem{theorem}{Satz}[section]
|
||||||
|
|
||||||
% remark
|
|
||||||
\theoremstyle{definition}
|
|
||||||
\newtheorem*{remark}{Bemerkung}
|
\newtheorem*{remark}{Bemerkung}
|
||||||
%\tcolorboxenvironment{remark}{blanker, before skip=10pt,after skip=10pt}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user