Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #687 from t-makaro/master
Browse files Browse the repository at this point in the history
Added MathJax compatibility definitions
  • Loading branch information
mpacer committed Nov 13, 2017
2 parents 4abde40 + 69285de commit 4c4da32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nbconvert/templates/latex/base.tplx
Expand Up @@ -138,6 +138,10 @@ This template does not define a docclass, the inheriting class must define this.
% Math Jax compatability definitions
\def\gt{>}
\def\lt{<}
\let\Oldtex\TeX
\let\Oldlatex\LaTeX
\renewcommand{\TeX}{\textrm{\Oldtex}}
\renewcommand{\LaTeX}{\textrm{\Oldlatex}}
% Document parameters
% Document title
((* block title -*))
Expand Down

0 comments on commit 4c4da32

Please sign in to comment.