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

Allow pagebreak in \maketitle #41

Open
Jellby opened this issue Oct 4, 2022 · 2 comments
Open

Allow pagebreak in \maketitle #41

Jellby opened this issue Oct 4, 2022 · 2 comments

Comments

@Jellby
Copy link

Jellby commented Oct 4, 2022

I'm sorry if I already brought this up, but I can't find any record of it.

When there are many authors and affiliations, the whole \maketitle does not fit in one page, but it just spills out and gets truncated. It would be nicer if pagebreaks were allowed, maybe an option not to use a minipage. My current hack:

\let\oldminipage\minipage
\let\oldendminipage\endminipage
\renewenvironment{minipage}[1]{}{}
\g@addto@macro{\maketitle}{\let\minipage\oldminipage\let\endminipage\oldendminipage}
@magnuspalmblad
Copy link

I have the same issue and tried your hack, but could not get it to work. The last line gives an "Undefined control sequence" error in Overleaf on the latest achemso template.

Where should you place the code, and do you call \maketitle explicitly?

(I am a beginner in LaTeX, but have submitted a few manuscripts with fewer authors to ACS journals using this template.)

@Jellby
Copy link
Author

Jellby commented Oct 13, 2022

Perhaps you are missing \makeatletter ... \makeatother around the snippet? I put it in the preamble, but I haven't tried in Overleaf.

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

2 participants