mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
Document encoding issue with --listings (#4873)
Document encoding issue with `--listings`. Closes #4871.
This commit is contained in:
committed by
John MacFarlane
parent
ceec26f647
commit
efe99b5e97
+6
-1
@@ -901,7 +901,10 @@ Options affecting specific writers
|
||||
|
||||
`--listings`
|
||||
|
||||
: Use the [`listings`] package for LaTeX code blocks
|
||||
: Use the [`listings`] package for LaTeX code blocks. The package
|
||||
does not support multi-byte encoding for source code. To handle UTF-8
|
||||
you would need to use a custom template. This issue is fully
|
||||
documented here: [Encoding issue with the listings package].
|
||||
|
||||
`-i`, `--incremental`
|
||||
|
||||
@@ -1129,6 +1132,8 @@ Options affecting specific writers
|
||||
|
||||
[Dublin Core elements]: http://dublincore.org/documents/dces/
|
||||
[ISO 8601 format]: http://www.w3.org/TR/NOTE-datetime
|
||||
[Encoding issue with the listings package]:
|
||||
https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings#Encoding_issue
|
||||
|
||||
Citation rendering
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user