Page LayoutTwo separate Texts on facing Pages

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
littlegreenbackpack
Posts: 2
Joined: Thu Mar 22, 2012 3:52 pm

Two separate Texts on facing Pages

Post by littlegreenbackpack »

I would like to create a document consisting of two texts (one the translation of the other) in which one text appears on the left-hand page while the other appears on the right-hand page.

This seems like the sort of problem that somebody might have written a .sty file to solve, but I haven't had much luck with Google. I'm trying to gauge how feasible it might be to create a new documentclass option which would function a bit like the singleside option in order to interleave pages from each of the two texts.

Alternatively, if fiddling with the documentclass options is too difficult, it might be possible to make a very large page and then make a two-column table.

Does anyone have any suggestions or comments?

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

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

Two separate Texts on facing Pages

Post by localghost »

littlegreenbackpack wrote:[…] This seems like the sort of problem that somebody might have written a .sty file to solve, but I haven't had much luck with Google. […]
Indeed there some particular packages that come into question.
  • paracol
  • parallel
  • parcolumns
For problem-solving approaches use the Forum Search or take look at the similar topics on the bottom of this page (only when logged in).


Best regards and welcome to the board
Thorsten
littlegreenbackpack
Posts: 2
Joined: Thu Mar 22, 2012 3:52 pm

Re: Two separate Texts on facing Pages

Post by littlegreenbackpack »

Oh brilliant! The parallel package did the trick. Thanks!
Post Reply