mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add comment
This commit is contained in:
parent
967dbe0d68
commit
312e82876c
@ -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}}%
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user