I can't seem to get the parallel texts to use different line spacing.
I've tried using \linespread and \setstretch (including chasing them with \selectfont) and the spacing environments (doublespace, spacing). I have been unable to get anything other than identical line spacing in each text. Usually, what I specify in the Parallel*Text has no effect.
Code: Select all
\documentclass{article}\usepackage{parallel}\usepackage{setspace}\begin{document}\begin{Parallel}{1in}{1in}\ParallelLText{\setstretch{2}\selectfontLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.}\ParallelRText{Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.}\end{Parallel}\end{document}
Is this a ridiculous thing to attempt?
I don't know enough about LaTeX to make sense of looking at the package source. If it were necessary, I'd override one of the package macros, but I don't see anything that obviously sets the baselinestretch or does anything resembling font selection:
Code: Select all
222 \newcommand{\ParallelLText}{%223 \everypar{}\@restorepar\begingroup224 \hbadness=3000225 \let\footnote=\ParallelLFootnote226 \ParallelWhichBox=0227 \global\setbox\ParallelLBox=\vbox\bgroup \hsize=\ParallelLWidth228 \aftergroup\ParallelAfterText229 \begingroup \afterassignment\ParallelCheckOpenBrace \let\x=}