General ⇒ Divide a page into columns of unequal width?
Divide a page into columns of unequal width?
I searched for this a long time ago, then gave up.
But I'm back!!!1
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Divide a page into columns of unequal width?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Divide a page into columns of unequal width?

Code: Select all
\documentclass{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{microtype}
\usepackage{vwcol}
\begin{document}
\begin{vwcol}[widths = {0.6,0.4}, sep = 0.8cm,
justify = flush, rule = 0pt, indent = 1cm]
\blindtext[5]
\end{vwcol}
\end{document}
Stefan
-
- Posts: 7
- Joined: Thu May 09, 2019 5:56 pm
Divide a page into columns of unequal width?
\textwidth
you want each side to take up. I did it here: https://daviddaily.dev/david/wod-charac ... ex#L19-L35 (Resultant PDF: https://files.daviddaily.dev/LaTeX/WoD/David.pdf)