Skip to content

Commit a57bc4e

Browse files
LukasDSauergithub-actions[bot]
authored andcommitted
Fixing typo in unicode characters section
Added a missing "are" in the section (cherry picked from commit e9ef0de)
1 parent 2222783 commit a57bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/output-formats/pdf-basics.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ format:
146146

147147
## Unicode Characters
148148

149-
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:
149+
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:
150150

151151
``` {.bash filename="Terminal"}
152152
fc-list :lang=<lang> family

0 commit comments

Comments
 (0)