LyX3 Parallel text

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
tavariz91
Posts: 3
Joined: Fri May 17, 2013 3:38 pm

3 Parallel text

Post by tavariz91 »

Hi everybody!

I turn to you whil I cannot find what I want anywhere...

My girlfriend is currently translating Latin textes. The package "parallel" exactly makes what she wants: Latin on a side and french on the other side.

But...
She now wants to put three texts in parallel, which correspond to three versions of a same text (6 pages per text...).

What I tried:
Use parallel IN parallel: not working at all (output = white).

Make a three-column board: Not working (Works for one page only, even with the "long board" thicked.).

So... What would you do?
I don't want to tell her to come back to Ms Word :?...

Regards,

tavariz91

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

3 Parallel text

Post by kaiserkarl13 »

I would try the parcolumns package and its parcolumns environment.

Incidentally, I did not know about this package until today---one of the reasons I post to this forum is that I often learn new things!
tavariz91
Posts: 3
Joined: Fri May 17, 2013 3:38 pm

3 Parallel text

Post by tavariz91 »

Hi!

Thanks for your reply;

I tried, but... It actually doesn't work. :evil:


What I get is:

Code: Select all

File ended while scanning use of \colchunk@.
<*> parcolumns.tex
                  
*** (job aborted, no legal \end found)
:cry:

(This happens with and without the \end{parcolumns}); I tried to remove the column numbers in \colchunk; the pdf is generated but Lyx says "error while viewing format: (< insert your favorite export format here >)

I joined my concept file. If someone can help... :roll:

Edit: Please Note: I have just trie with the paracol package, it works perfectly for short trying texts but there are many, many, many errors with the latin texts I want to put in, I suppose it's because of the footnotes...
Attachments
parcolumns.lyx
(2.25 KiB) Downloaded 559 times
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: 3 Parallel text

Post by kaiserkarl13 »

When I removed the space between the brackets and the braces, it worked---I suspect LaTeX was interpreting that space as the argument, instead of the stuff in braces.

One of the instances in which whitespace matters!
tavariz91
Posts: 3
Joined: Fri May 17, 2013 3:38 pm

Re: 3 Parallel text

Post by tavariz91 »

Works perfectly; thank you so much for your help!

I hope my girlfirend doesn't want to put footnotes in the text. ;)
(They already are somewhere else in her work)
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

3 Parallel text

Post by kaiserkarl13 »

Were your footnotes \protected? If so, then you might try separating them out using \footnotemark and \footnotetext (assuming there isn't a note about footnotes in the parcolumns package documentation, which I haven't checked before writing this reply).
Post Reply