| [eledmac] eledmac and minipages | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/eledmac Archives
] 
Hi Maïeul and other eledmac users,
There seems to be a problem with eledmac (latest version, 1.15.0) and minipages. I don’t really understand the behaviour of eledmac in the example below.
Any idea why line numbering is going wrong?
Greetings,
Dirk-Jan
====================================================
\documentclass{article}
\usepackage{lipsum,eledmac}
	\footparagraph{A}
\begin{document}
	
	\beginnumbering
		\pstart
			\lipsum[1]
		\pend
		\pstart
			This is a test. All is still well.
		\pend
	\endnumbering
	
	\vfill
	
	\begin{minipage}{\textwidth}
		\beginnumbering
			\pstart
				This is a \edtext{test}{\Afootnote{try}}. Wrong line number.
			\pend
		\endnumbering
	\end{minipage}
	\vfill
	
	\begin{minipage}{\textwidth}
		\beginnumbering
			\pstart
				This is a \edtext{test}{\Afootnote{try}}. Wrong line number.
			\pend
		\endnumbering
	\end{minipage}
	\vfill
\end{document}