File: 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 (34 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (9)
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
26
27
28
29
30
31
32
33
34
%; whizzy -xdvi chapter

\documentclass{book}

\begin{document}

This is to check book chapter section mode in xdvi mode.

\chapter {First chapter}

Some text in the chapter.   
 
\section {A section}
  
and

\subsection {A subsection} 

Some text in the sub-subsection. 


\chapter{Second chapter}
This should be on another slice and another page page 


\section {A section}

\subsection {And a subsection}

Here ends the document.


\end{document}