From 4c15cd73af8a252dd74bcfeaab9e10e1dabc719d Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@cern.ch> Date: Wed, 10 Jul 2019 11:14:02 +0200 Subject: [PATCH] Fix inline math --- math/mathcore/inc/Math/PdfFuncMathCore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/mathcore/inc/Math/PdfFuncMathCore.h b/math/mathcore/inc/Math/PdfFuncMathCore.h index 3f9d3213357..bbf5062db7a 100644 --- a/math/mathcore/inc/Math/PdfFuncMathCore.h +++ b/math/mathcore/inc/Math/PdfFuncMathCore.h @@ -134,9 +134,9 @@ namespace Math { For detailed description see <A HREF="http://mathworld.wolfram.com/NegativeBinomialDistribution.html"> - Mathworld</A> (where $k \to x$ and $n \to r$). + Mathworld</A> (where \f$k \to x\f$ and \f$n \to r\f$). The distribution in <A HREF="http://en.wikipedia.org/wiki/Negative_binomial_distribution"> - Wikipedia</A> is defined with a $p$ corresponding to $1-p$ in this case. + Wikipedia</A> is defined with a \f$p\f$ corresponding to \f$1-p\f$ in this case. @ingroup PdfFunc -- GitLab