Open kno10 opened 3 years ago
The ceur template currently uses at least three inconsistent caption styles.
\par
Test document:
\documentclass{ceurart} \usepackage{algorithm2e} \begin{document} \copyrightyear{2021}\copyrightclause{Public domain}\conference{Conference} \title{Paper Title}\author{An Author} \begin{abstract}Abstact\end{abstract} \maketitle Article Text \begin{figure} \caption{Figure caption} \end{figure} \begin{table} \caption{table caption} \end{table} \begin{algorithm}[t] \caption{algorithm2e caption} \end{algorithm} \end{document}
Result:
In my opinion, all three captions should be formatted as the Figure caption above.
The ceur template currently uses at least three inconsistent caption styles.
\par
that IMHO should be replaced with a colon: https://github.com/yamadharma/ceurart/blob/045cd1de9618f851976af54aaba264c123f322be/tex/latex/ceurart/ceurart.cls#L2325Test document:
Result:
In my opinion, all three captions should be formatted as the Figure caption above.