%#!platex
%%%
%%% emacsen-common
%%% --- The First Page!
%%% MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
%%% Time-stamp: <2001/12/24 15:38:34 shaolin>

\documentclass[10pt,a4paper]{jarticle}

% === 使用するパッケージの宣言
\usepackage{html,makeidx}
\usepackage[dvips]{graphics}
\usepackage[dvips]{color}
\usepackage{color}

% === マクロの定義
\newcommand{\BoldText}[1]{{\ttfamily\bfseries #1}}
\newcommand{\BoldTextRed}[1]{{\ttfamily\bfseries\color{red}{#1}}}

% === ページフォーマットの定義
%\pagestyle{empty}
\setlength{\topmargin}{-.5in}
\setlength{\textheight}{43\baselineskip}
\setlength{\textwidth}{47zw}
\setlength{\oddsidemargin}{0pt}
\setlength{\evensidemargin}{0pt}

% === その他
\makeindex
\pagecolor[named]{White}

%--------8<--------8<--------8<--------8<--------8<--------8<--------

% === タイトル部分の宣言
\title{emacsen-common に対応した Vine 用 elisp パッケージ作成方法}
\author{%
\htmladdnormallinkfoot{MATSUBAYASHI 'Shaolin' Kohji}%
{mailto:shaolin@vinelinux.org}}
\date{%
%Version 0.99 \\%
\today}

% === ここから本文
\begin{document}
\maketitle
\tableofcontents

% === include する別ファイル
\include{01-Introduction}
\include{02-Preparation}
\include{03-HowItWorks}
\include{04-CreateElispPackages}
%\include{05-UsingVinePPC}
%\include{90-KnownProblem}

\end{document}
