- Description
-
The math block is used to write blocks of mathematical formulae.
-
delimiter: Lines containing four plus symbols
++++
delimit the block. This is required if the block contains empty lines or nested formatting.
-
- Usage
[math]
++++
Some formulae.
++++
- Example
[math]
++++
\sum_{i=1}^n i = {n(n+1)\over{2}}
++++
It is possible to use the mathinclude::[] macro to include custom LaTeX commands.