\underbrace{}_{} error when rendering PDF #5564
Answered
by
XinyanYang95
XinyanYang95
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
XinyanYang95
May 17, 2023
Replies: 1 comment 6 replies
-
Could you share a small "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. 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 code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this is a font problem. For "fontfamily: libertinus", underbraces cannot be printed out.