Add comment

This commit is contained in:
Juergen Spitzmueller 2016-07-08 16:48:56 +02:00
parent 967dbe0d68
commit 312e82876c

View File

@ -31,6 +31,8 @@ Style Numbered_Example_(multiline)
EndFont EndFont
Requires covington Requires covington
Preamble Preamble
% Backwards compatibility with covington < 1.1
% This code can be removed eventually
\@ifundefined{covexample}{% \@ifundefined{covexample}{%
\newenvironment{covexample}{\begin{example}}{\end{example}}% \newenvironment{covexample}{\begin{example}}{\end{example}}%
} }
@ -50,6 +52,8 @@ Style Numbered_Examples_(consecutive)
Tooltip "Customize the numeration" Tooltip "Customize the numeration"
EndArgument EndArgument
Preamble Preamble
% Backwards compatibility with covington < 1.1
% This code can be removed eventually
\@ifundefined{covexamples}{% \@ifundefined{covexamples}{%
\newenvironment{covexamples}{\begin{examples}}{\end{examples}}% \newenvironment{covexamples}{\begin{examples}}{\end{examples}}%
} }