では TeX ファイル (source code)を見てみます。
\documentclass[a4paper,11pt]{report}
\begin{document}
\title{A Simple Document} % 頁 1A の項目
\author{Me} % 頁 1A の項目
% 頁 1A の項目; 年日 を 指定しないが 表示 される
\maketitle
% 頁 1A ; 頁としては 1 ですが 同じ 頁 が 後2枚 ある 最初の 頁
\begin{abstract} % 頁 1B の項目
A brief document to illustrate how to use \LaTeX. % 頁 1B の項目
\end{abstract} % 頁 1B の項目
% 頁 1B ; 頁としては 1 ですが 同じ 頁 が 後2枚 ある 2番目の 頁
\chapter{Introduction} % 頁 1 の項目
\section{The First Section} % 頁 1 の項目
This is a simple \LaTeX\ document. % 頁 1 の項目
Here is the first paragraph. % 頁 1 の項目
\section{The Next Section} % 頁 1 の項目
% 漸く 正式な 頁 1 になりました
Here is the second paragraph. As you can see it's a very % 頁 1 の項目
short document\footnote{with a footnote}. % 頁 1 の項目
This document was created on: \today. % 頁 1 の項目
\chapter{Another Chapter} % 頁 2 の項目
Here's another very interesting chapter. % 頁 2 の項目
We're going to put a picture here later. % 頁 2 の項目
\chapter*{Acknowledgements} % 頁 3 の項目
I would like to acknowledge all those % 頁 3 の項目
very helpful people who have assisted me in my work. % 頁 3 の項目
\appendix % 頁 4 の項目
\chapter{Tables} % 頁 4 の項目
We will turn this tabular environment into a table later. % 頁 4 の項目
\begin{tabular}{lrr} % 頁 4 の項目
& \multicolumn{2}{c}{\bfseries Expenditure}\\ % 頁 4 の項目
& \multicolumn{1}{c}{Year1} & \multicolumn{1}{c}{Year2}\\ % 頁 4 の項目
\bfseries Travel & 100,000 & 110,000\\ % 頁 4 の項目
\bfseries Equipment & 50,000 & 60,000 % 頁 4 の項目
\end{tabular} % 頁 4 の項
\end{document}
残念ながら 1枚では 収まりません。これだけしか 無いのですが xdvi で 頁部分を見ると

6枚 有るということです。(しかしながら 頁の 表示は 4 迄です)一度 くらい 一式 見ておきましょう。
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り付けています。

頁は 表示 されません。”頁 1A” は 便宜上 付けた。
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り 付けています。”book”には無かった ”abstract”の 部分

頁は 表示 されません。”頁 1B” は 便宜上 付けた。
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り 付けています。

頁 1 にやっとなりました
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り 付けています。

頁 2 です。
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り 付けています。

頁 3 です。
これは文字の部分だけ 切り取っています(適宜 拡大している)。合わせて xdvi の 頁部分も 張り 付けています。

頁 4 です。
にゃんたろう 拝!
2008年 7月 7日 (月) 21:01:34 JST 作成