annotate help/YATEXHLP.jp @ 58:3a7c0c2bf16d

Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
author yuuji
date Thu, 01 Feb 1996 18:55:47 +0000
parents 18f4939986e6
children 48ac97a6b6ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1 textfloatsep
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
2 \addtolength{\textfloatsep}{長さ}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
3 ページ先頭のfloatまたは、ページ最下部のfloatとテキストとの間隔。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
4
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
5 floatsep
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
6 \addtolength{\floatsep}{長さ}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
7 floatとfloatの間隔。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
8
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
9 oddsidemargin
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
10 \setlength{\oddsidemargin}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
11 右ページの左端から1インチ(2.54cm)の線と本文の距離
919153366b35 Initial version.
yuuji
parents:
diff changeset
12
919153366b35 Initial version.
yuuji
parents:
diff changeset
13 pagestyle
919153366b35 Initial version.
yuuji
parents:
diff changeset
14 \pagestyle{スタイル}
919153366b35 Initial version.
yuuji
parents:
diff changeset
15 出力ページのヘッダとフッタのスタイルを決める。スタイルには以下のものがある:
919153366b35 Initial version.
yuuji
parents:
diff changeset
16 plain 標準スタイル. フッタにページ番号だけつける.
919153366b35 Initial version.
yuuji
parents:
diff changeset
17 empty ヘッダにもフッタにも何も出力しない.
919153366b35 Initial version.
yuuji
parents:
diff changeset
18 headings ヘッダにセクションに応じた見出しとページ番号をつけ
919153366b35 Initial version.
yuuji
parents:
diff changeset
19 フッタには何も出力しない.
919153366b35 Initial version.
yuuji
parents:
diff changeset
20 myheadings headingsのスタイルで、ヘッダの情報を \markbpth と
919153366b35 Initial version.
yuuji
parents:
diff changeset
21 \markright で指定できる.
919153366b35 Initial version.
yuuji
parents:
diff changeset
22
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
23 thispagestyle
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
24 \thispagestyle{スタイル}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
25 現在のページだけのスタイルを決定する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
26
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
27 pagenumbering
919153366b35 Initial version.
yuuji
parents:
diff changeset
28 \pagenumbering{スタイル}
919153366b35 Initial version.
yuuji
parents:
diff changeset
29 ページ番号のスタイルを決める。スタイルには以下のものがある:
919153366b35 Initial version.
yuuji
parents:
diff changeset
30 arabic アラビア数字
919153366b35 Initial version.
yuuji
parents:
diff changeset
31 alph 小文字の英字
919153366b35 Initial version.
yuuji
parents:
diff changeset
32 Alph 大文字の英字
919153366b35 Initial version.
yuuji
parents:
diff changeset
33 roman 小文字のローマ数字
919153366b35 Initial version.
yuuji
parents:
diff changeset
34 Roman 大文字のローマ数字
919153366b35 Initial version.
yuuji
parents:
diff changeset
35
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
36 shortstack
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
37 \shortstack[場所]{重ねて\\表示する\\内容}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
38 {}内の内容を\\で区切られた単位毎に積み重ねて表示する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
39 [場所]は、l(左寄せ)、c(センタリング)、r(右寄せ)のいずれか。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
40
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
41 newlength
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
42 \newlength{NAME}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
43 NAMEという長さコマンドを新たに宣言する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
44
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
45 addtolength
919153366b35 Initial version.
yuuji
parents:
diff changeset
46 \addtolength{長さコマンド}{数値}
919153366b35 Initial version.
yuuji
parents:
diff changeset
47 第1引数の長さを第2に引数の数値を足す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
48 代表的なスタイルパラメータについては \setlength の項を参照せよ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
49
919153366b35 Initial version.
yuuji
parents:
diff changeset
50 setlength
919153366b35 Initial version.
yuuji
parents:
diff changeset
51 \setlength{長さコマンド}{数値}
919153366b35 Initial version.
yuuji
parents:
diff changeset
52 第1引数の長さを第2に引数の数値に設定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
53 代表的なスタイルパラメータは以下の通り:
919153366b35 Initial version.
yuuji
parents:
diff changeset
54 (スタイルパラメータの変更はプリアンブルで行うこと)
919153366b35 Initial version.
yuuji
parents:
diff changeset
55 \evensidemargin \footheight \footskip \headheight
919153366b35 Initial version.
yuuji
parents:
diff changeset
56 \headsep \marginparsep \marginparwidth \oddsidemargin
919153366b35 Initial version.
yuuji
parents:
diff changeset
57 \textheight \textwidth \topmargin \topskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
58 \parindent \baselineskip \baselinestretch \parskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
59 \columnsep \columnseprule \mathindent
919153366b35 Initial version.
yuuji
parents:
diff changeset
60
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
61 settowidth{\NAME}{TEXT}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
62 \hbox{TEXT}の出力結果と同じ幅に長さ\NAME をセットする。
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
63
919153366b35 Initial version.
yuuji
parents:
diff changeset
64 evensidemargin
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
65 \setlength{\evensidemargin}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
66 左ページの左端から1インチ(2.54cm)の線と本文の距離
919153366b35 Initial version.
yuuji
parents:
diff changeset
67
919153366b35 Initial version.
yuuji
parents:
diff changeset
68 footheight
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
69 \setlength{\footheight}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
70 フッタの高さ
919153366b35 Initial version.
yuuji
parents:
diff changeset
71
919153366b35 Initial version.
yuuji
parents:
diff changeset
72 footskip
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
73 \setlength{\footskip}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
74 本文の箱の下端とフッタの距離
919153366b35 Initial version.
yuuji
parents:
diff changeset
75
919153366b35 Initial version.
yuuji
parents:
diff changeset
76 headheight
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
77 \addtolength{\headheight}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
78 ヘッダの高さ
919153366b35 Initial version.
yuuji
parents:
diff changeset
79
919153366b35 Initial version.
yuuji
parents:
diff changeset
80 headsep
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
81 \setlength{\headsep}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
82 ヘッダと本文の間隔
919153366b35 Initial version.
yuuji
parents:
diff changeset
83
919153366b35 Initial version.
yuuji
parents:
diff changeset
84 marginparsep
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
85 \addtolength{\marginparsep}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
86 傍注と本文の間隔
919153366b35 Initial version.
yuuji
parents:
diff changeset
87
919153366b35 Initial version.
yuuji
parents:
diff changeset
88 marginparwidth
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
89 \addtolength{\marginparwidth}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
90 傍注の幅
919153366b35 Initial version.
yuuji
parents:
diff changeset
91
919153366b35 Initial version.
yuuji
parents:
diff changeset
92 oddsidemargin
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
93 \addtolength{\oddsidemargin}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
94 右ページの左端から1インチ(2.54cm)の線と本文の距離
919153366b35 Initial version.
yuuji
parents:
diff changeset
95
919153366b35 Initial version.
yuuji
parents:
diff changeset
96 textheight
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
97 \addtolength{\textheight}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
98 本文の高さ
919153366b35 Initial version.
yuuji
parents:
diff changeset
99
919153366b35 Initial version.
yuuji
parents:
diff changeset
100 textwidth
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
101 \addtolength{\textwidth}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
102 本文の幅
919153366b35 Initial version.
yuuji
parents:
diff changeset
103
919153366b35 Initial version.
yuuji
parents:
diff changeset
104 topmargin
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
105 \addtolength{\topmargin}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
106 ページ上端から1インチの線とヘッダの距離
919153366b35 Initial version.
yuuji
parents:
diff changeset
107
919153366b35 Initial version.
yuuji
parents:
diff changeset
108 topskip
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
109 \addtolength{\topskip}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
110 本文の箱の上端と一行目のテキストとの間隔
919153366b35 Initial version.
yuuji
parents:
diff changeset
111
919153366b35 Initial version.
yuuji
parents:
diff changeset
112 parindent
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
113 \setlength{\parindent}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
114 \parindent 段落の先頭の字下げ幅.
919153366b35 Initial version.
yuuji
parents:
diff changeset
115
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
116 linewidth
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
117 \addtolength{\linewidth}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
118 \linewidth 行の幅.
919153366b35 Initial version.
yuuji
parents:
diff changeset
119
919153366b35 Initial version.
yuuji
parents:
diff changeset
120 baselineskip
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
121 \addtolength{baselineskip}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
122 \baselineskip 行のベースライン間の最低限の高さ.
919153366b35 Initial version.
yuuji
parents:
diff changeset
123
919153366b35 Initial version.
yuuji
parents:
diff changeset
124 baselinestretch
919153366b35 Initial version.
yuuji
parents:
diff changeset
125 \renewcommand{baselinestretch}{1.5}
919153366b35 Initial version.
yuuji
parents:
diff changeset
126 \baselinestretch \baselineskip に乗ずる係数. (default=1)
919153366b35 Initial version.
yuuji
parents:
diff changeset
127 (* \setlengthなどではなく、\renewcommandで再定義する。)
919153366b35 Initial version.
yuuji
parents:
diff changeset
128
919153366b35 Initial version.
yuuji
parents:
diff changeset
129 parskip
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
130 \addtolength{\parskip}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
131 \parskip 段落前の垂直スペース.
919153366b35 Initial version.
yuuji
parents:
diff changeset
132
919153366b35 Initial version.
yuuji
parents:
diff changeset
133 columnsep
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
134 \addtolength{\columnsep}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
135 \columnsep 2段組みの時の段間の幅.
919153366b35 Initial version.
yuuji
parents:
diff changeset
136
919153366b35 Initial version.
yuuji
parents:
diff changeset
137 columnseprule
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
138 \addtolength{\columnseprule}{長さ}
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
139 二段組の時の段間の罫線の太さ. (default=0pt)
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
140
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
141 columnwidth
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
142 \addtolength{\columnwidth}{長さ}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
143 二段組の時には (\textwidth - \columnsep)/2
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
144 そうでない時は、\textwidth
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
145
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
146 mathindent
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
147 \addtolength{mathindent}{長さ}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
148 \mathindent スタイルオプションで fleqn を指定した場合の、
919153366b35 Initial version.
yuuji
parents:
diff changeset
149 左マージンからの数式の字下げ幅.
919153366b35 Initial version.
yuuji
parents:
diff changeset
150
919153366b35 Initial version.
yuuji
parents:
diff changeset
151 LaTeX
919153366b35 Initial version.
yuuji
parents:
diff changeset
152 \LaTeX
919153366b35 Initial version.
yuuji
parents:
diff changeset
153 \LaTeX のロゴを表示。\LaTeX の定義は以下の通り。
919153366b35 Initial version.
yuuji
parents:
diff changeset
154 \def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em
919153366b35 Initial version.
yuuji
parents:
diff changeset
155 T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
919153366b35 Initial version.
yuuji
parents:
diff changeset
156
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
157 fragile
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
158 ** LaTeX用語 **
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
159 引数によって展開結果が変わるようなコマンドをいう。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
160 その逆は robust なコマンド。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
161
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
162 robust
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
163 ** LaTeX用語 **
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
164 展開結果が常に変わらないようなコマンドをいう。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
165 フォント/サイズ指定子、長さコマンド、数式モード中に使う多くのコマンドは
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
166 robustなコマンド。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
167 (maketitle型コマンドのうちオプション引数を全くとらないものと考えて良い)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
168
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
169 protect
919153366b35 Initial version.
yuuji
parents:
diff changeset
170 \protect「fragileなコマンド」
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
171 引数によって結果が変わるようなコマンドを「fragileなコマンド」と言う。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
172 一方、引数がいろいろな箇所で参照されるコマンドを「動く引数を取るコマンド
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
173 と言う。これは chapter や caption など目次などから参照される引数をとるも
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
174 のや、tabular/array 環境の @ 表現が該当する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
175
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
176 さて、これらの「動く引数を取るコマンド」の引数に「fragileなコマンド」を
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
177 与える時に(fragileなコマンドの直前に)使うのが \protect である。以下は典
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
178 型的な利用例である。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
179
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
180 \newcommand{\thissystem}[1]{YaTeX version #1}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
181 \chapter{\protect \thissystem{1.50}について}
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
182
919153366b35 Initial version.
yuuji
parents:
diff changeset
183 newcommand
919153366b35 Initial version.
yuuji
parents:
diff changeset
184 \newcommand{\コマンド名}[引数の数]{定義}
919153366b35 Initial version.
yuuji
parents:
diff changeset
185 「コマンド名」を「引数の数」個の引数を取る「定義」であるマクロとして定義
919153366b35 Initial version.
yuuji
parents:
diff changeset
186 する。定義中でn番目の引数は #n として参照する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
187 \newcommand{\foo}[1]{\underline{#1}}
919153366b35 Initial version.
yuuji
parents:
diff changeset
188 とすると \foo{bar} は \underline{bar} と展開される。したがってフォント指
919153366b35 Initial version.
yuuji
parents:
diff changeset
189 定子を含む場合newcommandの{}につられて、
919153366b35 Initial version.
yuuji
parents:
diff changeset
190 \newcommand{\foo}[1]{\bf #1}
919153366b35 Initial version.
yuuji
parents:
diff changeset
191 とすると \foo{bar} がテキスト中で \bf bar と展開されてしまうので、
919153366b35 Initial version.
yuuji
parents:
diff changeset
192 \newcommand{\foo}[1]{{\bf #1}}
919153366b35 Initial version.
yuuji
parents:
diff changeset
193 としなければならない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
194
919153366b35 Initial version.
yuuji
parents:
diff changeset
195 「コマンド名」のマクロが既に定義されている場合はエラーとなる。再定義す
919153366b35 Initial version.
yuuji
parents:
diff changeset
196 る場合は、\renewcommandを使う。
919153366b35 Initial version.
yuuji
parents:
diff changeset
197
919153366b35 Initial version.
yuuji
parents:
diff changeset
198 renewcommand
919153366b35 Initial version.
yuuji
parents:
diff changeset
199 \renewcommand{\コマンド名}[引数の数]{定義}
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
200 既に定義されているコマンドを別の内容で再定義する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
201 以下は \newcommand の説明。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
202 <refer newcommand>
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
203
919153366b35 Initial version.
yuuji
parents:
diff changeset
204 newenvironment
919153366b35 Initial version.
yuuji
parents:
diff changeset
205 \newenvironment{環境名}[引数の数]{定義1}{定義2}
919153366b35 Initial version.
yuuji
parents:
diff changeset
206 新たな環境を定義する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
207 \begin{環境名}の時の展開内容を「定義1」に\end{環境名}の時の展開内容を
919153366b35 Initial version.
yuuji
parents:
diff changeset
208 「定義2」に記述する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
209 \newcommand{\環境名}{定義1} \def{\end環境名}{定義2}
919153366b35 Initial version.
yuuji
parents:
diff changeset
210 と同値。
919153366b35 Initial version.
yuuji
parents:
diff changeset
211
919153366b35 Initial version.
yuuji
parents:
diff changeset
212 renewenvironment
919153366b35 Initial version.
yuuji
parents:
diff changeset
213 \renewenvironment{環境名}[引数の数]{定義1}{定義2}
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
214 既に定義されている「環境名」を別の内容で再定義する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
215 以下は、\newenvironmentの説明。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
216
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
217 <refer newenvironment>
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
218
919153366b35 Initial version.
yuuji
parents:
diff changeset
219 typeout
919153366b35 Initial version.
yuuji
parents:
diff changeset
220 \typeout{メッセージ}
919153366b35 Initial version.
yuuji
parents:
diff changeset
221 タイプセット中に「メッセージ」を端末に出力する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
222
919153366b35 Initial version.
yuuji
parents:
diff changeset
223 typein
919153366b35 Initial version.
yuuji
parents:
diff changeset
224 \typein{メッセージ} \typein[\マクロ]{メッセージ}
919153366b35 Initial version.
yuuji
parents:
diff changeset
225 タイプセット中に「メッセージ」をプロンプトに出し、入力した結果を実行する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
226 第二の書式では、「\マクロ」を入力したものに定義する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
227
919153366b35 Initial version.
yuuji
parents:
diff changeset
228 par
919153366b35 Initial version.
yuuji
parents:
diff changeset
229 \par
919153366b35 Initial version.
yuuji
parents:
diff changeset
230 段落の区切りの役割をする。空行と同じ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
231
919153366b35 Initial version.
yuuji
parents:
diff changeset
232 everypar
919153366b35 Initial version.
yuuji
parents:
diff changeset
233 \everypar
919153366b35 Initial version.
yuuji
parents:
diff changeset
234 RTFM
919153366b35 Initial version.
yuuji
parents:
diff changeset
235
919153366b35 Initial version.
yuuji
parents:
diff changeset
236 nopagebreak
919153366b35 Initial version.
yuuji
parents:
diff changeset
237 \nopagebreak[i] (i = 0,1,2,3,4)
919153366b35 Initial version.
yuuji
parents:
diff changeset
238 改頁を強さiで抑制する([i]を省略すると4)。
919153366b35 Initial version.
yuuji
parents:
diff changeset
239
919153366b35 Initial version.
yuuji
parents:
diff changeset
240 pagebreak
919153366b35 Initial version.
yuuji
parents:
diff changeset
241 \pagebreak[i] (i = 0,1,2,3,4)
919153366b35 Initial version.
yuuji
parents:
diff changeset
242 改頁を強さiで促す([i]を省略すると4)。
919153366b35 Initial version.
yuuji
parents:
diff changeset
243
919153366b35 Initial version.
yuuji
parents:
diff changeset
244 linebreak
919153366b35 Initial version.
yuuji
parents:
diff changeset
245 \linebreak[i] (i = 0,1,2,3,4)
919153366b35 Initial version.
yuuji
parents:
diff changeset
246 改行を強さiで促す([i]を省略すると4)。
919153366b35 Initial version.
yuuji
parents:
diff changeset
247
919153366b35 Initial version.
yuuji
parents:
diff changeset
248 nolinebreak
919153366b35 Initial version.
yuuji
parents:
diff changeset
249 \nolinebreak[i] (i = 0,1,2,3,4)
919153366b35 Initial version.
yuuji
parents:
diff changeset
250 改行を強さiで抑制する([i]を省略すると4)。
919153366b35 Initial version.
yuuji
parents:
diff changeset
251
919153366b35 Initial version.
yuuji
parents:
diff changeset
252 samepage
919153366b35 Initial version.
yuuji
parents:
diff changeset
253 \samepage
919153366b35 Initial version.
yuuji
parents:
diff changeset
254 改頁を禁止する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
255 RTFM
919153366b35 Initial version.
yuuji
parents:
diff changeset
256
919153366b35 Initial version.
yuuji
parents:
diff changeset
257 obeycr
919153366b35 Initial version.
yuuji
parents:
diff changeset
258 \obeycr
919153366b35 Initial version.
yuuji
parents:
diff changeset
259 <CR> を \\. に定義する。→\restorecr
919153366b35 Initial version.
yuuji
parents:
diff changeset
260
919153366b35 Initial version.
yuuji
parents:
diff changeset
261 restorecr
919153366b35 Initial version.
yuuji
parents:
diff changeset
262 \restorecr
919153366b35 Initial version.
yuuji
parents:
diff changeset
263 \obeycrで変更した<CR>の定義を元に戻す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
264
919153366b35 Initial version.
yuuji
parents:
diff changeset
265 \
919153366b35 Initial version.
yuuji
parents:
diff changeset
266 \\ \\[長さ]
919153366b35 Initial version.
yuuji
parents:
diff changeset
267 (任意の場所で)改行する。段落中では、\newline と同じ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
268 オプション引数の[長さ]を指定すると、次の行との間隔を
919153366b35 Initial version.
yuuji
parents:
diff changeset
269 \vspace{長さ}によって確保する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
270
919153366b35 Initial version.
yuuji
parents:
diff changeset
271 addvspace
919153366b35 Initial version.
yuuji
parents:
diff changeset
272 \addvspace{スキップ}
919153366b35 Initial version.
yuuji
parents:
diff changeset
273 縦方向の間隔に「スキップ」の値を足す。ただし
919153366b35 Initial version.
yuuji
parents:
diff changeset
274 \addvspace{S1} \addvspace{S2} と複数の値を同時に指定しても
919153366b35 Initial version.
yuuji
parents:
diff changeset
275 \addvspace{S1,S2のうち大きいほう} と同値になる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
276
919153366b35 Initial version.
yuuji
parents:
diff changeset
277 vspace
919153366b35 Initial version.
yuuji
parents:
diff changeset
278 \vspace{間隔} \vspace*{間隔}
919153366b35 Initial version.
yuuji
parents:
diff changeset
279 垂直方向に「間隔」ぶんのスペースを足す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
280 \vspace* はどんな場所でもスペースを足すが、\vspace はページの先頭や
919153366b35 Initial version.
yuuji
parents:
diff changeset
281 末尾でははたらかない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
282
919153366b35 Initial version.
yuuji
parents:
diff changeset
283 vspace*
919153366b35 Initial version.
yuuji
parents:
diff changeset
284 \vspace{間隔} \vspace*{間隔}
919153366b35 Initial version.
yuuji
parents:
diff changeset
285 垂直方向に「間隔」ぶんのスペースを足す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
286 \vspace* はどんな場所でもスペースを足すが、\vspace はページの先頭や
919153366b35 Initial version.
yuuji
parents:
diff changeset
287 末尾でははたらかない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
288
919153366b35 Initial version.
yuuji
parents:
diff changeset
289 hspace
919153366b35 Initial version.
yuuji
parents:
diff changeset
290 \hspace{間隔} \hspace*{間隔}
919153366b35 Initial version.
yuuji
parents:
diff changeset
291 水平方向に「間隔」ぶんのスペースを足す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
292 \hspace* はどんな場所でもスペースを足すが、\hspace は行の先頭や末尾では
919153366b35 Initial version.
yuuji
parents:
diff changeset
293 はたらかない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
294
919153366b35 Initial version.
yuuji
parents:
diff changeset
295 hspace*
919153366b35 Initial version.
yuuji
parents:
diff changeset
296 \hspace{間隔} \hspace*{間隔}
919153366b35 Initial version.
yuuji
parents:
diff changeset
297 水平方向に「間隔」ぶんのスペースを足す。
919153366b35 Initial version.
yuuji
parents:
diff changeset
298 \hspace* はどんな場所でもスペースを足すが、\hspace は行の先頭や末尾では
919153366b35 Initial version.
yuuji
parents:
diff changeset
299 はたらかない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
300
919153366b35 Initial version.
yuuji
parents:
diff changeset
301 smallskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
302 \smallskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
303 垂直方向に小さな間隔を空ける。
919153366b35 Initial version.
yuuji
parents:
diff changeset
304 \def\smallskip{\vspace\smallskipamount}
919153366b35 Initial version.
yuuji
parents:
diff changeset
305
919153366b35 Initial version.
yuuji
parents:
diff changeset
306 medskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
307 \medskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
308 垂直方向に中くらいの間隔を空ける。
919153366b35 Initial version.
yuuji
parents:
diff changeset
309 \def\medskip{\vspace\medskipamount}
919153366b35 Initial version.
yuuji
parents:
diff changeset
310
919153366b35 Initial version.
yuuji
parents:
diff changeset
311 bigskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
312 \bigskip
919153366b35 Initial version.
yuuji
parents:
diff changeset
313 垂直方向に大きな間隔を空ける。
919153366b35 Initial version.
yuuji
parents:
diff changeset
314 \def\bigskip{\vspace\bigskipamount}
919153366b35 Initial version.
yuuji
parents:
diff changeset
315
919153366b35 Initial version.
yuuji
parents:
diff changeset
316 ,
919153366b35 Initial version.
yuuji
parents:
diff changeset
317 \,
919153366b35 Initial version.
yuuji
parents:
diff changeset
318 狭いスペースを空ける。段落モード、LRモード、数式モードいずれでも利用可。
919153366b35 Initial version.
yuuji
parents:
diff changeset
319 クォートの中にクォートを書くときなどに用いる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
320 例: ``\,`Foo', he said.''
919153366b35 Initial version.
yuuji
parents:
diff changeset
321 数式モードで使えるスペースには以下のものがある:
919153366b35 Initial version.
yuuji
parents:
diff changeset
322 \: 少し広い
919153366b35 Initial version.
yuuji
parents:
diff changeset
323 \! 負で狭い
919153366b35 Initial version.
yuuji
parents:
diff changeset
324 \; 広い
919153366b35 Initial version.
yuuji
parents:
diff changeset
325
919153366b35 Initial version.
yuuji
parents:
diff changeset
326 :
919153366b35 Initial version.
yuuji
parents:
diff changeset
327 $\:$
919153366b35 Initial version.
yuuji
parents:
diff changeset
328 少し広いスペース。数式モードのみ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
329
919153366b35 Initial version.
yuuji
parents:
diff changeset
330 !
919153366b35 Initial version.
yuuji
parents:
diff changeset
331 $\!$
919153366b35 Initial version.
yuuji
parents:
diff changeset
332 狭い負のスペース。数式モードのみ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
333
919153366b35 Initial version.
yuuji
parents:
diff changeset
334 ;
919153366b35 Initial version.
yuuji
parents:
diff changeset
335 $\;$
919153366b35 Initial version.
yuuji
parents:
diff changeset
336 広いスペース。数式モードのみ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
337
919153366b35 Initial version.
yuuji
parents:
diff changeset
338 @whilenum
919153366b35 Initial version.
yuuji
parents:
diff changeset
339 \@whilenum TEST \do {BODY}
919153366b35 Initial version.
yuuji
parents:
diff changeset
340 この辺あとで
919153366b35 Initial version.
yuuji
parents:
diff changeset
341
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
342 whiledo{TEST}{BODY}
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
343 TESTが真の間BODYを繰り返す。
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
344
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
345
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
346 nofiles
919153366b35 Initial version.
yuuji
parents:
diff changeset
347 \nofiles
919153366b35 Initial version.
yuuji
parents:
diff changeset
348 プリアンブルで宣言すると、.aux, .idx, .lof, .lot, .toc ファイルの作成が
919153366b35 Initial version.
yuuji
parents:
diff changeset
349 抑制される。
919153366b35 Initial version.
yuuji
parents:
diff changeset
350
919153366b35 Initial version.
yuuji
parents:
diff changeset
351 includeonly
919153366b35 Initial version.
yuuji
parents:
diff changeset
352 \includeonly{sub1} \includeonly{sub1,sub3}
919153366b35 Initial version.
yuuji
parents:
diff changeset
353 \include{}で読み込むファイルのうち、実際に読み込み処理するものを指定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
354 (.texは省略可)
919153366b35 Initial version.
yuuji
parents:
diff changeset
355 \includeonlyの引数リストにないファイルはまったく処理されない、または前回
919153366b35 Initial version.
yuuji
parents:
diff changeset
356 以前に処理されている場合そこから全く変更がないものとして扱われる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
357
919153366b35 Initial version.
yuuji
parents:
diff changeset
358 include
919153366b35 Initial version.
yuuji
parents:
diff changeset
359 \include{FILE}
919153366b35 Initial version.
yuuji
parents:
diff changeset
360 \clearpage \input{FILE} \clearpage
919153366b35 Initial version.
yuuji
parents:
diff changeset
361 と同じはたらきをする。
919153366b35 Initial version.
yuuji
parents:
diff changeset
362
919153366b35 Initial version.
yuuji
parents:
diff changeset
363 input
919153366b35 Initial version.
yuuji
parents:
diff changeset
364 \input{FILE}
919153366b35 Initial version.
yuuji
parents:
diff changeset
365 FILE.tex がそこにあるかのように処理を続ける。
919153366b35 Initial version.
yuuji
parents:
diff changeset
366
919153366b35 Initial version.
yuuji
parents:
diff changeset
367 setcounter
919153366b35 Initial version.
yuuji
parents:
diff changeset
368 \setcounter{FOO}{VAL}
919153366b35 Initial version.
yuuji
parents:
diff changeset
369 カウンタFOOの値をVALに設定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
370
919153366b35 Initial version.
yuuji
parents:
diff changeset
371 addtocounter
919153366b35 Initial version.
yuuji
parents:
diff changeset
372 \addtocounter{FOO}{VAL}
919153366b35 Initial version.
yuuji
parents:
diff changeset
373 カウンタFOOの値にVALを加える。
919153366b35 Initial version.
yuuji
parents:
diff changeset
374
919153366b35 Initial version.
yuuji
parents:
diff changeset
375 newcounter
919153366b35 Initial version.
yuuji
parents:
diff changeset
376 \newcounter{COUNTER}[OLDCTR]
919153366b35 Initial version.
yuuji
parents:
diff changeset
377 新しいカウンタCOUNTERを設定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
378 オプション引数[OLDCTR]を指定すると、既存のカウンタOLDCTRの値が
919153366b35 Initial version.
yuuji
parents:
diff changeset
379 \stepcounter もしくは \addtocounter で変更されるたびにCOUNTERの値もリセッ
919153366b35 Initial version.
yuuji
parents:
diff changeset
380 トされる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
381
919153366b35 Initial version.
yuuji
parents:
diff changeset
382 value
919153366b35 Initial version.
yuuji
parents:
diff changeset
383 \value{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
384 COUNTERの値を返す。\protect を前置してはならない。
919153366b35 Initial version.
yuuji
parents:
diff changeset
385
919153366b35 Initial version.
yuuji
parents:
diff changeset
386 stepcounter
919153366b35 Initial version.
yuuji
parents:
diff changeset
387 \stepcounter{FOO}
919153366b35 Initial version.
yuuji
parents:
diff changeset
388 カウンタFOOの値をインクリメントする。FOOに従うカウンタがあればそれらをリ
919153366b35 Initial version.
yuuji
parents:
diff changeset
389 セットする。
919153366b35 Initial version.
yuuji
parents:
diff changeset
390
919153366b35 Initial version.
yuuji
parents:
diff changeset
391 refstepcounter
919153366b35 Initial version.
yuuji
parents:
diff changeset
392 \refstepcounter{FOO}
919153366b35 Initial version.
yuuji
parents:
diff changeset
393 カウンタFOOの値をインクリメントする。FOOに従うカウンタがあればそれらをリ
919153366b35 Initial version.
yuuji
parents:
diff changeset
394 セットする。\stepcounterとの違いは、\refstepcounter{FOO} の直後に
919153366b35 Initial version.
yuuji
parents:
diff changeset
395 \label{hoge} があった場合に、\ref{hoge} の値が \value{FOO} を持つように
919153366b35 Initial version.
yuuji
parents:
diff changeset
396 「\ref値」を設定することである。
919153366b35 Initial version.
yuuji
parents:
diff changeset
397
919153366b35 Initial version.
yuuji
parents:
diff changeset
398 arabic
919153366b35 Initial version.
yuuji
parents:
diff changeset
399 \arabic{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
400 アラビア数字でCOUNTERの値を出力。
919153366b35 Initial version.
yuuji
parents:
diff changeset
401
919153366b35 Initial version.
yuuji
parents:
diff changeset
402 roman
919153366b35 Initial version.
yuuji
parents:
diff changeset
403 \roman{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
404 小文字のローマ数字でCOUNTERの値を出力。
919153366b35 Initial version.
yuuji
parents:
diff changeset
405
919153366b35 Initial version.
yuuji
parents:
diff changeset
406 Roman
919153366b35 Initial version.
yuuji
parents:
diff changeset
407 \Roman{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
408 大文字のローマ数字でCOUNTERの値を出力。
919153366b35 Initial version.
yuuji
parents:
diff changeset
409
919153366b35 Initial version.
yuuji
parents:
diff changeset
410 alph
919153366b35 Initial version.
yuuji
parents:
diff changeset
411 \alph{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
412 小文字の英字でCOUNTERの値を出力。
919153366b35 Initial version.
yuuji
parents:
diff changeset
413
919153366b35 Initial version.
yuuji
parents:
diff changeset
414 Alph
919153366b35 Initial version.
yuuji
parents:
diff changeset
415 \Alph{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
416 大文字の英字でCOUNTERの値を出力。
919153366b35 Initial version.
yuuji
parents:
diff changeset
417
919153366b35 Initial version.
yuuji
parents:
diff changeset
418 fnsymbol
919153366b35 Initial version.
yuuji
parents:
diff changeset
419 \fnsymbol{COUNTER}
919153366b35 Initial version.
yuuji
parents:
diff changeset
420 脚注シンボル(1 = *, 2 = \dagger, ...) でCOUNTERの値を出力。数式モードのみ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
421
919153366b35 Initial version.
yuuji
parents:
diff changeset
422 label
919153366b35 Initial version.
yuuji
parents:
diff changeset
423 \label{LABEL}
919153366b35 Initial version.
yuuji
parents:
diff changeset
424 ラベルLABELの値をその時の「\ref値」に設定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
425 この値は、\ref{LABEL}によって参照される。また\pageref{LABEL}により
919153366b35 Initial version.
yuuji
parents:
diff changeset
426 \label{LABEL}の存在するページ番号が参照される。
919153366b35 Initial version.
yuuji
parents:
diff changeset
427 「\ref値」とは \section などのセクションコマンド、enumerate環境での
919153366b35 Initial version.
yuuji
parents:
diff changeset
428 \item コマンド、theorem環境などによって設定される値である。例えば、
919153366b35 Initial version.
yuuji
parents:
diff changeset
429 enumerate環境中の \item の直後ではそのitemの番号が「\ref値」となり、
919153366b35 Initial version.
yuuji
parents:
diff changeset
430 そこにある \label{LABEL} はitemの番号をLABELにセットする。
919153366b35 Initial version.
yuuji
parents:
diff changeset
431
919153366b35 Initial version.
yuuji
parents:
diff changeset
432 ref
919153366b35 Initial version.
yuuji
parents:
diff changeset
433 \ref{LABEL}
919153366b35 Initial version.
yuuji
parents:
diff changeset
434 \label{LABEL}で設定したLABELの値を参照する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
435 本文中で設定されたラベルにたいしてはページ番号が、
919153366b35 Initial version.
yuuji
parents:
diff changeset
436 図表中で設定されたラベルは図表番号が、
919153366b35 Initial version.
yuuji
parents:
diff changeset
437 enumerateされたitemで設定されたラベルにたいしては、item番号が返される。
919153366b35 Initial version.
yuuji
parents:
diff changeset
438
919153366b35 Initial version.
yuuji
parents:
diff changeset
439 pageref
919153366b35 Initial version.
yuuji
parents:
diff changeset
440 pageref{LABEL}
919153366b35 Initial version.
yuuji
parents:
diff changeset
441 \label{LABEL}の存在するページ番号を参照する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
442
919153366b35 Initial version.
yuuji
parents:
diff changeset
443 (
919153366b35 Initial version.
yuuji
parents:
diff changeset
444 \( 数式 \)
919153366b35 Initial version.
yuuji
parents:
diff changeset
445 文中数式を組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
446 \begin{math} 数式 \end{math}
919153366b35 Initial version.
yuuji
parents:
diff changeset
447 と同値。\( および \)は fragile.
919153366b35 Initial version.
yuuji
parents:
diff changeset
448
919153366b35 Initial version.
yuuji
parents:
diff changeset
449 )
919153366b35 Initial version.
yuuji
parents:
diff changeset
450 \( x^2 = 4 \)
919153366b35 Initial version.
yuuji
parents:
diff changeset
451 文中数式を組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
452 \begin{math} 数式 \end{math}
919153366b35 Initial version.
yuuji
parents:
diff changeset
453 と同値。\( および \)は fragile.
919153366b35 Initial version.
yuuji
parents:
diff changeset
454
919153366b35 Initial version.
yuuji
parents:
diff changeset
455 [
919153366b35 Initial version.
yuuji
parents:
diff changeset
456 ディスプレイ数式を組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
457 \[ 数式 \]
919153366b35 Initial version.
yuuji
parents:
diff changeset
458 \begin{displaymath} 数式 \end{displaymath}
919153366b35 Initial version.
yuuji
parents:
diff changeset
459 と同値。\[ および \]は fragile.
919153366b35 Initial version.
yuuji
parents:
diff changeset
460
919153366b35 Initial version.
yuuji
parents:
diff changeset
461 )
919153366b35 Initial version.
yuuji
parents:
diff changeset
462 \[ 数式 \]
919153366b35 Initial version.
yuuji
parents:
diff changeset
463 ディスプレイ数式を組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
464 \begin{displaymath} 数式 \end{displaymath}
919153366b35 Initial version.
yuuji
parents:
diff changeset
465 と同値。\[ および \]は fragile.
919153366b35 Initial version.
yuuji
parents:
diff changeset
466
919153366b35 Initial version.
yuuji
parents:
diff changeset
467 equation
919153366b35 Initial version.
yuuji
parents:
diff changeset
468 \begin{equation} 数式 \end{equation}
919153366b35 Initial version.
yuuji
parents:
diff changeset
469 番号つきの数式をdisplaymath環境で組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
470
919153366b35 Initial version.
yuuji
parents:
diff changeset
471 eqnarray
919153366b35 Initial version.
yuuji
parents:
diff changeset
472 \begin{eqnarray} 方程式の並び \end{eqnarray}
919153366b35 Initial version.
yuuji
parents:
diff changeset
473 方程式の並びを3つの桁に整理して出力する。3つの桁は&記号によって、
919153366b35 Initial version.
yuuji
parents:
diff changeset
474 「左辺 & 等不等号 & 右辺」のように区切られる。例えば以下のようにする。
919153366b35 Initial version.
yuuji
parents:
diff changeset
475 \begin{eqnarray}
919153366b35 Initial version.
yuuji
parents:
diff changeset
476 3x + 2y & = & 4 \\
919153366b35 Initial version.
yuuji
parents:
diff changeset
477 x - 4y & = & -5
919153366b35 Initial version.
yuuji
parents:
diff changeset
478 \end{eqnarray}
919153366b35 Initial version.
yuuji
parents:
diff changeset
479 eqnarray* 環境は数式番号を出力しないほかはeqnarray環境と同じである。
919153366b35 Initial version.
yuuji
parents:
diff changeset
480
919153366b35 Initial version.
yuuji
parents:
diff changeset
481 eqnarray*
919153366b35 Initial version.
yuuji
parents:
diff changeset
482 \begin{eqnarray*} 方程式の並び \end{eqnarray*}
919153366b35 Initial version.
yuuji
parents:
diff changeset
483 数式番号を出力しないほかはeqnarray環境と同じである。
919153366b35 Initial version.
yuuji
parents:
diff changeset
484
919153366b35 Initial version.
yuuji
parents:
diff changeset
485 frac
919153366b35 Initial version.
yuuji
parents:
diff changeset
486 \frac{分子}{分母}
919153366b35 Initial version.
yuuji
parents:
diff changeset
487 分子
919153366b35 Initial version.
yuuji
parents:
diff changeset
488 ------ のような分数形式を組む。{分子 \over 分母} と同じ。
919153366b35 Initial version.
yuuji
parents:
diff changeset
489 分母
919153366b35 Initial version.
yuuji
parents:
diff changeset
490
919153366b35 Initial version.
yuuji
parents:
diff changeset
491 sqrt
919153366b35 Initial version.
yuuji
parents:
diff changeset
492 \sqrt[N]{式}
919153366b35 Initial version.
yuuji
parents:
diff changeset
493 「式」のN乗根をあらわす数式。[N]を省略すると平方根。
919153366b35 Initial version.
yuuji
parents:
diff changeset
494
919153366b35 Initial version.
yuuji
parents:
diff changeset
495 lefteqn
919153366b35 Initial version.
yuuji
parents:
diff changeset
496 \lefteqn{式}
919153366b35 Initial version.
yuuji
parents:
diff changeset
497 ディスプレイ数式モードにおいて、「式」が幅ゼロであるとみなして、左寄せす
919153366b35 Initial version.
yuuji
parents:
diff changeset
498 る。たとえばeqnarray環境において、左辺が長くなってしまう場合に、行を
919153366b35 Initial version.
yuuji
parents:
diff changeset
499 折り畳むために利用する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
500 \begin{eqnarray}
919153366b35 Initial version.
yuuji
parents:
diff changeset
501 \lefteqn{a_1 + a_2 + \cdots + a_n =} \\
919153366b35 Initial version.
yuuji
parents:
diff changeset
502 & & a_1 + b_1 + \cdots + z_1 + \\
919153366b35 Initial version.
yuuji
parents:
diff changeset
503 & & b_2 + c+2 + \cdost + z_2
919153366b35 Initial version.
yuuji
parents:
diff changeset
504 \end{eqnarray}
919153366b35 Initial version.
yuuji
parents:
diff changeset
505
919153366b35 Initial version.
yuuji
parents:
diff changeset
506 center
919153366b35 Initial version.
yuuji
parents:
diff changeset
507 \begin{center} 内容 \end{center}
919153366b35 Initial version.
yuuji
parents:
diff changeset
508 「内容」を中央寄せする。各行は\\によって改行位置を指定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
509 → \centering
919153366b35 Initial version.
yuuji
parents:
diff changeset
510
919153366b35 Initial version.
yuuji
parents:
diff changeset
511 flushright
919153366b35 Initial version.
yuuji
parents:
diff changeset
512 \begin{flushright} 内容 \end{flushright}
919153366b35 Initial version.
yuuji
parents:
diff changeset
513 「内容」を右寄せする。各行は\\によって改行位置を指定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
514 → \raggedright
919153366b35 Initial version.
yuuji
parents:
diff changeset
515
919153366b35 Initial version.
yuuji
parents:
diff changeset
516 flushleft
919153366b35 Initial version.
yuuji
parents:
diff changeset
517 \begin{flushleft} 内容 \end{flushleft}
919153366b35 Initial version.
yuuji
parents:
diff changeset
518 「内容」を左寄せする。各行を\\によって改行位置を指定するとその位置で改行
919153366b35 Initial version.
yuuji
parents:
diff changeset
519 するが、指定しないと適当な行長のところで改行してくれる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
520 → \raggedleft
919153366b35 Initial version.
yuuji
parents:
diff changeset
521
919153366b35 Initial version.
yuuji
parents:
diff changeset
522 centering
919153366b35 Initial version.
yuuji
parents:
diff changeset
523 \centering
919153366b35 Initial version.
yuuji
parents:
diff changeset
524 段落をセンタリングして組版する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
525 たとえば table環境、figura環境の先頭で宣言すると環境の終りまでをセンタリ
919153366b35 Initial version.
yuuji
parents:
diff changeset
526 ングして組む。
919153366b35 Initial version.
yuuji
parents:
diff changeset
527
919153366b35 Initial version.
yuuji
parents:
diff changeset
528 raggedright
919153366b35 Initial version.
yuuji
parents:
diff changeset
529 \raggedright
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
530 段落の右端を不揃いにして組版。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
531 結果として左寄せになる。
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
532
919153366b35 Initial version.
yuuji
parents:
diff changeset
533 raggedleft
919153366b35 Initial version.
yuuji
parents:
diff changeset
534 \raggedleft
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
535 段落の左端を不揃いにして組版。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
536 結果として右寄せになる。
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
537
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
538 raggedbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
539 \raggedbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
540 組版する時に各ページの高さに多少のずれがあっても許容する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
541 プリアンブルで指定する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
542 →\flushbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
543
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
544 flushbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
545 \flushbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
546 組版する時に各ページの高さを正確にそろえる。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
547 プリアンブルで指定する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
548 →\raggedbottom
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
549
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
550 sloppy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
551 \sloppy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
552 \sloppy を指定すると、各行を必ず右マージンで折り返す代わりに、
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
553 単語間の空白を大目に見る。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
554 →\fussy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
555
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
556 fussy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
557 \fussy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
558 通常の組版規則に戻る。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
559 →\sloppy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
560
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
561 sloppypar
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
562 \begin{sloppypar} 段落 \end{sloppypar}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
563 段落を \sloppy で組む。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
564 →\sloppy
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
565
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
566 verbatim
919153366b35 Initial version.
yuuji
parents:
diff changeset
567 \begin{verbatim} 内容 \end{verbatim}
919153366b35 Initial version.
yuuji
parents:
diff changeset
568 「内容」を固定幅フォントのタイプライタ書体で表示し、すべての文字を(TeXの
919153366b35 Initial version.
yuuji
parents:
diff changeset
569 シーケンスとしてではなく)そのまま解釈する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
570
919153366b35 Initial version.
yuuji
parents:
diff changeset
571 #「ばーばちむ」じゃなくて「ばーべいたむ」だ!
919153366b35 Initial version.
yuuji
parents:
diff changeset
572
919153366b35 Initial version.
yuuji
parents:
diff changeset
573 verbatim*
919153366b35 Initial version.
yuuji
parents:
diff changeset
574 \begin{verbatim*} 内容 \end{verbatim*}
919153366b35 Initial version.
yuuji
parents:
diff changeset
575 通常のverbatim環境において、スペース文字を空白ではなく、TeXbook に載って
919153366b35 Initial version.
yuuji
parents:
diff changeset
576 いるスペース文字のように印字する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
577
919153366b35 Initial version.
yuuji
parents:
diff changeset
578 (註)こういう感じ→ |_|
919153366b35 Initial version.
yuuji
parents:
diff changeset
579 (苦しい…)
919153366b35 Initial version.
yuuji
parents:
diff changeset
580
919153366b35 Initial version.
yuuji
parents:
diff changeset
581 list
919153366b35 Initial version.
yuuji
parents:
diff changeset
582 \begin{list}{デフォルトラベル}{整形パラメータ} ... \end{list}
919153366b35 Initial version.
yuuji
parents:
diff changeset
583 リスト環境に入る。リスト環境では \item で指定された各項目を一定の字下げ
919153366b35 Initial version.
yuuji
parents:
diff changeset
584 で列挙する。第1引数には \item のオプション引数のラベルが省略された時のデ
919153366b35 Initial version.
yuuji
parents:
diff changeset
585 フォルトラベルを指定し、第2引数には各itemを置く時に処理されるパラメータ
919153366b35 Initial version.
yuuji
parents:
diff changeset
586 を指定する。
919153366b35 Initial version.
yuuji
parents:
diff changeset
587 例:
919153366b35 Initial version.
yuuji
parents:
diff changeset
588 \begin{list}%
919153366b35 Initial version.
yuuji
parents:
diff changeset
589 {$\diamond$}
919153366b35 Initial version.
yuuji
parents:
diff changeset
590 {\addtolength{\leftmargin}{4em}}
919153366b35 Initial version.
yuuji
parents:
diff changeset
591 \item 第1引数には\verb|\item| にオプション引数をつけなかった時にふる、
919153366b35 Initial version.
yuuji
parents:
diff changeset
592 デフォルトのラベルを与える。
919153366b35 Initial version.
yuuji
parents:
diff changeset
593 \item 第2引数には各itemを置く時に処理されるパラメータを与える。
919153366b35 Initial version.
yuuji
parents:
diff changeset
594 \item[*] のようにオプション引数をつけるとそれがラベルとなる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
595 \end{list}
919153366b35 Initial version.
yuuji
parents:
diff changeset
596
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
597 list環境の体裁を制御する変数には以下のものがある(括弧内は既定値)。
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
598 水平方向:
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
599 <refer list環境の体裁を制御する変数>
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
600
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
601 list環境の体裁を制御する変数
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
602 \labelwidth itemのラベルの幅
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
603 \labelsep ラベルの右端と最初のアイテムのテキストとの間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
604 \leftmargin list環境内での左マージン
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
605 \rightmargin 同右マージン (0pt)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
606 \itemindent itemの直前に加えられるインデント幅 (0pt)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
607 \linewidth 一行の幅
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
608 \listparindent 各パラグラフの先頭のインデント(ただし\itemの付いている先
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
609 頭のパラグラフを除く)(0pt)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
610
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
611 垂直方向:
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
612 \topsep list環境に入る前のパラグラフと最初のitemとの間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
613 \partopsep list環境で新しいパラグラフをはじめる時に\topsepに加えら
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
614 れる付加的な間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
615 \itemsep 連続するitemどうしの間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
616 \parsep 一つのitem内でのパラグラフどうしの間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
617
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
618
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
619 itemize
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
620 \begin{itemize} \item アイテム1 ... \item アイテムn \end{itemize}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
621 項目を列挙するための環境。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
622 最大4つまでネストできる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
623 各レベルのitemの頭につく記号は、\labelitemi, \labelitemii,
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
624 \labelitemiii, \labelitemiv で制御される。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
625
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
626 itemize環境の体裁を制御する変数には以下のものがある。
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
627 <refer list環境の体裁を制御する変数>
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
628
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
629
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
630 enumerate
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
631 \begin{enumerate} \item アイテム1 ... \item アイテムn \end{enumerate}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
632 項目を番号つきで列挙するための環境。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
633 最大4つまでネストできる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
634 各レベルのitemの頭につく番号は、enumi, enumii, enumiii, enumiv
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
635 が保持していて、各itemのラベルは、\labelenumi, ..., \labelenumiv
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
636 で生成される。また、\p@enumN\theenumN は \ref値を設定する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
637 (Nはレベルの深さ。\ref値については\refの説明を参照せよ)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
638 たとえば
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
639 \def\theenumii{\alph{enumii}}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
640 \def\p@enumii{\theenumi\theenumii}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
641 \def\labelenumii{(\theenumii)}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
642 とすると \ref値が 3a などのように設定される。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
643
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
644 enumerate環境の体裁を制御する変数には以下のものがある。
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
645 <refer list環境の体裁を制御する変数>
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
646
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
647 item
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
648 \item \item[LABEL]
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
649 itemize, enumerate, description 環境などで項目を開始する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
650 [LABEL]を指定するとラベルとしてLABELを出力する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
651
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
652 description
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
653 \begin{description} \item[見出し単語] 説明 ... \end{description}
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
654 [見出し単語]を見出しとする
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
655 <refer itemize>
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
656
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
657 subitem
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
658 \subitem 項目
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
659 サブアイテムを定義。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
660
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
661 subsubitem
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
662 \subsubitem 項目
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
663 サブサブアイテムを定義。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
664
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
665 makebox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
666 \makebox[WID][POS]{オブジェクト} \makebox(X,Y)[POS]{オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
667 第1の書式では、オブジェクトをWIDで指定した幅として、\hbox 内の
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
668 POSで指定した場所に配置する。POSにlを指定すると左寄せ、rを指定すると右寄せ、
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
669 何も指定しないとセンタリングされる。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
670 第2の書式では、picuture環境で大きさ(X,Y)の(\unitlengthを基準とする)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
671 \hbox にオブジェクトを配置する。配置位置POSは第1の書式と同様。
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
672
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
673 mbox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
674 \mbox{オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
675 \makebox{オブジェクト}と同じ。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
676
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
677 newsavebox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
678 \newsavebox{\CMD}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
679 新規のボックス保存用コマンドを定義する。\CMDは \savebox コマンドで
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
680 ボックスを保存するために使う。\newsaveboxで宣言したコマンド名は
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
681 常にグローバルとなる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
682
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
683 savebox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
684 \savebox{\CMD}{テキスト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
685 ボックスを組む内容である「テキスト」の結果を\CMDに保存する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
686 「テキスト」は \makebox への引数と全く同じであるが、「テキスト」を
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
687 処理した結果はその場に表示はしない。\usebox{\CMD}により処理したボックス
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
688 が置かれる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
689
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
690 sbox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
691 \sbox{\CMD}{テキスト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
692 \saveboxと同じ。sboxはrobust, saveboxはfragile
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
693
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
694 framebox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
695 \framebox{オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
696 「オブジェクト」に枠をつけて\makeboxと同様の処理をする。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
697 枠の線の太さは \framerule、オブジェクトとの間隔は \framesep で決まる。た
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
698 だしpicture環境で \framebox(X,Y){オブジェクト}とした場合は、picture環境
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
699 用の線の太さに従い、外枠とオブジェクトとの間隔は空けられない。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
700
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
701 fbox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
702 \fbox{オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
703 \framebox{オブジェクト}と同じ。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
704 \fboxはrobust, \frameboxはfragile
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
705
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
706 parbox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
707 \parbox[POS]{WIDTH}{TEXT}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
708 TEXTをWIDThの幅で組んでボックスを作成する。ボックスの位置はPOSによって
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
709 c : センタリング(デフォルト)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
710 b : ボックスの一番下の線が現テキストのラインに合う
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
711 t : ボックスの一番上の線が現テキストのラインに合う
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
712 のように決められる。\parboxではパラメータが以下のようにリセットされる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
713
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
714 \parskip = 0pt
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
715 \linewidth = \hsize
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
716 \@totalleftmargin = 0pt
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
717 \leftskip = 0pt
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
718 \rightskip = 0pt
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
719 \@rightskip = 0pt
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
720 \parfillskip = 0pt plus 1fil
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
721 \lineskip = \normallineskip
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
722 \baselineskip = \normalbaselineskip
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
723
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
724 minipage
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
725 \begin{minipage}[pos]{WIDTH} TEXT \end{minipage}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
726 \parbox とほぼ同様WIDTHの幅のTEXTをボックスとして組む。ボックスの位置は
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
727 POSによって
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
728 c : センタリング(デフォルト)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
729 b : ボックスの一番下の線が現テキストのラインに合う
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
730 t : ボックスの一番上の線が現テキストのラインに合う
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
731 のように決められる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
732 parboxと違い、TEXTは通常のパラグラフとして組まれる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
733
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
734 rule
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
735 \rule[RAISED]{WIDTH}{HEIGHT}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
736 幅 WIDTH x 高さ HEIGHT の罫線を作る。RAISEDが指定された場合、その分だけ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
737 上に上げられる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
738
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
739 underline
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
740 \underline{TEXT}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
741 TEXTに下線をつけて表示。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
742
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
743 raisebox
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
744 \raisebox{DISTANCE}[HEIGHT][DEPTH]{BOX}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
745 BOXをDISTANCEだけ上げて組む。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
746 HEIGHT, DEPTH を指定すると、TeXから見たBOXの「高さ」と「深さ」
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
747 (註:これらの用語についてはTeXBookなどを参照のこと)
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
748 を HEIGHT, DEPTH に指定する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
749
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
750 tabbing
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
751 \begin{tabbing} \= text1.1 \= text1.2 \\ \> text2.1 \> text2.2 \end{tabbing}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
752 桁揃えを行う環境を作る(入れ子不可)。例えば、
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
753 \begin{tabbing}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
754 \= 項目1 \hspace*{2em} \= 項目2 \hspace*{3em} \= 項目3 \\
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
755 \> いろは \> にほへ \> とちり \+ \\
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
756 \> ぬるを \> わかよ \\
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
757 \> たれそ \- \\
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
758 \> つねな \> らむう \> ゐのお
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
759 \end{tabbing}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
760 上のtabbing環境は以下のように3つのタブ位置で組まれる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
761 (1番目) (2番目) (3番目)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
762 いろは にほへ とちり
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
763 ぬるを をかよ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
764 たれそ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
765 つねな らむう ゐのお
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
766 \2em/ \3em/
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
767 tabbing環境におけるタブ位置操作コマンドは以下の通り(nは1から):
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
768 \= n番目のタブ位置を現在位置に設定しタブカウンタ(n)を1進める
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
769 \\ 改行してタブカウンタをリセットする(n=1)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
770 \> 位置をn番目のタブ位置に設定し、カウンタを1進める
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
771 \+ 次の行のタブカウンタの初期値に1加える \+ \\ とすると次の行の最初
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
772 の \> は2番目のタブ位置を示す. \+ を複数書くとその数だけタブカウ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
773 ンタの初期値が増える
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
774 \- \+とは逆に、次の行のタブカウンタの初期値から1引く
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
775 \< 一つ前のタブカウンタに戻ってそのタブ位置をセット. 行頭のみ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
776 \' \'以降を通常のタブ位置より \tabbingsep 分だけ右寄せして出力
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
777 \` \`以降のテキストをすべて右寄せして出力
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
778 \pushtabs それまで用いていたタブストップ位置を全てpush
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
779 \poptabs それまで用いていたタブストップ位置を全てpop. \pushtabs と
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
780 \poptabs は必ず対になっていなければならない. 入れ子可
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
781 \aX Xは = か ' か ` tabbing環境でない通常のアクセントは
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
782 \a= \a' \a` で表わす
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
783 \kill 現在行のテキストは出力せずタブ設定だけ解釈する
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
784
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
785 array
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
786 \begin{array}{プリアンブル} C1 & C2 & .. & Cn \\ D1 ... \end{array}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
787 (数式などによる)配列を作成する。行列などは array 環境で作成する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
788 詳しい説明は tabular 環境を参照。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
789
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
790 tabular
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
791 \begin{tabular}[OPT]{プリアンブル} C1 & C2 & .. & Cn \\ D1 ... \end{tabular}
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
792 表を作成する。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
793 【[OPT]】(省略可)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
794 [t] 表の上端を現在の行に合わせる
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
795 [b] 表の下端を現在の行に合わせる
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
796 【プリアンブル】
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
797 c カラムを一つ指定し、そのカラムをセンタリング
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
798 l カラムを一つ指定し、そのカラムを左寄せ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
799 r カラムを一つ指定し、そのカラムを右寄せ
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
800 @{表現} 「表現」をカラム毎に挿入する。これを指定すると
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
801 \arraycolsep や \tabcolsep のスペーシングは抑制される
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
802 *{N}{PRE} PREを N 回書いたのと同様の作用
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
803 p{LEN} そのカラムをLENの長さのparboxエントリとして作成する
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
804
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
805 【array, tabular 環境で使えるコマンド】
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
806 \multicolumn
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
807 <refer multicolumn>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
808 \vline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
809 <refer vline>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
810 \hline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
811 <refer hline>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
812 \cline{i-j}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
813 <refer cline>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
814 \extracolsep{W}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
815 <refer extracolsep>
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
816
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
817
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
818 以下の例を参照せよ。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
819
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
820 \LaTeX 表記 印刷形式
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
821 \begin{array}{ccr}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
822 x+y+z & a_1 & 1 \\ x+y+z a1 1
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
823 x+z & a_2 & 21 \\ x+z a2 21
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
824 y & a_3 & 321 y a3 321
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
825 \end{array}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
826
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
827 \[ \left(
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
828 \begin{array}{cccc}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
829 a_{11} & a_{12} & \dots & a_{1n} \\ / a11 a12 ... a1n \
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
830 a_{21} & a_{22} & \dots & a_{2n} \\ | a21 a22 ... a2n |
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
831 \vdots & \vdots & \ddots& \vdots \\ | : : \. : |
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
832 a_{n1} & a_{n2} & \dots & a_{nn} \ an1 an2 ..: ann /
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
833 \end{array}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
834 \right)\]
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
835
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
836 array環境を \right( \left) で囲むと配列自体を大きな括弧で括る。同様に、
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
837 \right\{ \left\} で配列を中括弧で、\right[ \left] で配列を大括弧で、
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
838 \right| \left| で配列をノルム記号(絶対値記号)で括ることができる。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
839 \right の数と \left の数は必ず同じでなければならないが、\right( \left]
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
840 のように括弧の種類は違ってもよい。\right. のように . をつけると見えない
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
841 括弧が出力される。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
842
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
843 \[ 答 \cdots \left\{ /
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
844 \begin{array}{ccc} | x = 5
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
845 x & = & 5 \\ 答 ... <
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
846 y & = & 3 | y = 3
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
847 \end{array} \right. \] \
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
848
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
849 array環境を制御する変数には以下のものがある:
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
850 \arraycolsep : array環境の各カラム間の間隔の半分
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
851 \tabcolsep : tabular環境の各カラム間の間隔の半分
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
852 \arrayrulewidth : 罫線の幅
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
853 \doublerulesep : array, tabular環境での隣接した罫線(二重罫線?)間の間隔
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
854 \arraystretch : \baselinestretch と同様行間スペースの比率を決める
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
855 \renewcommandで再定義する
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
856
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
857 tabular環境は、ページを跨ることができない。これを可能にするスタイルファ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
858 イルとして、supertab.styがある。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
859
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
860 tabular*
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
861 \begin{tabular*}{幅}{プリアンブル} ... \end{tabular*}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
862 幅を指定してtabular環境を作成。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
863 この幅を充填するだけのスペースをプリアンブルの \extracolsep{} コマンドで
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
864 確保する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
865 \begin{tabular*}{10em}[b]{|c@{\extracolsep{\fill}}|c|c|}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
866 \hline
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
867 a & b & c \\ \hline
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
868 1 & 2 & 3
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
869 \end{tabular*}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
870 tabular環境の説明を参照のこと。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
871
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
872 multicolumn
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
873 \multicolumn{N}{FORMAT}{ITEM}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
874 tabular環境で現在のカラムを含めNこのカラムをFORMATに従った
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
875 ITEMで埋める。FORMATはl,r,cのうち(最大)ひとつ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
876
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
877 vline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
878 \vline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
879 tabular環境でそのカラムに縦線を引く. 縦線の位置はそのカラムに
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
880 指定されている l, r, c によって決まる
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
881
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
882 hline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
883 \hline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
884 tabular環境で、行間に水平線を引く. 環境の最初のエントリの直前、
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
885 もしくは \\ の直後に来なければならない. もし \hline を続けて
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
886 指定すると\doublerulesep 分の空白が空けられる(標準では罫線の
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
887 箱自体が分割されてしまう)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
888
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
889 cline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
890 \cline{i-j}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
891 tabular環境中、i番目からj番目のカラムに横線を引く. \hlineと同様
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
892
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
893 extracolsep
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
894 \extracolsep{W}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
895 tabular環境の@表現の中で用いると、幅Wのスペースをそれ以降の
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
896 全てのカラムの左側に加える
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
897
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
898 picture
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
899 \begin{picture}(WIDTH,HEIGHT)(X,Y) ..contents.. \end{picture}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
900 幅WIDTH, 高さHEIGHT の描画ボックスを作成。このボックスの左下の座標は
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
901 (X,Y) となる(省略すると(0,0))。これらの引数の数値を含め、picuture環境の
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
902 数値は \unitlength に対する相対値であらわされる。\unitlength の既定値は
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
903 1pt.
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
904 今時picture環境じゃないと思うので用法しか書かないよーん。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
905
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
906 【コマンド】
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
907 \put(X座標,Y座標){描画オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
908 \multiput(X座標,Y座標)(Xの増分,Yの増分){繰り返し回数}{描画オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
909 【描画オブジェクト】
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
910 \makebox(X座標,Y座標)[POS]{テキスト} (箱)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
911 \framebox(X座標,Y座標)[POS]{テキスト} (枠付きの箱)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
912 \dashbox(X座標,Y座標)[POS]{テキスト} (破線枠付きの箱)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
913 (以上POS = l, r, b, t)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
914 \line(ΔX,ΔY){水平方向の長さ} (直線)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
915 \vector(ΔX,ΔY){水平方向の長さ} (矢印)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
916 (ΔX,ΔY = ±1, ±2, ..., ±6 で互素, それぞれ基準は始点)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
917 \shortstack[POS]{一行\\二行\\三行}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
918 \circle{直径} (円)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
919 \circle*{直径} (塗り潰した円)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
920 (それぞれ基準は円の中心, 最大直径は40pt, 15pt)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
921 \oval(直径X,直径Y)[POS] (楕円風 POS = l, r, t, b)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
922 \frame{描画オブジェクト}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
923 \thinlines, \thicklines (細,太線を選ぶ)
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
924 \linethickness{太さ}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
925
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
926 newtheorem
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
927 \newtheorem{NAME}{TEXT}[COUNTER] \newtheorem{NAME}[OLDNAME]{TEXT}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
928 定理型の新しい環境「NAME」を定義する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
929 TEXT 定理番号のキャプションとして出される文字列
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
930 COUNTER NAMEのカウンタの親となるカウンタ名. 通常section.
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
931 第2の形式では OLDNAME と同じカウンタ形式を使うことを指示する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
932 NAME環境のカウンタ形式は \theNAME コマンドを再定義する。これのデフォルトは
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
933 \theCOUNTER.\arabic{NAME}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
934
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
935 title
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
936 \title{タイトル}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
937 \maketitleコマンドで出力するタイトル名を設定する。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
938
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
939 author
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
940 \author{著者名}
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
941 \maketitleコマンドで出力する著者を設定する。
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
942 複数の著者を書くときは \and で区切って名前を書く。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
943
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
944 date
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
945 \date{日付}
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
946 \maketitleコマンドで出力する日付を設定する。
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
947 \date を省略するとタイプセットした日の日付が出力される。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
948
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
949 thanks
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
950 \thanks{脚注}
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
951 タイトル中(\title, \author, \date)での脚注(謝辞や住所など)の出力を行う。
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
952
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
953 maketitle
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
954 \maketitle
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
955 タイトルを出力する。document環境中で宣言されなければならない。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
956 タイトルを構成する項目は以下のコマンドで定義する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
957 \title{タイトル}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
958 \author{著者名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
959 \date{日付} (省略するとタイプセットした日の日付)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
960 \thanks{脚注} (謝辞や所属名などを脚注形式で出すために用いる)
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
961
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
962 part
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
963 \part{第?部のタイトル}
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
964 <refer chapter>
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
965
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
966 chapter
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
967 \chapter{章のタイトル}
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
968 文を区切るコマンド一覧:
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
969 \part 第?部
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
970 \chapter ?章 (articleにはない)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
971 \section ?節
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
972 \subsection ?.?節
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
973 \subsubsection ?.?.?節
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
974 \paragraph 段落
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
975 \subparagraph 副段落
18
adc2f1472409 Make variables for temporary dictionary buffer-local.
yuuji
parents: 17
diff changeset
976
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
977 section
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
978 \section{セクション名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
979 第一引数のセクション名でセクションの区切りを設定。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
980 <refer chapter>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
981
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
982 subsection
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
983 \subsection{サブセクション名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
984 第一引数の名前でサブセクションの区切りを設定。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
985 <refer chapter>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
986
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
987 subsubsection
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
988 \subsubsection{サブサブセクション名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
989 第一引数の名前でサブサブセクションの区切りを設定。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
990 <refer chapter>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
991
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
992 paragraph
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
993 \paragraph{パラグラフ名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
994 第一引数の名前でパラグラフの区切りを設定。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
995 <refer chapter>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
996
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
997 subparagraph
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
998 \subparagraph{サブパラグラフ名}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
999 第一引数の名前でサブパラグラフの区切りを設定。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1000 <refer chapter>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1001
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1002 appendix
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1003 \appendix
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1004 付録部に入る宣言。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1005 セクションコマンドの番号の方式を付録用に変える。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1006
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1007 contentsline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1008 \contentsline{TYPE}{ENTRY}{PAGE}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1009 \contentsline{subsection}{\makebox{30pt}[r]{1.4.3} Gnats and Gnus}{22}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1010 とすると .toc ファイルに ENTRY を吐き出す。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1011 TYPEはセクションコマンドのどれか。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1012
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1013 addcontentsline
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1014 \addcontentsline{TABLE}{TYPE}{ENTRY}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1015 TABLEで指定したファイル(toc, lof, lot のどれか)にENTRYというエントリを出
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1016 力する。TYPEはTABLEの値によって変わり、
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1017 toc: セクションコマンドのどれか
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1018 lof: figure
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1019 lot: table
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1020 である。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1021
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1022 addtocontents
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1023 \addtocontents{TABLE}{TEXT}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1024 TEXTをTABLEで指定したテーブルファイル(toc, lof, lot のどれか)に出力する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1025
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1026 index
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1027 \index{INDEX}
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1028 索引のエントリを定義する。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1029
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1030 --------------------------------------------------------------------
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1031 <refer 索引の作り方>
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1032
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1033 glossary
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1034 \glossary{STRING}
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1035 用語集のエントリを定義する。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1036
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1037 makeindex
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1038 \makeindex
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1039 \indexentryで登録されている項目を .idx ファイルに書き込む。
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1040 プリアンブルで指定する。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1041
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1042 --------------------------------------------------------------------
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1043 <refer 索引の作り方>
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1044
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1045 makeglossary
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1046 \makeglossary
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1047 \glossaryentryで登録されている項目を .glo ファイルに書き込む。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1048 プリアンブルで指定する。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1049
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1050 索引の作り方
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1051
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1052 (1)\documentstyleにmakeidxオプションを与え、プリアンブルに \makeindex
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1053 を書き、索引を生成する場所に \printindex を書く。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1054 (2)本文に \index{索引となる単語} を埋め込む。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1055 (3)一度(または二度)タイプセットする。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1056 (4).idxファイルができるのでそのファイルを makeindex にかける。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1057 (5).indファイルができるのでもう一度タイプセットして出来上がり。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1058
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1059 ** \indexの記法 **
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1060 日本語をそのまま \index{漢字} と入れたのではあいうえお順にソートされない。
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1061 そこで、読みを@で区切って \index{かんじ@漢字} のように入れる。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1062
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1063 bibliography
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1064 \bibliography{FILE1,FILE2, ... ,FILEn}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1065 BibTeXで読み込むファイルを指定する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1066
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1067 bibliographystyle
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1068 \bibliographystyle{スタイル}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1069 plain 通上
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1070 unsrt ソートしない
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1071 alpha "Foo94" のようなタグをつける
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1072 abbrv 著者のファーストネーム、発行月、書籍名が省略される
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1073
46
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1074 thebibliography
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1075 \begin{thebibliography} \bibitem{アイテム}… \end{thebibliography}
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1076 参考文献データの登録環境を開始する。
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1077 データは \bibitem コマンドによって登録する。
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1078 \bibitem コマンドの用法は以下の通り。
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1079 <refer bibitem>
cd1b63102eed Support Mule2
yuuji
parents: 30
diff changeset
1080
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1081 bibitem
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1082 \bibitem{NAME} \bibitem[LABEL]{NAME}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1083 \bibitem{NAME}の書式では、NAMEで参照され、[1],[2] のような形で引用記号が
48
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1084 出力される、\bibitem[LABEL]{NAME}の書式では、\cite{NAME}で参照され、
a0640ff3f72f Inter-file ref/label, cite/bibitem jump.
yuuji
parents: 46
diff changeset
1085 [LABEL] のような引用記号が出力される。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1086
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1087 cite
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1088 \cite{NAME} \cite[LABEL]{NAME}
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1089 \cite{NAME}の書式では、NAMEで参照され、[1],[2] のような形で引用記号が
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1090 出力される、\cite[LABEL]{NAME}の書式では、[1,LABEL] のような引用記号
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1091 が出力される。
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1092
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1093 footnote
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1094 \footnote{NOTE}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1095 NOTEという内容の脚注を生成する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1096 \footnote[NUM]{NOTE} とすると、番号をNUMで指定できる。
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
1097 脚注がうまく出力されないような場所では \footnotemark と \footnotetext を
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
1098 組み合わせて出力する。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1099 fragile
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1100
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1101 footnotemark
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1102 \footnotemark[NUM]
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1103 脚注番号のみ出力する時に使う。tabbing環境のように、脚注が出力されないと
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
1104 ころで、\footnotetext と組み合わせて使う。[NUM]は省略可。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1105
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1106 footnotetext
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1107 \footnotetext[NUM]{TEXT}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1108 脚注番号を出力せず脚注のみ出力する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1109 通常 \footnotemark と組み合わせて使う。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1110
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1111 footnotesize
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1112 \footnotesize
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1113 文字サイズを脚注用のサイズに変更する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1114
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1115 footnotesep
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1116 \footnotesep
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1117 各脚注の最初に置かれる空白の高さ(数値)。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1118
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1119
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1120 footnoterule
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1121 \footnoterule
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1122 本文と脚注のあいだに引かれる罫線を出力。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1123
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1124 documentstyle
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1125 \documentstyle[OPTION1,OPTION2, ... ,OPTIONn]{STYLE}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1126 文書スタイルを指定する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1127 [OPTION...] を指定すると、STYLE.sty を読んだ後に、
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1128 OPTIONn.sty が順次読み込まれる。
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
1129
919153366b35 Initial version.
yuuji
parents:
diff changeset
1130 verb
919153366b35 Initial version.
yuuji
parents:
diff changeset
1131 \verb#内容#
919153366b35 Initial version.
yuuji
parents:
diff changeset
1132 \verbの直後に来る文字と、次にあらわれる同じ文字とのあいだに挟まれたもの
919153366b35 Initial version.
yuuji
parents:
diff changeset
1133 を verbatim で表示する。\verb|foo| と \verb,foo, は同じ結果が得られる。
919153366b35 Initial version.
yuuji
parents:
diff changeset
1134
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1135 styleparameter
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1136 まだ訳していないスタイルパラメータ。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1137 % \topfigrule : Command to place rule (or whatever) between floats
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1138 % at top of page and text. Executed in inner vertical
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1139 % mode right before the \textfloatsep skip separating
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1140 % the floats from the text. Must occupy zero vertical
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1141 % space. (See \footnoterule.)
51
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1142 botfigrule
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1143 \setlength{\botfigrule}{長さ}
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1144 Same as \topfigrule, but put after the \textfloatsep
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1145 skip separating text from the floats at bottom of page.
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1146
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1147 intextsep
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1148 \setlength{\intextsep}{長さ}
b0371b6ed799 Created `ChangeLog'.
yuuji
parents: 49
diff changeset
1149 文書中フロートの上下に残された空白の長さ
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
1150
919153366b35 Initial version.
yuuji
parents:
diff changeset
1151
919153366b35 Initial version.
yuuji
parents:
diff changeset
1152 newpage
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1153 \newpage
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1154 改頁を行う。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1155 \clearpage 未出力の図表があれば独立した図表用頁を出力してから
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1156 改頁を行う。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1157 \cleardoublepage clearpageと同じだが、 両画面スタイル(bookなど)の
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1158 場合は、奇数頁から始まるように改頁する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1159 \newpage 二段組みの時は現在の段を終了する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1160
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
1161 clearpage
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1162 \clearpage
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1163 <refer newpage>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1164
17
919153366b35 Initial version.
yuuji
parents:
diff changeset
1165 cleardoublepage
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1166 \cleardoublepage
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1167 <refer newpage>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1168
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1169 長さ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1170
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1171 長さに使える単位には以下のものがある。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1172 cm センチ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1173 em 大文字Mの幅
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1174 ex 小文字xの高さ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1175 in インチ(約2.54cm)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1176 mm ミリメートル
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1177 pc パイカ(=12pt)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1178 pt ポイント(72.27pt=1インチ)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1179 \fill 自然長は0だが、任意の長さに伸びることのできる伸縮長
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1180 \stretch{X} \fill のX倍
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1181
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1182 stretch
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1183 \stretch{X}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1184 <refer 長さ>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1185
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1186 twocolumn
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1187 \twocolumn[STRING]
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1188 改頁したあと二段組みでの組版を開始する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1189 [STRING]を指定すると、STRINGを二段ぶち抜きのタイトルとして出力。
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
1190 →onecolumn
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1191
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1192 onecolumn
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1193 \onecolumn
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1194 改頁したあとで一段組みでの組版を開始する。
30
09c2186663bb Refine the explanation on itemize/list/enumerate family.
yuuji
parents: 21
diff changeset
1195 →twocolumn
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1196
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1197 topnewpage
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1198 \topnewpage{BOX}
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1199 新しいページを開始し、\textwidthのBOXをparboxで作成する。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1200 二段組みページでぶち抜きタイトルを作成する時に用いるとよい。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1201
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1202 LaiTeX
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1203 a Little Assistant Interface for TeX on Vz
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1204 おそらくあなたが今 Vz 上で使っているこのモード。
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1205 LaTeXを効率的に使うための多くの機能を盛り込んでいます。
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1206
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1207 【発音について】
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1208 laitex.defなどプログラムを指す時は「らいてっく」、システムを指す時は「ら
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1209 いちょう」と読みます。
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1210
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1211 【補足】
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1212 「雷鳥」の旧仮名遣いは「らいてう」だそうです。
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1213
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1214 【謝辞】
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1215 以下の方々の御協力を頂きました。ここに感謝申し上げます。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1216
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1217 (順不同/代表項目のみ)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1218 横田一也さん(マツダ)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1219 転載を行って頂きました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1220
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1221 北岸隆史さん(豊橋技術科学大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1222 小林克志さん(広島大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1223 保甫恒喜さん(立命館大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1224 小島昭二さん(静岡大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1225 小林肇さん(金沢工業大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1226 坂田一生さん(niftyserve)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1227 山際直之さん(niftyserve)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1228 並川仁さん(niftyserve)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1229 バグの指摘や、要望、励ましのメールを頂きました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1230 (まとめてでごめんなさい -- 桂川)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1231
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1232 柴田みゆきさん(京都ソフトウェアリサーチ)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1233 Software Design 誌で本ソフトをご紹介いただきました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1234
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1235 バッキー"毒ラッコ"トミザワさん(筑波大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1236 雷鳥の為にノートパソコンを無償で貸与して下さいました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1237 彼のおかげで、雷鳥ははばたくことが出来ました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1238
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1239 laitex
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1240 a Little Assistant Interface for TeX on Vz
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1241 <refer LaiTeX>
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1242
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1243 YaTeX
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1244 (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
49
eb0512bfcb7f Abolish user-article table.
yuuji
parents: 48
diff changeset
1245 おそらくあなたが今 Emacs で使っているこのモード。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1246 LaTeXを効率的に使うための多くの機能を盛り込んでいます。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1247
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1248 【発音について】
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1249 yatex.elなどプログラムを指す時は「やてっく」、システムを指す時は「やちょ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1250 う」と読みます。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1251
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1252 【謝辞】
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1253 以下の方々の御協力を頂きました。ここに感謝申し上げます。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1254
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1255 (順不同/代表項目のみ)
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1256 峯恒憲さん(九州大)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1257 Bibtex起動、typeset process の kill、エラー箇所の正しい判定
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1258 の要望その他を頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1259
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1260 森中秀明さん(アンリツ)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1261 タイプセットバッファでの実行継続、lpq, bibtex起動、領域指定タイ
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1262 プセット後のプレビュー対象ファイルのデフォルト値の変更、
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1263 describe-mode、\verb の補完の要望、verbatim環境や\verbの中にある
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1264 \begin{}, \end{} を数えないようにする要望、などを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1265
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1266 石坂裕毅さん(富士通)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1267 YaTeX-get-error-file のバグレポートなどを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1268
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1269 Bayardさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1270 min-outとの連係の不具合の報告を頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1271
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1272 Kけんさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1273 ms-dos固有の設定に関するバグレポートを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1274
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1275 sa2cさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1276 Mule用のパッチを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1277
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1278 桂川直己さん(筑波大)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1279 数え切れないバグレポートと要望を頂きました。またVzへの移植版であ
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1280 る laitex(雷鳥) を作成されました。また、「こんな機能はどうだろう?」
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1281 と相談すると、「いらん」と一蹴し、しばらく経ってから「やっぱり欲
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1282 しい」と言うなど、多くの混乱を招かせていただきました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1283
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1284 るねきちさん(asciinet)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1285 占い師だそうです。
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1286 http://www.comp.ae.keio.ac.jp/~yuuji/lune/astrology/
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1287
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1288 柱川さん(prc)
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1289 各所で暴れています。
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1290 http://www.prc.tsukuba.ac.jp/~katsura/
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1291
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1292 三平善郎さん(慶應大)
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1293 開き括弧の入力時の処理のモード分けのアイデアを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1294
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1295 萩庭崇さん(慶應大)
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1296 begin型補完の内側に文字があった場合それらをインデントしてほしい
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1297 という要望を頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1298
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1299 田中健次郎さん(慶應大)
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1300 タイプセット時に未セーブ状態の関連ファイルをセーブして欲しいとい
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1301 う要望を頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1302
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1303 bauerさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1304 アクセント補完の要望とアクセント記号の規則の情報等を頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1305
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1306 佐々木たろうさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1307 数式環境の処理に関する多様なアイデア、ウィンドウ選択処理に関する
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1308 ユーザインタフェースの繊細な改善案などを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1309
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1310 Deslarさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1311 byte-compile関係のバグ報告などを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1312
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1313 tadfさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1314 Demacsでのプロセス起動時のインタフェースの不具合の報告などを頂き
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1315 ました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1316
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1317 ほんまたけるさん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1318 パラグラフ境界をLaTeX用に設定しなおす要望などを頂きました。
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1319
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1320 TUSKさん(asciinet)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1321 Texinfoドキュメント(初版)を作成して頂き、第二版に関するコメント
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1322 と添削をして頂きました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1323
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1324 横田和也さん(asciinet)
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1325 dviout起動時の工夫の案、ミニバッファで読み込むもののヒストリを分
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1326 けるアイデアのきっかけを頂き、ヘルプファイルの項目の提供をして頂
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1327 きました。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1328
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1329 Nop.Mさん(asciinet)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1330 異なる環境での設定の不具合等のレポートを数多く頂きました。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1331
54
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1332 jaybirdさん(asciinet)
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1333 英語版のヘルプファイルを作成して頂きました。
2d45e43fb35f Full support of English documents
yuuji
parents: 53
diff changeset
1334
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1335 内山滋さん(成蹊大学)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1336 日本語入力モード判定関数のバグを直すパッチ、section-view のバグ
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1337 報告、* 付きセクションコマンド対応の要望、\right, \left のアドイ
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1338 ン関数作成に関する有用な情報などを頂きました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1339
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1340 神貞介さん(niftyserve)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1341 dviout起動オプションに関するコメント、ヘルプファイルのバグ報告等
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1342 を頂きました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1343
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1344 藤枝和宏さん(JAIST)
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1345 野鳥/雷鳥の Mailing List を設立して頂きました。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1346
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1347 松本憲彦さん(東京学芸大)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1348 マニュアルのバグを指摘して頂きました。
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1349
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1350 小宮山康子さん(成蹊大)
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1351 \item[] などの補完後 [] の中にカーソルを置く要望を頂きました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1352
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1353 竹中浩さん(東京大)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1354 M-q (YaTeX-fill-paragraph) のバグを報告して頂きました。
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1355 YaTeX-insert-amper をcontributeして頂きました。
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1356 作者の数多くの凡ミスを丁寧に拾って下さいました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1357 YaTeX-shift-section-undo の実現方法を教えていただきました。
53
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1358
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1359 佐藤圭さん(慶應大)
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1360 ネストした同種のitemize環境でのindentationの不具合を指摘して頂き
5f4b18da14b3 Fix functions relating YaTeX-beginning-of-environment or
yuuji
parents: 52
diff changeset
1361 ました。
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1362
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1363 石川洋介さん(富士通)
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1364 Mule2で斜体フォントを使用するための手順、auto-insertの存在を教え
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1365 て頂きました。
56
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1366
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1367 井上浩一さん(九州大学)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1368 MuleでフォーマットしたinfoファイルをNemacs用にコンバートする方法
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1369 を教えて頂きました。
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1370
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1371 田口直文さん(慶應大)
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1372 font-lock の使い方を調査するといって、まだ何も教えてくれません。
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1373 早くしてください:-)。
a9653fbd1c1c Bug fix version
yuuji
parents: 54
diff changeset
1374
57
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1375 吉田尚志さん(慶應大)
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1376 label/ref補完で、labelやrefで始まる単語全てを候補にいれてしまう
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1377 バグを報告して頂きました。
18f4939986e6 (j)LaTeX2e supported
yuuji
parents: 56
diff changeset
1378
58
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1379 上田佳明さん(豊橋技科大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1380 Emacs 19.29 以降で生じるYaTeX-indent-new-comment-lineの不具合を
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1381 指摘して頂きました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1382
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1383 成宮隆之さん(富山大学)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1384 「初めて使うYaTeX」というCoolなWWWページを作成して下さいました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1385
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1386 田中敏さん(富山大学)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1387 AMS-LaTeX に対応するためのパッチを送って頂きました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1388
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1389 西澤幸司さん(東北大学)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1390 田仲稔さん([株]ケイケンエンジニアリングシステム)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1391 begin型補完でおまかせ改行関数があれば、補完時に初期エントリを挿
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1392 入するというアイデアを提供していただきました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1393
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1394 葛西澄人さん(慶應大)
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1395 YaTeX-default-pop-window-height の原案を頂きました。
3a7c0c2bf16d Official support for AMS-LaTeX, HTML, xdvi -remote, Netscape
yuuji
parents: 57
diff changeset
1396 $ \% $ のような場合の数式モード終了判定のミスを指摘して頂きました。
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1397 yatex
52
5d94deabb9f9 Set YaTeX-indent-line to 'indent-line-function.
yuuji
parents: 51
diff changeset
1398 (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist))
21
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1399 <refer YaTeX>
5102afa98191 Change the YaTeX-math-mode's prefix from `,' to `;'.
yuuji
parents: 18
diff changeset
1400 

yatex.org