Skip to content

Commit

Permalink
I suggest not using latex
Browse files Browse the repository at this point in the history
It is not always properly installed on the target system. For example jupyter-dev.nersc.gov has a crippled latex and causes the notebook to fail to run. Does the font look very bad without using Tex?
  • Loading branch information
rainwoodman committed Oct 23, 2017
1 parent 6268f22 commit eecdeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbodykit/style/notebook.mplstyle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ figure.figsize: 12, 7
figure.edgecolor: white
figure.facecolor: white

text.usetex: True
text.usetex: False

lines.linewidth: 2.5
lines.markeredgewidth: 0
Expand Down

0 comments on commit eecdeba

Please sign in to comment.