Page LayoutMulticols- with one column blank

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
polisci_guy
Posts: 2
Joined: Mon Mar 14, 2011 7:55 pm

Multicols- with one column blank

Post by polisci_guy »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

Multicols- with one column blank

Post by 5gon12eder »

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).
polisci_guy
Posts: 2
Joined: Mon Mar 14, 2011 7:55 pm

Re: Multicols- with one column blank

Post by polisci_guy »

Thank you so much, that worked like a charm!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Multicols- with one column blank

Post by localghost »

polisci_guy wrote:[…] that worked like a charm!
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
Post Reply