diff --git a/IPython/nbconvert/filters/latex.py b/IPython/nbconvert/filters/latex.py index e03a945..e24dbb6 100755 --- a/IPython/nbconvert/filters/latex.py +++ b/IPython/nbconvert/filters/latex.py @@ -20,7 +20,7 @@ import re #----------------------------------------------------------------------------- LATEX_RE_SUBS = ( - (re.compile(r'\.\.\.+'), r'\\ldots'), + (re.compile(r'\.\.\.+'), r'{\\ldots}'), ) # Latex substitutions for escaping latex.