summaryrefslogtreecommitdiff
path: root/support/TVS/TVS/examples/sample.tex
blob: e364ab5acf46fb5908f88b736a904c2baefa7797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[11pt,a4paper,titlepage]{book}
% $Id: sample.tex,v 1.3 2000/08/16 16:59:45 antos Exp $
\usepackage{a4wide}

\begin{document}

\chapter{First chapter}
This sample document is to demonstrate the usage of \texttt{TVS}, system
for storing complete source codes of \TeX{} documents.

There is nothing important there.

\chapter{Second chapter}
Still nothing.\footnote{What do you expect?}
\newpage
Isn't it beautiful? Twenty lines of source and you get five pages! I
wish my diploma work could be done like this\ldots

\tableofcontents
\end{document}