pandoc/dockerfiles

eisvogel citation errors - eisvogel to version 2.4.2

Sherman5A opened this issue · 1 comments

Current image with Eisvogel version 2.4 does not match pandoc's default latex templates

# eisvogel
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
ARG EISVOGEL_VERSION=v2.4.0
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/eisvogel.latex

This causes problems with citations,

| Error producing PDF.
| ! LaTeX Error: Lonely \item--perhaps a missing list environment.
| 
| See the LaTeX manual or LaTeX Companion for explanation.
| Type  H <return>  for immediate help.
|  ...                                              
|                                                   
| l.457 \bibitem[\citeproctext]{ref-testing}
| 

There's a newer release of eisvogel available https://github.com/Wandmalfarbe/pandoc-latex-template/releases/tag/2.4.2

Created PR #238