Does anyone know how you can effectively write
\newpage
\section{new section}
by just saying
\section{new section}
i.e. Assigning a command that automatically creates a page break whenever you create a new section.
Thanks.
General ⇒ New page using \section
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
New page using \section
You can put every section into a separate file and include these files with the \include command into the main document.
Best regards
Thorsten¹
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
New page using \section
Hi,
you could redefine \section like this:
Stefan
you could redefine \section like this:
Code: Select all
\let\stdsection\section
\renewcommand\section{\newpage\stdsection}
LaTeX.org admin
New page using \section
12 Years later or so - I thank youStefan Kottwitz wrote:Hi,
you could redefine \section like this:StefanCode: Select all
\let\stdsection\section \renewcommand\section{\newpage\stdsection}
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
New page using \section
And we are still supporting LaTeX and the newest developments. 
Stefan

Stefan
LaTeX.org admin