Skip to content
Snippets Groups Projects
Commit 8221cf8e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[doc] Add amsmath and amsfonts to latex calls.

parent ce1612d3
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ set(DOXYGEN_GENERATE_TREEVIEW YES) ...@@ -35,6 +35,7 @@ set(DOXYGEN_GENERATE_TREEVIEW YES)
set(DOXYGEN_USE_MATHAX YES) set(DOXYGEN_USE_MATHAX YES)
set(DOXYGEN_MATHAX_RELPATH https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1) set(DOXYGEN_MATHAX_RELPATH https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1)
set(DOXYGEN_GENERATE_LATEX NO) set(DOXYGEN_GENERATE_LATEX NO)
set(DOXYGEN_EXTRA_PACKAGES amsmath amsfonts)
set(DOXYGEN_PREDEFINED DOXYGEN_DOCU_ONLY) set(DOXYGEN_PREDEFINED DOXYGEN_DOCU_ONLY)
set(DOXYGEN_ALIASES set(DOXYGEN_ALIASES
"per{1} = \\1<sup>-1</sup>" "per{1} = \\1<sup>-1</sup>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment