General ⇒ Mixing one-column and two-column input
Mixing one-column and two-column input
I'm doing some typesetting and need to mix one-column and two-column text in the same document; the same page as well, if possible. As this is normally a class option, is there a way to change this method in the middle of the document?
Thanks in advance!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Mixing one-column and two-column input
Code: Select all
\documentclass{article}
\usepackage{multicol}
\usepackage{blindtext}
\begin{document}
\begin{multicols}{2}[\textbf{Example for a two column text}]
\blindtext
\end{multicols}
\begin{multicols}{3}[\textbf{Example for a three column text}]
\blindtext
\end{multicols}
\end{document}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10