pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
364 stars 98 forks source link

eisvogel citation errors - eisvogel to version 2.4.2 #237

Closed Sherman5A closed 3 months ago

Sherman5A commented 3 months ago

Current image with Eisvogel version 2.4 does not match pandoc's default latex templates https://github.com/pandoc/dockerfiles/blob/dce3e6291b7779a1c63d1f176ca1515553cb15a3/alpine/Dockerfile#L179-L182

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

Sherman5A commented 3 months ago

Created PR https://github.com/pandoc/dockerfiles/pull/238