DocBook 5: very basic support for simplecv, support for Itemize in many layouts

This commit is contained in:
Thibaut Cuvelier 2020-07-25 04:09:39 +02:00
parent 1e2885fe81
commit b9c1fe1bac
6 changed files with 22 additions and 0 deletions

View File

@ -384,6 +384,9 @@ Style Itemize
Color latex Color latex
EndFont EndFont
EndArgument EndArgument
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End

View File

@ -484,6 +484,9 @@ Style Itemize
Color latex Color latex
EndFont EndFont
EndArgument EndArgument
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End

View File

@ -122,6 +122,9 @@ Style Itemize
ParSep 0.3 ParSep 0.3
Align Left Align Left
LabelType Itemize LabelType Itemize
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End
Style Enumerate Style Enumerate

View File

@ -226,6 +226,9 @@ Style Itemize
Color latex Color latex
EndFont EndFont
EndArgument EndArgument
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End

View File

@ -297,6 +297,9 @@ Style Itemize
LeftDelim < LeftDelim <
RightDelim > RightDelim >
EndArgument EndArgument
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End
Style ItemizeType1 Style ItemizeType1

View File

@ -53,6 +53,8 @@ Style Section
InsertCotext 1 InsertCotext 1
IsTocCaption 1 IsTocCaption 1
EndArgument EndArgument
DocBookTag title
DocBookSectionTag section
End End
@ -124,6 +126,9 @@ Style Itemize
HTMLTag ul HTMLTag ul
HTMLItem li HTMLItem li
HTMLLabel NONE HTMLLabel NONE
DocBookTag itemizedlist
DocBookItemTag listitem
DocBookItemInnerTag para
End End
@ -170,6 +175,8 @@ Style Title
Size Largest Size Largest
EndFont EndFont
HTMLTitle true HTMLTitle true
DocBookTag title
DocBookInInfo maybe
End End