2

This is my example:

\documentclass{article}

\usepackage{reledmac}
    \usepackage{reledpar}
    \setstanzaindents{12,0}
    \setcounter{stanzaindentsrepetition}{1}

\begin{document}
    \begin{pages}
        \begin{Leftside}
                \beginnumbering
\pstart[\section*{A poem}]
\pend
\setline{1}
                    \begin{astanza}
Line 1&
Line 2\&
                    \end{astanza}
                \endnumbering
            \end{Leftside}

            \begin{Rightside}
                    \beginnumbering
\pstart[\section*{Translation}]
\pend
                        \firstlinenum{1000000}
                        \pstart
Translation here...
                        \pend
                    \endnumbering
            \end{Rightside}
    \end{pages}
    \Pages      
\end{document}

What I get in the pdf on the left page is this:

L
ine 1
Line 2

Obviously, I am doing something wrong. Any help?

Simon
  • 143

1 Answers1

3

There were a bug since v. 2.18.0 of reledpar (I forgotten that I was not in my computer yesterday). The version 2.19.5 of reledpar, which I will send now on CTAN and will be available in MikTeX soon, correct it.

Maïeul
  • 10,984