Skip to content

Commit

Permalink
Merge branch 'issue830'
Browse files Browse the repository at this point in the history
  • Loading branch information
maieul committed Nov 28, 2019
2 parents 0a880aa + 8b79d87 commit 20cce37
Show file tree
Hide file tree
Showing 3 changed files with 1,829 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reledmac.dtx
Expand Up @@ -537,6 +537,7 @@
% \changes{v2.32.0}{2019/07/15}{Add \protect\cs{Xlinenumannotationonlyfirst}, \protect\cs{Xlinenumannotationonlyfirstintwo}, \protect\cs{Xsymlinenumannotation}, \protect\cs{Xendlinenumannotationonlyfirst}, \protect\cs{Xendlinenumannotationonlyfirstintwo} and \protect\cs{Xendsymlinenumannotation}.}
% \changes{v2.32.1}{2019/07/21}{Do not print \protect\cs{Xendsep} if we print \protect\cs{Xendsymlinenum}.}
% \changes{v2.32.1}{2019/07/21}{When using \protect\cs{parindentX} or \protect\cs{Xparindent} and stanza, use the normal indentation in the footnote, not the verse indentation.}
% \changes{v2.32.2}{2019/11/28}{Fix spurious vertical space in familiar footnotes with \protect\LuaLaTeX.}
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
%
Expand Down Expand Up @@ -4316,7 +4317,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{reledmac}[2019/11/25 v2.32.1b typesetting critical editions]%
\ProvidesPackage{reledmac}[2019/11/28 v2.32.2 typesetting critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
Expand Down Expand Up @@ -12754,7 +12755,6 @@
\ifluatex%
\textdir\footnote@luatextextdir%
\pardir\footnote@luatexpardir%
\par%
\fi%
\protected@edef\@currentlabel{%
\@nameuse{@thefnmark#1}%
Expand Down
19 changes: 19 additions & 0 deletions testfiles-luatex-3/issue830.lvt
@@ -0,0 +1,19 @@
\input regression-test
\showoutput
\documentclass{book}

\usepackage[english]{babel}
\usepackage[series={A},noeledsec,nocritical,noledgroup]{reledmac}


\begin{document}Font initialisation\START


\beginnumbering
\pstart
Lorem\footnoteA{A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long.} ipsum\footnoteA{A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long.} dolor sit amet, consectetur adipiscing elit. Fusce sed dolor libero. Aenean rutrum vestibulum lacus ut pretium. Fusce et auctor lectus. Ut et commodo quam, quis gravida orci. Nullam at risus elementum, suscipit enim a, pellentesque mi.
Morbi commodo, ligula vel consectetur accumsan,\footnoteA{A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long. A familiar note, very long.} massa metus egestas velit, eu fringilla leo ante in turpis. Vivamus ut tellus sollicitudin, facilisis ipsum sit amet, tincidunt odio. Maecenas tincidunt dolor sed ante blandit tincidunt. Etiam vulputate ultricies facilisis.
\pend
\endnumbering

\end{document}

0 comments on commit 20cce37

Please sign in to comment.