diff --git a/cover-ideas/cover1.png b/cover-ideas/cover1.png new file mode 100644 index 0000000..cb005ae Binary files /dev/null and b/cover-ideas/cover1.png differ diff --git a/cover-ideas/cover2.png b/cover-ideas/cover2.png new file mode 100644 index 0000000..b5023c8 Binary files /dev/null and b/cover-ideas/cover2.png differ diff --git a/cover-ideas/cover3.png b/cover-ideas/cover3.png new file mode 100644 index 0000000..42c0d40 Binary files /dev/null and b/cover-ideas/cover3.png differ diff --git a/inferno.pdf b/inferno.pdf index 46dd16b..8053a46 100644 Binary files a/inferno.pdf and b/inferno.pdf differ diff --git a/inferno.tex b/inferno.tex index db85e4e..226137e 100644 --- a/inferno.tex +++ b/inferno.tex @@ -46,12 +46,11 @@ \pagenumbering{gobble} %%%%%%%%%% Pretitle %%%%%%%%%% -\title{% - The Inferno Adventures -} -\date{} -\author{} -\maketitle +\thispagestyle{empty} +\begin{center} + \includegraphics[scale=0.162]{cover-ideas/cover1.png} +\end{center} +\newpage %%%%%%%%%% EMPTY PAGE %%%%%%%%%% \thispagestyle{empty} @@ -60,9 +59,10 @@ %%%%%%%%%% Posttitle %%%%%%%%%% \title{% - The Infero Adventures\\ + The Inferno Adventures\\ \begin{center}\textit{Inspecting the Inferno Operating System}\end{center} \author{By Marvin Johanning} + \date{} } \maketitle @@ -525,7 +525,7 @@ Nevertheless, I shall herein attempt to teach you the very basics of this progra Additionally, I shall be henceforth assume that you possess a very elemental understanding of computer programming; nonetheless, I strive to write everything in a way that even a layman may grasp the majority of the subject by attempting to unravel terms and concepts that may not be known to a large portion of the population. -Lastly, I greatly encourage you to glance at the \textit{Further Reading} section of this book, for therein you shall be presented with my personal recommendations for furthering your wisdom regarding both the operating system and the programming language wherewith it was forged. +Lastly, I greatly encourage you to glance at the \textit{Further Reading} section of this book, for therein you shall be presented with my personal recommendations for furthering your wisdom regarding both the operating system and the programming language wherewith it was forged. \newpage %%%%%%%%%% Appendix %%%%%%%%%% @@ -552,5 +552,9 @@ Nevertheless, the documents that \textit{do} exist are of great quality and a la A great book regarding programming with Limbo Phillip Stanley-Marbell's \textsc{Inferno Programming with Limbo} (ISBN 0 470 84352 7). In addition, the renowned Brian W. Kernighan has written a paper on the Limbo programming language titled \textsc{Descent into Limbo}, a copy whereof can be obtained from \textsc{Vita Nuova}'s website under the following link: http://www.vitanuova.com/inferno/papers/descent.html. An archived copy thereof can be found on archive.is under the following URL: https://archive.is/wip/eQJ05. +Additionally, as briefly mentioned at the beginning of the book, \textsc{Vita Nuova} print their own Plan 9 and Inferno manuals, both of which can be ordered on their website. + +Another tremendous archive of documents regarding both Inferno and Plan 9 can be found on this website: http://doc.cat-v.org/inferno/ + \end{document}