Graphics, Figures & TablesMultiple "Cells" on a Page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Multiple "Cells" on a Page

Post by svend_tveskaeg »

He all,

Consider the attached screenshot.

I would like to create a LaTeX document with the same eight "cells". How do I do that? Should I maybe use a minipage or are there smarter and/or more elegant ways of doing it?

Thank you in advance!
Attachments
test.jpg
test.jpg (190.02 KiB) Viewed 2085 times
Last edited by svend_tveskaeg on Thu Sep 22, 2011 4:31 am, edited 1 time in total.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)

Recommended reading 2024:

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

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

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

Multiple "Cells" on a Page

Post by localghost »

Seems like you want to do some kind of flashcards. There are some packages which support that [1]. But you can do this layout in another way. Assumed that your paper size is A4, just create a PDF document with default paper size A6 in landscape format where every page represents one of these "cells". Create another document with default paper size A4 and place all these "cells" on one page by the pdfpages packages. The package manual shows how to frame each page (or "cell", respectively).

[1] The TeX Catalogue Online, Topic Index - Typesetting Exam Scripts, Quizzes, Flashcards, and Questionnaires


Thorsten
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Re: Multiple "Cells" on a Page

Post by svend_tveskaeg »

Thank you very much!

I will have a look at it tonight and then tell you about the result.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
User avatar
svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

Multiple "Cells" on a Page

Post by svend_tveskaeg »

The `trick' with pdfpages + A6 paper with landscape is nice!

It all worked out perfectly for me. Thank you very much for helping me!
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
Post Reply