Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Mar 31, 2024
1 parent 2729b9b commit 8a900b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/doc/latex_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def latex(self, doc_data: dict, quiet=False) -> str:
+ "\n\\label{%s}" % latex_label_safe(slug)
+ "\n\\sectionstart\n\n"
+ f"{content}"
# + ("\\addcontentsline{toc}{section}{%s}" % title)
+ ("\\addcontentsline{toc}{section}{%s}" % title)
+ sections
+ "\\sectionend"
)
Expand Down

0 comments on commit 8a900b5

Please sign in to comment.