From cc8054b06f0b3522337f69af8fef44308ea92c6d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 20:11:44 +0200 Subject: Added Latex This is not a book about programming --- not-a-book/book.tex | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 not-a-book/book.tex (limited to 'not-a-book/book.tex') diff --git a/not-a-book/book.tex b/not-a-book/book.tex new file mode 100644 index 0000000..5865f03 --- /dev/null +++ b/not-a-book/book.tex @@ -0,0 +1,20 @@ +\documentclass[12pt]{book} +\usepackage[paperheight=9in,paperwidth=6in]{geometry} +\linespread{1.25} +\parindent 0pt +\parskip 10pt +\title{\bf This is not a book about programming} +\author{Mitja Felicijan} +\date{\today} + +\begin{document} + +\frontmatter +\maketitle +\tableofcontents + +\mainmatter + +\input{occams-razor.tex} + +\end{document} -- cgit v1.2.3