Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reledmac package incompatible #689

Open
mbertucci47 opened this issue Aug 28, 2024 · 0 comments
Open

reledmac package incompatible #689

mbertucci47 opened this issue Aug 28, 2024 · 0 comments
Labels
currently incompatible package or class package or class that doesn't work with current version of tagging code

Comments

@mbertucci47
Copy link
Contributor

There is the question about how to tag critical editions typeset with reledmac but there are a few things that currently error. Here are two examples from the documentation.

paragraph arrangement footnotes

% adapted from 1-criticalnotes.tex
% errors
\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,title,math,table,firstaid}
  }
\documentclass{article}

\usepackage[colorlinks]{hyperref}

\usepackage[series={A,B,C,D},noend,noeledsec,nofamiliar,noledgroup]{reledmac}
\Xarrangement[B]{twocol} % okay
\Xarrangement[C]{threecol} % okay
\Xarrangement[D]{paragraph} % this errors

\begin{document}

\beginnumbering
\pstart
\edtext{Lorem}{
  \Afootnote{A critical note}
  \Bfootnote{Critical note in series B}
  \Cfootnote{Critical note in series C}
  \Dfootnote{loram}}
\edtext{ipsum}{
  \Afootnote{An other critical note}
  \Bfootnote{Other critical note in series B}
  \Cfootnote{Other critical note in series C}
  \Dfootnote{ipsam}}
 dolor sit amet, consectetur adipiscing elit.
 \edtext{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}
 {\lemma{Fusce\ldots mi}
 \Afootnote{A long critical note}
 \Bfootnote{Again B}
 \Cfootnote{Again C}
 \Dfootnote{omit}}.
Morbi commodo, ligula vel consectetur accumsan, 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}

fails to patch minipage

This errors with

! Package reledmac Error: Fail to patch \@iiiminipage command.
\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,title,math,table,firstaid}
  }
\documentclass{article}

\usepackage{reledmac}

\begin{document}

\beginnumbering
\pstart
In queste nostre contrade fu, ed è ancora, un di donne assai famoso di santità
(il quale io non nomerò per non diminuire in parte alcuna la fama sua), nel quale, non ha gran
tempo, non essendovi allora più che otto donne con una badessa, e tutte giovani, era un buono
omicciuolo d'un loro bellissimo giardino ortolano, il quale, non contentandosi del salario, fatta la
ragion sua col castaldo delle donne, a Lamporecchio, là ond'egli era, se ne tornò. Quivi, tra gli
altri che lietamente il raccolsono, fu un giovane lavoratore forte e robusto e, secondo uom di villa,
con bella persona e con viso assai piacevole, il cui nome era Masetto; e
domandollo dove tanto tempo stato fosse. Il buono uomo, che Nuto avea nome,
gliele disse. Il quale Masetto domandò, di che egli il monistero servisse.
\pend
\endnumbering

\end{document}
@davidcarlisle davidcarlisle added the currently incompatible package or class package or class that doesn't work with current version of tagging code label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
currently incompatible package or class package or class that doesn't work with current version of tagging code
Projects
None yet
Development

No branches or pull requests

2 participants