oduwsdl / wsdlthesis

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

Adding dot after Table/Figure caption in List of Tables, Figures #46

Open weiglemc opened 2 years ago

weiglemc commented 2 years ago

Insert this prior to \begin{document} in .tex file. This should be incorporated into the template.

\DeclareCaptionListFormat{moredots}{#2.}
\captionsetup[figure]{labelsep=period,listformat=moredots}
\captionsetup[table]{justification=centering, labelsep=newline, listformat=moredots}