Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
sage.misc.latex.png: Mark doctest # optional - imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 1, 2021
1 parent cb13437 commit 391dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ def png(x, filename, density=150, debug=False,
EXAMPLES::
sage: from sage.misc.latex import png
sage: png(ZZ[x], os.path.join(SAGE_TMP, "zz.png")) # random, optional - latex
sage: png(ZZ[x], os.path.join(SAGE_TMP, "zz.png")) # random, optional - latex imagemagick
"""
if not pdflatex:
engine = "latex"
Expand Down

0 comments on commit 391dca1

Please sign in to comment.