From 1ec21e387a1e9b526d825e5aa77b32d8a97842fd Mon Sep 17 00:00:00 2001 From: JirR02 Date: Wed, 25 Mar 2026 10:51:32 +0100 Subject: [PATCH] Dotfiles V1.5.1 Nvim: corrected typos in LaTeX template --- .config/nvim/templates/latex/theory/main.latex | 4 ++-- .config/nvim/templates/latex/theory/preamble_macchiato.latex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/templates/latex/theory/main.latex b/.config/nvim/templates/latex/theory/main.latex index 6933d1c..7974cfd 100644 --- a/.config/nvim/templates/latex/theory/main.latex +++ b/.config/nvim/templates/latex/theory/main.latex @@ -6,8 +6,8 @@ % TODO: Change variables according to language preference \def\theorytitle{Theory} \def\theorytitle{Theorie} -\def\claimtitle{Behauptung:-} -\def\claimtitle{Note:=} +\def\notetitle{Bemerkung:-} +\def\notetitle{Note:=} \def\corollarytitle{Corollary} \def\corollarytitle{Korollar} \def\proposaltitle{Proposal} diff --git a/.config/nvim/templates/latex/theory/preamble_macchiato.latex b/.config/nvim/templates/latex/theory/preamble_macchiato.latex index 38f24f4..e8e98f1 100644 --- a/.config/nvim/templates/latex/theory/preamble_macchiato.latex +++ b/.config/nvim/templates/latex/theory/preamble_macchiato.latex @@ -66,7 +66,7 @@ enhanced, breakable, colback = CtpSurface0, - colupper = CtpText + colupper = CtpText, frame hidden, boxrule = 0sp, borderline west = {2pt}{0pt}{CtpLavender},