From: Juergen Spitzmueller Date: Fri, 26 Aug 2016 08:45:15 +0000 (+0200) Subject: Fix \@ifundefined check for covexample(s) X-Git-Tag: 2.3.0alpha1~1105 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1720498f8d5270c9707efd4ab27e998006654d01;p=features.git Fix \@ifundefined check for covexample(s) Fixes: #10340 --- diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module index a3a4002cc2..c2f3df1e33 100644 --- a/lib/layouts/linguistics.module +++ b/lib/layouts/linguistics.module @@ -35,7 +35,7 @@ Style Numbered_Example_(multiline) % This code can be removed eventually \@ifundefined{covexample}{% \newenvironment{covexample}{\begin{example}}{\end{example}}% - } + }{} EndPreamble Category Linguistics End @@ -56,7 +56,7 @@ Style Numbered_Examples_(consecutive) % This code can be removed eventually \@ifundefined{covexamples}{% \newenvironment{covexamples}{\begin{examples}}{\end{examples}}% - } + }{} EndPreamble End