]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcharstyles.inc
Update RELEASE NOTES
[lyx.git] / lib / layouts / stdcharstyles.inc
index 58d4c37f33183d2d8f2d902d9f231c05b551f10a..692734ff9ddf43136687a22c48dcaa03dc77d78b 100644 (file)
@@ -2,66 +2,14 @@
 # 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
-
-
-InsetLayout CharStyle:Strong
-       LyxType               charstyle
-       LabelString           strong
-       LatexType             command
-       LatexName             strong
-       Font
-         Series              Bold
-       EndFont
-       Preamble
-       \newcommand{\strong}[1]{\textbf{#1}}
-       EndPreamble
-End
-
-
-InsetLayout CharStyle:Code
-       LyxType               charstyle
-       LabelString           code
-       LatexType             command
-       LatexName             code
-       Font
-         Family              Typewriter
-       EndFont
-       Preamble
-       \newcommand{\code}[1]{\texttt{#1}}
-       EndPreamble
-End
-
+Format 80
 
 # Error fallback:
-InsetLayout CharStyle
+InsetLayout Flex
        LyxType               end
        LabelString           "UNDEFINED"
        Font
          Color               error
        EndFont
+       ResetsFont true
 End
-