-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
quarto-dev/quarto-web
#1161Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web
Milestone
Description
Bug description
Using unicode letters and rendering to pdf results in the letters bein omitted (on manjaro linux, vscode). Setting
mainfont: Times New Roman
lets me render unicode in the main text flow, but not in code blocks. Also this option results in an error when run on my system because the font is not installed. This is not the best UX. This should just work without user interaction.
See this example:
---
title: "test"
jupyter: julia-1.8
---
```{julia}
α=3
```
α is a great constant.
Checklist
- Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
- Please format your issue so it is easier for us to read the bug report.
- Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- Please document the operating system you're running. If on Linux, please provide the specific distribution.
alecloudenback
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web