We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f64d4 + 828d6e3 commit 591928eCopy full SHA for 591928e
matplotlib2tikz/save.py
@@ -208,7 +208,8 @@ def _print_pgfplot_libs_message(data):
208
print('=========================================================')
209
print('Please add the following lines to your LaTeX preamble:\n')
210
print('\\usepackage[utf8]{inputenc}')
211
- print('\\usepackage{fontspec}')
+ print('\\usepackage{fontspec}'
212
+ ' % This line only for XeLaTeX and LuaLaTeX')
213
print('\\usepackage{pgfplots}')
214
if tikzlibs:
215
print('\\usetikzlibrary{' + tikzlibs + '}')
0 commit comments