diff --git a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in index 706be1b14ca..0a5a8ae32c5 100644 --- a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in @@ -1595,7 +1595,7 @@ MATHJAX_EXTENSIONS = TeX/AMSmath \ # example see the documentation. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_CODEFILE = +MATHJAX_CODEFILE = ${CGAL_DOC_RESOURCE_DIR}/CGAL_mathjax.js # When the SEARCHENGINE tag is enabled doxygen will generate a search box for # the HTML output. The underlying search engine uses javascript and DHTML and diff --git a/Documentation/doc/resources/1.8.13/CGAL_mathjax.js b/Documentation/doc/resources/1.8.13/CGAL_mathjax.js new file mode 100644 index 00000000000..e93d75593c7 --- /dev/null +++ b/Documentation/doc/resources/1.8.13/CGAL_mathjax.js @@ -0,0 +1,32 @@ +// diff --git a/Documentation/doc/resources/1.8.13/header.html b/Documentation/doc/resources/1.8.13/header.html index f5ed0edf20d..8c8b86f5b9d 100644 --- a/Documentation/doc/resources/1.8.13/header.html +++ b/Documentation/doc/resources/1.8.13/header.html @@ -22,19 +22,6 @@ $mathjax $extrastylesheet - - -\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) -\( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) -\( -\def\ccSum #1#2#3{ - \sum_{#1}^{#2}{#3} -} - -\def\ccProd #1#2#3{ - \sum_{#1}^{#2}{#3} -}\) -