How do I implement citations properly? #6090
Unanswered
Gewerd-Strauss
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Your YAML frontmatter has many issues:
---
author: g s
bibliography: "D:/Dokumente neu/Zotero_Papers/Zotero_papers_autosync.bib"
cite-method: citeproc
creation date: 2023-07-02 09:26
csl: "D:/Dokumente neu/Obsidian NoteTaking/The Universe/003 PandocAssets/Citationstyles/cite-them-right-12th-edition-Harvard.csl"
cssclass: clean-embeds, writing
modification date: 2023-07-02 22:01
---
cite-method: citeproc
--- Take a/another look at: |
Beta Was this translation helpful? Give feedback.
3 replies
-
I would also suggest to try simplify your reproducible example to target only the specific issues you have which is citation rendering. Does not seem to me like a And also stating the obvious here but using absolute file paths lik
makes things un reproducible for us. Please do try cleaning your example to share so that you help us help you. Thank you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
I am slowly loosing my mind, because this makes zero sense to me.
Assume the following file
And the following rscript being run for compilation:
The results are really confusing.
Case 1:
RScript
, run from the command line:Case 2:
RScript
, run from within RStudio: same resultsCase 3: manually running the script file via
Ctrl+Shift+K
within RStudio: same resultsCase 4: manually converting the qmd-file (not the script) via
Ctrl+Shift+K
within RStudio:esometimes running it via rstudio works. Even more confusingly, doing it again outside RStudio will then not re-break it... No clue whatsoever why.
In RStudio, this is the cl-output I get back when running the script:
Expected result:
(resulting from running in RStudio). Sometimes it works. Sometimes it even works when running my build-script from the explorer. Most of the times it does not work. And it's not consistent, or consistent in a way I can't understand.
Using the same format for bookdown works flawlessly.
I also attempted this with a local bib file in the document/working directory.
What am I doing wrong for quarto here?
I just don't see what is the issue.
Any help is appreciated.
Thank you.
Sincerely,
~Gw
Beta Was this translation helpful? Give feedback.
All reactions