From 2f12f17c4e72f6ffaa409dbc177a5ebdcd78c72e Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 22 Feb 2026 08:41:44 +0100 Subject: [PATCH] [Docs] Start migration guide --- config/naming.sty | 4 ++-- docs/parts/migration.tex | 7 +++++++ docs/parts/migration/00_intro.tex | 0 janishutz-helpers.tex | 5 +++-- src/core.sty | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 docs/parts/migration.tex delete mode 100644 docs/parts/migration/00_intro.tex diff --git a/config/naming.sty b/config/naming.sty index 2e16085..5fe772b 100644 --- a/config/naming.sty +++ b/config/naming.sty @@ -59,7 +59,7 @@ \newcommand{\taskShortNamingEN}{Task} \newcommand{\usageShortNamingEN}{Usage} \newcommand{\recallShortNamingEN}{Recall} -\newcommand{\propertiesShortNamingEN}{Prop.} +\newcommand{\propertiesShortNamingEN}{P} \newcommand{\definitionShortNamingDE}{D} \newcommand{\theoremShortNamingDE}{T} @@ -78,4 +78,4 @@ \newcommand{\taskShortNamingDE}{Aufg.} \newcommand{\usageShortNamingDE}{Nutz.} \newcommand{\recallShortNamingDE}{Rep.} -\newcommand{\propertiesShortNamingDE}{Eig.} +\newcommand{\propertiesShortNamingDE}{E} diff --git a/docs/parts/migration.tex b/docs/parts/migration.tex new file mode 100644 index 0000000..c3d257a --- /dev/null +++ b/docs/parts/migration.tex @@ -0,0 +1,7 @@ +\section{Migration von janishutz-helpers V1.X} +Please be aware that this section might be missing some details + +\begin{enumerate} + \item Update the import path to \texttt{/path/to/helpers/janishutz-helpers.tex} + \item Remove \verb|\usetcolorboxes| if it was used (now integrated into \verb|\startDocument|) +\end{enumerate} diff --git a/docs/parts/migration/00_intro.tex b/docs/parts/migration/00_intro.tex deleted file mode 100644 index e69de29..0000000 diff --git a/janishutz-helpers.tex b/janishutz-helpers.tex index dc9907c..5693743 100644 --- a/janishutz-helpers.tex +++ b/janishutz-helpers.tex @@ -39,6 +39,7 @@ \usepackage{pifont} \usepackage{xstring} \usepackage{etoolbox} +\usepackage{makecell} \usepackage{parskip} \newcounter{descriptorShadeStrength} @@ -219,7 +220,7 @@ \newcommand{\taskShortNamingEN}{Task} \newcommand{\usageShortNamingEN}{Usage} \newcommand{\recallShortNamingEN}{Recall} -\newcommand{\propertiesShortNamingEN}{Prop.} +\newcommand{\propertiesShortNamingEN}{P} \newcommand{\definitionShortNamingDE}{D} \newcommand{\theoremShortNamingDE}{T} @@ -238,7 +239,7 @@ \newcommand{\taskShortNamingDE}{Aufg.} \newcommand{\usageShortNamingDE}{Nutz.} \newcommand{\recallShortNamingDE}{Rep.} -\newcommand{\propertiesShortNamingDE}{Eig.} +\newcommand{\propertiesShortNamingDE}{E} \newcounter{definitionnone} diff --git a/src/core.sty b/src/core.sty index d3ad696..ed297b8 100644 --- a/src/core.sty +++ b/src/core.sty @@ -25,6 +25,7 @@ \RequirePackage{pifont} \RequirePackage{xstring} \RequirePackage{etoolbox} +\RequirePackage{makecell} \RequirePackage{parskip} \newcounter{descriptorShadeStrength}