Skip to content

Greek unicode letters not rendered in pdf output #3013

@peteole

Description

@peteole

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.

The output is
image

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.

Metadata

Metadata

Assignees

Labels

documentationDoc improvements & quarto-web

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions