Skip to content

Commit

Permalink
add tocloft and multicol
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 4, 2023
1 parent 8d92030 commit 52c9e09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ RUN tlmgr update --self && \
fontspec \
unicode-math \
titlesec \
newunicodechar
newunicodechar \
tocloft \
multicol

RUN apk upgrade && apk add --no-cache \
bash \
Expand Down
7 changes: 5 additions & 2 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ $endif$
\newunicodechar{⌈}{\textfallback{⌈}}
\newunicodechar{⌉}{\textfallback{⌉}}
\newunicodechar{⊕}{\textfallback{⊕}}
\newunicodechar{·}{\textfallback{·}}
\newunicodechar{}{\textfallback{}}
\newunicodechar{≥}{\textfallback{≥}}
\newunicodechar{≤}{\textfallback{≤}}
\newunicodechar{≠}{\textfallback{≠}}
Expand Down Expand Up @@ -1038,8 +1038,11 @@ $endif$

$for(include-before)$
$include-before$

$endfor$

\usepackage{tocloft}
\renewcommand*{\cftsecnumwidth}{4em}

$if(toc)$
$if(toc-title)$
\renewcommand*\contentsname{$toc-title$}
Expand Down

0 comments on commit 52c9e09

Please sign in to comment.