1%----------------------------------------------------------------------------
2% Magic User's Manual
3%----------------------------------------------------------------------------
4
5\NeedsTeXFormat{LaTeX2e}[1994/12/01]
6\documentclass[letterpaper,twoside,12pt]{book}
7\usepackage{epsfig,times}
8
9\setlength{\textwidth}{8.5in}
10\addtolength{\textwidth}{-2.0in}
11\setlength{\textheight}{11.0in}
12\addtolength{\textheight}{-2.0in}
13\setlength{\oddsidemargin}{0in}
14\setlength{\evensidemargin}{0pt}
15\setlength{\topmargin}{-0.5in}
16\setlength{\headheight}{0.2in}
17\setlength{\headsep}{0.3in}
18\setlength{\topskip}{0pt}
19
20\def\hinch{\hspace*{0.5in}}
21\def\starti{\begin{center}\begin{tabbing}\hinch\=\hinch\=\hinch\=hinch\hinch\=\kill}
22\def\endi{\end{tabbing}\end{center}}
23\def\ii{\>\>\>}
24\def\mytitle{Magic Tutorial \#X: Title_goes_here}
25
26%----------------------------------------------------------------------------
27
28\begin{document}
29
30\makeatletter
31\newcommand{\ps@magic}{%
32	\renewcommand{\@oddhead}{\mytitle\hfil\today}%
33	\renewcommand{\@evenhead}{\today\hfil\mytitle}%
34	\renewcommand{\@evenfoot}{\hfil\textrm{--{\thepage}--}\hfil}%
35	\renewcommand{\@oddfoot}{\@evenfoot}}
36\newcommand{\ps@mplain}{%
37	\renewcommand{\@oddhead}{}%
38	\renewcommand{\@evenhead}{}%
39	\renewcommand{\@evenfoot}{\hfil\textrm{--{\thepage}--}\hfil}%
40	\renewcommand{\@oddfoot}{\@evenfoot}}
41\makeatother
42\pagestyle{magic}
43
44\begin{frontmatter}
45
46\tableofcontents
47
48\listoffigures
49
50\listoftables
51
52\end{frontmatter}
53
54\chapter Overview
55\input{introduction.tex}
56
57\chapter Manual Pages---Section 1 (Programs)
58
59\chapter Manual Pages---Section 3 (Libraries)
60
61\chapter Manual Pages---Section 5 (File Formats)
62
63\chapter Manual Pages---Section 8 (System Maintenance)
64
65\chapter Tutorials
66\input{tut1.tex}
67\input{tut2.tex}
68\input{tut3.tex}
69\input{tut4.tex}
70\input{tut5.tex}
71\input{tut6.tex}
72\input{tut7.tex}
73\input{tut8.tex}
74\input{tut9.tex}
75\input{tut10.tex}
76\input{tut11.tex}
77\input{tutwrl1.tex}
78\input{tutscm1.tex}
79\input{tutscm2.tex}
80\input{tutscm3.tex}
81\input{tutscm4.tex}
82
83\chapter Maintainer's Manuals
84\input{maint1.tex}
85\input{maint2.tex}
86\input{maint3.tex}
87\input{maint4.tex}
88
89\chapter Technology Manuals
90
91\appendix
92
93\chapter Other Reports In This Series
94
95\end{document}
96