]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlists.inc
Update all layouts to format 34.
[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 Format 34
9 Input stdlists.inc
10
11
12 Style Itemize
13         LatexType             Item_Environment
14         LatexName             itemizedlist
15         ItemTag               listitem
16 End
17
18
19 Style Enumerate
20         LatexType             Item_Environment
21         LatexName             orderedlist
22         ItemTag               listitem
23 End
24
25
26 Style Description
27         LatexType             Item_environment
28         LatexName             variablelist
29         InnerTag              varlistentry
30         LabelTag              term
31         ItemTag               listitem
32 End
33
34 # maybe List is the same as simplelist (I need to check it).
35 NoStyle List
36