From: kanschat Date: Tue, 26 Nov 2013 08:20:57 +0000 (+0000) Subject: use MathJax and SVG X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cae7fff0d9fb8b3368ff379db69df287f9569f1;p=dealii-svn.git use MathJax and SVG git-svn-id: https://svn.dealii.org/trunk@31802 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index da03da80a6..20e6c8943b 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -97,7 +97,9 @@ HTML_OUTPUT = deal.II HTML_FILE_EXTENSION = .html HTML_HEADER = header.html HTML_FOOTER = footer.html - +USE_MATHJAX = YES +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- @@ -184,8 +186,8 @@ CALL_GRAPH = NO CALLER_GRAPH = NO GRAPHICAL_HIERARCHY = NO DIRECTORY_GRAPH = YES -DOT_IMAGE_FORMAT = png -MAX_DOT_GRAPH_DEPTH = 3 +DOT_IMAGE_FORMAT = svg +MAX_DOT_GRAPH_DEPTH = 5 DOT_TRANSPARENT = NO GENERATE_LEGEND = YES