Skip to content

Commit

Permalink
more on captions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 14, 2024
1 parent 8a01ec0 commit 3e96ba0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions main.tex
Expand Up @@ -155,17 +155,27 @@ \section{Figures and Tables}
\end{docshot}

\hint
Put all tables into the \ff{table} environment:
Put all tables into the \ff{table} environment (the \ff{\char`\\caption} goes on top):
\begin{ffcode}
\begin{table}
.. content goes here
\caption{Caption}
\label{tab:my-table}
.. content goes here
\end{table}
\end{ffcode}

\hint
In the \ff{acmart} document class, use the |\begin{table*}|,
Put all tables into the \ff{figure} environment (the \ff{\char`\\caption} stands at the bottom):
\begin{ffcode}
\begin{figure}
.. content goes here
\caption{The caption}
\label{fig:my-figure}
\end{figure}
\end{ffcode}

\hint
In the \ff{acmart} document class, use the |\begin{table*}| and |\begin{figure*}| (with a trailing asterisk),
in order to render it whole-page wide.

\section{Bullets}
Expand Down

0 comments on commit 3e96ba0

Please sign in to comment.