Text Formatting ⇒ Side-by-Side Bilingual Reader
Side-by-Side Bilingual Reader
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?
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
Side-by-Side Bilingual Reader
Side-by-Side Bilingual Reader
Code: Select all
\usepackage{parallel}
\usepackage{fontspec,xltxtra,xunicode}
\usepackage{bidi}