|
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{tobechanged}[2022/07/11 Mark things as to be changed.]
|
|
|
|
\RequirePackage{xcolor} % Farben 'x' ist neuer und unterstützt 'RGB' (0-255)
|
|
|
|
\newcommand{\tbc}[1]{\textcolor{red}{ #1 }\PackageWarning{tobechanged}{Something is missing}} |