Add introduction to Specs section, minor restructure of compile order

Signed-off-by: Horst G. Burkhardt III <horst@sxemacs.org>
This commit is contained in:
Horst G. Burkhardt III 2012-08-24 00:11:34 +10:00
parent 398602e7aa
commit f2e519d5a5
3 changed files with 40 additions and 10 deletions

36
01a_specs.tex Normal file
View File

@ -0,0 +1,36 @@
% -*- coding: utf-8 -*-
\part{Specifications Database}
\section{Overview}
\paragraph{%
In knowing how to maintain any system, it is critical to know what the expected %
behaviour of that system is. Hence, this section of the book contains data on the %
stock configuration of all Old World Macintosh models (variants such as the %
Performa line are not included here due to the sheer volume of them.) %
}
\paragraph{%
This database is chiefly divided into two segments, for ease of navigation. The %
first, ``68k Macintoshes'', covers Macintoshes making use of the Motorola 68000 %
series microprocessors. These are identified by a lack of \textsl{\textbf{\textrm{PowerPC}}} %
branding on the case of the machine. The second segment, ``PowerPC Macintoshes'', %
covers Power Macintoshes and PowerBooks bearing the \textsl{\textbf{\textrm{PowerPC}}} logo; %
these machines make use of a high-performance RISC CPU series principally designed by IBM. %
}
\paragraph{%
The data in the following pages is definitive, verified against multiple sources, including %
(where possible) the author's own collection. For machines not in the author's collection, %
data is provided based on at least two sources, three if possible, in order to minimise the %
risk of false information. The only disputable data is what constitutes the ``Optimal'' %
System Software version for a given Macintosh; this is based on the author's own %
experience and is entirely arbitrary. Caveat lector, your mileage may vary. %
}
\cleardoublepage
\input{01b_meta68k.tex}
\cleardoublepage
\input{01c_metappc.tex}

View File

@ -1,8 +1,8 @@
% -*- coding: utf-8 -*-
\part{68k Macintoshes}
\chapter{68k Macintoshes}
\chapter{The Motorola 68k}
\section{The Motorola 68k}
\begin{center}
\includegraphics[height=3in]{68k/68030.pdf} \\

View File

@ -24,7 +24,7 @@
\usepackage[usenames,dvipsnames]{color}
\usepackage{hyperref}
\hypersetup{
pdftitle={Macintosh Hardware Reference},
pdftitle={Classic Macintosh Service Reference},
pdfauthor={-},
colorlinks=true, % ew, boxes
linkcolor=RoyalBlue, % internal links
@ -65,7 +65,7 @@
\renewcommand{\ttdefault}{pcr}
% !- Document STARTS HERE -!
\title{\includegraphics[height=4in]{toplevel/title.pdf} \\ ~ \\ ~ \\ \Huge{Classic Macintosh \\ Hardware and Peripherals \\ } \huge{ ~ \\ \textsc{A Field Reference for Geeks}}}
\title{\includegraphics[height=4in]{toplevel/title.pdf} \\ ~ \\ ~ \\ \Huge{Classic Macintosh \\ Maintenance and Repair \\ } \huge{ ~ \\ \textsc{A Field Reference for Geeks}}}
\date{}
\author{Horst Burkhardt}
@ -78,10 +78,4 @@
\cleardoublepage
\input{01a_specs.tex}
\cleardoublepage
\input{01b_meta68k.tex}
\cleardoublepage
\input{01c_metappc.tex}
\end{document}