From a57bc4e606a0d675043362edf3af4f46391c620d Mon Sep 17 00:00:00 2001 From: "Lukas D. Sauer" Date: Thu, 30 Oct 2025 13:37:08 +0100 Subject: [PATCH] Fixing typo in unicode characters section Added a missing "are" in the section (cherry picked from commit e9ef0de8dbfc9b25e679e457c140c661d1663087) --- docs/output-formats/pdf-basics.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/output-formats/pdf-basics.qmd b/docs/output-formats/pdf-basics.qmd index 2c392e5cd..d267851fe 100644 --- a/docs/output-formats/pdf-basics.qmd +++ b/docs/output-formats/pdf-basics.qmd @@ -146,7 +146,7 @@ format: ## Unicode Characters -By default, Quarto uses the `lualatex` engine to produce PDFs from LaTeX. `lualatex` has native support for unicode characters, but it is possible some customization will be required in order to properly typeset specific unicode characters. In particular, it is important that you use a font that supports the characters that you using in your document. To identify fonts on your system that support specific language characters, you can use the following command: +By default, Quarto uses the `lualatex` engine to produce PDFs from LaTeX. `lualatex` has native support for unicode characters, but it is possible some customization will be required in order to properly typeset specific unicode characters. In particular, it is important that you use a font that supports the characters that you are using in your document. To identify fonts on your system that support specific language characters, you can use the following command: ``` {.bash filename="Terminal"} fc-list :lang= family