Remove dots after table number

This commit is contained in:
Jip J. Dekker 2021-06-12 17:20:15 +10:00
parent 63c047335a
commit 2b27cd9ad9
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
2 changed files with 12 additions and 6 deletions

View File

@ -23,3 +23,15 @@
\addtokomafont{descriptionlabel}{\ibmplexsanscondensed{}} \addtokomafont{descriptionlabel}{\ibmplexsanscondensed{}}
\RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter} \RedeclareSectionCommand[beforeskip=0pt,afterskip=8\baselineskip]{chapter}
% Remove dot after figure number
\renewcommand*{\figureformat}{%
\figurename~\thefigure%
% \autodot% DELETED
}
% Remove dot after table number
\renewcommand*{\tableformat}{%
\tablename~\thetable%
% \autodot% DELETED
}

View File

@ -76,12 +76,6 @@
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{subcaption} \usepackage{subcaption}
% Remove dot after figure number
\renewcommand*{\figureformat}{%
\figurename~\thefigure%
% \autodot% DELETED
}
% Drawing chessboards (background) % Drawing chessboards (background)
\usepackage{chessboard} \usepackage{chessboard}
\setchessboard{showmover=false} \setchessboard{showmover=false}