Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 4, 2024
1 parent 00cbab0 commit 905e0e7
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 @@ -1895,19 +1895,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 905e0e7

Please sign in to comment.