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

Table environments are not centered #160

Open
nmearl opened this issue Nov 13, 2024 · 0 comments
Open

Table environments are not centered #160

nmearl opened this issue Nov 13, 2024 · 0 comments

Comments

@nmearl
Copy link

nmearl commented Nov 13, 2024

Using the official template for AAS in a new Overleaf project, regular (re: non-deluxetable) environments are misaligned, with an offset to the right. Here is an example just inserting some basic tables into the template:

Single-column:
Screenshot 2024-11-13 at 13 38 34

\begin{table}[h!]
\centering
\begin{tabular}{||c c c c||} 
 \hline
 Col1 & Col2 & Col2 & Col3 \\
 \hline\hline
 1 & 6 & 87837 & 787 \\ 
 2 & 7 & 78 & 5415 \\
 3 & 545 & 778 & 7507 \\
 4 & 545 & 18744 & 7560 \\
 5 & 88 & 788 & 6344 \\
 \hline
\end{tabular}
\caption{Table to test captions and labels.}
\label{table:1}
\end{table}

Two-column:
Screenshot 2024-11-13 at 13 38 49

\begin{table*}
\centering
\begin{tabular}{||c c c c c c||} 
 \hline
 Col1 & Col2 & Col2 & Col3 & Col4 & Col5 \\
 \hline\hline
 1 & 6 & 87837 & 787 & 87837 & 787 \\ 
 2 & 7 & 78 & 5415 & 87837 & 787 \\
 3 & 545 & 778 & 7507 & 87837 & 787 \\
 4 & 545 & 18744 & 7560 & 87837 & 787 \\
 5 & 88 & 788 & 6344 & 87837 & 787 \\
 \hline
\end{tabular}
\caption{Table to test captions and labels.}
\label{table:2}
\end{table*}
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