diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/testHeadings.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/latexindent/success/testHeadings.tex | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/testHeadings.tex b/Master/texmf-dist/doc/support/latexindent/success/testHeadings.tex new file mode 100644 index 00000000000..3c766b3e77f --- /dev/null +++ b/Master/texmf-dist/doc/support/latexindent/success/testHeadings.tex @@ -0,0 +1,59 @@ +% arara: indent: {onlyDefault: no, overwrite: true, trace: on, silent: yes, localSettings: true} +\part{part} + part text + part text + \chapter{chapter long title} + chapter text + chapter text + \[ + f(x)=x^2 + \] + \section[for the toc]{section} + section text + section text + \section[for the toc]{section} + section text + section text + \subsection[for the toc]{subsection} + subsection text + subsection text + \subsection[for the toc]{subsection} + subsection text + subsection text + \section[for the toc]{section} + section text + section text + \chapter{chapter} + chapter text + chapter text +\part{part} + part text + part text + \chapter[toc]{chapter title} + chapter text + chapter text + \section[for the toc]{section} + section text + section text + \subsubsection[for the toc]{subsubsection} + subsubsection text + subsubsection text + \paragraph{paragraph} + paragraph text + paragraph text + \subparagraph{subparagraph} + subparagraph text + subparagraph text + \section[for the toc]{section} + section text + section text + \subsubsection[for the toc]{subsubsection} + subsubsection text + subsubsection text + \paragraph{paragraph} + paragraph text + paragraph text + \subparagraph{subparagraph} + subparagraph text + subparagraph text + \chapter[somethingelse]{goes here} |