ramiromagno / wiley-njd

Wiley's New Journal Design (NJD) Latex Authoring Template
MIT License
13 stars 1 forks source link

citation does not work #9

Closed schneiderpy closed 9 months ago

schneiderpy commented 9 months ago

lince.zip

ramiromagno commented 9 months ago

You need to place this code in your qmd file where you want the bibliography to be generated:

\bibliography{ {{< meta bibliography >}} }
schneiderpy commented 9 months ago

I thought that I specified this in the YAML header ...?

ramiromagno commented 9 months ago

Hi Andreas,

No, in the yaml header you specify which bib file to provide the bibliography. The command above-mentioned indicates where the bibliography is actually generated, and if you don't add that command the citations in the text won't be generated either. So that is why.

schneiderpy commented 9 months ago

There reference now appears, but there is still no citiation in the text ...

ramiromagno commented 9 months ago

I can have a look at it again, if you send me the updated qmd and bib file. If you prefer, you can send me an email. My email is in the DESCRIPTION file in this repo.

schneiderpy commented 9 months ago

I cannot find a DESCRIPTION file

ramiromagno commented 9 months ago

I apologize! I was in the mindset of R package development... rmagno at pattern.institute.

ramiromagno commented 9 months ago

My reply followed by email.