Merge pull request #1971 from mtreinish/fix-checkmark

Add support for converting checkmark unicode to latex symbol
This commit is contained in:
Georg Brandl 2015-07-27 08:06:11 +02:00
commit 4053ba7a8e
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ tex_replacements = [
('±', r'\(\pm\)'),
('', r'\(\rightarrow\)'),
('', r'\(\rightarrow\)'),
('', r'\(\checkmark\)'),
# used to separate -- in options
('', r'{}'),
# map some special Unicode characters to similar ASCII ones

View File

@ -42,6 +42,7 @@ HEADER = r'''%% Generated by Sphinx.
%(longtable)s
\usepackage{sphinx}
\usepackage{multirow}
\usepackage{amssymb}
%(usepackages)s
%(numfig_format)s
%(preamble)s