@@ -112,16 +112,20 @@ text.usetex : False # use latex for all text handling. The following fo
112
112
# LaTeX \usepackage command, please inquire at the
113
113
# matplotlib mailing list
114
114
text.latex.preamble : # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
115
- # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
116
- # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
117
- # preamble is a comma separated list of LaTeX statements
118
- # that are included in the LaTeX document preamble.
119
- # An example:
120
- # text.latex.preamble : \usepackage{bm},\usepackage{euler}
121
- # The following packages are always loaded with usetex, so
122
- # beware of package collisions: color, geometry, graphicx,
123
- # type1cm, textcomp. Adobe Postscript (PSSNFS) font packages
124
- # may also be loaded, depending on your font settings
115
+ # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
116
+ # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
117
+ # text.latex.preamble is a single line of LaTeX code that
118
+ # will be passed on to the LaTeX system. It may contain
119
+ # any code that is valid for the LaTeX "preamble", i.e.
120
+ # between the "\documentclass" and "\begin{document}"
121
+ # statements.
122
+ # Note that it has to be put on a single line, which may
123
+ # become quite long.
124
+ # The following packages are always loaded with usetex, so
125
+ # beware of package collisions: color, geometry, graphicx,
126
+ # type1cm, textcomp.
127
+ # Adobe Postscript (PSSNFS) font packages may also be
128
+ # loaded, depending on your font settings.
125
129
126
130
text.hinting : auto # May be one of the following:
127
131
# 'none': Perform no hinting
0 commit comments