diff options
Diffstat (limited to 'not-a-book/book.tex')
| -rw-r--r-- | not-a-book/book.tex | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/not-a-book/book.tex b/not-a-book/book.tex deleted file mode 100644 index 1004f65..0000000 --- a/not-a-book/book.tex +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | \documentclass[12pt]{book} | ||
| 2 | \usepackage[paperheight=9in,paperwidth=6in]{geometry} | ||
| 3 | \linespread{1.25} | ||
| 4 | \parindent 0pt | ||
| 5 | \parskip 10pt | ||
| 6 | \title{\bf This is not a book about programming} | ||
| 7 | \author{Mitja Felicijan} | ||
| 8 | \date{\today} | ||
| 9 | |||
| 10 | \begin{document} | ||
| 11 | |||
| 12 | \frontmatter | ||
| 13 | \maketitle | ||
| 14 | \tableofcontents | ||
| 15 | |||
| 16 | \mainmatter | ||
| 17 | \input{preface.tex} | ||
| 18 | \input{occams-razor.tex} | ||
| 19 | |||
| 20 | \end{document} | ||
