]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcharstyles.inc
16428e2dc912606da0d6800b106ed6a2bb4ba736
[lyx.git] / lib / layouts / stdcharstyles.inc
1 # Textclass definition file for LaTeX.
2 # Author : Martin vermeer <amrtin.vermeer@hut.fi>
3 # Character Styles definition
4
5 Format 2
6 InsetLayout CharStyle:Noun
7         LyxType               charstyle
8         LabelString           noun
9         LatexType             fontstyle
10         LatexName             defined
11         Font
12           Shape               Smallcaps
13         EndFont
14 End
15
16
17 InsetLayout CharStyle:Emph
18         LyxType               charstyle
19         LabelString           emph
20         LatexType             fontstyle
21         LatexName             defined
22         Font
23           Shape               Italic
24         EndFont
25 End
26