Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Aug 20, 2024
1 parent dec40cd commit 822856c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/documentation_glossary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define!(:LaTeX, :grad, raw"\operatorname{grad}")
define!(:LaTeX, :Hess, raw"\operatorname{Hess}")
define!(:LaTeX, :retr, raw"\operatorname{retr}")
define!(:LaTeX, :invretr, raw"\operatorname{retr}^{-1}")
define!(:LaTeX, :text, (letter) -> raw"\text{"*"$letter"*"}")
define!(:LaTeX, :text, (letter) -> raw"\text{" * "$letter" * "}")
_tex(args...; kwargs...) = glossary(:LaTeX, args...; kwargs...)
# ---
# Mathematics and semantic symbols
Expand Down Expand Up @@ -145,11 +145,7 @@ define!(
)

define!(
:Variable,
:M,
:description,
(; M="M") ->
"a Riemannian manifold ``$(_tex(:Cal, M))``",
:Variable, :M, :description, (; M="M") -> "a Riemannian manifold ``$(_tex(:Cal, M))``"
)
define!(:Variable, :M, :type, "`$(_link(:AbstractManifold))` ")

Expand Down

0 comments on commit 822856c

Please sign in to comment.