Skip to content

Commit

Permalink
Merge pull request #1971 from mtreinish/fix-checkmark
Browse files Browse the repository at this point in the history
Add support for converting checkmark unicode to latex symbol
  • Loading branch information
birkenfeld committed Jul 27, 2015
2 parents cbe4350 + 9401f62 commit 4053ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sphinx/util/texescape.py
Expand Up @@ -36,6 +36,7 @@
('±', r'\(\pm\)'),
('→', r'\(\rightarrow\)'),
('‣', r'\(\rightarrow\)'),
('✓', r'\(\checkmark\)'),
# used to separate -- in options
('', r'{}'),
# map some special Unicode characters to similar ASCII ones
Expand Down
1 change: 1 addition & 0 deletions sphinx/writers/latex.py
Expand Up @@ -42,6 +42,7 @@
%(longtable)s
\usepackage{sphinx}
\usepackage{multirow}
\usepackage{amssymb}
%(usepackages)s
%(numfig_format)s
%(preamble)s
Expand Down

0 comments on commit 4053ba7

Please sign in to comment.