]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcharstyles.inc
Update RELEASE NOTES
[lyx.git] / lib / layouts / stdcharstyles.inc
index 52b494144a136194fc916c73fbb9754503ed6f6f..692734ff9ddf43136687a22c48dcaa03dc77d78b 100644 (file)
@@ -1,39 +1,15 @@
 # Textclass definition file for LaTeX.
-# Author : Martin vermeer <amrtin.vermeer@hut.fi>
+# Author : Martin vermeer <martin.vermeer@hut.fi>
 # Character Styles definition
 
-Format 5
-InsetLayout CharStyle:Noun
-       LyxType               charstyle
-       LabelString           noun
-       LatexType             command
-       LatexName             noun
-       Font
-         Shape               Smallcaps
-       EndFont
-       Preamble
-       \newcommand{\noun}[1]{\textsc{#1}}
-       EndPreamble
-End
-
-
-InsetLayout CharStyle:Emph
-       LyxType               charstyle
-       LabelString           emph
-       LatexType             command
-       LatexName             emph
-       Font
-         Shape               Italic
-       EndFont
-End
-
+Format 80
 
 # Error fallback:
-InsetLayout CharStyle
+InsetLayout Flex
        LyxType               end
        LabelString           "UNDEFINED"
        Font
          Color               error
        EndFont
+       ResetsFont true
 End
-