]> git.lyx.org Git - features.git/commitdiff
Add comment
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 8 Jul 2016 14:48:56 +0000 (16:48 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 8 Jul 2016 14:48:56 +0000 (16:48 +0200)
lib/layouts/linguistics.module

index deaa1df9a9c5fec055bd419c08c813573f719977..b20288cfd062c6008ea6a5a3cc3e389e55f2f788 100644 (file)
@@ -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}}%
        }