[Docs] Start migration guide
This commit is contained in:
@@ -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}
|
||||
|
||||
7
docs/parts/migration.tex
Normal file
7
docs/parts/migration.tex
Normal 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}
|
||||
@@ -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}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
\RequirePackage{pifont}
|
||||
\RequirePackage{xstring}
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{makecell}
|
||||
\RequirePackage{parskip}
|
||||
|
||||
\newcounter{descriptorShadeStrength}
|
||||
|
||||
Reference in New Issue
Block a user