I want to use the parallel text feature of the reledpar package with requires the reledmac as far as I understand.
I tried the very basic example from the documentation (reledpar, page 8) and I get an error message.
Before you want to compile my example make sure that your system is updated. The packages are pretty new.
\documentclass[]{scrbook}
\usepackage[]{reledmac}
\usepackage[]{reledpar}
\begin{document}
\begin{pairs}
\begin{Leftside}
Text left.
\end{Leftside}
%
\begin{Rightside}
Text right.
\end{Rightside}
\end{pairs}
\Columns
\end{document}
! Package reledpar Error: \Columns called without previous
pairsenvironment.
(re)ledmac's goal is to facilitate the production of criticial editions, especially the critical apparatus as produced traditionally by textual scholarship/philology.(re)ledparextends this to parallel texts, usually source text and translation, but possibly also two (main) text witnesses. If this isn't what you are aiming at, there is a certain danger that you'll be hindered by the restrictions that(re)ledmac/parhave imposed to achieve their main purpose, while many of their features will be superfluous for you. – Florian May 08 '16 at 10:45