Fix \@ifundefined check for covexample(s)

Fixes: #10340
This commit is contained in:
Juergen Spitzmueller 2016-08-26 10:45:15 +02:00
parent 2ad52918da
commit 1720498f8d

View File

@ -35,7 +35,7 @@ Style Numbered_Example_(multiline)
% This code can be removed eventually
\@ifundefined{covexample}{%
\newenvironment{covexample}{\begin{example}}{\end{example}}%
}
}{}
EndPreamble
Category Linguistics
End
@ -56,7 +56,7 @@ Style Numbered_Examples_(consecutive)
% This code can be removed eventually
\@ifundefined{covexamples}{%
\newenvironment{covexamples}{\begin{examples}}{\end{examples}}%
}
}{}
EndPreamble
End