Small clarification
Getty Ritter
10 years ago
| 11 | 11 | |
| 12 | 12 | Whitespace is _not_ allowed between the backslash and the tag |
| 13 | 13 | 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: | |
| 16 | 27 | |
| 17 | 28 | ~~~~ |
| 18 | 29 | \p{this \br and that} |