]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdcharstyles.inc
The necessary changes to these XML layouts (charstyle new format)
[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 4
6 InsetLayout CharStyle:Noun
7         LyxType               charstyle
8         LabelString           noun
9         LatexType             command
10         LatexName             noun
11         Font
12           Shape               Smallcaps
13         EndFont
14 End
15
16
17 InsetLayout CharStyle:Emph
18         LyxType               charstyle
19         LabelString           emph
20         LatexType             command
21         LatexName             emph
22         Font
23           Shape               Italic
24         EndFont
25 End
26