Page LayoutUneven column sizes?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
iain
Posts: 2
Joined: Sun Jul 05, 2009 10:56 pm

Uneven column sizes?

Post by iain »

I'm designing my family recipe book. I want the recipe name and description full width, the ingredients (and any pictures) 5cm in a left column, the instructions 8cm in a right column, and any notes or variations full width.

Attached is my attempt. I don't know how to move the marginpar over, and if I did, would it collide with the text below? I tried using tabular for this at first, but some recipes are multiple pages long. I can't use multicol, because (a) the columns would be even and (b) the instructions would flow into the first column on subsequent pages, instead of staying in the second. How do I accomplish this?
Attachments
test.pdf
(31.7 KiB) Downloaded 430 times
test.tex
(2.28 KiB) Downloaded 368 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Uneven column sizes?

Post by localghost »

Two minipage environments of suitable widths should do the trick. You may take a look at the CTAN Catalogue [1]. There are several classes and packages for typesetting recipes.

[1] The TeX Catalogue Online, Topic Index - Cooking Recipes


Best regards and welcome to the board
Thorsten
iain
Posts: 2
Joined: Sun Jul 05, 2009 10:56 pm

Re: Uneven column sizes?

Post by iain »

I want to be able to use \marginpar in the wide column and have the note appear in the narrow column. The ingredients and instructions would start at the tops of their columns, but pictures would start to the left of where they are mentioned in the instructions. Could I do this with a minipage? I also notice \marginpar can't break across pages, and sometimes the ingredients list needs to. Is there something like \marginpar but that breaks across pages?

I looked at the Catalogue entries, and the cuisine package, the closest to what I want, can't break steps across pages. Many of my recipes have long steps, so I probably can't adapt it.

I've attached two images from the book on whose layout I'm basing mine. One shows ingredients continuing from the previous page; the other shows an image in the margin.
Attachments
picture-in-margin.png
picture-in-margin.png (40.97 KiB) Viewed 3379 times
page-spanning-ingredients1.png
page-spanning-ingredients1.png (37.02 KiB) Viewed 3379 times
Post Reply