From 58805a5132358a6ddf6e05797fd0e3d130751a1d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 25 Nov 2010 23:17:44 +0000 Subject: [PATCH] Kill literate programming strings http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163726.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36495 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/noweb.module | 2 +- lib/layouts/sweave.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/noweb.module b/lib/layouts/noweb.module index aff85627a3..f2c9185d89 100644 --- a/lib/layouts/noweb.module +++ b/lib/layouts/noweb.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule[literate->latex,noweb.sty]{Noweb literate programming} +#\DeclareLyXModule[literate->latex,noweb.sty]{Noweb} #DescriptionBegin #Allows to use Noweb as a literate programming tool. #DescriptionEnd diff --git a/lib/layouts/sweave.module b/lib/layouts/sweave.module index 6f563327f0..a77fd1e09b 100644 --- a/lib/layouts/sweave.module +++ b/lib/layouts/sweave.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule[sweave->latex]{R literate programming} +#\DeclareLyXModule[sweave->latex]{Sweave} #DescriptionBegin #Allows to use the statistical language S/R as a literate programming tool via Sweave package. #DescriptionEnd