]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlists.inc
remove spaces from label strings, part 2
[lyx.git] / lib / layouts / db_stdlists.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This is the counterpart of stdlists.inc
5 # It is desirable, as far as possible, to have the same look and feel for
6 # related layouts in latex and docbook.
7
8 Input stdlists.inc
9
10
11 Style Itemize
12         LatexType             Item_Environment
13         LatexName             itemizedlist
14         ItemTag               listitem
15 End
16
17
18 Style Enumerate
19         LatexType             Item_Environment
20         LatexName             orderedlist
21         ItemTag               listitem
22 End
23
24
25 Style Description
26         LatexType             Item_environment
27         LatexName             variablelist
28         InnerTag              varlistentry
29         LabelTag              term
30         ItemTag               listitem
31 End
32
33 # maybe List is the same as simplelist (I need to check it).
34 NoStyle List
35