I would like to create a book with the left page in one language (possibly RTL) and the corresponding text in another language (i.e. English) on the right page.
I imagine using something like
\begin{LangA} Text in LangA to be displayed on left page. \end{LangA}
\begin{LangB} Text in LangB to be displayed on right page. \end{LangB}
\begin{LangA} More text in LangA to be displayed on left page. \end{LangA}
\begin{LangB} More text in LangB to be displayed on right page. \end{LangB}
Do you have any advice as to how this can be done?
Text Formatting ⇒ Side-by-Side Bilingual Reader
NEW: TikZ book now 40% off at Amazon.com for a short time.
Side-by-Side Bilingual Reader
Try the parallel package. For parallel columns of text in the same page, you may also consider the parcolumns package.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Side-by-Side Bilingual Reader
The parallel package worked great. I also found I needed some other packages for handling fonts, unicode characters, and bidirectional text.
Code: Select all
Code, edit and compile here:
\usepackage{parallel}\usepackage{fontspec,xltxtra,xunicode}\usepackage{bidi}