Skip to content

Commit

Permalink
fix documentation MathJax
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t committed Jan 10, 2024
1 parent 0b0f1db commit b55cc86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/website/doxygen/Doxylocal
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5


EXTRA_PACKAGES += amsmath amssymb
MATHJAX_EXTENSIONS += cases
PROJECT_ICON = @top_srcdir@/docs/website/auxiliaryImages/BigLogo_transparent.png
PROJECT_LOGO = @top_srcdir@/docs/website/auxiliaryImages/BigLogo_transparent.png
GENERATE_XML = YES
Expand Down
4 changes: 2 additions & 2 deletions ikarus/controlroutines/pathfollowing.hh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ namespace Ikarus {
* \mapsto \mathbf{R}(\mathbf{D},\lambda) \end{cases}.\f]
*
* Then in each step \f$k+1\f$ of the path following algorithm, the following problem is solved
* \f[ \begin{aligned}
* \f[ \begin{align}
* \mathbf{R}(\mathbf{D}_k+ \mathrm{D}\mathbf{D}, \lambda_k+ \mathrm{D} \lambda) &= \mathbf{0} \\
* f(\mathrm{D}\mathbf{D}, \mathrm{D} \lambda) &= 0 \end{aligned} \f]
* f(\mathrm{D}\mathbf{D}, \mathrm{D} \lambda) &= 0 \end{align} \f]
*
* where \f$\mathrm{D}\mathbf{D}\f$ is the increment of the solution vector and \f$\mathrm{D} \lambda\f$ is the load
* factor increment. The subsidiary function \f$f\f$ is provided by the user and needs to fulfill the concept
Expand Down

0 comments on commit b55cc86

Please sign in to comment.