Closed drfangzhu closed 5 months ago
Thanks for describing this issue! I kept getting an Error saying "! LaTeX Error: Something's wrong--perhaps a missing \item." and I couldn't figure it out. Is there a possible work-around directly in the Rmd file? Or maybe a patch coming up? Cheers
I am experiencing the same issue
Same here
This is discussed further in #246, I believe it is a pandoc versioning issue. Any fixes which work with all versions of pandoc are welcomed.
Closing as duplicate of #246
There is a now in the bibliography_entries() function, which is likely due to a missing "\item" for the lists of publications. I use the template of Hyndman to test this, the error message comes as "! LaTeX Error: Something's wrong--perhaps a missing \item." When I checked the .tex file, and found the problem lies in these code:
I tried to insert an "\item" in front of each list, and it worked.
I figured it because the function, "bibliography_entries()", needed to be updated since I did not have this problem one month ago. The issue might be due to the recent update in R or latex itself.
Thank you.