[Docs] Start migration guide
This commit is contained in:
@@ -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
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{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}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user