Remove strange dot after figure numbers

This commit is contained in:
Jip J. Dekker 2021-06-01 11:58:44 +10:00
parent 3f5cf3aad3
commit 54b2c5b8db
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

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