quarto-dev / quarto-dev/quarto-cli

Rename `tex` output to `output-file` when `keep-tex: true`

Open
#6,045 3 comments 3 reactions 1 assignee View on GitHub

@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

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.