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

Acknowledgements overlap with references #132

Open
mdecleir opened this issue Sep 2, 2021 · 4 comments
Open

Acknowledgements overlap with references #132

mdecleir opened this issue Sep 2, 2021 · 4 comments
Labels
acknow acknowledgemetns problems bug bug; something to be fixed in AASTeX

Comments

@mdecleir
Copy link

mdecleir commented Sep 2, 2021

I finished writing my manuscript and in the final compiled pdf the acknowledgements overlap with the references.
I have tried using \newpage, \clearpage, and \vspace, but nothing seems to help.
Screen Shot 2021-09-02 at 5 41 46 PM

Any suggestions on how to fix this?

@augustfly
Copy link
Member

It's difficult to diagnose this problem with knowing more about your manuscript and class file (version of AASTeX).

If you are using v6.3+ you could try switching to the now standard:

\begin{acknowledgements}
\end{acknowledgements}

that replaces \acknowledgements. If you don't want to do that, then try putting the entire acknow block inside of a single set of curly braces {}.

You could also try removing all options from \documentclass[]{} just to make sure that there isn't some weird conflict.

Or you could post the code somewhere so we could take a look!

@golmschenk
Copy link

Our group had a similar issue. For us, we had a \software{...} command after the \begin{acknowledgments}...\end{acknowledgments} block, but before the \bibliography{...} command to cite the software we used. This seems to have caused a problem with the Acknowledgments block. Moving the \software{...} command inside the acknowledgments seemed to be a workaround for the issue. This isn't quite the correct place for the software references, but it compiled for us after doing this. So one possible workaround is making sure there is nothing between your \end{acknowledgments} and \bibliography{...}.

@JazzyJimmy
Copy link

This seems to also occur in version 6.31 using \begin{acknowledgments}...\end{acknowledgments}. The issue is mainly that the acknowledgments block appears as a real "block" and cannot be split in the two-column environment. Just wonder if this bug has been noticed?

@gregschwarz
Copy link
Contributor

This is a problem with 6.3.1. The temporary solution is to just create a new section called "Acknowledgments" and avoid the \begin{acknowledgments ... \end{acknowledgments} environment. It was primarily developed for manuscripts that use dual anonymous review (DAR) so that this section could be blanked out. If you are not using DAR you don't need it.

@augustfly augustfly added bug bug; something to be fixed in AASTeX acknow acknowledgemetns problems labels Aug 2, 2023
@dwijn dwijn mentioned this issue Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknow acknowledgemetns problems bug bug; something to be fixed in AASTeX
Projects
None yet
Development

No branches or pull requests

5 participants