From: Juergen Spitzmueller Date: Fri, 8 Jan 2021 08:22:55 +0000 (+0100) Subject: Amend [6887bc5c/lyxgit] X-Git-Tag: 2.4.0-alpha3~339 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cc5718d1eb9f21d16bdea6379771aa49865ab3e4;p=lyx.git Amend [6887bc5c/lyxgit] Use a more specific storage command --- diff --git a/lib/layouts/paper.layout b/lib/layouts/paper.layout index 7de415c922..5b387c8c1f 100644 --- a/lib/layouts/paper.layout +++ b/lib/layouts/paper.layout @@ -12,18 +12,17 @@ SecNumDepth 3 TocDepth 3 AddToPreamble - % Save and disable \example as this might clash - % with theorems - \let\origexample\example - \let\endorigexample\endexample - \let\example\relax - % If theorems hasn't been loaded, restore example - \AtBeginDocument{% - \@ifundefined{example}{\let\example\origexample}{} - } + % Save and disable \example as this might + % clash with theorems + \let\paperclassexample\example + \let\endpaperclassexample\endexample + \let\example\relax + % If theorems hasn't been loaded, restore example + \AtBeginDocument{% + \@ifundefined{example}{\let\example\paperclassexample}{} + } EndPreamble - Style Standard Category MainText Margin Static