diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-18 19:27:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-18 19:27:31 +0100 |
| commit | a69b5874558eb50c96293813cbe67aac38174644 (patch) | |
| tree | c59e671a4f73b467fc1f7f4de1d01ed6cfe24afe /README.md | |
| parent | a16726ae6652a795ff24f368ca25f93bae673366 (diff) | |
Rename formula to equation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ Let's disect what's going on: - We insert a heading with the `= Heading` syntax. One equals sign creates a top level heading, two create a subheading and so on. -- [Math formulas][math] are enclosed in dollar signs. By adding extra spaces - around the contents of a formula, we can put it into a separate block. +- [Mathematical equations][math] are enclosed in dollar signs. By adding extra + spaces around the contents of a equation, we can put it into a separate block. Multi-letter identifiers are interpreted as Typst definitions and functions unless put into quotes. This way, we don't need backslashes for things like `floor` and `sqrt`. And `phi.alt` applies the `alt` modifier to the `phi` to |
