]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcharstyles.inc
Tools(listFontWithLang.pl): Added type for small capitals.
[lyx.git] / lib / layouts / stdcharstyles.inc
index 5e3f687bfe2fa7c2b684df515b81c3df08971f41..dc4c747f395fc9cdd0d91a6e588164036a5f0849 100644 (file)
@@ -1,29 +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
+Format 81
 
-
-InsetLayout CharStyle:Emph
-       LyxType               charstyle
-       LabelString           emph
-       LatexType             command
-       LatexName             emph
+# Error fallback:
+InsetLayout Flex
+       LyxType               end
+       LabelString           "UNDEFINED"
        Font
-         Shape               Italic
+         Color               error
        EndFont
+       ResetsFont true
 End
-