dan-weiss / apa7-latex-cls-source

Source code for apa7 class
LaTeX Project Public License v1.3c
49 stars 13 forks source link

flushend.sty was updated #38

Closed henlein closed 2 years ago

henlein commented 2 years ago

In the newest flushend.sty the option "keeplastbox" was removed. https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/sttools/flushend.sty?revision=60736&view=markup

Therefore apa7 currently does not work. https://github.com/dan-weiss/apa7-latex-cls-source/blob/d1003b238d3f52cb7d85ce6bc191a46db52d0d86/apa7/apa7.dtx#L2795

Workaround for now: Copy the older flushend.sty in your project folder https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/sttools/flushend.sty?revision=56774&view=markup

dan-weiss commented 2 years ago

Based on documentation, it looks like the flushed package now has a new algorithm and the fact they removed the option implies to me it is no longer necessary. Could you try removing the keeplastbox option from the apa7.cls and see how your document compiles?

Let me know if it looks good and I can make the change to apa7.

henlein commented 2 years ago

Seems to look good. I could not notice any changes in the generated pdf. (Tested with the samples from git)