File: report_main.tex

package info (click to toggle)
whizzytex 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,536 kB
  • sloc: lisp: 3,668; sh: 1,768; makefile: 227
file content (25 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass{report}

\begin{document}

\chapter {Chapter 1}

\section{Section 1.1}

\section{Section 1.2}

\section{Section 1.3}

\subsection{Subsection 1}

\chapter {Chapter 2}

\section{Section 2.1}

\subsection{Subsection 2.1}

\subsection{Subsection 2.2}

\input{leave.tex}

\end{document}