@@ -112,37 +112,37 @@ unicode handling must be configured in the preamble.
112112
113113.. image :: /_static/pgf_texsystem.*
114114
115- .. _pgf-hangups :
116115
117- Possible hangups
118- ================
116+ .. _pgf-troubleshooting :
117+
118+ Troubleshooting
119+ ===============
119120
120121* Please note that the TeX packages found in some Linux distributions and
121122 MiKTeX installations are dramatically outdated. Make sure to update your
122- package catalog and upgrade or install a recent TeX distribution before
123- reporting problems.
123+ package catalog and upgrade or install a recent TeX distribution.
124124
125125* On Windows, the :envvar: `PATH ` environment variable may need to be modified
126126 to include the directories containing the latex, dvipng and ghostscript
127127 executables. See :ref: `environment-variables ` and
128128 :ref: `setting-windows-environment-variables ` for details.
129129
130+ * A limitation on Windows causes the backend to keep file handles that have
131+ been opened by your application open. As a result, it may not be possible
132+ to delete the corresponding files until the application closes (see
133+ `#1324 <https://github.com/matplotlib/matplotlib/issues/1324 >`_).
134+
130135* Sometimes the font rendering in figures that are saved to png images is
131136 very bad. This happens when the pdftocairo tool is not available and
132137 ghostscript is used for the pdf to png conversion.
133138
134- .. _pgf-troubleshooting :
135-
136- Troubleshooting
137- ===============
138-
139139* Make sure what you are trying to do is possible in a LaTeX document,
140140 that your LaTeX syntax is valid and that you are using raw strings
141141 if necessary to avoid unintended escape sequences.
142142
143143* The ``pgf.preamble `` rc setting provides lots of flexibility, and lots of
144144 ways to cause problems. When experiencing problems, try to minimalize or
145- disable the custom preamble before reporting problems .
145+ disable the custom preamble.
146146
147147* If you still need help, please see :ref: `reporting-problems `
148148
0 commit comments