##// END OF EJS Templates
Merge pull request #4873 from minrk/ucs-combine...
Thomas Kluyver -
r14786:a6f042a3 merge
parent child Browse files
Show More
@@ -20,7 +20,7 This template does not define a docclass, the inheriting class must define this.
20 20 \usepackage{geometry} % Used to adjust the document margins
21 21 \usepackage{amsmath} % Equations
22 22 \usepackage{amssymb} % Equations
23 \usepackage[mathletters]{ucs} % Extended unicode (utf-8) support
23 \usepackage[mathletters,combine]{ucs} % Extended unicode (utf-8) support
24 24 \usepackage[utf8x]{inputenc} % Allow utf-8 characters in the tex document
25 25 \usepackage{fancyvrb} % verbatim replacement that allows latex
26 26 \usepackage{grffile} % extends the file name processing of package graphics
@@ -195,7 +195,7 class TestNbConvertApp(TestsBase):
195 195
196 196 @dec.onlyif_cmds_exist('pdflatex')
197 197 @dec.onlyif_cmds_exist('pandoc')
198 def test_filename_spaces(self):
198 def test_filename_accent(self):
199 199 """
200 200 Generate PDFs if notebooks have an accent in their name?
201 201 """
General Comments 0
You need to be logged in to leave comments. Login now