From f2e519d5a5c6c63dbc71b685373cab7e07745b92 Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt III" Date: Fri, 24 Aug 2012 00:11:34 +1000 Subject: [PATCH] Add introduction to Specs section, minor restructure of compile order Signed-off-by: Horst G. Burkhardt III --- 01a_specs.tex | 36 ++++++++++++++++++++++++++++++++++++ 01b_meta68k.tex | 4 ++-- macref.tex | 10 ++-------- 3 files changed, 40 insertions(+), 10 deletions(-) create mode 100644 01a_specs.tex diff --git a/01a_specs.tex b/01a_specs.tex new file mode 100644 index 0000000..75a1a06 --- /dev/null +++ b/01a_specs.tex @@ -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} \ No newline at end of file diff --git a/01b_meta68k.tex b/01b_meta68k.tex index f4d3158..663c27c 100644 --- a/01b_meta68k.tex +++ b/01b_meta68k.tex @@ -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} \\ diff --git a/macref.tex b/macref.tex index 5e3462a..c4b182f 100644 --- a/macref.tex +++ b/macref.tex @@ -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} \ No newline at end of file