I'm having a problem with my section title. It breaks off in the middle and starts a new line, here's a picture to show what I mean:
It seems to me there's plenty of room for the title to just be on one single line. How can I make that happen?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass[twocolumn]{article}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\begin{document}
\section{Rekenen met complexe getallen}
\Blindtext
\end{document}
Code: Select all
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\usepackage{multicol}
\begin{document}
\section{Rekenen met complexe getallen}
\begin{multicols}{2}
\Blindtext
\end{multicols}
\end{document}
Shukie wrote: That's the thing, I'm not using columns. I'll show you a larger image:
The placement of the other text below the 'Product' stuff is just fine, but above that it seems to act as a column.
Shukie wrote: It's Dutch, by the way![]()
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p