gdritter repos telml / 8790c8b
Small clarification Getty Ritter 8 years ago
1 changed file(s) with 13 addition(s) and 2 deletion(s). Collapse all Expand all
1111
1212 Whitespace is _not_ allowed between the backslash and the tag
1313 name, but _is_ allowed between the tag name and the following
14 block. In contrast to LaTeX, the block is _obligatory_, i.e.
15 the following is not a valid document:
14 block. This means that the following is allowed:
15
16 ~~~~
17 \tag
18 { element_1
19 | element_2
20 | ...
21 | element_n
22 }
23 ~~~~
24
25 In contrast to TeX, the block is _obligatory_, i.e.
26 the following is **not** a valid document:
1627
1728 ~~~~
1829 \p{this \br and that}