mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
31 lines
671 B
PHP
31 lines
671 B
PHP
|
# Textclass definition file for docbook.
|
|||
|
# Author : Jos<6F> Ab<41>lio Oliveira Matos <jamatos@lyx.org>
|
|||
|
|
|||
|
# This is the counterpart of stdlists.inc
|
|||
|
# It is desireable, as far as possible, to have the same look and feeling for
|
|||
|
# related layouts in latex and docbook.
|
|||
|
|
|||
|
Input stdlists.inc
|
|||
|
|
|||
|
# Itemize style definition
|
|||
|
Style Itemize
|
|||
|
LatexType Item_Environment
|
|||
|
LatexName itemizedlist
|
|||
|
End
|
|||
|
|
|||
|
# Enumerate style definition
|
|||
|
Style Enumerate
|
|||
|
LatexType Item_Environment
|
|||
|
LatexName orderedlist
|
|||
|
End
|
|||
|
|
|||
|
# Description style definition
|
|||
|
Style Description
|
|||
|
LatexType Item_environment
|
|||
|
LatexName variablelist
|
|||
|
End
|
|||
|
|
|||
|
# maybe List is the same as simplelist (I need to check it).
|
|||
|
NoStyle List
|
|||
|
|