\documentclass[a4paper, 12pt]{jsbook}
\usepackage{graphicx, booktabs, amsmath, amssymb, url, makeidx, color}

\usepackage{../sprmacros, fancybox, framed, longtable, bm, comment}

% PDF–ÚŽŸ
\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc,colorlinks=true,urlcolor=black,linkcolor=black,citecolor=black,setpagesize=false]{hyperref}
\ifnum 42146=\euc"A4A2
\AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
\else
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}
\fi


\title{Springhead Users Manual}
\date{}
\author{Yuichi Tazaki and Springhead Development Team.}

\renewcommand{\figurename}{Fig.\,}
\renewcommand{\tablename}{Table\,}

\makeindex

\begin{document}
\maketitle
\tableofcontents

\chapter{Introduction}
\label{chap_intro}
\input{intro}

\chapter{Getting Started}
\label{chap_getstarted}
\input{getstarted}

\chapter{The structure of Springhead}
\label{chap_structure}
\input{structure}

\chapter{Base}
\label{chap_base}
\input{base}

\chapter{Foundation}
\label{chap_foundation}
%\input{foundation}

\chapter{Collision}
\label{chap_collision}
%\input{collision}

\chapter{Physics}
\label{chap_physics}
%\input{physics}

\chapter{Graphics}
\label{chap_graphics}
%\input{graphics}

\chapter{FileIO}
\label{chap_fileio}
%\input{fileio}

\chapter{HumanInterface}
\label{chap_humaninterface}
%\input{humaninterface}

\chapter{Creature}
\label{chap_creature}
%\input{creature}

\chapter{Framework}
\label{chap_framework}
%\input{framework}

\chapter{Cooperation with python}
\label{chap_embpython}
%\input{embpython}

\chapter{Troubleshooting}
\label{chap_trouble}
%\input{trouble}

\printindex

\end{document}
