yamadharma / ceurart

CEUR-WS proceedings style
http://ceur-ws.org/
Creative Commons Attribution Share Alike 4.0 International
17 stars 6 forks source link

Inconsistent captions #5

Open kno10 opened 3 years ago

kno10 commented 3 years ago

The ceur template currently uses at least three inconsistent caption styles.

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: ceur

In my opinion, all three captions should be formatted as the Figure caption above.