endnotes.module, foottoend.module: ERT -> TeX-code (we try to avoid to use ERT in documentation because it is a meaningless abbreviation for most of the users)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-09-25 21:23:17 +00:00
parent 0f4c815b41
commit 671fc0ac36
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#\DeclareLyXModule[endnotes.sty]{Endnote} #\DeclareLyXModule[endnotes.sty]{Endnote}
#DescriptionBegin #DescriptionBegin
#Adds an endnote inset, in addition to footnotes. You will need to add #Adds an endnote inset, in addition to footnotes. You will need to add
#\theendnotes in ERT where you want the endnotes to appear. #\theendnotes in TeX-code where you want the endnotes to appear.
#DescriptionEnd #DescriptionEnd
Format 28 Format 28

View File

@ -1,7 +1,7 @@
#\DeclareLyXModule[endnotes.sty]{Foot to End} #\DeclareLyXModule[endnotes.sty]{Foot to End}
#DescriptionBegin #DescriptionBegin
#Sets all footnotes as endnotes. You will need to add \theendnotes #Sets all footnotes as endnotes. You will need to add \theendnotes
#in ERT where you want the endnotes to appear. #in TeX-code where you want the endnotes to appear.
#DescriptionEnd #DescriptionEnd
Format 28 Format 28