reledpar - section 5 Facing pages 5.1 Basic usage - asks for a pages environment, is there any one?
The following does not produce a two facing pages output:
\documentclass[11pt,a4paper,titlepage,twoside]{article}
\usepackage{reledmac}
\usepackage{reledpar}
\title{Two languages on facing pages}
\author{mc}
\begin{document}
\maketitle
\begin{pages}
\begin{Leftside} Language ONE \end{Leftside}
\begin{Rightside} Language TWO \end{Rightside}
\end{pages}
\Pages
\end{document}
I get the following:
Package reledpar Error: \Pages called without previous `pages` environment. \end
I am sure it is something silly, but I can't see it.
pagesenvironment" message, there was alreadyMissing \pstart…\pend insideLeftsideenvironment. So this previous message is the correct one. – Maïeul Sep 26 '16 at 13:59