Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 771 Bytes

math-block.adoc

File metadata and controls

44 lines (31 loc) · 771 Bytes

Math Block Documentation

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.