File: sections.tex

package info (click to toggle)
tex-fmt 0.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,024 kB
  • sloc: sh: 127; python: 73; javascript: 43; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass{book}

\begin{document}

\section{Section test}

Sectioning commands should be moved to their own lines.\subsection{Result} Even if there is more than one.\subsection{Result 2}

Also \section*{A} unnumbered sectioning commands \subsection*{B} should be split onto their own lines, even if there \subsubsection*{C} is more than one.

All of this \part{D} should also hold \part*{E} for parts \chapter{F} and chapters \chapter*{G}.

\end{document}