Changed: Enable MathJax for equation rendering

This commit is contained in:
Knut Morten Okstad 2022-03-04 07:43:04 +01:00
parent bd2b2b88f6
commit 421fbdf198
2 changed files with 4 additions and 1 deletions

View File

@ -1050,6 +1050,9 @@ LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
# To render equations in the browser instead of generating png-files
USE_MATHJAX = TRUE
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------

View File

@ -120,7 +120,7 @@ public:
//! \param[in] orient Local orientation of indices, see ASMLRSpline::Sort()
//! \param[in] local If \e true, return patch-local numbers
//! \param[in] open If \e true, exclude edge end points
virtual void getBoundary1Nodes(int lIndex, IntVec& nodes, int basis,
virtual void getBoundary1Nodes(int lEdge, IntVec& nodes, int basis,
int orient, bool local,
bool open = false) const;