From a69b5874558eb50c96293813cbe67aac38174644 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 18 Mar 2023 19:27:31 +0100 Subject: Rename formula to equation --- docs/src/reference/syntax.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/src/reference/syntax.md') diff --git a/docs/src/reference/syntax.md b/docs/src/reference/syntax.md index 422c035f..b9063319 100644 --- a/docs/src/reference/syntax.md +++ b/docs/src/reference/syntax.md @@ -40,10 +40,11 @@ more about their syntax and usage. ## Math mode { #math } Math mode is a special markup mode that is used to typeset mathematical -formulas. It is entered by wrapping a formula in `[$]` characters. The formula -will be typeset into its own block if it starts and ends with at least one space -(e.g. `[$ x^2 $]`). Inline math can be produced by omitting the whitespace (e.g. -`[$x^2$]`). An overview over the syntax specific to math mode follows: +formulas. It is entered by wrapping an equation in `[$]` characters. The +equation will be typeset into its own block if it starts and ends with at least +one space (e.g. `[$ x^2 $]`). Inline math can be produced by omitting the +whitespace (e.g. `[$x^2$]`). An overview over the syntax specific to math mode +follows: | Name | Example | See | | ---------------------- | ------------------------ | ------------------------ | -- cgit v1.2.3