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 (22 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\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}