1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Package titlesec
# http://ctan.org/tex-archive/macros/latex/contrib/titlesec
# By astroscion: 2012-02-15
# muzimuzhi, 5 Jun 2020, 22 Jun 2020
\titlelabel{label-format}
\titleformat*{command%plain}{format}
\titleformat{command%plain}[shape]{format}{label}{sep%l}{before-code}[after-code]
\chaptertitlename
\titlespacing{command%plain}{left%l}{before-sep%l}{after-sep%l}
\titlespacing{command%plain}{left%l}{before-sep%l}{after-sep%l}[right-sep%l]
\titlespacing*{command%plain}{left%l}{before-sep%l}{after-sep%l}
\titlespacing*{command%plain}{left%l}{before-sep%l}{after-sep%l}[right-sep%l]
\filright
\filcenter
\filleft
\fillast
\filinner
\filouter
\wordsep
\titleline[align]{horizontal material}
\titlerule[height]
\titlerule*[width]{text}
\iftitlemeasuring{true}{false}
\assignpagestyle{command%plain}{pagestyle}
\sectionbreak
\subsectionbreak
\subsubsectionbreak
\paragraphbreak
\subparagraphbreak
\subsubparagraphbreak
\chaptertolists
\titleclass{name}{class%plain}
\titleclass{name}{class%plain}[super-level-cmd]
\titleclass{name}[start-level-num]{class%plain}
|