neovim: small patches + bibtex

This commit is contained in:
Marco Thomas
2022-07-22 20:29:28 +02:00
parent d4c9f13730
commit 9a210d53e2
7 changed files with 41 additions and 40 deletions

View File

@@ -16,32 +16,16 @@
\usepackage{xcolor}
\usepackage{color}
%%% lorem ipsum
%%% bibtex - cite with \autocite{}, will show in footnote
\usepackage[style=verbose-ibid,backend=bibtex]{biblatex}
\usepackage{csquotes}
%%% lorem ipsum text
\usepackage{blindtext}
%%% figures in text flow
\usepackage{wrapfig}
%%% 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
\usepackage{hyperref}
@@ -76,10 +60,6 @@
%%% theorem-style environments
\usepackage{proof}
%\usepackage[skins]{tcolorbox}
% just saved, not using anymore
%\tcolorboxenvironment{definition}{blanker, before skip=10pt,after skip=10pt}
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}{Beispiel}[section]