Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jul 8, 2024
1 parent 8d97047 commit 7a9fd5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/misc/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,19 +1903,19 @@ def cleanup_temp_file():

def pdf(x, filename, tiny=False, engine=None, tightpage=True, margin=None, debug=False):
"""
Create a pdf image from the latex representation of ``x`` and save it as a
Create an image from the latex representation of ``x`` and save it as a pdf
file with the given filename.
INPUT:
- ``x`` -- a Sage object
- ``filename`` -- the filename in which to save the image
- ``filename`` -- the filename with which to save the image
- ``tiny`` -- boolean (default: ``False``); if ``True``, use a tiny font
- ``tightpage`` -- boolean (default: ``True``); use the LaTeX package
``preview`` with the 'tightpage' option
``preview`` with the 'tightpage' option
- ``engine`` -- (default: ``None``) ``'latex'``, ``'pdflatex'``,
``'xelatex'`` or ``'lualatex'``
Expand Down

0 comments on commit 7a9fd5e

Please sign in to comment.