Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bibliography_entries() not working #270

Open
DanielIAvila opened this issue Feb 12, 2025 · 1 comment
Open

bibliography_entries() not working #270

DanielIAvila opened this issue Feb 12, 2025 · 1 comment

Comments

@DanielIAvila
Copy link

Hey, I am using vitae with @loreabad6 template, 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?

@DanielIAvila
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant