Skip to content

Commit

Permalink
Fix H and T superscripts in latexpdf doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Sep 13, 2015
1 parent cc2c3ab commit 3ce6b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@
\DeclareUnicodeCharacter{03B3}{\ensuremath{\gamma}}
\DeclareUnicodeCharacter{03C0}{\ensuremath{\pi}}
\DeclareUnicodeCharacter{03C6}{\ensuremath{\varphi}}
\DeclareUnicodeCharacter{1D34}{\ensuremath{^{\mathrm{H}}}}
\DeclareUnicodeCharacter{1D40}{\ensuremath{^{\mathrm{T}}}}
\DeclareUnicodeCharacter{2081}{\ensuremath{_{1}}}
\DeclareUnicodeCharacter{2203}{\ensuremath{\exists}}
\DeclareUnicodeCharacter{2200}{\ensuremath{\forall}}
Expand Down Expand Up @@ -228,6 +230,7 @@
\DeclareUnicodeCharacter{22C5}{\ensuremath{\cdot}}
\DeclareUnicodeCharacter{2713}{x}
\DeclareUnicodeCharacter{27FA}{\ensuremath{\Longleftrightarrow}}
''',
}

Expand Down

0 comments on commit 3ce6b32

Please sign in to comment.