Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Improve usetex and pgf troubleshooting docs.#30040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -124,24 +124,6 @@ | ||
produces PostScript without rasterizing text, so it scales properly, can be | ||
edited in Adobe Illustrator, and searched text in pdf documents. | ||
.. _usetex-troubleshooting: | ||
Troubleshooting | ||
@@ -150,8 +132,11 @@ | ||
* Try deleting your :file:`.matplotlib/tex.cache` directory. If you don't know | ||
where to find :file:`.matplotlib`, see :ref:`locating-matplotlib-config-dir`. | ||
* Make sure LaTeX, dvipng, and Ghostscript are each working and on your | ||
:envvar:`PATH`. The :envvar:`PATH` environment variable may need to | ||
Comment on lines +135 to +136 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. can you give an example of what this means, particularly for dvipng? ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I'll claim this text is at least not worse than the previous one, and that a more detailed description of $PATH (probably something like " (Also, the dependency on dvipng may be removed soon, see#30039.) | ||
be modified (in particular on Windows) to include the directories | ||
containing the executables. See :ref:`environment-variables` and | ||
:ref:`setting-windows-environment-variables` for details. | ||
* Make sure what you are trying to do is possible in a LaTeX document, | ||
that your LaTeX syntax is valid and that you are using raw strings | ||
@@ -161,6 +146,12 @@ | ||
option provides lots of flexibility, and lots of ways to cause | ||
problems. Please disable this option before reporting problems. | ||
* Using MiKTeX with Computer Modern fonts, if you get odd \*Agg and PNG | ||
results, go to MiKTeX/Options and update your format files. | ||
* Some required LaTeX packages, such as type1cm, may be missing from minimalist | ||
TeX installs. Required packages are listed at :ref:`tex-dependencies`. | ||
* If you still need help, please see :ref:`reporting-problems`. | ||
.. _dvipng: http://www.nongnu.org/dvipng/ | ||