forked from MEGA65/mega65-user-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmega65-basic65-reference.tex
131 lines (104 loc) · 3.68 KB
/
mega65-basic65-reference.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
\input{common-header}
\input{frontcover}
\input{regulatory}
\input{updates}
% paper title
% Titles are generally capitalised except for words such as a, an, and, as,
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
% not capitalised unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title.
\cleardoublepage
\pagenumbering{roman}
\begin{titlepage}
\pagecolor{blue}
\begin{center}
{
\large
% Put a nice amount of vertical space before the title
\vspace*{2cm}
{\Huge\textcolor{white}{\bf{MEGA65 BASIC 65 REFERENCE}}}\\
\vspace{\fill}
{\textcolor{white}
{Published by \\ the MEGA Museum of Electronic Games \& Art e.V., Germany.}}
}
\end{center}
\end{titlepage}
% Then the copyright notice page
\pagecolor{white}\textcolor{black}
\vfill
WORK IN PROGRESS
\index{copyright}Copyright \copyright 2019 -- 2023 by Paul Gardner-Stephen,
the the MEGA Museum of Electronic Games \& Art e.V.
and contributors.
This reference guide is made available under the GNU Free Documentation
License v1.3, or later, if desired. This means that you are free to
modify, reproduce and redistribute this User's Guide, subject to
certain conditions. The full text of the GNU Free Documentation
License v1.3 can be found at
\url{https://www.gnu.org/licenses/fdl-1.3.en.html}.
Implicit in this copyright license, is the permission to duplicate
and/or redistribute this document in whole or in part for use in
education environments. We want to support the education of future
generations, so if you have any worries or concerns, please contact us.
\par\today
\newpagestyle{onlynumber}{\setfoot[][{\bf\small\thepage}][]
{} {\bf\small\thepage} {}}
\pagestyle{onlynumber}
\pagecolor{white}
\hypersetup{linkcolor=black}
\tableofcontents
\hypersetup{linkcolor=blue}
%% XXX - big numbers are not in bold, because latex gets confused
\newcommand*{\justifyheading}{\raggedleft}
\definecolor{headingblue}{rgb}{0.5,0.5,1}
% \titleformat{command}[shape]
% {format}
% {label}
% {sep}
% {before}
% [after]
% ***************
% PART title page
% ***************
\titleclass{\part}{top}
\titleformat{\part}[display]
{\thispagestyle{empty}\pagecolor{blue}\normalfont\huge\bfseries\justifyheading}
{\textcolor{white}{\fontsize{50}{65}\selectfont\bf{PART}\quad{\fontsize{100}{130}\selectfont \bf{\serifed\thepart}}}}
{20pt}
{\Huge\textcolor{white}}
[\newpage\pagecolor{white}\textcolor{black}]
% ******************
% CHAPTER title page
% ******************
\titleformat{\chapter}[display]
{\thispagestyle{empty}\pagecolor{blue}\normalfont\huge\bfseries\justifyheading}
{\textcolor{white}{\MakeUppercase{\chaptertitlename}\quad{\fontsize{100}{130}\selectfont \bf\thechapter}}}
{20pt}
{\Huge\textcolor{white}}
[{\chapmtoc\insertminitoc}\newpage\pagecolor{white}\textcolor{black}\cleardoublepage]
% ******************
% SECTION title page
% ******************
\titleformat{\section}[display]
{\raggedright}
{\thesection}
{20pt}
{\huge\bf\color{headingblue}\uppercase}
[\color{black}]
\input{introduction}
\cleardoublepage
\pagenumbering{arabic}
\input{basic-fragments}
\input{appendix-basic65-indexed}
\input{appendix-basicabbreviations}
\input{appendix-screencodes}
\input{appendix-petsciicodes}
\input{appendix-screenmaps}
\input{appendix-error-messages}
\input{appendix-donors}
\nocite{*}
\bibliographystyle{IEEEtran}
\bibliography{references}
\printindex
\input{common-footer}