mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
7c28905b17
None of the extant modules require any other modules, but the Theorem modules all exclude one another. (See the screenshot.) When I modularize the AMS classes---that is the next task---we'll have requires. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22456 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
#\DeclareLyXModule[endnotes.sty]{Foot to End}
|
|
#DescriptionBegin
|
|
#Sets all footnotes as endnotes. You will need to add \theendnotes
|
|
#in ERT where you want the endnotes to appear.
|
|
#DescriptionEnd
|
|
|
|
Format 6
|
|
|
|
Requires endnotes
|
|
|
|
Preamble
|
|
\let\footnote=\endnote
|
|
EndPreamble
|