]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix the dealcoloneq command. 9277/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 9 Jan 2020 20:36:32 +0000 (13:36 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 9 Jan 2020 20:36:32 +0000 (13:36 -0700)
It leads to funny spacing in latex (non-MathJax) mode because we accidentally
delimited only the ':' with the mathrel command, when we really wanted all of
the ':=' to be the operator.

doc/doxygen/extra.sty
doc/doxygen/scripts/mod_header.pl.in

index 77a56b30ac37e46ac98f162bec60b4e5a4f6d340..42a4a1e779765e7275b42c81957a865c090d0928 100644 (file)
@@ -18,4 +18,4 @@
 
 % Note: If you add an entry here, also put it into
 % ./doc/doxygen/scripts/mod_header.pl.in
-\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}
+\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}=}}
index 55cb1d3de02e44a05e9efe467764eea42721704c..6544e8661711a480220ddcfcb6774cfc97e9e1da 100644 (file)
@@ -43,6 +43,6 @@ if (eof)
 {
     print '<!--Extra macros for MathJax:-->', "\n";
     print '<div style="display:none">', "\n";
-    print '\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)', "\n";
+    print '\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}=}}\)', "\n";
     print '</div>', "\n";
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.