Skip to content

Rename tex output to output-file when keep-tex: true #6045

Open
@cderv

Description

@cderv

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions