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
Hey, I am using vitae with @loreabad6template, but for some reason bibliography_entries() is not working.
I got the following mistake:
! LaTeX Error: Something's wrong--perhaps a missing \item.
Error: LaTeX failed to compile cv_diao.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See cv_diao.log for more info.
Execution halted
For reference, my publications follow the standard .bib format. Can you share some insights?
The text was updated successfully, but these errors were encountered:
So, I have compiled the code with Overleaf using LuaLaTex, and it compiles smoothly, but when doing it with R Markdown, it does not work. The YAML looks like:
---
name:
#surname:
position:
address:
email:
orcid:
researchgate:
googlescholar:
linkedin:
bluesky:
github:
headcolor:
date: "`r format(Sys.time(), '%B %Y')`"
csl: apa-cv.csl # change this if you want to use other citation styles
always_allow_html: yes
editor_options:
chunk_output_type: console
output:
vitae::awesomecv:
keep_tex: true
latex_engine: lualatex
show_footer: true
includes:
in_header: header.txt
bibliography: ["path/references/1_articles.bib"]
---
and the error I get is:
! LaTeX Error: Something's wrong--perhaps a missing \item.
Error: LaTeX failed to compile cv_diao.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See cv_diao.log for more info.
Execution halted
Hey, I am using
vitae
with @loreabad6 template, but for some reasonbibliography_entries()
is not working.I got the following mistake:
For reference, my publications follow the standard
.bib
format. Can you share some insights?The text was updated successfully, but these errors were encountered: