Hi everyone.
I need to create a multicolumn page layout for hand coding of interview data. I'd like for there to be two columns, the first will hold text, while the second will be blank.
I tried to use multicols, but that puts text in both columns. Minipage, on the other hand, does not allow for me to use multiple pages (even with normal formatting I have about 25 pages of interview transcription).
All of the margin commands I've been able to find adjust both the left and right margins at the same time, or in the case of oddmargin, shift the text over while pushing some of the data off the page.
I've Googled high and low and searched in this forum as well to no avail. I appreciate any help you can give me.
~S
Page Layout ⇒ Multicols- with one column blank
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Multicols- with one column blank
Code: Select all
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[left=10.0mm,right=0.5\paperwidth]{geometry}
\begin{document}
This text will stop at the middle of the page so a ``blank column''
will be left at the right,
\end{document}
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
-
- Posts: 2
- Joined: Mon Mar 14, 2011 7:55 pm
Re: Multicols- with one column blank
Thank you so much, that worked like a charm!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Multicols- with one column blank
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).polisci_guy wrote:[…] that worked like a charm!
Best regards and welcome to the board
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