quarto-dev / quarto-dev/quarto-cli

BIB files should be copied only when needed in Manuscript

Open
#10,515 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bibliography enhancement latex manuscript
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

Discussed in https://github.com/quarto-dev/quarto-cli/discussions/10510

Currently, the BIBfile is copied to the output _manuscript/_tex/references.bib independently of the cite-method being used.

When using cite-method: citeproc, the references are hardcoded inside the LaTeX file so the BIB file is not needed.

Quarto should only copy the bibliography files to the output directory when cite-method is nit citeproc.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the code that copies bibliography files into the Manuscript output at _manuscript/_tex/references.bib, then inspect how cite-method is handled. The change is complete when citeproc output does not copy the BIB file, while other cite methods still do.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, latex
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.