まあ 実例ということです
まず TeX ファイル (source code)を 見てみましょう。これは 今まで扱っ て来たものです。 まあ再掲 ということです。
\documentclass[a5paper,12pt]{report} \begin{document} \title{A Simple Document} \author{Me} \maketitle \tableofcontents \begin{abstract} A brief document to illustrate how to use \LaTeX. \end{abstract} \chapter{Introduction} \section{The First Section} This is a simple \LaTeX\ document. Here is the first paragraph. \section{The Next Section} Here is the second paragraph. As you can see it's a very short document\footnote{with a footnote}. This document was created on: \today. \chapter{Another Chapter} Here's another very interesting chapter. We're going to put a picture here later. \chapter*{Acknowledgements} I would like to acknowledge all those very helpful people who have assisted me in my work. \appendix \chapter{Tables} We will turn this tabular environment into a table later. \begin{tabular}{lrr} & \multicolumn{2}{c}{\bfseries Expenditure}\\ & \multicolumn{1}{c}{Year1} & \multicolumn{1}{c}{Year2}\\ \bfseries Travel & 100,000 & 110,000\\ \bfseries Equipment & 50,000 & 60,000 \end{tabular} \end{document}
全て表示しても 良いのですが 画像が 重いので 目次 最初の頁 最後の頁 の みとします。また 頁が 重複しているのは 拡大したものです。個猫 は もう小 さい文字は 見えません。(もう14歳 です!)
これは preamble の 部分に 下記の追記をしたのみで 出力は 何の 変更もな いので 省略します。
\documentclass[a5paper,12pt]{report}
\begin{document}
\pagenumbering{arabic}
\title{A Simple Document}
\author{Me}
この場合は指定の 有無は関係しません。
にゃんたろう 拝!
2008年 7月11日 (金) 21:00:15 JST 作成