File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ addons:
15
15
- dvipng
16
16
- pgf
17
17
- lmodern
18
+ - cm-super
18
19
- texlive-latex-base
19
20
- texlive-latex-extra
20
21
- texlive-fonts-recommended
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def test_pdflatex():
104
104
'\\ usepackage[T1]{fontenc}' ]}
105
105
mpl .rcParams .update (rc_pdflatex )
106
106
create_figure ()
107
- compare_figure ('pgf_pdflatex.pdf' , tol = 14 )
107
+ compare_figure ('pgf_pdflatex.pdf' , tol = 0 )
108
108
109
109
110
110
# test updating the rc parameters for each figure
@@ -129,7 +129,7 @@ def test_rcupdate():
129
129
'pgf.preamble' : ['\\ usepackage[utf8x]{inputenc}' ,
130
130
'\\ usepackage[T1]{fontenc}' ,
131
131
'\\ usepackage{sfmath}' ]})
132
- tol = (4 , 13 )
132
+ tol = (4 , 0 )
133
133
for i , rc_set in enumerate (rc_sets ):
134
134
mpl .rcParams .update (rc_set )
135
135
create_figure ()
You can’t perform that action at this time.
0 commit comments