]> git.lyx.org Git - features.git/commitdiff
Fix quotes in InStar module description.
authorRichard Heck <rgheck@lyx.org>
Tue, 2 Aug 2016 15:11:46 +0000 (11:11 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 2 Aug 2016 15:12:21 +0000 (11:12 -0400)
lib/layouts/InStar.module

index a735cd035e1ffd223bce25d76f8a8af6ce251fa6..8dc050e9c4f5286086d76e90de90bafdec028bee 100644 (file)
@@ -1,10 +1,10 @@
 #\DeclareLyXModule{Title and Preamble Hacks}
 #DescriptionBegin
 #Provides two new styles:
-#1. An "In Premable" style that puts whatever is entered into it into the preamble.
+#1. An 'In Premable' style that puts whatever is entered into it into the preamble.
 #   This can be used, if one wishes, to include preamble code in the body of the
 #   LyX document.
-#2. An "In Title" style that will put its contents into the body of the LaTeX 
+#2. An 'In Title' style that will put its contents into the body of the LaTeX 
 #   document, but before \maketitle is issued. This is useful for making branches
 #   and notes in title-related material. (If you put these in a Standard layout,
 #   this signals to LyX to output \maketitle, which may then come too early.)