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

memoir unstarred section makes apparatus disappear #226

Closed
paddymcall opened this issue Dec 16, 2014 · 2 comments
Closed

memoir unstarred section makes apparatus disappear #226

paddymcall opened this issue Dec 16, 2014 · 2 comments

Comments

@paddymcall
Copy link

It seems there's some bad interference of memoir's starred sectioning commands with eledmac.

This works as expected:

\documentclass{memoir}
\listfiles
\usepackage{eledmac}
\firstlinenum{1}
\linenumincrement{1}
\begin{document}
\section{Uncritical}
bla bla.
\section{Test edition}
\beginnumbering
\pstart I saw my friend \edtext{Smith}{\Afootnote{Jones C, D.}}  on Tuesday.
\pend
\endnumbering
\end{document}

But using the starred version of either of the two section commands makes the apparatus vanish without any error message (at least without any I can find). For example:

\documentclass{memoir}
\listfiles
\usepackage{eledmac}
\firstlinenum{1}
\linenumincrement{1}
\begin{document}
\section*{Uncritical}% only change to previous document!
bla bla.
\section{Test edition}
\beginnumbering
\pstart I saw my friend \edtext{Smith}{\Afootnote{Jones C, D.}}  on Tuesday.
\pend
\endnumbering
\end{document}

Unfortunately, I can not change away from memoir for this, and was wondering if it can be fixed in eledmac.

The listfiles gives me the following for the second run (my file was called test.tex, and I'm using the eledmac from github; everything else is pretty recent texlive 2014):

  *File List*
  memoir.cls    2013/05/30 v3.7b configurable book, report, article document class
   ifpdf.sty    2011/01/30 v2.3 Provides the ifpdf switch (HO)
  ifetex.sty    2011/12/15 v1.2 ifetex
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)
   mem10.clo    2008/01/30 v0.3 memoir class 10pt size option
mempatch.sty    2009/07/24 v6.0f Patches for memoir class v1.6180339
 eledmac.sty    2014/12/15 v1.14.1 LaTeX port of EDMAC
   xargs.sty    2008/03/22 v1.1  extended macro definitions  (mpg)
 xkeyval.sty    2014/12/03 v2.7a package option processing (HA)
 xkeyval.tex    2014/12/03 v2.7a key=value parser (HA)
etoolbox.sty    2011/01/03 v2.1 e-TeX tools for LaTeX
  suffix.sty    2006/07/15 1.5a Variant command support
 xstring.sty    2013/10/13  v1.7c  String manipulations (C Tellechea)
ragged2e.sty    2009/05/21 v2.1 ragged2e Package (MS)
everysel.sty    2011/10/28 v1.2 EverySelectfont Package (MS)
    test.1
    test.eledsec1
 ***********
maieul added a commit that referenced this issue Dec 16, 2014
@maieul
Copy link
Owner

maieul commented Dec 16, 2014

please try branch issue226 (read https://github.com/maieul/ledmac#debug to know how to do it)

@paddymcall
Copy link
Author

On Tue, Dec 16, 2014 at 10:37:30AM -0800, Maïeul Rouquette wrote:

please try branch issue226 (read https://github.com/maieul/ledmac#debug to know
how to do it)

Thank you very much, this fixes it!

@maieul maieul closed this as completed in 460d182 Dec 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants