yatex

diff help/YATEXHLP.eng @ 51:b0371b6ed799

Created `ChangeLog'. Log hereafter will be written in `ChangeLog'.
author yuuji
date Tue, 20 Dec 1994 21:00:21 +0000
parents
children 5d94deabb9f9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/help/YATEXHLP.eng	Tue Dec 20 21:00:21 1994 +0000
     1.3 @@ -0,0 +1,1360 @@
     1.4 +textfloatsep
     1.5 +\addtolength{\textfloatsep}{LENGTH}
     1.6 +Length between the text and, float of the top or bottom of page
     1.7 +
     1.8 +floatsep
     1.9 +\addtolength{\floatsep}{LENGTH}
    1.10 +Length between two floats
    1.11 +
    1.12 +oddsidemargin
    1.13 +\setlength{\oddsidemargin}{LENGTH}
    1.14 +右ページの左端から1インチ(2.54cm)の線と本文の距離
    1.15 +
    1.16 +pagestyle
    1.17 +\pagestyle{スタイル}
    1.18 +出力ページのヘッダとフッタのスタイルを決める。スタイルには以下のものがある:
    1.19 +plain		標準スタイル. フッタにページ番号だけつける.
    1.20 +empty		ヘッダにもフッタにも何も出力しない.
    1.21 +headings	ヘッダにセクションに応じた見出しとページ番号をつけ
    1.22 +		フッタには何も出力しない.
    1.23 +myheadings	headingsのスタイルで、ヘッダの情報を \markbpth と
    1.24 +		\markright で指定できる.
    1.25 +
    1.26 +thispagestyle
    1.27 +\thispagestyle{スタイル}
    1.28 +現在のページだけのスタイルを決定する。
    1.29 +
    1.30 +pagenumbering
    1.31 +\pagenumbering{スタイル}
    1.32 +ページ番号のスタイルを決める。スタイルには以下のものがある:
    1.33 +arabic		アラビア数字
    1.34 +alph		小文字の英字
    1.35 +Alph		大文字の英字
    1.36 +roman		小文字のローマ数字
    1.37 +Roman		大文字のローマ数字
    1.38 +
    1.39 +shortstack
    1.40 +\shortstack[場所]{重ねて\\表示する\\内容}
    1.41 +{}内の内容を\\で区切られた単位毎に積み重ねて表示する。
    1.42 +[場所]は、l(左寄せ)、c(センタリング)、r(右寄せ)のいずれか。
    1.43 +
    1.44 +newlength
    1.45 +\newlength{NAME}
    1.46 +NAMEという長さコマンドを新たに宣言する。
    1.47 +
    1.48 +addtolength
    1.49 +\addtolength{長さコマンド}{数値}
    1.50 +第1引数の長さを第2に引数の数値を足す。
    1.51 +代表的なスタイルパラメータについては \setlength の項を参照せよ。
    1.52 +
    1.53 +setlength
    1.54 +\setlength{長さコマンド}{数値}
    1.55 +第1引数の長さを第2に引数の数値に設定する。
    1.56 +代表的なスタイルパラメータは以下の通り:
    1.57 +(スタイルパラメータの変更はプリアンブルで行うこと)
    1.58 +\evensidemargin	\footheight	\footskip	\headheight
    1.59 +\headsep	\marginparsep	\marginparwidth	\oddsidemargin
    1.60 +\textheight	\textwidth	\topmargin	\topskip
    1.61 +\parindent	\baselineskip	\baselinestretch \parskip
    1.62 +\columnsep	\columnseprule	\mathindent
    1.63 +
    1.64 +settowidth{\NAME}{TEXT}
    1.65 +\hbox{TEXT}の出力結果と同じ幅に長さ\NAME をセットする。
    1.66 +
    1.67 +evensidemargin
    1.68 +\setlength{\evensidemargin}{LENGTH}
    1.69 +左ページの左端から1インチ(2.54cm)の線と本文の距離
    1.70 +
    1.71 +footheight
    1.72 +\setlength{\footheight}{LENGTH}
    1.73 +フッタの高さ
    1.74 +
    1.75 +footskip
    1.76 +\setlength{\footskip}{LENGTH}
    1.77 +本文の箱の下端とフッタの距離
    1.78 +
    1.79 +headheight
    1.80 +\addtolength{\headheight}{LENGTH}
    1.81 +ヘッダの高さ
    1.82 +
    1.83 +headsep
    1.84 +\setlength{\headsep}{LENGTH}
    1.85 +ヘッダと本文の間隔
    1.86 +
    1.87 +marginparsep
    1.88 +\addtolength{\marginparsep}{LENGTH}
    1.89 +傍注と本文の間隔
    1.90 +
    1.91 +marginparwidth
    1.92 +\addtolength{\marginparwidth}{LENGTH}
    1.93 +傍注の幅
    1.94 +
    1.95 +oddsidemargin
    1.96 +\addtolength{\oddsidemargin}{LENGTH}
    1.97 +右ページの左端から1インチ(2.54cm)の線と本文の距離
    1.98 +
    1.99 +textheight
   1.100 +\addtolength{\textheight}{LENGTH}
   1.101 +本文の高さ
   1.102 +
   1.103 +textwidth
   1.104 +\addtolength{\textwidth}{LENGTH}
   1.105 +本文の幅
   1.106 +
   1.107 +topmargin
   1.108 +\addtolength{\topmargin}{LENGTH}
   1.109 +ページ上端から1インチの線とヘッダの距離
   1.110 +
   1.111 +topskip
   1.112 +\addtolength{\topskip}{LENGTH}
   1.113 +本文の箱の上端と一行目のテキストとの間隔
   1.114 +
   1.115 +parindent
   1.116 +\setlength{\parindent}{LENGTH}
   1.117 +\parindent	段落の先頭の字下げ幅.
   1.118 +
   1.119 +linewidth
   1.120 +\addtolength{\linewidth}{LENGTH}
   1.121 +\linewidth	行の幅.
   1.122 +
   1.123 +baselineskip
   1.124 +\addtolength{baselineskip}{LENGTH}
   1.125 +\baselineskip	行のベースライン間の最低限の高さ.
   1.126 +
   1.127 +baselinestretch
   1.128 +\renewcommand{baselinestretch}{1.5}
   1.129 +\baselinestretch \baselineskip に乗ずる係数.		(default=1)
   1.130 +(* \setlengthなどではなく、\renewcommandで再定義する。)
   1.131 +
   1.132 +parskip
   1.133 +\addtolength{\parskip}{LENGTH}
   1.134 +\parskip	段落前の垂直スペース.
   1.135 +
   1.136 +columnsep
   1.137 +\addtolength{\columnsep}{LENGTH}
   1.138 +\columnsep	2段組みの時の段間の幅.
   1.139 +
   1.140 +columnseprule
   1.141 +\addtolength{\columnseprule}{LENGTH}
   1.142 +二段組の時の段間の罫線の太さ.
   1.143 +
   1.144 +columnwidth
   1.145 +\addtolength{\columnwidth}{LENGTH}
   1.146 +二段組の時には (\textwidth - \columnsep)/2
   1.147 +そうでない時は、\textwidth
   1.148 +
   1.149 +
   1.150 +columnseprule
   1.151 +\addtolength{columnseprule}{LENGTH}
   1.152 +\columnseprule	2段組みの時の段間の罫線の幅.		(default=0pt)
   1.153 +
   1.154 +mathindent
   1.155 +\addtolength{mathindent}{LENGTH}
   1.156 +\mathindent	スタイルオプションで fleqn を指定した場合の、
   1.157 +		左マージンからの数式の字下げ幅.
   1.158 +
   1.159 +LaTeX
   1.160 +\LaTeX
   1.161 +\LaTeX のロゴを表示。\LaTeX の定義は以下の通り。
   1.162 +\def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em
   1.163 +    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
   1.164 +
   1.165 +fragile
   1.166 +** LaTeX用語 **
   1.167 +引数によって展開結果が変わるようなコマンドをいう。
   1.168 +その逆は robust なコマンド。
   1.169 +
   1.170 +robust
   1.171 +** LaTeX用語 **
   1.172 +展開結果が常に変わらないようなコマンドをいう。
   1.173 +フォント/サイズ指定子、長さコマンド、数式モード中に使う多くのコマンドは
   1.174 +robustなコマンド。
   1.175 +(maketitle型コマンドのうちオプション引数を全くとらないものと考えて良い)
   1.176 +
   1.177 +protect
   1.178 +\protect「fragileなコマンド」
   1.179 +引数によって結果が変わるようなコマンドを「fragileなコマンド」と言う。
   1.180 +一方、引数がいろいろな箇所で参照されるコマンドを「動く引数を取るコマンド
   1.181 +と言う。これは chapter や caption など目次などから参照される引数をとるも
   1.182 +のや、tabular/array 環境の @ 表現が該当する。
   1.183 +
   1.184 +さて、これらの「動く引数を取るコマンド」の引数に「fragileなコマンド」を
   1.185 +与える時に(fragileなコマンドの直前に)使うのが \protect である。以下は典
   1.186 +型的な利用例である。
   1.187 +
   1.188 +\newcommand{\thissystem}[1]{YaTeX version #1}
   1.189 +\chapter{\protect \thissystem{1.50}について}
   1.190 +
   1.191 +newcommand
   1.192 +\newcommand{\コマンド名}[引数の数]{定義}
   1.193 +「コマンド名」を「引数の数」個の引数を取る「定義」であるマクロとして定義
   1.194 +する。定義中でn番目の引数は #n として参照する。
   1.195 +	\newcommand{\foo}[1]{\underline{#1}}
   1.196 +とすると \foo{bar} は \underline{bar} と展開される。したがってフォント指
   1.197 +定子を含む場合newcommandの{}につられて、
   1.198 +	\newcommand{\foo}[1]{\bf #1}
   1.199 +とすると \foo{bar} がテキスト中で \bf bar と展開されてしまうので、
   1.200 +	\newcommand{\foo}[1]{{\bf #1}}
   1.201 +としなければならない。
   1.202 +
   1.203 +  「コマンド名」のマクロが既に定義されている場合はエラーとなる。再定義す
   1.204 +る場合は、\renewcommandを使う。
   1.205 +
   1.206 +renewcommand
   1.207 +\renewcommand{\コマンド名}[引数の数]{定義}
   1.208 +既に定義されているコマンドを別の内容で再定義する。
   1.209 +以下は \newcommand の説明。
   1.210 +<refer newcommand>
   1.211 +
   1.212 +newenvironment
   1.213 +\newenvironment{環境名}[引数の数]{定義1}{定義2}
   1.214 +新たな環境を定義する。
   1.215 +\begin{環境名}の時の展開内容を「定義1」に\end{環境名}の時の展開内容を
   1.216 +「定義2」に記述する。
   1.217 +	\newcommand{\環境名}{定義1} \def{\end環境名}{定義2}
   1.218 +と同値。
   1.219 +
   1.220 +renewenvironment
   1.221 +\renewenvironment{環境名}[引数の数]{定義1}{定義2}
   1.222 +既に定義されている「環境名」を別の内容で再定義する。
   1.223 +以下は、\newenvironmentの説明。
   1.224 +
   1.225 +<refer newenvironment>
   1.226 +
   1.227 +typeout
   1.228 +\typeout{メッセージ}
   1.229 +タイプセット中に「メッセージ」を端末に出力する。
   1.230 +
   1.231 +typein
   1.232 +\typein{メッセージ}	\typein[\マクロ]{メッセージ}
   1.233 +タイプセット中に「メッセージ」をプロンプトに出し、入力した結果を実行する。
   1.234 +第二の書式では、「\マクロ」を入力したものに定義する。
   1.235 +
   1.236 +par
   1.237 +\par
   1.238 +段落の区切りの役割をする。空行と同じ。
   1.239 +
   1.240 +everypar
   1.241 +\everypar
   1.242 +RTFM
   1.243 +
   1.244 +nopagebreak
   1.245 +\nopagebreak[i]		(i = 0,1,2,3,4)
   1.246 +改頁を強さiで抑制する([i]を省略すると4)。
   1.247 +
   1.248 +pagebreak
   1.249 +\pagebreak[i]		(i = 0,1,2,3,4)
   1.250 +改頁を強さiで促す([i]を省略すると4)。
   1.251 +
   1.252 +linebreak
   1.253 +\linebreak[i]		(i = 0,1,2,3,4)
   1.254 +改行を強さiで促す([i]を省略すると4)。
   1.255 +
   1.256 +nolinebreak
   1.257 +\nolinebreak[i]		(i = 0,1,2,3,4)
   1.258 +改行を強さiで抑制する([i]を省略すると4)。
   1.259 +
   1.260 +samepage
   1.261 +\samepage
   1.262 +改頁を禁止する。
   1.263 +RTFM
   1.264 +
   1.265 +obeycr
   1.266 +\obeycr
   1.267 +<CR> を \\. に定義する。→\restorecr
   1.268 +
   1.269 +restorecr
   1.270 +\restorecr
   1.271 +\obeycrで変更した<CR>の定義を元に戻す。
   1.272 +
   1.273 +\
   1.274 +\\		\\[長さ]
   1.275 +(任意の場所で)改行する。段落中では、\newline と同じ。
   1.276 +オプション引数の[長さ]を指定すると、次の行との間隔を
   1.277 +\vspace{LENGTH}によって確保する。
   1.278 +
   1.279 +addvspace
   1.280 +\addvspace{スキップ}
   1.281 +縦方向の間隔に「スキップ」の値を足す。ただし
   1.282 +\addvspace{S1} \addvspace{S2} と複数の値を同時に指定しても
   1.283 +\addvspace{S1,S2のうち大きいほう} と同値になる。
   1.284 +
   1.285 +vspace
   1.286 +\vspace{間隔}		\vspace*{間隔}
   1.287 +垂直方向に「間隔」ぶんのスペースを足す。
   1.288 +\vspace* はどんな場所でもスペースを足すが、\vspace はページの先頭や
   1.289 +末尾でははたらかない。
   1.290 +
   1.291 +vspace*
   1.292 +\vspace{間隔}		\vspace*{間隔}
   1.293 +垂直方向に「間隔」ぶんのスペースを足す。
   1.294 +\vspace* はどんな場所でもスペースを足すが、\vspace はページの先頭や
   1.295 +末尾でははたらかない。
   1.296 +
   1.297 +hspace
   1.298 +\hspace{間隔}		\hspace*{間隔}
   1.299 +水平方向に「間隔」ぶんのスペースを足す。
   1.300 +\hspace* はどんな場所でもスペースを足すが、\hspace は行の先頭や末尾では
   1.301 +はたらかない。
   1.302 +
   1.303 +hspace*
   1.304 +\hspace{間隔}		\hspace*{間隔}
   1.305 +水平方向に「間隔」ぶんのスペースを足す。
   1.306 +\hspace* はどんな場所でもスペースを足すが、\hspace は行の先頭や末尾では
   1.307 +はたらかない。
   1.308 +
   1.309 +smallskip
   1.310 +\smallskip
   1.311 +垂直方向に小さな間隔を空ける。
   1.312 +\def\smallskip{\vspace\smallskipamount}
   1.313 +
   1.314 +medskip
   1.315 +\medskip
   1.316 +垂直方向に中くらいの間隔を空ける。
   1.317 +\def\medskip{\vspace\medskipamount}
   1.318 +
   1.319 +bigskip
   1.320 +\bigskip
   1.321 +垂直方向に大きな間隔を空ける。
   1.322 +\def\bigskip{\vspace\bigskipamount}
   1.323 +
   1.324 +,
   1.325 +\,
   1.326 +狭いスペースを空ける。段落モード、LRモード、数式モードいずれでも利用可。
   1.327 +クォートの中にクォートを書くときなどに用いる。
   1.328 +例: ``\,`Foo', he said.''
   1.329 +数式モードで使えるスペースには以下のものがある:
   1.330 +	\:	少し広い
   1.331 +	\!	負で狭い
   1.332 +	\;	広い
   1.333 +
   1.334 +:
   1.335 +$\:$
   1.336 +少し広いスペース。数式モードのみ。
   1.337 +
   1.338 +!
   1.339 +$\!$
   1.340 +狭い負のスペース。数式モードのみ。
   1.341 +
   1.342 +;
   1.343 +$\;$
   1.344 +広いスペース。数式モードのみ。
   1.345 +
   1.346 +@whilenum
   1.347 +\@whilenum TEST \do {BODY}  
   1.348 +この辺あとで
   1.349 +
   1.350 +nofiles
   1.351 +\nofiles
   1.352 +プリアンブルで宣言すると、.aux, .idx, .lof, .lot, .toc ファイルの作成が
   1.353 +抑制される。
   1.354 +
   1.355 +includeonly
   1.356 +\includeonly{sub1}	\includeonly{sub1,sub3}
   1.357 +\include{}で読み込むファイルのうち、実際に読み込み処理するものを指定する。
   1.358 +(.texは省略可)
   1.359 +\includeonlyの引数リストにないファイルはまったく処理されない、または前回
   1.360 +以前に処理されている場合そこから全く変更がないものとして扱われる。
   1.361 +
   1.362 +include
   1.363 +\include{FILE}
   1.364 +\clearpage \input{FILE} \clearpage
   1.365 +と同じはたらきをする。
   1.366 +
   1.367 +input
   1.368 +\input{FILE}
   1.369 +FILE.tex がそこにあるかのように処理を続ける。
   1.370 +
   1.371 +setcounter
   1.372 +\setcounter{FOO}{VAL}
   1.373 +カウンタFOOの値をVALに設定する。
   1.374 +
   1.375 +addtocounter
   1.376 +\addtocounter{FOO}{VAL}
   1.377 +カウンタFOOの値にVALを加える。
   1.378 +
   1.379 +newcounter
   1.380 +\newcounter{COUNTER}[OLDCTR]
   1.381 +新しいカウンタCOUNTERを設定する。
   1.382 +オプション引数[OLDCTR]を指定すると、既存のカウンタOLDCTRの値が
   1.383 +\stepcounter もしくは \addtocounter で変更されるたびにCOUNTERの値もリセッ
   1.384 +トされる。
   1.385 +
   1.386 +value
   1.387 +\value{COUNTER}
   1.388 +COUNTERの値を返す。\protect を前置してはならない。
   1.389 +
   1.390 +stepcounter
   1.391 +\stepcounter{FOO}
   1.392 +カウンタFOOの値をインクリメントする。FOOに従うカウンタがあればそれらをリ
   1.393 +セットする。
   1.394 +
   1.395 +refstepcounter
   1.396 +\refstepcounter{FOO}
   1.397 +カウンタFOOの値をインクリメントする。FOOに従うカウンタがあればそれらをリ
   1.398 +セットする。\stepcounterとの違いは、\refstepcounter{FOO} の直後に 
   1.399 +\label{hoge} があった場合に、\ref{hoge} の値が \value{FOO} を持つように
   1.400 +「\ref値」を設定することである。
   1.401 +
   1.402 +arabic
   1.403 +\arabic{COUNTER}
   1.404 +アラビア数字でCOUNTERの値を出力。
   1.405 +
   1.406 +roman
   1.407 +\roman{COUNTER}
   1.408 +小文字のローマ数字でCOUNTERの値を出力。
   1.409 +
   1.410 +Roman
   1.411 +\Roman{COUNTER}
   1.412 +大文字のローマ数字でCOUNTERの値を出力。
   1.413 +
   1.414 +alph
   1.415 +\alph{COUNTER}
   1.416 +小文字の英字でCOUNTERの値を出力。
   1.417 +
   1.418 +Alph
   1.419 +\Alph{COUNTER}
   1.420 +大文字の英字でCOUNTERの値を出力。
   1.421 +
   1.422 +fnsymbol
   1.423 +\fnsymbol{COUNTER}
   1.424 +脚注シンボル(1 = *, 2 = \dagger, ...) でCOUNTERの値を出力。数式モードのみ。
   1.425 +
   1.426 +label
   1.427 +\label{LABEL}
   1.428 +ラベルLABELの値をその時の「\ref値」に設定する。
   1.429 +この値は、\ref{LABEL}によって参照される。また\pageref{LABEL}により
   1.430 +\label{LABEL}の存在するページ番号が参照される。
   1.431 +「\ref値」とは \section などのセクションコマンド、enumerate環境での
   1.432 +\item コマンド、theorem環境などによって設定される値である。例えば、
   1.433 +enumerate環境中の \item の直後ではそのitemの番号が「\ref値」となり、
   1.434 +そこにある \label{LABEL} はitemの番号をLABELにセットする。
   1.435 +
   1.436 +ref
   1.437 +\ref{LABEL}
   1.438 +\label{LABEL}で設定したLABELの値を参照する。
   1.439 +本文中で設定されたラベルにたいしてはページ番号が、
   1.440 +図表中で設定されたラベルは図表番号が、
   1.441 +enumerateされたitemで設定されたラベルにたいしては、item番号が返される。
   1.442 +
   1.443 +pageref
   1.444 +pageref{LABEL}
   1.445 +\label{LABEL}の存在するページ番号を参照する。
   1.446 +
   1.447 +(
   1.448 +\( 数式 \)
   1.449 +文中数式を組む。
   1.450 +\begin{math} 数式 \end{math}
   1.451 +と同値。\( および \)は fragile.
   1.452 +
   1.453 +)
   1.454 +\( x^2 = 4 \)
   1.455 +文中数式を組む。
   1.456 +\begin{math} 数式 \end{math}
   1.457 +と同値。\( および \)は fragile.
   1.458 +
   1.459 +[
   1.460 +ディスプレイ数式を組む。
   1.461 +\[ 数式 \]
   1.462 +\begin{displaymath} 数式 \end{displaymath}
   1.463 +と同値。\[ および \]は fragile.
   1.464 +
   1.465 +)
   1.466 +\[ 数式 \]
   1.467 +ディスプレイ数式を組む。
   1.468 +\begin{displaymath} 数式 \end{displaymath}
   1.469 +と同値。\[ および \]は fragile.
   1.470 +
   1.471 +equation
   1.472 +\begin{equation} 数式 \end{equation}
   1.473 +番号つきの数式をdisplaymath環境で組む。
   1.474 +
   1.475 +eqnarray
   1.476 +\begin{eqnarray} 方程式の並び \end{eqnarray}
   1.477 +方程式の並びを3つの桁に整理して出力する。3つの桁は&記号によって、
   1.478 +「左辺 & 等不等号 & 右辺」のように区切られる。例えば以下のようにする。
   1.479 +\begin{eqnarray}
   1.480 + 3x + 2y & = & 4 \\
   1.481 +  x - 4y & = & -5
   1.482 +\end{eqnarray}
   1.483 +eqnarray* 環境は数式番号を出力しないほかはeqnarray環境と同じである。
   1.484 +
   1.485 +eqnarray*
   1.486 +\begin{eqnarray*} 方程式の並び \end{eqnarray*}
   1.487 +数式番号を出力しないほかはeqnarray環境と同じである。
   1.488 +
   1.489 +frac
   1.490 +\frac{分子}{分母}
   1.491 + 分子
   1.492 +------   のような分数形式を組む。{分子 \over 分母} と同じ。
   1.493 + 分母
   1.494 +
   1.495 +sqrt
   1.496 +\sqrt[N]{式}
   1.497 +「式」のN乗根をあらわす数式。[N]を省略すると平方根。
   1.498 +
   1.499 +lefteqn
   1.500 +\lefteqn{式}
   1.501 +ディスプレイ数式モードにおいて、「式」が幅ゼロであるとみなして、左寄せす
   1.502 +る。たとえばeqnarray環境において、左辺が長くなってしまう場合に、行を
   1.503 +折り畳むために利用する。
   1.504 +\begin{eqnarray}
   1.505 + \lefteqn{a_1 + a_2 + \cdots + a_n =} \\
   1.506 + 	&	&	a_1 + b_1 + \cdots + z_1 + \\
   1.507 + 	&	&	b_2 + c+2 + \cdost + z_2
   1.508 +\end{eqnarray}
   1.509 +
   1.510 +center
   1.511 +\begin{center} 内容 \end{center}
   1.512 +「内容」を中央寄せする。各行は\\によって改行位置を指定する。
   1.513 +→ \centering
   1.514 +
   1.515 +flushright
   1.516 +\begin{flushright} 内容 \end{flushright}
   1.517 +「内容」を右寄せする。各行は\\によって改行位置を指定する。
   1.518 +→ \raggedright
   1.519 +
   1.520 +flushleft
   1.521 +\begin{flushleft} 内容 \end{flushleft}
   1.522 +「内容」を左寄せする。各行を\\によって改行位置を指定するとその位置で改行
   1.523 +するが、指定しないと適当な行長のところで改行してくれる。
   1.524 +→ \raggedleft
   1.525 +
   1.526 +centering
   1.527 +\centering 
   1.528 +段落をセンタリングして組版する。
   1.529 +たとえば table環境、figura環境の先頭で宣言すると環境の終りまでをセンタリ
   1.530 +ングして組む。
   1.531 +
   1.532 +raggedright
   1.533 +\raggedright
   1.534 +段落を右寄せして組版する。
   1.535 +
   1.536 +raggedleft
   1.537 +\raggedleft
   1.538 +段落を左寄せして組版する。
   1.539 +
   1.540 +raggedbottom
   1.541 +\raggedbottom
   1.542 +組版する時に各ページの高さに多少のずれがあっても許容する。
   1.543 +プリアンブルで指定する。
   1.544 +→\flushbottom
   1.545 +
   1.546 +flushbottom
   1.547 +\flushbottom
   1.548 +組版する時に各ページの高さを正確にそろえる。
   1.549 +プリアンブルで指定する。
   1.550 +→\raggedbottom
   1.551 +
   1.552 +sloppy
   1.553 +\sloppy
   1.554 +\sloppy を指定すると、各行を必ず右マージンで折り返す代わりに、
   1.555 +単語間の空白を大目に見る。
   1.556 +→\fussy
   1.557 +
   1.558 +fussy
   1.559 +\fussy
   1.560 +通常の組版規則に戻る。
   1.561 +→\sloppy
   1.562 +
   1.563 +sloppypar
   1.564 +\begin{sloppypar} 段落 \end{sloppypar}
   1.565 +段落を \sloppy で組む。
   1.566 +→\sloppy
   1.567 +
   1.568 +verbatim
   1.569 +\begin{verbatim} ... \end{verbatim}
   1.570 +The verbatim environment uses the fixed-width \tt font, turns blanks into 
   1.571 +spaces, starts a new line for each carrige return (or sequence of 
   1.572 +consecutive carriage returns), and interprets EVERY character literally.
   1.573 +I.e., all special characters \, {, $, etc. are \catcode'd to 'other'.
   1.574 +
   1.575 +verbatim*
   1.576 +\begin{verbatim*} ... \end{verbatim*}
   1.577 +<refer verbatim>
   1.578 +
   1.579 +The verbatim* environment is the same, except that spaces
   1.580 +print as the TeXbook's space character instead of as blank spaces.
   1.581 +
   1.582 +list
   1.583 +\begin{list}{デフォルトラベル}{整形パラメータ} ... \end{list}
   1.584 +リスト環境に入る。リスト環境では \item で指定された各項目を一定の字下げ
   1.585 +で列挙する。第1引数には \item のオプション引数のラベルが省略された時のデ
   1.586 +フォルトラベルを指定し、第2引数には各itemを置く時に処理されるパラメータ
   1.587 +を指定する。
   1.588 +例:
   1.589 +\begin{list}%
   1.590 + {$\diamond$}
   1.591 + {\addtolength{\leftmargin}{4em}}
   1.592 + \item 第1引数には\verb|\item| にオプション引数をつけなかった時にふる、
   1.593 +       デフォルトのラベルを与える。
   1.594 + \item 第2引数には各itemを置く時に処理されるパラメータを与える。
   1.595 + \item[*] のようにオプション引数をつけるとそれがラベルとなる。
   1.596 +\end{list}
   1.597 +
   1.598 +  list環境の体裁を制御する変数には以下のものがある(括弧内は既定値)。
   1.599 +水平方向:
   1.600 +<refer list環境の体裁を制御する変数>
   1.601 +
   1.602 +list環境の体裁を制御する変数
   1.603 +\labelwidth	itemのラベルの幅
   1.604 +\labelsep	ラベルの右端と最初のアイテムのテキストとの間隔
   1.605 +\leftmargin	list環境内での左マージン
   1.606 +\rightmargin	同右マージン (0pt)
   1.607 +\itemindent	itemの直前に加えられるインデント幅 (0pt)
   1.608 +\linewidth	一行の幅
   1.609 +\listparindent	各パラグラフの先頭のインデント(ただし\itemの付いている先
   1.610 +		頭のパラグラフを除く)(0pt)
   1.611 +
   1.612 +垂直方向:
   1.613 +\topsep		list環境に入る前のパラグラフと最初のitemとの間隔
   1.614 +\partopsep	list環境で新しいパラグラフをはじめる時に\topsepに加えら
   1.615 +		れる付加的な間隔
   1.616 +\itemsep	連続するitemどうしの間隔
   1.617 +\parsep		一つのitem内でのパラグラフどうしの間隔
   1.618 +
   1.619 +
   1.620 +itemize
   1.621 +\begin{itemize} \item アイテム1 ... \item アイテムn \end{itemize}
   1.622 +項目を列挙するための環境。
   1.623 +最大4つまでネストできる。
   1.624 +各レベルのitemの頭につく記号は、\labelitemi, \labelitemii,
   1.625 +\labelitemiii, \labelitemiv で制御される。
   1.626 +
   1.627 +itemize環境の体裁を制御する変数には以下のものがある。
   1.628 +<refer list環境の体裁を制御する変数>
   1.629 +
   1.630 +
   1.631 +enumerate
   1.632 +\begin{enumerate} \item アイテム1 ... \item アイテムn \end{enumerate}
   1.633 +項目を番号つきで列挙するための環境。
   1.634 +最大4つまでネストできる。
   1.635 +各レベルのitemの頭につく番号は、enumi, enumii, enumiii, enumiv
   1.636 +が保持していて、各itemのラベルは、\labelenumi, ..., \labelenumiv
   1.637 +で生成される。また、\p@enumN\theenumN は \ref値を設定する。
   1.638 +(Nはレベルの深さ。\ref値については\refの説明を参照せよ)
   1.639 +たとえば
   1.640 +\def\theenumii{\alph{enumii}}
   1.641 +\def\p@enumii{\theenumi\theenumii}
   1.642 +\def\labelenumii{(\theenumii)}
   1.643 +とすると \ref値が 3a などのように設定される。
   1.644 +
   1.645 +enumerate環境の体裁を制御する変数には以下のものがある。
   1.646 +<refer list環境の体裁を制御する変数>
   1.647 +
   1.648 +item
   1.649 +\item			\item[LABEL]
   1.650 +itemize, enumerate, description 環境などで項目を開始する。
   1.651 +[LABEL]を指定するとラベルとしてLABELを出力する。
   1.652 +
   1.653 +description
   1.654 +\begin{description} \item[見出し単語] 説明 ... \end{description}
   1.655 +[見出し単語]を見出しとする
   1.656 +
   1.657 +subitem
   1.658 +\subitem 項目
   1.659 +サブアイテムを定義。
   1.660 +
   1.661 +subsubitem
   1.662 +\subsubitem 項目
   1.663 +サブサブアイテムを定義。
   1.664 +
   1.665 +makebox
   1.666 +\makebox[WID][POS]{オブジェクト}	\makebox(X,Y)[POS]{オブジェクト}
   1.667 +第1の書式では、オブジェクトをWIDで指定した幅として、\hbox 内の
   1.668 +POSで指定した場所に配置する。POSにlを指定すると左寄せ、rを指定すると右寄せ、
   1.669 +何も指定しないとセンタリングされる。
   1.670 +第2の書式では、picuture環境で大きさ(X,Y)の(\unitlengthを基準とする)
   1.671 +\hbox にオブジェクトを配置する。配置位置POSは第1の書式と同様。
   1.672 +
   1.673 +mbox
   1.674 +\mbox{オブジェクト}
   1.675 +\makebox{オブジェクト}と同じ。
   1.676 +
   1.677 +newsavebox
   1.678 +\newsavebox{\CMD}
   1.679 +新規のボックス保存用コマンドを定義する。\CMDは \savebox コマンドで
   1.680 +ボックスを保存するために使う。\newsaveboxで宣言したコマンド名は
   1.681 +常にグローバルとなる。
   1.682 +
   1.683 +savebox
   1.684 +\savebox{\CMD}{テキスト}
   1.685 +ボックスを組む内容である「テキスト」の結果を\CMDに保存する。
   1.686 +「テキスト」は \makebox への引数と全く同じであるが、「テキスト」を
   1.687 +処理した結果はその場に表示はしない。\usebox{\CMD}により処理したボックス
   1.688 +が置かれる。
   1.689 +
   1.690 +sbox
   1.691 +\sbox{\CMD}{テキスト}
   1.692 +\saveboxと同じ。sboxはrobust, saveboxはfragile
   1.693 +
   1.694 +framebox
   1.695 +\framebox{オブジェクト}
   1.696 +「オブジェクト」に枠をつけて\makeboxと同様の処理をする。
   1.697 +枠の線の太さは \framerule、オブジェクトとの間隔は \framesep で決まる。た
   1.698 +だしpicture環境で \framebox(X,Y){オブジェクト}とした場合は、picture環境
   1.699 +用の線の太さに従い、外枠とオブジェクトとの間隔は空けられない。
   1.700 +
   1.701 +fbox
   1.702 +\fbox{オブジェクト}
   1.703 +\framebox{オブジェクト}と同じ。
   1.704 +\fboxはrobust, \frameboxはfragile
   1.705 +
   1.706 +parbox
   1.707 +\parbox[POS]{WIDTH}{TEXT}
   1.708 +TEXTをWIDThの幅で組んでボックスを作成する。ボックスの位置はPOSによって
   1.709 +c : センタリング(デフォルト)
   1.710 +b : ボックスの一番下の線が現テキストのラインに合う
   1.711 +t : ボックスの一番上の線が現テキストのラインに合う
   1.712 +のように決められる。\parboxではパラメータが以下のようにリセットされる。
   1.713 +
   1.714 +\parskip          = 0pt
   1.715 +\linewidth        = \hsize
   1.716 +\@totalleftmargin = 0pt
   1.717 +\leftskip         = 0pt
   1.718 +\rightskip        = 0pt
   1.719 +\@rightskip       = 0pt
   1.720 +\parfillskip      = 0pt plus 1fil
   1.721 +\lineskip         = \normallineskip
   1.722 +\baselineskip     = \normalbaselineskip
   1.723 +
   1.724 +minipage
   1.725 +\begin{minipage}[pos]{WIDTH}  TEXT   \end{minipage}
   1.726 +\parbox とほぼ同様WIDTHの幅のTEXTをボックスとして組む。ボックスの位置は
   1.727 +POSによって
   1.728 +c : センタリング(デフォルト)
   1.729 +b : ボックスの一番下の線が現テキストのラインに合う
   1.730 +t : ボックスの一番上の線が現テキストのラインに合う
   1.731 +のように決められる。
   1.732 +parboxと違い、TEXTは通常のパラグラフとして組まれる。
   1.733 +
   1.734 +rule
   1.735 +\rule[RAISED]{WIDTH}{HEIGHT}
   1.736 +幅 WIDTH x 高さ HEIGHT の罫線を作る。RAISEDが指定された場合、その分だけ
   1.737 +上に上げられる。
   1.738 +
   1.739 +underline
   1.740 +\underline{TEXT}
   1.741 +TEXTに下線をつけて表示。
   1.742 +
   1.743 +raisebox
   1.744 +\raisebox{DISTANCE}[HEIGHT][DEPTH]{BOX}
   1.745 +BOXをDISTANCEだけ上げて組む。
   1.746 +HEIGHT, DEPTH を指定すると、TeXから見たBOXの「高さ」と「深さ」
   1.747 +(註:これらの用語についてはTeXBookなどを参照のこと)
   1.748 +を HEIGHT, DEPTH に指定する。
   1.749 +
   1.750 +tabbing
   1.751 +\begin{tabbing} \= text1.1 \= text1.2 \\ \> text2.1 \> text2.2 \end{tabbing}
   1.752 +桁揃えを行う環境を作る(入れ子不可)。例えば、
   1.753 +\begin{tabbing}
   1.754 + \= 項目1 \hspace*{2em} \= 項目2 \hspace*{3em}	\= 項目3 \\
   1.755 + \> いろは		\> にほへ		\> とちり \+ \\
   1.756 + 			\> ぬるを		\> わかよ \\
   1.757 +			\> たれそ \- \\
   1.758 + \> つねな		\> らむう		\> ゐのお
   1.759 +\end{tabbing}
   1.760 +上のtabbing環境は以下のように3つのタブ位置で組まれる。
   1.761 +  (1番目)   (2番目)     (3番目)
   1.762 +   いろは    にほへ      とちり
   1.763 +             ぬるを      をかよ
   1.764 +             たれそ
   1.765 +   つねな    らむう      ゐのお
   1.766 +        \2em/      \3em/
   1.767 +tabbing環境におけるタブ位置操作コマンドは以下の通り(nは1から):
   1.768 +\=	n番目のタブ位置を現在位置に設定しタブカウンタ(n)を1進める
   1.769 +\\	改行してタブカウンタをリセットする(n=1)
   1.770 +\>	位置をn番目のタブ位置に設定し、カウンタを1進める
   1.771 +\+	次の行のタブカウンタの初期値に1加える \+ \\ とすると次の行の最初
   1.772 +	の \> は2番目のタブ位置を示す. \+ を複数書くとその数だけタブカウ
   1.773 +	ンタの初期値が増える
   1.774 +\-	\+とは逆に、次の行のタブカウンタの初期値から1引く
   1.775 +\<	一つ前のタブカウンタに戻ってそのタブ位置をセット. 行頭のみ
   1.776 +\'	\'以降を通常のタブ位置より \tabbingsep 分だけ右寄せして出力
   1.777 +\`	\`以降のテキストをすべて右寄せして出力
   1.778 +\pushtabs それまで用いていたタブストップ位置を全てpush
   1.779 +\poptabs  それまで用いていたタブストップ位置を全てpop. \pushtabs と 
   1.780 +	\poptabs は必ず対になっていなければならない. 入れ子可
   1.781 +\aX	Xは = か ' か `   tabbing環境でない通常のアクセントは
   1.782 +	\a= \a' \a` で表わす
   1.783 +\kill	現在行のテキストは出力せずタブ設定だけ解釈する
   1.784 +
   1.785 +array
   1.786 +\begin{array}{PREAMBLE} C1 & C2 & .. & Cn \\ D1 ... \end{array}
   1.787 +Make a mathematical array.  Useful to make matrix.
   1.788 +See the help of `tabular' for detailed description.
   1.789 +
   1.790 +tabular
   1.791 +\begin{tabular}[OPT]{PREAMBLE} C1 & C2 & .. & Cn \\ D1 ... \end{tabular}
   1.792 +Make tabular.
   1.793 +[[OPT]]
   1.794 +[t]		Align the top of tabular to the line.
   1.795 +[b]		Align the bottom of tabular to the line.
   1.796 +[[PREAMBLE]]
   1.797 +  l,r,c  : indicate where entry is to be placed.
   1.798 +  |      : for vertical rule
   1.799 +  @{EXP} : inserts the text EXP in every column.  \arraycolsep or \tabcolsep
   1.800 +           spacing is suppressed.
   1.801 +  *{N}{PRE} : equivalent to writing N copies of PRE in the preamble.  PRE
   1.802 +              may contain *{N'}{EXP'} expressions.
   1.803 +  p{LEN} : makes entry in parbox of width LEN.
   1.804 +
   1.805 +[[Usable commands in array, tabular environment]]
   1.806 +\multicolumn
   1.807 +<refer multicolumn>
   1.808 +\vline
   1.809 +<refer vline>
   1.810 +\hline
   1.811 +<refer hline>
   1.812 +\cline{i-j}
   1.813 +<refer cline>
   1.814 +\extracolsep{W}
   1.815 +<refer extracolsep>
   1.816 +
   1.817 +
   1.818 +See below as sample.
   1.819 +
   1.820 +\LaTeX Expression				Printed image
   1.821 +\begin{array}{ccr}
   1.822 + x+y+z	& a_1	&  1 \\				x+y+z  a1    1
   1.823 + x+z	& a_2	&  21 \\			 x+z   a2   21
   1.824 + y	& a_3	&  321				  y    a3  321
   1.825 +\end{array}
   1.826 +
   1.827 +\[ \left(
   1.828 + \begin{array}{cccc}
   1.829 +  a_{11}  & a_{12}  & \dots & a_{1n} \\		/ a11 a12 ... a1n \
   1.830 +  a_{21}  & a_{22}  & \dots & a_{2n} \\		| a21 a22 ... a2n |
   1.831 +  \vdots  & \vdots  & \ddots& \vdots \\		|  :   :  \.   :  |
   1.832 +  a_{n1}  & a_{n2}  & \dots & a_{nn}		\ an1 an2 ..: ann /
   1.833 + \end{array} 
   1.834 +\right)\]
   1.835 +
   1.836 +\right(, \left) or \right{, left} or \right[, \left] or \right|, \left|
   1.837 +can enclose whole of array environment by parentheses, braces, brackets,
   1.838 +norm respectively.  The number of `\right's and `\left's should be the
   1.839 +same, but the type of parentheses don't have to match like
   1.840 +\right( \left].  `\right.' produces the invisible parenthesis.
   1.841 +
   1.842 +\[ Ans. \cdots \left\{					 /
   1.843 +	  \begin{array}{ccc}				 |  x = 5
   1.844 +	   x & = & 5 \\				Ans. ...<
   1.845 +   	   y & = & 3					 |  y = 3
   1.846 +	  \end{array} \right. \]			 \
   1.847 +
   1.848 +Here are the style parameters for the tabular environment.
   1.849 +\arraycolsep    : half the width separating columns in an array environment
   1.850 +\tabcolsep      : half the width separating columns in a tabular environment
   1.851 +\arrayrulewidth : width of rules
   1.852 +\doublerulesep  : space between adjacent rules in array or tabular
   1.853 +\arraystretch   : line spacing in array and tabular environments is done by
   1.854 +                  placing a strut in every row of height and depth 
   1.855 +                  \arraystretch times the height and depth of the strut
   1.856 +                  produced by an ordinary \strut commmand.
   1.857 +
   1.858 +Tabular environment cannot spread across pages.  `supertabular.sty'
   1.859 +allow this.
   1.860 +
   1.861 +tabular*
   1.862 +\begin{tabular*}{幅}{プリアンブル} ... \end{tabular*}
   1.863 +Make tabular environment with specifying its width.
   1.864 +To fill this width, use \extracolsep{} of preamble as below:
   1.865 +\begin{tabular*}{10em}[b]{|c@{\extracolsep{\fill}}|c|c|}
   1.866 + \hline
   1.867 + a & b & c \\ \hline
   1.868 + 1 & 2 & 3
   1.869 +\end{tabular*}
   1.870 +See also tabular.
   1.871 +
   1.872 +multicolumn
   1.873 +\multicolumn{N}{FORMAT}{ITEM}
   1.874 +In tabular environment,
   1.875 +replaces the next N column items by
   1.876 +ITEM, formatted according to FORMAT.  FORMAT should contain at most
   1.877 +one l,r or c.  If it contains none, then ITEM is ignored.
   1.878 +
   1.879 +vline
   1.880 +\vline
   1.881 +In tabular environment,
   1.882 +draws a vertical line the height of the current row.  May
   1.883 +appear in an array element entry.
   1.884 +
   1.885 +
   1.886 +hline
   1.887 +\hline
   1.888 +In tabular environment draws a horizontal line between rows.  Must
   1.889 +appear either before the first entry (to appear above the first row) or
   1.890 +right after a \\ command.  If followed by another \hline, then adds a
   1.891 +\vskip of \doublerulesep.
   1.892 +
   1.893 +cline
   1.894 +\cline{i-j}
   1.895 +In tabular environment,
   1.896 +draws horizontal lines between rows covering columns
   1.897 +i through j, inclusive.  Multiple commands may follow
   1.898 +one another to provide lines covering several disjoint
   1.899 +columns
   1.900 +
   1.901 +extracolsep
   1.902 +\extracolsep{W}
   1.903 +for use inside an @ in the preamble.  Causes a WIDTH
   1.904 +space to be added between columns for the rest of the 
   1.905 +columns.  This is in addition to the ordinary intercolumn 
   1.906 +space.
   1.907 +
   1.908 +picture
   1.909 +\begin{picture}(WIDTH,HEIGHT)(X,Y) ..contents.. \end{picture}
   1.910 +The picture  environment  allows you to create  just about any kind of
   1.911 +picture you want containing text, lines, arrows and circles.  You tell
   1.912 +LaTeX  where  to  put  things  in  the  picture  by  specifying  their
   1.913 +coordinates.   A coordinate  is a number that may have a decimal point
   1.914 +and a minus  sign  - a number  like  5, 2.3 or -3.1416.   A coordinate
   1.915 +specifies a length in multiples of the unit length \unitlength,  so if
   1.916 +\unitlength  has been set to 1cm, then the coordinate 2.54 specifies a
   1.917 +length of 2.54 centimeters.   You can change  the value of \unitlength
   1.918 +anywhere  you want, using the \setlength  command,  but strange things
   1.919 +will happen if you try changing it inside the picture environment.
   1.920 +
   1.921 +A position is a pair of coordinates,  such as (2.4,-5), specifying the
   1.922 +point  with x-coordinate  2.4 and y-coordinate  -5.   Coordinates  are
   1.923 +specified  in the  usual  way  with  respect  to an origin,  which  is
   1.924 +normally  at the lower-left  corner of the picture.   Note that when a
   1.925 +position  appears as an argument,  it is not enclosed  in braces;  the
   1.926 +parentheses serve to delimit the argument.
   1.927 +
   1.928 +The  picture  environment  has  one  mandatory  argument,  which  is a
   1.929 +position.   It specifies  the size  of the picture.   The  environment
   1.930 +produces  a rectangular  box with width and height determined  by this
   1.931 +argument's x- and y-coordinates.
   1.932 +
   1.933 +The  picture  environment  also  has  an optional  position  argument,
   1.934 +following  the size argument,  that  can change  the origin.   (Unlike
   1.935 +ordinary optional arguments,  this argument is not contained in square
   1.936 +brackets.) The optional argument gives the coordinates of the point at
   1.937 +the lower-left corner of the picture (thereby determining the origin). 
   1.938 +For example, if \unitlength has been set to 1mm, the command
   1.939 +
   1.940 +\begin{picture}(100,200)(10,20)
   1.941 +
   1.942 +produces   a  picture   of  width  100  millimeters   and  height  200
   1.943 +millimeters,  whose lower-left  corner is the point (10,20)  and whose
   1.944 +upper-right  corner is therefore the point (110,220).   When you first
   1.945 +draw a picture,  you will  omit  the optional  argument,  leaving  the
   1.946 +origin  at the lower-left  corner.   If you then want  to modify  your
   1.947 +picture by shifting everything, you just add the appropriate  optional
   1.948 +argument.
   1.949 +
   1.950 +The environment's  mandatory  argument determines  the nominal size of
   1.951 +the picture.   This need  bear  no relation  to how large  the picture
   1.952 +really  is; LaTeX will happily  allow  you to put things  outside  the
   1.953 +picture, or even off the page.  The picture's  nominal size is used by
   1.954 +TeX in determining how much room to leave for it.
   1.955 +
   1.956 +Everything that appears in a picture is drawn by the \put command. The
   1.957 +command
   1.958 +
   1.959 +\put (11.3,-.3){...}
   1.960 +
   1.961 +puts the object specified  by "..." in the picture, with its reference
   1.962 +point at coordinates  (11.3,-.3).   The reference  points  for various
   1.963 +objects will be described below.
   1.964 +
   1.965 +The \put command creates an LR box.  You can put anything  in the text
   1.966 +argument  of the \put command  that you'd put into the argument  of an
   1.967 +\mbox and related  commands.   When you do this,  the reference  point
   1.968 +will be the lower left corner of the box.
   1.969 +
   1.970 +Picture environment is obsolete I thinks, so show only commands.
   1.971 +
   1.972 +[[COMMANDS]]
   1.973 +\put(X,Y){OBJECT}
   1.974 +\multiput(X,Y)(dX,dY){REPEAT}{OBJECT}
   1.975 +[[OBJECTS]]
   1.976 +\makebox(X,Y)[POS]{TEXT}
   1.977 +\framebox(X,Y)[POS]{TEXT}
   1.978 +\dashbox(X,Y)[POS]{TEXT}
   1.979 +(POS = l, r, b, t)
   1.980 +\line(dX,dY){HorizontalLength}
   1.981 +\vector(dX,dY){HorizontalLength}		(arrow)
   1.982 +(dX,dY = +-1, +-2, ..., +-6)
   1.983 +\shortstack[POS]{FIRST\\SECOND\\THIRD...}
   1.984 +\circle{DIAMETER}
   1.985 +\circle*{DIAMETER}				(Filled circle)
   1.986 +(Maximum diameters are 40pt, 15pt)
   1.987 +\oval(Dia-X,DiaY)[POS]				(Oval POS = l, r, t, b)
   1.988 +\frame{OBJECT}
   1.989 +\thinlines, \thicklines				(choose line thickness)
   1.990 +\linethickness{THICKNESS}
   1.991 +
   1.992 +newtheorem
   1.993 +\newtheorem{NAME}{TEXT}[COUNTER]	\newtheorem{NAME}[OLDNAME]{TEXT} 
   1.994 +This defines the environment NAME to be just as one would expect a 
   1.995 +theorem environment to be, except that it prints ``TEXT'' instead of 
   1.996 +``Theorem''.  
   1.997 +
   1.998 +If OLDNAME is given, then environments NAME and OLDNAME use the same 
   1.999 +counter, so using a NAME environment advances the number of the next 
  1.1000 +NAME environment, and vice-versa.
  1.1001 +
  1.1002 +If COUNTER is given, then environment NAME is numbered within COUNTER.
  1.1003 +E.g., if COUNTER = subsection, then the first NAME in subsection 7.2
  1.1004 +is numbered TEXT 7.2.1.
  1.1005 +
  1.1006 +The way NAME environments are numbered can be changed by redefining
  1.1007 +\theNAME.
  1.1008 +
  1.1009 +title
  1.1010 +\title{TITLE}
  1.1011 +Define the title of the document.
  1.1012 +
  1.1013 +author
  1.1014 +\author{AUTHOR}
  1.1015 +Declare the author of the document.
  1.1016 +
  1.1017 +date
  1.1018 +\date{DATE}
  1.1019 +Define the date of document which is used by \maketitle.
  1.1020 +Omitting DATE produces current date.
  1.1021 +
  1.1022 +thanks
  1.1023 +\thanks{FOOTNOTE}
  1.1024 +Output a footnote in title page.
  1.1025 +
  1.1026 +maketitle
  1.1027 +\maketitle
  1.1028 +Output a title.  Should be written in document environment.
  1.1029 +Here are the constituents of title page.
  1.1030 +\title{TITLE}
  1.1031 +\author{AUTHOR}
  1.1032 +\date{DATE}		(If DATE omitted, output the date of typesetting)
  1.1033 +\thanks{NOTE}		(Output a thanks message or the post of the author)
  1.1034 +
  1.1035 +part
  1.1036 +\part{TITLE}
  1.1037 +Start a new part whose title is TITLE.
  1.1038 +<refer chapter>
  1.1039 +
  1.1040 +chapter
  1.1041 +\chapter{TITLE}
  1.1042 +Start a chapter whose title is TITLE.
  1.1043 +Sectioning commands:
  1.1044 +\part			Part ?
  1.1045 +\chapter		Chapter ?	(not available in `article.sty')
  1.1046 +\section		?
  1.1047 +\subsection		?.?
  1.1048 +\subsubsection		?.?.?
  1.1049 +\paragraph		***
  1.1050 +\subparagraph		===
  1.1051 +
  1.1052 +section
  1.1053 +\section{TITLE}
  1.1054 +Start a section whose title is TITLE.
  1.1055 +<refer chapter>
  1.1056 +
  1.1057 +subsection
  1.1058 +\subsection{TITLE}
  1.1059 +Start a subsection whose title is TITLE.
  1.1060 +<refer chapter>
  1.1061 +
  1.1062 +subsubsection
  1.1063 +\subsubsection{TITLE}
  1.1064 +Start a paragraph whose title is TITLE.
  1.1065 +<refer chapter>
  1.1066 +
  1.1067 +paragraph
  1.1068 +\paragraph{TITLE}
  1.1069 +Start a paragraph whose title is TITLE.
  1.1070 +<refer chapter
  1.1071 +
  1.1072 +subparagraph
  1.1073 +\subparagraph{TITLE}
  1.1074 +Start a subparagraph whose title is TITLE.
  1.1075 +<refer chapter>
  1.1076 +
  1.1077 +appendix
  1.1078 +\appendix
  1.1079 +Declare the beginning of appendix.
  1.1080 +Change the numbering fashion to appendix oriented.
  1.1081 +
  1.1082 +contentsline
  1.1083 +\contentsline{TYPE}{ENTRY}{PAGE}
  1.1084 +\contentsline{subsection}{\makebox{30pt}[r]{1.4.3} Gnats and Gnus}{22}
  1.1085 +Macro to produce a TYPE entry in a table of contents, etc.
  1.1086 +It will appear in the .TOC or other file.  For example,
  1.1087 +The entry for subsection 1.4.3 in the table of contents might
  1.1088 +be produced by:
  1.1089 +\contentsline{subsection}{\makebox{30pt}[r]{1.4.3} Gnats and Gnus}{22}
  1.1090 +The \protect command causes command sequences to be written
  1.1091 +without expanding them.
  1.1092 +
  1.1093 +addcontentsline
  1.1094 +\addcontentsline{TABLE}{TYPE}{ENTRY}
  1.1095 +User command for adding his own entry to a table of contents, etc.
  1.1096 +It adds the entry
  1.1097 +   \contentsline{TYPE}{ENTRY}{page}
  1.1098 +to the .TABLE file.
  1.1099 +
  1.1100 +addtocontents
  1.1101 +\addtocontents{TABLE}{TEXT}
  1.1102 +Adds TEXT to the .TABLE file, with no page number.
  1.1103 +
  1.1104 +index
  1.1105 +\index{INDEX}
  1.1106 +Create an entry of index.
  1.1107 +
  1.1108 +
  1.1109 +glossary
  1.1110 +\glossary{STRING}
  1.1111 +Create an entry of glossary.
  1.1112 +
  1.1113 +makeindex
  1.1114 +\makeindex
  1.1115 +Writes \indexentry to .idx file.
  1.1116 +Should be in preamble.
  1.1117 +
  1.1118 +makeglossary
  1.1119 +\makeglossary
  1.1120 +Writes \glossaryentry to .glo file.
  1.1121 +Should be in preamble.
  1.1122 +
  1.1123 +bibliography
  1.1124 +\bibliography{FILE1,FILE2, ... ,FILEn}
  1.1125 +Specifies the bibdata files.
  1.1126 +
  1.1127 +bibliographystyle
  1.1128 +\bibliographystyle{STYLE}
  1.1129 +Style of numbering of bibliographies.
  1.1130 +plain	nomal
  1.1131 +unsrt	without sortingg
  1.1132 +alpha	gives tag like "Foo94"
  1.1133 +abbrv	omit the first name of author, publishing month, book title
  1.1134 +
  1.1135 +thebibliography
  1.1136 +\begin{thebibliography} \bibitem{ITEM},... \end{thebibliography}
  1.1137 +The thebibliography environment is a list environment.  To save the
  1.1138 +use of an extra counter, it should use  enumiv  as the item counter.
  1.1139 +Instead of using \item, items in the bibliography are produced by the 
  1.1140 +\bibitem command.
  1.1141 +---
  1.1142 +<refer bibitem>
  1.1143 +
  1.1144 +bibitem
  1.1145 +\bibitem{NAME}			\bibitem[LABEL]{NAME}
  1.1146 +Produces a numbered (as [1], [2],...) entry cited as NAME.
  1.1147 +Second form produces an entry labeled by LABEL and cited as NAME.
  1.1148 +
  1.1149 +thefootnote
  1.1150 +In usual LaTeX style, produces the footnote number.
  1.1151 +If footnotes are to be numbered within pages, then the 
  1.1152 +document style file must include an \@addtoreset command 
  1.1153 +to cause the footnote counter to be reset when the page 
  1.1154 +counter is stepped.  This is not a good idea, though,
  1.1155 +because the counter will not always be reset in time
  1.1156 +to ensure that the first footnote on a page is footnote
  1.1157 +number one.  
  1.1158 +
  1.1159 +footnote
  1.1160 +\footnote{NOTE}   or   \footnote[NUM]{NOTE}
  1.1161 +User command to insert a footnote.
  1.1162 +In second form, insert a footnote numbered
  1.1163 +NUM, where NUM is a number -- 1, 2,
  1.1164 +etc.  For example, if footnotes are numbered
  1.1165 +*, **, etc. within pages, then \footnote[2]{...}
  1.1166 +produces footnote '**'.  This command does not
  1.1167 +step the footnote counter.
  1.1168 +(fragile)
  1.1169 +
  1.1170 +footnotemark
  1.1171 +\footnotemark[NUM]
  1.1172 +Command to produce just the footnote mark in
  1.1173 +the text, but no footnote.  With no argument,
  1.1174 +it steps the footnote counter before generating
  1.1175 +the mark.
  1.1176 +
  1.1177 +footnotetext
  1.1178 +\footnotetext[NUM]{TEXT}
  1.1179 +Command to produce the footnote but no  mark.
  1.1180 +\footnote is equivalent to \footnotemark \footnotetext .
  1.1181 +
  1.1182 +footnotesize
  1.1183 +{\footnotesize ...}
  1.1184 +Size-changing command for footnotes.
  1.1185 +
  1.1186 +footnotesep
  1.1187 +\footnotesep
  1.1188 +The height of a strut placed at the beginning of every footnote.
  1.1189 +
  1.1190 +footnoterule
  1.1191 +\footnoterule
  1.1192 +Macro to draw the rule separating footnotes from text.
  1.1193 +It is executed right after a \vspace of \skip\footins.
  1.1194 +It should take zero vertical space--i.e., it should to
  1.1195 +a negative skip to compensate for any positive space
  1.1196 +it occupies.  (See PLAIN.TEX.)
  1.1197 +
  1.1198 +documentstyle
  1.1199 +\documentstyle[OPTION1,OPTION2, ... ,OPTIONn]{STYLE}
  1.1200 +The user starts his file with the command as above
  1.1201 +which saves the OPTION's and \input's the file STYLE.STY.
  1.1202 +
  1.1203 +verb
  1.1204 +\verb#CONTENTS#
  1.1205 +The command \verb produces in-line verbatim text, where the argument
  1.1206 +is delimited by any pair of characters.  E.g., \verb #...# takes
  1.1207 +'...' as its argument, and sets it verbatim in \tt font.
  1.1208 +
  1.1209 +The *-variants of these commands is the same, except that spaces
  1.1210 +print as the TeXbook's space character instead of as blank spaces.
  1.1211 +
  1.1212 +styleparameter
  1.1213 +まだ訳していないスタイルパラメータ。
  1.1214 +
  1.1215 +topfigrule
  1.1216 +\topfigrule
  1.1217 +Command to place rule (or whatever) between floats
  1.1218 +at top of page and text.  Executed in inner vertical
  1.1219 +mode right before the \textfloatsep skip separating
  1.1220 +the floats from the text.  Must occupy zero vertical
  1.1221 +space.  (See \footnoterule.)
  1.1222 +
  1.1223 +botfigrule
  1.1224 +\setlength{\botfigrule}{LENGTH}
  1.1225 +Same as \topfigrule, but put after the \textfloatsep
  1.1226 +skip separating text from the floats at bottom of page.
  1.1227 +
  1.1228 +intextsep
  1.1229 +\setlength{\intextsep}{LENGTH}
  1.1230 +Space left on top and bottom of an in-text float.
  1.1231 +
  1.1232 +newpage
  1.1233 +\newpage
  1.1234 +Advance to a new page.
  1.1235 +\clearpage 		Output the unfinished table of images, if any,
  1.1236 +			and clear page.
  1.1237 +\cleardoublepage 	Same as \clearpage except that when spread style
  1.1238 +			(such as book), start a new page with odd page.
  1.1239 +\newpage		Finish current column when twocolumn.
  1.1240 +
  1.1241 +clearpage
  1.1242 +\clearpage 
  1.1243 +<refer newpage>
  1.1244 +
  1.1245 +cleardoublepage
  1.1246 +\cleardoublepage 
  1.1247 +<refer newpage>
  1.1248 +
  1.1249 +length
  1.1250 +
  1.1251 +Here are the available units of length in TeX.
  1.1252 +cm		centi meter
  1.1253 +em		width of `M'
  1.1254 +ex		height of `x'
  1.1255 +in		inch (=2.54cm)
  1.1256 +mm		mi.li meter
  1.1257 +pc		pica(=12pt)
  1.1258 +pt		point (72.27pt=1 inch)
  1.1259 +\fill		Freely extendable length whose normal length is 0
  1.1260 +\stretch{X}	X-times as long as \fill
  1.1261 +
  1.1262 +stretch
  1.1263 +\stretch{X}
  1.1264 +<refer length>
  1.1265 +
  1.1266 +twocolumn
  1.1267 +\twocolumn[STRING]
  1.1268 +Clear page and start two-column typesetting.
  1.1269 +Optional argument [STRING] specifies the page-acrossing title.
  1.1270 +->onecolumn
  1.1271 +
  1.1272 +onecolumn
  1.1273 +\onecolumn
  1.1274 +Clear page and start one-column typesetting.
  1.1275 +->twocolumn
  1.1276 +
  1.1277 +topnewpage
  1.1278 +\topnewpage{BOX}
  1.1279 +Begin a new page and create the parbox-ed BOX whose width is \textwidth.
  1.1280 +This is useful to make a page-acrossing title in a twocolumn page.
  1.1281 +
  1.1282 +YaTeX
  1.1283 +(setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
  1.1284 +おそらくあなたが今使っているこのモード。
  1.1285 +LaTeXを効率的に使うための多くの機能を盛り込んでいます。
  1.1286 +
  1.1287 +【発音について】
  1.1288 +yatex.elなどプログラムを指す時は「やてっく」、システムを指す時は「やちょ
  1.1289 +う」と読みます。
  1.1290 +
  1.1291 +【謝辞】
  1.1292 +以下の方々の御協力を頂きました。ここに感謝申し上げます。
  1.1293 +
  1.1294 +(順不同)
  1.1295 +峯恒憲さん(九州大)
  1.1296 +	Bibtex起動、typeset process の kill、エラー箇所の正しい判定
  1.1297 +	の要望その他を頂きました。
  1.1298 +
  1.1299 +森中秀明さん(アンリツ)
  1.1300 +	タイプセットバッファでの実行継続、lpq, bibtex起動、領域指定タイ
  1.1301 +	プセット後のプレビュー対象ファイルのデフォルト値の変更、
  1.1302 +	describe-mode、\verb の補完の要望、verbatim環境や\verbの中にある
  1.1303 +	\begin{}, \end{} を数えないようにする要望、などを頂きました。
  1.1304 +
  1.1305 +石坂裕毅さん(富士通)
  1.1306 +	YaTeX-get-error-file のバグレポートなどを頂きました。
  1.1307 +
  1.1308 +Bayardさん(asciinet)
  1.1309 +	min-outとの連係の不具合の報告を頂きました。
  1.1310 +
  1.1311 +Kけんさん(asciinet)
  1.1312 +	ms-dos固有の設定に関するバグレポートを頂きました。
  1.1313 +
  1.1314 +sa2cさん(asciinet)
  1.1315 +	Mule用のパッチを頂きました。
  1.1316 +
  1.1317 +桂川直己さん(筑波大)
  1.1318 +	数え切れないバグレポートと要望を頂きました。またVzへの移植版であ
  1.1319 +	る laitex(雷鳥) を作成されました。
  1.1320 +
  1.1321 +三平善郎さん(慶応大)
  1.1322 +	開き括弧の入力時の処理のモード分けのアイデアを頂きました。
  1.1323 +
  1.1324 +萩庭崇さん(慶応大)
  1.1325 +	begin型補完の内側に文字があった場合それらをインデントしてほしい
  1.1326 +	という要望を頂きました。
  1.1327 +
  1.1328 +田中健次郎さん(慶応大)
  1.1329 +	タイプセット時に未セーブ状態の関連ファイルをセーブして欲しいとい
  1.1330 +	う要望を頂きました。
  1.1331 +
  1.1332 +bauerさん(asciinet)
  1.1333 +	アクセント補完の要望とアクセント記号の規則の情報等を頂きました。
  1.1334 +
  1.1335 +佐々木たろうさん(asciinet)
  1.1336 +	数式環境の処理に関する多様なアイデア、ウィンドウ選択処理に関する
  1.1337 +	ユーザインタフェースの繊細な改善案などを頂きました。
  1.1338 +
  1.1339 +Deslarさん(asciinet)
  1.1340 +	byte-compile関係のバグ報告などを頂きました。
  1.1341 +
  1.1342 +tadfさん(asciinet)
  1.1343 +	Demacsでのプロセス起動時のインタフェースの不具合の報告などを頂き
  1.1344 +	ました。
  1.1345 +
  1.1346 +ほんまたけるさん(asciinet)
  1.1347 +	パラグラフ境界をLaTeX用に設定しなおす要望などを頂きました。
  1.1348 +
  1.1349 +TUSKさん(asciinet)
  1.1350 +	Texinfoドキュメント(初版)を作成して頂きました。
  1.1351 +
  1.1352 +横田和也さん(asciinet)
  1.1353 +	dviout起動時の工夫の案、ミニバッファで読み込むもののヒストリを分
  1.1354 +	けるアイデアのきっかけをいただき、ヘルプファイルの項目の提供をし
  1.1355 +	て頂きました。
  1.1356 +
  1.1357 +kanbai-anさん(asciinet)
  1.1358 +	日本語入力モード判定関数のバグを直すパッチなどを頂きました。
  1.1359 +
  1.1360 +
  1.1361 +yatex
  1.1362 +<refer YaTeX>
  1.1363 +