quarto-dev / quarto-dev/quarto-cli
Rename `tex` output to `output-file` when `keep-tex: true`
Open
@cscheid is already working on this.
Since Jun 28, 2023.
enhancement
files
latex
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Takes this qmd test.qmd
---
title: "Test"
format:
pdf:
output-file: pdf.pdf
keep-tex: true
---
# Test
This will produce a test.tex and a pdf.pdf output.
I think it could be better to have the intermediate be renamed to the output-file option when provided. 🤔
Opening this issue to track the idea and look into what we can do.
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.
Assessment
This issue has not been assessed yet.