summaryrefslogtreecommitdiff
path: root/support/TVS/TVS/examples/sample.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/TVS/TVS/examples/sample.tex
Initial commit
Diffstat (limited to 'support/TVS/TVS/examples/sample.tex')
-rw-r--r--support/TVS/TVS/examples/sample.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/support/TVS/TVS/examples/sample.tex b/support/TVS/TVS/examples/sample.tex
new file mode 100644
index 0000000000..e364ab5acf
--- /dev/null
+++ b/support/TVS/TVS/examples/sample.tex
@@ -0,0 +1,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}