From c0d04eea687cb18b96fb6608e3d6fd9b97988fb8 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 27 Mar 2008 11:06:36 +0000 Subject: [PATCH] Backslashes should be escaped, otherwise the translated string is ignored. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24003 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/endnotes.module | 2 +- lib/layouts/foottoend.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/endnotes.module b/lib/layouts/endnotes.module index bfab10d833..ce87de3fda 100644 --- a/lib/layouts/endnotes.module +++ b/lib/layouts/endnotes.module @@ -1,7 +1,7 @@ #\DeclareLyXModule[endnotes.sty]{Endnote} #DescriptionBegin #Adds an endnote command, in addition to footnotes. You will need to add -#\theendnotes in ERT where you want the endnotes to appear. +#\\theendnotes in ERT where you want the endnotes to appear. #DescriptionEnd Format 7 diff --git a/lib/layouts/foottoend.module b/lib/layouts/foottoend.module index 09b238c187..dbbbc19151 100644 --- a/lib/layouts/foottoend.module +++ b/lib/layouts/foottoend.module @@ -1,6 +1,6 @@ #\DeclareLyXModule[endnotes.sty]{Foot to End} #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. #DescriptionEnd -- 2.39.5