You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having troubles compiling a pdf from your template: make pdf throws make: *** [pdf] Error 43 with the following error in the log:
❯ tail pandoc.pdf.log [17:36:10]
tex2pdf.-57db907ea331bc93/input.log.
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.969 \bibitem[\citeproctext]{ref-Cousteau1963}
After make tex diffing the results with what's in the original git repo it seems that every hypertarget calls are missing and here's the problematic section:
@@ -1021,13 +961,12 @@ Aenean dictum nunc id felis rhoncus aliquam.
\singlespacing
\setlength{\parindent}{0in}
-\hypertarget{references}{%-\chapter*{References}\label{references}}+\chapter*{References}\label{references}
\addcontentsline{toc}{chapter}{References}
-\hypertarget{refs}{}-\begin{CSLReferences}{1}{0}-\leavevmode\vadjust pre{\hypertarget{ref-Cousteau1963}{}}%+\phantomsection\label{refs}+\begin{CSLReferences}{1}{1}+\bibitem[\citeproctext]{ref-Cousteau1963}
Cousteau Jacques \& Dugan James, 1963. \emph{{The Living Sea: by
Jacques-Yves Cousteau}}, London: Hamish Hamilton.
I'm kind a noob with all this latex stuff, maybe you see something ?
Notes: installed pandoc with homebrew
The text was updated successfully, but these errors were encountered:
MisterFruits
changed the title
CSLReferences not being an item environment throws error 43 for make pdf
error 43 for make pdfJun 26, 2024
No problem Victor, it's good to know when people hit issues. The repository isn't really maintained at the moment, so I wouldn't be surprised if there are problems with the build. I'll try to take a look at the repository when I have time to see if I can do some cleaning and updating.
MisterFruits
changed the title
error 43 for make pdf
Make it run for newer version of pandoc
Jun 26, 2024
As pointed out by #121 and #122 running a a different version from pandoc 3.1.6.2 leads to errors. Maybe keeping an issue open about that would be great so that newcomers are aware of it ?
Hi!
I'm having troubles compiling a pdf from your template:
make pdf
throwsmake: *** [pdf] Error 43
with the following error in the log:After
make tex
diffing the results with what's in the original git repo it seems that everyhypertarget
calls are missing and here's the problematic section:I'm kind a noob with all this latex stuff, maybe you see something ?
Notes: installed pandoc with homebrew
The text was updated successfully, but these errors were encountered: