Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent captions #5

Open
kno10 opened this issue Jul 3, 2021 · 0 comments
Open

Inconsistent captions #5

kno10 opened this issue Jul 3, 2021 · 0 comments

Comments

@kno10
Copy link

kno10 commented Jul 3, 2021

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

  • Figure captions
  • Table captions have an extra \par that IMHO should be replaced with a colon:
    {\rightskip=0pt\sffamily\small\textbf{\color{scolor}#1}\par#2\par\vskip4pt }}
  • Captions of extension packages such as the excellent algorithm2e are default

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant