From caf4995e152297e76bc93147dacb629beb00702b Mon Sep 17 00:00:00 2001 From: franckgaga Date: Fri, 11 Sep 2026 10:15:01 -0400 Subject: [PATCH] doc: forgot LaTeX `\` --- src/model/nonlinmodeldae.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/nonlinmodeldae.jl b/src/model/nonlinmodeldae.jl index 6e236d145..466f0709e 100644 --- a/src/model/nonlinmodeldae.jl +++ b/src/model/nonlinmodeldae.jl @@ -219,7 +219,7 @@ NonLinModelDAE with a sample time Ts = 5.0 s: function, see the Extended Help of [`LinModel`](@ref) for the justification. More precisely, it only supports strictly proper DAEs, so the constructor will verify there are no global direct transmissions from ``\mathbf{u}`` to ``\mathbf{y}`` with the - functions ``mathbf{q}`` and ``\mathbf{h}`` using [`SparseConnectivityTracer.jl`](@extref SparseConnectivityTracer.jl). + functions ``\mathbf{q}`` and ``\mathbf{h}`` using [`SparseConnectivityTracer.jl`](@extref SparseConnectivityTracer.jl). By default, a dense [`ForwardDiff`](@extref ForwardDiff) backend is used for the Jacobians of the nonlinear equality constraints. This is also the default backend for