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 /library/src/lib.rs | |
| parent | a16726ae6652a795ff24f368ca25f93bae673366 (diff) | |
Rename formula to equation
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index 0850faf4..14fea66d 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -211,7 +211,7 @@ fn items() -> LangItems { node.pack() }, term_item: |term, description| layout::TermItem::new(term, description).pack(), - formula: |body, block| math::FormulaNode::new(body).with_block(block).pack(), + equation: |body, block| math::EquationNode::new(body).with_block(block).pack(), math_align_point: || math::AlignPointNode::new().pack(), math_delimited: |open, body, close| math::LrNode::new(open + body + close).pack(), math_attach: |base, bottom, top| { |
