summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2022-12-22 01:33:09 +0100
committerMartin Haug <mhaug@live.de>2022-12-22 01:33:09 +0100
commit947522b71aa6220ce8f006bfab4700d6e3cb04f1 (patch)
tree870f032263dc8dc025ad67660b0eabbfc4b5720c /library/src/math
parentc06d45002a56dc8fcb4281eab3b9a4038bd26800 (diff)
Symbol table
Diffstat (limited to 'library/src/math')
-rw-r--r--library/src/math/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index 6e6c4104..30fbe910 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -25,6 +25,10 @@ use crate::text::{FontFamily, LinebreakNode, SpaceNode, SymbolNode, TextNode};
/// dollar signs to create a formula. Starting and ending the formula with at
/// least one space lifts it into a separate block that is centered
/// horizontally.
+///
+/// Within math mode, additional shorthands are available to easily type various
+/// arrows and other symbols. The page on the [`symbol`](@symbol) function lists
+/// all of them.
///
/// ## Example
/// ```