Skip to content

Commit

Permalink
Comment out unicode character as we are using xelatex.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Mar 17, 2023
1 parent db349f7 commit 69274c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -160,7 +160,7 @@
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#
'preamble': r'\DeclareUnicodeCharacter{2588}{-}',
# 'preamble': r'\DeclareUnicodeCharacter{2588}{-}',
'papersize': 'letterpaper',

# The font size ('10pt', '11pt' or '12pt').
Expand Down

0 comments on commit 69274c0

Please sign in to comment.