DocBook: implement simple CV.

This commit is contained in:
Thibaut Cuvelier 2020-11-15 02:14:31 +01:00
parent f18c00418a
commit 39e1665194

View File

@ -25,6 +25,7 @@ Style Standard
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType No_Label LabelType No_Label
DocBookTag para
End End
@ -95,6 +96,12 @@ Style Topic
Family Sans Family Sans
Shape Slanted Shape Slanted
EndFont EndFont
DocBookTag variablelist
DocBookItemWrapperTag varlistentry
DocBookItemTag listitem
DocBookItemInnerTag para
DocBookItemLabelTag term
DocBookItemLabelTagType paragraph
End End
@ -147,6 +154,8 @@ Style Left_Header
Font Font
Family Sans Family Sans
EndFont EndFont
DocBookTag para
DocBookAttr role='left-header'
End End
@ -154,6 +163,8 @@ Style Right_Header
CopyStyle Left_Header CopyStyle Left_Header
LatexName rightheader LatexName rightheader
Margin Right_Address_Box Margin Right_Address_Box
DocBookTag para
DocBookAttr role='right-header'
End End