]> git.lyx.org Git - features.git/blob - lib/layouts/stdcharstyles.inc
partial merge of charstyle and insetlayout stuff, part 2 (lyx2lyx)
[features.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