update notes preset
This commit is contained in:
@@ -16,6 +16,12 @@
|
|||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
|
||||||
|
%%% lorem ipsum
|
||||||
|
\usepackage{blindtext}
|
||||||
|
|
||||||
|
%%% figures in text flow
|
||||||
|
\usepackage{wrapfig}
|
||||||
|
|
||||||
%%% make \paragraph{} and \subparagraph{} look like a normal subsection
|
%%% make \paragraph{} and \subparagraph{} look like a normal subsection
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\renewcommand\paragraph{%
|
\renewcommand\paragraph{%
|
||||||
@@ -43,6 +49,7 @@
|
|||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{minted}
|
\usepackage{minted}
|
||||||
\definecolor{bg}{rgb}{0.95, 0.95, 1.0}
|
\definecolor{bg}{rgb}{0.95, 0.95, 1.0}
|
||||||
|
\usepackage{inconsolata}
|
||||||
|
|
||||||
%%% define own enumeration styles
|
%%% define own enumeration styles
|
||||||
% use custom labels with `\begin{enumerate}[label=$\bullet$]`
|
% use custom labels with `\begin{enumerate}[label=$\bullet$]`
|
||||||
@@ -69,12 +76,10 @@
|
|||||||
|
|
||||||
%%% theorem-style environments
|
%%% theorem-style environments
|
||||||
\usepackage{proof}
|
\usepackage{proof}
|
||||||
\usepackage[skins]{tcolorbox}
|
%\usepackage[skins]{tcolorbox}
|
||||||
|
|
||||||
% just saved, not using anymore
|
% just saved, not using anymore
|
||||||
%\tcolorboxenvironment{definition}{blanker, before skip=10pt,after skip=10pt}
|
%\tcolorboxenvironment{definition}{blanker, before skip=10pt,after skip=10pt}
|
||||||
|
|
||||||
% definition
|
|
||||||
\theoremstyle{definition}
|
\theoremstyle{definition}
|
||||||
\newtheorem{definition}{Definition}[section]
|
\newtheorem{definition}{Definition}[section]
|
||||||
\newtheorem{example}{Beispiel}[section]
|
\newtheorem{example}{Beispiel}[section]
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{minted}
|
\usepackage{minted}
|
||||||
\definecolor{bg}{rgb}{0.95, 0.95, 1.0}
|
\definecolor{bg}{rgb}{0.95, 0.95, 1.0}
|
||||||
|
\usepackage{inconsolata}
|
||||||
|
|
||||||
% page numbers in the bottom right
|
% page numbers in the bottom right
|
||||||
\addtobeamertemplate{navigation symbols}{}{%
|
\addtobeamertemplate{navigation symbols}{}{%
|
||||||
|
|||||||
Reference in New Issue
Block a user