Skip to content

Commit 8a1154b

Browse files
authored
Merge pull request #1820 from quarto-dev/sync-1819-to-prerelease
2 parents 2222783 + a57bc4e commit 8a1154b

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)