\documentclass[letterpaper,12pt,oneside]{book} %\documentclass[letterpaper,12pt,oneside,draft]{book} %\usepackage[utf8]{inputenc} % Handle UTF8 input files \usepackage[T1]{fontenc} % Allows use of fonts with char codes 128-255 \usepackage{bookman} % Nice rm font \usepackage{ascii} % Nice tt font \usepackage[scaled]{helvet} % Nice sf font \usepackage{geometry} % Page layout commands \usepackage{multicol} % Easy use of multiple columns \usepackage{hyperref} % More flexible hyperref formatting (\hypersetup) \usepackage{blindtext} % Enable \blindtext %\usepackage{scrextend} % A bundle of useful stuff... \usepackage[inline]{enumitem} % Prettier version of enumerate list %\usepackage{color} % Enable colors? \usepackage{framed} % Enable framing (used in examples) \usepackage{graphicx} % Add support for imbedding graphics \usepackage{fancyhdr} % More flexible header formatting \usepackage{xhfill} % Enable \xrfill used in footer \usepackage{booktabs} % Improved table formattting \usepackage{fancyvrb} % Enhances \verbatim to allow internal formatting \usepackage{tocloft} % More versatile toc/lof/lot formatting \usepackage{bookmark} % Avoids "Package rerunfilecheck Warning" %\usepackage{showframe} % Diagnostic \title{RomWBW User Guide\\Version 2.8} \author{Wayne Warthen\\wwarthen@gmail.com\\\\RetroBrew Computing Group\\http://www.retrobrewcomputers.org} \date{\today} % % PDF construction options % %\pdfminorversion=5 %%\pdfobjcompresslevel=1 %\pdfobjcompresslevel=3 %\pdfcompresslevel=9 % % Global page layout and formatting % %\renewcommand*\ttdefault{ascii} %\renewcommand*\rmdefault{bookman} %\renewcommand*\sfdefault{ascii} \renewcommand*{\familydefault}{\sfdefault} \geometry{letterpaper, margin=1.5in} \setlength{\headheight}{14pt} %\setlength\papermarginwidth{1.5in} %\settextfraction{1.0} %\setlength\textheight{5in} %\renewcommand{\baselinestretch}{1.1} \setlength\parskip{1.2em} \setlength\parindent{0pt} \setlist{topsep=0pt} \sloppy \newcommand\todo[1]{\textcolor{red}{[TODO: #1]}} \hypersetup{colorlinks=true} %\addtokomafont{labelinglabel}{\bfseries} % Make list labels bold \renewcommand{\chaptername}{Section} \begin{document} % % Start of frontmatter % \frontmatter \pagestyle{plain} %\maketitle \begin{titlepage} \centering \par \vspace*{72pt} \includegraphics{Logo.png} \par \vfill \raggedleft {\scshape \bfseries \fontsize{48pt}{56pt} \selectfont RomWBW \par} {\bfseries \fontsize{32pt}{36pt} \selectfont User Guide \par} \vspace{24pt} {\huge Version 2.8 \\ \today \par} \vspace{24pt} {\large \itshape RetroBrew Computing Group \\ \href{http://www.retrobrewcomputers.org}{www.retrobrewcomputers.org} \par} \vspace{12pt} {\large \itshape Wayne Warthen \\ \href{mailto:wwarthen@gmail.com}{wwarthen@gmail.com} \par} \end{titlepage} \setcounter{page}{2} \begin{center} \Large \uppercase{Copyright} \end{center} Copyright \copyright{} 2016 Wayne Warthen Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". \bigskip \begin{center} \Large \uppercase{Disclaimer} \end{center} The author makes no representations or warranties with respect to the contents hereof and specifically disclaims any implied warranties of merchantability or fitness for any particular purpose. Further, the author reserves the right to revise this publication and to make changes from time to time in the content hereof without obligation of the author to notify any person of such revision or changes. \bigskip \begin{center} \Large \uppercase{Trademarks} \end{center} CP/M is a registered trademark of Digital Research. ASM, DESPOOL, DDT, LINK-80, MAC, MP/M, PL/1-80 and SID are trademarks of Digital Research. Intel is a registered trademark of Intel Corporation. Zilog and Z80 are registered trademarks of Zilog, Inc. \bigskip \bigskip \begin{center} \rule{3cm}{2pt} \end{center} \bigskip \bigskip \begin{it} This document was formatted using \LaTeX{} and produced using the MiKTeX implementation of pdfLaTeX and BibTeX. \end{it} \newpage \renewcommand{\contentsname}{Table of Contents} \cftpagenumbersoff{chapter} \tableofcontents \clearpage \listoftables \clearpage \listoffigures \clearpage \renewcommand*\ttdefault{pcr} % % Start of main document content % \mainmatter \pagestyle{fancy} \fancyhf{} \renewcommand{\chaptermark}[1]{ \markboth{#1}{} } \renewcommand{\sectionmark}[1]{ \markright{#1}{} } \fancyfoot{\small RetroBrew Computing Group ~~ {\xrfill[3pt]{1pt}[cyan]} ~~ \thepage} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} \fancypagestyle{plain}{ \fancyhf{} \fancyfoot{\small RetroBrew Computing Group ~~ {\xrfill[3pt]{1pt}[cyan]} ~~ \thepage} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} } %\fancyhead{\footnotesize \bfseries \thesection ~ \rightmark \hfill RomWBW User Guide} \fancyhead{\small \thesection ~ \rightmark \hfill RomWBW User Guide} \renewcommand{\headrulewidth}{1pt} \input{Overview.ltx} \input{GettingStarted.ltx} \input{DiskUsage.ltx} \input{SystemMonitor.ltx} \input{OperatingSystems.ltx} \input{Features.ltx} \input{Customization.ltx} \input{FormatSamples.ltx} \appendix \addtocontents{toc}{ {\bigskip \bigskip \Large Appendixes \bigskip \par} } \input{BoardNotes.ltx} \input{Licensing.ltx} \backmatter \end{document}