Skip to content

Commit

Permalink
remove duplicated entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Mar 29, 2024
1 parent b556cb1 commit 0cee6e3
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 @@ -741,7 +741,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 0cee6e3

Please sign in to comment.