Theses, Books, Title pages\newpage gives a strange error

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

\newpage gives a strange error

Post by templateuser »

Hi, first thank you for sharing such a great template.

I tried to use \newpage to end a page but an error occurred

LaTeX Error: Something's wrong--perhaps a missing \item

I also tested it on the pure template(in the first chapter) but I couldn't find how to address this issue.
Actually I'm just a beginner so there can be something I'm missing. Any help will be welcome!
Thanks in advance.

p.s \pagebreak and \newline work without any error.

Regards,
A.I

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

\newpage gives a strange error

Post by Stefan Kottwitz »

It seems that \newpage (possibly something) has been used at a place where it's not suitable, such as in a list environment wich requires \item lines.

Verify that, or let the list break over pages automatically, or move that command. By the way, I would rather use \clearpage which is often more suitable, since it also prints out collected floats, such as figures and tables. If a page ends, it's good to print them before they float more far away.

Stefan
LaTeX.org admin
Post Reply