Could add bib_engine_args?
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- R
- Stars
- 1.2k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
I find that in /R/latex.R, there is engine_args, but no bib_engine_args.
somethimes, bib_engine_args is needed for bib_engine, such as https://github.com/rstudio/bookdown/issues/651 or https://github.com/sjtug/SJTUThesis/issues/378 .We may need such args.
Could you support it? Thank you.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in R/latex.R at the existing engine_args handling and trace how bib_engine is invoked. Determine where a bib_engine_args option would be accepted and forwarded, then verify that bibliography compilation supports the requested arguments without changing existing engine behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex, r
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100