Skip to content

Commit

Permalink
feat: update se heading style
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Zhang <[email protected]>
  • Loading branch information
paulzhn committed Nov 24, 2024
1 parent dc6dc71 commit 8d24098
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion config/format/major/se/heading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,35 @@
chapter =
{
format=\centering\zihao{-2}\bfseries,
name={第,章}
name={第,章},
beforeskip=0pt,
afterskip=16pt
},
section =
{
format=\raggedright\zihao{-3}\bfseries,
name={},
number=\arabic{chapter}.\arabic{section},
beforeskip=13pt,
afterskip=13pt
},
subsection =
{
format=\raggedright\zihao{4}\bfseries,
name={},
number=\arabic{chapter}.\arabic{section}.\arabic{subsection},
beforeskip=13pt,
afterskip=13pt
},
subsubsection =
{
format=\raggedright\zihao{-4}\bfseries,
name={},
aftername=\quad,
numbering=true,
number=\arabic{chapter}.\arabic{section}.\arabic{subsection}.\arabic{subsubsection},
beforeskip=0pt,
afterskip=0pt
}
}
}

0 comments on commit 8d24098

Please sign in to comment.