OLD | NEW |
(Empty) | |
| 1 \part{Foobar} |
| 2 \chapter{Foobar} |
| 3 \section{Foobar} |
| 4 \subsection{Foobar} |
| 5 \frametitle{Foobar} |
| 6 \subsubsection{Foobar} |
| 7 \paragraph{Foobar} |
| 8 \subparagraph{Foobar} |
| 9 \subsubparagraph{Foobar} |
| 10 \subsubsubparagraph{Foobar} |
| 11 |
| 12 ---------------------------------------------------- |
| 13 |
| 14 [ |
| 15 ["function", "\\part"], ["punctuation", "{"], |
| 16 ["headline", "Foobar"], ["punctuation", "}"], |
| 17 ["function", "\\chapter"], ["punctuation", "{"], |
| 18 ["headline", "Foobar"], ["punctuation", "}"], |
| 19 ["function", "\\section"], ["punctuation", "{"], |
| 20 ["headline", "Foobar"], ["punctuation", "}"], |
| 21 ["function", "\\subsection"], ["punctuation", "{"], |
| 22 ["headline", "Foobar"], ["punctuation", "}"], |
| 23 ["function", "\\frametitle"], ["punctuation", "{"], |
| 24 ["headline", "Foobar"], ["punctuation", "}"], |
| 25 ["function", "\\subsubsection"], ["punctuation", "{"], |
| 26 ["headline", "Foobar"], ["punctuation", "}"], |
| 27 ["function", "\\paragraph"], ["punctuation", "{"], |
| 28 ["headline", "Foobar"], ["punctuation", "}"], |
| 29 ["function", "\\subparagraph"], ["punctuation", "{"], |
| 30 ["headline", "Foobar"], ["punctuation", "}"], |
| 31 ["function", "\\subsubparagraph"], ["punctuation", "{"], |
| 32 ["headline", "Foobar"], ["punctuation", "}"], |
| 33 ["function", "\\subsubsubparagraph"], ["punctuation", "{"], |
| 34 ["headline", "Foobar"], ["punctuation", "}"] |
| 35 ] |
| 36 |
| 37 ---------------------------------------------------- |
| 38 |
| 39 Checks for headlines. |
OLD | NEW |