source: projects/emacsen-common/trunk/doc/emacsen-common.tex @ 7238

Revision 7238, 1.3 KB checked in by daisuke, 11 years ago (diff)

import emacsen-common

Line 
1%#!platex
2%%%
3%%% emacsen-common
4%%% --- The First Page!
5%%% MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
6%%% Time-stamp: <2001/12/24 15:38:34 shaolin>
7
8\documentclass[10pt,a4paper]{jarticle}
9
10% === »ÈÍѤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤ÎÀë¸À
11\usepackage{html,makeidx}
12\usepackage[dvips]{graphics}
13\usepackage[dvips]{color}
14\usepackage{color}
15
16% === ¥Þ¥¯¥í¤ÎÄêµÁ
17\newcommand{\BoldText}[1]{{\ttfamily\bfseries #1}}
18\newcommand{\BoldTextRed}[1]{{\ttfamily\bfseries\color{red}{#1}}}
19
20% === ¥Ú¡¼¥¸¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÄêµÁ
21%\pagestyle{empty}
22\setlength{\topmargin}{-.5in}
23\setlength{\textheight}{43\baselineskip}
24\setlength{\textwidth}{47zw}
25\setlength{\oddsidemargin}{0pt}
26\setlength{\evensidemargin}{0pt}
27
28% === ¤½¤Î¾
29\makeindex
30\pagecolor[named]{White}
31
32%--------8<--------8<--------8<--------8<--------8<--------8<--------
33
34% === ¥¿¥¤¥È¥ëÉôʬ¤ÎÀë¸À
35\title{emacsen-common ¤ËÂбþ¤·¤¿ Vine ÍÑ elisp ¥Ñ¥Ã¥±¡¼¥¸ºîÀ®ÊýË¡}
36\author{%
37\htmladdnormallinkfoot{MATSUBAYASHI 'Shaolin' Kohji}%
38{mailto:shaolin@vinelinux.org}}
39\date{%
40%Version 0.99 \\%
41\today}
42
43% === ¤³¤³¤«¤éËÜʸ
44\begin{document}
45\maketitle
46\tableofcontents
47
48% === include ¤¹¤ëÊÌ¥Õ¥¡¥¤¥ë
49\include{01-Introduction}
50\include{02-Preparation}
51\include{03-HowItWorks}
52\include{04-CreateElispPackages}
53%\include{05-UsingVinePPC}
54%\include{90-KnownProblem}
55
56\end{document}
Note: See TracBrowser for help on using the repository browser.