oduwsdl / wsdlthesis

ODU WS-DL Thesis/Dissertation LaTeX Template
MIT License
3 stars 11 forks source link

Dot after # in List of Figures? #37

Open machawk1 opened 5 years ago

machawk1 commented 5 years ago

The Dissertation guide has examples where there is a "." after the numbers in the List of Tables. @ibnesayeed said he started trying to fix this but ran into barriers.

I did not see explicit mention that this is necessary. However, adding the following to custommacros.sty (or maybe eventually the CLS) adds the dots (src):

\usepackage{tocbasic}
\usepackage{capt-of}
\DeclareTOCStyleEntry[entrynumberformat=\adddot]{tocline}{figure}
\newcommand*{\adddot}[1]{#1\unskip.\hfil}