diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-25 00:17:43 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-25 00:17:43 +0200 |
| commit | bc4ea1bd4874860f1abb22f0a6a1b4c305cbc77e (patch) | |
| tree | 47692b8140f869839706edfbc38b585dae05df42 /not-a-book/book.tex | |
| parent | 43f8b6b309b0e28712086c7d6547f507aeb0a750 (diff) | |
| download | mitjafelicijan.com-bc4ea1bd4874860f1abb22f0a6a1b4c305cbc77e.tar.gz | |
General cleanup
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} | ||
