mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Amend [6887bc5c/lyxgit]
Use a more specific storage command
This commit is contained in:
parent
5fb3171eeb
commit
cc5718d1eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user