I'm trying to use ledpar to typeset a book which includes a comparison the U.S.A.'s and C.S.A.'s respective constitutions. The idea is to have them side by side, each section aligned, so if one's section runs longer, there's a gap on the other side until the next section they have in common is shown. (Hopefully what I just wrote makes sense!) I'm trying to use ledpar...it may not work for my problem, but I'm at least trying to use it. However, I cannot get it to work.
Here's a minimal example that fails:
Code: Select all
\documentclass{article}
\usepackage{ledpar}
\begin{document}
\begin{pairs}
\begin{Leftside}
Test
\end{Leftside}
\begin{Rightside}
Test2
\end{Rightside}
\Columns
\end{pairs}
\end{document}
Thank you.
samcan