Skip to content

Commit d6a67f4

Browse files
authored
Merge pull request #1819 from LukasDSauer/patch-1
2 parents 1dc1f41 + e9ef0de commit d6a67f4

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)