Skip to content

Commit

Permalink
Merge pull request ipython#4873 from minrk/ucs-combine
Browse files Browse the repository at this point in the history
use 'combine' option to ucs package
  • Loading branch information
takluyver committed Jan 25, 2014
2 parents dd59997 + 9b5c974 commit 9ac7e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPython/nbconvert/templates/latex/base.tplx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This template does not define a docclass, the inheriting class must define this.
\usepackage{geometry} % Used to adjust the document margins
\usepackage{amsmath} % Equations
\usepackage{amssymb} % Equations
\usepackage[mathletters]{ucs} % Extended unicode (utf-8) support
\usepackage[mathletters,combine]{ucs} % Extended unicode (utf-8) support
\usepackage[utf8x]{inputenc} % Allow utf-8 characters in the tex document
\usepackage{fancyvrb} % verbatim replacement that allows latex
\usepackage{grffile} % extends the file name processing of package graphics
Expand Down
2 changes: 1 addition & 1 deletion IPython/nbconvert/tests/test_nbconvertapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_accents_in_filename(self):

@dec.onlyif_cmds_exist('pdflatex')
@dec.onlyif_cmds_exist('pandoc')
def test_filename_spaces(self):
def test_filename_accent(self):
"""
Generate PDFs if notebooks have an accent in their name?
"""
Expand Down

0 comments on commit 9ac7e34

Please sign in to comment.