Skip to content
Discussion options

You must be logged in to vote

If you have no intention of generating other format you could use raw LaTeX directly.

```{=latex}
<code>
```

(I am away from a keyboard right now, so can't share more/alternative solution)

Also note that providing a complete Quarto document (as requested earlier) helps everyone help you (and avoid many back and forth for question such as the format).

You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````).

````qmd
---
title: "Reproducible Quarto Document"
format: html
---

This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the cod…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@rgaiacs
Comment options

@yoonghm
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

Answer selected by yoonghm
@yoonghm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
3 participants