35 lines
921 B
TeX
35 lines
921 B
TeX
%% Vol III — Research Reference
|
|
%% SOURCE: docs/working/papers/ (multiple files)
|
|
%% docs/working/papers/published/James_Steady-State_Convergence_Adaptive_Runtime.pdf
|
|
%% docs/working/papers/SSRN_companion/ (Math_Companion_SSRN.tex + figures)
|
|
%% TODO(bob): set official title, authors, version, and date
|
|
|
|
\input{../common/preamble}
|
|
|
|
\title{Research Reference: StarForth Physics Runtime\\[0.5em]
|
|
\large Volume III of the StarshipOS Technical Reference}
|
|
\author{Robert A. James}
|
|
\date{%% TODO(bob): set publication date
|
|
}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\include{ch01-ssrn-paper}
|
|
\include{ch02-math-companion}
|
|
\include{ch03-formal-claims}
|
|
\include{ch04-reproducibility}
|
|
\include{ch05-roadmap}
|
|
\include{ch06-ontology}
|
|
\include{ch07-related-work}
|
|
\include{ch08-james-law}
|
|
|
|
\appendix
|
|
\include{appA-glossary}
|
|
|
|
\bibliographystyle{plainnat}
|
|
\bibliography{../common/starship}
|
|
|
|
\end{document}
|