From d0474601cbd24227556754ab34d4d48d574eeb3a Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 16 May 2017 11:55:09 +0000 Subject: Modify Doxyfile to make it work with distributed MathJax.js git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/doxygen_using_mathjax@2433 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 386ef39799695204b98d43b5a2f36a1a9e91f04e --- src/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Doxyfile b/src/Doxyfile index 9cd3894c..2fecf5fb 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -1450,14 +1450,14 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://gudhi.gforge.inria.fr/doc +MATHJAX_RELPATH = ../common # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols TeX/algorithm TeX/algpseudocode +MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site @@ -1612,7 +1612,7 @@ PAPER_TYPE = a4 # If left blank no extra packages will be included. # This tag requires that the tag GENERATE_LATEX is set to YES. -EXTRA_PACKAGES = amsfonts amsmath amssymb algorithm algpseudocode +EXTRA_PACKAGES = amsfonts amsmath amssymb # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the # generated LaTeX document. The header should contain everything until the first -- cgit v1.2.3