diff --git a/IPython/nbconvert/exporters/latex.py b/IPython/nbconvert/exporters/latex.py index 5e80dd2..74e3823 100755 --- a/IPython/nbconvert/exporters/latex.py +++ b/IPython/nbconvert/exporters/latex.py @@ -99,7 +99,7 @@ class LatexExporter(Exporter): def default_config(self): c = Config({ 'GlobalConfigurable': { - 'display_data_priority' : ['latex', 'png', 'jpg', 'jpeg'] + 'display_data_priority' : ['latex', 'png', 'jpg', 'jpeg', 'text'] }, 'ExtractFigureTransformer': { 'enabled':True