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

Adjust position of captions for tables #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion egpaper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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-,
Expand Down Expand Up @@ -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 \\
Expand All @@ -429,7 +433,6 @@ \subsection{References}
\hline
\end{tabular}
\end{center}
\caption{Results. Ours is better.}
\end{table}

%-------------------------------------------------------------------------
Expand Down