Skip to content
Snippets Groups Projects
Commit 9dfc3188 authored by Jan Wille's avatar Jan Wille
Browse files

maktetitle param ist now let instead of def

parent 758e7700
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
}% }%
\fi \fi
\begingroup \begingroup
\def\@param{#1} \let\@param#1
\ifx\@param\@empty\ClassError{\myClassName}{\maketitle\space with empty option}{ \ifx\@param\@empty\ClassError{\myClassName}{\maketitle\space with empty option}{
\maketitle[] has been called with an empty parameter, this doesn't work. Use \maketitle instead. \maketitle[] has been called with an empty parameter, this doesn't work. Use \maketitle instead.
} }
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
% \setcounter{page}{% % \setcounter{page}{%
% #1% % #1%
% }% % }%
\def\@param{#1} \let\@param#1
\ifx\@param\@empty\ClassError{\myClassName}{\maketitle\space with empty option}{ \ifx\@param\@empty\ClassError{\myClassName}{\maketitle\space with empty option}{
\maketitle[] has been called with an empty parameter, this doesn't work. Use \maketitle instead. \maketitle[] has been called with an empty parameter, this doesn't work. Use \maketitle instead.
} }
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment