ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.
https://ulyngs.github.io/oxforddown/
MIT License
220 stars 80 forks source link

fresh downloaded oxforddown not building #89

Open agamat opened 4 months ago

agamat commented 4 months ago

hi,

maybe it is only issue with my software but freshly downloaded oxforddown gives me:

! Undefined control sequence. l.433 Welcome to \texttt{oxforddown} (\citeproc {ref-lyngsOxforddown2019}{Lyn...

Error: LaTeX failed to compile _main.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See _main.log for more info. Execution halted

seems issue with \citeproc...

searching for solution but if you have it first, it would be even better

meimeimei000 commented 3 months ago

Update It worked with Pandoc version 3.1.6.2! but didnt work with the newest version 3.2. Just rendered with the commend: pandoc::with_pandoc_version( version = '3.1.6.2', rmarkdown::render('example.Rmd') )

================================= I have the same problem. When kniting inidividal chapters with citations the error is:

! LaTeX Error: Lonely \item--perhaps a missing list environment.

Error: LaTeX failed to compile 03-rmd-basics-cites-and-refs.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See 03-rmd-basics-cites-and-refs.log for more info. Execution halted

Some people suggested since Pandoc 3.1.7, the team has changed the citation rendering of the LaTeX exporter. Therefore, manually installing the most recent Pandoc version or use an older version might help. My pandoc version is 3.1.11. I will try to update it to the newest, but my computer is admin password protected, need to hunt down the IT to intall it. If you are able to try before me, let me know how it goes.

hi,

maybe it is only issue with my software but freshly downloaded oxforddown gives me:

! Undefined control sequence. l.433 Welcome to \texttt{oxforddown} (\citeproc {ref-lyngsOxforddown2019}{Lyn...

Error: LaTeX failed to compile _main.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See _main.log for more info. Execution halted

seems issue with \citeproc...

searching for solution but if you have it first, it would be even better