]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlists.inc
re-indent (tab for logical indentation, spaces for alignment)
[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 desireable, as far as possible, to have the same look and feeling for
6 # related layouts in latex and docbook.
7
8 Input stdlists.inc
9
10 # Itemize style definition
11 Style Itemize
12         LatexType             Item_Environment
13         LatexName             itemizedlist
14 End
15
16 # Enumerate style definition
17 Style Enumerate
18         LatexType             Item_Environment
19         LatexName             orderedlist
20 End
21
22 # Description style definition
23 Style Description
24         LatexType             Item_environment
25         LatexName             variablelist
26 End
27
28 # maybe List is the same as simplelist (I need to check it).
29 NoStyle List
30