[Docs] Start migration guide

This commit is contained in:
2026-02-22 08:41:44 +01:00
parent 4bfd6107b7
commit 2f12f17c4e
5 changed files with 13 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
\newcommand{\taskShortNamingEN}{Task} \newcommand{\taskShortNamingEN}{Task}
\newcommand{\usageShortNamingEN}{Usage} \newcommand{\usageShortNamingEN}{Usage}
\newcommand{\recallShortNamingEN}{Recall} \newcommand{\recallShortNamingEN}{Recall}
\newcommand{\propertiesShortNamingEN}{Prop.} \newcommand{\propertiesShortNamingEN}{P}
\newcommand{\definitionShortNamingDE}{D} \newcommand{\definitionShortNamingDE}{D}
\newcommand{\theoremShortNamingDE}{T} \newcommand{\theoremShortNamingDE}{T}
@@ -78,4 +78,4 @@
\newcommand{\taskShortNamingDE}{Aufg.} \newcommand{\taskShortNamingDE}{Aufg.}
\newcommand{\usageShortNamingDE}{Nutz.} \newcommand{\usageShortNamingDE}{Nutz.}
\newcommand{\recallShortNamingDE}{Rep.} \newcommand{\recallShortNamingDE}{Rep.}
\newcommand{\propertiesShortNamingDE}{Eig.} \newcommand{\propertiesShortNamingDE}{E}

7
docs/parts/migration.tex Normal file
View File

@@ -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}

View File

@@ -39,6 +39,7 @@
\usepackage{pifont} \usepackage{pifont}
\usepackage{xstring} \usepackage{xstring}
\usepackage{etoolbox} \usepackage{etoolbox}
\usepackage{makecell}
\usepackage{parskip} \usepackage{parskip}
\newcounter{descriptorShadeStrength} \newcounter{descriptorShadeStrength}
@@ -219,7 +220,7 @@
\newcommand{\taskShortNamingEN}{Task} \newcommand{\taskShortNamingEN}{Task}
\newcommand{\usageShortNamingEN}{Usage} \newcommand{\usageShortNamingEN}{Usage}
\newcommand{\recallShortNamingEN}{Recall} \newcommand{\recallShortNamingEN}{Recall}
\newcommand{\propertiesShortNamingEN}{Prop.} \newcommand{\propertiesShortNamingEN}{P}
\newcommand{\definitionShortNamingDE}{D} \newcommand{\definitionShortNamingDE}{D}
\newcommand{\theoremShortNamingDE}{T} \newcommand{\theoremShortNamingDE}{T}
@@ -238,7 +239,7 @@
\newcommand{\taskShortNamingDE}{Aufg.} \newcommand{\taskShortNamingDE}{Aufg.}
\newcommand{\usageShortNamingDE}{Nutz.} \newcommand{\usageShortNamingDE}{Nutz.}
\newcommand{\recallShortNamingDE}{Rep.} \newcommand{\recallShortNamingDE}{Rep.}
\newcommand{\propertiesShortNamingDE}{Eig.} \newcommand{\propertiesShortNamingDE}{E}
\newcounter{definitionnone} \newcounter{definitionnone}

View File

@@ -25,6 +25,7 @@
\RequirePackage{pifont} \RequirePackage{pifont}
\RequirePackage{xstring} \RequirePackage{xstring}
\RequirePackage{etoolbox} \RequirePackage{etoolbox}
\RequirePackage{makecell}
\RequirePackage{parskip} \RequirePackage{parskip}
\newcounter{descriptorShadeStrength} \newcounter{descriptorShadeStrength}