From 20b7502e33253f25b1b2fd6b4da44446bdbbc45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schuster?= Date: Mon, 31 May 2021 17:49:46 +0200 Subject: [PATCH] Update egpaper.tex Adjust position of captions for tables --- egpaper.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/egpaper.tex b/egpaper.tex index 1ec2006..2a74085 100644 --- a/egpaper.tex +++ b/egpaper.tex @@ -380,6 +380,8 @@ \subsection{Type-style and fonts} Figure and table captions should be 9-point Roman type as in Figures~\ref{fig:onecol} and~\ref{fig:short}. Short captions should be centred. +Captions of figures are placed below the figure, those of tables are placed +above (\cf Table~\ref{tab:results}). \noindent Callouts should be 9-point Helvetica, non-boldface type. Initially capitalize only the first word of section titles and first-, @@ -419,6 +421,8 @@ \subsection{References} \begin{table} \begin{center} +\caption{Results. Ours is better.} +\label{tab:results} \begin{tabular}{|l|c|} \hline Method & Frobnability \\ @@ -429,7 +433,6 @@ \subsection{References} \hline \end{tabular} \end{center} -\caption{Results. Ours is better.} \end{table} %-------------------------------------------------------------------------