From: Juergen Spitzmueller Date: Fri, 8 Jul 2016 14:48:56 +0000 (+0200) Subject: Add comment X-Git-Tag: 2.3.0alpha1~1309 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=312e82876cb695293ddfec39037820777a4c7aa1;p=features.git Add comment --- diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module index deaa1df9a9..b20288cfd0 100644 --- a/lib/layouts/linguistics.module +++ b/lib/layouts/linguistics.module @@ -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}}% }