mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add comment
This commit is contained in:
parent
967dbe0d68
commit
312e82876c
@ -31,6 +31,8 @@ Style Numbered_Example_(multiline)
|
||||
EndFont
|
||||
Requires covington
|
||||
Preamble
|
||||
% Backwards compatibility with covington < 1.1
|
||||
% This code can be removed eventually
|
||||
\@ifundefined{covexample}{%
|
||||
\newenvironment{covexample}{\begin{example}}{\end{example}}%
|
||||
}
|
||||
@ -50,6 +52,8 @@ Style Numbered_Examples_(consecutive)
|
||||
Tooltip "Customize the numeration"
|
||||
EndArgument
|
||||
Preamble
|
||||
% Backwards compatibility with covington < 1.1
|
||||
% This code can be removed eventually
|
||||
\@ifundefined{covexamples}{%
|
||||
\newenvironment{covexamples}{\begin{examples}}{\end{examples}}%
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user