From 312e82876cb695293ddfec39037820777a4c7aa1 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 8 Jul 2016 16:48:56 +0200 Subject: [PATCH] Add comment --- lib/layouts/linguistics.module | 4 ++++ 1 file changed, 4 insertions(+) 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}}% } -- 2.39.2