Skip to content

Commit

Permalink
fix typo in extrapackages example (#10835)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com>
  • Loading branch information
king-phyte and jfbu committed Sep 27, 2022
1 parent 7d67371 commit 061c8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/latex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Keys that you may want to override include:
.. code-block:: python
latex_elements = {
'packages': r'\usepackage{isodate}'
'extrapackages': r'\usepackage{isodate}'
}
The specified LaTeX packages will be loaded before
Expand Down

0 comments on commit 061c8ad

Please sign in to comment.