]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / stdclass.inc
index 937a7e1ecffa4c3d08cf614b9f9bfcf0dfbb3172..784274041f1ab9bb4157791236a607d36684a5ab 100644 (file)
@@ -35,6 +35,21 @@ Style Standard
        LabelType             No_Label
 End
 
+CharStyle Noun
+       LatexType             Command
+       LatexName             noun
+       Font
+         Shape               SmallCaps
+       EndFont
+       LabelFont
+         Shape               SmallCaps
+         Color               blue
+       EndFont
+       Preamble
+         \newcommand{\noun}[1]{\textsc{#1}}
+       EndPreamble
+End
+
 
 Input stdlists.inc
 Input stdsections.inc