]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe support for \iddots and the mathdots package
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 402
3 \begin_document
4 \begin_header
5 \textclass jarticle
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 \newlength{\abc}
46 \settowidth{\abc}{\space}
47 \addto\extrasenglish{
48  \renewcommand{\equationautorefname}{\hspace{-\abc}}
49  \renewcommand{\sectionautorefname}{sec.\negthinspace}
50  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
52
53 % don't load packages twice
54 % see first footnote in sec. 9.3
55 \@ifundefined{textcolor}{\usepackage{color}}{}
56
57 % the pages of the TOC are numbered roman
58 % and a PDF-bookmark for the TOC is added
59 \pagenumbering{roman}
60 \let\myTOC\tableofcontents
61 \renewcommand{\tableofcontents}{%
62  \vspace{1cm}
63  \pdfbookmark[1]{\contentsname}{}
64  \myTOC
65  \cleardoublepage
66  \pagenumbering{arabic}}
67
68 % insert additional vertical space of 1.5 mm between footnotes,
69 \let\myFoot\footnote
70 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
71
72 % provides caption formatting
73 %\setkomafont{captionlabel}{\bfseries}
74
75 % used in Kap. 22.6
76 \usepackage[samesize]{cancel}
77
78 % enables calculation of values,
79 \usepackage{calc}
80
81 % for multiple table row and column cells
82 \usepackage{multirow}
83 \usepackage{multicol}
84
85 % needed in sec. 19.4
86 \usepackage{remreset}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143
144 % make pdf bookmark sane with Japanese
145 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options true
149 \maintain_unincluded_children false
150 \language japanese
151 \inputencoding auto
152 \fontencoding global
153 \font_roman default
154 \font_sans default
155 \font_typewriter default
156 \font_default_family default
157 \use_xetex false
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \default_output_format default
165 \output_sync 0
166 \bibtex_command default
167 \index_command default
168 \paperfontsize default
169 \spacing single
170 \use_hyperref true
171 \pdf_title "LyX数式説明書"
172 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
173 \pdf_subject "LyXの数式機能に関する説明書"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
185 \papersize a4paper
186 \use_geometry true
187 \use_amsmath 2
188 \use_esint 1
189 \use_mhchem 1
190 \use_mathdots 1
191 \cite_engine basic
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \notefontcolor #0000ff
197 \index 索引
198 \shortcut idx
199 \color #008000
200 \end_index
201 \leftmargin 3.5cm
202 \topmargin 3cm
203 \rightmargin 3cm
204 \bottommargin 3.5cm
205 \secnumdepth 4
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle plain
213 \tracking_changes false
214 \output_changes false
215 \html_math_output 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyXの数式詳細説明書
223 \end_layout
224
225 \begin_layout Author
226 LyXプロジェクトチーム
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
233 \family typewriter
234
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \family default
245 までお知らせください。
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 著者:Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 第2.0.x版
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
288 \series bold
289 eurosym
290 \series default
291
292 \series bold
293 mhchem
294 \series default
295
296 \series bold
297 multirow
298 \series default
299
300 \series bold
301 wasが導入されている必要があります。
302 \series default
303 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
304 \series bold
305 mhchem
306 \series default
307 が導入されていないと、本ファイルを書き出すことができません。
308 \end_layout
309
310 \begin_layout Plain Layout
311 この文書の最新のPDF版は
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series default
323 にあります。
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 はじめに
340 \end_layout
341
342 \begin_layout Standard
343 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
344 使用を念頭に置いています。したがいまして、ユーザーの手引きの
345 \family typewriter
346 数式
347 \family default
348 の節をすでにお読みになっていることを前提としています。
349 \end_layout
350
351 \begin_layout Standard
352 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
353 \family sans
354 挿入\SpecialChar \menuseparator
355 数式
356 \family default
357 メニューか
358 \family sans
359 数式ツールバー
360 \family default
361 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
362 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
363 \end_layout
364
365 \begin_layout Standard
366 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
367 \family sans
368 文書\SpecialChar \menuseparator
369 設定\SpecialChar \menuseparator
370 数式オプション
371 \family default
372 メニュー)で
373 \family sans
374 AMS mathパッケージを使う
375 \family default
376 オプションを有効にしなくてはなりません
377 \begin_inset Foot
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 \family sans
383 AMS mathパッケージを自動的に使う
384 \family default
385 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391
392 \backslash
393 AmS 
394 \end_layout
395
396 \end_inset
397
398 -mathパッケージを使用します。
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 説明を明瞭にするために、この文書はすべての
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413
414 \backslash
415 AmS 
416 \end_layout
417
418 \end_inset
419
420 -mathコマンド
421 \begin_inset Foot
422 status collapsed
423
424 \begin_layout Plain Layout
425 すべての
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS
434 \end_layout
435
436 \end_inset
437
438 -mathコマンドの一覧は、
439 \family sans
440
441 \begin_inset CommandInset href
442 LatexCommand href
443 name "amsguide.ps"
444 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
445
446 \end_inset
447
448
449 \family default
450 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
451 \end_layout
452
453 \end_inset
454
455 を列挙はしません。
456 \end_layout
457
458 \begin_layout Section
459 一般的な説明
460 \end_layout
461
462 \begin_layout Standard
463 本文に埋め込まれた行内数式
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 すうしき ! ぎょうない @ 数式 ! 行内
469 \end_layout
470
471 \end_inset
472
473 を作成するには、短絡キー
474 \begin_inset Info
475 type  "shortcuts"
476 arg   "math-mode"
477 \end_inset
478
479 のうちのいずれか、あるいはツールバーボタン
480 \begin_inset Graphics
481         filename ../../images/math-mode.png
482         scale 85
483
484 \end_inset
485
486 を使用してください。
487 \begin_inset Newline newline
488 \end_inset
489
490 大きく別の段落として表示される別行建て数式
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
496 \end_layout
497
498 \end_inset
499
500 を作成するには、
501 \begin_inset Info
502 type  "shortcuts"
503 arg   "math-display"
504 \end_inset
505
506 のうちいずれかの短絡キーを使用して下さい。
507 \end_layout
508
509 \begin_layout Standard
510 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
511 \begin_inset Info
512 type  "shortcuts"
513 arg   "math-mode"
514 \end_inset
515
516 のいずれかの短絡キーか、
517 \family sans
518 編集\SpecialChar \menuseparator
519 数式\SpecialChar \menuseparator
520 数式の表記を変更
521 \family default
522 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
523 \end_layout
524
525 \begin_layout Standard
526 行内数式の一部を別行建て数式の大きさで表示するには、
527 \series bold
528
529 \backslash
530 displaystyle
531 \begin_inset Index idx
532 status collapsed
533
534 \begin_layout Plain Layout
535
536 \size normal
537 こまんど@コマンド ! D ! 
538 \backslash
539 displaystyle
540 \end_layout
541
542 \end_inset
543
544
545 \series default
546 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
547 \end_layout
548
549 \begin_layout Standard
550 表の中では、行内数式のみの使用が許されています。
551 \end_layout
552
553 \begin_layout Standard
554
555 \family sans
556 数式ツールバー
557 \family default
558 は、
559 \family sans
560 表示\SpecialChar \menuseparator
561 ツールバー
562 \family default
563 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
564 \family sans
565 ツールバー
566 \family default
567 メニューの中ではチェック印で表されます。この状態から、
568 \family sans
569 ツールバー
570 \family default
571 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
572 数式(自動)」に変わることで表されます。
573 \end_layout
574
575 \begin_layout Standard
576 TeXモード
577 \begin_inset Index idx
578 status collapsed
579
580 \begin_layout Plain Layout
581 T@TeXモード
582 \end_layout
583
584 \end_inset
585
586 は、ツールバーボタン
587 \begin_inset Graphics
588         filename ../../images/ert-insert.png
589         scale 85
590
591 \end_inset
592
593 を押すか、
594 \family sans
595 挿入\SpecialChar \menuseparator
596 Te
597 \begin_inset ERT
598 status collapsed
599
600 \begin_layout Plain Layout
601
602 {}
603 \end_layout
604
605 \end_inset
606
607 Xコード
608 \family default
609 (短絡キー
610 \begin_inset Info
611 type  "shortcut"
612 arg   "ert-insert"
613 \end_inset
614
615 )メニューを使うことで、起動できます。
616 \begin_inset Note Note
617 status collapsed
618
619 \begin_layout Plain Layout
620 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
621 のを防ぐために、ここではTeX括弧が挿入されています。
622 \end_layout
623
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Standard
630 LaTeXプリアンブル
631 \begin_inset Index idx
632 status collapsed
633
634 \begin_layout Plain Layout
635 L@LaTeXプリアンブル
636 \end_layout
637
638 \end_inset
639
640 を変更するには、
641 \family sans
642 文書\SpecialChar \menuseparator
643 設定\SpecialChar \menuseparator
644 LaT
645 \begin_inset ERT
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 {}
651 \end_layout
652
653 \end_inset
654
655 eXプリアンブル
656 \family default
657 メニューを使用してください。
658 \end_layout
659
660 \begin_layout Standard
661 行列や場合分け、多行数式を続けて編集するには、
662 \family sans
663 編集\SpecialChar \menuseparator
664 数式
665 \family default
666 メニューと
667 \family sans
668 編集\SpecialChar \menuseparator
669 行と列
670 \family default
671 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
672 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
673 \end_layout
674
675 \begin_layout Standard
676 数式内で文章を書く
677 \begin_inset Foot
678 status collapsed
679
680 \begin_layout Plain Layout
681 多行数式では、
682 \series bold
683
684 \backslash
685 intertext
686 \series default
687 コマンドが使用されます。
688 \begin_inset CommandInset ref
689 LatexCommand ref
690 reference "sub:多行数式中のテキスト"
691
692 \end_inset
693
694 を参照のこと。
695 \end_layout
696
697 \end_inset
698
699 には、
700 \emph on
701 数式テキスト
702 \emph default
703
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 てきすと ! すうしきないの @ テキスト ! 数式内の
709 \end_layout
710
711 \end_inset
712
713
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 すうしきてきすと @ 数式テキスト
719 \end_layout
720
721 \end_inset
722
723 が使用されます。このモードには、短絡キー
724 \begin_inset Info
725 type  "shortcut"
726 arg   "math-mode"
727 \end_inset
728
729 を使うか、
730 \series bold
731
732 \backslash
733 text
734 \series default
735
736 \begin_inset Index idx
737 status collapsed
738
739 \begin_layout Plain Layout
740 こまんど @ コマンド ! T ! 
741 \backslash
742 text
743 \end_layout
744
745 \end_inset
746
747 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
748 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
749 \end_layout
750
751 \begin_layout Subsection*
752 コマンドの構成
753 \end_layout
754
755 \begin_layout Standard
756 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
757 \end_layout
758
759 \begin_layout Standard
760
761 \series bold
762
763 \backslash
764 コマンド名[非必須引数]{必須引数}
765 \end_layout
766
767 \begin_layout Standard
768 コマンドは、つねにバックスラッシュ「
769 \series bold
770
771 \backslash
772
773 \series default
774 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
775 \begin_inset Index idx
776 status collapsed
777
778 \begin_layout Plain Layout
779 T@TeX括弧
780 \end_layout
781
782 \end_inset
783
784 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
785 \series bold
786
787 \backslash
788 {
789 \series default
790 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
791 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
792 \end_layout
793
794 \begin_layout Standard
795 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
796 \emph on
797 かならず
798 \emph default
799 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
800 ん。
801 \end_layout
802
803 \begin_layout Standard
804 保護された空白は、
805 \begin_inset Info
806 type  "shortcut"
807 arg   "space-insert protected"
808 \end_inset
809
810 で入力できます。
811 \end_layout
812
813 \begin_layout Subsection*
814 \begin_inset Newpage newpage
815 \end_inset
816
817 文法の説明
818 \end_layout
819
820 \begin_layout Itemize
821 記号
822 \begin_inset Foot
823 status collapsed
824
825 \begin_layout Plain Layout
826 この可視化された空白文字は、
827 \series bold
828
829 \backslash
830 textvisiblespace
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 こまんど@コマンド ! T ! 
838 \backslash
839 textvisiblespace
840 \end_layout
841
842 \end_inset
843
844 コマンドをTeXモード中に挿入することで作ることができます。
845 \end_layout
846
847 \end_inset
848
849
850 \begin_inset ERT
851 status collapsed
852
853 \begin_layout Plain Layout
854
855
856 \backslash
857 spce 
858 \end_layout
859
860 \end_inset
861
862 は、空白文字を入力することを表します。
863 \end_layout
864
865 \begin_layout Itemize
866 \begin_inset Formula $\to$
867 \end_inset
868
869 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
870 \end_layout
871
872 \begin_layout Subsection*
873 使用できる単位
874 \end_layout
875
876 \begin_layout Standard
877 \align center
878 \begin_inset Float table
879 placement H
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Caption
887
888 \begin_layout Plain Layout
889 \begin_inset CommandInset label
890 LatexCommand label
891 name "tab:使用できる単位"
892
893 \end_inset
894
895 使用できる単位
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Tabular
906 <lyxtabular version="3" rows="13" columns="2">
907 <features tabularvalignment="middle">
908 <column alignment="center" valignment="top" width="0">
909 <column alignment="center" valignment="top" width="0">
910 <row>
911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
912 \begin_inset Text
913
914 \begin_layout Plain Layout
915 単位
916 \end_layout
917
918 \end_inset
919 </cell>
920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
921 \begin_inset Text
922
923 \begin_layout Plain Layout
924 名称/摘要
925 \end_layout
926
927 \end_inset
928 </cell>
929 </row>
930 <row>
931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
932 \begin_inset Text
933
934 \begin_layout Plain Layout
935 mm
936 \end_layout
937
938 \end_inset
939 </cell>
940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
941 \begin_inset Text
942
943 \begin_layout Plain Layout
944 ミリメートル
945 \end_layout
946
947 \end_inset
948 </cell>
949 </row>
950 <row>
951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
952 \begin_inset Text
953
954 \begin_layout Plain Layout
955 cm
956 \end_layout
957
958 \end_inset
959 </cell>
960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
961 \begin_inset Text
962
963 \begin_layout Plain Layout
964 センチメートル
965 \end_layout
966
967 \end_inset
968 </cell>
969 </row>
970 <row>
971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
972 \begin_inset Text
973
974 \begin_layout Plain Layout
975 in
976 \end_layout
977
978 \end_inset
979 </cell>
980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
981 \begin_inset Text
982
983 \begin_layout Plain Layout
984 インチ
985 \end_layout
986
987 \end_inset
988 </cell>
989 </row>
990 <row>
991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
992 \begin_inset Text
993
994 \begin_layout Plain Layout
995 pt
996 \end_layout
997
998 \end_inset
999 </cell>
1000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 ポイント (72.27
1005 \begin_inset Formula $\,$
1006 \end_inset
1007
1008 pt = 1
1009 \begin_inset Formula $\,$
1010 \end_inset
1011
1012 in)
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 </row>
1018 <row>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 pc
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 パイカ (1
1033 \begin_inset Formula $\,$
1034 \end_inset
1035
1036 pc = 12
1037 \begin_inset Formula $\,$
1038 \end_inset
1039
1040 pt)
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 sp
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 スケールポイント (65536
1061 \begin_inset Formula $\,$
1062 \end_inset
1063
1064 sp = 1
1065 \begin_inset Formula $\,$
1066 \end_inset
1067
1068 pt)
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 </row>
1074 <row>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 bp
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 ビッグポイント (72
1089 \begin_inset Formula $\,$
1090 \end_inset
1091
1092 bp = 1
1093 \begin_inset Formula $\,$
1094 \end_inset
1095
1096 in)
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 </row>
1102 <row>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 dd
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 ディドー (72
1117 \begin_inset Formula $\,$
1118 \end_inset
1119
1120 dd 
1121 \begin_inset Formula $\approx$
1122 \end_inset
1123
1124  37.6
1125 \begin_inset Formula $\,$
1126 \end_inset
1127
1128 mm)
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 </row>
1134 <row>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 cc
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 シセロ (1
1149 \begin_inset Formula $\,$
1150 \end_inset
1151
1152 cc = 12
1153 \begin_inset Formula $\,$
1154 \end_inset
1155
1156 dd)
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 </row>
1162 <row>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 ex
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 現在のフォントの文字「x」の高さ
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 em
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 現在のフォントの文字「M」の幅
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 </row>
1202 <row>
1203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 mu
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 数式単位(1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 mu = 
1221 \begin_inset Formula $\nicefrac{1}{18}$
1222 \end_inset
1223
1224
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 em)
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 </row>
1234 </lyxtabular>
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 \begin_inset Newpage newpage
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 基礎的な函数
1255 \end_layout
1256
1257 \begin_layout Subsection
1258 指数
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 しすう@指数
1264 \end_layout
1265
1266 \end_inset
1267
1268 および添字
1269 \begin_inset Index idx
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273 そえじ@添字
1274 \end_layout
1275
1276 \end_inset
1277
1278
1279 \begin_inset Index idx
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283 うえつきもじ@上付き文字|see
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 {
1290 \end_layout
1291
1292 \end_inset
1293
1294 指数
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 }
1301 \end_layout
1302
1303 \end_inset
1304
1305
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 したつきもじ@下付き文字|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 添字
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \begin_layout Standard
1346 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1347 \begin_inset Graphics
1348         filename ../../images/math-subscript.png
1349         scale 85
1350
1351 \end_inset
1352
1353 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1354 \begin_inset Graphics
1355         filename ../../images/math-superscript.png
1356         scale 85
1357
1358 \end_inset
1359
1360 を使って入力することができます。
1361 \end_layout
1362
1363 \begin_layout Standard
1364 \align center
1365 \begin_inset Tabular
1366 <lyxtabular version="3" rows="4" columns="2">
1367 <features tabularvalignment="middle">
1368 <column alignment="center" valignment="top" width="0pt">
1369 <column alignment="center" valignment="top" width="0pt">
1370 <row>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 コマンド
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 結果
1385 \begin_inset Note Note
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 ここで使われている
1390 \series bold
1391
1392 \backslash
1393 raisebox
1394 \series default
1395 は単なるスペーサーです。
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404 </cell>
1405 </row>
1406 <row>
1407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1408 \begin_inset Text
1409
1410 \begin_layout Plain Layout
1411 B_V
1412 \end_layout
1413
1414 \end_inset
1415 </cell>
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 \begin_inset Formula $B_{V}$
1421 \end_inset
1422
1423
1424 \end_layout
1425
1426 \end_inset
1427 </cell>
1428 </row>
1429 <row>
1430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1431 \begin_inset Text
1432
1433 \begin_layout Plain Layout
1434 B^V
1435 \end_layout
1436
1437 \end_inset
1438 </cell>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450 </cell>
1451 </row>
1452 <row>
1453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Plain Layout
1457 B^
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463
1464 \backslash
1465 spce 
1466 \end_layout
1467
1468 \end_inset
1469
1470 A
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 </row>
1488 </lyxtabular>
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \begin_layout Standard
1496 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1497 ってしまいます
1498 \begin_inset Foot
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1503 \end_layout
1504
1505 \end_inset
1506
1507 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1508 \family sans
1509 Space
1510 \family default
1511 を押してください。
1512 \end_layout
1513
1514 \begin_layout Subsection
1515 分数
1516 \begin_inset CommandInset label
1517 LatexCommand label
1518 name "sub:分数"
1519
1520 \end_inset
1521
1522
1523 \begin_inset Index idx
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 ぶんすう@分数
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \end_layout
1534
1535 \begin_layout Standard
1536 分数は、コマンド
1537 \series bold
1538
1539 \backslash
1540 frac
1541 \series default
1542
1543 \begin_inset Index idx
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547 こまんど@コマンド ! F ! 
1548 \backslash
1549 frac
1550 \end_layout
1551
1552 \end_inset
1553
1554 か数式ツールバーボタン
1555 \begin_inset Graphics
1556         filename ../../images/math/frac.png
1557         scale 50
1558
1559 \end_inset
1560
1561 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1562 \begin_inset Graphics
1563         filename ../../images/math/frac-square.png
1564         scale 85
1565
1566 \end_inset
1567
1568 を使えば、分数の種類を選ぶことができます。
1569 \end_layout
1570
1571 \begin_layout Standard
1572 コマンド
1573 \series bold
1574
1575 \backslash
1576 dfrac
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 こまんど@コマンド ! D ! 
1582 \backslash
1583 dfrac
1584 \end_layout
1585
1586 \end_inset
1587
1588 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1589 \backslash
1590 tfrac
1591 \begin_inset Index idx
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 こまんど@コマンド ! T ! 
1596 \backslash
1597 tfrac
1598 \end_layout
1599
1600 \end_inset
1601
1602 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1603 \end_layout
1604
1605 \begin_layout Standard
1606 これは、コマンド
1607 \series bold
1608
1609 \backslash
1610 frac
1611 \series default
1612 を使用して作った分数
1613 \begin_inset Formula $\frac{1}{2}$
1614 \end_inset
1615
1616 を含む行です。
1617 \end_layout
1618
1619 \begin_layout Standard
1620 これは、コマンド
1621 \series bold
1622
1623 \backslash
1624 dfrac
1625 \series default
1626 を使用して作った分数
1627 \begin_inset Formula $\dfrac{1}{2}$
1628 \end_inset
1629
1630 を含む行です。
1631 \end_layout
1632
1633 \begin_layout Standard
1634 \align center
1635 \begin_inset Tabular
1636 <lyxtabular version="3" rows="4" columns="2">
1637 <features tabularvalignment="middle">
1638 <column alignment="center" valignment="top" width="0pt">
1639 <column alignment="center" valignment="top" width="0pt">
1640 <row>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 コマンド
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654 出力
1655 \begin_inset Note Note
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 ここで
1660 \series bold
1661
1662 \backslash
1663 raisebox
1664 \series default
1665 はスペーサーとして使用しているだけです。
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 </row>
1676 <row>
1677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681
1682 \backslash
1683 frac
1684 \begin_inset ERT
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688
1689
1690 \backslash
1691 spce 
1692 \end_layout
1693
1694 \end_inset
1695
1696 A
1697 \begin_inset Formula $\downarrow$
1698 \end_inset
1699
1700 B
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 </row>
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \backslash
1725 dfrac
1726 \begin_inset ERT
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730
1731
1732 \backslash
1733 spce 
1734 \end_layout
1735
1736 \end_inset
1737
1738 A
1739 \begin_inset Formula $\downarrow$
1740 \end_inset
1741
1742 B
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \backslash
1767 dfrac
1768 \begin_inset ERT
1769 status collapsed
1770
1771 \begin_layout Plain Layout
1772
1773
1774 \backslash
1775 spce 
1776 \end_layout
1777
1778 \end_inset
1779
1780 e^
1781 \begin_inset ERT
1782 status collapsed
1783
1784 \begin_layout Plain Layout
1785
1786
1787 \backslash
1788 spce 
1789 \end_layout
1790
1791 \end_inset
1792
1793
1794 \backslash
1795 frac
1796 \begin_inset ERT
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801
1802 \backslash
1803 spce 
1804 \end_layout
1805
1806 \end_inset
1807
1808 1
1809 \begin_inset Formula $\downarrow$
1810 \end_inset
1811
1812 2
1813 \begin_inset Formula $\downarrow\downarrow$
1814 \end_inset
1815
1816 3
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 </lyxtabular>
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \begin_layout Standard
1842 \begin_inset VSpace bigskip
1843 \end_inset
1844
1845
1846 \begin_inset Newpage newpage
1847 \end_inset
1848
1849 入れ子の分数を作るには、コマンド
1850 \series bold
1851
1852 \backslash
1853 cfrac
1854 \series default
1855
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 こまんど@コマンド ! C ! 
1861 \backslash
1862 cfrac
1863 \end_layout
1864
1865 \end_inset
1866
1867 が使えます。以下がその例です。
1868 \begin_inset VSpace -3mm
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \begin_layout Standard
1875 \begin_inset Formula \begin{align*}
1876 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1877 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1878 \end{align*}
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 上記の例で使用したコマンドは、
1887 \end_layout
1888
1889 \begin_layout Standard
1890
1891 \series bold
1892
1893 \backslash
1894 cfrac
1895 \begin_inset ERT
1896 status collapsed
1897
1898 \begin_layout Plain Layout
1899
1900
1901 \backslash
1902 space 
1903 \end_layout
1904
1905 \end_inset
1906
1907 A
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 B+
1912 \backslash
1913 cfrac
1914 \begin_inset ERT
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918
1919
1920 \backslash
1921 space 
1922 \end_layout
1923
1924 \end_inset
1925
1926 C+
1927 \backslash
1928 cfrac
1929 \begin_inset ERT
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933
1934
1935 \backslash
1936 space 
1937 \end_layout
1938
1939 \end_inset
1940
1941 E
1942 \begin_inset Formula $\downarrow$
1943 \end_inset
1944
1945 F
1946 \begin_inset Formula $\downarrow$
1947 \end_inset
1948
1949 D
1950 \end_layout
1951
1952 \begin_layout Standard
1953 です。
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset VSpace medskip
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \begin_layout Standard
1964
1965 \series bold
1966
1967 \backslash
1968 cfrac
1969 \series default
1970 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1971 \end_layout
1972
1973 \begin_layout Standard
1974 分子の揃え方は、指定することができます。
1975 \series bold
1976
1977 \backslash
1978 cfracleft
1979 \series default
1980 コマンドは左揃えにし、
1981 \series bold
1982
1983 \backslash
1984 cfracright
1985 \series default
1986 は右揃えにします。
1987 \series bold
1988
1989 \backslash
1990 cfrac
1991 \series default
1992 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996
1997 \series bold
1998
1999 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2000 \end_inset
2001
2002
2003 \begin_inset Formula $\cfrac{A}{B+C}$
2004 \end_inset
2005
2006
2007 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset Note Greyedout
2015 status open
2016
2017 \begin_layout Plain Layout
2018
2019 \series bold
2020 (註)
2021 \backslash
2022 cfracleft
2023 \series default
2024
2025 \series bold
2026
2027 \backslash
2028 cfracright
2029 \series default
2030 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2031 \series bold
2032
2033 \backslash
2034 cfrac[揃え位置]{分子}{分母}
2035 \series default
2036 です。したがって、これらをTeXモードで使うことはできません。
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 \begin_inset VSpace medskip
2046 \end_inset
2047
2048 ときに、以下のように
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054
2055 \series bold
2056
2057 \backslash
2058 frac
2059 \series default
2060 を組み合わせて使うと便利です。
2061 \begin_inset Formula \[
2062 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 斜めの分数線を持つ行内分数を作るには、コマンド
2071 \series bold
2072
2073 \backslash
2074 nicefrac
2075 \series default
2076
2077 \begin_inset Index idx
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081 こまんど@コマンド ! N ! 
2082 \backslash
2083 nicefrac
2084 \end_layout
2085
2086 \end_inset
2087
2088 (例:
2089 \begin_inset Formula $\nicefrac{5}{31}$
2090 \end_inset
2091
2092 )を使うか、コマンド
2093 \series bold
2094
2095 \backslash
2096 unitfrac
2097 \series default
2098
2099 \begin_inset Index idx
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103 こまんど@コマンド ! U ! 
2104 \backslash
2105 unitfrac
2106 \end_layout
2107
2108 \end_inset
2109
2110 (例:
2111 \begin_inset Formula $\unitfrac{5}{31}$
2112 \end_inset
2113
2114 )を使います。さらに、
2115 \begin_inset Formula $\unitfrac[2]{1}{3}$
2116 \end_inset
2117
2118 のような帯分数を作るコマンド
2119 \series bold
2120
2121 \backslash
2122 unitfracthree
2123 \series default
2124 もあります。
2125 \end_layout
2126
2127 \begin_layout Standard
2128 \begin_inset Note Greyedout
2129 status open
2130
2131 \begin_layout Plain Layout
2132
2133 \series bold
2134 (註)
2135 \series default
2136 実は、
2137 \series bold
2138
2139 \backslash
2140 unitfracthree
2141 \series default
2142 は生粋のLaTeXコマンドではなく、実体は
2143 \begin_inset Newline newline
2144 \end_inset
2145
2146
2147 \series bold
2148
2149 \backslash
2150 unitfrac[自然数]{分子}{分母}
2151 \series default
2152 というコマンドなので、TeXコードでは使用できません。
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \end_layout
2159
2160 \begin_layout Standard
2161 分数線を変更できるような独自の分数の定義のしかたは、第
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "sub:自己定義の分数"
2165
2166 \end_inset
2167
2168 節に説明があります。
2169 \end_layout
2170
2171 \begin_layout Subsection
2172 根号
2173 \begin_inset Index idx
2174 status collapsed
2175
2176 \begin_layout Plain Layout
2177 こんごう@根号
2178 \end_layout
2179
2180 \end_inset
2181
2182
2183 \begin_inset Index idx
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 るーと@ルート|see
2188 \begin_inset ERT
2189 status collapsed
2190
2191 \begin_layout Plain Layout
2192
2193 {
2194 \end_layout
2195
2196 \end_inset
2197
2198 根号
2199 \begin_inset ERT
2200 status collapsed
2201
2202 \begin_layout Plain Layout
2203
2204 }
2205 \end_layout
2206
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 平方根は、
2219 \series bold
2220
2221 \backslash
2222 sqrt
2223 \series default
2224
2225 \begin_inset Index idx
2226 status collapsed
2227
2228 \begin_layout Plain Layout
2229 こまんど@コマンド ! S ! 
2230 \backslash
2231 sqrt
2232 \end_layout
2233
2234 \end_inset
2235
2236 か数式ツールバーボタン
2237 \begin_inset Graphics
2238         filename ../../images/math/sqrt.png
2239         scale 85
2240
2241 \end_inset
2242
2243 で作成することができ、他のすべての根号は、コマンド
2244 \series bold
2245
2246 \backslash
2247 root
2248 \series default
2249
2250 \begin_inset Index idx
2251 status collapsed
2252
2253 \begin_layout Plain Layout
2254 こまんど@コマンド ! R ! 
2255 \backslash
2256 root
2257 \end_layout
2258
2259 \end_inset
2260
2261 か数式ツールバーボタン
2262 \begin_inset Graphics
2263         filename ../../images/math/root.png
2264         scale 85
2265
2266 \end_inset
2267
2268 で作成することができます。
2269 \end_layout
2270
2271 \begin_layout Standard
2272 \align center
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="3" columns="2">
2275 <features tabularvalignment="middle">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top" width="0pt">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283 コマンド
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 出力
2293 \begin_inset Note Note
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 ここで
2298 \series bold
2299
2300 \backslash
2301 raisebox
2302 \series default
2303 はスペーサーとして使用しているだけです。
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 </row>
2314 <row>
2315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319
2320 \backslash
2321 sqrt
2322 \begin_inset ERT
2323 status collapsed
2324
2325 \begin_layout Plain Layout
2326
2327
2328 \backslash
2329 spce 
2330 \end_layout
2331
2332 \end_inset
2333
2334 A-B
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2344 \end_inset
2345
2346
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 <row>
2353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \backslash
2359 root
2360 \begin_inset ERT
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364
2365
2366 \backslash
2367 spce 
2368 \end_layout
2369
2370 \end_inset
2371
2372 3
2373 \begin_inset Formula $\downarrow$
2374 \end_inset
2375
2376 A-B
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 </lyxtabular>
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 平方根は、根号指数フィールドを空白のままにしておけば、
2403 \series bold
2404
2405 \backslash
2406 root
2407 \series default
2408 でも作成することができます。
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \begin_inset Formula $\sqrt[\beta]{B}$
2413 \end_inset
2414
2415 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2416 \begin_inset Newline newline
2417 \end_inset
2418
2419 この場合には、
2420 \begin_inset Formula $\beta$
2421 \end_inset
2422
2423 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2424 \series bold
2425
2426 \backslash
2427 leftroot
2428 \series default
2429
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 こまんど@コマンド ! L ! 
2435 \backslash
2436 leftroot
2437 \end_layout
2438
2439 \end_inset
2440
2441
2442 \series bold
2443
2444 \backslash
2445 uproot
2446 \series default
2447
2448 \begin_inset Index idx
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 こまんど@コマンド ! U ! 
2453 \backslash
2454 uproot
2455 \end_layout
2456
2457 \end_inset
2458
2459 を使います。
2460 \end_layout
2461
2462 \begin_layout Standard
2463
2464 \series bold
2465
2466 \backslash
2467 leftroot{距離}
2468 \series default
2469 および
2470 \series bold
2471
2472 \backslash
2473 uproot{距離}
2474 \end_layout
2475
2476 \begin_layout Standard
2477 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2478 \begin_inset Formula $\mathrm{72\, bp=1}$
2479 \end_inset
2480
2481 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485
2486 \series bold
2487
2488 \backslash
2489 root
2490 \backslash
2491 leftroot{-1
2492 \begin_inset Formula $\to$
2493 \end_inset
2494
2495
2496 \backslash
2497 uproot{2
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501
2502 \backslash
2503 beta
2504 \begin_inset ERT
2505 status collapsed
2506
2507 \begin_layout Plain Layout
2508
2509
2510 \backslash
2511 spce 
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520 B
2521 \begin_inset Newline newline
2522 \end_inset
2523
2524
2525 \series default
2526 は、正しく組版された数式
2527 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2528 \end_inset
2529
2530 を生成します。
2531 \end_layout
2532
2533 \begin_layout Subsection
2534 二項係数
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 にこうけいすう@二項係数
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 二項係数は、コマンド
2549 \series bold
2550
2551 \backslash
2552 binom
2553 \series default
2554
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 こまんど@コマンド ! B ! 
2560 \backslash
2561 binom
2562 \end_layout
2563
2564 \end_inset
2565
2566 か数式ツールバーボタン
2567 \begin_inset Graphics
2568         filename ../../images/math/frac-square.png
2569         scale 85
2570
2571 \end_inset
2572
2573 の下位メニューを使って挿入することができます。分数(
2574 \series bold
2575
2576 \backslash
2577 frac
2578 \series default
2579 )と同様に、
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585 の他に、コマンド
2586 \series bold
2587
2588 \backslash
2589 dbinom
2590 \begin_inset Index idx
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594 こまんど@コマンド ! D ! 
2595 \backslash
2596 dbinom
2597 \end_layout
2598
2599 \end_inset
2600
2601 および
2602 \backslash
2603 tbinom
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 こまんど@コマンド ! T ! 
2611 \backslash
2612 tbinom
2613 \end_layout
2614
2615 \end_inset
2616
2617 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2618 \series bold
2619
2620 \backslash
2621 brace
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 こまんど@コマンド ! B ! 
2629 \backslash
2630 brace
2631 \end_layout
2632
2633 \end_inset
2634
2635
2636 \series bold
2637
2638 \backslash
2639 brack
2640 \series default
2641
2642 \begin_inset Index idx
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 こまんど@コマンド ! B ! 
2647 \backslash
2648 brack
2649 \end_layout
2650
2651 \end_inset
2652
2653 があります。
2654 \end_layout
2655
2656 \begin_layout Standard
2657 \align center
2658 \begin_inset Tabular
2659 <lyxtabular version="3" rows="6" columns="2">
2660 <features tabularvalignment="middle">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <column alignment="center" valignment="top" width="0pt">
2663 <row>
2664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2665 \begin_inset Text
2666
2667 \begin_layout Plain Layout
2668 コマンド
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 出力
2678 \begin_inset Note Note
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 ここで
2683 \series bold
2684
2685 \backslash
2686 raisebox
2687 \series default
2688 はスペーサーとして使用しているだけです。
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \backslash
2706 binom
2707 \begin_inset ERT
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711
2712
2713 \backslash
2714 spce 
2715 \end_layout
2716
2717 \end_inset
2718
2719 A
2720 \begin_inset Formula $\downarrow$
2721 \end_inset
2722
2723 B
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 <row>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \backslash
2748 dbinom
2749 \begin_inset ERT
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753
2754
2755 \backslash
2756 spce 
2757 \end_layout
2758
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 tbinom
2791 \begin_inset ERT
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795
2796
2797 \backslash
2798 spce 
2799 \end_layout
2800
2801 \end_inset
2802
2803 A
2804 \begin_inset Formula $\downarrow$
2805 \end_inset
2806
2807 B
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \backslash
2832 brack
2833 \begin_inset ERT
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838
2839 \backslash
2840 spce 
2841 \end_layout
2842
2843 \end_inset
2844
2845 A
2846 \begin_inset Formula $\downarrow$
2847 \end_inset
2848
2849 B
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \backslash
2874 brace
2875 \begin_inset ERT
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880
2881 \backslash
2882 spce 
2883 \end_layout
2884
2885 \end_inset
2886
2887 A
2888 \begin_inset Formula $\downarrow$
2889 \end_inset
2890
2891 B
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 </lyxtabular>
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Subsection
2917 場合分け
2918 \begin_inset Index idx
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922 ばあいわけ@場合分け
2923 \end_layout
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Standard
2931 \align center
2932 \begin_inset Tabular
2933 <lyxtabular version="3" rows="3" columns="2">
2934 <features tabularvalignment="middle">
2935 <column alignment="center" valignment="top" width="0pt">
2936 <column alignment="center" valignment="top" width="0pt">
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 コマンド
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 出力
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 </row>
2957 <row>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \backslash
2964 cases
2965 \begin_inset ERT
2966 status collapsed
2967
2968 \begin_layout Plain Layout
2969
2970
2971 \backslash
2972 spce 
2973 \end_layout
2974
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\to$
2979 \end_inset
2980
2981 B
2982 \begin_inset Formula $>$
2983 \end_inset
2984
2985 0
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 こまんど@コマンド ! C ! 
2991 \backslash
2992 cases
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\begin{cases}
3007 A & B>0\end{cases}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset ERT
3025 status collapsed
3026
3027 \begin_layout Plain Layout
3028
3029
3030 \backslash
3031 spce 
3032 \end_layout
3033
3034 \end_inset
3035
3036
3037 \begin_inset Info
3038 type  "shortcut"
3039 arg   "newline-insert newline"
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 \begin_inset Formula $\begin{cases}
3052 A & \textrm{for }x>0\\
3053 B & \textrm{for }x=0
3054 \end{cases}$
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 </row>
3063 </lyxtabular>
3064
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \begin_layout Standard
3071
3072 \series bold
3073
3074 \backslash
3075 cases
3076 \series default
3077 を挿入するか数式ツールバーボタン
3078 \begin_inset Graphics
3079         filename ../../images/math/cases.png
3080         scale 85
3081
3082 \end_inset
3083
3084 を使用した後では、短絡キー
3085 \begin_inset Info
3086 type  "shortcut"
3087 arg   "newline-insert newline"
3088 \end_inset
3089
3090 か表ツールバーボタン
3091 \begin_inset Graphics
3092         filename ../../images/tabular-feature_append-row.png
3093         scale 85
3094
3095 \end_inset
3096
3097 を使えば、新しい行を作ることができます。
3098 \end_layout
3099
3100 \begin_layout Standard
3101 コマンド
3102 \series bold
3103
3104 \backslash
3105 cases
3106 \series default
3107 は、
3108 \family sans
3109 挿入\SpecialChar \menuseparator
3110 数式\SpecialChar \menuseparator
3111 Cases環境
3112 \family default
3113 メニューで挿入することもできます。
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 否定
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 ひてい@否定
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131
3132 \series bold
3133
3134 \backslash
3135 not
3136 \series default
3137
3138 \begin_inset Index idx
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 こまんど@コマンド ! N ! 
3143 \backslash
3144 not
3145 \end_layout
3146
3147 \end_inset
3148
3149 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3150 \end_layout
3151
3152 \begin_layout Standard
3153 \align center
3154 \begin_inset Tabular
3155 <lyxtabular version="3" rows="4" columns="2">
3156 <features tabularvalignment="middle">
3157 <column alignment="center" valignment="top" width="0pt">
3158 <column alignment="center" valignment="top" width="0pt">
3159 <row>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 コマンド
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 出力
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 not=
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 \begin_inset Formula $\not=$
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \backslash
3211 not 
3212 \backslash
3213 le
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 \begin_inset Formula $\not\le$
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \backslash
3238 not 
3239 \backslash
3240 parallel
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 \begin_inset Formula $\not\parallel$
3250 \end_inset
3251
3252
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 </lyxtabular>
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sub:数学記号"
3270
3271 \end_inset
3272
3273 節および第
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "sec:関係子"
3277
3278 \end_inset
3279
3280 節を参照)。
3281 \end_layout
3282
3283 \begin_layout Subsection
3284 空打ち文字
3285 \begin_inset CommandInset label
3286 LatexCommand label
3287 name "sub:空打ち文字"
3288
3289 \end_inset
3290
3291
3292 \begin_inset Index idx
3293 status collapsed
3294
3295 \begin_layout Plain Layout
3296 からうちもじ@空打ち文字
3297 \end_layout
3298
3299 \end_inset
3300
3301
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 かがくきごう@化学記号 ! どういたい@同位体
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \begin_inset Index idx
3313 status collapsed
3314
3315 \begin_layout Plain Layout
3316 どういたい@同位体|see
3317 \begin_inset ERT
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321
3322 {
3323 \end_layout
3324
3325 \end_inset
3326
3327 化学記号
3328 \begin_inset ERT
3329 status collapsed
3330
3331 \begin_layout Plain Layout
3332
3333 }
3334 \end_layout
3335
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 あいそとーぷ@アイソトープ|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 同位体
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \end_layout
3377
3378 \begin_layout Standard
3379 たとえば同位体
3380 \begin_inset Foot
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384 同位体と化学記号の組版に関しては、第
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sub:化学記号と化学式"
3388
3389 \end_inset
3390
3391 節に記述があります。
3392 \end_layout
3393
3394 \end_inset
3395
3396 を表示しようとすると、次のような問題が起こります。
3397 \end_layout
3398
3399 \begin_layout Standard
3400 \align center
3401 \begin_inset Tabular
3402 <lyxtabular version="3" rows="2" columns="2">
3403 <features tabularvalignment="middle">
3404 <column alignment="center" valignment="top" width="0pt">
3405 <column alignment="center" valignment="top" width="0pt">
3406 <row>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 上付き文字と下付き文字を使用して作った指数:
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3421 \end_inset
3422
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 正しい指数:
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 </lyxtabular>
3453
3454 \end_inset
3455
3456
3457 \begin_inset Note Note
3458 status collapsed
3459
3460 \begin_layout Plain Layout
3461 ここで
3462 \series bold
3463
3464 \backslash
3465 raisebox
3466 \series default
3467 はスペーサーとして使用しているだけです。
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \end_layout
3474
3475 \begin_layout Standard
3476 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3477 \series bold
3478
3479 \backslash
3480 phantom
3481 \series default
3482
3483 \begin_inset Index idx
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 こまんど@コマンド ! P ! 
3488 \backslash
3489 phantom
3490 \end_layout
3491
3492 \end_inset
3493
3494 や数式ツールバーボタン
3495 \begin_inset Foot
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 ツールバーボタン
3500 \begin_inset Graphics
3501         filename ../../images/math/space.png
3502         scale 85
3503
3504 \end_inset
3505
3506 の下位メニューに入っています。
3507 \end_layout
3508
3509 \end_inset
3510
3511
3512 \begin_inset Graphics
3513         filename ../../images/math/phantom.png
3514         scale 85
3515
3516 \end_inset
3517
3518 があります。
3519 \series bold
3520
3521 \backslash
3522 phantom
3523 \series default
3524 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3525 \series bold
3526
3527 \backslash
3528 phantom
3529 \series default
3530 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3531 \end_layout
3532
3533 \begin_layout Standard
3534 \align center
3535 \begin_inset Tabular
3536 <lyxtabular version="3" rows="4" columns="2">
3537 <features tabularvalignment="middle">
3538 <column alignment="center" valignment="top" width="0">
3539 <column alignment="center" valignment="top" width="0">
3540 <row>
3541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 コマンド
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 出力
3555 \begin_inset Note Note
3556 status collapsed
3557
3558 \begin_layout Plain Layout
3559 ここで
3560 \series bold
3561
3562 \backslash
3563 raisebox
3564 \series default
3565 はスペーサーとして使用しているだけです。
3566 \end_layout
3567
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 ^19
3582 \begin_inset ERT
3583 status collapsed
3584
3585 \begin_layout Plain Layout
3586
3587
3588 \backslash
3589 spce 
3590 \end_layout
3591
3592 \end_inset
3593
3594 _
3595 \backslash
3596 phantom
3597 \begin_inset ERT
3598 status collapsed
3599
3600 \begin_layout Plain Layout
3601
3602
3603 \backslash
3604 spce 
3605 \end_layout
3606
3607 \end_inset
3608
3609 1
3610 \begin_inset Formula $\to$
3611 \end_inset
3612
3613 9
3614 \begin_inset ERT
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618
3619
3620 \backslash
3621 spce 
3622 \end_layout
3623
3624 \end_inset
3625
3626 F
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 ^235
3650 \begin_inset ERT
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654
3655
3656 \backslash
3657 spce 
3658 \end_layout
3659
3660 \end_inset
3661
3662 _
3663 \backslash
3664 phantom
3665 \begin_inset ERT
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669
3670
3671 \backslash
3672 spce 
3673 \end_layout
3674
3675 \end_inset
3676
3677 23
3678 \begin_inset Formula $\to$
3679 \end_inset
3680
3681 9
3682 \begin_inset ERT
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686
3687
3688 \backslash
3689 spce 
3690 \end_layout
3691
3692 \end_inset
3693
3694 F
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3704 \end_inset
3705
3706
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 </row>
3712 <row>
3713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717
3718 \backslash
3719 Lambda^
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \backslash
3734 phantom
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 spce 
3743 \end_layout
3744
3745 \end_inset
3746
3747 ii
3748 \begin_inset Formula $\to$
3749 \end_inset
3750
3751 t
3752 \begin_inset ERT
3753 status collapsed
3754
3755 \begin_layout Plain Layout
3756
3757
3758 \backslash
3759 spce 
3760 \end_layout
3761
3762 \end_inset
3763
3764 _MMt
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3774 \end_inset
3775
3776
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 </lyxtabular>
3783
3784 \end_inset
3785
3786
3787 \end_layout
3788
3789 \begin_layout Standard
3790 さらに、
3791 \series bold
3792
3793 \backslash
3794 vphantom
3795 \series default
3796
3797 \begin_inset Index idx
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801 こまんど@コマンド ! V ! 
3802 \backslash
3803 vphantom
3804 \end_layout
3805
3806 \end_inset
3807
3808 (ツールバーボタン
3809 \begin_inset space ~
3810 \end_inset
3811
3812
3813 \begin_inset Graphics
3814         filename ../../images/math/vphantom.png
3815         scale 85
3816
3817 \end_inset
3818
3819 )および
3820 \series bold
3821
3822 \backslash
3823 hphantom
3824 \series default
3825
3826 \begin_inset Index idx
3827 status collapsed
3828
3829 \begin_layout Plain Layout
3830 こまんど@コマンド ! H ! 
3831 \backslash
3832 hphantom
3833 \end_layout
3834
3835 \end_inset
3836
3837 (ツールバーボタン
3838 \begin_inset space ~
3839 \end_inset
3840
3841
3842 \begin_inset Graphics
3843         filename ../../images/math/hphantom.png
3844         scale 85
3845
3846 \end_inset
3847
3848 )というコマンドもあります。
3849 \series bold
3850
3851 \backslash
3852 vphantom
3853 \series default
3854 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3855 \series bold
3856
3857 \backslash
3858 hphantom
3859 \series default
3860 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3861 \end_layout
3862
3863 \begin_layout Standard
3864 たとえば、
3865 \series bold
3866
3867 \backslash
3868 vphantom
3869 \series default
3870
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883
3884 \series bold
3885 a
3886 \backslash
3887 int
3888 \series default
3889 は、積分記号
3890 \begin_inset Foot
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896
3897 \backslash
3898 int
3899 \series default
3900 コマンドは、積分記号を生成します。第
3901 \begin_inset CommandInset ref
3902 LatexCommand ref
3903 reference "sub:大演算子"
3904
3905 \end_inset
3906
3907 節を参照してください。
3908 \end_layout
3909
3910 \end_inset
3911
3912 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3913 \begin_inset CommandInset ref
3914 LatexCommand ref
3915 reference "sub:多行にわたる括弧"
3916
3917 \end_inset
3918
3919 節を参照してください。
3920 \end_layout
3921
3922 \begin_layout Standard
3923
3924 \lang english
3925 Placeholders can also be used for text when it is inserted via the menu
3926  
3927 \family sans
3928 Insert\SpecialChar \menuseparator
3929 Formatting\SpecialChar \menuseparator
3930 Phantom
3931 \family default
3932 :
3933 \end_layout
3934
3935 \begin_layout Standard
3936
3937 \lang english
3938 This is a sentence.
3939 \begin_inset Newline newline
3940 \end_inset
3941
3942
3943 \begin_inset Phantom Phantom
3944 status open
3945
3946 \begin_layout Plain Layout
3947
3948 \lang english
3949 This
3950 \end_layout
3951
3952 \end_inset
3953
3954  is a sentence.
3955 \end_layout
3956
3957 \begin_layout Subsection
3958 横線
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 よこせん@横線
3964 \end_layout
3965
3966 \end_inset
3967
3968
3969 \begin_inset Index idx
3970 status collapsed
3971
3972 \begin_layout Plain Layout
3973 すうしき@数式 ! かせん@下線
3974 \end_layout
3975
3976 \end_inset
3977
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 ぼうせん@棒線|see
3984 \begin_inset ERT
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988
3989 {
3990 \end_layout
3991
3992 \end_inset
3993
3994 横線
3995 \begin_inset ERT
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999
4000 }
4001 \end_layout
4002
4003 \end_inset
4004
4005
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \begin_layout Standard
4014 \align center
4015 \begin_inset Tabular
4016 <lyxtabular version="3" rows="4" columns="2">
4017 <features tabularvalignment="middle">
4018 <column alignment="center" valignment="top" width="0pt">
4019 <column alignment="center" valignment="top" width="0pt">
4020 <row>
4021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 コマンド
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 出力
4035 \begin_inset Note Note
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 ここで
4040 \series bold
4041
4042 \backslash
4043 raisebox
4044 \series default
4045 はスペーサーとして使用しているだけです。
4046 \end_layout
4047
4048 \end_inset
4049
4050
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \backslash
4063 overline
4064 \begin_inset ERT
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068
4069
4070 \backslash
4071 spce 
4072 \end_layout
4073
4074 \end_inset
4075
4076 A+B
4077 \begin_inset Index idx
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 こまんど@コマンド ! O ! 
4082 \backslash
4083 overline
4084 \end_layout
4085
4086 \end_inset
4087
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \backslash
4113 underline
4114 \begin_inset ERT
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118
4119
4120 \backslash
4121 spce 
4122 \end_layout
4123
4124 \end_inset
4125
4126 A+B
4127 \begin_inset Index idx
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131 こまんど@コマンド ! U ! 
4132 \backslash
4133 underline
4134 \end_layout
4135
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4148 \end_inset
4149
4150
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \backslash
4163 overline
4164 \begin_inset ERT
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169
4170 \backslash
4171 spce 
4172 \end_layout
4173
4174 \end_inset
4175
4176
4177 \backslash
4178 underline
4179 \begin_inset ERT
4180 status collapsed
4181
4182 \begin_layout Plain Layout
4183
4184
4185 \backslash
4186 spce 
4187 \end_layout
4188
4189 \end_inset
4190
4191 A+B
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 </lyxtabular>
4210
4211 \end_inset
4212
4213
4214 \end_layout
4215
4216 \begin_layout Standard
4217 上記最後の例では、先に
4218 \series bold
4219
4220 \backslash
4221 overline
4222 \series default
4223 が来ようが
4224 \series bold
4225
4226 \backslash
4227 underline
4228 \series default
4229 が来ようが、関係ありません。
4230 \end_layout
4231
4232 \begin_layout Standard
4233 二重下線を引くには、
4234 \series bold
4235
4236 \backslash
4237 underline
4238 \series default
4239 を二回使います。
4240 \end_layout
4241
4242 \begin_layout Standard
4243 文字の上下6本の線まで引くことができます。
4244 \end_layout
4245
4246 \begin_layout Standard
4247 \begin_inset VSpace bigskip
4248 \end_inset
4249
4250 自製の線は、以下の書式を持つ
4251 \series bold
4252
4253 \backslash
4254 rule
4255 \series default
4256
4257 \begin_inset Index idx
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261 こまんど@こまんど ! R ! 
4262 \backslash
4263 rule
4264 \end_layout
4265
4266 \end_inset
4267
4268 コマンドで作成することができます。
4269 \end_layout
4270
4271 \begin_layout Standard
4272
4273 \series bold
4274
4275 \backslash
4276 rule[垂直オフセット幅]{長さ}{厚み}
4277 \end_layout
4278
4279 \begin_layout Standard
4280 オプションの
4281 \series bold
4282 「垂直オフセット幅
4283 \series default
4284 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4285 \begin_inset CommandInset ref
4286 LatexCommand ref
4287 reference "tab:使用できる単位"
4288
4289 \end_inset
4290
4291 表に掲げてある単位を用いることができます。以下に、
4292 \begin_inset Newline newline
4293 \end_inset
4294
4295
4296 \series bold
4297
4298 \backslash
4299 rule[-2ex]{3cm}{2pt}
4300 \series default
4301  および 
4302 \series bold
4303
4304 \backslash
4305 rule{2cm}{1pt}
4306 \begin_inset Newline newline
4307 \end_inset
4308
4309 というコマンドを用いて作成したふたつの例を例示します。
4310 \end_layout
4311
4312 \begin_layout Standard
4313 この行には、
4314 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4315 \end_inset
4316
4317 二本の線があります。
4318 \end_layout
4319
4320 \begin_layout Standard
4321
4322 \series bold
4323 \lang english
4324
4325 \backslash
4326 rule
4327 \series default
4328  can also be used for text when a line is inserted via the menu 
4329 \family sans
4330 Insert\SpecialChar \menuseparator
4331 Formatting\SpecialChar \menuseparator
4332 Horizontal
4333 \begin_inset space ~
4334 \end_inset
4335
4336 Line
4337 \family default
4338 :
4339 \end_layout
4340
4341 \begin_layout Standard
4342
4343 \lang english
4344 This is a sentence 
4345 \begin_inset CommandInset line
4346 LatexCommand rule
4347 offset "0.5ex"
4348 width "3cm"
4349 height "1pt"
4350
4351 \end_inset
4352
4353  with one line.
4354 \end_layout
4355
4356 \begin_layout Subsection
4357 省略符号
4358 \begin_inset CommandInset label
4359 LatexCommand label
4360 name "sub:省略符号"
4361
4362 \end_inset
4363
4364
4365 \begin_inset Index idx
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369 しょうりゃくふごう@省略符号
4370 \end_layout
4371
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \begin_layout Standard
4378 省略符号には、いくつかの種類が使用できます
4379 \begin_inset Foot
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383 数式ツールバー中の
4384 \begin_inset Graphics
4385         filename ../../images/math/ldots.png
4386         scale 85
4387
4388 \end_inset
4389
4390 ボタンで表示されている下位メニューです。
4391 \end_layout
4392
4393 \end_inset
4394
4395 。列挙のためには、ベースラインの点々(
4396 \series bold
4397
4398 \backslash
4399 ldots
4400 \series default
4401
4402 \begin_inset Index idx
4403 status collapsed
4404
4405 \begin_layout Plain Layout
4406 こまんど@コマンド ! L ! 
4407 \backslash
4408 ldots
4409 \end_layout
4410
4411 \end_inset
4412
4413 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4414 \series bold
4415
4416 \backslash
4417 cdots
4418 \series default
4419
4420 \begin_inset Index idx
4421 status collapsed
4422
4423 \begin_layout Plain Layout
4424 こまんど@コマンド ! C ! 
4425 \backslash
4426 cdots
4427 \end_layout
4428
4429 \end_inset
4430
4431 )が必要です。
4432 \series bold
4433
4434 \backslash
4435 dots
4436 \series default
4437
4438 \begin_inset Index idx
4439 status collapsed
4440
4441 \begin_layout Plain Layout
4442 こまんど@コマンド ! D ! 
4443 \backslash
4444 dots
4445 \end_layout
4446
4447 \end_inset
4448
4449 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4450 \end_layout
4451
4452 \begin_layout Standard
4453 \align center
4454 \begin_inset Tabular
4455 <lyxtabular version="3" rows="9" columns="2">
4456 <features tabularvalignment="middle">
4457 <column alignment="center" valignment="top" width="0pt">
4458 <column alignment="center" valignment="top" width="0pt">
4459 <row>
4460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 コマンド
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 出力
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 A_1
4485 \begin_inset ERT
4486 status collapsed
4487
4488 \begin_layout Plain Layout
4489
4490
4491 \backslash
4492 spce 
4493 \end_layout
4494
4495 \end_inset
4496
4497 ,
4498 \backslash
4499 dots
4500 \begin_inset ERT
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504
4505
4506 \backslash
4507 spce 
4508 \end_layout
4509
4510 \end_inset
4511
4512 ,A_n
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 \begin_inset Formula $A_{1},\dots,A_{n}$
4522 \end_inset
4523
4524
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 A_1
4536 \begin_inset ERT
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540
4541
4542 \backslash
4543 spce 
4544 \end_layout
4545
4546 \end_inset
4547
4548 +
4549 \backslash
4550 dots
4551 \begin_inset ERT
4552 status collapsed
4553
4554 \begin_layout Plain Layout
4555
4556
4557 \backslash
4558 spce 
4559 \end_layout
4560
4561 \end_inset
4562
4563 +A_n
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 \begin_inset Formula $A_{1}+\dots+A_{n}$
4573 \end_inset
4574
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 A_1
4587 \begin_inset ERT
4588 status collapsed
4589
4590 \begin_layout Plain Layout
4591
4592
4593 \backslash
4594 spce 
4595 \end_layout
4596
4597 \end_inset
4598
4599 ,
4600 \backslash
4601 ldots
4602 \begin_inset ERT
4603 status collapsed
4604
4605 \begin_layout Plain Layout
4606
4607
4608 \backslash
4609 spce 
4610 \end_layout
4611
4612 \end_inset
4613
4614 ,A_n
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 \begin_inset Formula $A_{1},\ldots,A_{n}$
4624 \end_inset
4625
4626
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 A_1
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Plain Layout
4642
4643
4644 \backslash
4645 spce 
4646 \end_layout
4647
4648 \end_inset
4649
4650 +
4651 \backslash
4652 cdots
4653 \begin_inset ERT
4654 status collapsed
4655
4656 \begin_layout Plain Layout
4657
4658
4659 \backslash
4660 spce 
4661 \end_layout
4662
4663 \end_inset
4664
4665 +A_n
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4675 \end_inset
4676
4677
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \backslash
4690 vdots
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 \begin_inset Formula $\vdots$
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \backslash
4715 ddots
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 \begin_inset Formula $\ddots$
4725 \end_inset
4726
4727
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 </row>
4733 <row>
4734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738
4739 \backslash
4740 iddots
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 \begin_inset Formula $\iddots$
4750 \end_inset
4751
4752
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 いろいろな点々を使った3×3行列
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 \begin_inset Formula $\begin{array}{ccc}
4773 A_{11} & \cdots & A_{1m}\\
4774 \vdots & \ddots & \vdots\\
4775 A_{n1} & \cdots & A_{nm}
4776 \end{array}$
4777 \end_inset
4778
4779
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 </lyxtabular>
4786
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \begin_layout Standard
4793
4794 \family sans
4795 挿入\SpecialChar \menuseparator
4796 省略符号
4797 \family default
4798 メニューで挿入される省略符号は
4799 \series bold
4800
4801 \backslash
4802 ldots
4803 \series default
4804 です。
4805 \end_layout
4806
4807 \begin_layout Standard
4808 \begin_inset VSpace medskip
4809 \end_inset
4810
4811
4812 \lang english
4813 To use 
4814 \series bold
4815
4816 \backslash
4817 iddots
4818 \series default
4819 , one of the options 
4820 \family sans
4821 Use mathdots package (automatically)
4822 \family default
4823  must be set in the document settings under 
4824 \family sans
4825 Math
4826 \begin_inset space ~
4827 \end_inset
4828
4829 Options
4830 \family default
4831 .
4832 \begin_inset Newline newline
4833 \end_inset
4834
4835 Using the option 
4836 \family sans
4837 Use mathdots package
4838 \family default
4839  will improve the appearance of all dots in the documents if their font
4840  style or size is not the default.
4841 \end_layout
4842
4843 \begin_layout Standard
4844 \begin_inset VSpace medskip
4845 \end_inset
4846
4847 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4848 \series bold
4849
4850 \backslash
4851 hdotsfor
4852 \series default
4853
4854 \begin_inset Index idx
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 こまんど@コマンド ! H ! 
4859 \backslash
4860 hdotsfor
4861 \end_layout
4862
4863 \end_inset
4864
4865 コマンドで作ることができます。
4866 \end_layout
4867
4868 \begin_layout Standard
4869
4870 \series bold
4871
4872 \backslash
4873 hdotsfor[距離]{列数}
4874 \end_layout
4875
4876 \begin_layout Standard
4877 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4878 \end_layout
4879
4880 \begin_layout Standard
4881 以下の行列では、2行目の1つ目の枠に
4882 \series bold
4883
4884 \backslash
4885 hdotsfor[2]{4}
4886 \series default
4887 を挿入して、
4888 \series bold
4889
4890 \backslash
4891 dots
4892 \series default
4893 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4894 \begin_inset Formula \[
4895 \left(\begin{array}{cccc}
4896 A & B & C & D\\
4897 \hdotsfor[2]{4}\\
4898 q & w & e & r
4899 \end{array}\right)\]
4900
4901 \end_inset
4902
4903 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4904 \end_layout
4905
4906 \begin_layout Standard
4907 \begin_inset VSpace bigskip
4908 \end_inset
4909
4910 さらに、
4911 \series bold
4912
4913 \backslash
4914 dotfill
4915 \series default
4916
4917 \begin_inset Index idx
4918 status collapsed
4919
4920 \begin_layout Plain Layout
4921 こまんど@コマンド ! D ! 
4922 \backslash
4923 dotfill
4924 \end_layout
4925
4926 \end_inset
4927
4928 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4929 \series bold
4930
4931 \backslash
4932 hfill
4933 \series default
4934 と同様のものです。第
4935 \begin_inset CommandInset ref
4936 LatexCommand ref
4937 reference "sub:可変長の空白"
4938
4939 \end_inset
4940
4941 節をご参照下さい。
4942 \end_layout
4943
4944 \begin_layout Standard
4945 たとえば、
4946 \series bold
4947 A
4948 \backslash
4949 dotfill
4950 \begin_inset ERT
4951 status collapsed
4952
4953 \begin_layout Plain Layout
4954
4955
4956 \backslash
4957 spce 
4958 \end_layout
4959
4960 \end_inset
4961
4962 B
4963 \series default
4964 コマンドは、
4965 \end_layout
4966
4967 \begin_layout Standard
4968 \begin_inset Formula $A\dotfill B$
4969 \end_inset
4970
4971
4972 \end_layout
4973
4974 \begin_layout Standard
4975 のようになります。
4976 \series bold
4977 点々を使う
4978 \backslash
4979 dotfill
4980 \series default
4981 の直線版として、
4982 \series bold
4983
4984 \backslash
4985 hrulefill
4986 \series default
4987
4988 \begin_inset Index idx
4989 status collapsed
4990
4991 \begin_layout Plain Layout
4992 こまんど@コマンド ! H ! 
4993 \backslash
4994 hrulefill
4995 \end_layout
4996
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 \begin_inset Formula $A\hrulefill B$
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \begin_layout Standard
5010 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5011 \end_layout
5012
5013 \begin_layout Section
5014 行列
5015 \begin_inset CommandInset label
5016 LatexCommand label
5017 name "sec:行列"
5018
5019 \end_inset
5020
5021
5022 \begin_inset Index idx
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 ぎょうれつ@行列
5027 \end_layout
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \begin_layout Standard
5035 行列は、数式ツールバーボタンの
5036 \begin_inset Graphics
5037         filename ../../images/dialog-show_mathmatrix.png
5038         scale 85
5039
5040 \end_inset
5041
5042
5043 \family sans
5044 挿入\SpecialChar \menuseparator
5045 数式\SpecialChar \menuseparator
5046 行列
5047 \family default
5048 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5049 \lang english
5050 and the decoration
5051 \end_layout
5052
5053 \begin_layout Standard
5054 最初の行列は「上」配置
5055 \begin_inset Formula $\begin{array}[t]{cccc}
5056 A & D & G & J\\
5057 B & E & H & K\\
5058 C & F & I & L
5059 \end{array}$
5060 \end_inset
5061
5062 で、二番目は「中央」配置
5063 \begin_inset Formula $\begin{array}{cccc}
5064 A & D & G & J\\
5065 B & E & H & K\\
5066 C & F & I & L
5067 \end{array}$
5068 \end_inset
5069
5070 、三番目は「下」配置
5071 \begin_inset Formula $\begin{array}[b]{cccc}
5072 A & D & G & J\\
5073 B & E & H & K\\
5074 C & F & I & L
5075 \end{array}$
5076 \end_inset
5077
5078 です。
5079 \end_layout
5080
5081 \begin_layout Standard
5082 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5083 \emph on
5084 l
5085 \emph default
5086 は左寄せ、
5087 \emph on
5088 c
5089 \emph default
5090 は中央揃え、
5091 \emph on
5092 r
5093 \emph default
5094 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5095 \series bold
5096 ×
5097 \series default
5098 4行列を作成するには、水平配置のところに
5099 \series bold
5100 lccr
5101 \series default
5102 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5103 \series bold
5104 c
5105 \series default
5106 です。
5107 \end_layout
5108
5109 \begin_layout Standard
5110 水平行列の例です。
5111 \end_layout
5112
5113 \begin_layout Standard
5114
5115 \series bold
5116 lll
5117 \series default
5118  : 
5119 \begin_inset Formula $\begin{array}{lll}
5120 10000 & D & G\\
5121 B & 10000 & H\\
5122 C & F & 10000
5123 \end{array}$
5124 \end_inset
5125
5126  , 
5127 \series bold
5128 ccc
5129 \series default
5130  : 
5131 \begin_inset Formula $\begin{array}{ccc}
5132 10000 & D & G\\
5133 B & 10000 & H\\
5134 C & F & 10000
5135 \end{array}$
5136 \end_inset
5137
5138  , 
5139 \series bold
5140 rrr
5141 \series default
5142  : 
5143 \begin_inset Formula $\begin{array}{rrr}
5144 10000 & D & G\\
5145 B & 10000 & H\\
5146 C & F & 10000
5147 \end{array}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Standard
5154 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5155 \begin_inset Graphics
5156         filename ../../images/tabular-feature_append-row.png
5157         scale 85
5158
5159 \end_inset
5160
5161
5162 \begin_inset Graphics
5163         filename ../../images/tabular-feature_delete-row.png
5164         scale 85
5165
5166 \end_inset
5167
5168 などや
5169 \family sans
5170 編集\SpecialChar \menuseparator
5171 行と列
5172 \family default
5173 メニューを使用することができます。また、行は
5174 \begin_inset Info
5175 type  "shortcut"
5176 arg   "newline-insert newline"
5177 \end_inset
5178
5179 で作成することもできます。
5180 \end_layout
5181
5182 \begin_layout Standard
5183 \begin_inset VSpace bigskip
5184 \end_inset
5185
5186
5187 \lang english
5188 The 
5189 \family sans
5190 Decoration
5191 \family default
5192  adds parentheses in the selected style around the matrix.
5193  Alternatively, parentheses can can either be created with the
5194 \lang japanese
5195  行列を囲む括弧は、
5196 \series bold
5197
5198 \backslash
5199 left
5200 \series default
5201
5202 \begin_inset Index idx
5203 status collapsed
5204
5205 \begin_layout Plain Layout
5206 こまんど@コマンド ! L ! 
5207 \backslash
5208 left
5209 \end_layout
5210
5211 \end_inset
5212
5213 コマンドや
5214 \series bold
5215
5216 \backslash
5217 right
5218 \series default
5219
5220 \begin_inset Index idx
5221 status collapsed
5222
5223 \begin_layout Plain Layout
5224 こまんど@コマンド ! R ! 
5225 \backslash
5226 right
5227 \end_layout
5228
5229 \end_inset
5230
5231 コマンドで作成することができます(短絡キー
5232 \family sans
5233 Alt+M
5234 \begin_inset space ~
5235 \end_inset
5236
5237 Parenthesis
5238 \family default
5239 )。第
5240 \begin_inset CommandInset ref
5241 LatexCommand ref
5242 reference "sub:自動の括弧丈"
5243
5244 \end_inset
5245
5246 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5247 \begin_inset VSpace medskip
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 \begin_inset space \hfill{}
5255 \end_inset
5256
5257
5258 \begin_inset Tabular
5259 <lyxtabular version="3" rows="4" columns="2">
5260 <features tabularvalignment="middle">
5261 <column alignment="center" valignment="top" width="0">
5262 <column alignment="center" valignment="top" width="0">
5263 <row>
5264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 コマンド
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 出力
5278 \begin_inset Note Note
5279 status collapsed
5280
5281 \begin_layout Plain Layout
5282 ここで
5283 \series bold
5284
5285 \backslash
5286 raisebox
5287 \series default
5288 はスペーサーとして使用しているだけです。
5289 \end_layout
5290
5291 \end_inset
5292
5293
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \backslash
5306 bmatrix
5307 \begin_inset ERT
5308 status collapsed
5309
5310 \begin_layout Plain Layout
5311
5312
5313 \backslash
5314 spce 
5315 \end_layout
5316
5317 \end_inset
5318
5319 2
5320 \series bold
5321 ×
5322 \series default
5323 2
5324 \begin_inset space \thinspace{}
5325 \end_inset
5326
5327 matrix
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5337 0 & \textrm{-}\mathrm{i}\\
5338 \mathrm{i} & 0
5339 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5340 \end_inset
5341
5342
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 </row>
5348 <row>
5349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353
5354 \backslash
5355 Bmatrix
5356 \begin_inset ERT
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360
5361
5362 \backslash
5363 spce 
5364 \end_layout
5365
5366 \end_inset
5367
5368 2
5369 \series bold
5370 ×
5371 \series default
5372 2
5373 \begin_inset space \thinspace{}
5374 \end_inset
5375
5376 matrix
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5386 0 & \textrm{-}\mathrm{i}\\
5387 \mathrm{i} & 0
5388 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row>
5398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402
5403 \backslash
5404 pmatrix
5405 \begin_inset ERT
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409
5410
5411 \backslash
5412 spce 
5413 \end_layout
5414
5415 \end_inset
5416
5417 2
5418 \series bold
5419 ×
5420 \series default
5421 2
5422 \begin_inset space \thinspace{}
5423 \end_inset
5424
5425 matrix
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5435 0 & \textrm{-}\mathrm{i}\\
5436 \mathrm{i} & 0
5437 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5438 \end_inset
5439
5440
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 </row>
5446 </lyxtabular>
5447
5448 \end_inset
5449
5450
5451 \begin_inset space \hfill{}
5452 \end_inset
5453
5454
5455 \begin_inset Tabular
5456 <lyxtabular version="3" rows="4" columns="2">
5457 <features tabularvalignment="middle">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 コマンド
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 出力
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \backslash
5487 vmatrix
5488 \begin_inset ERT
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492
5493
5494 \backslash
5495 spce 
5496 \end_layout
5497
5498 \end_inset
5499
5500 2
5501 \series bold
5502 ×
5503 \series default
5504 2
5505 \begin_inset space \thinspace{}
5506 \end_inset
5507
5508 matrix
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5518 0 & \textrm{-}\mathrm{i}\\
5519 \mathrm{i} & 0
5520 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5521 \end_inset
5522
5523
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534
5535 \backslash
5536 Vmatrix
5537 \begin_inset ERT
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541
5542
5543 \backslash
5544 spce 
5545 \end_layout
5546
5547 \end_inset
5548
5549 2
5550 \series bold
5551 ×
5552 \series default
5553 2
5554 \begin_inset space \thinspace{}
5555 \end_inset
5556
5557 matrix
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5567 0 & \textrm{-}\mathrm{i}\\
5568 \mathrm{i} & 0
5569 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5570 \end_inset
5571
5572
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583
5584 \backslash
5585 matrix
5586 \begin_inset ERT
5587 status collapsed
5588
5589 \begin_layout Plain Layout
5590
5591
5592 \backslash
5593 spce 
5594 \end_layout
5595
5596 \end_inset
5597
5598 2
5599 \series bold
5600 ×
5601 \series default
5602 2
5603 \begin_inset space \thinspace{}
5604 \end_inset
5605
5606 matrix
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5616 0 & \textrm{-}\mathrm{i}\\
5617 \mathrm{i} & 0
5618 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 </lyxtabular>
5628
5629 \end_inset
5630
5631
5632 \begin_inset space \hfill{}
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Standard
5639 \begin_inset VSpace medskip
5640 \end_inset
5641
5642 たとえば
5643 \series bold
5644
5645 \backslash
5646 vmatrix
5647 \series default
5648 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5649 \end_layout
5650
5651 \begin_layout Standard
5652 \begin_inset VSpace bigskip
5653 \end_inset
5654
5655 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5656 \begin_inset CommandInset ref
5657 LatexCommand ref
5658 reference "sub:列間"
5659
5660 \end_inset
5661
5662 節に説明されている距離
5663 \series bold
5664
5665 \backslash
5666 arraycolsep
5667 \series default
5668
5669 \begin_inset Index idx
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673 こまんど@コマンド ! A ! 
5674 \backslash
5675 arraycolsep
5676 \end_layout
5677
5678 \end_inset
5679
5680 をここでも使用することができます。
5681 \end_layout
5682
5683 \begin_layout Standard
5684 行間隔を変更するには、
5685 \series bold
5686
5687 \backslash
5688 arraystretch
5689 \series default
5690
5691 \begin_inset Index idx
5692 status collapsed
5693
5694 \begin_layout Plain Layout
5695 こまんど@コマンド ! A ! 
5696 \backslash
5697 arraystretch
5698 \end_layout
5699
5700 \end_inset
5701
5702 コマンドを使用します。以下のようにして使用します。
5703 \end_layout
5704
5705 \begin_layout Standard
5706
5707 \series bold
5708
5709 \backslash
5710 renewcommand{
5711 \backslash
5712 arraystretch}{伸長因子}
5713 \begin_inset Index idx
5714 status collapsed
5715
5716 \begin_layout Plain Layout
5717 こまんど@コマンド ! R ! 
5718 \backslash
5719 renewcommand
5720 \end_layout
5721
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \begin_layout Standard
5728
5729 \series bold
5730
5731 \backslash
5732 renewcommand
5733 \series default
5734 コマンドは、伸長因子を定義済みの
5735 \series bold
5736
5737 \backslash
5738 arraystretch
5739 \series default
5740 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5741 は、
5742 \series bold
5743
5744 \backslash
5745 arraystretch
5746 \series default
5747 に因子1を割り当てて下さい。
5748 \end_layout
5749
5750 \begin_layout Standard
5751 本文行中に行列を入れるには、
5752 \series bold
5753
5754 \backslash
5755 smallmatrix
5756 \series default
5757
5758 \begin_inset Index idx
5759 status collapsed
5760
5761 \begin_layout Plain Layout
5762 こまんど@コマンド ! S ! 
5763 \backslash
5764 smallmatrix
5765 \end_layout
5766
5767 \end_inset
5768
5769 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5770 \end_layout
5771
5772 \begin_layout Standard
5773 これは、本文行中の行列
5774 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5775 C & D
5776 \end{smallmatrix}\right)$
5777 \end_inset
5778
5779 です。
5780 \end_layout
5781
5782 \begin_layout Section
5783 括弧と区分記号
5784 \begin_inset Index idx
5785 status collapsed
5786
5787 \begin_layout Plain Layout
5788 かっこ@括弧
5789 \end_layout
5790
5791 \end_inset
5792
5793
5794 \begin_inset Index idx
5795 status collapsed
5796
5797 \begin_layout Plain Layout
5798 くぶんきごう@区分記号
5799 \end_layout
5800
5801 \end_inset
5802
5803
5804 \end_layout
5805
5806 \begin_layout Subsection
5807 垂直括弧と区分記号
5808 \begin_inset Index idx
5809 status collapsed
5810
5811 \begin_layout Plain Layout
5812 かっこ@括弧 ! すいちょく@垂直
5813 \end_layout
5814
5815 \end_inset
5816
5817
5818 \end_layout
5819
5820 \begin_layout Standard
5821 \begin_inset space \hfill{}
5822 \end_inset
5823
5824
5825 \begin_inset Tabular
5826 <lyxtabular version="3" rows="9" columns="2">
5827 <features tabularvalignment="middle">
5828 <column alignment="center" valignment="top" width="0pt">
5829 <column alignment="center" valignment="top" width="0pt">
5830 <row>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 コマンド
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 出力
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 (
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $($
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 {
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 \begin_inset Formula $\{$
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 [
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Formula $[$
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \backslash
5926 langle
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 \begin_inset Formula $\langle$
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \backslash
5951 lceil
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 \begin_inset Formula $\lceil$
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974
5975 \backslash
5976 lfloor
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $\lfloor$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 /
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $/$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 \begin_inset Formula $|$
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 \begin_inset Formula $|$
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 </lyxtabular>
6044
6045 \end_inset
6046
6047
6048 \begin_inset space \hfill{}
6049 \end_inset
6050
6051
6052 \begin_inset Tabular
6053 <lyxtabular version="3" rows="9" columns="2">
6054 <features tabularvalignment="middle">
6055 <column alignment="center" valignment="top" width="0pt">
6056 <column alignment="center" valignment="top" width="0pt">
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 コマンド
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 出力
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 )
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 \begin_inset Formula $)$
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 }
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 \begin_inset Formula $\}$
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 ]
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 \begin_inset Formula $]$
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151
6152 \backslash
6153 rangle
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 \begin_inset Formula $\rangle$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 <row>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176
6177 \backslash
6178 rceil
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 \begin_inset Formula $\rceil$
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 </row>
6196 <row>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \backslash
6203 rfloor
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 \begin_inset Formula $\rfloor$
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 <row>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226
6227 \backslash
6228
6229 \backslash
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Formula $\backslash$
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \backslash
6255
6256 \begin_inset Formula $|$
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 \begin_inset Formula $\|$
6269 \end_inset
6270
6271
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 </row>
6277 </lyxtabular>
6278
6279 \end_inset
6280
6281
6282 \begin_inset space \hfill{}
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \begin_layout Standard
6289 \begin_inset Note Greyedout
6290 status open
6291
6292 \begin_layout Plain Layout
6293
6294 \series bold
6295 (注意)
6296 \series default
6297 TeXモードでは、
6298 \backslash
6299
6300 \backslash
6301 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6302 \series bold
6303
6304 \backslash
6305 textbackslash
6306 \series default
6307
6308 \begin_inset Index idx
6309 status collapsed
6310
6311 \begin_layout Plain Layout
6312 こまんど@コマンド! T ! 
6313 \backslash
6314 textbackslash
6315 \end_layout
6316
6317 \end_inset
6318
6319 を使わなくてはなりません。
6320 \end_layout
6321
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \begin_layout Standard
6328 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6329 \series bold
6330
6331 \backslash
6332 langle
6333 \series default
6334
6335 \series bold
6336
6337 \backslash
6338 rangle
6339 \series default
6340 コマンドを使用せずに
6341 \begin_inset Formula $<$
6342 \end_inset
6343
6344
6345 \begin_inset Formula $>$
6346 \end_inset
6347
6348 の文字を直接使用することができます。
6349 \end_layout
6350
6351 \begin_layout Subsubsection
6352 手動の括弧丈
6353 \begin_inset CommandInset label
6354 LatexCommand label
6355 name "sub:手動の括弧丈"
6356
6357 \end_inset
6358
6359
6360 \begin_inset Index idx
6361 status collapsed
6362
6363 \begin_layout Plain Layout
6364 かっこたけ@括弧丈 ! しゅどう@手動
6365 \end_layout
6366
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \begin_layout Standard
6373 括弧の丈は、LaTeXコマンドの
6374 \series bold
6375
6376 \backslash
6377 big
6378 \series default
6379
6380 \begin_inset Index idx
6381 status collapsed
6382
6383 \begin_layout Plain Layout
6384 こまんど@コマンド ! B ! 
6385 \backslash
6386 big
6387 \end_layout
6388
6389 \end_inset
6390
6391
6392 \series bold
6393
6394 \backslash
6395 Big
6396 \series default
6397
6398 \series bold
6399
6400 \backslash
6401 bigg
6402 \series default
6403 および
6404 \series bold
6405
6406 \backslash
6407 Bigg
6408 \series default
6409 を使って、手動で指定することができます。
6410 \series bold
6411
6412 \backslash
6413 big
6414 \series default
6415 が最小の大きさであり、
6416 \series bold
6417
6418 \backslash
6419 Bigg
6420 \series default
6421 が最大の括弧丈になります。
6422 \end_layout
6423
6424 \begin_layout Standard
6425 これらのコマンドは、括弧の階層を強調するのに使われます。
6426 \end_layout
6427
6428 \begin_layout Standard
6429 \align center
6430 \begin_inset Tabular
6431 <lyxtabular version="3" rows="2" columns="2">
6432 <features tabularvalignment="middle">
6433 <column alignment="center" valignment="top" width="0pt">
6434 <column alignment="center" valignment="top" width="0pt">
6435 <row>
6436 <cell alignment="center" valignment="top" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 すべての括弧が同じ大きさ:
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row>
6459 <cell alignment="center" valignment="top" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 こちらの方が良い:
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 </lyxtabular>
6482
6483 \end_inset
6484
6485
6486 \begin_inset Note Note
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 ここで
6491 \series bold
6492
6493 \backslash
6494 raisebox
6495 \series default
6496 はスペーサーとして使用しているだけです。
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505 二つ目の数式では、
6506 \series bold
6507
6508 \backslash
6509 Big((A+B)(A-B)
6510 \backslash
6511 Big)^
6512 \begin_inset ERT
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517
6518 \backslash
6519 spce 
6520 \end_layout
6521
6522 \end_inset
6523
6524 C
6525 \series default
6526 というコマンドが使われています。
6527 \end_layout
6528
6529 \begin_layout Standard
6530 以下は、すべての括弧丈の羅列です。
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \align center
6535
6536 \backslash
6537 Bigg(
6538 \backslash
6539 exp
6540 \backslash
6541 bigg
6542 \begin_inset Formula $<$
6543 \end_inset
6544
6545
6546 \backslash
6547 Big[
6548 \backslash
6549 big{
6550 \backslash
6551 ln(3x)
6552 \backslash
6553 big}^2
6554 \begin_inset ERT
6555 status collapsed
6556
6557 \begin_layout Plain Layout
6558
6559
6560 \backslash
6561 spce 
6562 \end_layout
6563
6564 \end_inset
6565
6566
6567 \backslash
6568 sin(x)
6569 \backslash
6570 Big]^
6571 \begin_inset ERT
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575
6576
6577 \backslash
6578 spce 
6579 \end_layout
6580
6581 \end_inset
6582
6583 A
6584 \begin_inset ERT
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588
6589
6590 \backslash
6591 spce 
6592 \end_layout
6593
6594 \end_inset
6595
6596
6597 \backslash
6598 bigg
6599 \begin_inset Formula $>$
6600 \end_inset
6601
6602
6603 \backslash
6604 Bigg)^0,5
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \align center
6609 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6610 \end_inset
6611
6612
6613 \end_layout
6614
6615 \begin_layout Standard
6616
6617 \series bold
6618
6619 \backslash
6620 big
6621 \series default
6622 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6623 \series bold
6624
6625 \backslash
6626 bigm
6627 \series default
6628
6629 \begin_inset Index idx
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633 こまんど@コマンド ! B ! 
6634 \backslash
6635 bigm
6636 \end_layout
6637
6638 \end_inset
6639
6640 という派生型と、空白を追加しない
6641 \series bold
6642
6643 \backslash
6644 bigl
6645 \series default
6646 -
6647 \series bold
6648
6649 \backslash
6650 bigr
6651 \series default
6652
6653 \begin_inset Index idx
6654 status collapsed
6655
6656 \begin_layout Plain Layout
6657 こまんど@コマンド ! B ! 
6658 \backslash
6659 bigl - 
6660 \backslash
6661 bigr
6662 \end_layout
6663
6664 \end_inset
6665
6666 派生型があります。
6667 \series bold
6668
6669 \backslash
6670 bigl
6671 \series default
6672 コマンドの最後の
6673 \emph on
6674 l
6675 \emph default
6676 は、左括弧であることを示し、右括弧の場合には、
6677 \emph on
6678 l
6679 \emph default
6680 の代わりに
6681 \emph on
6682 r
6683 \emph default
6684 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6685 \end_layout
6686
6687 \begin_layout Standard
6688 以下の表は、これらの派生型の比較です。
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \align center
6693 \begin_inset Tabular
6694 <lyxtabular version="3" rows="5" columns="2">
6695 <features tabularvalignment="middle">
6696 <column alignment="center" valignment="middle" width="0">
6697 <column alignment="center" valignment="middle" width="0">
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 コマンド
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 出力
6713 \begin_inset Note Note
6714 status collapsed
6715
6716 \begin_layout Plain Layout
6717 ここで
6718 \series bold
6719
6720 \backslash
6721 raisebox
6722 \series default
6723 はスペーサーとして使用しているだけです。
6724 \end_layout
6725
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \backslash
6741 Bigm(
6742 \backslash
6743 bigm(
6744 \backslash
6745 ln(3x)
6746 \backslash
6747 bigm)^2
6748 \series bold
6749
6750 \begin_inset ERT
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754
6755
6756 \backslash
6757 spce 
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \series default
6764
6765 \backslash
6766 Bigm)
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6776 \end_inset
6777
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \backslash
6791 Big(
6792 \backslash
6793 big(
6794 \backslash
6795 ln(3x)
6796 \backslash
6797 big)^2
6798 \series bold
6799
6800 \begin_inset ERT
6801 status collapsed
6802
6803 \begin_layout Plain Layout
6804
6805
6806 \backslash
6807 spce 
6808 \end_layout
6809
6810 \end_inset
6811
6812
6813 \series default
6814
6815 \backslash
6816 Big)
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839
6840 \backslash
6841 Bigl(
6842 \backslash
6843 bigl(
6844 \backslash
6845 ln(3x)
6846 \backslash
6847 bigr)^2
6848 \series bold
6849
6850 \begin_inset ERT
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854
6855
6856 \backslash
6857 spce 
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \series default
6864
6865 \backslash
6866 Bigr)
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6876 \end_inset
6877
6878
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \backslash
6891 bigl)
6892 \backslash
6893 ln(3x)
6894 \backslash
6895 bigr(
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 </lyxtabular>
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Subsubsection
6921 自動の括弧丈
6922 \begin_inset CommandInset label
6923 LatexCommand label
6924 name "sub:自動の括弧丈"
6925
6926 \end_inset
6927
6928
6929 \begin_inset Index idx
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933 かっこたけ@括弧丈 ! じどう@自動
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \end_layout
6940
6941 \begin_layout Standard
6942 可変の丈を持つ括弧は、
6943 \series bold
6944
6945 \backslash
6946 left
6947 \series default
6948
6949 \begin_inset Index idx
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953 こまんど@コマンド ! L ! 
6954 \backslash
6955 left
6956 \end_layout
6957
6958 \end_inset
6959
6960 コマンドおよび
6961 \series bold
6962
6963 \backslash
6964 right
6965 \series default
6966
6967 \begin_inset Index idx
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971 こまんど@コマンド ! R ! 
6972 \backslash
6973 right
6974 \end_layout
6975
6976 \end_inset
6977
6978 コマンド、あるいは数式ツールバーボタンの
6979 \begin_inset Graphics
6980         filename ../../images/dialog-show_mathdelimiter.png
6981         scale 85
6982
6983 \end_inset
6984
6985 で挿入することができます。
6986 \series bold
6987
6988 \backslash
6989 left
6990 \series default
6991 および
6992 \series bold
6993
6994 \backslash
6995 right
6996 \series default
6997 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6998 \end_layout
6999
7000 \begin_layout Standard
7001 \align center
7002 通常の括弧:
7003 \series bold
7004
7005 \backslash
7006 ln(
7007 \backslash
7008 frac
7009 \begin_inset ERT
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013
7014
7015 \backslash
7016 spce 
7017 \end_layout
7018
7019 \end_inset
7020
7021 A
7022 \begin_inset Formula $\downarrow$
7023 \end_inset
7024
7025 C
7026 \begin_inset ERT
7027 status collapsed
7028
7029 \begin_layout Plain Layout
7030
7031
7032 \backslash
7033 spce 
7034 \end_layout
7035
7036 \end_inset
7037
7038 )
7039 \series default
7040 というコマンドは
7041 \begin_inset Formula \[
7042 \ln(\frac{A}{C})\]
7043
7044 \end_inset
7045
7046 を生成します。
7047 \end_layout
7048
7049 \begin_layout Standard
7050 \align center
7051 複数行の括弧:
7052 \series bold
7053
7054 \backslash
7055 ln
7056 \backslash
7057 left(
7058 \backslash
7059 frac
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065
7066 \backslash
7067 spce 
7068 \end_layout
7069
7070 \end_inset
7071
7072 A
7073 \begin_inset Formula $\downarrow$
7074 \end_inset
7075
7076 C
7077 \begin_inset ERT
7078 status collapsed
7079
7080 \begin_layout Plain Layout
7081
7082
7083 \backslash
7084 spce 
7085 \end_layout
7086
7087 \end_inset
7088
7089
7090 \backslash
7091 right)
7092 \series default
7093 というコマンドは
7094 \begin_inset Formula \[
7095 \ln\left(\frac{A}{C}\right)\]
7096
7097 \end_inset
7098
7099 を生成します。
7100 \end_layout
7101
7102 \begin_layout Standard
7103
7104 \series bold
7105
7106 \backslash
7107 left
7108 \series default
7109
7110 \series bold
7111
7112 \backslash
7113 right
7114 \series default
7115 の代わりに、短絡キー
7116 \family sans
7117 Alt+M
7118 \begin_inset space ~
7119 \end_inset
7120
7121 括弧
7122 \family default
7123 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7124 \begin_inset Newline newline
7125 \end_inset
7126
7127 すると、先ほどの例を作るコマンドは
7128 \series bold
7129
7130 \backslash
7131 ln Alt+M
7132 \series default
7133  
7134 \series bold
7135 (
7136 \backslash
7137 frac
7138 \begin_inset ERT
7139 status collapsed
7140
7141 \begin_layout Plain Layout
7142
7143
7144 \backslash
7145 spce 
7146 \end_layout
7147
7148 \end_inset
7149
7150 A
7151 \begin_inset Formula $\downarrow$
7152 \end_inset
7153
7154 C
7155 \series default
7156 となります。
7157 \end_layout
7158
7159 \begin_layout Standard
7160 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7161 \series bold
7162
7163 \backslash
7164 left.
7165 \backslash
7166 frac
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 spce 
7175 \end_layout
7176
7177 \end_inset
7178
7179 A
7180 \begin_inset Formula $\downarrow$
7181 \end_inset
7182
7183 B
7184 \begin_inset ERT
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188
7189
7190 \backslash
7191 spce 
7192 \end_layout
7193
7194 \end_inset
7195
7196
7197 \backslash
7198 right}
7199 \series default
7200 というコマンドは
7201 \series bold
7202
7203 \begin_inset Formula \[
7204 \left.\frac{A}{B}\right\} \]
7205
7206 \end_inset
7207
7208 を生成します。
7209 \backslash
7210 left
7211 \series default
7212 コマンドおよび
7213 \series bold
7214
7215 \backslash
7216 right
7217 \series default
7218 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \begin_inset VSpace bigskip
7223 \end_inset
7224
7225 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7226 \series bold
7227
7228 \backslash
7229 middle
7230 \series default
7231
7232 \begin_inset Index idx
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 こまんど@コマンド ! M ! 
7237 \backslash
7238 middle
7239 \end_layout
7240
7241 \end_inset
7242
7243 コマンドも使用することができます
7244 \begin_inset Foot
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248
7249 \series bold
7250 (訳註)
7251 \series default
7252 pLaTeXでは、標準では
7253 \series bold
7254
7255 \backslash
7256 middle
7257 \series default
7258 コマンドは使えません。よって、以下の例では「
7259 \series bold
7260
7261 \backslash
7262 middle
7263 \series default
7264
7265 \begin_inset Formula $|$
7266 \end_inset
7267
7268 」の代わりに「
7269 \series bold
7270
7271 \backslash
7272 biggm
7273 \series default
7274
7275 \begin_inset Formula $|$
7276 \end_inset
7277
7278 」を用いています。
7279 \end_layout
7280
7281 \end_inset
7282
7283 。このコマンドでは、物理ベクトル
7284 \begin_inset Formula \[
7285 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7286
7287 \end_inset
7288
7289 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7290 \begin_inset CommandInset ref
7291 LatexCommand ref
7292 reference "sub:物理ベクトル"
7293
7294 \end_inset
7295
7296 節に説明されているように特殊なLaTeXパッケージがあります。
7297 \end_layout
7298
7299 \begin_layout Subsection
7300 水平括弧
7301 \begin_inset Index idx
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305 かっこ@括弧 ! すいへい@水平
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \begin_layout Standard
7314 \align center
7315 \begin_inset Tabular
7316 <lyxtabular version="3" rows="4" columns="2">
7317 <features tabularvalignment="middle">
7318 <column alignment="center" valignment="top" width="0pt">
7319 <column alignment="center" valignment="top" width="0pt">
7320 <row>
7321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 コマンド
7326 \begin_inset Note Note
7327 status collapsed
7328
7329 \begin_layout Plain Layout
7330 ここで
7331 \series bold
7332
7333 \backslash
7334 raisebox
7335 \series default
7336 はスペーサーとして使用しているだけです。
7337 \end_layout
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 出力
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 raisebox{2.3mm}{
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \backslash
7375 overbrace
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 spce 
7384 \end_layout
7385
7386 \end_inset
7387
7388 A+B
7389 \begin_inset ERT
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393
7394
7395 \backslash
7396 spce 
7397 \end_layout
7398
7399 \end_inset
7400
7401 ^
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407
7408 \backslash
7409 spce 
7410 \end_layout
7411
7412 \end_inset
7413
7414 3
7415 \begin_inset ERT
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419
7420 }
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \begin_inset Index idx
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 こまんど@コマンド ! O ! 
7431 \backslash
7432 overbrace
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset Formula $\overbrace{A+B}^{3}$
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 \begin_inset ERT
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464
7465
7466 \backslash
7467 raisebox{-2.2mm}{
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \backslash
7474 underbrace
7475 \begin_inset ERT
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479
7480
7481 \backslash
7482 spce 
7483 \end_layout
7484
7485 \end_inset
7486
7487 A+B
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 spce 
7496 \end_layout
7497
7498 \end_inset
7499
7500 _5
7501 \begin_inset ERT
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505
7506 }
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \begin_inset Index idx
7513 status collapsed
7514
7515 \begin_layout Plain Layout
7516 こまんど@コマンド ! U ! 
7517 \backslash
7518 underbrace
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 \begin_inset Formula $\underbrace{A+B}_{5}$
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \backslash
7548 overbrace
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 spce 
7557 \end_layout
7558
7559 \end_inset
7560
7561
7562 \backslash
7563 underbrace
7564 \begin_inset ERT
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568
7569
7570 \backslash
7571 spce 
7572 \end_layout
7573
7574 \end_inset
7575
7576 A+B_w
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 spce 
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \begin_inset ERT
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594
7595
7596 \backslash
7597 spce 
7598 \end_layout
7599
7600 \end_inset
7601
7602 _7
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608
7609 \backslash
7610 spce 
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621
7622 \backslash
7623 spce 
7624 \end_layout
7625
7626 \end_inset
7627
7628 ^
7629 \begin_inset ERT
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633
7634
7635 \backslash
7636 spce 
7637 \end_layout
7638
7639 \end_inset
7640
7641 C
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 </lyxtabular>
7660
7661 \end_inset
7662
7663
7664 \end_layout
7665
7666 \begin_layout Standard
7667 最後の例では、
7668 \series bold
7669
7670 \backslash
7671 overbrace
7672 \series default
7673 が先に挿入されようが
7674 \series bold
7675
7676 \backslash
7677 underbrace
7678 \series default
7679 が先に挿入されようが代わりはありません。
7680 \end_layout
7681
7682 \begin_layout Standard
7683 \begin_inset VSpace bigskip
7684 \end_inset
7685
7686 括弧をお互いに重ねる必要がある場合には、第
7687 \begin_inset CommandInset ref
7688 LatexCommand ref
7689 reference "sec:多行数式"
7690
7691 \end_inset
7692
7693 節に説明されているように、次のような多行数式を使わなくてはなりません。
7694 \begin_inset Formula \begin{eqnarray*}
7695 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7696  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7697 \end{eqnarray*}
7698
7699 \end_inset
7700
7701 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7702 \begin_inset Foot
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706 空白コマンドは第
7707 \begin_inset CommandInset ref
7708 LatexCommand ref
7709 reference "sub:定義済みの空白"
7710
7711 \end_inset
7712
7713 章に説明があります。
7714 \end_layout
7715
7716 \end_inset
7717
7718
7719 \series bold
7720
7721 \backslash
7722 :
7723 \series default
7724 を最初の
7725 \begin_inset Formula $d$
7726 \end_inset
7727
7728 の前に挿入しておくことが重要です。さもないと、
7729 \begin_inset Formula $q$
7730 \end_inset
7731
7732 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7733 \begin_inset Foot
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737 これは、括弧が文字として取り扱われないためです。第
7738 \begin_inset CommandInset ref
7739 LatexCommand ref
7740 reference "sub:二項演算子"
7741
7742 \end_inset
7743
7744 章参照。
7745 \end_layout
7746
7747 \end_inset
7748
7749 ためです。二行目には、二つめの括弧が挿入されています。
7750 \begin_inset Formula $b$
7751 \end_inset
7752
7753 の直前から始まるようにするために、まず
7754 \series bold
7755
7756 \backslash
7757 hphantom{gggg+
7758 \backslash
7759 :}
7760 \series default
7761 というコマンド
7762 \begin_inset Foot
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767 \series bold
7768
7769 \backslash
7770 hphantom
7771 \series default
7772 に関する詳細は、第
7773 \begin_inset CommandInset ref
7774 LatexCommand ref
7775 reference "sub:空打ち文字"
7776
7777 \end_inset
7778
7779 章を参照してください。
7780 \end_layout
7781
7782 \end_inset
7783
7784 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7785 \series bold
7786
7787 \backslash
7788 hphantom{bbqq+dddd}
7789 \series default
7790 コマンドの下に置きます。
7791 \end_layout
7792
7793 \begin_layout Standard
7794 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7795 \begin_inset ERT
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799
7800
7801 \backslash
7802 setlength{
7803 \backslash
7804 jot}{-6pt}
7805 \end_layout
7806
7807 \end_inset
7808
7809
7810 \begin_inset Formula \begin{eqnarray*}
7811  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7812 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7813 \end{eqnarray*}
7814
7815 \end_inset
7816
7817
7818 \begin_inset ERT
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822
7823
7824 \backslash
7825 setlength{
7826 \backslash
7827 jot}{3pt}
7828 \end_layout
7829
7830 \end_inset
7831
7832 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7833 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7834 \begin_inset Foot
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838 \begin_inset CommandInset href
7839 LatexCommand href
7840 name "LyX-bug #1505"
7841 target "http://www.lyx.org/trac/ticket/1505"
7842
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \end_inset
7849
7850 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7851 \series bold
7852 setlength{
7853 \backslash
7854 jot}{-6pt}
7855 \series default
7856 というコマンドを入れて、大域的な数式行間
7857 \series bold
7858
7859 \backslash
7860 jot
7861 \series default
7862
7863 \begin_inset Index idx
7864 status collapsed
7865
7866 \begin_layout Plain Layout
7867 こまんど@コマンド ! J ! 
7868 \backslash
7869 jot
7870 \end_layout
7871
7872 \end_inset
7873
7874 を-6
7875 \begin_inset space \thinspace{}
7876 \end_inset
7877
7878 ptに変更しなくてはなりません。
7879 \series bold
7880
7881 \backslash
7882 jot
7883 \series default
7884 は、数式直後に同様のコマンドを使って標準値の3
7885 \begin_inset space \thinspace{}
7886 \end_inset
7887
7888 ptに戻します。数式中の行間について、詳しくは第
7889 \begin_inset CommandInset ref
7890 LatexCommand ref
7891 reference "sub:行間"
7892
7893 \end_inset
7894
7895 章に説明があります。
7896 \end_layout
7897
7898 \begin_layout Section
7899 矢印
7900 \begin_inset Index idx
7901 status collapsed
7902
7903 \begin_layout Plain Layout
7904 やじるし@矢印
7905 \end_layout
7906
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \begin_layout Standard
7913 矢印は、数式ツールバーボタンの
7914 \begin_inset Graphics
7915         filename ../../images/math/leftarrow.png
7916         scale 85
7917
7918 \end_inset
7919
7920 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7921 \end_layout
7922
7923 \begin_layout Standard
7924 \begin_inset Newpage newpage
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \begin_layout Subsection
7931 水平矢印
7932 \begin_inset Index idx
7933 status collapsed
7934
7935 \begin_layout Plain Layout
7936 やじるし@矢印 ! すいへい@水平
7937 \end_layout
7938
7939 \end_inset
7940
7941
7942 \end_layout
7943
7944 \begin_layout Standard
7945 \begin_inset space \hfill{}
7946 \end_inset
7947
7948
7949 \begin_inset Tabular
7950 <lyxtabular version="3" rows="8" columns="2">
7951 <features tabularvalignment="middle">
7952 <column alignment="center" valignment="top" width="0pt">
7953 <column alignment="center" valignment="top" width="0pt">
7954 <row>
7955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 コマンド
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 出力
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \backslash
7981 gets
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 \begin_inset Formula $\gets$
7991 \end_inset
7992
7993
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \backslash
8006 Leftarrow
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\Leftarrow$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \backslash
8031 longleftarrow
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 \begin_inset Formula $\longleftarrow$
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \backslash
8056 Longleftarrow
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 \begin_inset Formula $\Longleftarrow$
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \backslash
8081 leftharpoonup
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 \begin_inset Formula $\leftharpoonup$
8091 \end_inset
8092
8093
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 leftharpoondown
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\leftharpoondown$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 hookleftarrow
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\hookleftarrow$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 </lyxtabular>
8150
8151 \end_inset
8152
8153
8154 \begin_inset space \hfill{}
8155 \end_inset
8156
8157
8158 \begin_inset Tabular
8159 <lyxtabular version="3" rows="8" columns="2">
8160 <features tabularvalignment="middle">
8161 <column alignment="center" valignment="top" width="0pt">
8162 <column alignment="center" valignment="top" width="0pt">
8163 <row>
8164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 コマンド
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 出力
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 to
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\to$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 Rightarrow
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\Rightarrow$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 longrightarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\longrightarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 Longrightarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\Longrightarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 rightharpoonup
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\rightharpoonup$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 rightharpoondown
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\rightharpoondown$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 hookrightarrow
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\hookrightarrow$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 </lyxtabular>
8359
8360 \end_inset
8361
8362
8363 \begin_inset space \hfill{}
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \begin_layout Standard
8370 \begin_inset space \hfill{}
8371 \end_inset
8372
8373
8374 \begin_inset Tabular
8375 <lyxtabular version="3" rows="6" columns="2">
8376 <features tabularvalignment="middle">
8377 <column alignment="center" valignment="top" width="0pt">
8378 <column alignment="center" valignment="top" width="0pt">
8379 <row>
8380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 コマンド
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 出力
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \backslash
8406 leftrightarrow
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 \begin_inset Formula $\leftrightarrow$
8416 \end_inset
8417
8418
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 Leftrightarrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\Leftrightarrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 longleftrightarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\longleftrightarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 Longleftrightarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\Longleftrightarrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 rightleftharpoons
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\rightleftharpoons$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 </lyxtabular>
8525
8526 \end_inset
8527
8528
8529 \begin_inset space \hspace{}
8530 \length 25pt
8531 \end_inset
8532
8533
8534 \begin_inset space \hfill{}
8535 \end_inset
8536
8537
8538 \begin_inset Tabular
8539 <lyxtabular version="3" rows="5" columns="2">
8540 <features tabularvalignment="middle">
8541 <column alignment="center" valignment="top" width="0pt">
8542 <column alignment="center" valignment="top" width="0pt">
8543 <row>
8544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 コマンド
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 出力
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \backslash
8570 mapsto
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 \begin_inset Formula $\mapsto$
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 longmapsto
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 \begin_inset Formula $\longmapsto$
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \backslash
8620 leadsto
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 \begin_inset Formula $\leadsto$
8630 \end_inset
8631
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \backslash
8645 dasharrow
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 \begin_inset Formula $\dasharrow$
8655 \end_inset
8656
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 </lyxtabular>
8664
8665 \end_inset
8666
8667
8668 \begin_inset space \hfill{}
8669 \end_inset
8670
8671
8672 \end_layout
8673
8674 \begin_layout Standard
8675 \begin_inset VSpace medskip
8676 \end_inset
8677
8678 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8679 \begin_inset CommandInset ref
8680 LatexCommand ref
8681 reference "sec:アクセント"
8682
8683 \end_inset
8684
8685 節に一覧があります。
8686 \end_layout
8687
8688 \begin_layout Standard
8689 \begin_inset VSpace bigskip
8690 \end_inset
8691
8692 さらに、ラベル付き矢印
8693 \begin_inset Index idx
8694 status collapsed
8695
8696 \begin_layout Plain Layout
8697 やじるし@矢印 ! らべるつき@ラベル付き
8698 \end_layout
8699
8700 \end_inset
8701
8702 として、
8703 \series bold
8704
8705 \backslash
8706 xleftarrow
8707 \series default
8708
8709 \begin_inset Index idx
8710 status collapsed
8711
8712 \begin_layout Plain Layout
8713 こまんど@コマンド ! X ! 
8714 \backslash
8715 xleftarrow
8716 \end_layout
8717
8718 \end_inset
8719
8720
8721 \series bold
8722
8723 \backslash
8724 xrightarrow
8725 \series default
8726
8727 \begin_inset Index idx
8728 status collapsed
8729
8730 \begin_layout Plain Layout
8731 こまんど@コマンド ! X ! 
8732 \backslash
8733 xrightarrow
8734 \begin_inset ERT
8735 status collapsed
8736
8737 \begin_layout Plain Layout
8738
8739
8740 \backslash
8741 vspace{4mm}
8742 \end_layout
8743
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750
8751 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8752 ます。
8753 \end_layout
8754
8755 \begin_layout Standard
8756 \align center
8757 \begin_inset Tabular
8758 <lyxtabular version="3" rows="3" columns="2">
8759 <features tabularvalignment="middle">
8760 <column alignment="center" valignment="top" width="0pt">
8761 <column alignment="center" valignment="top" width="0pt">
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 コマンド
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 出力
8777 \begin_inset Note Note
8778 status collapsed
8779
8780 \begin_layout Plain Layout
8781 ここで
8782 \series bold
8783
8784 \backslash
8785 raisebox
8786 \series default
8787 はスペーサーとして使用しているだけです。
8788 \end_layout
8789
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 F(a)
8804 \backslash
8805 xleftarrow
8806 \begin_inset ERT
8807 status collapsed
8808
8809 \begin_layout Plain Layout
8810
8811
8812 \backslash
8813 spce 
8814 \end_layout
8815
8816 \end_inset
8817
8818 x=a
8819 \begin_inset Formula $\downarrow$
8820 \end_inset
8821
8822 x
8823 \begin_inset Formula $>$
8824 \end_inset
8825
8826 0
8827 \begin_inset Formula $\to$
8828 \end_inset
8829
8830 F(x)
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 F(x)
8854 \backslash
8855 xrightarrow
8856 \begin_inset ERT
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860
8861
8862 \backslash
8863 spce 
8864 \end_layout
8865
8866 \end_inset
8867
8868 x=a
8869 \begin_inset Formula $\downarrow$
8870 \end_inset
8871
8872 x
8873 \begin_inset Formula $>$
8874 \end_inset
8875
8876 0
8877 \begin_inset Formula $\to$
8878 \end_inset
8879
8880 F(a)
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 </lyxtabular>
8899
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \begin_layout Subsection
8906 垂直矢印および対角矢印
8907 \begin_inset Index idx
8908 status collapsed
8909
8910 \begin_layout Plain Layout
8911 やじるし@矢印 ! たいかく@対角
8912 \end_layout
8913
8914 \end_inset
8915
8916
8917 \begin_inset Index idx
8918 status collapsed
8919
8920 \begin_layout Plain Layout
8921 やじるし@矢印 ! すいちょく@垂直
8922 \end_layout
8923
8924 \end_inset
8925
8926
8927 \end_layout
8928
8929 \begin_layout Standard
8930 \begin_inset space \hfill{}
8931 \end_inset
8932
8933
8934 \begin_inset Tabular
8935 <lyxtabular version="3" rows="7" columns="2">
8936 <features tabularvalignment="middle">
8937 <column alignment="center" valignment="top" width="0pt">
8938 <column alignment="center" valignment="top" width="0pt">
8939 <row>
8940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 コマンド
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 出力
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \backslash
8966 uparrow
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 \begin_inset Formula $\uparrow$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \backslash
8991 Uparrow
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 \begin_inset Formula $\Uparrow$
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \backslash
9016 updownarrow
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\updownarrow$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 Updownarrow
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\Updownarrow$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \backslash
9066 Downarrow
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 \begin_inset Formula $\Downarrow$
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \backslash
9091 downarrow
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\downarrow$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 </lyxtabular>
9110
9111 \end_inset
9112
9113
9114 \begin_inset space \hfill{}
9115 \end_inset
9116
9117
9118 \begin_inset Tabular
9119 <lyxtabular version="3" rows="5" columns="2">
9120 <features tabularvalignment="middle">
9121 <column alignment="center" valignment="top" width="0pt">
9122 <column alignment="center" valignment="top" width="0pt">
9123 <row>
9124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 コマンド
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 出力
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 nearrow
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\nearrow$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 searrow
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\searrow$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 <row>
9194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198
9199 \backslash
9200 swarrow
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 \begin_inset Formula $\swarrow$
9210 \end_inset
9211
9212
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \backslash
9225 nwarrow
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 \begin_inset Formula $\nwarrow$
9235 \end_inset
9236
9237
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 </lyxtabular>
9244
9245 \end_inset
9246
9247
9248 \begin_inset space \hfill{}
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \begin_layout Standard
9255 \begin_inset VSpace medskip
9256 \end_inset
9257
9258 垂直矢印は、第
9259 \begin_inset CommandInset ref
9260 LatexCommand ref
9261 reference "sub:手動の括弧丈"
9262
9263 \end_inset
9264
9265 節および第
9266 \begin_inset CommandInset ref
9267 LatexCommand ref
9268 reference "sub:自動の括弧丈"
9269
9270 \end_inset
9271
9272 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9273 \end_layout
9274
9275 \begin_layout Standard
9276 \begin_inset Newpage newpage
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Section
9283 アクセント
9284 \begin_inset CommandInset label
9285 LatexCommand label
9286 name "sec:アクセント"
9287
9288 \end_inset
9289
9290
9291 \begin_inset Index idx
9292 status collapsed
9293
9294 \begin_layout Plain Layout
9295 あくせんと@アクセント
9296 \end_layout
9297
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \begin_layout Standard
9304 アクセントは、数式ツールバーボタンの
9305 \begin_inset Graphics
9306         filename ../../images/math/hat.png
9307         scale 85
9308
9309 \end_inset
9310
9311 か、以下の各小節に列挙してあるコマンドで入力することができます。
9312 \end_layout
9313
9314 \begin_layout Subsection
9315 一文字に付けるアクセント
9316 \begin_inset ERT
9317 status collapsed
9318
9319 \begin_layout Plain Layout
9320
9321
9322 \backslash
9323 texorpdfstring{
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \begin_inset Foot
9330 status collapsed
9331
9332 \begin_layout Plain Layout
9333 本文中のアクセントについては、第
9334 \begin_inset CommandInset ref
9335 LatexCommand ref
9336 reference "sub:文章中のアクセント"
9337
9338 \end_inset
9339
9340 節を参照。
9341 \end_layout
9342
9343 \end_inset
9344
9345
9346 \begin_inset ERT
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350
9351 }{}
9352 \end_layout
9353
9354 \end_inset
9355
9356
9357 \begin_inset Note Note
9358 status collapsed
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
9364 \end_layout
9365
9366 \begin_layout Plain Layout
9367
9368 \backslash
9369 texorpdfstringについての詳細は、第
9370 \begin_inset CommandInset ref
9371 LatexCommand ref
9372 reference "sub:節見出し中の数式"
9373
9374 \end_inset
9375
9376 節にあります。
9377 \end_layout
9378
9379 \end_inset
9380
9381
9382 \begin_inset CommandInset label
9383 LatexCommand label
9384 name "sub:一文字に付けるアクセント"
9385
9386 \end_inset
9387
9388
9389 \begin_inset Index idx
9390 status collapsed
9391
9392 \begin_layout Plain Layout
9393 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9394 \end_layout
9395
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \begin_layout Standard
9402 \begin_inset space \hfill{}
9403 \end_inset
9404
9405
9406 \begin_inset Tabular
9407 <lyxtabular version="3" rows="8" columns="2">
9408 <features tabularvalignment="middle">
9409 <column alignment="center" valignment="top" width="0pt">
9410 <column alignment="center" valignment="top" width="0pt">
9411 <row>
9412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 コマンド
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 出力
9426 \begin_inset Note Note
9427 status collapsed
9428
9429 \begin_layout Plain Layout
9430 ここで
9431 \series bold
9432
9433 \backslash
9434 raisebox
9435 \series default
9436 はスペーサーとして使用しているだけです。
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \backslash
9454 dot
9455 \begin_inset ERT
9456 status collapsed
9457
9458 \begin_layout Plain Layout
9459
9460
9461 \backslash
9462 spce 
9463 \end_layout
9464
9465 \end_inset
9466
9467 A
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 ddot
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 spce 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 dddot
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 spce 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 ddddot
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 vec
9607 \begin_inset ERT
9608 status collapsed
9609
9610 \begin_layout Plain Layout
9611
9612
9613 \backslash
9614 spce 
9615 \end_layout
9616
9617 \end_inset
9618
9619 A
9620 \begin_inset Index idx
9621 status collapsed
9622
9623 \begin_layout Plain Layout
9624
9625 \lang english
9626 Vectors
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 bar
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 spce 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 mathring
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 spce 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 </lyxtabular>
9726
9727 \end_inset
9728
9729
9730 \begin_inset space \hfill{}
9731 \end_inset
9732
9733
9734 \begin_inset Tabular
9735 <lyxtabular version="3" rows="7" columns="2">
9736 <features tabularvalignment="middle">
9737 <column alignment="center" valignment="top" width="0pt">
9738 <column alignment="center" valignment="top" width="0pt">
9739 <row>
9740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744 コマンド
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 出力
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 tilde
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 hat
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 check
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847
9848
9849 \backslash
9850 spce 
9851 \end_layout
9852
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 acute
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 spce 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \backslash
9918 grave
9919 \begin_inset ERT
9920 status collapsed
9921
9922 \begin_layout Plain Layout
9923
9924
9925 \backslash
9926 spce 
9927 \end_layout
9928
9929 \end_inset
9930
9931 A
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row>
9950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \backslash
9956 breve
9957 \begin_inset ERT
9958 status collapsed
9959
9960 \begin_layout Plain Layout
9961
9962
9963 \backslash
9964 spce 
9965 \end_layout
9966
9967 \end_inset
9968
9969 A
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 </lyxtabular>
9988
9989 \end_inset
9990
9991
9992 \begin_inset space \hfill{}
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \begin_layout Standard
9999 \begin_inset VSpace bigskip
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \begin_layout Standard
10006 \begin_inset ERT
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010
10011
10012 \backslash
10013 '{e}
10014 \end_layout
10015
10016 \end_inset
10017
10018 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10019 \begin_inset Index idx
10020 status collapsed
10021
10022 \begin_layout Plain Layout
10023 うむらうと@ウムラウト
10024 \end_layout
10025
10026 \end_inset
10027
10028 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10029 として取り扱います。
10030 \series bold
10031
10032 \backslash
10033 ddot
10034 \series default
10035 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10036 \end_layout
10037
10038 \begin_layout Standard
10039 \begin_inset VSpace -2mm
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \begin_layout Standard
10046 \align center
10047 \begin_inset Tabular
10048 <lyxtabular version="3" rows="3" columns="2">
10049 <features tabularvalignment="middle">
10050 <column alignment="center" valignment="top" width="0">
10051 <column alignment="center" valignment="top" width="0">
10052 <row>
10053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 コマンド
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 出力
10067 \begin_inset Note Note
10068 status collapsed
10069
10070 \begin_layout Plain Layout
10071 ここで
10072 \series bold
10073
10074 \backslash
10075 raisebox
10076 \series default
10077 および0ポイント空白はスペーサーとして使用しているだけです。
10078 \end_layout
10079
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 \begin_inset Quotes grd
10094 \end_inset
10095
10096 i
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \lang ngerman
10107 \begin_inset space \hspace{}
10108 \length 0pt
10109 \end_inset
10110
10111
10112 \begin_inset Formula $"i$
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \backslash
10128 ddot
10129 \begin_inset ERT
10130 status collapsed
10131
10132 \begin_layout Plain Layout
10133
10134
10135 \backslash
10136 spce 
10137 \end_layout
10138
10139 \end_inset
10140
10141 i
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10151 \end_inset
10152
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 </lyxtabular>
10160
10161 \end_inset
10162
10163
10164 \end_layout
10165
10166 \begin_layout Standard
10167
10168 \series bold
10169
10170 \backslash
10171 ddot
10172 \series default
10173 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10174 \emph on
10175 数式中テキストでは使用できない
10176 \emph default
10177 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10178 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10179 \end_layout
10180
10181 \begin_layout Standard
10182 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10183 \end_layout
10184
10185 \begin_layout Subsection
10186 演算子に付けるアクセント
10187 \begin_inset Index idx
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10192 \end_layout
10193
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \begin_layout Standard
10200
10201 \series bold
10202
10203 \backslash
10204 overset
10205 \series default
10206
10207 \begin_inset Index idx
10208 status collapsed
10209
10210 \begin_layout Plain Layout
10211 こまんど@コマンド ! O ! 
10212 \backslash
10213 overset
10214 \end_layout
10215
10216 \end_inset
10217
10218 コマンドや
10219 \series bold
10220
10221 \backslash
10222 underset
10223 \series default
10224
10225 \begin_inset Index idx
10226 status collapsed
10227
10228 \begin_layout Plain Layout
10229 こまんど@コマンド ! U ! 
10230 \backslash
10231 underset
10232 \end_layout
10233
10234 \end_inset
10235
10236 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10237 \series bold
10238
10239 \backslash
10240 sideset
10241 \series default
10242
10243 \begin_inset Index idx
10244 status collapsed
10245
10246 \begin_layout Plain Layout
10247 こまんど@コマンド ! S ! 
10248 \backslash
10249 sideset
10250 \end_layout
10251
10252 \end_inset
10253
10254 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10255 \end_layout
10256
10257 \begin_layout Standard
10258
10259 \series bold
10260
10261 \backslash
10262 sideset{前置文字}{後置文字}
10263 \end_layout
10264
10265 \begin_layout Standard
10266
10267 \series bold
10268
10269 \backslash
10270 sideset
10271 \series default
10272 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10273 \series bold
10274
10275 \backslash
10276 sideset
10277 \series default
10278 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10279 \end_layout
10280
10281 \begin_layout Standard
10282 たとえば、
10283 \series bold
10284
10285 \backslash
10286 sideset{
10287 \begin_inset Formula $\to$
10288 \end_inset
10289
10290
10291 \backslash
10292 {
10293 \series default
10294 '
10295 \series bold
10296
10297 \begin_inset Formula $\to$
10298 \end_inset
10299
10300
10301 \backslash
10302 sum_k=1
10303 \begin_inset ERT
10304 status collapsed
10305
10306 \begin_layout Plain Layout
10307
10308
10309 \backslash
10310 spce 
10311 \end_layout
10312
10313 \end_inset
10314
10315
10316 \series default
10317 ^
10318 \series bold
10319 n
10320 \series default
10321 というコマンドを入力すると、
10322 \begin_inset Formula \[
10323 \sideset{}{'}\sum_{k=1}^{n}\]
10324
10325 \end_inset
10326
10327 のようになります。
10328 \end_layout
10329
10330 \begin_layout Standard
10331 また、
10332 \series bold
10333
10334 \backslash
10335 overset
10336 \begin_inset ERT
10337 status collapsed
10338
10339 \begin_layout Plain Layout
10340
10341
10342 \backslash
10343 spce 
10344 \end_layout
10345
10346 \end_inset
10347
10348
10349 \backslash
10350 maltese
10351 \begin_inset ERT
10352 status collapsed
10353
10354 \begin_layout Plain Layout
10355
10356
10357 \backslash
10358 spce 
10359 \end_layout
10360
10361 \end_inset
10362
10363
10364 \series default
10365
10366 \begin_inset Formula $\uparrow$
10367 \end_inset
10368
10369
10370 \series bold
10371 a
10372 \series default
10373 というコマンドならば、
10374 \begin_inset Formula \[
10375 \overset{a}{\maltese}\]
10376
10377 \end_inset
10378
10379 のようになります。最後の例からわかるように、
10380 \series bold
10381
10382 \backslash
10383 overset
10384 \series default
10385
10386 \series bold
10387
10388 \backslash
10389 underset
10390 \series default
10391 では、記号や文字にアクセントをつけることもできます。一方、
10392 \series bold
10393
10394 \backslash
10395 sideset
10396 \series default
10397 では、このようなことはできません。
10398 \end_layout
10399
10400 \begin_layout Subsection
10401 複数の文字に付けるアクセント
10402 \begin_inset Index idx
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10407 \end_layout
10408
10409 \end_inset
10410
10411
10412 \end_layout
10413
10414 \begin_layout Standard
10415 \begin_inset space \hfill{}
10416 \end_inset
10417
10418
10419 \begin_inset Tabular
10420 <lyxtabular version="3" rows="5" columns="2">
10421 <features tabularvalignment="middle">
10422 <column alignment="center" valignment="top" width="0pt">
10423 <column alignment="center" valignment="top" width="0pt">
10424 <row>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 コマンド
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 出力
10439 \begin_inset Note Note
10440 status collapsed
10441
10442 \begin_layout Plain Layout
10443 ここで
10444 \series bold
10445
10446 \backslash
10447 raisebox
10448 \series default
10449 はスペーサーとして使用しているだけです。
10450 \end_layout
10451
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \backslash
10467 overleftarrow
10468 \begin_inset ERT
10469 status collapsed
10470
10471 \begin_layout Plain Layout
10472
10473
10474 \backslash
10475 spce 
10476 \end_layout
10477
10478 \end_inset
10479
10480 A=B
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \backslash
10505 underleftarrow
10506 \begin_inset ERT
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510
10511
10512 \backslash
10513 spce 
10514 \end_layout
10515
10516 \end_inset
10517
10518 A=B
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10528 \end_inset
10529
10530
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \backslash
10543 overleftrightarrow
10544 \begin_inset ERT
10545 status collapsed
10546
10547 \begin_layout Plain Layout
10548
10549
10550 \backslash
10551 spce 
10552 \end_layout
10553
10554 \end_inset
10555
10556 A=B
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10566 \end_inset
10567
10568
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \backslash
10581 underleftrightarrow
10582 \begin_inset ERT
10583 status collapsed
10584
10585 \begin_layout Plain Layout
10586
10587
10588 \backslash
10589 spce 
10590 \end_layout
10591
10592 \end_inset
10593
10594 A=B
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 </lyxtabular>
10613
10614 \end_inset
10615
10616
10617 \begin_inset space \hfill{}
10618 \end_inset
10619
10620
10621 \begin_inset Tabular
10622 <lyxtabular version="3" rows="5" columns="2">
10623 <features tabularvalignment="middle">
10624 <column alignment="center" valignment="top" width="0pt">
10625 <column alignment="center" valignment="top" width="0pt">
10626 <row>
10627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 コマンド
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 出力
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \backslash
10653 overrightarrow
10654 \begin_inset ERT
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658
10659
10660 \backslash
10661 spce 
10662 \end_layout
10663
10664 \end_inset
10665
10666 A=B
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \backslash
10691 underrightarrow
10692 \begin_inset ERT
10693 status collapsed
10694
10695 \begin_layout Plain Layout
10696
10697
10698 \backslash
10699 spce 
10700 \end_layout
10701
10702 \end_inset
10703
10704 A=B
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10714 \end_inset
10715
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \backslash
10729 widetilde
10730 \begin_inset ERT
10731 status collapsed
10732
10733 \begin_layout Plain Layout
10734
10735
10736 \backslash
10737 spce 
10738 \end_layout
10739
10740 \end_inset
10741
10742 A=B
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \backslash
10767 widehat
10768 \begin_inset ERT
10769 status collapsed
10770
10771 \begin_layout Plain Layout
10772
10773
10774 \backslash
10775 spce 
10776 \end_layout
10777
10778 \end_inset
10779
10780 A=B
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10790 \end_inset
10791
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 </lyxtabular>
10799
10800 \end_inset
10801
10802
10803 \begin_inset space \hfill{}
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \begin_layout Standard
10810 \begin_inset VSpace medskip
10811 \end_inset
10812
10813 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10814 \series bold
10815
10816 \backslash
10817 widetilde
10818 \series default
10819 および
10820 \series bold
10821
10822 \backslash
10823 widehat
10824 \series default
10825 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10826 \begin_inset Formula \[
10827 \widetilde{A+B=C-D}\]
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 前小節で述べた
10836 \series bold
10837
10838 \backslash
10839 overset
10840 \series default
10841
10842 \begin_inset Index idx
10843 status collapsed
10844
10845 \begin_layout Plain Layout
10846 こまんど@コマンド ! O ! 
10847 \backslash
10848 overset
10849 \end_layout
10850
10851 \end_inset
10852
10853 コマンドと
10854 \series bold
10855
10856 \backslash
10857 underset
10858 \series default
10859
10860 \begin_inset Index idx
10861 status collapsed
10862
10863 \begin_layout Plain Layout
10864 こまんど@コマンド ! U ! 
10865 \backslash
10866 underset
10867 \end_layout
10868
10869 \end_inset
10870
10871 コマンドを使っても、複数の文字にアクセントを付けることができます。
10872 \series bold
10873
10874 \backslash
10875 underset
10876 \begin_inset ERT
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880
10881
10882 \backslash
10883 spce 
10884 \end_layout
10885
10886 \end_inset
10887
10888 A=B
10889 \begin_inset Formula $\downarrow$
10890 \end_inset
10891
10892 ***
10893 \series default
10894 というコマンドは、
10895 \begin_inset Formula \[
10896 \underset{***}{A=B}\]
10897
10898 \end_inset
10899
10900 のようになります。
10901 \end_layout
10902
10903 \begin_layout Section
10904 空白
10905 \begin_inset CommandInset label
10906 LatexCommand label
10907 name "sub:空白"
10908
10909 \end_inset
10910
10911
10912 \begin_inset Index idx
10913 status collapsed
10914
10915 \begin_layout Plain Layout
10916 くうはく@空白 ! すいへい@水平
10917 \end_layout
10918
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \begin_layout Subsection
10925 定義済みの空白
10926 \begin_inset CommandInset label
10927 LatexCommand label
10928 name "sub:定義済みの空白"
10929
10930 \end_inset
10931
10932
10933 \begin_inset Index idx
10934 status collapsed
10935
10936 \begin_layout Plain Layout
10937 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Standard
10946 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10947 \begin_inset Info
10948 type  "shortcut"
10949 arg   "space-insert protected"
10950 \end_inset
10951
10952 )を挿入することで実現できます。「
10953 \color blue
10954
10955 \begin_inset ERT
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959
10960
10961 \backslash
10962 spce 
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \color inherit
10969 」が現れるので、
10970 \family sans
10971 Space
10972 \family default
10973 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10974 \begin_inset Graphics
10975         filename ../../images/math/space.png
10976         scale 85
10977
10978 \end_inset
10979
10980 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10981 \family sans
10982 Space
10983 \family default
10984 を押すことによって、長さを変更することができます。
10985 \end_layout
10986
10987 \begin_layout Standard
10988 \noindent
10989 \align center
10990 \begin_inset Tabular
10991 <lyxtabular version="3" rows="3" columns="7">
10992 <features tabularvalignment="middle">
10993 <column alignment="center" valignment="middle" width="6.8cm">
10994 <column alignment="center" valignment="top" width="0">
10995 <column alignment="center" valignment="top" width="0">
10996 <column alignment="center" valignment="top" width="0">
10997 <column alignment="center" valignment="top" width="0">
10998 <column alignment="center" valignment="top" width="0">
10999 <column alignment="center" valignment="top" width="0">
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 コマンド
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \backslash
11016 ,
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \backslash
11027 :
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 ;
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 quad
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 qquad
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \backslash
11071 !
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 保護された空白を挿入したのち、
11083 \family sans
11084 Space
11085 \family default
11086 を叩く回数
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 0
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 1
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 2
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 3
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 4
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 5
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 <row>
11147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 出力
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 \begin_inset Formula $A\, B$
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 \begin_inset Formula $A\: B$
11173 \end_inset
11174
11175
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 \begin_inset Formula $A\; B$
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 \begin_inset Formula $A\quad B$
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\qquad B$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 \begin_inset Formula $A\! B$
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 </lyxtabular>
11230
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \begin_layout Standard
11237 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11238 さの空白があります。
11239 \end_layout
11240
11241 \begin_layout Standard
11242 \align center
11243 \begin_inset Tabular
11244 <lyxtabular version="3" rows="3" columns="3">
11245 <features tabularvalignment="middle">
11246 <column alignment="center" valignment="middle" width="6.8cm">
11247 <column alignment="center" valignment="top" width="0pt">
11248 <column alignment="center" valignment="top" width="0pt">
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 コマンド
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263
11264 \backslash
11265 negmedspace
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \backslash
11276 negthickspace
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 </row>
11282 <row>
11283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 保護された空白を挿入したのち、
11288 \family sans
11289 Space
11290 \family default
11291 を叩く回数
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 6
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 7
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 </row>
11315 <row>
11316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 出力
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 \begin_inset Formula $A\negmedspace B$
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset Formula $A\negthickspace B$
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 </lyxtabular>
11351
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \begin_layout Standard
11358 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11359 \end_layout
11360
11361 \begin_layout Standard
11362 \align center
11363 \begin_inset Tabular
11364 <lyxtabular version="3" rows="3" columns="2">
11365 <features tabularvalignment="middle">
11366 <column alignment="center" valignment="top" width="0">
11367 <column alignment="center" valignment="top" width="0">
11368 <row>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 コマンド
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 出力
11383 \begin_inset Note Note
11384 status collapsed
11385
11386 \begin_layout Plain Layout
11387 ここで
11388 \series bold
11389
11390 \backslash
11391 raisebox
11392 \series default
11393 はスペーサーとして使用しているだけです。
11394 \end_layout
11395
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 <row>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409
11410 \backslash
11411 sum
11412 \backslash
11413 sum
11414 \begin_inset ERT
11415 status collapsed
11416
11417 \begin_layout Plain Layout
11418
11419
11420 \backslash
11421 spce 
11422 \end_layout
11423
11424 \end_inset
11425
11426 f_kl
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \backslash
11451 sum
11452 \backslash
11453 negmedspace
11454 \backslash
11455 sum
11456 \begin_inset ERT
11457 status collapsed
11458
11459 \begin_layout Plain Layout
11460
11461
11462 \backslash
11463 spce 
11464 \end_layout
11465
11466 \end_inset
11467
11468 f_kl
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11495 \end_layout
11496
11497 \begin_layout Standard
11498 \align center
11499 \begin_inset Tabular
11500 <lyxtabular version="3" rows="2" columns="2">
11501 <features tabularvalignment="middle">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <row>
11505 <cell alignment="center" valignment="top" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 通常の数式
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 \begin_inset Formula $A=B$
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 </row>
11527 <row>
11528 <cell alignment="center" valignment="top" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 \begin_inset Note Note
11533 status collapsed
11534
11535 \begin_layout Plain Layout
11536 ここで
11537 \series bold
11538
11539 \backslash
11540 raisebox
11541 \series default
11542 はスペーサーとして使用しているだけです。
11543 \end_layout
11544
11545 \end_inset
11546
11547
11548 \begin_inset Formula $\raisebox{5mm}{}$
11549 \end_inset
11550
11551 空白なしの数式
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 \begin_inset Formula $A{=}B$
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 </row>
11569 </lyxtabular>
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \begin_layout Standard
11577 \noindent
11578 二行目の数式を作るコマンドは、
11579 \series bold
11580 A
11581 \backslash
11582 {=
11583 \begin_inset Formula $\to$
11584 \end_inset
11585
11586 B
11587 \series default
11588 です。
11589 \end_layout
11590
11591 \begin_layout Standard
11592 \begin_inset VSpace bigskip
11593 \end_inset
11594
11595 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11596 整形\SpecialChar \menuseparator
11597 小空白メニュー(短
11598 絡キー
11599 \begin_inset Info
11600 type  "shortcut"
11601 arg   "space-insert thin"
11602 \end_inset
11603
11604 )で、最小の空白を挿入することができます。
11605 \end_layout
11606
11607 \begin_layout Standard
11608 違いを示す例を以下に掲げます。
11609 \end_layout
11610
11611 \begin_layout Standard
11612 \begin_inset Tabular
11613 <lyxtabular version="3" rows="2" columns="2">
11614 <features tabularvalignment="middle">
11615 <column alignment="left" valignment="top" width="0">
11616 <column alignment="left" valignment="top" width="0">
11617 <row>
11618 <cell alignment="center" valignment="top" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 24 kW
11623 \begin_inset Formula $\cdot$
11624 \end_inset
11625
11626 h
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 値と単位のあいだに通常の空白を入れた例
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 24
11647 \begin_inset space \thinspace{}
11648 \end_inset
11649
11650 kW
11651 \begin_inset Formula $\cdot$
11652 \end_inset
11653
11654 h
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 値と単位のあいだに最小の空白を入れた例
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 </lyxtabular>
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Subsection
11677 可変長の空白
11678 \begin_inset ERT
11679 status collapsed
11680
11681 \begin_layout Plain Layout
11682
11683
11684 \backslash
11685 texorpdfstring{
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \begin_inset Foot
11692 status collapsed
11693
11694 \begin_layout Plain Layout
11695 数式中の垂直方向の空白については、第
11696 \begin_inset CommandInset ref
11697 LatexCommand ref
11698 reference "sub:行間"
11699
11700 \end_inset
11701
11702 節をご覧下さい。
11703 \end_layout
11704
11705 \end_inset
11706
11707
11708 \begin_inset ERT
11709 status collapsed
11710
11711 \begin_layout Plain Layout
11712
11713 }{}
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \begin_inset Note Note
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723
11724 \backslash
11725 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11726 \end_layout
11727
11728 \begin_layout Plain Layout
11729
11730 \backslash
11731 texorpdfstringについての詳細は、第
11732 \begin_inset CommandInset ref
11733 LatexCommand ref
11734 reference "sub:節見出し中の数式"
11735
11736 \end_inset
11737
11738 節にあります。
11739 \end_layout
11740
11741 \end_inset
11742
11743
11744 \begin_inset CommandInset label
11745 LatexCommand label
11746 name "sub:可変長の空白"
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Standard
11764 指定した長さの空白が、
11765 \series bold
11766
11767 \backslash
11768 hspace
11769 \series default
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 こまんど@コマンド ! H ! 
11776 \backslash
11777 hspace
11778 \end_layout
11779
11780 \end_inset
11781
11782 コマンドで入力することができます。すると、ながい「
11783 \color blue
11784
11785 \begin_inset ERT
11786 status collapsed
11787
11788 \begin_layout Plain Layout
11789
11790
11791 \backslash
11792 spce 
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \color inherit
11799 」が現れます。長さは、「
11800 \color blue
11801
11802 \begin_inset ERT
11803 status collapsed
11804
11805 \begin_layout Plain Layout
11806
11807
11808 \backslash
11809 spce 
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \color inherit
11816 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11817 \series bold
11818
11819 \backslash
11820 hfill
11821 \series default
11822
11823 \begin_inset Index idx
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 こまんど@コマンド ! H ! 
11828 \backslash
11829 hfill
11830 \end_layout
11831
11832 \end_inset
11833
11834 コマンドを使用します。
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset VSpace -1mm
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Standard
11845 \align center
11846 \begin_inset Tabular
11847 <lyxtabular version="3" rows="4" columns="2">
11848 <features tabularvalignment="middle">
11849 <column alignment="center" valignment="top" width="0">
11850 <column alignment="center" valignment="top" width="0">
11851 <row>
11852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 コマンド(
11857 \backslash
11858 hspace 長さ)
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 出力
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 <row>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 A=B
11879 \backslash
11880 hspace
11881 \begin_inset ERT
11882 status collapsed
11883
11884 \begin_layout Plain Layout
11885
11886
11887 \backslash
11888 spce 
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \begin_inset Formula $\to$
11895 \end_inset
11896
11897 A
11898 \backslash
11899 not=C (3
11900 \begin_inset space \thinspace{}
11901 \end_inset
11902
11903 cm)
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11913 \end_inset
11914
11915
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 </row>
11921 <row>
11922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 A
11927 \backslash
11928 hspace
11929 \begin_inset ERT
11930 status collapsed
11931
11932 \begin_layout Plain Layout
11933
11934
11935 \backslash
11936 spce 
11937 \end_layout
11938
11939 \end_inset
11940
11941
11942 \begin_inset Formula $\to$
11943 \end_inset
11944
11945 A
11946 \backslash
11947 not=A (-1
11948 \begin_inset space \thinspace{}
11949 \end_inset
11950
11951 mm)
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 A=A
11975 \backslash
11976 hfill
11977 \begin_inset ERT
11978 status collapsed
11979
11980 \begin_layout Plain Layout
11981
11982
11983 \backslash
11984 spce 
11985 \end_layout
11986
11987 \end_inset
11988
11989 B=B
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Formula $A=A\hfill B=B$
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12016 \series bold
12017
12018 \backslash
12019 hfill
12020 \series default
12021 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12022 \series bold
12023
12024 \backslash
12025 hfill
12026 \series default
12027 は、別行建て数式中では、
12028 \series bold
12029 行頭下げ
12030 \series default
12031 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12032 \begin_inset CommandInset ref
12033 LatexCommand ref
12034 reference "sec:数式様式"
12035
12036 \end_inset
12037
12038 節で説明されています)。
12039 \end_layout
12040
12041 \begin_layout Standard
12042
12043 \series bold
12044
12045 \backslash
12046 hfill
12047 \series default
12048 の他にも、空白を模様で埋める
12049 \series bold
12050
12051 \backslash
12052 dotfill
12053 \series default
12054
12055 \series bold
12056
12057 \backslash
12058 hrulefill
12059 \series default
12060 といったコマンドがあります。用例については第
12061 \begin_inset CommandInset ref
12062 LatexCommand ref
12063 reference "sub:省略符号"
12064
12065 \end_inset
12066
12067 節をご参照下さい。
12068 \end_layout
12069
12070 \begin_layout Standard
12071 本文中では、可変長空白は、
12072 \family sans
12073 挿入\SpecialChar \menuseparator
12074 整形\SpecialChar \menuseparator
12075 水平方向の空白
12076 \family default
12077 メニューで挿入することができます。
12078 \end_layout
12079
12080 \begin_layout Standard
12081 (例)
12082 \end_layout
12083
12084 \begin_layout Standard
12085 この行には、
12086 \begin_inset space \hspace{}
12087 \length 2cm
12088 \end_inset
12089
12090 2
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 cmの空白が入っています。
12095 \end_layout
12096
12097 \begin_layout Standard
12098 この行には、
12099 \begin_inset space \hfill{}
12100 \end_inset
12101
12102 最大の空白が入っています。
12103 \end_layout
12104
12105 \begin_layout Subsection
12106 行内数式周りの空白
12107 \begin_inset Index idx
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 行内数式前後の空白は、長さ
12121 \series bold
12122
12123 \backslash
12124 mathsurround
12125 \begin_inset Index idx
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129 こまんど@コマンド ! M ! 
12130 \backslash
12131 mathsurround
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \series default
12138 を使って調節することができます。長さの値は、以下の書式を持つ
12139 \series bold
12140
12141 \backslash
12142 setlength
12143 \begin_inset Index idx
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147 こまんど@コマンド ! S ! 
12148 \backslash
12149 setlength
12150 \end_layout
12151
12152 \end_inset
12153
12154
12155 \series default
12156 コマンドを使って設定することができます。
12157 \end_layout
12158
12159 \begin_layout Standard
12160
12161 \series bold
12162
12163 \backslash
12164 setlength{長さ名}{値}
12165 \end_layout
12166
12167 \begin_layout Standard
12168
12169 \series bold
12170
12171 \backslash
12172 mathsurround
12173 \series default
12174 を5
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 mmの値に設定するには、以下のコマンド
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \series bold
12184
12185 \backslash
12186 setlength{
12187 \backslash
12188 mathsurround}{5mm}
12189 \end_layout
12190
12191 \begin_layout Standard
12192 をTeXモードで挿入します。すると、5
12193 \begin_inset space \thinspace{}
12194 \end_inset
12195
12196 mmの空白がすべての行内数式の前後に設定されることになります。
12197 \begin_inset ERT
12198 status collapsed
12199
12200 \begin_layout Plain Layout
12201
12202
12203 \backslash
12204 setlength{
12205 \backslash
12206 mathsurround}{5mm}
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 この行には、周囲に5
12216 \begin_inset space \thinspace{}
12217 \end_inset
12218
12219 mmの余白を設定した行内数式
12220 \begin_inset Formula $A=B$
12221 \end_inset
12222
12223 があります。
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229
12230 \backslash
12231 setlength{
12232 \backslash
12233 mathsurround}{0pt}
12234 \end_layout
12235
12236 \end_inset
12237
12238
12239 \end_layout
12240
12241 \begin_layout Standard
12242 既定値に戻すには、
12243 \series bold
12244
12245 \backslash
12246 mathsurround
12247 \series default
12248 を0
12249 \begin_inset space \thinspace{}
12250 \end_inset
12251
12252 ptの値に戻して下さい。
12253 \end_layout
12254
12255 \begin_layout Section
12256 ボックスと枠
12257 \begin_inset Index idx
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 ぼっくす@ボックス
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \begin_inset Index idx
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271 わく@枠 | see
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277 {
12278 \end_layout
12279
12280 \end_inset
12281
12282 ボックス
12283 \begin_inset ERT
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287
12288 }
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 本文中のボックスについては、取扱説明書
12303 \family typewriter
12304 埋め込みオブジェクト篇
12305 \family default
12306
12307 \family typewriter
12308 Boxes
12309 \family default
12310 の章に述べられています。
12311 \end_layout
12312
12313 \begin_layout Subsection
12314 縁付きボックス
12315 \begin_inset CommandInset label
12316 LatexCommand label
12317 name "sub:縁付きボックス"
12318
12319 \end_inset
12320
12321
12322 \begin_inset Index idx
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326 ぼっくす@ボックス ! ふちつき@縁付き
12327 \end_layout
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \begin_layout Standard
12335
12336 \series bold
12337
12338 \backslash
12339 fbox
12340 \series default
12341
12342 \begin_inset Index idx
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 こまんど@コマンド ! F ! 
12347 \backslash
12348 fbox
12349 \end_layout
12350
12351 \end_inset
12352
12353 コマンドや
12354 \series bold
12355
12356 \backslash
12357 boxed
12358 \series default
12359
12360 \begin_inset Index idx
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 こまんど@コマンド ! B ! 
12365 \backslash
12366 boxed
12367 \end_layout
12368
12369 \end_inset
12370
12371 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12372 \end_layout
12373
12374 \begin_layout Standard
12375 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12376 \series bold
12377
12378 \backslash
12379 fbox
12380 \series default
12381 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12382 \family sans
12383 Ctrl+M
12384 \family default
12385 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12386 \series bold
12387
12388 \backslash
12389 boxed
12390 \series default
12391 を使った場合には、新しい数式が自動的に枠内に作られます。
12392 \end_layout
12393
12394 \begin_layout Standard
12395
12396 \series bold
12397
12398 \backslash
12399 fbox
12400 \series default
12401 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12402 \series bold
12403
12404 \backslash
12405 boxed
12406 \series default
12407 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12408 \end_layout
12409
12410 \begin_layout Standard
12411
12412 \series bold
12413
12414 \backslash
12415 fbox
12416 \series default
12417 の拡張として、枠幅と配置も指定することができる
12418 \series bold
12419
12420 \backslash
12421 framebox
12422 \series default
12423
12424 \begin_inset Index idx
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 こまんど@コマンド ! F ! 
12429 \backslash
12430 framebox
12431 \end_layout
12432
12433 \end_inset
12434
12435 コマンドがあります。
12436 \series bold
12437
12438 \backslash
12439 framebox
12440 \series default
12441 は、以下の書式を持ちます。
12442 \end_layout
12443
12444 \begin_layout Standard
12445
12446 \series bold
12447
12448 \backslash
12449 framebox[枠幅][位置]{ボックスの内容}
12450 \end_layout
12451
12452 \begin_layout Standard
12453 「位置」は、
12454 \emph on
12455 l
12456 \emph default
12457
12458 \emph on
12459 r
12460 \emph default
12461 の値をとります。
12462 \emph on
12463 l
12464 \emph default
12465 は、ボックス中で数式を左寄せ、
12466 \emph on
12467 r
12468 \emph default
12469 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12470 \begin_inset Newline newline
12471 \end_inset
12472
12473 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12474 \series bold
12475
12476 \backslash
12477 fbox
12478 \series default
12479 と同様、枠幅がボックスの内容に応じて調節されるのです。
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485
12486 \backslash
12487 framebox
12488 \series default
12489 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12490 \series bold
12491
12492 \backslash
12493 fbox
12494 \series default
12495 同様、数式の断片を入れるためのものです。
12496 \end_layout
12497
12498 \begin_layout Standard
12499 \align center
12500 \begin_inset Tabular
12501 <lyxtabular version="3" rows="5" columns="2">
12502 <features tabularvalignment="middle">
12503 <column alignment="center" valignment="top" width="0">
12504 <column alignment="center" valignment="top" width="0">
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 コマンド
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 出力
12520 \begin_inset Note Note
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 ここで
12525 \series bold
12526
12527 \backslash
12528 raisebox
12529 \series default
12530 はスペーサーとして使用しているだけです。
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \backslash
12548 fbox
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 spce 
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \family sans
12563 Ctrl+M
12564 \family default
12565  
12566 \backslash
12567 int
12568 \begin_inset ERT
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572
12573
12574 \backslash
12575 spce 
12576 \end_layout
12577
12578 \end_inset
12579
12580 A=B
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603
12604 \backslash
12605 boxed
12606 \begin_inset ERT
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610
12611
12612 \backslash
12613 spce 
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \backslash
12620 int
12621 \begin_inset ERT
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625
12626
12627 \backslash
12628 spce 
12629 \end_layout
12630
12631 \end_inset
12632
12633 A=B
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 A+
12657 \backslash
12658 fbox
12659 \begin_inset ERT
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663
12664
12665 \backslash
12666 spce 
12667 \end_layout
12668
12669 \end_inset
12670
12671 B
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12681 \end_inset
12682
12683
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 <row>
12690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694
12695 \backslash
12696 framebox
12697 \begin_inset ERT
12698 status collapsed
12699
12700 \begin_layout Plain Layout
12701
12702
12703 \backslash
12704 spce 
12705 \end_layout
12706
12707 \end_inset
12708
12709 20mm
12710 \begin_inset Formula $\to$
12711 \end_inset
12712
12713
12714 \begin_inset Formula $\to$
12715 \end_inset
12716
12717
12718 \family sans
12719 Ctrl+M
12720 \family default
12721  
12722 \backslash
12723 frac
12724 \begin_inset ERT
12725 status collapsed
12726
12727 \begin_layout Plain Layout
12728
12729
12730 \backslash
12731 spce 
12732 \end_layout
12733
12734 \end_inset
12735
12736 A
12737 \begin_inset Formula $\downarrow$
12738 \end_inset
12739
12740 B
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 \begin_inset Formula $\raisebox{6mm}{}$
12750 \end_inset
12751
12752
12753 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12754 \end_inset
12755
12756
12757 \begin_inset Formula $\raisebox{-4mm}{}$
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 </row>
12766 </lyxtabular>
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \begin_layout Standard
12774 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12775 \end_layout
12776
12777 \begin_layout Standard
12778
12779 \series bold
12780
12781 \backslash
12782 fboxrule
12783 \series default
12784  
12785 \series bold
12786
12787 \begin_inset Quotes eld
12788 \end_inset
12789
12790 厚み
12791 \begin_inset Quotes erd
12792 \end_inset
12793
12794
12795 \series default
12796  
12797 \series bold
12798
12799 \backslash
12800 fboxsep
12801 \series default
12802  
12803 \series bold
12804
12805 \begin_inset Quotes eld
12806 \end_inset
12807
12808 距離
12809 \begin_inset Quotes erd
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \begin_layout Standard
12816 \begin_inset Quotes eld
12817 \end_inset
12818
12819 距離
12820 \begin_inset Quotes erd
12821 \end_inset
12822
12823 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12824 \begin_inset ERT
12825 status collapsed
12826
12827 \begin_layout Plain Layout
12828
12829
12830 \backslash
12831 fboxrule 2mm 
12832 \backslash
12833 fboxsep 3mm
12834 \end_layout
12835
12836 \end_inset
12837
12838
12839 \begin_inset Formula \[
12840 \boxed{A+B=C}\]
12841
12842 \end_inset
12843
12844 この数式の直前には、
12845 \end_layout
12846
12847 \begin_layout Standard
12848
12849 \series bold
12850
12851 \backslash
12852 fboxrule
12853 \series default
12854  
12855 \series bold
12856 2mm
12857 \series default
12858  
12859 \series bold
12860
12861 \backslash
12862 fboxsep
12863 \series default
12864  
12865 \series bold
12866 3mm
12867 \end_layout
12868
12869 \begin_layout Standard
12870 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12871 \end_layout
12872
12873 \begin_layout Standard
12874 標準の枠寸法に戻すには、
12875 \end_layout
12876
12877 \begin_layout Standard
12878
12879 \series bold
12880
12881 \backslash
12882 fboxrule
12883 \series default
12884  
12885 \series bold
12886 0.4pt
12887 \series default
12888  
12889 \series bold
12890
12891 \backslash
12892 fboxsep
12893 \series default
12894  
12895 \series bold
12896 3pt
12897 \series default
12898
12899 \begin_inset ERT
12900 status collapsed
12901
12902 \begin_layout Plain Layout
12903
12904
12905 \backslash
12906 fboxrule 0.4pt 
12907 \backslash
12908 fboxsep 3pt
12909 \end_layout
12910
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \begin_layout Standard
12917 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12918 \end_layout
12919
12920 \begin_layout Subsection
12921 縁なしボックス
12922 \begin_inset CommandInset label
12923 LatexCommand label
12924 name "sub:枠なしボックス"
12925
12926 \end_inset
12927
12928
12929 \begin_inset Index idx
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933 ぼっくす@ボックス ! わくなし@枠なし
12934 \end_layout
12935
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \begin_layout Standard
12942 縁のないボックスを作るには、
12943 \series bold
12944
12945 \backslash
12946 mbox
12947 \series default
12948
12949 \begin_inset Index idx
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953 こまんど@コマンド ! M ! 
12954 \backslash
12955 mbox
12956 \end_layout
12957
12958 \end_inset
12959
12960
12961 \series bold
12962
12963 \backslash
12964 makebox
12965 \series default
12966
12967 \begin_inset Index idx
12968 status collapsed
12969
12970 \begin_layout Plain Layout
12971 こまんど@コマンド ! M ! 
12972 \backslash
12973 makebox
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \series bold
12980
12981 \backslash
12982 raisebox
12983 \series default
12984
12985 \begin_inset Index idx
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989 こまんど@コマンド ! R ! 
12990 \backslash
12991 raisebox
12992 \end_layout
12993
12994 \end_inset
12995
12996 の三つのコマンドがあります。
12997 \end_layout
12998
12999 \begin_layout Standard
13000
13001 \series bold
13002
13003 \backslash
13004 raisebox
13005 \series default
13006 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13007 \series bold
13008
13009 \backslash
13010 raisebox
13011 \series default
13012 は、以下の書式で用いられます。
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 raisebox{高さ}{ボックスの内容}
13021 \end_layout
13022
13023 \begin_layout Standard
13024
13025 \series bold
13026
13027 \backslash
13028 fbox
13029 \series default
13030 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13031 \begin_inset Note Greyedout
13032 status open
13033
13034 \begin_layout Plain Layout
13035
13036 \series bold
13037 (註)
13038 \series default
13039 下の最後の
13040 \series bold
13041
13042 \backslash
13043 raisebox
13044 \series default
13045 のところで、
13046 \family sans
13047 Ctrl+M
13048 \family default
13049 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13050 \series bold
13051
13052 \backslash
13053 raisebox
13054 \series default
13055 を直接サポートしていないためです。
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \begin_layout Standard
13064 \align center
13065 \begin_inset Tabular
13066 <lyxtabular version="3" rows="4" columns="2">
13067 <features tabularvalignment="middle">
13068 <column alignment="center" valignment="top" width="0">
13069 <column alignment="center" valignment="top" width="0">
13070 <row>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 コマンド
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 出力
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 </row>
13090 <row>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 H
13096 \backslash
13097 raisebox{2mm
13098 \begin_inset Formula $\to$
13099 \end_inset
13100
13101
13102 \backslash
13103 {al
13104 \begin_inset Formula $\to$
13105 \end_inset
13106
13107  lo
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13117 \end_inset
13118
13119
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 </row>
13125 <row>
13126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 H
13131 \backslash
13132 raisebox{-2mm
13133 \begin_inset Formula $\to$
13134 \end_inset
13135
13136
13137 \backslash
13138 {al
13139 \begin_inset Formula $\to$
13140 \end_inset
13141
13142 lo
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 <row>
13161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 A=
13166 \backslash
13167 raisebox{-2mm
13168 \begin_inset Formula $\to$
13169 \end_inset
13170
13171
13172 \backslash
13173 {
13174 \family sans
13175 Ctrl+M Ctrl+M
13176 \family default
13177  
13178 \backslash
13179 sqrt
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 spce 
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 </row>
13210 </lyxtabular>
13211
13212 \end_inset
13213
13214
13215 \end_layout
13216
13217 \begin_layout Standard
13218 縁がないことを除けば、
13219 \series bold
13220
13221 \backslash
13222 mbox
13223 \series default
13224 コマンドは
13225 \series bold
13226
13227 \backslash
13228 fbox
13229 \series default
13230 と同じであり、
13231 \series bold
13232
13233 \backslash
13234 makebox
13235 \series default
13236
13237 \series bold
13238
13239 \backslash
13240 framebox
13241 \series default
13242 と同じです。
13243 \end_layout
13244
13245 \begin_layout Subsection
13246 色付きボックス
13247 \begin_inset CommandInset label
13248 LatexCommand label
13249 name "sub:色付きボックス"
13250
13251 \end_inset
13252
13253
13254 \begin_inset Index idx
13255 status collapsed
13256
13257 \begin_layout Plain Layout
13258 ぼっくす@ボックス ! いろつき@色付き
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13268 \end_layout
13269
13270 \begin_layout Standard
13271
13272 \series bold
13273
13274 \backslash
13275 usepackage{color}
13276 \end_layout
13277
13278 \begin_layout Standard
13279 という行
13280 \begin_inset Foot
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13285 \series bold
13286 color
13287 \series default
13288 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \begin_inset Note Note
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13299 \end_layout
13300
13301 \end_inset
13302
13303 を書き加えて、LaTeXパッケージの
13304 \series bold
13305 color
13306 \series default
13307
13308 \begin_inset Foot
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312 LaTeXパッケージ
13313 \series bold
13314 color
13315 \series default
13316 は、すべての標準的なLaTeX頒布版に含まれています。
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \begin_inset Index idx
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 ぱっけーじ@パッケージ ! color
13327 \end_layout
13328
13329 \end_inset
13330
13331 を読み込む必要があります。
13332 \end_layout
13333
13334 \begin_layout Standard
13335 \begin_inset VSpace medskip
13336 \end_inset
13337
13338 ボックスに色を付けるには、
13339 \series bold
13340
13341 \backslash
13342 colorbox
13343 \series default
13344
13345 \begin_inset Index idx
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349 こまんど@コマンド ! C ! 
13350 \backslash
13351 colorbox
13352 \end_layout
13353
13354 \end_inset
13355
13356 コマンドを以下の書式で使用します。
13357 \end_layout
13358
13359 \begin_layout Standard
13360
13361 \series bold
13362
13363 \backslash
13364 colorbox{色}{ボックスの内容}
13365 \end_layout
13366
13367 \begin_layout Standard
13368 ボックスの内容には、別のボックスが含まれても構いませんし、
13369 \series bold
13370
13371 \backslash
13372 colorbox
13373 \series default
13374 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13375 \series bold
13376
13377 \backslash
13378 raisebox
13379 \series default
13380 と同様、明示的に数式を作らなくてはなりません
13381 \begin_inset Foot
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385 これは、
13386 \series bold
13387
13388 \backslash
13389 fcolorbox
13390 \series default
13391 コマンドにも当てはまります。
13392 \end_layout
13393
13394 \end_inset
13395
13396
13397 \end_layout
13398
13399 \begin_layout Standard
13400 選択できる定義済みの色としては、
13401 \end_layout
13402
13403 \begin_layout Standard
13404
13405 \series bold
13406 black
13407 \series default
13408 (黒)・
13409 \series bold
13410 blue
13411 \series default
13412 (青)・
13413 \series bold
13414 cyan
13415 \series default
13416 (シアン)・
13417 \series bold
13418 green
13419 \series default
13420 (緑)・
13421 \series bold
13422 magenta
13423 \series default
13424 (マゼンタ)・
13425 \series bold
13426 red
13427 \series default
13428 (赤)・
13429 \series bold
13430 white
13431 \series default
13432 (白)・
13433 \series bold
13434 yellow
13435 \series default
13436 (黄)
13437 \end_layout
13438
13439 \begin_layout Standard
13440 があります。
13441 \end_layout
13442
13443 \begin_layout Standard
13444 \align center
13445 \begin_inset Tabular
13446 <lyxtabular version="3" rows="4" columns="2">
13447 <features tabularvalignment="middle">
13448 <column alignment="center" valignment="top" width="0">
13449 <column alignment="center" valignment="top" width="0">
13450 <row>
13451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 コマンド
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 出力
13465 \begin_inset Note Note
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469 ここで
13470 \series bold
13471
13472 \backslash
13473 raisebox
13474 \series default
13475 はスペーサーとして使用しているだけです。
13476 \end_layout
13477
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \backslash
13493 colorbox{yellow
13494 \begin_inset Formula $\to$
13495 \end_inset
13496
13497
13498 \backslash
13499 {A=B
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13509 \end_inset
13510
13511
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 </row>
13517 <row>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \backslash
13524 colorbox{green
13525 \begin_inset Formula $\to$
13526 \end_inset
13527
13528
13529 \backslash
13530 {
13531 \backslash
13532 fbox
13533 \begin_inset ERT
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537
13538
13539 \backslash
13540 spce 
13541 \end_layout
13542
13543 \end_inset
13544
13545 A=B
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 </row>
13563 <row>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \backslash
13570 fbox
13571 \begin_inset ERT
13572 status collapsed
13573
13574 \begin_layout Plain Layout
13575
13576
13577 \backslash
13578 spce 
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \backslash
13585 colorbox{green
13586 \begin_inset Formula $\to$
13587 \end_inset
13588
13589
13590 \backslash
13591 {
13592 \family sans
13593 Ctrl+M
13594 \family default
13595  
13596 \family sans
13597 Ctrl+M
13598 \family default
13599  
13600 \backslash
13601 int
13602 \begin_inset ERT
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606
13607
13608 \backslash
13609 spce 
13610 \end_layout
13611
13612 \end_inset
13613
13614 C=D
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13624 \end_inset
13625
13626
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 </lyxtabular>
13633
13634 \end_inset
13635
13636
13637 \end_layout
13638
13639 \begin_layout Standard
13640
13641 \series bold
13642
13643 \backslash
13644 colorbox
13645 \series default
13646 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13647 \family sans
13648 文字様式
13649 \family default
13650 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13651 \begin_inset Graphics
13652         filename ../../images/dialog-show_character.png
13653         scale 85
13654
13655 \end_inset
13656
13657
13658 \family sans
13659 編集\SpecialChar \menuseparator
13660 文字様式\SpecialChar \menuseparator
13661 任意設定
13662 \family default
13663 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13664
13665 \end_layout
13666
13667 \begin_layout Standard
13668 たとえば、
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \color red
13674 \begin_inset Formula \begin{equation}
13675 \int A=B\label{eq:red}\end{equation}
13676
13677 \end_inset
13678
13679
13680 \color green
13681
13682 \begin_inset Formula \begin{equation}
13683 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 数式
13692 \begin_inset CommandInset ref
13693 LatexCommand eqref
13694 reference "eq:red"
13695
13696 \end_inset
13697
13698 は、全体が赤色です。
13699 \begin_inset Newline newline
13700 \end_inset
13701
13702 数式
13703 \begin_inset CommandInset ref
13704 LatexCommand eqref
13705 reference "eq:redgreen"
13706
13707 \end_inset
13708
13709 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13710 \end_layout
13711
13712 \begin_layout Standard
13713 \begin_inset VSpace bigskip
13714 \end_inset
13715
13716 ボックスの縁だけ別の色にするには、
13717 \series bold
13718
13719 \backslash
13720 fcolorbox
13721 \series default
13722
13723 \begin_inset Index idx
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727 こまんど@コマンド ! F ! 
13728 \backslash
13729 fcolorbox
13730 \end_layout
13731
13732 \end_inset
13733
13734 コマンドを以下の書式で使用します。
13735 \end_layout
13736
13737 \begin_layout Standard
13738
13739 \series bold
13740
13741 \backslash
13742 fcolorbox{縁の色}{色}{ボックスの内容}
13743 \end_layout
13744
13745 \begin_layout Standard
13746 つまり、
13747 \series bold
13748
13749 \backslash
13750 fcolorbox
13751 \series default
13752
13753 \series bold
13754
13755 \backslash
13756 colorbox
13757 \series default
13758 コマンドの拡張です。
13759 \series bold
13760
13761 \backslash
13762 frameboxと同様に、縁の厚みは
13763 \backslash
13764 fboxrule
13765 \series default
13766
13767 \series bold
13768
13769 \backslash
13770 fboxsep
13771 \series default
13772 で設定します。たとえば、
13773 \begin_inset ERT
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 fboxrule 1mm 
13781 \backslash
13782 fboxsep 1mm
13783 \end_layout
13784
13785 \end_inset
13786
13787
13788 \begin_inset Formula \[
13789 \fcolorbox{cyan}{magenta}{A=B}\]
13790
13791 \end_inset
13792
13793
13794 \begin_inset ERT
13795 status collapsed
13796
13797 \begin_layout Plain Layout
13798
13799
13800 \backslash
13801 fboxrule 0.4pt 
13802 \backslash
13803 fboxsep 3pt
13804 \end_layout
13805
13806 \end_inset
13807
13808 のようにします。
13809 \end_layout
13810
13811 \begin_layout Standard
13812 上記の数式は、以下のコマンドで作成されています。
13813 \begin_inset Newline newline
13814 \end_inset
13815
13816
13817 \series bold
13818
13819 \backslash
13820 fcolorbox{cyan
13821 \begin_inset Formula $\to$
13822 \end_inset
13823
13824
13825 \backslash
13826 {magenta
13827 \begin_inset Formula $\to$
13828 \end_inset
13829
13830
13831 \backslash
13832 {A=B
13833 \series default
13834 .
13835 \end_layout
13836
13837 \begin_layout Standard
13838 \begin_inset VSpace bigskip
13839 \end_inset
13840
13841 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13842 \end_layout
13843
13844 \begin_layout Standard
13845 たとえば、「
13846 \series bold
13847 darkgreen
13848 \series default
13849 」という色を定義するには、LaTeXプリアンブルに
13850 \end_layout
13851
13852 \begin_layout Standard
13853
13854 \series bold
13855
13856 \backslash
13857 definecolor{darkgreen}{cmyk}{0.5,
13858 \series default
13859  
13860 \series bold
13861 0,
13862 \series default
13863  
13864 \series bold
13865 1,
13866 \series default
13867  
13868 \series bold
13869 0.5}
13870 \series default
13871
13872 \begin_inset Index idx
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876 こまんど@コマンド ! D ! 
13877 \backslash
13878 definecolor
13879 \end_layout
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \begin_layout Standard
13887 という行を書き加えます。
13888 \end_layout
13889
13890 \begin_layout Standard
13891
13892 \series bold
13893 cmyk
13894 \series default
13895 とは、
13896 \series bold
13897 cyan
13898 \series default
13899 (シアン)・
13900 \series bold
13901 magenta
13902 \series default
13903 (マゼンタ)・
13904 \series bold
13905 yellow
13906 \series default
13907 (黄)・
13908 \series bold
13909 black
13910 \series default
13911 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13912 \begin_inset space \thinspace{}
13913 \end_inset
13914
13915 -
13916 \begin_inset space \thinspace{}
13917 \end_inset
13918
13919 1の範囲をとることができます。定義には、
13920 \series bold
13921 cmyk
13922 \series default
13923 の他に、
13924 \series bold
13925 rgb
13926 \series default
13927 という色空間を使うこともできます。
13928 \series bold
13929 rgb
13930 \series default
13931 とは、
13932 \series bold
13933 red
13934 \series default
13935 (赤)・
13936 \series bold
13937 green
13938 \series default
13939 (緑)・
13940 \series bold
13941 blue
13942 \series default
13943 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13944 \series bold
13945 gray
13946 \series default
13947 という色空間もあります。
13948 \end_layout
13949
13950 \begin_layout Standard
13951 例として、文字が
13952 \series bold
13953 yellow
13954 \series default
13955 に色付けされ、新しく定義した
13956 \series bold
13957 darkgreen
13958 \series default
13959 という色を持つ縁付きボックスを挙げておきます。
13960 \begin_inset Formula \begin{equation}
13961 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13962
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \begin_layout Standard
13969
13970 \series bold
13971
13972 \backslash
13973 textcolor
13974 \series default
13975 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13976 \begin_inset Index idx
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980 てきすと@テキスト ! いろつき@色付き
13981 \end_layout
13982
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \begin_layout Standard
13989 \begin_inset ERT
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993
13994
13995 \backslash
13996 textcolor{darkgreen}{
13997 \end_layout
13998
13999 \end_inset
14000
14001 この文は「darkgreen」です。
14002 \begin_inset ERT
14003 status collapsed
14004
14005 \begin_layout Plain Layout
14006
14007 }
14008 \end_layout
14009
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \begin_layout Standard
14016
14017 \series bold
14018
14019 \backslash
14020 textcolor
14021 \series default
14022
14023 \begin_inset Index idx
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027 こまんど@コマンド ! T ! 
14028 \backslash
14029 textcolor
14030 \end_layout
14031
14032 \end_inset
14033
14034 は、
14035 \series bold
14036
14037 \backslash
14038 textcolor{色}{色付けをする文}
14039 \series default
14040 という書式で使用することができます。
14041 \end_layout
14042
14043 \begin_layout Subsection
14044 段落ボックス
14045 \begin_inset CommandInset label
14046 LatexCommand label
14047 name "sub:段落ボックス"
14048
14049 \end_inset
14050
14051
14052 \begin_inset Index idx
14053 status collapsed
14054
14055 \begin_layout Plain Layout
14056 ぼっくす@ボックス ! だんらく@段落
14057 \end_layout
14058
14059 \end_inset
14060
14061
14062 \begin_inset Index idx
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066 ぼっくす@ボックス ! parbox|see
14067 \begin_inset ERT
14068 status collapsed
14069
14070 \begin_layout Plain Layout
14071
14072 {
14073 \end_layout
14074
14075 \end_inset
14076
14077 ボックス ! 段落ボックス
14078 \begin_inset ERT
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082
14083 }
14084 \end_layout
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \begin_layout Standard
14097 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14098 \family sans
14099 挿入\SpecialChar \menuseparator
14100 ボックス
14101 \family default
14102 メニューかツールバーボタン
14103 \begin_inset Graphics
14104         filename ../../images/box-insert.png
14105         scale 85
14106
14107 \end_inset
14108
14109 で作成することができます。
14110 \end_layout
14111
14112 \begin_layout Standard
14113 以下の例は、行中の縁付きparboxを示したものです。
14114 \end_layout
14115
14116 \begin_layout Standard
14117 \begin_inset VSpace medskip
14118 \end_inset
14119
14120 この行は、
14121 \begin_inset Box Boxed
14122 position "c"
14123 hor_pos "c"
14124 has_inner_box 1
14125 inner_pos "t"
14126 use_parbox 1
14127 use_makebox 0
14128 width "5cm"
14129 special "none"
14130 height "1in"
14131 height_special "totalheight"
14132 status open
14133
14134 \begin_layout Plain Layout
14135 これは段落ボックスです。これはちょうど5
14136 \begin_inset space \thinspace{}
14137 \end_inset
14138
14139 cmの幅になっており、以下のように数式を含めることもできます。
14140 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \end_inset
14147
14148 parboxの入った行です。
14149 \end_layout
14150
14151 \begin_layout Standard
14152 \begin_inset VSpace medskip
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14160 \emph on
14161 装飾
14162 \emph default
14163 :簡素な長方形の箱型、
14164 \emph on
14165 内部ボックス
14166 \emph default
14167 :parboxコマンド、
14168 \emph on
14169
14170 \emph default
14171 :5
14172 \begin_inset space \thinspace{}
14173 \end_inset
14174
14175 cm、
14176 \emph on
14177 垂直ボックス配置
14178 \emph default
14179 :中央、に設定されています。
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace medskip
14184 \end_inset
14185
14186 LaTeXでは、parboxは、以下の書式を持つ
14187 \series bold
14188
14189 \backslash
14190 parbox
14191 \series default
14192
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 こまんど@コマンド ! P ! 
14198 \backslash
14199 parbox
14200 \end_layout
14201
14202 \end_inset
14203
14204 コマンドによって作られます。
14205 \end_layout
14206
14207 \begin_layout Standard
14208
14209 \series bold
14210
14211 \backslash
14212 parbox[位置]{幅}{ボックスの内容}
14213 \end_layout
14214
14215 \begin_layout Standard
14216 「位置」は、
14217 \emph on
14218 b
14219 \emph default
14220
14221 \emph on
14222 t
14223 \emph default
14224 の値をとることができます。下揃えを意味する
14225 \emph on
14226 b
14227 \emph default
14228
14229 \bar under
14230 b
14231 \bar default
14232 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14233 \emph on
14234 t
14235 \emph default
14236
14237 \bar under
14238 t
14239 \bar default
14240 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14241 \emph on
14242 Boxes
14243 \emph default
14244 の節をご参照下さい。
14245 \end_layout
14246
14247 \begin_layout Standard
14248 \begin_inset VSpace bigskip
14249 \end_inset
14250
14251 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14252 \series bold
14253 parbox{
14254 \backslash
14255 linewidth-2
14256 \backslash
14257 fboxsep-2
14258 \backslash
14259 fboxrule}{
14260 \series default
14261 というコマンドを挿入します。ここで
14262 \series bold
14263
14264 \backslash
14265 linewidth
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 こまんど@コマンド ! L ! 
14271 \backslash
14272 linewidth
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \series default
14279 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14280 \begin_inset Foot
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 \begin_inset CommandInset href
14285 LatexCommand href
14286 name "LyX-bug #4483"
14287 target "http://www.lyx.org/trac/ticket/4483"
14288
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295
14296 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14297 \series bold
14298 calc
14299 \series default
14300
14301 \begin_inset Foot
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306 \series bold
14307 calc
14308 \series default
14309 は、標準的LaTeX頒布版のすべてに含まれています。
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \begin_inset Index idx
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319 ぱっけーじ@パッケージ ! calc
14320 \end_layout
14321
14322 \end_inset
14323
14324 を、LaTeXプリアンブル中で
14325 \end_layout
14326
14327 \begin_layout Standard
14328
14329 \series bold
14330
14331 \backslash
14332 usepackage{calc}
14333 \end_layout
14334
14335 \begin_layout Standard
14336 のように読み込んでおく必要があります。数式の後では、TeXモードで
14337 \series bold
14338 }}
14339 \series default
14340 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14341 \begin_inset ERT
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345
14346
14347 \backslash
14348 fboxsep 5mm 
14349 \backslash
14350 fboxrule 5mm
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364
14365 \backslash
14366 fbox{
14367 \backslash
14368 parbox{
14369 \backslash
14370 linewidth-2
14371 \backslash
14372 fboxsep-2
14373 \backslash
14374 fboxrule}{
14375 \end_layout
14376
14377 \end_inset
14378
14379
14380 \begin_inset Formula \begin{equation}
14381 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14382
14383 \end_inset
14384
14385
14386 \begin_inset ERT
14387 status collapsed
14388
14389 \begin_layout Plain Layout
14390
14391 }}
14392 \end_layout
14393
14394 \end_inset
14395
14396
14397 \begin_inset ERT
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401
14402
14403 \backslash
14404 fboxrule 0.4pt 
14405 \backslash
14406 fboxsep 3pt
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \begin_layout Standard
14415 \begin_inset VSpace medskip
14416 \end_inset
14417
14418
14419 \series bold
14420
14421 \backslash
14422 fbox
14423 \series default
14424 の引数としてparboxが使われているので、この場合には、
14425 \series bold
14426
14427 \backslash
14428 fbox
14429 \series default
14430 を使おうが
14431 \series bold
14432
14433 \backslash
14434 boxed
14435 \series default
14436 を使おうが、差は生じません。
14437 \end_layout
14438
14439 \begin_layout Standard
14440 \begin_inset VSpace bigskip
14441 \end_inset
14442
14443 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14444 \series bold
14445
14446 \backslash
14447 parbox
14448 \series default
14449
14450 \series bold
14451
14452 \backslash
14453 tag
14454 \series default
14455 コマンドといっしょに使います(
14456 \series bold
14457
14458 \backslash
14459 tag
14460 \series default
14461 についての詳細は、第
14462 \begin_inset CommandInset ref
14463 LatexCommand ref
14464 reference "sub:ユーザー定義番号"
14465
14466 \end_inset
14467
14468 節をご参照下さい)
14469 \end_layout
14470
14471 \begin_layout Standard
14472 以下は、
14473 \series bold
14474
14475 \backslash
14476 parbox
14477 \series default
14478 を使ってコメントを付けた数式の例です。
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487
14488 \backslash
14489 [5x-7b=3b
14490 \backslash
14491 tag*{
14492 \backslash
14493 parbox{5cm}{
14494 \end_layout
14495
14496 \end_inset
14497
14498 これは説明です。数式や多行数式本体からはっきりと離れています。
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504 }}
14505 \backslash
14506 ]
14507 \end_layout
14508
14509 \end_inset
14510
14511
14512 \end_layout
14513
14514 \begin_layout Standard
14515 LyXは、まだ数式中での
14516 \series bold
14517
14518 \backslash
14519 parbox
14520 \series default
14521 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14522 \end_layout
14523
14524 \begin_layout Standard
14525 まず、
14526 \series bold
14527
14528 \backslash
14529 [5x-7b=3b
14530 \backslash
14531 tag*
14532 \backslash
14533 {
14534 \backslash
14535 parbox{5cm}{
14536 \series default
14537 というコマンドをTeXモードで挿入します
14538 \begin_inset Foot
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543 \series bold
14544 行頭下げ
14545 \series default
14546 数式様式を使用している時には、
14547 \series bold
14548
14549 \backslash
14550 tag*
14551 \backslash
14552 {
14553 \series default
14554 の代わりに
14555 \series bold
14556
14557 \backslash
14558 hfill
14559 \series default
14560 を用いることもできます(数式様式に関しては、第
14561 \begin_inset CommandInset ref
14562 LatexCommand ref
14563 reference "sec:数式様式"
14564
14565 \end_inset
14566
14567 節をご参照下さい)。
14568 \end_layout
14569
14570 \end_inset
14571
14572 。それから、説明を通常のテキストとして入れ、最後に
14573 \series bold
14574 }}
14575 \backslash
14576 ]
14577 \series default
14578 をTeXモードで挿入します。ここで
14579 \series bold
14580
14581 \backslash
14582 [
14583 \series default
14584 および
14585 \series bold
14586
14587 \backslash
14588 ]
14589 \series default
14590 コマンドは別行建て数式を作るためのものです。
14591 \end_layout
14592
14593 \begin_layout Standard
14594
14595 \series bold
14596
14597 \backslash
14598 parbox
14599 \series default
14600 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14601 \begin_inset Formula \[
14602 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Section
14610 演算子
14611 \begin_inset Index idx
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 えんざんし@演算子
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Subsection
14624 大演算子
14625 \begin_inset CommandInset label
14626 LatexCommand label
14627 name "sub:大演算子"
14628
14629 \end_inset
14630
14631
14632 \begin_inset Index idx
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636 えんざんし@演算子 ! だい@大
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \begin_inset Index idx
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 わ@和
14647 \end_layout
14648
14649 \end_inset
14650
14651
14652 \begin_inset Index idx
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656 せきぶんきごう@積分記号
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14666 \family sans
14667 数式オプション
14668 \family default
14669 の面にある
14670 \family sans
14671 esintパッケージを自動的に使う
14672 \family default
14673 オプションを有効にしなくてはなりません。
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \begin_inset space \hfill{}
14678 \end_inset
14679
14680
14681 \begin_inset Tabular
14682 <lyxtabular version="3" rows="9" columns="2">
14683 <features tabularvalignment="middle">
14684 <column alignment="center" valignment="top" width="0pt">
14685 <column alignment="center" valignment="top" width="0pt">
14686 <row>
14687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 コマンド
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700 出力
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 sum
14714 \begin_inset Index idx
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718 こまんど@コマンド ! S ! 
14719 \backslash
14720 sum
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 \begin_inset Formula $\sum$
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 <row>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748
14749 \backslash
14750 int
14751 \begin_inset Index idx
14752 status collapsed
14753
14754 \begin_layout Plain Layout
14755 こまんど@コマンド ! I ! 
14756 \backslash
14757 int
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 \begin_inset Formula $\int$
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \end_inset
14778 </cell>
14779 </row>
14780 <row>
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785
14786 \backslash
14787 oint
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 \begin_inset Formula $\oint$
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 </row>
14805 <row>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810
14811 \backslash
14812 ointctrclockwise
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821 \begin_inset Formula $\ointctrclockwise$
14822 \end_inset
14823
14824
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 </row>
14830 <row>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835
14836 \backslash
14837 ointclockwise
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 \begin_inset Formula $\ointclockwise$
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 </row>
14855 <row>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \backslash
14862 sqint
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 \begin_inset Formula $\sqint$
14872 \end_inset
14873
14874
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 </row>
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \backslash
14887 bigcap
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896 \begin_inset Formula $\bigcap$
14897 \end_inset
14898
14899
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 </row>
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \backslash
14912 bigcup
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 \begin_inset Formula $\bigcup$
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 </row>
14930 </lyxtabular>
14931
14932 \end_inset
14933
14934
14935 \begin_inset space \hfill{}
14936 \end_inset
14937
14938
14939 \begin_inset Tabular
14940 <lyxtabular version="3" rows="10" columns="2">
14941 <features tabularvalignment="middle">
14942 <column alignment="center" valignment="top" width="0pt">
14943 <column alignment="center" valignment="top" width="0pt">
14944 <row>
14945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 コマンド
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 出力
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969
14970 \backslash
14971 prod
14972 \begin_inset Index idx
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976 こまんど@コマンド ! P ! 
14977 \backslash
14978 prod
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\prod$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 coprod
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\coprod$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 bigodot
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\bigodot$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \backslash
15058 bigotimes
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 \begin_inset Formula $\bigotimes$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \backslash
15083 bigoplus
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 \begin_inset Formula $\bigoplus$
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 </row>
15101 <row>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \backslash
15108 bigwedge
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 \begin_inset Formula $\bigwedge$
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 </row>
15126 <row>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \backslash
15133 bigvee
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 \begin_inset Formula $\bigvee$
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \backslash
15158 bigsqcup
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 \begin_inset Formula $\bigsqcup$
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 </row>
15176 <row>
15177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \backslash
15183 biguplus
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset Formula $\biguplus$
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 </row>
15201 </lyxtabular>
15202
15203 \end_inset
15204
15205
15206 \begin_inset space \hfill{}
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Standard
15213 すべての大演算子は、数式ツールバーボタンの
15214 \begin_inset Graphics
15215         filename ../../images/math/intop.png
15216         scale 85
15217
15218 \end_inset
15219
15220 でも挿入することができます。
15221 \end_layout
15222
15223 \begin_layout Standard
15224 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15225 \end_layout
15226
15227 \begin_layout Standard
15228 積分演算子はすべて、
15229 \series bold
15230
15231 \backslash
15232 intop
15233 \series default
15234
15235 \series bold
15236
15237 \backslash
15238 ointop
15239 \series default
15240 のように、
15241 \series bold
15242 op
15243 \series default
15244 で終わる別バージョンがあります。これらの演算子は、
15245 \series bold
15246
15247 \backslash
15248 int
15249 \series default
15250 とは範囲の表示のしかたが異なります。第
15251 \begin_inset CommandInset ref
15252 LatexCommand ref
15253 reference "sub:演算子の範囲"
15254
15255 \end_inset
15256
15257 節をご参照下さい。
15258 \end_layout
15259
15260 \begin_layout Subsubsection*
15261 積分の子細
15262 \end_layout
15263
15264 \begin_layout Standard
15265 積分中で用いられる文字
15266 \emph on
15267 d
15268 \emph default
15269 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15270 \emph on
15271 d
15272 \emph default
15273 を選択して、短絡キー
15274 \begin_inset Info
15275 type  "shortcut"
15276 arg   "font-roman"
15277 \end_inset
15278
15279 を用います
15280 \begin_inset Foot
15281 status collapsed
15282
15283 \begin_layout Plain Layout
15284 文字様式については、第
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "sub:書体様式"
15288
15289 \end_inset
15290
15291 節参照。
15292 \end_layout
15293
15294 \end_inset
15295
15296 。最後に、演算子の慣例に倣って、
15297 \emph on
15298 d
15299 \emph default
15300 の前に最小空白を挿入しなくてはなりません。たとえば、
15301 \end_layout
15302
15303 \begin_layout Standard
15304 正しくない例:
15305 \begin_inset Formula $\int A(x)dx$
15306 \end_inset
15307
15308
15309 \begin_inset Newline newline
15310 \end_inset
15311
15312 正しい
15313 \begin_inset Phantom HPhantom
15314 status open
15315
15316 \begin_layout Plain Layout
15317 ない
15318 \end_layout
15319
15320 \end_inset
15321
15322 例:
15323 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \begin_layout Standard
15330 多重積分に関しては、以下のコマンドがあります。
15331 \begin_inset VSpace medskip
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 \begin_inset space \hfill{}
15339 \end_inset
15340
15341
15342 \begin_inset Tabular
15343 <lyxtabular version="3" rows="4" columns="2">
15344 <features tabularvalignment="middle">
15345 <column alignment="center" valignment="top" width="0">
15346 <column alignment="center" valignment="top" width="0">
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 コマンド
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 出力
15362 \begin_inset Note Note
15363 status collapsed
15364
15365 \begin_layout Plain Layout
15366 ここで
15367 \series bold
15368
15369 \backslash
15370 raisebox
15371 \series default
15372 はスペーサーとして使用しているだけです。
15373 \end_layout
15374
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \backslash
15390 iint
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413
15414 \backslash
15415 oiint
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \backslash
15440 sqiint
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 </lyxtabular>
15459
15460 \end_inset
15461
15462
15463 \begin_inset space \hfill{}
15464 \end_inset
15465
15466
15467 \begin_inset Tabular
15468 <lyxtabular version="3" rows="4" columns="2">
15469 <features tabularvalignment="middle">
15470 <column alignment="center" valignment="top" width="0">
15471 <column alignment="center" valignment="top" width="0">
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 コマンド
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 出力
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \backslash
15499 iiint
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15509 \end_inset
15510
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \backslash
15524 iiiint
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 </row>
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 dotsint
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 </row>
15567 </lyxtabular>
15568
15569 \end_inset
15570
15571
15572 \begin_inset space \hfill{}
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \begin_layout Subsection
15579 演算子の範囲
15580 \begin_inset CommandInset label
15581 LatexCommand label
15582 name "sub:演算子の範囲"
15583
15584 \end_inset
15585
15586
15587 \begin_inset Index idx
15588 status collapsed
15589
15590 \begin_layout Plain Layout
15591 えんざんし@演算子 ! はんい@範囲
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 範囲は、上付き文字と下付き文字とで作成することができます。
15601 \end_layout
15602
15603 \begin_layout Standard
15604 \align center
15605 \begin_inset Tabular
15606 <lyxtabular version="3" rows="2" columns="2">
15607 <features tabularvalignment="middle">
15608 <column alignment="center" valignment="top" width="0pt">
15609 <column alignment="center" valignment="top" width="0pt">
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 コマンド
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 出力
15625 \begin_inset Note Note
15626 status collapsed
15627
15628 \begin_layout Plain Layout
15629 ここで
15630 \series bold
15631
15632 \backslash
15633 raisebox
15634 \series default
15635 はスペーサーとして使用しているだけです。
15636 \end_layout
15637
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 </row>
15646 <row>
15647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \backslash
15653 prod^
15654 \backslash
15655 infty
15656 \begin_inset ERT
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660
15661
15662 \backslash
15663 spce 
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \begin_inset Formula $\to$
15670 \end_inset
15671
15672 _0
15673 \begin_inset Formula $\to$
15674 \end_inset
15675
15676 A(x)
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 </lyxtabular>
15695
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \begin_layout Standard
15702 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15703 \end_layout
15704
15705 \begin_layout Standard
15706 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15707 \family sans
15708 編集\SpecialChar \menuseparator
15709 数式\SpecialChar \menuseparator
15710 範囲の表記を変更
15711 \family default
15712 メニューで
15713 \family sans
15714 \series bold
15715 行内形式
15716 \family default
15717 \series default
15718 (短絡キー
15719 \begin_inset Info
15720 type  "shortcut"
15721 arg   "math-limits"
15722 \end_inset
15723
15724 )を選択することで範囲形式を変更することができます。以下はその用例です。
15725 \end_layout
15726
15727 \begin_layout Standard
15728 既定の範囲形式は、以下のようになっています。
15729 \begin_inset Formula \[
15730 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15731
15732 \end_inset
15733
15734 以下は、範囲形式を
15735 \family sans
15736 \series bold
15737 行内形式
15738 \family default
15739 \series default
15740 に変更したときの表示です。
15741 \begin_inset Formula \[
15742 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15743
15744 \end_inset
15745
15746
15747 \series bold
15748
15749 \backslash
15750 intop
15751 \series default
15752
15753 \series bold
15754
15755 \backslash
15756 ointop
15757 \series default
15758 などのように
15759 \series bold
15760 op
15761 \series default
15762 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15763 の例では、範囲形式を
15764 \series bold
15765 別行建て形式
15766 \series default
15767 にして積分記号の下に置くようにしています。
15768 \begin_inset Formula \begin{equation}
15769 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \begin_layout Standard
15777 \begin_inset VSpace medskip
15778 \end_inset
15779
15780 範囲に条件を指定したい場合には、
15781 \series bold
15782
15783 \backslash
15784 subarray
15785 \series default
15786
15787 \begin_inset Index idx
15788 status collapsed
15789
15790 \begin_layout Plain Layout
15791 こまんど@コマンド ! S ! 
15792 \backslash
15793 subarray
15794 \end_layout
15795
15796 \end_inset
15797
15798 コマンドや
15799 \series bold
15800
15801 \backslash
15802 substack
15803 \series default
15804
15805 \begin_inset Index idx
15806 status collapsed
15807
15808 \begin_layout Plain Layout
15809 こまんど@コマンド ! S ! 
15810 \backslash
15811 substack
15812 \end_layout
15813
15814 \end_inset
15815
15816 コマンドを使用します。たとえば、以下の表記 
15817 \begin_inset Formula \begin{equation}
15818 \sum_{\begin{subarray}{c}
15819 0<k<1000\\
15820 \\
15821 k\,\in\,\mathbb{N}
15822 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 を作成するには、以下のようにしなくてはなりません。
15831 \begin_inset Newline newline
15832 \end_inset
15833
15834 まず、
15835 \series bold
15836
15837 \backslash
15838 sum
15839 \series default
15840 ^
15841 \series bold
15842 n
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 spce 
15851 \end_layout
15852
15853 \end_inset
15854
15855 _
15856 \series default
15857 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15858 \series bold
15859
15860 \backslash
15861 subarray
15862 \begin_inset ERT
15863 status collapsed
15864
15865 \begin_layout Plain Layout
15866
15867
15868 \backslash
15869 spce 
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \series default
15876 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15877 \begin_inset Info
15878 type  "shortcut"
15879 arg   "newline-insert newline"
15880 \end_inset
15881
15882 )を挿入することで作ることができます。ここに
15883 \begin_inset Newline newline
15884 \end_inset
15885
15886
15887 \series bold
15888 0
15889 \begin_inset Formula $\boldsymbol{<}$
15890 \end_inset
15891
15892 k
15893 \begin_inset Formula $\boldsymbol{<}$
15894 \end_inset
15895
15896 1000 Ctrl+Return
15897 \begin_inset Newline newline
15898 \end_inset
15899
15900
15901 \series default
15902 と入力すると、新規行のための新しい枠が現れます。
15903 \end_layout
15904
15905 \begin_layout Standard
15906 各行の揃え方は、
15907 \family sans
15908 表ツールバー
15909 \family default
15910
15911 \family sans
15912 編集\SpecialChar \menuseparator
15913 行と列
15914 \family default
15915 メニューで変更することができますが、右揃えにするには、行頭に
15916 \series bold
15917
15918 \backslash
15919 hfill
15920 \begin_inset ERT
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924
15925
15926 \backslash
15927 spce 
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \series default
15934 を挿入しなくてはなりません。
15935 \end_layout
15936
15937 \begin_layout Standard
15938
15939 \series bold
15940
15941 \backslash
15942 substack
15943 \series default
15944 コマンドは、各行がつねに中央揃えになることを除いては、
15945 \series bold
15946
15947 \backslash
15948 subarray
15949 \series default
15950 と同じです。
15951 \end_layout
15952
15953 \begin_layout Standard
15954 \begin_inset VSpace bigskip
15955 \end_inset
15956
15957 演算子の後に来る文字は、範囲の横に来るので、
15958 \begin_inset CommandInset ref
15959 LatexCommand eqref
15960 reference "eq:substack"
15961
15962 \end_inset
15963
15964 式のように、演算子の横の余白が大きくなりすぎることがあります。
15965 \end_layout
15966
15967 \begin_layout Standard
15968 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15969 \end_layout
15970
15971 \begin_layout Standard
15972
15973 \series bold
15974
15975 \backslash
15976 def
15977 \backslash
15978 clap#1{
15979 \backslash
15980 hbox to 0pt{
15981 \backslash
15982 hss #1
15983 \backslash
15984 hss}}
15985 \begin_inset Newline newline
15986 \end_inset
15987
15988
15989 \backslash
15990 def
15991 \backslash
15992 mathclap {
15993 \backslash
15994 mathpalette 
15995 \backslash
15996 mathclapinternal}
15997 \begin_inset Newline newline
15998 \end_inset
15999
16000
16001 \backslash
16002 def
16003 \backslash
16004 mathclapinternal #1#2{
16005 \backslash
16006 clap{$
16007 \backslash
16008 mathsurround =0pt #1{#2}$}}
16009 \end_layout
16010
16011 \begin_layout Standard
16012 これは、範囲の幅を0
16013 \begin_inset space \thinspace{}
16014 \end_inset
16015
16016 ptに設定する
16017 \series bold
16018
16019 \backslash
16020 mathclap
16021 \series default
16022
16023 \begin_inset Index idx
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027 こまんど@コマンド ! M ! 
16028 \backslash
16029 mathclap
16030 \end_layout
16031
16032 \end_inset
16033
16034 コマンドを定義しています。このコマンドの書式は、
16035 \end_layout
16036
16037 \begin_layout Standard
16038
16039 \series bold
16040
16041 \backslash
16042 mathclap{範囲}
16043 \end_layout
16044
16045 \begin_layout Standard
16046 となっていて、「範囲」には複数の条件を入れることができます。
16047 \end_layout
16048
16049 \begin_layout Standard
16050 これを
16051 \begin_inset CommandInset ref
16052 LatexCommand eqref
16053 reference "eq:substack"
16054
16055 \end_inset
16056
16057 式に応用すると、以下のようなコマンド
16058 \end_layout
16059
16060 \begin_layout Standard
16061
16062 \series bold
16063
16064 \backslash
16065 sum_
16066 \backslash
16067 mathclap{
16068 \backslash
16069 substack
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 spce 
16078 \end_layout
16079
16080 \end_inset
16081
16082 0
16083 \begin_inset Formula $\boldsymbol{<}$
16084 \end_inset
16085
16086 k
16087 \begin_inset Formula $\boldsymbol{<}$
16088 \end_inset
16089
16090 1000 Ctrl+Return
16091 \end_layout
16092
16093 \begin_layout Standard
16094 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16095 \begin_inset Formula \[
16096 \sum_{\mathclap{\substack{0<k<1000\\
16097 \\
16098 k\,\in\,\mathbb{N}
16099 }
16100 }}^{n}k^{-2}\]
16101
16102 \end_inset
16103
16104
16105 \end_layout
16106
16107 \begin_layout Standard
16108 \begin_inset VSpace bigskip
16109 \end_inset
16110
16111 一つの範囲を複数の演算子に用いる方法が、第
16112 \begin_inset CommandInset ref
16113 LatexCommand ref
16114 reference "sub:自己定義演算子"
16115
16116 \end_inset
16117
16118 節に述べられています。
16119 \end_layout
16120
16121 \begin_layout Standard
16122 \begin_inset Newpage newpage
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \begin_layout Subsection
16129 二項演算子
16130 \begin_inset CommandInset label
16131 LatexCommand label
16132 name "sub:二項演算子"
16133
16134 \end_inset
16135
16136
16137 \begin_inset Index idx
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141 えんざんし@演算子 ! にこう@二項
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \begin_layout Standard
16150 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16151 \begin_inset VSpace medskip
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Standard
16158 \begin_inset space \hfill{}
16159 \end_inset
16160
16161
16162 \begin_inset Tabular
16163 <lyxtabular version="3" rows="13" columns="2">
16164 <features tabularvalignment="middle">
16165 <column alignment="center" valignment="top" width="0pt">
16166 <column alignment="center" valignment="top" width="0pt">
16167 <row>
16168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 コマンド
16173 \begin_inset Note Note
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177 ここで
16178 \series bold
16179
16180 \backslash
16181 raisebox
16182 \series default
16183 はスペーサーとして使用しているだけです。
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 出力
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 +
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 \begin_inset Formula $+$
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 -
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $-$
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \backslash
16256 pm
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 \begin_inset Formula $\pm$
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \backslash
16281 mp
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 \begin_inset Formula $\mp$
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304
16305 \backslash
16306 cdot
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 \begin_inset Formula $\cdot$
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 </row>
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329
16330 \backslash
16331 times
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Formula $\times$
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \backslash
16356 div
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 \begin_inset Formula $\div$
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 \begin_inset ERT
16380 status collapsed
16381
16382 \begin_layout Plain Layout
16383
16384
16385 \backslash
16386 raisebox{-1.2mm}{
16387 \end_layout
16388
16389 \end_inset
16390
16391 *
16392 \begin_inset ERT
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396
16397 }
16398 \end_layout
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 \begin_inset Formula $*$
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \backslash
16427 star
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Formula $\star$
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450
16451 \backslash
16452 circ
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 \begin_inset Formula $\circ$
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475
16476 \backslash
16477 diamond
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 \begin_inset Formula $\diamond$
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \backslash
16502 bullet
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Formula $\bullet$
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 </row>
16520 </lyxtabular>
16521
16522 \end_inset
16523
16524
16525 \begin_inset space \hfill{}
16526 \end_inset
16527
16528
16529 \begin_inset Tabular
16530 <lyxtabular version="3" rows="13" columns="2">
16531 <features tabularvalignment="middle">
16532 <column alignment="center" valignment="top" width="0pt">
16533 <column alignment="center" valignment="top" width="0pt">
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 コマンド
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 出力
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 nabla
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\nabla$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 bigtriangledown
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\bigtriangledown$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 bigtriangleup
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\bigtriangleup$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 Box
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\Box$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 cap 
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\cap$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 cup
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\cup$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 dagger
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\dagger$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \backslash
16736 ddagger
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\ddagger$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759
16760 \backslash
16761 wr
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $\wr$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \backslash
16786 bigcirc
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\bigcirc$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \backslash
16811 wedge
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\wedge$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \backslash
16836 vee
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $\vee$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 </lyxtabular>
16855
16856 \end_inset
16857
16858
16859 \begin_inset space \hfill{}
16860 \end_inset
16861
16862
16863 \begin_inset Tabular
16864 <lyxtabular version="3" rows="13" columns="2">
16865 <features tabularvalignment="middle">
16866 <column alignment="center" valignment="top" width="0pt">
16867 <column alignment="center" valignment="top" width="0pt">
16868 <row>
16869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 コマンド
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 出力
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 oplus
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\oplus$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 ominus
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\ominus$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 otimes
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\otimes$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 oslash
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\oslash$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 odot
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\odot$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 amalg
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\amalg$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 uplus
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\uplus$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068
17069 \backslash
17070 setminus
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $\setminus$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 sqcap
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\sqcap$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 sqcup
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\sqcup$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 triangleleft
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\triangleleft$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 triangleright
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\triangleright$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 </lyxtabular>
17189
17190 \end_inset
17191
17192
17193 \begin_inset space \hfill{}
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \begin_layout Standard
17200 二項演算子は、すべて数式ツールバーボタンの
17201 \begin_inset Graphics
17202         filename ../../images/math/pm.png
17203         scale 85
17204
17205 \end_inset
17206
17207 から挿入することもできます。
17208 \end_layout
17209
17210 \begin_layout Standard
17211 ラプラス演算子を組版するには、
17212 \series bold
17213
17214 \backslash
17215 bigtriangleup
17216 \series default
17217 以外に、
17218 \series bold
17219
17220 \backslash
17221 Delta
17222 \series default
17223
17224 \series bold
17225
17226 \backslash
17227 nabla
17228 \series default
17229 ^
17230 \series bold
17231 2
17232 \series default
17233
17234 \begin_inset Formula $\nabla^{2}$
17235 \end_inset
17236
17237 )を使用することもできます。
17238 \end_layout
17239
17240 \begin_layout Standard
17241
17242 \family sans
17243 挿入\SpecialChar \menuseparator
17244 特殊文字
17245 \family default
17246 メニューの
17247 \family sans
17248 メニュー区切り
17249 \family default
17250 で入力される文字は、
17251 \series bold
17252
17253 \backslash
17254 triangleright
17255 \series default
17256 演算子です。
17257 \end_layout
17258
17259 \begin_layout Subsection
17260 自己定義演算子
17261 \begin_inset CommandInset label
17262 LatexCommand label
17263 name "sub:自己定義演算子"
17264
17265 \end_inset
17266
17267
17268 \begin_inset Index idx
17269 status collapsed
17270
17271 \begin_layout Plain Layout
17272 えんざんし@演算子 ! じこていぎ@自己定義
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \begin_layout Standard
17281 LaTeXプリアンブルで
17282 \series bold
17283
17284 \backslash
17285 DeclareMathOperator
17286 \series default
17287
17288 \begin_inset Index idx
17289 status collapsed
17290
17291 \begin_layout Plain Layout
17292 こまんど@コマンド ! D ! 
17293 \backslash
17294 dbinom@
17295 \backslash
17296 DeclareMathOperator
17297 \end_layout
17298
17299 \end_inset
17300
17301 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 DeclareMathOperator{新規コマンド}{表示}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17314 \begin_inset CommandInset ref
17315 LatexCommand ref
17316 reference "sub:演算子の範囲"
17317
17318 \end_inset
17319
17320 節で述べられた範囲を指定することができます。
17321 \end_layout
17322
17323 \begin_layout Standard
17324 たとえば、以下のようなLaTeXプリアンブル行
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330
17331 \backslash
17332 DeclareMathOperator*{
17333 \backslash
17334 Lozenge}{
17335 \backslash
17336 blacklozenge}
17337 \end_layout
17338
17339 \begin_layout Standard
17340 は、第
17341 \begin_inset CommandInset ref
17342 LatexCommand ref
17343 reference "sub:その他の記号"
17344
17345 \end_inset
17346
17347 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17348 \series bold
17349
17350 \backslash
17351 Lozenge
17352 \series default
17353 を定義します。
17354 \begin_inset Formula \[
17355 \Lozenge_{n=1}^{\infty}\]
17356
17357 \end_inset
17358
17359 上記の数式を作るコマンドは、
17360 \series bold
17361
17362 \backslash
17363 Lozenge
17364 \series default
17365 ^
17366 \series bold
17367
17368 \backslash
17369 infty
17370 \begin_inset Formula $\to$
17371 \end_inset
17372
17373 _n=1
17374 \series default
17375 です。
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset VSpace bigskip
17380 \end_inset
17381
17382 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17383 \series bold
17384
17385 \backslash
17386 mathop
17387 \series default
17388
17389 \begin_inset Index idx
17390 status collapsed
17391
17392 \begin_layout Plain Layout
17393 こまんど@コマンド ! M ! 
17394 \backslash
17395 mathop
17396 \end_layout
17397
17398 \end_inset
17399
17400 コマンドおよび
17401 \series bold
17402
17403 \backslash
17404 mathbin
17405 \series default
17406
17407 \begin_inset Index idx
17408 status collapsed
17409
17410 \begin_layout Plain Layout
17411 こまんど@コマンド ! M ! 
17412 \backslash
17413 mathbin
17414 \end_layout
17415
17416 \end_inset
17417
17418 コマンドを用いて定義を行うこともできます。
17419 \end_layout
17420
17421 \begin_layout Standard
17422 (書式)
17423 \series bold
17424
17425 \backslash
17426 mathop{表示}
17427 \series default
17428 および
17429 \series bold
17430
17431 \backslash
17432 mathbin{表示}
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 mathop
17441 \series default
17442 は大演算子を定義し、
17443 \series bold
17444
17445 \backslash
17446 mathbin
17447 \series default
17448 は二項演算子を定義します。
17449 \end_layout
17450
17451 \begin_layout Standard
17452 たとえば
17453 \series bold
17454
17455 \backslash
17456 mathop
17457 \series default
17458 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17459 \end_layout
17460
17461 \begin_layout Standard
17462 \begin_inset Formula \[
17463 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \begin_layout Standard
17471 上記の数式では
17472 \begin_inset Newline newline
17473 \end_inset
17474
17475
17476 \series bold
17477
17478 \backslash
17479 mathop{
17480 \backslash
17481 sum
17482 \backslash
17483 negmedspace
17484 \backslash
17485 sum
17486 \series default
17487
17488 \begin_inset ERT
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492
17493
17494 \backslash
17495 spce 
17496 \end_layout
17497
17498 \end_inset
17499
17500
17501 \series bold
17502
17503 \begin_inset Formula $\to$
17504 \end_inset
17505
17506 ^N
17507 \series default
17508
17509 \begin_inset ERT
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513
17514
17515 \backslash
17516 spce 
17517 \end_layout
17518
17519 \end_inset
17520
17521
17522 \series bold
17523 _i,j=1
17524 \begin_inset Newline newline
17525 \end_inset
17526
17527
17528 \series default
17529 というコマンドを用いています。
17530 \end_layout
17531
17532 \begin_layout Section
17533 書体
17534 \begin_inset Index idx
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538 しょたい@書体
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \begin_inset Index idx
17545 status collapsed
17546
17547 \begin_layout Plain Layout
17548 ふぉんと@フォント | see
17549 \begin_inset ERT
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553
17554 {
17555 \end_layout
17556
17557 \end_inset
17558
17559 書体
17560 \begin_inset ERT
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564
17565 }
17566 \end_layout
17567
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \begin_layout Subsection
17579 書体様式
17580 \begin_inset CommandInset label
17581 LatexCommand label
17582 name "sub:書体様式"
17583
17584 \end_inset
17585
17586
17587 \begin_inset Index idx
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591 しょたい@書体 ! ようしき@様式
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17601 \begin_inset VSpace -2mm
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 \align center
17609 \begin_inset Tabular
17610 <lyxtabular version="3" rows="7" columns="3">
17611 <features tabularvalignment="middle">
17612 <column alignment="center" valignment="top" width="0">
17613 <column alignment="center" valignment="top" width="0">
17614 <column alignment="center" valignment="top" width="0">
17615 <row>
17616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 コマンド
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 出力
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 短絡キー
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \backslash
17651 mathbb
17652 \series bold
17653
17654 \begin_inset ERT
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658
17659
17660 \backslash
17661 spce 
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \series default
17668 ABC
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Formula $\mathbb{ABC}$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Info
17690 type  "shortcut"
17691 arg   "font-noun"
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 mathbf
17708 \series bold
17709
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 spce 
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \series default
17724 AbC
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 \begin_inset Formula $\mathbf{AbC}$
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Info
17746 type  "shortcut"
17747 arg   "font-bold"
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 boldsymbol
17764 \series bold
17765
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 spce 
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \series default
17780 AbC
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\boldsymbol{AbC}$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Info
17802 type  "shortcuts"
17803 arg   "font-boldsymbol"
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \backslash
17819 mathcal
17820 \series bold
17821
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 spce 
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \series default
17836 ABC
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 \begin_inset Formula $\mathcal{ABC}$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Info
17858 type  "shortcut"
17859 arg   "font-emph"
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 <row>
17869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873
17874 \backslash
17875 mathfrak
17876 \series bold
17877
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 spce 
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \series default
17892 AbC
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 \begin_inset Formula $\mathfrak{AbC}$
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 -
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 </row>
17919 <row>
17920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \backslash
17926 mathscr
17927 \series bold
17928
17929 \begin_inset ERT
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933
17934
17935 \backslash
17936 spce 
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \series default
17943 AbC
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Formula $\mathscr{AbC}$
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 -
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 </row>
17970 </lyxtabular>
17971
17972 \end_inset
17973
17974
17975 \end_layout
17976
17977 \begin_layout Standard
17978 \align center
17979 \begin_inset Tabular
17980 <lyxtabular version="3" rows="5" columns="3">
17981 <features tabularvalignment="middle">
17982 <column alignment="center" valignment="top" width="0">
17983 <column alignment="center" valignment="top" width="0">
17984 <column alignment="center" valignment="top" width="0">
17985 <row>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 コマンド
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 出力
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 短絡キー
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 </row>
18014 <row>
18015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019
18020 \backslash
18021 mathit
18022 \series bold
18023
18024 \begin_inset ERT
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028
18029
18030 \backslash
18031 spce 
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \series default
18038 AbC
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 \begin_inset Formula $\mathit{AbC}$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 -
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \backslash
18072 mathrm
18073 \series bold
18074
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 spce 
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \series default
18089 AbC
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\mathrm{AbC}$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 \begin_inset Info
18111 type  "shortcut"
18112 arg   "font-roman"
18113 \end_inset
18114
18115
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \backslash
18128 mathsf
18129 \series bold
18130
18131 \begin_inset ERT
18132 status collapsed
18133
18134 \begin_layout Plain Layout
18135
18136
18137 \backslash
18138 spce 
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \series default
18145 AbC
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Formula $\mathsf{AbC}$
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 \begin_inset Info
18167 type  "shortcut"
18168 arg   "font-sans"
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \backslash
18184 mathtt
18185 \series bold
18186
18187 \begin_inset ERT
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 spce 
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \series default
18201 AbC
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18207 \begin_inset Text
18208
18209 \begin_layout Plain Layout
18210 \begin_inset Formula $\mathtt{AbC}$
18211 \end_inset
18212
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 \begin_inset Info
18223 type  "shortcut"
18224 arg   "font-typewriter"
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 </lyxtabular>
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Standard
18241 \begin_inset Note Greyedout
18242 status open
18243
18244 \begin_layout Plain Layout
18245
18246 \series bold
18247 (注意)
18248 \backslash
18249 mathbb
18250 \series default
18251 様式と
18252 \series bold
18253
18254 \backslash
18255 mathcal
18256 \series default
18257 様式は、大文字にのみ使用することができます。
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 既定では、
18267 \series bold
18268
18269 \backslash
18270 mathnormal
18271 \series default
18272 様式に設定されています。
18273 \end_layout
18274
18275 \begin_layout Standard
18276 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18277 \begin_inset Formula \[
18278 \mathfrak{A=\frac{b}{C}}\]
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Standard
18286 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18287 \series bold
18288
18289 \backslash
18290 textrm
18291 \series default
18292 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18293 \begin_inset Foot
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297 \begin_inset CommandInset href
18298 LatexCommand href
18299 name "LyX-bug #4629"
18300 target "http://www.lyx.org/trac/ticket/4629"
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \begin_layout Standard
18313 書体様式コマンドの代わりに、
18314 \family sans
18315 編集\SpecialChar \menuseparator
18316 数学\SpecialChar \menuseparator
18317 文字様式
18318 \family default
18319 ダイアログや、
18320 \begin_inset Graphics
18321         filename ../../images/math/font.png
18322         scale 85
18323
18324 \end_inset
18325
18326 を使用することもできます。
18327 \end_layout
18328
18329 \begin_layout Subsection
18330 ボールド体の数式
18331 \begin_inset CommandInset label
18332 LatexCommand label
18333 name "sub:ボールド体の数式"
18334
18335 \end_inset
18336
18337
18338 \begin_inset Index idx
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342 すうしき@数式 ! ぼーるどたい@ボールド体
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Standard
18351 数式全体をボールド体にしようとすると、前節の
18352 \series bold
18353
18354 \backslash
18355 mathbf
18356 \series default
18357 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18358 字してしまいます。
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset Formula \[
18363 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Standard
18371 この数式を正しく表示するには、以下のように、
18372 \series bold
18373
18374 \backslash
18375 boldsymbol
18376 \series default
18377 コマンドを使用します。
18378 \begin_inset Formula \[
18379 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18380
18381 \end_inset
18382
18383 また、数式を
18384 \series bold
18385 boldmath環境
18386 \series default
18387 に設定する方法もあります。この環境は、TeXモードで
18388 \series bold
18389
18390 \backslash
18391 boldmath
18392 \begin_inset Index idx
18393 status collapsed
18394
18395 \begin_layout Plain Layout
18396 こまんど@コマンド ! B ! 
18397 \backslash
18398 boldmath
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \series default
18405 コマンドを挿入することによって作ることができます。環境を閉じるには、
18406 \series bold
18407
18408 \backslash
18409 unboldmath
18410 \begin_inset Index idx
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414 こまんど@コマンド ! U ! 
18415 \backslash
18416 unboldmath
18417 \end_layout
18418
18419 \end_inset
18420
18421
18422 \series default
18423 コマンドをTeXモードで挿入します。
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 boldmath 
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \begin_inset Formula \[
18438 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18439
18440 \end_inset
18441
18442
18443 \begin_inset ERT
18444 status collapsed
18445
18446 \begin_layout Plain Layout
18447
18448
18449 \backslash
18450 unboldmath 
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Subsection
18459 色付きの数式
18460 \begin_inset Index idx
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464 すうしき@数式 ! いろつき@色付き
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18474 \begin_inset Formula \[
18475 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18476
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \begin_layout Standard
18483
18484 \begin_inset CommandInset ref
18485 LatexCommand ref
18486 reference "sub:色付きボックス"
18487
18488 \end_inset
18489
18490 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18491 \series bold
18492
18493 \backslash
18494 textcolor
18495 \series default
18496
18497 \begin_inset Index idx
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501 こまんど@コマンド ! T ! 
18502 \backslash
18503 textcolor
18504 \end_layout
18505
18506 \end_inset
18507
18508 TeXコードコマンドで適用することができます。
18509 \end_layout
18510
18511 \begin_layout Standard
18512
18513 \series bold
18514
18515 \backslash
18516 textcolor{色}{文字ないし数式}
18517 \end_layout
18518
18519 \begin_layout Standard
18520 下記の例は、全体を濃緑にし、一部を赤にしています。
18521 \end_layout
18522
18523 \begin_layout Standard
18524 \begin_inset ERT
18525 status collapsed
18526
18527 \begin_layout Plain Layout
18528
18529
18530 \backslash
18531 textcolor{darkgreen}{
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \begin_inset Formula \[
18538 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18539
18540 \end_inset
18541
18542
18543 \begin_inset ERT
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548 }
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18558 \begin_inset Foot
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562 \begin_inset CommandInset href
18563 LatexCommand href
18564 name "LyX-bug #5269"
18565 target "http://www.lyx.org/trac/ticket/5269"
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Subsection
18578 書体寸法
18579 \begin_inset CommandInset label
18580 LatexCommand label
18581 name "sub:書体寸法"
18582
18583 \end_inset
18584
18585
18586 \begin_inset Index idx
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590 しょたい@書体 ! すんぽう@寸法
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \begin_layout Standard
18599 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18600 \end_layout
18601
18602 \begin_layout Standard
18603
18604 \series bold
18605
18606 \backslash
18607 Huge
18608 \series default
18609
18610 \series bold
18611
18612 \backslash
18613 huge
18614 \series default
18615
18616 \series bold
18617
18618 \backslash
18619 LARGE
18620 \series default
18621
18622 \series bold
18623
18624 \backslash
18625 Large
18626 \series default
18627
18628 \series bold
18629
18630 \backslash
18631 large
18632 \series default
18633
18634 \series bold
18635
18636 \backslash
18637 normalsize
18638 \series default
18639
18640 \series bold
18641
18642 \backslash
18643 small
18644 \series default
18645 ,
18646 \begin_inset Newline newline
18647 \end_inset
18648
18649
18650 \series bold
18651
18652 \backslash
18653 footnotesize
18654 \series default
18655
18656 \series bold
18657
18658 \backslash
18659 scriptsize
18660 \series default
18661 、および
18662 \series bold
18663
18664 \backslash
18665 tiny
18666 \end_layout
18667
18668 \begin_layout Standard
18669 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18670 \series bold
18671
18672 \backslash
18673 normalsize
18674 \series default
18675 コマンドに設定されます。他のコマンドは、
18676 \series bold
18677
18678 \backslash
18679 normalsize
18680 \series default
18681 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18682 \begin_inset space \thinspace{}
18683 \end_inset
18684
18685 ptであるならば、
18686 \series bold
18687
18688 \backslash
18689 Huge
18690 \series default
18691 コマンドは
18692 \series bold
18693
18694 \backslash
18695 huge
18696 \series default
18697 コマンドと同じ大きさに落とされます。
18698 \end_layout
18699
18700 \begin_layout Standard
18701 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18702 \series bold
18703
18704 \backslash
18705 normalsize
18706 \series default
18707 コマンドを挿入します。
18708 \end_layout
18709
18710 \begin_layout Standard
18711 \begin_inset Newpage newpage
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Standard
18718 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18719 \end_layout
18720
18721 \begin_layout Standard
18722 \noindent
18723 \align center
18724 \begin_inset Tabular
18725 <lyxtabular version="3" rows="5" columns="2">
18726 <features tabularvalignment="middle">
18727 <column alignment="center" valignment="top" width="0">
18728 <column alignment="center" valignment="top" width="0">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 コマンド
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 出力
18744 \begin_inset Note Note
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748
18749 \series bold
18750
18751 \backslash
18752 raisebox
18753 \series default
18754  はスペーサーとして使用されているだけです。
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \backslash
18772 displaystyle
18773 \begin_inset Index idx
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 こまんど@コマンド ! D ! 
18778 \backslash
18779 displaystyle
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 </row>
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \backslash
18809 textstyle
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \backslash
18834 scriptstyle
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 scriptscriptstyle
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 </lyxtabular>
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18886 \end_layout
18887
18888 \begin_layout Standard
18889 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18890 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18891 \begin_inset VSpace -2mm
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \begin_layout Standard
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903
18904 \backslash
18905 huge 
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \begin_inset Formula \[
18912 A=\frac{B}{c}\cdot\maltese\]
18913
18914 \end_inset
18915
18916
18917 \begin_inset Formula \[
18918 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18919
18920 \end_inset
18921
18922
18923 \begin_inset ERT
18924 status collapsed
18925
18926 \begin_layout Plain Layout
18927
18928
18929 \backslash
18930 normalsize 
18931 \end_layout
18932
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \begin_layout Standard
18939 \begin_inset VSpace medskip
18940 \end_inset
18941
18942 二つの式の前には、
18943 \series bold
18944
18945 \backslash
18946 huge
18947 \series default
18948 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18949 \begin_inset Newline newline
18950 \end_inset
18951
18952
18953 \series bold
18954
18955 \backslash
18956 maltese
18957 \begin_inset ERT
18958 status collapsed
18959
18960 \begin_layout Plain Layout
18961
18962
18963 \backslash
18964 spce 
18965 \end_layout
18966
18967 \end_inset
18968
18969 A Alt+M M 
18970 \backslash
18971 Large
18972 \begin_inset ERT
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976
18977
18978 \backslash
18979 spce 
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \backslash
18986 maltese
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 spce 
18995 \end_layout
18996
18997 \end_inset
18998
18999
19000 \backslash
19001 textit
19002 \begin_inset ERT
19003 status collapsed
19004
19005 \begin_layout Plain Layout
19006
19007
19008 \backslash
19009 spce 
19010 \end_layout
19011
19012 \end_inset
19013
19014 A
19015 \begin_inset Formula $\to$
19016 \end_inset
19017
19018
19019 \begin_inset Formula $\to$
19020 \end_inset
19021
19022
19023 \begin_inset Newline newline
19024 \end_inset
19025
19026
19027 \begin_inset space \hspace*{}
19028 \length 1cm
19029 \end_inset
19030
19031 Alt+M
19032 \series default
19033  
19034 \series bold
19035
19036 \backslash
19037 tiny
19038 \begin_inset ERT
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042
19043
19044 \backslash
19045 spce 
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \backslash
19052 maltese
19053 \begin_inset ERT
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057
19058
19059 \backslash
19060 spce 
19061 \end_layout
19062
19063 \end_inset
19064
19065
19066 \backslash
19067 textit
19068 \begin_inset ERT
19069 status collapsed
19070
19071 \begin_layout Plain Layout
19072
19073
19074 \backslash
19075 spce 
19076 \end_layout
19077
19078 \end_inset
19079
19080 A
19081 \begin_inset Newline newline
19082 \end_inset
19083
19084
19085 \series default
19086 のようになります。
19087 \end_layout
19088
19089 \begin_layout Standard
19090 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19091 \begin_inset Newpage newpage
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \begin_layout Section
19098 ギリシャ文字
19099 \begin_inset Index idx
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103 ぎりしゃもじ@ギリシャ文字
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 すべてのギリシャ文字は、ツールバーボタンの
19113 \begin_inset Graphics
19114         filename ../../images/math/alpha.png
19115         scale 85
19116
19117 \end_inset
19118
19119 からでも挿入することができます。
19120 \end_layout
19121
19122 \begin_layout Subsection
19123 小文字
19124 \begin_inset Index idx
19125 status collapsed
19126
19127 \begin_layout Plain Layout
19128 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \begin_layout Standard
19137 \begin_inset space \hfill{}
19138 \end_inset
19139
19140
19141 \begin_inset Tabular
19142 <lyxtabular version="3" rows="11" columns="2">
19143 <features tabularvalignment="middle">
19144 <column alignment="center" valignment="top" width="0pt">
19145 <column alignment="center" valignment="top" width="0pt">
19146 <row>
19147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 コマンド
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 出力
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 <row>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \backslash
19173 alpha
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 \begin_inset Formula $\alpha$
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196
19197 \backslash
19198 beta
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207 \begin_inset Formula $\beta$
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 gamma
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Formula $\gamma$
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \backslash
19248 delta
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset Formula $\delta$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271
19272 \backslash
19273 epsilon
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset Formula $\epsilon$
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 varepsilon
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Formula $\varepsilon$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \backslash
19323 zeta
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $\zeta$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 eta
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\eta$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \backslash
19373 theta
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $\theta$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \backslash
19398 vartheta
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\vartheta$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 </lyxtabular>
19417
19418 \end_inset
19419
19420
19421 \begin_inset space \hfill{}
19422 \end_inset
19423
19424
19425 \begin_inset Tabular
19426 <lyxtabular version="3" rows="12" columns="2">
19427 <features tabularvalignment="middle">
19428 <column alignment="center" valignment="top" width="0pt">
19429 <column alignment="center" valignment="top" width="0pt">
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 コマンド
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 出力
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \backslash
19457 iota
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset Formula $\iota$
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 </row>
19475 <row>
19476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \backslash
19482 kappa
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 \begin_inset Formula $\kappa$
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \backslash
19507 varkappa
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset Formula $\varkappa$
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 </row>
19525 <row>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530
19531 \backslash
19532 lambda
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 \begin_inset Formula $\lambda$
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \backslash
19557 mu
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Formula $\mu$
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 nu
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\nu$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 xi
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\xi$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630 o
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $o$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 pi
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\pi$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 varpi
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\varpi$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 rho
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\rho$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 </lyxtabular>
19724
19725 \end_inset
19726
19727
19728 \begin_inset space \hfill{}
19729 \end_inset
19730
19731
19732 \begin_inset Tabular
19733 <lyxtabular version="3" rows="11" columns="2">
19734 <features tabularvalignment="middle">
19735 <column alignment="center" valignment="top" width="0pt">
19736 <column alignment="center" valignment="top" width="0pt">
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 コマンド
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 出力
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 varrho
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\varrho$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 sigma
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\sigma$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 varsigma
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\varsigma$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 tau
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\tau$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 upsilon
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\upsilon$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 phi
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\phi$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 varphi
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\varphi$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 chi
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\chi$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 psi
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\psi$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 omega
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\omega$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 </lyxtabular>
20008
20009 \end_inset
20010
20011
20012 \begin_inset space \hfill{}
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \begin_layout Standard
20019 \begin_inset VSpace medskip
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \begin_layout Standard
20026 アップライト体のギリシャ文字を作成する方法は、第
20027 \begin_inset CommandInset ref
20028 LatexCommand ref
20029 reference "sub:アップライト体ギリシャ小文字"
20030
20031 \end_inset
20032
20033 節に説明されています。
20034 \end_layout
20035
20036 \begin_layout Subsection
20037 大文字
20038 \begin_inset Index idx
20039 status collapsed
20040
20041 \begin_layout Plain Layout
20042 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20043 \end_layout
20044
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \begin_layout Standard
20051 \begin_inset space \hfill{}
20052 \end_inset
20053
20054
20055 \begin_inset Tabular
20056 <lyxtabular version="3" rows="7" columns="2">
20057 <features tabularvalignment="middle">
20058 <column alignment="center" valignment="top" width="0pt">
20059 <column alignment="center" valignment="top" width="0pt">
20060 <row>
20061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \family roman
20067 \series medium
20068 \shape up
20069 \size normal
20070 \emph off
20071 \bar no
20072 \noun off
20073 \color none
20074 コマンド
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \family roman
20085 \series medium
20086 \shape up
20087 \size normal
20088 \emph off
20089 \bar no
20090 \noun off
20091 \color none
20092 出力
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 Gamma
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\Gamma$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 Delta
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\Delta$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 Theta
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\Theta$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 Lambda
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\Lambda$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 Xi
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\Xi$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 Pi
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\Pi$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 </lyxtabular>
20249
20250 \end_inset
20251
20252
20253 \begin_inset space \hfill{}
20254 \end_inset
20255
20256
20257 \begin_inset Tabular
20258 <lyxtabular version="3" rows="6" columns="2">
20259 <features tabularvalignment="middle">
20260 <column alignment="center" valignment="top" width="0pt">
20261 <column alignment="center" valignment="top" width="0pt">
20262 <row>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267
20268 \family roman
20269 \series medium
20270 \shape up
20271 \size normal
20272 \emph off
20273 \bar no
20274 \noun off
20275 \color none
20276 コマンド
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \family roman
20287 \series medium
20288 \shape up
20289 \size normal
20290 \emph off
20291 \bar no
20292 \noun off
20293 \color none
20294 出力
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 Sigma
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\Sigma$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 Upsilon
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\Upsilon$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 Phi
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\Phi$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 Psi
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\Psi$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 Omega
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\Omega$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 </lyxtabular>
20426
20427 \end_inset
20428
20429
20430 \begin_inset space \hfill{}
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \begin_layout Standard
20437 \begin_inset VSpace medskip
20438 \end_inset
20439
20440 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20441 ドの頭に
20442 \series bold
20443 var
20444 \series default
20445 を付けてください。たとえば、
20446 \series bold
20447
20448 \backslash
20449 varGamma
20450 \series default
20451 コマンドは、
20452 \begin_inset Formula $\varGamma$
20453 \end_inset
20454
20455 を生成します。
20456 \end_layout
20457
20458 \begin_layout Subsection
20459 ボールド体
20460 \begin_inset Index idx
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \begin_layout Standard
20473 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20474 \series bold
20475
20476 \backslash
20477 boldsymbol
20478 \series default
20479 コマンドのみです
20480 \begin_inset Index idx
20481 status collapsed
20482
20483 \begin_layout Plain Layout
20484 こまんど@コマンド ! B ! 
20485 \backslash
20486 boldsymbol
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \begin_layout Standard
20495 \align center
20496 \begin_inset Tabular
20497 <lyxtabular version="3" rows="3" columns="2">
20498 <features tabularvalignment="middle">
20499 <column alignment="center" valignment="top" width="0">
20500 <column alignment="center" valignment="top" width="0">
20501 <row>
20502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506 コマンド
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 出力
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \backslash
20528 Upsilon
20529 \backslash
20530 boldsymbol
20531 \backslash
20532 Upsilon
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \backslash
20557 theta
20558 \backslash
20559 boldsymbol
20560 \backslash
20561 theta
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\theta\boldsymbol{\theta}$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 </lyxtabular>
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Section
20587 記号
20588 \begin_inset ERT
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592
20593
20594 \backslash
20595 texorpdfstring{
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \begin_inset Foot
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20606 \begin_inset CommandInset citation
20607 LatexCommand cite
20608 key "Symbols"
20609
20610 \end_inset
20611
20612 にあります。
20613 \end_layout
20614
20615 \end_inset
20616
20617
20618 \begin_inset ERT
20619 status collapsed
20620
20621 \begin_layout Plain Layout
20622
20623 }{}
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \begin_inset Note Note
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633
20634 \backslash
20635 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20636 \end_layout
20637
20638 \begin_layout Plain Layout
20639
20640 \backslash
20641 texorpdfstringについての詳細は、第
20642 \begin_inset CommandInset ref
20643 LatexCommand ref
20644 reference "sub:節見出し中の数式"
20645
20646 \end_inset
20647
20648 節にあります。
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \begin_inset Index idx
20655 status collapsed
20656
20657 \begin_layout Plain Layout
20658 きごう@記号
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Standard
20667 本節に掲げてある各記号の多くは、ツールバーボタンの
20668 \begin_inset Graphics
20669         filename ../../images/math/nabla.png
20670         scale 85
20671
20672 \end_inset
20673
20674
20675 \begin_inset Graphics
20676         filename ../../images/math/digamma.png
20677         scale 85
20678
20679 \end_inset
20680
20681 でも挿入することができます。
20682 \end_layout
20683
20684 \begin_layout Subsection
20685 数学記号
20686 \begin_inset CommandInset label
20687 LatexCommand label
20688 name "sub:数学記号"
20689
20690 \end_inset
20691
20692
20693 \begin_inset Index idx
20694 status collapsed
20695
20696 \begin_layout Plain Layout
20697 きごう@記号 ! すうがく@数学
20698 \end_layout
20699
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \begin_layout Standard
20706 \begin_inset space \hfill{}
20707 \end_inset
20708
20709
20710 \begin_inset Tabular
20711 <lyxtabular version="3" rows="10" columns="2">
20712 <features tabularvalignment="middle">
20713 <column alignment="center" valignment="top" width="0pt">
20714 <column alignment="center" valignment="top" width="0pt">
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 コマンド
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 出力
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 neg
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\neg$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 Im
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\Im$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 Re
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\Re$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 aleph
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\aleph$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 partial
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\partial$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 infty
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\infty$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 wp
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\wp$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 imath
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\imath$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 jmath
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\jmath$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 </lyxtabular>
20961
20962 \end_inset
20963
20964
20965 \begin_inset space \hfill{}
20966 \end_inset
20967
20968
20969 \begin_inset Tabular
20970 <lyxtabular version="3" rows="10" columns="2">
20971 <features tabularvalignment="middle">
20972 <column alignment="center" valignment="top" width="0pt">
20973 <column alignment="center" valignment="top" width="0pt">
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 コマンド
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 出力
20989 \begin_inset Note Note
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993 ここで
20994 \series bold
20995
20996 \backslash
20997 raisebox
20998 \series default
20999 はスペーサーとして使用しているだけです。
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \backslash
21017 forall
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\forall$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \backslash
21042 exists
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051 \begin_inset Formula $\exists$
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 nexists
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\nexists$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 emptyset
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\emptyset$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 <row>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \backslash
21117 varnothing
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 \begin_inset Formula $\varnothing$
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \backslash
21142 dag
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset Formula $\dag$
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 </row>
21160 <row>
21161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 ddag
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\ddag$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190
21191 \backslash
21192 complement
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 \begin_inset ERT
21202 status collapsed
21203
21204 \begin_layout Plain Layout
21205
21206
21207 \backslash
21208 raisebox{-0.8mm}{
21209 \end_layout
21210
21211 \end_inset
21212
21213
21214 \begin_inset Formula $\complement$
21215 \end_inset
21216
21217
21218 \begin_inset ERT
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222
21223 }
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 <row>
21235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239
21240 \backslash
21241 Bbbk
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\Bbbk$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 </lyxtabular>
21260
21261 \end_inset
21262
21263
21264 \begin_inset space \hfill{}
21265 \end_inset
21266
21267
21268 \begin_inset Tabular
21269 <lyxtabular version="3" rows="10" columns="2">
21270 <features tabularvalignment="middle">
21271 <column alignment="center" valignment="top" width="0pt">
21272 <column alignment="center" valignment="top" width="0pt">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 コマンド
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 出力
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 prime
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\prime$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 backprime
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\backprime$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 mho
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\mho$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 triangle
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\triangle$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 angle
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\angle$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 measuredangle
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\measuredangle$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 sphericalangle
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\sphericalangle$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 top
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\top$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 bot
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\bot$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 </lyxtabular>
21519
21520 \end_inset
21521
21522
21523 \begin_inset space \hfill{}
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \begin_layout Subsection
21530 その他の記号
21531 \begin_inset CommandInset label
21532 LatexCommand label
21533 name "sub:その他の記号"
21534
21535 \end_inset
21536
21537
21538 \begin_inset Index idx
21539 status collapsed
21540
21541 \begin_layout Plain Layout
21542 きごう@記号 ! そのた@その他
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Standard
21551 \noindent
21552 \align center
21553 \begin_inset Tabular
21554 <lyxtabular version="3" rows="10" columns="2">
21555 <features tabularvalignment="middle">
21556 <column alignment="center" valignment="top" width="0pt">
21557 <column alignment="center" valignment="top" width="0pt">
21558 <row>
21559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \family roman
21565 \series medium
21566 \shape up
21567 \size normal
21568 \emph off
21569 \bar no
21570 \noun off
21571 \color none
21572 コマンド
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581
21582 \family roman
21583 \series medium
21584 \shape up
21585 \size normal
21586 \emph off
21587 \bar no
21588 \noun off
21589 \color none
21590 出力
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 </row>
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601
21602 \backslash
21603 flat
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Formula $\flat$
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \backslash
21628 natural
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\natural$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 sharp
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\sharp$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 surd
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\surd$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 checkmark
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\checkmark$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 yen
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\yen$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 pounds
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\pounds$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 $
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 \begin_inset Formula $\$$
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 §
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $§$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 </lyxtabular>
21818
21819 \end_inset
21820
21821
21822 \begin_inset Tabular
21823 <lyxtabular version="3" rows="10" columns="2">
21824 <features tabularvalignment="middle">
21825 <column alignment="center" valignment="top" width="0">
21826 <column alignment="center" valignment="top" width="0">
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \family roman
21834 \series medium
21835 \shape up
21836 \size normal
21837 \emph off
21838 \bar no
21839 \noun off
21840 \color none
21841 コマンド
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \family roman
21852 \series medium
21853 \shape up
21854 \size normal
21855 \emph off
21856 \bar no
21857 \noun off
21858 \color none
21859 出力
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 </row>
21865 <row>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 hbar
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\hbar$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895
21896 \backslash
21897 hslash
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906 \begin_inset Formula $\hslash$
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 clubsuit
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\clubsuit$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 spadesuit
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\spadesuit$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 bigstar
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\bigstar$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 blacklozenge
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\blacklozenge$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 blacktriangle
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\blacktriangle$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 blacktiangledown
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\blacktriangledown$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 bullet
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\bullet$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 </lyxtabular>
22091
22092 \end_inset
22093
22094
22095 \begin_inset Tabular
22096 <lyxtabular version="3" rows="10" columns="2">
22097 <features tabularvalignment="middle">
22098 <column alignment="center" valignment="top" width="0pt">
22099 <column alignment="center" valignment="top" width="0pt">
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \family roman
22107 \series medium
22108 \shape up
22109 \size normal
22110 \emph off
22111 \bar no
22112 \noun off
22113 \color none
22114 コマンド
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \family roman
22125 \series medium
22126 \shape up
22127 \size normal
22128 \emph off
22129 \bar no
22130 \noun off
22131 \color none
22132 出力
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \backslash
22145 diamondsuit
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $\diamondsuit$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 Diamond
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\Diamond$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 heartsuit
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\heartsuit$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 P
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\P$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 copyright
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\copyright$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 circledR
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\circledR$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 maltese
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\maltese$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 diagup
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\diagup$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 diagdown
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\diagdown$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 </lyxtabular>
22364
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \begin_layout Standard
22371 \begin_inset VSpace medskip
22372 \end_inset
22373
22374 ここにある以上の記号が、第
22375 \begin_inset CommandInset ref
22376 LatexCommand ref
22377 reference "sub:他の特殊文字"
22378
22379 \end_inset
22380
22381 節に挙げてあります。
22382 \end_layout
22383
22384 \begin_layout Standard
22385 寸法を変えて表示することのできる記号もあります。第
22386 \begin_inset CommandInset ref
22387 LatexCommand ref
22388 reference "sub:書体寸法"
22389
22390 \end_inset
22391
22392 節をご参照下さい。
22393 \end_layout
22394
22395 \begin_layout Subsection
22396 ユーロ通貨記号€
22397 \begin_inset Index idx
22398 status collapsed
22399
22400 \begin_layout Plain Layout
22401 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \begin_inset Index idx
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 @
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418
22419
22420 \backslash
22421 officialeuro
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22436 \series bold
22437 eurosym
22438 \series default
22439
22440 \begin_inset Index idx
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 ぱっけーじ@パッケージ ! eurosym
22445 \end_layout
22446
22447 \end_inset
22448
22449 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22450 \end_layout
22451
22452 \begin_layout Standard
22453
22454 \series bold
22455
22456 \backslash
22457 usepackage[gennarrow]{eurosym}
22458 \end_layout
22459
22460 \begin_layout Standard
22461 すると、ユーロ通貨記号を
22462 \series bold
22463
22464 \backslash
22465 euro
22466 \series default
22467
22468 \begin_inset Index idx
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472 こまんど@コマンド ! E ! 
22473 \backslash
22474 euro
22475 \end_layout
22476
22477 \end_inset
22478
22479 コマンドで挿入することができるようになります。
22480 \end_layout
22481
22482 \begin_layout Standard
22483 数式テキストには、
22484 \series bold
22485 eurosym
22486 \series default
22487 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22488 \series bold
22489 eurosym
22490 \series default
22491 が導入されていれば、
22492 \series bold
22493
22494 \backslash
22495 euro
22496 \series default
22497 はTeXモードでも挿入することができます。また、正式な通貨記号を
22498 \series bold
22499
22500 \backslash
22501 officialeuro
22502 \series default
22503
22504 \begin_inset Index idx
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508 こまんど@コマンド ! O ! 
22509 \backslash
22510 officialeuro
22511 \end_layout
22512
22513 \end_inset
22514
22515 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22516 \end_layout
22517
22518 \begin_layout Standard
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 ifeurosym 
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \begin_inset Note Note
22533 status open
22534
22535 \begin_layout Plain Layout
22536 以下の表は、LaTeXパッケージ
22537 \series bold
22538 eurosym
22539 \series default
22540 が導入済みのときのみ表示されます。
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Standard
22549 以下は、各ユーロ通貨記号のまとめです。
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \align center
22554 \begin_inset Tabular
22555 <lyxtabular version="3" rows="4" columns="3">
22556 <features tabularvalignment="middle">
22557 <column alignment="center" valignment="top" width="0pt">
22558 <column alignment="center" valignment="top" width="0pt">
22559 <column alignment="center" valignment="top" width="0pt">
22560 <row>
22561 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 コマンド
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 出力
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 数式
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 euro
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\euro$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 数式テキスト
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\mbox{€}$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 TeXモード
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 officialeuro
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset ERT
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684
22685
22686 \backslash
22687 officialeuro
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 </lyxtabular>
22699
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \begin_layout Standard
22706 \begin_inset ERT
22707 status collapsed
22708
22709 \begin_layout Plain Layout
22710
22711
22712 \backslash
22713 else 
22714 \end_layout
22715
22716 \end_inset
22717
22718
22719 \begin_inset Note Note
22720 status open
22721
22722 \begin_layout Plain Layout
22723 以下は、LaTeXパッケージ
22724 \series bold
22725 eurosym
22726 \series default
22727 が導入されていないときのみ表示されます。
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Standard
22736 本節の残りを出力としてみるためには、LaTeXパッケージ
22737 \series bold
22738 eurosym
22739 \series default
22740 を導入する必要があります。
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749
22750 \backslash
22751 fi 
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Section
22760 関係子
22761 \begin_inset CommandInset label
22762 LatexCommand label
22763 name "sec:関係子"
22764
22765 \end_inset
22766
22767
22768 \begin_inset Index idx
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 かんけいし@関係子
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \begin_inset Index idx
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782 ひかくし@比較子|see
22783 \begin_inset ERT
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787
22788 {
22789 \end_layout
22790
22791 \end_inset
22792
22793 関係子
22794 \begin_inset ERT
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798
22799 }
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813 関係子はすべて、ツールバーボタンの
22814 \begin_inset Graphics
22815         filename ../../images/math/leq.png
22816         scale 85
22817
22818 \end_inset
22819
22820 でも挿入することができます。
22821 \end_layout
22822
22823 \begin_layout Standard
22824 \begin_inset space \hfill{}
22825 \end_inset
22826
22827
22828 \begin_inset Tabular
22829 <lyxtabular version="3" rows="17" columns="2">
22830 <features tabularvalignment="middle">
22831 <column alignment="center" valignment="top" width="0pt">
22832 <column alignment="center" valignment="top" width="0pt">
22833 <row>
22834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 コマンド
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 出力
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Formula $<$
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $<$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 le
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\le$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 ll
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\ll$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 prec
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\prec$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 preceq
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\preceq$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 subset
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\subset$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 subseteq
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\subseteq$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \backslash
23036 sqsubseteq
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 \begin_inset Formula $\sqsubseteq$
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 <row>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \backslash
23061 in
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Formula $\in$
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \backslash
23086 vdash
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 \begin_inset Formula $\vdash$
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \backslash
23111 smile
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 \begin_inset Formula $\smile$
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \backslash
23136 lhd
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Formula $\lhd$
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 </row>
23154 <row>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159
23160 \backslash
23161 unlhd
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 \begin_inset Formula $\unlhd$
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 </row>
23179 <row>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \backslash
23186 gtrless
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Formula $\gtrless$
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \backslash
23211 mid
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 \begin_inset Formula $\mid$
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 </row>
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \backslash
23236 nmid
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 \begin_inset Formula $\nmid$
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 </lyxtabular>
23255
23256 \end_inset
23257
23258
23259 \begin_inset space \hfill{}
23260 \end_inset
23261
23262
23263 \begin_inset Tabular
23264 <lyxtabular version="3" rows="17" columns="2">
23265 <features tabularvalignment="middle">
23266 <column alignment="center" valignment="top" width="0pt">
23267 <column alignment="center" valignment="top" width="0pt">
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 コマンド
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 出力
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 </row>
23288 <row>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 =
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $=$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 not=
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\not=$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 equiv
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\equiv$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 sim
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\sim$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 simeq
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\simeq$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 approx
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\approx$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 cong
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\cong$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 bowtie
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\bowtie$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 notin
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\notin$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 perp
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\perp$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 propto
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\propto$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 asymp
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\asymp$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 doteq
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\doteq$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 circeq
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\circeq$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 models
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\models$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 widehat=
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\widehat{=}$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 </lyxtabular>
23687
23688 \end_inset
23689
23690
23691 \begin_inset space \hfill{}
23692 \end_inset
23693
23694
23695 \begin_inset Tabular
23696 <lyxtabular version="3" rows="17" columns="2">
23697 <features tabularvalignment="middle">
23698 <column alignment="center" valignment="top" width="0pt">
23699 <column alignment="center" valignment="top" width="0pt">
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \family roman
23707 \series medium
23708 \shape up
23709 \size normal
23710 \emph off
23711 \bar no
23712 \noun off
23713 \color none
23714 コマンド
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \family roman
23725 \series medium
23726 \shape up
23727 \size normal
23728 \emph off
23729 \bar no
23730 \noun off
23731 \color none
23732 出力
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $>$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $>$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 ge
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\ge$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 gg
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\gg$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \backslash
23821 succ
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $\succ$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 succeq
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\succeq$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 supset
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\supset$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 supseteq
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\supseteq$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 sqsupseteq
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\sqsupseteq$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 ni
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\ni$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 dashv
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\dashv$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 frown
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\frown$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 rhd
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\rhd$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 unrhd
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\unrhd$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 lessgtr
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\lessgtr$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 parallel
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\parallel$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 nparallel
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\nparallel$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 </lyxtabular>
24140
24141 \end_inset
24142
24143
24144 \begin_inset space \hfill{}
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace medskip
24152 \end_inset
24153
24154
24155 \series bold
24156
24157 \backslash
24158 lhd
24159 \series default
24160
24161 \series bold
24162
24163 \backslash
24164 rhd
24165 \series default
24166 の文字は、同じように見える演算子
24167 \series bold
24168
24169 \backslash
24170 triangleleft
24171 \series default
24172 および
24173 \series bold
24174
24175 \backslash
24176 triangleright
24177 \series default
24178 よりも大きくなっています。
24179 \end_layout
24180
24181 \begin_layout Standard
24182 関係子は、記号とは違って、つねに前後に余白が置かれます。
24183 \end_layout
24184
24185 \begin_layout Standard
24186
24187 \series bold
24188
24189 \backslash
24190 stackrel
24191 \series default
24192
24193 \begin_inset Index idx
24194 status collapsed
24195
24196 \begin_layout Plain Layout
24197 こまんど@コマンド ! S ! 
24198 \backslash
24199 stackrel
24200 \end_layout
24201
24202 \end_inset
24203
24204 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24205 \end_layout
24206
24207 \begin_layout Standard
24208 \align center
24209 \begin_inset Tabular
24210 <lyxtabular version="3" rows="2" columns="2">
24211 <features tabularvalignment="middle">
24212 <column alignment="center" valignment="top" width="0">
24213 <column alignment="center" valignment="top" width="0">
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 コマンド
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 出力
24229 \begin_inset Note Note
24230 status collapsed
24231
24232 \begin_layout Plain Layout
24233 ここで
24234 \series bold
24235
24236 \backslash
24237 raisebox
24238 \series default
24239 はスペーサーとして使用しているだけです。
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 A(r)
24256 \backslash
24257 stackrel
24258 \begin_inset ERT
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262
24263
24264 \backslash
24265 spce 
24266 \end_layout
24267
24268 \end_inset
24269
24270 r
24271 \backslash
24272 to
24273 \backslash
24274 infty
24275 \begin_inset ERT
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279
24280
24281 \backslash
24282 spce 
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \begin_inset Formula $\downarrow$
24289 \end_inset
24290
24291
24292 \backslash
24293 approx
24294 \begin_inset ERT
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298
24299
24300 \backslash
24301 spce 
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \begin_inset ERT
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311
24312
24313 \backslash
24314 spce 
24315 \end_layout
24316
24317 \end_inset
24318
24319 B
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 </row>
24337 </lyxtabular>
24338
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \begin_layout Section
24345 函数
24346 \end_layout
24347
24348 \begin_layout Subsection
24349 定義済み函数
24350 \begin_inset CommandInset label
24351 LatexCommand label
24352 name "sub:定義済み函数"
24353
24354 \end_inset
24355
24356
24357 \begin_inset Index idx
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361 かんすう@函数 ! ていぎずみ@定義済み
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 一般的に、数式表現では変数は
24371 \shape italic
24372 イタリック体
24373 \shape default
24374 に設定されますが、函数名はイタリック体にしません。なぜなら、
24375 \begin_inset Formula $sin$
24376 \end_inset
24377
24378
24379 \begin_inset Formula $s\cdot i\cdot n$
24380 \end_inset
24381
24382 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24383 ックスラッシュを加えたコマンドとして挿入します。
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \align center
24388 \begin_inset Tabular
24389 <lyxtabular version="3" rows="2" columns="4">
24390 <features tabularvalignment="middle">
24391 <column alignment="center" valignment="top" width="0pt">
24392 <column alignment="center" valignment="top" width="0pt">
24393 <column alignment="center" valignment="top" width="0pt">
24394 <column alignment="center" valignment="top" width="0pt">
24395 <row>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 コマンド
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 出力
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 コマンド
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427 出力
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 Asin(x)+B
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 \begin_inset Formula $Asin(x)+B$
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 A
24460 \backslash
24461 sin(x)+B
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $A\sin(x)+B$
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 </lyxtabular>
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \begin_layout Standard
24487 以下の函数が定義済みです。
24488 \end_layout
24489
24490 \begin_layout Standard
24491 \begin_inset VSpace -2mm
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \begin_layout Standard
24498 \align center
24499 \begin_inset Tabular
24500 <lyxtabular version="3" rows="9" columns="4">
24501 <features tabularvalignment="middle">
24502 <column alignment="center" valignment="top" width="0pt">
24503 <column alignment="center" valignment="top" width="0pt">
24504 <column alignment="center" valignment="top" width="0pt">
24505 <column alignment="center" valignment="top" width="0pt">
24506 <row>
24507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511 コマンド
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 コマンド
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 コマンド
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 コマンド
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 sin
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 sinh
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 arcsin
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 sup
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 </row>
24590 <row>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 cos
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \backslash
24608 cosh
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 arccos
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 inf
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 </row>
24636 <row>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 tan
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 tanh
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \backslash
24665 arctan
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 lim
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 cot
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 coth
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 arg
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720
24721 \backslash
24722 liminf
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 <row>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 sec
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 min
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 deg
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766
24767 \backslash
24768 limsup
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 csc
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 max
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 det
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812
24813 \backslash
24814 Pr
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 </row>
24820 <row>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 ln
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
24837 \backslash
24838 exp
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Plain Layout
24847
24848 \backslash
24849 dim
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 hom
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 </row>
24866 <row>
24867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 lg
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 log
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 ker
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \backslash
24906 gcd
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 </row>
24912 </lyxtabular>
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Standard
24920 上記は、数式ツールバーボタンの
24921 \begin_inset Graphics
24922         filename ../../images/math/functions.png
24923         scale 85
24924
24925 \end_inset
24926
24927 でも挿入することができます。
24928 \end_layout
24929
24930 \begin_layout Subsection
24931 自己定義函数
24932 \begin_inset Index idx
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 かんすう@函数 ! じこていぎ@自己定義
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Standard
24945 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24946 \end_layout
24947
24948 \begin_layout Itemize
24949 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24950 \begin_inset Foot
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955 \series bold
24956
24957 \backslash
24958 DeclareMathOperator
24959 \series default
24960 についての詳細は、第
24961 \begin_inset CommandInset ref
24962 LatexCommand ref
24963 reference "sub:自己定義演算子"
24964
24965 \end_inset
24966
24967 節をご参照下さい。
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976
24977 \begin_inset VSpace -3mm
24978 \end_inset
24979
24980
24981 \begin_inset Newline newline
24982 \end_inset
24983
24984
24985 \series bold
24986
24987 \backslash
24988 DeclareMathOperator{
24989 \backslash
24990 sgn}{sgn}
24991 \series default
24992
24993 \begin_inset Index idx
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997 こまんど@コマンド ! D ! 
24998 \backslash
24999 dbinom@
25000 \backslash
25001 DeclareMathOperator
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \begin_inset Newline newline
25008 \end_inset
25009
25010
25011 \begin_inset VSpace -2mm
25012 \end_inset
25013
25014
25015 \begin_inset Newline newline
25016 \end_inset
25017
25018 これによって、新しく定義された函数を
25019 \series bold
25020
25021 \backslash
25022 sgn
25023 \series default
25024 コマンドで呼び出すことができるようになります。
25025 \end_layout
25026
25027 \begin_layout Itemize
25028 数式を普通に書き下し、函数名を選択して(上記の例では
25029 \emph on
25030 sgn
25031 \emph default
25032 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25033 \end_layout
25034
25035 \begin_layout Standard
25036 双方とも定義済み函数と同等の出力をもたらします
25037 \begin_inset Foot
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \align center
25051 \begin_inset Tabular
25052 <lyxtabular version="3" rows="3" columns="2">
25053 <features tabularvalignment="middle">
25054 <column alignment="center" valignment="top" width="0pt">
25055 <column alignment="center" valignment="top" width="0pt">
25056 <row>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 コマンド
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 出力
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081 A
25082 \backslash
25083 sgn(x)+B
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 \begin_inset Formula $A\sgn(x)+B$
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 </row>
25101 <row>
25102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106 A
25107 \backslash
25108 ,
25109 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25110 \end_inset
25111
25112 (x)+B
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 </row>
25130 </lyxtabular>
25131
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \begin_layout Standard
25138 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25139 \end_layout
25140
25141 \begin_layout Subsection
25142 極限
25143 \begin_inset Index idx
25144 status collapsed
25145
25146 \begin_layout Plain Layout
25147 きょくげん@極限
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 極限用には、
25157 \series bold
25158
25159 \backslash
25160 lim
25161 \series default
25162
25163 \begin_inset Index idx
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167 こまんど@コマンド ! L ! 
25168 \backslash
25169 lim
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \series bold
25176
25177 \backslash
25178 liminf
25179 \series default
25180
25181 \series bold
25182
25183 \backslash
25184 limsup
25185 \series default
25186 の他に、以下の函数があります。
25187 \end_layout
25188
25189 \begin_layout Standard
25190 \align center
25191 \begin_inset Tabular
25192 <lyxtabular version="3" rows="5" columns="2">
25193 <features tabularvalignment="middle">
25194 <column alignment="center" valignment="top" width="0">
25195 <column alignment="center" valignment="top" width="0">
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 コマンド
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210 出力
25211 \begin_inset Note Note
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215 ここで
25216 \series bold
25217
25218 \backslash
25219 raisebox
25220 \series default
25221 はスペーサーとして使用しているだけです。
25222 \end_layout
25223
25224 \end_inset
25225
25226
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 </row>
25232 <row>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 varliminf
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248 \begin_inset Formula $\varliminf$
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 </row>
25257 <row>
25258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 varlimsup
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273 \begin_inset Formula $\varlimsup$
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 <row>
25283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 varprojlim
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 \begin_inset Formula $\varprojlim$
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 </row>
25307 <row>
25308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312
25313 \backslash
25314 varinjlim
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 \begin_inset Formula $\varinjlim$
25324 \end_inset
25325
25326
25327 \begin_inset Formula $\raisebox{-2.5mm}{}$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 </lyxtabular>
25337
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \begin_layout Standard
25344 \begin_inset VSpace medskip
25345 \end_inset
25346
25347 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25348 \end_layout
25349
25350 \begin_layout Standard
25351 \align center
25352 \begin_inset Tabular
25353 <lyxtabular version="3" rows="2" columns="2">
25354 <features tabularvalignment="middle">
25355 <column alignment="center" valignment="top" width="0pt">
25356 <column alignment="center" valignment="top" width="0pt">
25357 <row>
25358 <cell alignment="center" valignment="top" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 コマンド
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 \begin_inset space \hspace{}
25372 \length 1cm
25373 \end_inset
25374
25375 出力
25376 \begin_inset Note Note
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380 ここで
25381 \series bold
25382
25383 \backslash
25384 raisebox
25385 \series default
25386 はスペーサーとして使用しているだけです。
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 </row>
25397 <row>
25398 <cell alignment="center" valignment="top" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402
25403 \backslash
25404 lim_x
25405 \backslash
25406 to
25407 \begin_inset ERT
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411
25412
25413 \backslash
25414 spce 
25415 \end_layout
25416
25417 \end_inset
25418
25419 A
25420 \begin_inset ERT
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424
25425
25426 \backslash
25427 spce 
25428 \end_layout
25429
25430 \end_inset
25431
25432 x=B
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 </row>
25450 </lyxtabular>
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25459 \begin_inset Formula \[
25460 \lim_{x\to A}x=B\]
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Subsection
25468 剰余函数
25469 \begin_inset Index idx
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 かんすう@函数 ! じょうよ@剰余
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \begin_inset Index idx
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483 かんすう@函数 ! もじゅらす@モジュラス | see
25484 \begin_inset ERT
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488
25489 {
25490 \end_layout
25491
25492 \end_inset
25493
25494 剰余
25495 \begin_inset ERT
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499
25500 }
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 剰余函数は、特別に4つの派生型があります。
25515 \end_layout
25516
25517 \begin_layout Standard
25518 以下は、別行建て数式での派生型です。
25519 \begin_inset Formula \begin{align*}
25520 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25521 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25522 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25523 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25524 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25525 \end{align*}
25526
25527 \end_inset
25528
25529
25530 \end_layout
25531
25532 \begin_layout Standard
25533 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25534 \end_layout
25535
25536 \begin_layout Section
25537 特殊文字
25538 \begin_inset Index idx
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542 とくしゅもじ@特殊文字
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Subsection
25551 数式テキストにおける特殊文字
25552 \end_layout
25553
25554 \begin_layout Standard
25555 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25556 \end_layout
25557
25558 \begin_layout Standard
25559 \begin_inset space \hfill{}
25560 \end_inset
25561
25562
25563 \begin_inset Tabular
25564 <lyxtabular version="3" rows="8" columns="2">
25565 <features tabularvalignment="middle">
25566 <column alignment="block" valignment="top" width="0">
25567 <column alignment="block" valignment="top" width="0">
25568 <row>
25569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 コマンド
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 出力
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 </row>
25588 <row>
25589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593
25594 \backslash
25595 oe
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604 \begin_inset Formula $\textrm{œ}$
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 </row>
25613 <row>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618
25619 \backslash
25620 OE
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629 \begin_inset Formula $\textrm{Œ}$
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 </row>
25638 <row>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643
25644 \backslash
25645 ae
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 \begin_inset Formula $\textrm{æ}$
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 </row>
25663 <row>
25664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668
25669 \backslash
25670 AE
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 \begin_inset Formula $\textrm{Æ}$
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 </row>
25688 <row>
25689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693
25694 \backslash
25695 aa
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704 \begin_inset Formula $\textrm{\aa}$
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 <row>
25714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 AA
25721 \begin_inset Index idx
25722 status collapsed
25723
25724 \begin_layout Plain Layout
25725
25726 \lang english
25727
25728 \backslash
25729 @
25730 \begin_inset ERT
25731 status collapsed
25732
25733 \begin_layout Plain Layout
25734
25735
25736 \backslash
25737 textrm{
25738 \backslash
25739 AA}
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Formula $\textrm{Å}$
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 i
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\textrm{ı}$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 </lyxtabular>
25793
25794 \end_inset
25795
25796
25797 \begin_inset space \hfill{}
25798 \end_inset
25799
25800
25801 \begin_inset Tabular
25802 <lyxtabular version="3" rows="8" columns="2">
25803 <features tabularvalignment="middle">
25804 <column alignment="block" valignment="top" width="0">
25805 <column alignment="center" valignment="top" width="0">
25806 <row>
25807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811 コマンド
25812 \begin_inset Note Note
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816 0
25817 \begin_inset space \thinspace{}
25818 \end_inset
25819
25820 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 出力
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 o
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 \begin_inset Formula $\textrm{ø}$
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 </row>
25865 <row>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870
25871 \backslash
25872 O
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 \begin_inset Formula $\textrm{Ø}$
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 </row>
25890 <row>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895
25896 \backslash
25897 l
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25903 \begin_inset Text
25904
25905 \begin_layout Plain Layout
25906 \begin_inset Formula $\textrm{ł}$
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 L
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 \begin_inset Formula $\textrm{Ł}$
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 !
25946 \begin_inset space \hspace{}
25947 \length 0mm
25948 \end_inset
25949
25950 `
25951 \begin_inset ERT
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955
25956
25957 \backslash
25958 spce 
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 \begin_inset Formula $\textrm{!`}$
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986 ?
25987 \begin_inset space \hspace{}
25988 \length 0mm
25989 \end_inset
25990
25991 `
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 spce 
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 \begin_inset Formula $\textrm{?`}$
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 j
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Formula $\textrm{ȷ}$
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 </lyxtabular>
26048
26049 \end_inset
26050
26051
26052 \begin_inset space \hfill{}
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 \begin_inset Formula $\textrm{\textrm{Å}}$
26060 \end_inset
26061
26062
26063 \begin_inset Formula $\textrm{\textrm{Ø}}$
26064 \end_inset
26065
26066 の各文字は、数式ツールバーボタンの
26067 \begin_inset Graphics
26068         filename ../../images/math/digamma.png
26069         scale 85
26070
26071 \end_inset
26072
26073 からも挿入することができます。
26074 \end_layout
26075
26076 \begin_layout Standard
26077 例外は、
26078 \series bold
26079 !
26080 \begin_inset space \hspace{}
26081 \length 0mm
26082 \end_inset
26083
26084 `
26085 \series default
26086
26087 \series bold
26088 ?
26089 \begin_inset space \hspace{}
26090 \length 0mm
26091 \end_inset
26092
26093 `
26094 \series default
26095 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26096 \end_layout
26097
26098 \begin_layout Subsection
26099 文章中のアクセント
26100 \begin_inset CommandInset label
26101 LatexCommand label
26102 name "sub:文章中のアクセント"
26103
26104 \end_inset
26105
26106
26107 \begin_inset Index idx
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26121 \end_layout
26122
26123 \begin_layout Standard
26124 \begin_inset space \hfill{}
26125 \end_inset
26126
26127
26128 \begin_inset Tabular
26129 <lyxtabular version="3" rows="8" columns="2">
26130 <features tabularvalignment="middle">
26131 <column alignment="block" valignment="top" width="0">
26132 <column alignment="block" valignment="top" width="0">
26133 <row>
26134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 コマンド
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147 出力
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 </row>
26153 <row>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158
26159 \backslash
26160
26161 \begin_inset Quotes grd
26162 \end_inset
26163
26164 e
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset ERT
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177
26178
26179 \backslash
26180 "e
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 `e
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211
26212
26213 \backslash
26214 `e
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 </row>
26225 <row>
26226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230
26231 \backslash
26232 ^
26233 \begin_inset ERT
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238
26239 \backslash
26240 spce 
26241 \end_layout
26242
26243 \end_inset
26244
26245 e
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 \begin_inset ERT
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258
26259
26260 \backslash
26261 ^e
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277
26278 \backslash
26279 =e
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 \begin_inset ERT
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292
26293
26294 \backslash
26295 =e
26296 \end_layout
26297
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 <row>
26307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311
26312 \backslash
26313 u
26314 \begin_inset ERT
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319
26320 \backslash
26321 spce 
26322 \end_layout
26323
26324 \end_inset
26325
26326 e
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 u e
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 <row>
26354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \backslash
26360 b
26361 \begin_inset ERT
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366
26367 \backslash
26368 spce 
26369 \end_layout
26370
26371 \end_inset
26372
26373 e
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 \begin_inset ERT
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386
26387
26388 \backslash
26389 b e
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 <row>
26401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \backslash
26407 t
26408 \begin_inset ERT
26409 status collapsed
26410
26411 \begin_layout Plain Layout
26412
26413
26414 \backslash
26415 spce 
26416 \end_layout
26417
26418 \end_inset
26419
26420 ee
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 \begin_inset ERT
26430 status collapsed
26431
26432 \begin_layout Plain Layout
26433
26434
26435 \backslash
26436 t ee
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 </lyxtabular>
26448
26449 \end_inset
26450
26451
26452 \begin_inset space \hfill{}
26453 \end_inset
26454
26455
26456 \begin_inset Tabular
26457 <lyxtabular version="3" rows="8" columns="2">
26458 <features tabularvalignment="middle">
26459 <column alignment="block" valignment="top" width="0">
26460 <column alignment="center" valignment="top" width="0">
26461 <row>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 コマンド
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475 出力
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486
26487 \backslash
26488 H
26489 \begin_inset ERT
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493
26494
26495 \backslash
26496 spce 
26497 \end_layout
26498
26499 \end_inset
26500
26501 e
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514
26515
26516 \backslash
26517 H e
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 </row>
26528 <row>
26529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533
26534 \backslash
26535 'e
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549
26550 \backslash
26551 'e
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 ~e
26570 \begin_inset Index idx
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575 \lang english
26576 Tilde
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 \begin_inset ERT
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594
26595
26596 \backslash
26597 ~e
26598 \end_layout
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 </row>
26608 <row>
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613
26614 \backslash
26615 .e
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 .e
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row>
26643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647
26648 \backslash
26649 v
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 spce 
26658 \end_layout
26659
26660 \end_inset
26661
26662 e
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676
26677 \backslash
26678 v e
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row>
26690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \backslash
26696 d
26697 \begin_inset ERT
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701
26702
26703 \backslash
26704 spce 
26705 \end_layout
26706
26707 \end_inset
26708
26709 e
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 d e
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 <row>
26737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741
26742 \backslash
26743 c
26744 \begin_inset ERT
26745 status collapsed
26746
26747 \begin_layout Plain Layout
26748
26749
26750 \backslash
26751 spce 
26752 \end_layout
26753
26754 \end_inset
26755
26756 e
26757 \end_layout
26758
26759 \end_inset
26760 </cell>
26761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Plain Layout
26765 \begin_inset ERT
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769
26770
26771 \backslash
26772 c e
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 </lyxtabular>
26784
26785 \end_inset
26786
26787
26788 \begin_inset space \hfill{}
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 \begin_inset VSpace medskip
26796 \end_inset
26797
26798
26799 \series bold
26800
26801 \backslash
26802 t
26803 \series default
26804 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26805 \series bold
26806
26807 \backslash
26808 t
26809 \begin_inset ERT
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813
26814
26815 \backslash
26816 spce 
26817 \end_layout
26818
26819 \end_inset
26820
26821 sz
26822 \series default
26823 は、
26824 \begin_inset ERT
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828
26829
26830 \backslash
26831 t sz
26832 \end_layout
26833
26834 \end_inset
26835
26836 となります。
26837 \end_layout
26838
26839 \begin_layout Standard
26840
26841 \series bold
26842 `
26843 \series default
26844  ・
26845 \series bold
26846  '
26847 \series default
26848  ・ 
26849 \series bold
26850 ^
26851 \series default
26852  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26853 \begin_inset Foot
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \series bold
26864 ~
26865 \series default
26866 を、
26867 \emph on
26868 a
26869 \emph default
26870
26871 \emph on
26872 n
26873 \emph default
26874
26875 \emph on
26876 o
26877 \emph default
26878 といっしょに使うときも同様です。
26879 \end_layout
26880
26881 \begin_layout Standard
26882
26883 \series bold
26884
26885 \backslash
26886 b
26887 \series default
26888
26889 \series bold
26890
26891 \backslash
26892 c
26893 \series default
26894
26895 \series bold
26896
26897 \backslash
26898 d
26899 \series default
26900
26901 \series bold
26902
26903 \backslash
26904 H
26905 \series default
26906
26907 \series bold
26908
26909 \backslash
26910 t
26911 \series default
26912
26913 \series bold
26914
26915 \backslash
26916 u
26917 \series default
26918
26919 \series bold
26920
26921 \backslash
26922 v
26923 \series default
26924 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26925 。第
26926 \begin_inset CommandInset ref
26927 LatexCommand ref
26928 reference "sub:一文字に付けるアクセント"
26929
26930 \end_inset
26931
26932 節をご参照下さい。
26933 \end_layout
26934
26935 \begin_layout Standard
26936 \begin_inset VSpace bigskip
26937 \end_inset
26938
26939 さらに、
26940 \series bold
26941
26942 \backslash
26943 textcircled
26944 \series default
26945
26946 \begin_inset Index idx
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 こまんど@コマンド ! T ! 
26951 \backslash
26952 textcircled
26953 \end_layout
26954
26955 \end_inset
26956
26957 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26958
26959 \end_layout
26960
26961 \begin_layout Standard
26962 \align center
26963 \begin_inset Tabular
26964 <lyxtabular version="3" rows="3" columns="2">
26965 <features tabularvalignment="middle">
26966 <column alignment="center" valignment="top" width="0">
26967 <column alignment="center" valignment="top" width="0">
26968 <row>
26969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973 コマンド
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 出力
26983 \begin_inset Note Note
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 ここで
26988 \series bold
26989
26990 \backslash
26991 raisebox
26992 \series default
26993 はスペーサーとして使用しているだけです。
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 textcircled{w}
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 textcircled{w}
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 </row>
27038 <row>
27039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043
27044 \backslash
27045 Large 
27046 \backslash
27047 textcircled{
27048 \backslash
27049 normalsize
27050 \backslash
27051 protect
27052 \backslash
27053 raisebox{-1.5pt}{W}}
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062 \begin_inset Formula $\raisebox{4.5mm}{}$
27063 \end_inset
27064
27065
27066 \begin_inset ERT
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070
27071
27072 \backslash
27073 Large 
27074 \backslash
27075 textcircled{
27076 \backslash
27077 normalsize
27078 \backslash
27079 protect
27080 \backslash
27081 raisebox{-1.5pt}W}
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \begin_inset Formula $\raisebox{-2mm}{}$
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 </row>
27096 </lyxtabular>
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27105 \series bold
27106
27107 \backslash
27108 Large
27109 \series default
27110
27111 \begin_inset Foot
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "sub:書体寸法"
27119
27120 \end_inset
27121
27122 節参照のこと。
27123 \end_layout
27124
27125 \end_inset
27126
27127 で丸の大きさを指定しています。そして
27128 \series bold
27129
27130 \backslash
27131 raisebox
27132 \series default
27133
27134 \begin_inset Foot
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "sub:枠なしボックス"
27142
27143 \end_inset
27144
27145 節参照のこと。
27146 \end_layout
27147
27148 \end_inset
27149
27150 を使って、文字が真ん中にくるようにしています。
27151 \end_layout
27152
27153 \begin_layout Subsection
27154 小数字
27155 \begin_inset Index idx
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 しょうすうじ@小数字
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \begin_layout Standard
27168 小数字(minuscule number)は、
27169 \series bold
27170
27171 \backslash
27172 oldstylenums
27173 \series default
27174
27175 \begin_inset Index idx
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 こまんど@コマンド ! O ! 
27180 \backslash
27181 oldstylenums
27182 \end_layout
27183
27184 \end_inset
27185
27186 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27187 \end_layout
27188
27189 \begin_layout Standard
27190
27191 \series bold
27192
27193 \backslash
27194 oldstylenums{数字}
27195 \end_layout
27196
27197 \begin_layout Standard
27198 です。
27199 \series bold
27200
27201 \backslash
27202 oldstylenums{0123456789}
27203 \series default
27204 というコマンドは、
27205 \begin_inset Formula $\oldstylenums{0123456789}$
27206 \end_inset
27207
27208 のようになります。
27209 \end_layout
27210
27211 \begin_layout Subsection
27212 他の特殊文字
27213 \begin_inset CommandInset label
27214 LatexCommand label
27215 name "sub:他の特殊文字"
27216
27217 \end_inset
27218
27219
27220 \begin_inset Index idx
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 とくしゅもじ@特殊文字 ! たの@他の
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27234 \end_layout
27235
27236 \begin_layout Standard
27237 \align center
27238 \begin_inset Tabular
27239 <lyxtabular version="3" rows="4" columns="2">
27240 <features tabularvalignment="middle">
27241 <column alignment="center" valignment="top" width="0">
27242 <column alignment="center" valignment="top" width="0">
27243 <row>
27244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 コマンド
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 出力
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 <row>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \backslash
27270 ^
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 spce 
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292 \begin_inset Formula $\mathcircumflex$
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 </row>
27301 <row>
27302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306
27307 \backslash
27308 _
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317 \begin_inset Formula $\_$
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 </row>
27326 <row>
27327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27328 \begin_inset Text
27329
27330 \begin_layout Plain Layout
27331 ^
27332 \begin_inset ERT
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 spce 
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \backslash
27346 circ
27347 \begin_inset Index idx
27348 status collapsed
27349
27350 \begin_layout Plain Layout
27351
27352 \lang english
27353
27354 \backslash
27355
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364 </cell>
27365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27366 \begin_inset Text
27367
27368 \begin_layout Plain Layout
27369 \begin_inset Formula $^{\circ}$
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 </row>
27378 </lyxtabular>
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Standard
27386 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27387 \begin_inset Foot
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391 この件に関する詳細は、第
27392 \begin_inset CommandInset ref
27393 LatexCommand ref
27394 reference "sub:数式中のテキスト文字"
27395
27396 \end_inset
27397
27398 節にあります。
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Standard
27407
27408 \series bold
27409
27410 \backslash
27411 DeclareInputtext{176}{
27412 \backslash
27413 ifmmode^
27414 \backslash
27415 circ
27416 \backslash
27417 else
27418 \backslash
27419 textdegree
27420 \backslash
27421 fi}
27422 \end_layout
27423
27424 \begin_layout Section
27425 数式様式
27426 \begin_inset CommandInset label
27427 LatexCommand label
27428 name "sec:数式様式"
27429
27430 \end_inset
27431
27432
27433 \begin_inset Index idx
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437 すうしき@数式 ! ようしき@様式
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Itemize
27446 以下の二つの配置様式があります。
27447 \end_layout
27448
27449 \begin_deeper
27450 \begin_layout Description
27451 中央揃え 事前に定義された標準です。
27452 \end_layout
27453
27454 \begin_layout Description
27455 行頭下げ これを使うには、
27456 \family sans
27457 文書\SpecialChar \menuseparator
27458 設定
27459 \family default
27460 メニューの
27461 \family sans
27462 文書クラス
27463 \family default
27464 において、
27465 \series bold
27466 fleqn
27467 \series default
27468 オプションを指定しておかなくてはなりません。
27469 \end_layout
27470
27471 \begin_layout Standard
27472
27473 \series bold
27474 行頭下げ
27475 \series default
27476 を用いる場合には、行頭下げの大きさを
27477 \series bold
27478
27479 \backslash
27480 mathindent
27481 \series default
27482
27483 \begin_inset Index idx
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 こまんど@コマンド ! M ! 
27488 \backslash
27489 mathindent
27490 \end_layout
27491
27492 \end_inset
27493
27494 の値で調整することができます。これを15
27495 \begin_inset space \thinspace{}
27496 \end_inset
27497
27498 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27499 \end_layout
27500
27501 \begin_layout Standard
27502
27503 \series bold
27504
27505 \backslash
27506 setlength{
27507 \backslash
27508 mathindent}{15mm}
27509 \end_layout
27510
27511 \begin_layout Standard
27512
27513 \series bold
27514
27515 \backslash
27516 mathindent
27517 \series default
27518 を明示的に指定しない場合には、事前に定義されている30
27519 \begin_inset space \thinspace{}
27520 \end_inset
27521
27522 ptが適用されます。
27523 \end_layout
27524
27525 \end_deeper
27526 \begin_layout Itemize
27527 また、以下の二つの連番様式があります。
27528 \end_layout
27529
27530 \begin_deeper
27531 \begin_layout Description
27532 右 事前に定義された標準です。
27533 \end_layout
27534
27535 \begin_layout Description
27536 左 これを使うには、
27537 \family sans
27538 文書\SpecialChar \menuseparator
27539 設定
27540 \family default
27541 メニューの
27542 \family sans
27543 文書クラス
27544 \family default
27545 において、
27546 \series bold
27547 leqno
27548 \series default
27549 オプションを指定しておかなくてはなりません。
27550 \end_layout
27551
27552 \end_deeper
27553 \begin_layout Standard
27554
27555 \series bold
27556 fleqn
27557 \series default
27558
27559 \series bold
27560 leqno
27561 \series default
27562 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27563 \end_layout
27564
27565 \begin_layout Standard
27566 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27567 \series bold
27568 中央揃え
27569 \series default
27570 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27571 \begin_inset CommandInset ref
27572 LatexCommand ref
27573 reference "sub:flalign環境"
27574
27575 \end_inset
27576
27577 節をご覧下さい。
27578 \end_layout
27579
27580 \begin_layout Section
27581 多行数式
27582 \begin_inset CommandInset label
27583 LatexCommand label
27584 name "sec:多行数式"
27585
27586 \end_inset
27587
27588
27589 \begin_inset Index idx
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593 すうしき@数式 ! たぎょう@多行
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Subsection
27602 概要
27603 \end_layout
27604
27605 \begin_layout Standard
27606 LyXでは、多行数式は、数式中で
27607 \series bold
27608
27609 \begin_inset Info
27610 type  "shortcut"
27611 arg   "newline-insert newline"
27612 \end_inset
27613
27614
27615 \series default
27616 を押すことで作られます。この操作によって、第
27617 \begin_inset CommandInset ref
27618 LatexCommand ref
27619 reference "sub:eqnarray環境"
27620
27621 \end_inset
27622
27623 節に述べられている
27624 \series bold
27625 eqnarray環境
27626 \series default
27627 が作り出されるか、あるいは文書設定で
27628 \family sans
27629 AMS mathパッケージを使う
27630 \family default
27631 オプションが選択されている場合には、第
27632 \begin_inset CommandInset ref
27633 LatexCommand ref
27634 reference "sub:標準align環境"
27635
27636 \end_inset
27637
27638 節に述べられている
27639 \series bold
27640 align環境
27641 \series default
27642 が作り出されることになります。
27643 \end_layout
27644
27645 \begin_layout Standard
27646 他にも、
27647 \family sans
27648 挿入\SpecialChar \menuseparator
27649 数式
27650 \family default
27651 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27652 \end_layout
27653
27654 \begin_layout Standard
27655 すべての多行数式において、新規行は、
27656 \begin_inset Info
27657 type  "shortcut"
27658 arg   "newline-insert newline"
27659 \end_inset
27660
27661 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27662 \begin_inset Graphics
27663         filename ../../images/tabular-feature_append-row.png
27664         scale 85
27665
27666 \end_inset
27667
27668
27669 \begin_inset Graphics
27670         filename ../../images/tabular-feature_delete-row.png
27671         scale 85
27672
27673 \end_inset
27674
27675 を使うか、
27676 \family sans
27677 編集\SpecialChar \menuseparator
27678 行と列
27679 \family default
27680 メニューを使うことができます。
27681 \end_layout
27682
27683 \begin_layout Subsubsection
27684 行間
27685 \begin_inset CommandInset label
27686 LatexCommand label
27687 name "sub:行間"
27688
27689 \end_inset
27690
27691
27692 \begin_inset Index idx
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Standard
27705 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27706 \begin_inset Formula \begin{eqnarray*}
27707 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27708 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
27709 \end{eqnarray*}
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27718 \begin_inset Foot
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722 \begin_inset CommandInset href
27723 LatexCommand href
27724 name "LyX-bug #1505"
27725 target "http://www.lyx.org/trac/ticket/1505"
27726
27727 \end_inset
27728
27729 を参照。
27730 \end_layout
27731
27732 \end_inset
27733
27734 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27735 \series bold
27736
27737 \backslash
27738
27739 \backslash
27740 [3mm]
27741 \series default
27742 というコマンドを入れます。すると、次のようになります。
27743 \begin_inset ERT
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747
27748
27749 \backslash
27750 begin{eqnarray*}
27751 \end_layout
27752
27753 \begin_layout Plain Layout
27754
27755 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27756  = & 
27757 \backslash
27758 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27759 \backslash
27760
27761 \backslash
27762 [3mm]
27763 \end_layout
27764
27765 \begin_layout Plain Layout
27766
27767 4x^{2}
27768 \backslash
27769 left(B^{2}+x_{0}^{2}
27770 \backslash
27771 right)+4x_{0}x
27772 \backslash
27773 left(D-B^{2}
27774 \backslash
27775 right)+B^{2}
27776 \backslash
27777 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27778 \backslash
27779 right) & = & 0
27780 \end_layout
27781
27782 \begin_layout Plain Layout
27783
27784
27785 \backslash
27786 end{eqnarray*}
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \begin_inset VSpace bigskip
27796 \end_inset
27797
27798 同一数式内のすべての行の行間を一律に指定するには、
27799 \series bold
27800
27801 \backslash
27802 jot
27803 \series default
27804
27805 \begin_inset Index idx
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809 こまんど@コマンド ! J ! 
27810 \backslash
27811 jot
27812 \end_layout
27813
27814 \end_inset
27815
27816 変数を変更します。定義は、
27817 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27818 \end_inset
27819
27820 となっています。
27821 \series bold
27822
27823 \backslash
27824 jot
27825 \series default
27826 の既定値は、3
27827 \begin_inset space \thinspace{}
27828 \end_inset
27829
27830 ptです。上記の例のように、行間を3
27831 \begin_inset space \thinspace{}
27832 \end_inset
27833
27834 mm追加するには、
27835 \end_layout
27836
27837 \begin_layout Standard
27838
27839 \series bold
27840
27841 \backslash
27842 setlength{
27843 \backslash
27844 jot}{3mm+3pt}
27845 \end_layout
27846
27847 \begin_layout Standard
27848 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27849 \end_layout
27850
27851 \begin_layout Standard
27852
27853 \series bold
27854
27855 \backslash
27856 usepackage{calc}
27857 \end_layout
27858
27859 \begin_layout Standard
27860 という行を入れて、LaTeXパッケージ
27861 \series bold
27862 calc
27863 \series default
27864
27865 \begin_inset Foot
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869
27870 \series bold
27871 calc
27872 \series default
27873 は標準的なLaTeX頒布版のすべてに付属しています。
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Index idx
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 ぱっけーじ@パッケージ ! calc
27884 \end_layout
27885
27886 \end_inset
27887
27888  を読み込んでおく必要があります。すると、
27889 \begin_inset ERT
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893
27894
27895 \backslash
27896 setlength{
27897 \backslash
27898 jot}{3mm+3pt}
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \begin_inset Formula \begin{eqnarray*}
27905 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27906 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
27907 \end{eqnarray*}
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 \begin_inset ERT
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919
27920
27921 \backslash
27922 setlength{
27923 \backslash
27924 jot}{3pt}
27925 \end_layout
27926
27927 \end_inset
27928
27929 のような結果を得ます。行間を既定値に戻すには、
27930 \series bold
27931
27932 \backslash
27933 jot
27934 \series default
27935 をふたたび3
27936 \begin_inset space \thinspace{}
27937 \end_inset
27938
27939 ptに戻します。
27940 \end_layout
27941
27942 \begin_layout Subsubsection
27943 列間
27944 \begin_inset CommandInset label
27945 LatexCommand label
27946 name "sub:列間"
27947
27948 \end_inset
27949
27950
27951 \begin_inset Index idx
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Standard
27964 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 列間は、
27970 \series bold
27971
27972 \backslash
27973 arraycolsep
27974 \series default
27975
27976 \begin_inset Index idx
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 こまんど@コマンド ! A ! 
27981 \backslash
27982 arraycolsep
27983 \end_layout
27984
27985 \end_inset
27986
27987 変数を使って指定し、
27988 \begin_inset Newline newline
27989 \end_inset
27990
27991 列間 = 2
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995
27996 \series bold
27997
27998 \backslash
27999 arraycolsep
28000 \series default
28001
28002 \begin_inset Newline newline
28003 \end_inset
28004
28005 という関係があります。したがって、
28006 \end_layout
28007
28008 \begin_layout Standard
28009
28010 \series bold
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 arraycolsep}{1cm}
28016 \end_layout
28017
28018 \begin_layout Standard
28019 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28020 \begin_inset space \thinspace{}
28021 \end_inset
28022
28023 cmになります。これを既定値に戻すには、
28024 \series bold
28025
28026 \backslash
28027 arraycolsep
28028 \series default
28029 を5
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 ptに戻して下さい。
28034 \end_layout
28035
28036 \begin_layout Standard
28037 以下は、2
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 cmの列間を持つ数式です。
28042 \begin_inset ERT
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 arraycolsep}{1cm}
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \begin_inset Formula \begin{eqnarray*}
28058 A & = & B\\
28059 C & \ne & A
28060 \end{eqnarray*}
28061
28062 \end_inset
28063
28064 行列の既定の列間10
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 ptを持つ数式です。
28069 \begin_inset ERT
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073
28074
28075 \backslash
28076 setlength{
28077 \backslash
28078 arraycolsep}{5pt}
28079 \end_layout
28080
28081 \end_inset
28082
28083
28084 \begin_inset Formula \begin{eqnarray*}
28085 A & = & B\\
28086 C & \ne & A
28087 \end{eqnarray*}
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \begin_layout Subsubsection
28095 長い数式
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 すうしき@数式 ! ながい@長い
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 長い数式は、以下の方法を使って組版することができます。
28110 \end_layout
28111
28112 \begin_layout Itemize
28113 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28114 \begin_inset Formula \begin{eqnarray}
28115 H & = & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\nonumber \\
28116  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:shortlong}
28117 \end{eqnarray}
28118
28119 \end_inset
28120
28121 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28122 示されません。これを避けるために、マイナス記号の後に
28123 \series bold
28124
28125 \backslash
28126 hspace
28127 \series default
28128 .
28129 \begin_inset Foot
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133
28134 \series bold
28135
28136 \backslash
28137 hspace
28138 \series default
28139 に関しての詳細は、第
28140 \begin_inset CommandInset ref
28141 LatexCommand ref
28142 reference "sub:可変長の空白"
28143
28144 \end_inset
28145
28146 節をご覧下さい。
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \begin_inset Index idx
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156 こまんど@コマンド ! H ! 
28157 \backslash
28158 hspace
28159 \end_layout
28160
28161 \end_inset
28162
28163 コマンドを使って3
28164 \begin_inset space \thinspace{}
28165 \end_inset
28166
28167 pt空白を入れてあります。
28168 \end_layout
28169
28170 \begin_layout Itemize
28171 数式の両辺がともに長すぎるときには、
28172 \series bold
28173
28174 \backslash
28175 lefteqn
28176 \series default
28177
28178 \begin_inset Index idx
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 こまんど@コマンド ! L ! 
28183 \backslash
28184 lefteqn
28185 \end_layout
28186
28187 \end_inset
28188
28189 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28190 \begin_inset Formula \begin{eqnarray}
28191 \lefteqn{4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}}\nonumber \\
28192  &  & -\hspace{3pt}B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\nonumber \\
28193  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}
28194 \end{eqnarray}
28195
28196 \end_inset
28197
28198
28199 \series bold
28200
28201 \backslash
28202 lefteqn
28203 \series default
28204 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28205 \begin_inset Newline newline
28206 \end_inset
28207
28208 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28209 \begin_inset VSpace medskip
28210 \end_inset
28211
28212
28213 \begin_inset Newline newline
28214 \end_inset
28215
28216
28217 \begin_inset Note Greyedout
28218 status open
28219
28220 \begin_layout Plain Layout
28221
28222 \series bold
28223
28224 \backslash
28225 lefteqn
28226 \series default
28227 を使用する際には、以下のことにご注意下さい。
28228 \end_layout
28229
28230 \begin_layout Itemize
28231 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28232 \begin_inset Formula $-B^{2}$
28233 \end_inset
28234
28235 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28236 \end_layout
28237
28238 \begin_layout Itemize
28239 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28240 \begin_inset Foot
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 \begin_inset CommandInset href
28245 LatexCommand href
28246 name "LyX-bug #1429"
28247 target "http://www.lyx.org/trac/ticket/1429"
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \end_inset
28255
28256 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Itemize
28265 長い数式を組む他の方法として、第
28266 \begin_inset CommandInset ref
28267 LatexCommand ref
28268 reference "sub:multline環境"
28269
28270 \end_inset
28271
28272 節と第
28273 \begin_inset CommandInset ref
28274 LatexCommand ref
28275 reference "sub:数式の一部の多行化"
28276
28277 \end_inset
28278
28279 節で述べられている環境を用いる方法があります。
28280 \end_layout
28281
28282 \begin_layout Subsubsection
28283 多行にわたる括弧
28284 \begin_inset CommandInset label
28285 LatexCommand label
28286 name "sub:多行にわたる括弧"
28287
28288 \end_inset
28289
28290
28291 \begin_inset Index idx
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \end_layout
28302
28303 \begin_layout Standard
28304 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28305 \begin_inset Formula \begin{eqnarray*}
28306 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28307  &  & \left.\cdots+B-D\right]
28308 \end{eqnarray*}
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Standard
28316 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28317 \end_layout
28318
28319 \begin_layout Standard
28320 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28321 \series bold
28322
28323 \backslash
28324 right.
28325 \series default
28326
28327 \begin_inset Index idx
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 こまんど@コマンド ! R ! 
28332 \backslash
28333 right
28334 \end_layout
28335
28336 \end_inset
28337
28338 とし、二行めの始めを
28339 \series bold
28340
28341 \backslash
28342 left.
28343 \begin_inset Foot
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348 \series bold
28349
28350 \backslash
28351 left
28352 \series default
28353
28354 \series bold
28355
28356 \backslash
28357 right
28358 \series default
28359 に関する詳細は、第
28360 \begin_inset CommandInset ref
28361 LatexCommand ref
28362 reference "sub:自動の括弧丈"
28363
28364 \end_inset
28365
28366 節をご覧下さい。
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \series default
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 こまんど@コマンド ! L ! 
28379 \backslash
28380 left
28381 \end_layout
28382
28383 \end_inset
28384
28385 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28386 \series bold
28387
28388 \backslash
28389 left.
28390 \series default
28391 の後に、
28392 \series bold
28393
28394 \backslash
28395 vphantom
28396 \series default
28397
28398 \begin_inset ERT
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402
28403
28404 \backslash
28405 spce 
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \series bold
28412
28413 \backslash
28414 prod
28415 \series default
28416 ^
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 spce 
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \series bold
28431
28432 \backslash
28433 infty
28434 \series default
28435
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 spce 
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \series bold
28450
28451 \begin_inset Formula $\downarrow$
28452 \end_inset
28453
28454 _R=1}
28455 \series default
28456
28457 \begin_inset Index idx
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 こまんど@コマンド ! V ! 
28462 \backslash
28463 vphantom
28464 \end_layout
28465
28466 \end_inset
28467
28468 というコマンドを挿入します。
28469 \end_layout
28470
28471 \begin_layout Standard
28472 その結果が以下の数式です。
28473 \begin_inset Formula \begin{eqnarray*}
28474 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28475  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28476 \end{eqnarray*}
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Subsection
28484 align環境
28485 \end_layout
28486
28487 \begin_layout Standard
28488 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28489 \end_layout
28490
28491 \begin_layout Standard
28492 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28493 \end_layout
28494
28495 \begin_layout Standard
28496 align環境は、
28497 \family sans
28498 挿入\SpecialChar \menuseparator
28499 数式
28500 \family default
28501 メニューから作ることができます。
28502 \family sans
28503 編集\SpecialChar \menuseparator
28504 数式\SpecialChar \menuseparator
28505 数式の表記を変更
28506 \family default
28507 メニューを使えば、既存の数式をalign環境に変更することができます。
28508 \end_layout
28509
28510 \begin_layout Standard
28511 列を追加したり削除したりするには、数式ツールバーボタンの
28512 \begin_inset Graphics
28513         filename ../../images/tabular-feature_append-column.png
28514         scale 85
28515
28516 \end_inset
28517
28518
28519 \begin_inset Graphics
28520         filename ../../images/tabular-feature_delete-column.png
28521         scale 85
28522
28523 \end_inset
28524
28525 を使うか、
28526 \family sans
28527 編集\SpecialChar \menuseparator
28528 行と列
28529 \family default
28530 メニューを使います。
28531 \end_layout
28532
28533 \begin_layout Subsubsection
28534 標準align環境
28535 \begin_inset CommandInset label
28536 LatexCommand label
28537 name "sub:標準align環境"
28538
28539 \end_inset
28540
28541
28542 \begin_inset Index idx
28543 status collapsed
28544
28545 \begin_layout Plain Layout
28546 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28547 \end_layout
28548
28549 \end_inset
28550
28551
28552 \end_layout
28553
28554 \begin_layout Standard
28555 このalign環境は、数式中で
28556 \begin_inset Info
28557 type  "shortcut"
28558 arg   "newline-insert newline"
28559 \end_inset
28560
28561 を押すか、
28562 \family sans
28563 挿入\SpecialChar \menuseparator
28564 数式\SpecialChar \menuseparator
28565 AMS align環境
28566 \family default
28567 メニューで作ることができます。
28568 \end_layout
28569
28570 \begin_layout Standard
28571 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28572 \begin_inset Formula \begin{align*}
28573 A & =\sin(B) & C & =D\\
28574 C & \ne A & B & \ne D
28575 \end{align*}
28576
28577 \end_inset
28578
28579 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28580 \series bold
28581
28582 \backslash
28583 hfill
28584 \begin_inset Foot
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588
28589 \series bold
28590
28591 \backslash
28592 hfill
28593 \series default
28594 に関する詳細は、第
28595 \begin_inset CommandInset ref
28596 LatexCommand ref
28597 reference "sub:可変長の空白"
28598
28599 \end_inset
28600
28601 節をご覧下さい。
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \series default
28608 があるかのように配置されます。数式様式として
28609 \series bold
28610 行頭下げ
28611 \begin_inset Foot
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615
28616 \series bold
28617 数式様式については、第
28618 \series default
28619
28620 \begin_inset CommandInset ref
28621 LatexCommand ref
28622 reference "sec:数式様式"
28623
28624 \end_inset
28625
28626 節をご覧下さい。
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \series default
28633 を使う場合には、第一列の前の
28634 \series bold
28635
28636 \backslash
28637 hfill
28638 \series default
28639 はない形で数式が設定されます。
28640 \end_layout
28641
28642 \begin_layout Subsubsection
28643 alignat環境
28644 \begin_inset Index idx
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "sub:空白"
28661
28662 \end_inset
28663
28664 節に述べられている空白を使用して手動で入れます。
28665 \end_layout
28666
28667 \begin_layout Standard
28668 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28669 \begin_inset space \thinspace{}
28670 \end_inset
28671
28672 cmの空白を入れたものです。
28673 \begin_inset Formula \begin{alignat*}{2}
28674 A & =\sin(B) & \hspace{1cm}C & =D\\
28675 C & \ne A & B & \ne D
28676 \end{alignat*}
28677
28678 \end_inset
28679
28680 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28681 \end_layout
28682
28683 \begin_layout Subsubsection
28684 flalign環境
28685 \begin_inset CommandInset label
28686 LatexCommand label
28687 name "sub:flalign環境"
28688
28689 \end_inset
28690
28691
28692 \begin_inset Index idx
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Standard
28705 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28706 \begin_inset Formula \begin{flalign*}
28707 A & =1 & B & =2 & C & =3\\
28708 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28709 \end{flalign*}
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Standard
28717 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28718 \series bold
28719 中央揃え
28720 \series default
28721 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28722 \begin_inset CommandInset ref
28723 LatexCommand eqref
28724 reference "eq:VolInt"
28725
28726 \end_inset
28727
28728 式を行頭下げにしたものです。
28729 \begin_inset Formula \begin{flalign}
28730 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28731
28732 \end_inset
28733
28734 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28735 \begin_inset space \thinspace{}
28736 \end_inset
28737
28738 ptの空白が第1列の頭に入れてあります。
28739 \end_layout
28740
28741 \begin_layout Subsection
28742 eqnarray環境
28743 \begin_inset CommandInset label
28744 LatexCommand label
28745 name "sub:eqnarray環境"
28746
28747 \end_inset
28748
28749
28750 \begin_inset Index idx
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Standard
28763 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28764 いるので、その内容は中央揃えで少し小さく設定されます。
28765 \begin_inset Formula \begin{eqnarray*}
28766 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28767 AB & AB & AB\\
28768 A & = & A
28769 \end{eqnarray*}
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Subsection
28777 gather環境
28778 \begin_inset Index idx
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28792 \begin_inset Formula \begin{gather}
28793 A=1\\
28794 X=\textrm{-}1
28795 \end{gather}
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Subsection
28803 multline環境
28804 \begin_inset CommandInset label
28805 LatexCommand label
28806 name "sub:multline環境"
28807
28808 \end_inset
28809
28810
28811 \begin_inset Index idx
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \begin_layout Standard
28824 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28825 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28826 \begin_inset CommandInset ref
28827 LatexCommand eqref
28828 reference "eq:lefteqn"
28829
28830 \end_inset
28831
28832 式をmultline環境に置いたものを示します。
28833 \begin_inset Formula \begin{multline}
28834 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28835 -B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\\
28836 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}
28837 \end{multline}
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28846 \begin_inset Foot
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 付番様式については、第
28851 \begin_inset CommandInset ref
28852 LatexCommand ref
28853 reference "sec:数式様式"
28854
28855 \end_inset
28856
28857 節を参照。
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 shoveright
28871 \begin_inset Index idx
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 こまんど@コマンド ! S ! 
28876 \backslash
28877 shoveright
28878 \end_layout
28879
28880 \end_inset
28881
28882 コマンドや
28883 \backslash
28884 shoveleft
28885 \begin_inset Index idx
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 こまんど@コマンド ! S ! 
28890 \backslash
28891 shoveleft
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \series default
28898 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28899 \end_layout
28900
28901 \begin_layout Standard
28902
28903 \series bold
28904
28905 \backslash
28906 shoveright{行の内容}
28907 \series default
28908 あるいは
28909 \series bold
28910
28911 \backslash
28912 shoveleft{行の内容}
28913 \end_layout
28914
28915 \begin_layout Standard
28916 \begin_inset VSpace medskip
28917 \end_inset
28918
28919
28920 \series bold
28921
28922 \backslash
28923 multlinegap
28924 \begin_inset Index idx
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928 こまんど@コマンド ! M ! 
28929 \backslash
28930 multlinegap
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \series default
28937 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28938 \begin_inset space \thinspace{}
28939 \end_inset
28940
28941 ptの長さです。
28942 \end_layout
28943
28944 \begin_layout Standard
28945 以下は、上記の数式に
28946 \end_layout
28947
28948 \begin_layout Standard
28949
28950 \series bold
28951
28952 \backslash
28953 setlength{
28954 \backslash
28955 multlinegap}{2cm}
28956 \end_layout
28957
28958 \begin_layout Standard
28959 というコマンドを、TeXモードで直前に挿入した例です。
28960 \begin_inset ERT
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 setlength{
28968 \backslash
28969 multlinegap}{2cm}
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \begin_inset Formula \begin{multline}
28976 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28977 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
28978 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}
28979 \end{multline}
28980
28981 \end_inset
28982
28983
28984 \begin_inset ERT
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988
28989
28990 \backslash
28991 setlength{
28992 \backslash
28993 multlinegap}{0pt}
28994 \end_layout
28995
28996 \end_inset
28997
28998 二行めは、
28999 \series bold
29000
29001 \backslash
29002 shoveleft
29003 \series default
29004 を使って左揃えにしています。
29005 \end_layout
29006
29007 \begin_layout Subsection
29008 数式の一部の多行化
29009 \begin_inset CommandInset label
29010 LatexCommand label
29011 name "sub:数式の一部の多行化"
29012
29013 \end_inset
29014
29015
29016 \begin_inset Index idx
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 数式の一部分のみを多行表示したい場合には、
29030 \series bold
29031 aligned
29032 \series default
29033
29034 \series bold
29035 alignedat
29036 \series default
29037
29038 \series bold
29039 gathered
29040 \series default
29041
29042 \series bold
29043 split
29044 \series default
29045 のうちのいずれかの環境を使用します。これらは、
29046 \family sans
29047 挿入\SpecialChar \menuseparator
29048 数式
29049 \family default
29050 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29051 \end_layout
29052
29053 \begin_layout Standard
29054 最初の三つの環境は、環境名から
29055 \series bold
29056 ed
29057 \series default
29058 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29059 \begin_inset Formula \[
29060 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29061 \Delta E\Delta t & \ge\frac{\hbar}{2}
29062 \end{aligned}
29063 \right\} \textrm{不確定性原理}\]
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 この数式を作るには、別行建て数式をまず作っておいて、そこに
29072 \series bold
29073
29074 \backslash
29075 aligned
29076 \begin_inset Index idx
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 こまんど@コマンド ! A ! 
29081 \backslash
29082 aligned
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \series default
29089 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29090 ます。
29091 \end_layout
29092
29093 \begin_layout Standard
29094 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29095 に配置できる利点があります。以下に例として、
29096 \begin_inset CommandInset ref
29097 LatexCommand eqref
29098 reference "eq:shortlong"
29099
29100 \end_inset
29101
29102 式にaligned環境を適用したものを示します。
29103 \begin_inset Formula \begin{equation}
29104 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
29105  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}
29106 \end{aligned}
29107 \end{equation}
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115
29116 \series bold
29117 alignedat
29118 \series default
29119
29120 \series bold
29121 gathered
29122 \series default
29123
29124 \series bold
29125 split
29126 \series default
29127 の各環境を使うには、それぞれ
29128 \series bold
29129
29130 \backslash
29131 alignedat
29132 \series default
29133
29134 \begin_inset Index idx
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138 こまんど@コマンド ! A ! 
29139 \backslash
29140 alignedat
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \series bold
29147
29148 \backslash
29149 gathered
29150 \series default
29151
29152 \begin_inset Index idx
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 こまんど@コマンド ! G ! 
29157 \backslash
29158 gathered
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \series bold
29165
29166 \backslash
29167 split
29168 \series default
29169
29170 \begin_inset Index idx
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 こまんど@コマンド ! S ! 
29175 \backslash
29176 split
29177 \end_layout
29178
29179 \end_inset
29180
29181 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29182 \end_layout
29183
29184 \begin_layout Subsection
29185 多行数式中のテキスト
29186 \begin_inset CommandInset label
29187 LatexCommand label
29188 name "sub:多行数式中のテキスト"
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 てきすと@テキスト ! すうしきちゅうの@数式中の
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \begin_inset Index idx
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Standard
29216 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29217 式を持つ
29218 \series bold
29219
29220 \backslash
29221 intertext
29222 \begin_inset Index idx
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 こまんど@コマンド ! I ! 
29227 \backslash
29228 intertext
29229 \end_layout
29230
29231 \end_inset
29232
29233 コマンドを使います。
29234 \end_layout
29235
29236 \begin_layout Standard
29237
29238 \series bold
29239
29240 \backslash
29241 intertext{テキスト}
29242 \end_layout
29243
29244 \begin_layout Standard
29245 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29246 \series bold
29247
29248 \backslash
29249 intertext
29250 \series default
29251 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29252 \series bold
29253
29254 \backslash
29255 intertext
29256 \series default
29257 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29258 \begin_inset Formula \begin{align}
29259 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29260 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29261 \end{align}
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Section
29269 数式番号
29270 \begin_inset Index idx
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 すうしきばんごう@数式番号
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \begin_inset Index idx
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284 すうしき@数式 ! ばんごう@番号|see
29285 \begin_inset ERT
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289
29290 {
29291 \end_layout
29292
29293 \end_inset
29294
29295 数式番号
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301 }
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Subsection
29315 概要
29316 \end_layout
29317
29318 \begin_layout Standard
29319 付番数式は、
29320 \family sans
29321 挿入\SpecialChar \menuseparator
29322 数式\SpecialChar \menuseparator
29323 付番数式
29324 \family default
29325 メニュー(短絡キー
29326 \family sans
29327 Ctrl+Alt
29328 \begin_inset space ~
29329 \end_inset
29330
29331 N
29332 \family default
29333 )で作ることができます。既存の数式に番号を振るには、
29334 \family sans
29335 編集\SpecialChar \menuseparator
29336 数式\SpecialChar \menuseparator
29337 数式全体を付番
29338 \family default
29339 メニュー(短絡キー
29340 \begin_inset Info
29341 type  "shortcut"
29342 arg   "math-number-toggle"
29343 \end_inset
29344
29345 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29346 \end_layout
29347
29348 \begin_layout Standard
29349 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29350 \family sans
29351 編集\SpecialChar \menuseparator
29352 数式\SpecialChar \menuseparator
29353 この行を付番
29354 \family default
29355 メニュー(短絡キー
29356 \begin_inset Info
29357 type  "shortcut"
29358 arg   "math-number-line-toggle"
29359 \end_inset
29360
29361 )を使用すれば、各行毎に付番するかどうか指定することができます。
29362 \end_layout
29363
29364 \begin_layout Standard
29365 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29366 \begin_inset CommandInset ref
29367 LatexCommand ref
29368 reference "sec:数式様式"
29369
29370 \end_inset
29371
29372 節をご覧下さい。
29373 \end_layout
29374
29375 \begin_layout Subsection
29376 相互参照
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 そうごさんしょう@相互参照 ! すうしきへの@数式への
29382 \end_layout
29383
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \begin_layout Standard
29390 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29391 \family sans
29392 挿入\SpecialChar \menuseparator
29393 ラベル
29394 \family default
29395 メニューか、ツールバーボタンの
29396 \begin_inset Graphics
29397         filename ../../images/label-insert.png
29398         scale 85
29399
29400 \end_inset
29401
29402 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29403 \series bold
29404 eq:と
29405 \series default
29406 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29407 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29408 \family sans
29409 挿入\SpecialChar \menuseparator
29410 ラベル
29411 \family default
29412 メニューをもういちど使って下さい。
29413 \end_layout
29414
29415 \begin_layout Standard
29416 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29417 \end_layout
29418
29419 \begin_layout Standard
29420 相互参照は、
29421 \family sans
29422 挿入\SpecialChar \menuseparator
29423 相互参照
29424 \family default
29425 メニューかツールバーボタンの
29426 \begin_inset Graphics
29427         filename ../../images/dialog-show-new-inset_ref.png
29428         scale 85
29429
29430 \end_inset
29431
29432 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29433 \series bold
29434 (<参照>)
29435 \series default
29436 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29437 \begin_inset Newline newline
29438 \end_inset
29439
29440 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29441 \end_layout
29442
29443 \begin_layout Standard
29444 以下は、後の各小節に現れる数式への相互参照を含む例です。
29445 \begin_inset Note Note
29446 status open
29447
29448 \begin_layout Plain Layout
29449 相互参照の型の違いに留意してください。
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458 \begin_inset CommandInset ref
29459 LatexCommand eqref
29460 reference "eq:tag"
29461
29462 \end_inset
29463
29464 式と
29465 \begin_inset CommandInset ref
29466 LatexCommand eqref
29467 reference "eq:c"
29468
29469 \end_inset
29470
29471 式は、等価です。(
29472 \begin_inset CommandInset ref
29473 LatexCommand ref
29474 reference "eq:Rom"
29475
29476 \end_inset
29477
29478 )式とは異なり、(
29479 \begin_inset CommandInset ref
29480 LatexCommand ref
29481 reference "eq:Lat"
29482
29483 \end_inset
29484
29485 )式では、付番にラテン数字を使用しています。
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset VSpace medskip
29490 \end_inset
29491
29492
29493 \series bold
29494
29495 \backslash
29496 tag
29497 \begin_inset Foot
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501
29502 \series bold
29503
29504 \backslash
29505 tag
29506 \series default
29507 は、第
29508 \begin_inset CommandInset ref
29509 LatexCommand ref
29510 reference "sub:ユーザー定義番号"
29511
29512 \end_inset
29513
29514 節に説明があります。
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \series default
29521 の引数が、第
29522 \begin_inset CommandInset ref
29523 LatexCommand ref
29524 reference "sub:段落ボックス"
29525
29526 \end_inset
29527
29528 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29529 \end_layout
29530
29531 \begin_layout Subsection
29532 細目番号
29533 \begin_inset Index idx
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Standard
29546
29547 \series bold
29548
29549 \backslash
29550 begin{subequations}
29551 \series default
29552 および
29553 \series bold
29554
29555 \backslash
29556 end{subequations}
29557 \series default
29558 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29559 \end_layout
29560
29561 \begin_layout Standard
29562 たとえば、
29563 \begin_inset Formula \begin{equation}
29564 A=C-B\label{eq:a}\end{equation}
29565
29566 \end_inset
29567
29568
29569 \begin_inset ERT
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573
29574
29575 \backslash
29576 addtocounter{equation}{-1}
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 begin{subequations}
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \begin_inset VSpace -5mm
29596 \end_inset
29597
29598
29599 \begin_inset Formula \begin{equation}
29600 B=C-A\label{eq:b}\end{equation}
29601
29602 \end_inset
29603
29604
29605 \begin_inset Formula \begin{equation}
29606 C=A+B\label{eq:c}\end{equation}
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Standard
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 end{subequations}
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 この例を作るには、次のようにします。
29631 \end_layout
29632
29633 \begin_layout Enumerate
29634 一つめの数式を入力します。
29635 \end_layout
29636
29637 \begin_layout Enumerate
29638 一つめの数式の後に
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \series bold
29644
29645 \backslash
29646 addtocounter{equation}{-1} 
29647 \backslash
29648 begin{subequations}
29649 \begin_inset Index idx
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 こまんど@コマンド ! A ! 
29654 \backslash
29655 addtocounter
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \begin_inset Newline newline
29662 \end_inset
29663
29664
29665 \series default
29666 を入力します。
29667 \end_layout
29668
29669 \begin_layout Enumerate
29670 二つめの数式を入力します。
29671 \end_layout
29672
29673 \begin_layout Enumerate
29674 三つめの数式を入力します。
29675 \end_layout
29676
29677 \begin_layout Enumerate
29678 三つめの数式の後に、
29679 \series bold
29680
29681 \backslash
29682 end{subequations}
29683 \series default
29684 を入力します。
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 begin
29693 \series default
29694 コマンドと
29695 \series bold
29696
29697 \backslash
29698 end
29699 \series default
29700 コマンドのあいだの数式はすべて、a・b・
29701 \begin_inset Newline linebreak
29702 \end_inset
29703
29704 c\SpecialChar \ldots{}
29705 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29706 \emph on
29707 ひとつの
29708 \emph default
29709 付番数式として扱われますが、それぞれの付番数式が
29710 \series bold
29711 equation
29712 \series default
29713 カウンタを一つずつ進めてしまうので、
29714 \series bold
29715
29716 \backslash
29717 addtocounter
29718 \series default
29719 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29720 \begin_inset CommandInset ref
29721 LatexCommand eqref
29722 reference "eq:a"
29723
29724 \end_inset
29725
29726 式・
29727 \begin_inset CommandInset ref
29728 LatexCommand eqref
29729 reference "eq:b"
29730
29731 \end_inset
29732
29733 式・
29734 \begin_inset CommandInset ref
29735 LatexCommand eqref
29736 reference "eq:c"
29737
29738 \end_inset
29739
29740 式は、それぞれ
29741 \begin_inset CommandInset ref
29742 LatexCommand eqref
29743 reference "eq:a"
29744
29745 \end_inset
29746
29747 式・
29748 \begin_inset CommandInset ref
29749 LatexCommand eqref
29750 reference "eq:d"
29751
29752 \end_inset
29753
29754 式・
29755 \begin_inset CommandInset ref
29756 LatexCommand eqref
29757 reference "eq:f"
29758
29759 \end_inset
29760
29761 式として番号が振られてしまいます。
29762 \end_layout
29763
29764 \begin_layout Standard
29765 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29766 \begin_inset space \thinspace{}
29767 \end_inset
29768
29769 mmの垂直空白を
29770 \series bold
29771
29772 \backslash
29773 begin{subequations}
29774 \series default
29775 コマンドの後に入れています。数式様式として
29776 \series bold
29777 行頭下げ
29778 \begin_inset Foot
29779 status collapsed
29780
29781 \begin_layout Plain Layout
29782
29783 \series bold
29784 数式様式に関しては、第
29785 \series default
29786
29787 \begin_inset CommandInset ref
29788 LatexCommand ref
29789 reference "sec:数式様式"
29790
29791 \end_inset
29792
29793 節を参照。
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \series default
29800 を用いているときには、これを-7
29801 \begin_inset space \thinspace{}
29802 \end_inset
29803
29804 mm空白にしてください。
29805 \end_layout
29806
29807 \begin_layout Standard
29808 以下は、二行めのみ付番を無効にしている多行数式の例です。
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 begin{subequations}
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \begin_inset Formula \begin{eqnarray}
29823 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29824  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29825  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29826 \end{eqnarray}
29827
29828 \end_inset
29829
29830
29831 \begin_inset ERT
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835
29836
29837 \backslash
29838 end{subequations}
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \begin_layout Subsection
29847 ユーザー定義番号
29848 \begin_inset CommandInset label
29849 LatexCommand label
29850 name "sub:ユーザー定義番号"
29851
29852 \end_inset
29853
29854
29855 \begin_inset Index idx
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29873 \end_layout
29874
29875 \end_inset
29876
29877 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29878 \end_layout
29879
29880 \begin_layout Standard
29881
29882 \series bold
29883
29884 \backslash
29885 def
29886 \backslash
29887 tagform@#1{
29888 \backslash
29889 maketag@@@{
29890 \series default
29891
29892 \begin_inset Formula $\boldsymbol{|}$
29893 \end_inset
29894
29895
29896 \series bold
29897 #1
29898 \series default
29899
29900 \begin_inset Formula $\boldsymbol{|}$
29901 \end_inset
29902
29903
29904 \series bold
29905 }}
29906 \series default
29907
29908 \begin_inset Note Note
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Standard
29921 他の記号を使いたいときには、
29922 \series bold
29923 #1
29924 \series default
29925 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \begin_inset VSpace bigskip
29930 \end_inset
29931
29932 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29933 \series bold
29934
29935 \backslash
29936 tag
29937 \series default
29938
29939 \begin_inset Index idx
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 こまんど@コマンド ! T ! 
29944 \backslash
29945 tag
29946 \end_layout
29947
29948 \end_inset
29949
29950 コマンドを使います。
29951 \begin_inset Formula \begin{equation}
29952 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29953
29954 \end_inset
29955
29956 上記の例では、
29957 \series bold
29958
29959 \backslash
29960 tag
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 spce 
29969 \end_layout
29970
29971 \end_inset
29972
29973 何とかかんとか
29974 \series default
29975 というコマンドを数式に打ち込んでいます。
29976 \end_layout
29977
29978 \begin_layout Standard
29979 代わりに
29980 \series bold
29981
29982 \backslash
29983 tag*
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989
29990 \backslash
29991 spce 
29992 \end_layout
29993
29994 \end_inset
29995
29996 何とかかんとか
29997 \series default
29998 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29999 \begin_inset Formula \[
30000 A+B=C\tag*{something}\]
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 \begin_inset VSpace bigskip
30009 \end_inset
30010
30011 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30012 \begin_inset Newline newline
30013 \end_inset
30014
30015
30016 \series bold
30017
30018 \backslash
30019 @addtoreset{equation}{part}
30020 \series default
30021
30022 \begin_inset Index idx
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026 こまんど@コマンド ! 
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032 "
30033 \end_layout
30034
30035 \end_inset
30036
30037 @
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043 "
30044 \end_layout
30045
30046 \end_inset
30047
30048  ! 
30049 \backslash
30050
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 "
30057 \end_layout
30058
30059 \end_inset
30060
30061 @
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067 "
30068 \end_layout
30069
30070 \end_inset
30071
30072 addtoreset
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \begin_inset Newline newline
30079 \end_inset
30080
30081 節に関しては
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085
30086 \series bold
30087
30088 \backslash
30089 @addtoreset{equation}{section}
30090 \begin_inset Newline newline
30091 \end_inset
30092
30093
30094 \series default
30095 というコマンドを使います。
30096 \end_layout
30097
30098 \begin_layout Standard
30099 これらのコマンドをTeXモードで使えるようにするためには、
30100 \series bold
30101
30102 \backslash
30103 makeatletter
30104 \series default
30105 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30106 \series bold
30107
30108 \backslash
30109 makeatother
30110 \series default
30111 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 makeatletter
30120 \begin_inset Newline newline
30121 \end_inset
30122
30123
30124 \backslash
30125 @addtoreset{equation}{section}
30126 \begin_inset Newline newline
30127 \end_inset
30128
30129
30130 \backslash
30131 makeatother
30132 \begin_inset Newline newline
30133 \end_inset
30134
30135
30136 \series default
30137 のようにならなくてはなりません。
30138 \end_layout
30139
30140 \begin_layout Standard
30141 LaTeXプリアンブル中では、
30142 \series bold
30143
30144 \backslash
30145 makeatletter
30146 \series default
30147
30148 \series bold
30149
30150 \backslash
30151 makeatother
30152 \series default
30153 は、LyXが内部的に自動で挿入するので省略してかまいません。
30154 \end_layout
30155
30156 \begin_layout Standard
30157
30158 \series bold
30159
30160 \backslash
30161 @addtoreset
30162 \series default
30163 を戻すには、まずLaTeXプリアンブル中に
30164 \end_layout
30165
30166 \begin_layout Standard
30167
30168 \series bold
30169
30170 \backslash
30171 usepackage{remreset}
30172 \end_layout
30173
30174 \begin_layout Standard
30175 という行を入れて、
30176 \series bold
30177 remreset.sty
30178 \series default
30179
30180 \begin_inset Foot
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184
30185 \series bold
30186 remreset
30187 \series default
30188 は、LaTeXパッケージの
30189 \series bold
30190 carlisle
30191 \series default
30192
30193 \begin_inset Index idx
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197 ぱっけーじ@パッケージ ! carlisle
30198 \end_layout
30199
30200 \end_inset
30201
30202 の一部として含まれており、LaTeX標準頒布版には含まれています。
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \begin_inset Index idx
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212 ぱっけーじ@パッケージ ! remreset
30213 \end_layout
30214
30215 \end_inset
30216
30217 ファイルを読み込んでおかなくてはなりません。その後
30218 \begin_inset Newline newline
30219 \end_inset
30220
30221
30222 \series bold
30223
30224 \backslash
30225 @removefromreset
30226 \series default
30227
30228 \begin_inset Index idx
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232 こまんど@コマンド ! 
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238 "
30239 \end_layout
30240
30241 \end_inset
30242
30243 @
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249 "
30250 \end_layout
30251
30252 \end_inset
30253
30254  ! 
30255 \backslash
30256
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262 "
30263 \end_layout
30264
30265 \end_inset
30266
30267 @
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273 "
30274 \end_layout
30275
30276 \end_inset
30277
30278 removefromreset
30279 \end_layout
30280
30281 \end_inset
30282
30283 コマンドを
30284 \series bold
30285
30286 \backslash
30287 @addtoreset
30288 \series default
30289 と同じ書式で使用すると、
30290 \series bold
30291
30292 \backslash
30293 @addtoreset
30294 \series default
30295 を戻すことができます。
30296 \end_layout
30297
30298 \begin_layout Standard
30299 \begin_inset VSpace bigskip
30300 \end_inset
30301
30302 ときには、数式を
30303 \end_layout
30304
30305 \begin_layout Standard
30306
30307 \family typewriter
30308 (節番号.数式番号)
30309 \end_layout
30310
30311 \begin_layout Standard
30312 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30313 \end_layout
30314
30315 \begin_layout Standard
30316 このような場合のために、
30317 \series bold
30318
30319 \backslash
30320 numberwithin
30321 \series default
30322
30323 \begin_inset Index idx
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 こまんど@コマンド ! N ! 
30328 \backslash
30329 numberwithin
30330 \end_layout
30331
30332 \end_inset
30333
30334 というコマンドがあり、
30335 \end_layout
30336
30337 \begin_layout Standard
30338
30339 \series bold
30340
30341 \backslash
30342 numberwithin{カウンタ}{節階層}
30343 \end_layout
30344
30345 \begin_layout Standard
30346 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30347 \end_layout
30348
30349 \begin_layout Standard
30350 したがって、ここではLaTeXプリアンブルかTeXコードで
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 numberwithin{equation}{section}
30359 \end_layout
30360
30361 \begin_layout Standard
30362 という行を用いることにしましょう。その結果がこれです。
30363 \begin_inset ERT
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 numberwithin{equation}{section}
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \begin_inset Formula \begin{equation}
30377 A+B=C\end{equation}
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 たとえば、部番号を節階層として使用して、表に付番を施すときには
30386 \begin_inset Newline newline
30387 \end_inset
30388
30389
30390 \series bold
30391
30392 \backslash
30393 numberwithin{table}{part}
30394 \series default
30395 を用います。
30396 \end_layout
30397
30398 \begin_layout Standard
30399 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30400 \end_layout
30401
30402 \begin_layout Standard
30403
30404 \series bold
30405
30406 \backslash
30407 renewcommand{
30408 \backslash
30409 theequation}{
30410 \backslash
30411 arabic{equation}}
30412 \begin_inset Index idx
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416 こまんど@コマンド ! A ! 
30417 \backslash
30418 arabic
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \series default
30425
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431
30432 \backslash
30433 renewcommand{
30434 \backslash
30435 theequation}{
30436 \backslash
30437 arabic{equation}}
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \series bold
30444
30445 \begin_inset Newline newline
30446 \end_inset
30447
30448
30449 \series default
30450 あるいは
30451 \series bold
30452
30453 \begin_inset Newline newline
30454 \end_inset
30455
30456
30457 \backslash
30458 renewcommand{
30459 \backslash
30460 thetable}{
30461 \backslash
30462 arabic{table}}
30463 \end_layout
30464
30465 \begin_layout Standard
30466 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30467 \series bold
30468
30469 \backslash
30470 numberwithin
30471 \series default
30472 は、内部的に上記で述べた
30473 \series bold
30474
30475 \backslash
30476 @addtoreset
30477 \series default
30478 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 makeatletter
30487 \end_layout
30488
30489 \begin_layout Plain Layout
30490
30491
30492 \backslash
30493 @removefromreset{equation}{section}
30494 \end_layout
30495
30496 \begin_layout Plain Layout
30497
30498
30499 \backslash
30500 makeatother
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Subsection
30509 ローマ数字や文字を使った付番
30510 \begin_inset Index idx
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset Index idx
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30534 \end_layout
30535
30536 \begin_layout Standard
30537
30538 \series bold
30539
30540 \backslash
30541 renewcommand{
30542 \backslash
30543 theequation}{
30544 \backslash
30545 roman{equation}}
30546 \end_layout
30547
30548 \begin_layout Standard
30549 というコマンドを入れます。
30550 \series bold
30551
30552 \backslash
30553 renewcommand
30554 \series default
30555
30556 \begin_inset Index idx
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 こまんど@コマンド ! R ! 
30561 \backslash
30562 renewcommand
30563 \end_layout
30564
30565 \end_inset
30566
30567 は、定義済みのコマンド
30568 \series bold
30569
30570 \backslash
30571 theequation
30572 \series default
30573 をコマンド
30574 \series bold
30575
30576 \backslash
30577 roman{equation}
30578 \series default
30579 に再定義します
30580 \begin_inset Foot
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 \series bold
30586
30587 \backslash
30588 renewcommand
30589 \series default
30590 コマンドは、第
30591 \begin_inset CommandInset ref
30592 LatexCommand ref
30593 reference "sub:newcommandコマンド"
30594
30595 \end_inset
30596
30597 節に述べられている
30598 \series bold
30599
30600 \backslash
30601 newcommand
30602 \series default
30603 コマンドと同じ書式を持ちます。
30604 \end_layout
30605
30606 \end_inset
30607
30608 。ここで、
30609 \series bold
30610 equation
30611 \series default
30612 は数式カウンタです。コマンド
30613 \series bold
30614
30615 \backslash
30616 the
30617 \series default
30618 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30619 \series bold
30620
30621 \backslash
30622 theequation
30623 \series default
30624 コマンドを数式の後ろに置くのです。
30625 \series bold
30626
30627 \backslash
30628 roman{equation}
30629 \begin_inset Index idx
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 こまんど@コマンド ! R ! 
30634 \backslash
30635 roman
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \series default
30642 は、カウンタを小文字のローマ数字として出力します。
30643 \end_layout
30644
30645 \begin_layout Standard
30646 こうして、
30647 \series bold
30648
30649 \backslash
30650 renew
30651 \series default
30652 c
30653 \series bold
30654 ommand
30655 \series default
30656 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30657 \series bold
30658
30659 \backslash
30660 roman
30661 \series default
30662 の部分を
30663 \series bold
30664
30665 \backslash
30666 Roman
30667 \series default
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 こまんど@コマンド ! R ! 
30674 \backslash
30675 roman@
30676 \backslash
30677 Roman
30678 \end_layout
30679
30680 \end_inset
30681
30682 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30683 \series bold
30684
30685 \backslash
30686 alph
30687 \series default
30688
30689 \begin_inset Index idx
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693 こまんど@コマンド ! A ! 
30694 \backslash
30695 alph
30696 \end_layout
30697
30698 \end_inset
30699
30700 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30701 \series bold
30702
30703 \backslash
30704 Alph
30705 \series default
30706
30707 \begin_inset Index idx
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 こまんど@コマンド ! A ! 
30712 \backslash
30713 alph@
30714 \backslash
30715 Alph
30716 \end_layout
30717
30718 \end_inset
30719
30720 コマンドがあります。
30721 \end_layout
30722
30723 \begin_layout Standard
30724 \begin_inset Note Greyedout
30725 status open
30726
30727 \begin_layout Plain Layout
30728
30729 \series bold
30730 (注意)
30731 \series default
30732 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \begin_layout Standard
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 theequation}{
30751 \backslash
30752 roman{equation}}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \begin_inset Formula \begin{equation}
30762 A=\textrm{小文字ローマ数字}\end{equation}
30763
30764 \end_inset
30765
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772
30773 \backslash
30774 renewcommand{
30775 \backslash
30776 theequation}{
30777 \backslash
30778 Roman{equation}}
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \begin_inset Formula \begin{equation}
30785 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30786
30787 \end_inset
30788
30789
30790 \begin_inset ERT
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794
30795
30796 \backslash
30797 renewcommand{
30798 \backslash
30799 theequation}{
30800 \backslash
30801 alph{equation}}
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset Formula \begin{equation}
30808 C=\textrm{小文字ラテン文字}\end{equation}
30809
30810 \end_inset
30811
30812
30813 \begin_inset ERT
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817
30818
30819 \backslash
30820 renewcommand{
30821 \backslash
30822 theequation}{
30823 \backslash
30824 Alph{equation}}
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \begin_inset Formula \begin{equation}
30831 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30840 \end_layout
30841
30842 \begin_layout Standard
30843
30844 \series bold
30845
30846 \backslash
30847 renewcommand{
30848 \backslash
30849 theequation}{
30850 \backslash
30851 arabic{equation}}
30852 \begin_inset Index idx
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 こまんど@コマンド ! A ! 
30857 \backslash
30858 arabic
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872
30873 \backslash
30874 renewcommand{
30875 \backslash
30876 theequation}{
30877 \backslash
30878 arabic{equation}}
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \begin_inset Formula \begin{equation}
30885 E=\textrm{アラビア数字}\end{equation}
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset VSpace medskip
30894 \end_inset
30895
30896 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30897 てはなりません。この点に関する説明は、ファイル
30898 \begin_inset CommandInset href
30899 LatexCommand href
30900 name "Formula-numbering.lyx"
30901 target "run:Formula-numbering.lyx"
30902
30903 \end_inset
30904
30905 にあります。
30906 \end_layout
30907
30908 \begin_layout Section
30909 化学記号と化学式
30910 \begin_inset CommandInset label
30911 LatexCommand label
30912 name "sub:化学記号と化学式"
30913
30914 \end_inset
30915
30916
30917 \begin_inset Index idx
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921 かがくきごう@化学記号 ! きごう@記号
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \begin_inset Index idx
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931 かがくしき@化学式
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset Index idx
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941 きごう@記号 ! かがく@化学
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 以下は、化学関係の文章の例です。
30951 \end_layout
30952
30953 \begin_layout Quote
30954 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30955 \end_inset
30956
30957 イオンは、2つの
30958 \begin_inset Formula $\mathrm{Na^{+}}$
30959 \end_inset
30960
30961 イオンと反応して、硫酸化塩
30962 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30963 \end_inset
30964
30965 を形成します。この化学式は以下のようになります。
30966 \begin_inset Formula \begin{equation}
30967 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Standard
30975 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
30976 \begin_inset Info
30977 type  "shortcut"
30978 arg   "font-roman"
30979 \end_inset
30980
30981 を押せば、アップライトフォント様式に変更することができます
30982 \begin_inset Foot
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 フォント様式に関しては、第
30987 \begin_inset CommandInset ref
30988 LatexCommand ref
30989 reference "sub:書体様式"
30990
30991 \end_inset
30992
30993 節を参照のこと。
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Standard
31002 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31003 \series bold
31004 mhchem
31005 \series default
31006
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 ぱっけーじ@パッケージ ! mhchem
31012 \end_layout
31013
31014 \end_inset
31015
31016 が導入されているときに使用することができる
31017 \series bold
31018
31019 \backslash
31020 ce
31021 \series default
31022
31023 \begin_inset Index idx
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027 こまんど@コマンド ! C ! 
31028 \backslash
31029 ce
31030 \end_layout
31031
31032 \end_inset
31033
31034 コマンドを使用することです。
31035 \series bold
31036
31037 \backslash
31038 ce
31039 \series default
31040 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31041 \end_layout
31042
31043 \begin_layout Standard
31044 \align center
31045 \begin_inset Tabular
31046 <lyxtabular version="3" rows="9" columns="2">
31047 <features tabularvalignment="middle">
31048 <column alignment="center" valignment="top" width="0">
31049 <column alignment="center" valignment="top" width="0">
31050 <row>
31051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 コマンド
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 出力
31065 \begin_inset Note Note
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069
31070 \series bold
31071
31072 \backslash
31073 raisebox
31074 \series default
31075 はスペーサーとしてのみ使用されています。
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 </row>
31086 <row>
31087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091
31092 \backslash
31093 ce
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 spce 
31102 \end_layout
31103
31104 \end_inset
31105
31106 H2CO3
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 </row>
31124 <row>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Plain Layout
31129
31130 \backslash
31131 ce
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 spce 
31140 \end_layout
31141
31142 \end_inset
31143
31144 SO4^2-
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31150 \begin_inset Text
31151
31152 \begin_layout Plain Layout
31153 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \end_inset
31160 </cell>
31161 </row>
31162 <row>
31163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31164 \begin_inset Text
31165
31166 \begin_layout Plain Layout
31167
31168 \backslash
31169 ce
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 spce 
31178 \end_layout
31179
31180 \end_inset
31181
31182 (NH4)2S
31183 \end_layout
31184
31185 \end_inset
31186 </cell>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 </row>
31200 <row>
31201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31202 \begin_inset Text
31203
31204 \begin_layout Plain Layout
31205
31206 \backslash
31207 ce
31208 \begin_inset ERT
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213
31214 \backslash
31215 spce 
31216 \end_layout
31217
31218 \end_inset
31219
31220 KCr(SO4)2.12H2O
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 </row>
31238 <row>
31239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243
31244 \backslash
31245 ce
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251
31252 \backslash
31253 spce 
31254 \end_layout
31255
31256 \end_inset
31257
31258 A-B
31259 \backslash
31260 dbond
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 spce 
31269 \end_layout
31270
31271 \end_inset
31272
31273 C
31274 \backslash
31275 tbond
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 spce 
31284 \end_layout
31285
31286 \end_inset
31287
31288 D
31289 \end_layout
31290
31291 \end_inset
31292 </cell>
31293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31294 \begin_inset Text
31295
31296 \begin_layout Plain Layout
31297 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 </row>
31306 <row>
31307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311
31312 \backslash
31313 ce
31314 \begin_inset ERT
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319
31320 \backslash
31321 spce 
31322 \end_layout
31323
31324 \end_inset
31325
31326 ^227
31327 \begin_inset Formula $\downarrow$
31328 \end_inset
31329
31330 _90
31331 \begin_inset Formula $\to$
31332 \end_inset
31333
31334 Th+
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31340 \begin_inset Text
31341
31342 \begin_layout Plain Layout
31343 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 <row>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357
31358 \backslash
31359 ce
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 spce 
31368 \end_layout
31369
31370 \end_inset
31371
31372 CO2
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378
31379 \backslash
31380 spce 
31381 \end_layout
31382
31383 \end_inset
31384
31385 +
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 spce 
31394 \end_layout
31395
31396 \end_inset
31397
31398 C
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 spce 
31407 \end_layout
31408
31409 \end_inset
31410
31411 <=>
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417
31418 \backslash
31419 spce 
31420 \end_layout
31421
31422 \end_inset
31423
31424 2CO
31425 \end_layout
31426
31427 \end_inset
31428 </cell>
31429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31430 \begin_inset Text
31431
31432 \begin_layout Plain Layout
31433 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 </row>
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447
31448 \backslash
31449 ce
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 spce 
31458 \end_layout
31459
31460 \end_inset
31461
31462 CO2
31463 \begin_inset ERT
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467
31468
31469 \backslash
31470 spce 
31471 \end_layout
31472
31473 \end_inset
31474
31475 +
31476 \begin_inset ERT
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481
31482 \backslash
31483 spce 
31484 \end_layout
31485
31486 \end_inset
31487
31488 C
31489 \begin_inset ERT
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493
31494
31495 \backslash
31496 spce 
31497 \end_layout
31498
31499 \end_inset
31500
31501 ->[
31502 \backslash
31503 alpha][
31504 \backslash
31505 beta]
31506 \begin_inset ERT
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510
31511
31512 \backslash
31513 spce 
31514 \end_layout
31515
31516 \end_inset
31517
31518 2CO}
31519 \end_layout
31520
31521 \end_inset
31522 </cell>
31523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31524 \begin_inset Text
31525
31526 \begin_layout Plain Layout
31527 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 </row>
31536 </lyxtabular>
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Standard
31544 \begin_inset Note Greyedout
31545 status open
31546
31547 \begin_layout Plain Layout
31548
31549 \series bold
31550 【註】
31551 \backslash
31552 ce
31553 \series default
31554 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31555 \series bold
31556
31557 \backslash
31558 ce{$
31559 \backslash
31560 mu
31561 \backslash
31562 hyphen$Cl}
31563 \series default
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 ce{$
31573 \backslash
31574 mu
31575 \backslash
31576 hyphen$Cl}
31577 \end_layout
31578
31579 \end_inset
31580
31581 )のようにTeXコードを使わなくてはなりません。
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \end_layout
31588
31589 \begin_layout Standard
31590
31591 \series bold
31592
31593 \backslash
31594 ce
31595 \series default
31596 を使うと
31597 \begin_inset CommandInset ref
31598 LatexCommand eqref
31599 reference "eq:chem-reaction"
31600
31601 \end_inset
31602
31603 式のコマンドは
31604 \begin_inset Newline newline
31605 \end_inset
31606
31607
31608 \series bold
31609  
31610 \backslash
31611 ce
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617
31618 \backslash
31619 spce 
31620 \end_layout
31621
31622 \end_inset
31623
31624 2Na+
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 spce 
31633 \end_layout
31634
31635 \end_inset
31636
31637 +
31638 \begin_inset ERT
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643
31644 \backslash
31645 spce 
31646 \end_layout
31647
31648 \end_inset
31649
31650 SO4^2-
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 spce 
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \begin_inset ERT
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668
31669
31670 \backslash
31671 spce 
31672 \end_layout
31673
31674 \end_inset
31675
31676 ->
31677 \begin_inset ERT
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681
31682
31683 \backslash
31684 spce 
31685 \end_layout
31686
31687 \end_inset
31688
31689 Na2SO4
31690 \begin_inset Newline newline
31691 \end_inset
31692
31693
31694 \series default
31695 のようになります。
31696 \end_layout
31697
31698 \begin_layout Standard
31699 複数行の化学式を作るには、第
31700 \begin_inset CommandInset ref
31701 LatexCommand ref
31702 reference "sec:多行数式"
31703
31704 \end_inset
31705
31706 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31707 \series bold
31708
31709 \backslash
31710 ce
31711 \series default
31712 コマンドを使用します。
31713 \begin_inset CommandInset ref
31714 LatexCommand eqref
31715 reference "eq:TEOS反応1"
31716
31717 \end_inset
31718
31719 式と
31720 \begin_inset CommandInset ref
31721 LatexCommand eqref
31722 reference "eq:TEOS反応2"
31723
31724 \end_inset
31725
31726 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31727 \begin_inset Formula \begin{eqnarray}
31728 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS=00003D00003D00003D00003D0053CD=00003D00003D00003D00003D005FDC1}\\
31729 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS=00003D00003D00003D00003D0053CD=00003D00003D00003D00003D005FDC2}
31730 \end{eqnarray}
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738
31739 \series bold
31740 mhchem
31741 \series default
31742 パッケージは、
31743 \series bold
31744
31745 \backslash
31746 ce
31747 \series default
31748 の他に、特殊ケースに使用する
31749 \series bold
31750
31751 \backslash
31752 cf
31753 \series default
31754
31755 \begin_inset Index idx
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 こまんど@コマンド ! C ! 
31760 \backslash
31761 cf
31762 \end_layout
31763
31764 \end_inset
31765
31766 コマンドを提供しています。
31767 \series bold
31768
31769 \backslash
31770 cf
31771 \series default
31772 の詳しい情報と例示については、
31773 \series bold
31774 mhchem
31775 \series default
31776
31777 \begin_inset CommandInset citation
31778 LatexCommand cite
31779 key "mhchem"
31780
31781 \end_inset
31782
31783 の取扱説明書をご覧ください。
31784 \end_layout
31785
31786 \begin_layout Standard
31787 \begin_inset Newpage newpage
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Section
31794 図解
31795 \end_layout
31796
31797 \begin_layout Standard
31798 LyXは、二つの型の可換図
31799 \series bold
31800 amscd
31801 \series default
31802 および
31803 \series bold
31804 xymatrix
31805 \series default
31806 をサポートしており、以下でこれらの説明をします。
31807 \end_layout
31808
31809 \begin_layout Subsection
31810 amscd図解
31811 \begin_inset Index idx
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815 ずかい@図解 ! amscd
31816 \end_layout
31817
31818 \end_inset
31819
31820
31821 \end_layout
31822
31823 \begin_layout Standard
31824 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31825 \begin_inset Formula \[
31826 \begin{CD}A@>>>B@>>>C\\
31827 @AAA@.@VVV\\
31828 F@<<<E@<<<D
31829 \end{CD}\]
31830
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \begin_layout Standard
31837 これを作るには、数式に
31838 \series bold
31839
31840 \backslash
31841 CD
31842 \begin_inset Index idx
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 こまんど@コマンド ! C ! 
31847 \backslash
31848 CD
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \series default
31855 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31856 \begin_inset Info
31857 type  "shortcut"
31858 arg   "newline-insert newline"
31859 \end_inset
31860
31861 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31862 \end_layout
31863
31864 \begin_layout Standard
31865 関係を作るには、以下のコマンドがあります。
31866 \end_layout
31867
31868 \begin_layout Itemize
31869 \begin_inset Formula $\boldsymbol{@<<<}$
31870 \end_inset
31871
31872 は左矢印、
31873 \begin_inset Formula $\boldsymbol{@>>>}$
31874 \end_inset
31875
31876 は右矢印、
31877 \series bold
31878 @=
31879 \series default
31880 は長い等号を生成します。
31881 \end_layout
31882
31883 \begin_layout Itemize
31884
31885 \series bold
31886 @AAA
31887 \series default
31888 は上矢印、
31889 \series bold
31890 @VVV
31891 \series default
31892 は下矢印、
31893 \begin_inset Formula $\boldsymbol{@|}$
31894 \end_inset
31895
31896 は縦向きの等号を生成します。
31897 \end_layout
31898
31899 \begin_layout Itemize
31900
31901 \series bold
31902 @.
31903 \series default
31904 は関係が存在しない部分に置きます。
31905 \end_layout
31906
31907 \begin_layout Standard
31908 矢印はすべて、以下のようにラベル付けをすることができます。
31909 \end_layout
31910
31911 \begin_layout Itemize
31912 文章を、第1と第2の「
31913 \begin_inset Formula $<$
31914 \end_inset
31915
31916 」ないし「
31917 \begin_inset Formula $>$
31918 \end_inset
31919
31920 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31921 \begin_inset Formula $<$
31922 \end_inset
31923
31924 」ないし「
31925 \begin_inset Formula $>$
31926 \end_inset
31927
31928 」のあいだに入れると、矢印の下に表示されます。
31929 \end_layout
31930
31931 \begin_layout Itemize
31932 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31933 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31934 \end_layout
31935
31936 \begin_layout Standard
31937 以下は、上記のすべての関係を使った例です。
31938 \end_layout
31939
31940 \begin_layout Standard
31941 \begin_inset Formula \[
31942 \begin{CD}A@>j>>B@>>k>C@=F\\
31943 @AmAA@.@VV{V}V@|\\
31944 D@<<j<E@>k>>F@=C
31945 \end{CD}\]
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 これを作るコマンドは、以下のとおりです。
31954 \begin_inset Newline newline
31955 \end_inset
31956
31957
31958 \series bold
31959
31960 \backslash
31961 CD
31962 \begin_inset ERT
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967
31968 \backslash
31969 spce 
31970 \end_layout
31971
31972 \end_inset
31973
31974 A
31975 \begin_inset Formula $\boldsymbol{@>}$
31976 \end_inset
31977
31978 j
31979 \begin_inset Formula $\boldsymbol{>>}$
31980 \end_inset
31981
31982 B
31983 \begin_inset Formula $\boldsymbol{@>>}$
31984 \end_inset
31985
31986 k
31987 \begin_inset Formula $\boldsymbol{>}$
31988 \end_inset
31989
31990 C@=F Ctrl+Return
31991 \begin_inset Newline newline
31992 \end_inset
31993
31994
31995 \begin_inset Phantom HPhantom
31996 status open
31997
31998 \begin_layout Plain Layout
31999
32000 \series bold
32001
32002 \backslash
32003 CD
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009
32010 \backslash
32011 spce 
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020
32021 @AmAA@.@VV
32022 \backslash
32023 {V
32024 \series default
32025
32026 \begin_inset Formula $\to$
32027 \end_inset
32028
32029
32030 \series bold
32031 V
32032 \begin_inset Formula $\boldsymbol{@|}$
32033 \end_inset
32034
32035  Ctrl+Return
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \begin_inset Phantom HPhantom
32041 status open
32042
32043 \begin_layout Plain Layout
32044
32045 \series bold
32046
32047 \backslash
32048 CD
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 spce 
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \end_inset
32065
32066 D
32067 \begin_inset Formula $\boldsymbol{@<<}$
32068 \end_inset
32069
32070 j
32071 \begin_inset Formula $\boldsymbol{<}$
32072 \end_inset
32073
32074 E
32075 \begin_inset Formula $\boldsymbol{@>}$
32076 \end_inset
32077
32078 k
32079 \begin_inset Formula $\boldsymbol{>>}$
32080 \end_inset
32081
32082 F@=C
32083 \end_layout
32084
32085 \begin_layout Subsection
32086 xymatrix図解
32087 \begin_inset Index idx
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 ずかい@図解 ! xymatrix
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Standard
32100 xymatricesを使うには、LaTeXパッケージの
32101 \series bold
32102 xypic
32103 \series default
32104 が導入済みである必要があります。xymatrixは、数式中に
32105 \series bold
32106
32107 \backslash
32108 xymatrix
32109 \series default
32110 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32111 \begin_inset CommandInset ref
32112 LatexCommand ref
32113 reference "sec:行列"
32114
32115 \end_inset
32116
32117 節をご参照下さい。
32118 \end_layout
32119
32120 \begin_layout Standard
32121 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32122 \family sans
32123 ヘルプ\SpecialChar \menuseparator
32124 用途別説明書\SpecialChar \menuseparator
32125 XY-pic説明書
32126 \family default
32127 メニューにある
32128 \emph on
32129 XY-pic説明書
32130 \emph default
32131 で詳しく網羅しています。
32132 \end_layout
32133
32134 \begin_layout Subsection
32135
32136 \noun on
32137 \lang english
32138 Feynman
32139 \noun default
32140  Diagrams
32141 \lang japanese
32142
32143 \begin_inset Index idx
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147 ずかい@図解 ! Feynman
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Standard
32156
32157 \lang english
32158 To be able to use 
32159 \noun on
32160 Feynman
32161 \noun default
32162 -diagrams, the LaTeX-package 
32163 \series bold
32164 feyn
32165 \series default
32166  must be installed.
32167  A 
32168 \noun on
32169 Feynman
32170 \noun default
32171 -diagram is created by inserting the command 
32172 \series bold
32173
32174 \backslash
32175 Diagram
32176 \series default
32177  in a formula.
32178  Then you are able to add new matrix columns and rows like for normal matrices,
32179  see
32180 \lang japanese
32181  
32182 \begin_inset CommandInset ref
32183 LatexCommand ref
32184 reference "sec:行列"
32185
32186 \end_inset
32187
32188 .
32189 \end_layout
32190
32191 \begin_layout Standard
32192
32193 \lang english
32194 Examples how to create 
32195 \noun on
32196 Feynman-
32197 \noun default
32198 diagrams in LyX is given in the 
32199 \emph on
32200 Feynman-diagram manual
32201 \emph default
32202  that you find in the menu 
32203 \family sans
32204 Help\SpecialChar \menuseparator
32205 Specific
32206 \begin_inset space ~
32207 \end_inset
32208
32209 Manuals
32210 \family default
32211 .
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \begin_inset Newpage newpage
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Section
32222 ユーザー定義コマンド
32223 \begin_inset Index idx
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227 ゆーざーていぎこまんど@ユーザー定義コマンド
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \begin_inset Note Greyedout
32237 status open
32238
32239 \begin_layout Plain Layout
32240 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Subsection
32249
32250 \backslash
32251 newcommandコマンド
32252 \begin_inset CommandInset label
32253 LatexCommand label
32254 name "sub:newcommandコマンド"
32255
32256 \end_inset
32257
32258
32259 \begin_inset Index idx
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32264 \backslash
32265 newcommand
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \begin_inset Index idx
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 こまんど@コマンド ! N ! 
32276 \backslash
32277 newcommand
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32287 \series bold
32288
32289 \backslash
32290 newcommand
32291 \series default
32292 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32293 \end_layout
32294
32295 \begin_layout Standard
32296
32297 \series bold
32298
32299 \backslash
32300 newcommand
32301 \series default
32302 コマンドの書式は、
32303 \end_layout
32304
32305 \begin_layout Standard
32306
32307 \series bold
32308
32309 \backslash
32310 newcommand{新コマンド名}[引数の数][オプションの値]
32311 \begin_inset Newline newline
32312 \end_inset
32313
32314
32315 \begin_inset Phantom HPhantom
32316 status open
32317
32318 \begin_layout Plain Layout
32319
32320 \series bold
32321
32322 \backslash
32323 newcommand
32324 \end_layout
32325
32326 \end_inset
32327
32328 {コマンド定義}
32329 \end_layout
32330
32331 \begin_layout Standard
32332 です。
32333 \end_layout
32334
32335 \begin_layout Standard
32336 \begin_inset Note Greyedout
32337 status open
32338
32339 \begin_layout Plain Layout
32340
32341 \series bold
32342 (注意)
32343 \series default
32344 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32345 \series bold
32346
32347 \backslash
32348 Leftarrow
32349 \series default
32350 の短縮のつもりで
32351 \series bold
32352
32353 \backslash
32354 le
32355 \series default
32356 というコマンドを定義したとすると、
32357 \series bold
32358
32359 \backslash
32360 le
32361 \series default
32362 は既に「
32363 \begin_inset Formula $\le$
32364 \end_inset
32365
32366 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \begin_layout Standard
32375 「引数の数」は、0
32376 \begin_inset space \thinspace{}
32377 \end_inset
32378
32379 -
32380 \begin_inset space \thinspace{}
32381 \end_inset
32382
32383 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32384 ドの
32385 \emph on
32386 最初の
32387 \emph default
32388 引数は、自動的に非必須の引数になります。
32389 \end_layout
32390
32391 \begin_layout Standard
32392 以下にいくつかの例を挙げます。
32393 \end_layout
32394
32395 \begin_layout Itemize
32396
32397 \series bold
32398
32399 \backslash
32400 Longrightarrow
32401 \series default
32402 の短縮形として
32403 \series bold
32404
32405 \backslash
32406 gr
32407 \series default
32408 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32409 \begin_inset VSpace medskip
32410 \end_inset
32411
32412
32413 \begin_inset Newline newline
32414 \end_inset
32415
32416
32417 \series bold
32418
32419 \backslash
32420 newcommand{
32421 \backslash
32422 gr}{
32423 \backslash
32424 Longrightarrow}
32425 \end_layout
32426
32427 \begin_layout Itemize
32428
32429 \series bold
32430
32431 \backslash
32432 underline
32433 \series default
32434 の短縮形として
32435 \series bold
32436
32437 \backslash
32438 us
32439 \series default
32440 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32441 \begin_inset VSpace medskip
32442 \end_inset
32443
32444
32445 \begin_inset Newline newline
32446 \end_inset
32447
32448
32449 \series bold
32450
32451 \backslash
32452 newcommand{
32453 \backslash
32454 us}[1]{
32455 \backslash
32456 underline{#1}}
32457 \series default
32458
32459 \begin_inset VSpace medskip
32460 \end_inset
32461
32462
32463 \begin_inset Newline newline
32464 \end_inset
32465
32466
32467 \series bold
32468 #
32469 \series default
32470 」という文字は、引数の入る場所を示し、その後ろの「
32471 \series bold
32472 1
32473 \series default
32474 」は、これが第1引数の入る場所であることを示します。
32475 \end_layout
32476
32477 \begin_layout Itemize
32478
32479 \series bold
32480
32481 \backslash
32482 framebox
32483 \series default
32484 の短縮形として、たとえば
32485 \series bold
32486
32487 \backslash
32488 fb
32489 \series default
32490 というコマンドを定義するには、
32491 \begin_inset VSpace medskip
32492 \end_inset
32493
32494
32495 \begin_inset Newline newline
32496 \end_inset
32497
32498
32499 \series bold
32500
32501 \backslash
32502 newcommand{
32503 \backslash
32504 fb}[3]{
32505 \backslash
32506 framebox#1#2{$#3$}}
32507 \series default
32508
32509 \begin_inset VSpace medskip
32510 \end_inset
32511
32512
32513 \begin_inset Newline newline
32514 \end_inset
32515
32516 二つのドルマークは、
32517 \series bold
32518
32519 \backslash
32520 framebox
32521 \series default
32522 が必要とする内部の数式を作り出します。第
32523 \begin_inset CommandInset ref
32524 LatexCommand ref
32525 reference "sub:縁付きボックス"
32526
32527 \end_inset
32528
32529 節をご参照下さい。
32530 \end_layout
32531
32532 \begin_layout Itemize
32533 ボックスの色を指定する必要がない
32534 \series bold
32535
32536 \backslash
32537 fcolorbox
32538 \series default
32539 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32540 \begin_inset VSpace medskip
32541 \end_inset
32542
32543
32544 \begin_inset Newline newline
32545 \end_inset
32546
32547
32548 \series bold
32549
32550 \backslash
32551 newcommand{
32552 \backslash
32553 cb}[3][white]{
32554 \backslash
32555 fcolorbox{#2}{#1}{$#3$}}
32556 \series default
32557
32558 \begin_inset VSpace medskip
32559 \end_inset
32560
32561
32562 \begin_inset Newline newline
32563 \end_inset
32564
32565
32566 \series bold
32567
32568 \backslash
32569 cb
32570 \series default
32571 を使うときに色が指定されなければ、事前に定義された色である
32572 \series bold
32573 white
32574 \series default
32575 が使用されます。
32576 \end_layout
32577
32578 \begin_layout Standard
32579 以下は、上で定義したコマンドの動作テストです。
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \align center
32584 \begin_inset Tabular
32585 <lyxtabular version="3" rows="6" columns="2">
32586 <features tabularvalignment="middle">
32587 <column alignment="center" valignment="top" width="0">
32588 <column alignment="center" valignment="top" width="0">
32589 <row>
32590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 コマンド
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 出力
32604 \begin_inset Note Note
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 ここで
32609 \series bold
32610
32611 \backslash
32612 raisebox
32613 \series default
32614 はスペーサーとして使用しているだけです。
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 </row>
32625 <row>
32626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630 A
32631 \backslash
32632 gr
32633 \begin_inset ERT
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637
32638
32639 \backslash
32640 spce 
32641 \end_layout
32642
32643 \end_inset
32644
32645 B
32646 \end_layout
32647
32648 \end_inset
32649 </cell>
32650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32651 \begin_inset Text
32652
32653 \begin_layout Plain Layout
32654 \begin_inset Formula $A\gr B$
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \end_inset
32661 </cell>
32662 </row>
32663 <row>
32664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32665 \begin_inset Text
32666
32667 \begin_layout Plain Layout
32668
32669 \backslash
32670 us{ABcd
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Plain Layout
32679 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \end_inset
32686 </cell>
32687 </row>
32688 <row>
32689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693
32694 \backslash
32695 fb{[2cm]
32696 \begin_inset Formula $\to$
32697 \end_inset
32698
32699
32700 \backslash
32701 {
32702 \begin_inset Formula $\to$
32703 \end_inset
32704
32705
32706 \backslash
32707 {
32708 \backslash
32709 int
32710 \begin_inset ERT
32711 status collapsed
32712
32713 \begin_layout Plain Layout
32714
32715
32716 \backslash
32717 spce 
32718 \end_layout
32719
32720 \end_inset
32721
32722 A=B
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \end_inset
32738 </cell>
32739 </row>
32740 <row>
32741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32742 \begin_inset Text
32743
32744 \begin_layout Plain Layout
32745
32746 \backslash
32747 cb{red
32748 \begin_inset Formula $\to$
32749 \end_inset
32750
32751
32752 \backslash
32753 {
32754 \backslash
32755 int
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 spce 
32764 \end_layout
32765
32766 \end_inset
32767
32768 A=B
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32774 \begin_inset Text
32775
32776 \begin_layout Plain Layout
32777 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 </row>
32786 <row>
32787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791
32792 \backslash
32793 cb[green]
32794 \backslash
32795 {red
32796 \begin_inset Formula $\to$
32797 \end_inset
32798
32799
32800 \backslash
32801 {
32802 \backslash
32803 int
32804 \begin_inset ERT
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808
32809
32810 \backslash
32811 spce 
32812 \end_layout
32813
32814 \end_inset
32815
32816 A=B
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 </row>
32834 </lyxtabular>
32835
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \begin_layout Subsection
32842 数式マクロ
32843 \begin_inset Index idx
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \begin_inset Index idx
32854 status collapsed
32855
32856 \begin_layout Plain Layout
32857 まくろ@マクロ
32858 \end_layout
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Standard
32866 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32867 般型は、
32868 \begin_inset Formula \[
32869 0=\lambda^{2}+p\lambda+q\]
32870
32871 \end_inset
32872
32873 であり、その解の一般型は
32874 \begin_inset Formula \[
32875 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \begin_layout Standard
32883 です。
32884 \begin_inset Formula $\lambda$
32885 \end_inset
32886
32887
32888 \begin_inset Formula $p$
32889 \end_inset
32890
32891
32892 \begin_inset Formula $q$
32893 \end_inset
32894
32895 の3つのパラメータを指定することが必須であり、
32896 \begin_inset Formula $\lambda$
32897 \end_inset
32898
32899 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32900 \begin_inset Newline newline
32901 \end_inset
32902
32903
32904 \series bold
32905
32906 \backslash
32907 newcommand{
32908 \backslash
32909 qG}[4][1,
32910 \backslash
32911 ,2]{#2_{#1}=-
32912 \backslash
32913 frac{#3}{2}
32914 \backslash
32915 pm
32916 \begin_inset Newline newline
32917 \end_inset
32918
32919
32920 \begin_inset Phantom HPhantom
32921 status open
32922
32923 \begin_layout Plain Layout
32924
32925 \series bold
32926
32927 \backslash
32928 newcommand
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \backslash
32935 sqrt{
32936 \backslash
32937 frac{#3^{2}}{4}-#4}}
32938 \end_layout
32939
32940 \begin_layout Standard
32941 これを使って解の公式を作るには、
32942 \begin_inset Newline newline
32943 \end_inset
32944
32945
32946 \series bold
32947
32948 \backslash
32949 qG{
32950 \backslash
32951 lambda
32952 \begin_inset Formula $\to$
32953 \end_inset
32954
32955
32956 \backslash
32957 {p
32958 \begin_inset Formula $\to$
32959 \end_inset
32960
32961
32962 \backslash
32963 {q
32964 \series default
32965 というコマンドを数式に入れます。
32966 \end_layout
32967
32968 \begin_layout Standard
32969 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32970 \series bold
32971
32972 \backslash
32973 frac{分子}{分母}
32974 \series default
32975 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32976 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32977 \series bold
32978
32979 \backslash
32980 newcommand
32981 \series default
32982 コマンドの代わりに、数式マクロを使う方法を提供しています。
32983 \end_layout
32984
32985 \begin_layout Standard
32986 数式マクロは、
32987 \family sans
32988 挿入\SpecialChar \menuseparator
32989 数式\SpecialChar \menuseparator
32990 マクロ
32991 \family default
32992 メニューか、ツールバーボタンの
32993 \begin_inset Graphics
32994         filename ../../images/math-macro_newmacroname_newcommand.png
32995         scale 85
32996
32997 \end_inset
32998
32999 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33000 \begin_inset Newline newline
33001 \end_inset
33002
33003
33004 \begin_inset space \hspace*{\fill}
33005 \end_inset
33006
33007
33008 \begin_inset Graphics
33009         filename ../clipart/macrobox.png
33010
33011 \end_inset
33012
33013
33014 \begin_inset space \hspace*{\fill}
33015 \end_inset
33016
33017
33018 \begin_inset Newline newline
33019 \end_inset
33020
33021
33022 \begin_inset FormulaMacro
33023 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33024 \end_inset
33025
33026
33027 \backslash
33028 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33029 \series bold
33030
33031 \backslash
33032 #1
33033 \series default
33034 のように
33035 \series bold
33036
33037 \backslash
33038 #引数番号
33039 \series default
33040 というコマンドで入力するか、マクロツールバーボタンの
33041 \begin_inset Graphics
33042         filename ../../images/math-macro-add-param.png
33043         scale 85
33044
33045 \end_inset
33046
33047 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33048 \begin_inset Graphics
33049         filename ../../images/math-macro-add-optional-param.png
33050         scale 85
33051
33052 \end_inset
33053
33054 で作ることができます。最初の必須引数は、ツールバーボタンの
33055 \begin_inset Graphics
33056         filename ../../images/math-macro-make-optional.png
33057         scale 85
33058
33059 \end_inset
33060
33061 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33062 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33063 \begin_inset Newline newline
33064 \end_inset
33065
33066
33067 \series bold
33068 qG: 
33069 \backslash
33070 #1
33071 \series default
33072  
33073 \series bold
33074 ,
33075 \series default
33076  
33077 \series bold
33078
33079 \backslash
33080 #2
33081 \series default
33082  
33083 \series bold
33084 ,
33085 \series default
33086  
33087 \series bold
33088
33089 \backslash
33090 #3, 
33091 \backslash
33092 #4
33093 \begin_inset Newline newline
33094 \end_inset
33095
33096
33097 \series default
33098 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33099 されます。
33100 \begin_inset Newline newline
33101 \end_inset
33102
33103 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33104 \family sans
33105 表示\SpecialChar \menuseparator
33106 数式マクロを展開(畳む)
33107 \family default
33108 メニューを使うことで、マクロ毎に変えることができます。
33109 \end_layout
33110
33111 \begin_layout Standard
33112 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33113 \series bold
33114
33115 \backslash
33116 qG
33117 \series default
33118 とします。このマクロは、LyX中では以下のように表示されます。
33119 \begin_inset Newline newline
33120 \end_inset
33121
33122
33123 \begin_inset space \hspace*{\fill}
33124 \end_inset
33125
33126
33127 \begin_inset Graphics
33128         filename ../clipart/macrouse.png
33129
33130 \end_inset
33131
33132
33133 \begin_inset space \hspace*{\fill}
33134 \end_inset
33135
33136
33137 \begin_inset Newline newline
33138 \end_inset
33139
33140 以下は、上記の例に、引数
33141 \begin_inset Formula $x$
33142 \end_inset
33143
33144
33145 \begin_inset Formula $\ln(x)$
33146 \end_inset
33147
33148
33149 \begin_inset Formula $B$
33150 \end_inset
33151
33152 を指定したものです。
33153 \end_layout
33154
33155 \begin_layout Standard
33156 \begin_inset Formula \[
33157 \qG x{\ln(x)}B\]
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 LyXは、
33166 \family sans
33167 ツール\SpecialChar \menuseparator
33168 設定\SpecialChar \menuseparator
33169 編集\SpecialChar \menuseparator
33170 制御
33171 \family default
33172 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33173 せてみてください。
33174 \end_layout
33175
33176 \begin_layout Standard
33177 数式マクロは、文書書き出し時に、内部的に
33178 \series bold
33179
33180 \backslash
33181 newcommand
33182 \series default
33183 コマンドに変換されます。こうして生成された
33184 \series bold
33185
33186 \backslash
33187 newcommand
33188 \series default
33189 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33190 \end_layout
33191
33192 \begin_layout Standard
33193 数式マクロは、
33194 \series bold
33195
33196 \backslash
33197 newcommand
33198 \series default
33199 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33200 \series bold
33201
33202 \begin_inset Newline newline
33203 \end_inset
33204
33205
33206 \backslash
33207 newcommand{
33208 \backslash
33209 larrow}[2]{
33210 \backslash
33211 xleftarrow[#2]{#1}}
33212 \begin_inset Newline newline
33213 \end_inset
33214
33215
33216 \series default
33217 というコマンドを書き入れ、この全体を選択して、短絡キー
33218 \family sans
33219 Ctrl+M
33220 \family default
33221 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33222 \series bold
33223
33224 \backslash
33225 newcommand
33226 \series default
33227 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33228 \end_layout
33229
33230 \begin_layout Standard
33231 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33232 \begin_inset CommandInset ref
33233 LatexCommand ref
33234 reference "sub:newcommandコマンド"
33235
33236 \end_inset
33237
33238 節で例として作った
33239 \series bold
33240
33241 \backslash
33242 fb
33243 \series default
33244 は、マクロとしては作ることができません。
33245 \end_layout
33246
33247 \begin_layout Standard
33248 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33249 \end_layout
33250
33251 \begin_layout Standard
33252 \begin_inset VSpace defskip
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \begin_layout Standard
33259 \begin_inset Graphics
33260         filename ../clipart/MacroToolbar.png
33261
33262 \end_inset
33263
33264
33265 \begin_inset Index idx
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269 まくろ@マクロ ! つーるばー@ツールバー
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \begin_inset VSpace defskip
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Standard
33285 マクロツールバーは、左から右に、以下の各ボタンがあります。
33286 \end_layout
33287
33288 \begin_layout Standard
33289 \begin_inset VSpace defskip
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \begin_layout Standard
33296 \begin_inset Tabular
33297 <lyxtabular version="3" rows="9" columns="2">
33298 <features islongtable="true" longtabularalignment="center">
33299 <column alignment="left" valignment="top" width="0">
33300 <column alignment="left" valignment="top" width="85col%">
33301 <row interlinespace="2.5mm">
33302 <cell alignment="center" valignment="top" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306 \begin_inset Graphics
33307         filename ../../images/math-macro-remove-param.png
33308         BoundingBox 0bp 5bp 20bp 25bp
33309         rotateOrigin center
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322
33323 \family sans
33324 編集\SpecialChar \menuseparator
33325 数式\SpecialChar \menuseparator
33326 マクロ定義\SpecialChar \menuseparator
33327 最後の引数を削除
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row interlinespace="2.5mm">
33334 <cell alignment="center" valignment="top" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 \begin_inset Graphics
33339         filename ../../images/math-macro-add-param.png
33340         BoundingBox 0bp 5bp 20bp 25bp
33341         rotateOrigin center
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 <cell alignment="center" valignment="top" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354
33355 \family sans
33356 編集\SpecialChar \menuseparator
33357 数式\SpecialChar \menuseparator
33358 マクロ定義\SpecialChar \menuseparator
33359 引数を追加
33360 \end_layout
33361
33362 \end_inset
33363 </cell>
33364 </row>
33365 <row interlinespace="2.5mm">
33366 <cell alignment="center" valignment="top" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370 \begin_inset Graphics
33371         filename ../../images/math-macro-make-optional.png
33372         BoundingBox 0bp 5bp 20bp 25bp
33373         rotateOrigin center
33374
33375 \end_inset
33376
33377
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 <cell alignment="center" valignment="top" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386
33387 \family sans
33388 編集\SpecialChar \menuseparator
33389 数式\SpecialChar \menuseparator
33390 マクロ定義\SpecialChar \menuseparator
33391 最初の必須引数を
33392 \begin_inset Newline newline
33393 \end_inset
33394
33395
33396 \begin_inset Phantom HPhantom
33397 status open
33398
33399 \begin_layout Plain Layout
33400
33401 \family sans
33402 編集\SpecialChar \menuseparator
33403 数式\SpecialChar \menuseparator
33404 マクロ定義\SpecialChar \menuseparator
33405
33406 \end_layout
33407
33408 \end_inset
33409
33410 非必須引数にする
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 </row>
33416 <row interlinespace="2.5mm">
33417 <cell alignment="center" valignment="top" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 \begin_inset Graphics
33422         filename ../../images/math-macro-make-nonoptional.png
33423         BoundingBox 0bp 5bp 20bp 25bp
33424         rotateOrigin center
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 <cell alignment="center" valignment="top" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437
33438 \family sans
33439 編集\SpecialChar \menuseparator
33440 数式\SpecialChar \menuseparator
33441 マクロ定義\SpecialChar \menuseparator
33442 最後の非必須引数を
33443 \begin_inset Newline newline
33444 \end_inset
33445
33446
33447 \begin_inset Phantom HPhantom
33448 status open
33449
33450 \begin_layout Plain Layout
33451
33452 \family sans
33453 編集\SpecialChar \menuseparator
33454 数式\SpecialChar \menuseparator
33455 マクロ定義\SpecialChar \menuseparator
33456
33457 \end_layout
33458
33459 \end_inset
33460
33461 必須引数にする
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 </row>
33467 <row interlinespace="2.5mm">
33468 <cell alignment="center" valignment="top" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 \begin_inset Graphics
33473         filename ../../images/math-macro-remove-optional-param.png
33474         BoundingBox 0bp 5bp 20bp 25bp
33475         rotateOrigin center
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 <cell alignment="center" valignment="top" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488
33489 \family sans
33490 編集\SpecialChar \menuseparator
33491 数式\SpecialChar \menuseparator
33492 マクロ定義\SpecialChar \menuseparator
33493 非必須引数を削除
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 </row>
33499 <row interlinespace="2.5mm">
33500 <cell alignment="center" valignment="top" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 \begin_inset Graphics
33505         filename ../../images/math-macro-add-optional-param.png
33506         BoundingBox 0bp 5bp 20bp 25bp
33507         rotateOrigin center
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 <cell alignment="center" valignment="top" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520
33521 \family sans
33522 編集\SpecialChar \menuseparator
33523 数式\SpecialChar \menuseparator
33524 マクロ定義\SpecialChar \menuseparator
33525 非必須引数を挿入
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 </row>
33531 <row interlinespace="2.5mm">
33532 <cell alignment="center" valignment="top" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536 \begin_inset Graphics
33537         filename ../../images/math-macro-remove-greedy-param.png
33538         BoundingBox 0bp 5bp 20bp 25bp
33539         rotateOrigin center
33540
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552
33553 \family sans
33554 編集\SpecialChar \menuseparator
33555 数式\SpecialChar \menuseparator
33556 マクロ定義\SpecialChar \menuseparator
33557 右に吐き出す形で
33558 \begin_inset Newline newline
33559 \end_inset
33560
33561
33562 \begin_inset Phantom HPhantom
33563 status open
33564
33565 \begin_layout Plain Layout
33566
33567 \family sans
33568 編集\SpecialChar \menuseparator
33569 数式\SpecialChar \menuseparator
33570 マクロ定義\SpecialChar \menuseparator
33571
33572 \end_layout
33573
33574 \end_inset
33575
33576 最後の引数を削除
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 </row>
33582 <row interlinespace="2.5mm">
33583 <cell alignment="center" valignment="top" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 \begin_inset Graphics
33588         filename ../../images/math-macro-append-greedy-param.png
33589         BoundingBox 0bp 5bp 20bp 25bp
33590         rotateOrigin center
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 <cell alignment="center" valignment="top" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603
33604 \family sans
33605 編集\SpecialChar \menuseparator
33606 数式\SpecialChar \menuseparator
33607 マクロ定義\SpecialChar \menuseparator
33608 右から喰う形で
33609 \begin_inset Newline newline
33610 \end_inset
33611
33612
33613 \begin_inset Phantom HPhantom
33614 status open
33615
33616 \begin_layout Plain Layout
33617
33618 \family sans
33619 編集\SpecialChar \menuseparator
33620 数式\SpecialChar \menuseparator
33621 マクロ定義\SpecialChar \menuseparator
33622
33623 \end_layout
33624
33625 \end_inset
33626
33627 引数を追加
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 </row>
33633 <row interlinespace="2.5mm">
33634 <cell alignment="center" valignment="top" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638 \begin_inset Graphics
33639         filename ../../images/math-macro-add-greedy-optional-param.png
33640         BoundingBox 0bp 5bp 20bp 25bp
33641         rotateOrigin center
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 <cell alignment="center" valignment="top" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654
33655 \family sans
33656 編集\SpecialChar \menuseparator
33657 数式\SpecialChar \menuseparator
33658 マクロ定義\SpecialChar \menuseparator
33659 右から喰う形で
33660 \begin_inset Newline newline
33661 \end_inset
33662
33663
33664 \begin_inset Phantom HPhantom
33665 status open
33666
33667 \begin_layout Plain Layout
33668
33669 \family sans
33670 編集\SpecialChar \menuseparator
33671 数式\SpecialChar \menuseparator
33672 マクロ定義\SpecialChar \menuseparator
33673
33674 \end_layout
33675
33676 \end_inset
33677
33678 非必須引数を追加
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 </row>
33684 </lyxtabular>
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Standard
33692 \begin_inset Newpage newpage
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Section
33699 さまざまな秘訣
33700 \begin_inset Index idx
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 ひけつ@秘訣
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Subsection
33713 負の数
33714 \begin_inset Index idx
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 かず@数 ! ふの@負の ---
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33728 く表示されます。
33729 \end_layout
33730
33731 \begin_layout Standard
33732 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33733 \end_layout
33734
33735 \begin_layout Standard
33736 以下は、この問題を示す例です。
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \align center
33741 \begin_inset Tabular
33742 <lyxtabular version="3" rows="3" columns="2">
33743 <features tabularvalignment="middle">
33744 <column alignment="right" valignment="top" width="0">
33745 <column alignment="left" valignment="top" width="0">
33746 <row>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 通常の文章:
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760 x = -2
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 </row>
33766 <row>
33767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33768 \begin_inset Text
33769
33770 \begin_layout Plain Layout
33771 数式:
33772 \end_layout
33773
33774 \end_inset
33775 </cell>
33776 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33777 \begin_inset Text
33778
33779 \begin_layout Plain Layout
33780 \begin_inset Formula $x=-2$
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \end_inset
33787 </cell>
33788 </row>
33789 <row>
33790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33791 \begin_inset Text
33792
33793 \begin_layout Plain Layout
33794 解決策:
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 \begin_inset Formula $x=\textrm{-}2$
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 </row>
33812 </lyxtabular>
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Subsection
33820 位区切りとしてのコンマ
33821 \begin_inset Index idx
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825 こんま@コンマ
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \begin_inset Index idx
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835 かんま@カンマ|see
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 {
33842 \end_layout
33843
33844 \end_inset
33845
33846 コンマ
33847 \begin_inset ERT
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851
33852 }
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \begin_layout Standard
33866 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33867 \end_layout
33868
33869 \begin_layout Standard
33870 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33871 \begin_inset Info
33872 type  "shortcut"
33873 arg   "math-mode"
33874 \end_inset
33875
33876 )。
33877 \end_layout
33878
33879 \begin_layout Standard
33880 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33881 \end_layout
33882
33883 \begin_layout Standard
33884
33885 \series bold
33886
33887 \backslash
33888 usepackage{icomma}
33889 \end_layout
33890
33891 \begin_layout Standard
33892 という行を加えて、
33893 \series bold
33894 icomma.sty
33895 \series default
33896
33897 \begin_inset Foot
33898 status collapsed
33899
33900 \begin_layout Plain Layout
33901
33902 \series bold
33903 icomma
33904 \series default
33905 は、LaTeXパッケージ
33906 \series bold
33907 was
33908 \series default
33909
33910 \begin_inset Index idx
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914 ぱっけーじ@パッケージ ! was
33915 \begin_inset ERT
33916 status collapsed
33917
33918 \begin_layout Plain Layout
33919
33920
33921 \backslash
33922 vspace{4mm}
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \end_inset
33931
33932 に含まれています。
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \begin_inset Index idx
33939 status collapsed
33940
33941 \begin_layout Plain Layout
33942 ぱっけーじ@パッケージ ! icomma
33943 \end_layout
33944
33945 \end_inset
33946
33947 ファイルを読み込みます。
33948 \end_layout
33949
33950 \begin_layout Subsection
33951 物理ベクトル
33952 \begin_inset CommandInset label
33953 LatexCommand label
33954 name "sub:物理ベクトル"
33955
33956 \end_inset
33957
33958
33959 \begin_inset Index idx
33960 status collapsed
33961
33962 \begin_layout Plain Layout
33963 Vectors ! physical
33964 \end_layout
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Standard
33972 LaTeXパッケージ
33973 \series bold
33974 braket
33975 \series default
33976
33977 \begin_inset Foot
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981
33982 \series bold
33983 braket
33984 \series default
33985  は標準的LaTeX頒布版のすべてに含まれています。
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \begin_inset Index idx
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995 ぱっけーじ@パッケージ ! braket
33996 \end_layout
33997
33998 \end_inset
33999
34000 には、定義済みのベクトルが提供されており、
34001 \end_layout
34002
34003 \begin_layout Standard
34004
34005 \series bold
34006
34007 \backslash
34008 usepackage{braket}
34009 \end_layout
34010
34011 \begin_layout Standard
34012 というLaTeXプリアンブル行で読み込むことができます。
34013 \end_layout
34014
34015 \begin_layout Standard
34016 \begin_inset ERT
34017 status collapsed
34018
34019 \begin_layout Plain Layout
34020
34021
34022 \backslash
34023 ifbraket 
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \begin_inset Note Note
34030 status open
34031
34032 \begin_layout Plain Layout
34033 以下の表は、
34034 \series bold
34035 braket
34036 \series default
34037  LaTeXパッケージが導入済みのときのみ表示されます。
34038 \end_layout
34039
34040 \end_inset
34041
34042 以下のコマンドが定義されています。
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \align center
34047 \begin_inset Tabular
34048 <lyxtabular version="3" rows="4" columns="2">
34049 <features tabularvalignment="middle">
34050 <column alignment="center" valignment="top" width="0">
34051 <column alignment="center" valignment="top" width="0">
34052 <row>
34053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 コマンド
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066 出力
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 </row>
34072 <row>
34073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077
34078 \backslash
34079 Bra{
34080 \backslash
34081 psi
34082 \end_layout
34083
34084 \end_inset
34085 </cell>
34086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34087 \begin_inset Text
34088
34089 \begin_layout Plain Layout
34090 \begin_inset Formula $\Bra{\psi}$
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 </row>
34099 <row>
34100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104
34105 \backslash
34106 Ket{
34107 \backslash
34108 psi
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 \begin_inset Formula $\Ket{\psi}$
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 </row>
34126 <row>
34127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131
34132 \backslash
34133 Braket{
34134 \backslash
34135 psi
34136 \begin_inset Formula $|$
34137 \end_inset
34138
34139
34140 \backslash
34141 phi
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34147 \begin_inset Text
34148
34149 \begin_layout Plain Layout
34150 \begin_inset Formula $\Braket{\psi|\phi}$
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 </lyxtabular>
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167
34168 \series bold
34169
34170 \backslash
34171 Braket
34172 \series default
34173 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34174 \begin_inset Formula \[
34175 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34176
34177 \end_inset
34178
34179
34180 \begin_inset ERT
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184
34185
34186 \backslash
34187 else 
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \begin_inset Note Note
34194 status open
34195
34196 \begin_layout Plain Layout
34197
34198 \series bold
34199 braket
34200 \series default
34201  LaTeXパッケージが導入されていないときには、以下が表示されます。
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 本小節の全体を出力で見るためには、
34211 \series bold
34212 braket
34213 \series default
34214  LaTeXパッケージを導入する必要があります。
34215 \end_layout
34216
34217 \begin_layout Standard
34218 \begin_inset ERT
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222
34223
34224 \backslash
34225 fi 
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Standard
34234
34235 \series bold
34236
34237 \backslash
34238 Braket
34239 \series default
34240 と同じ効果は、第
34241 \begin_inset CommandInset ref
34242 LatexCommand ref
34243 reference "sub:自動の括弧丈"
34244
34245 \end_inset
34246
34247 節に説明されているとおり、
34248 \series bold
34249
34250 \backslash
34251 middle
34252 \series default
34253 コマンドを用いることによっても実現できます。
34254 \end_layout
34255
34256 \begin_layout Subsection
34257 自己定義の分数
34258 \begin_inset CommandInset label
34259 LatexCommand label
34260 name "sub:自己定義の分数"
34261
34262 \end_inset
34263
34264
34265 \begin_inset Index idx
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269 ぶんすう@分数 ! じこていぎの@自己定義の ---
34270 \end_layout
34271
34272 \end_inset
34273
34274
34275 \end_layout
34276
34277 \begin_layout Standard
34278 分数用の自製コマンドを定義するには、以下の書式を持つ
34279 \series bold
34280
34281 \backslash
34282 genfrac
34283 \series default
34284
34285 \begin_inset Index idx
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 こまんど@コマンド ! G ! 
34290 \backslash
34291 genfrac
34292 \end_layout
34293
34294 \end_inset
34295
34296 コマンドを使います。
34297 \end_layout
34298
34299 \begin_layout Standard
34300
34301 \series bold
34302
34303 \backslash
34304 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34305 \begin_inset Newline newline
34306 \end_inset
34307
34308
34309 \begin_inset Phantom HPhantom
34310 status open
34311
34312 \begin_layout Plain Layout
34313
34314 \series bold
34315
34316 \backslash
34317 genfrac
34318 \end_layout
34319
34320 \end_inset
34321
34322 {分子}{分母}
34323 \end_layout
34324
34325 \begin_layout Standard
34326 ここで「様式」は、0
34327 \begin_inset space \thinspace{}
34328 \end_inset
34329
34330 -
34331 \begin_inset space \thinspace{}
34332 \end_inset
34333
34334 3の範囲の数字です。
34335 \end_layout
34336
34337 \begin_layout Standard
34338 \align center
34339 \begin_inset Tabular
34340 <lyxtabular version="3" rows="5" columns="2">
34341 <features tabularvalignment="middle">
34342 <column alignment="center" valignment="top" width="0">
34343 <column alignment="center" valignment="top" width="0">
34344 <row>
34345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349 数字
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 様式(大きさ)
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 </row>
34364 <row>
34365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 0
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 別行建て様式の数式
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 </row>
34384 <row>
34385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389 1
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398 行内数式
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 </row>
34404 <row>
34405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409 2
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418 やや小(small)
34419 \end_layout
34420
34421 \end_inset
34422 </cell>
34423 </row>
34424 <row>
34425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34426 \begin_inset Text
34427
34428 \begin_layout Plain Layout
34429 3
34430 \end_layout
34431
34432 \end_inset
34433 </cell>
34434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34435 \begin_inset Text
34436
34437 \begin_layout Plain Layout
34438 最小(tiny)
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 </row>
34444 </lyxtabular>
34445
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \begin_layout Standard
34452 「様式」を指定しないときには、
34453 \series bold
34454
34455 \backslash
34456 frac
34457 \series default
34458 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34459 \end_layout
34460
34461 \begin_layout Standard
34462 「分数線の厚み」を指定しないときには、既定値である0.4
34463 \begin_inset space \thinspace{}
34464 \end_inset
34465
34466 ptが用いられます。
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset VSpace medskip
34471 \end_inset
34472
34473 たとえば、第
34474 \begin_inset CommandInset ref
34475 LatexCommand ref
34476 reference "sub:分数"
34477
34478 \end_inset
34479
34480 節の
34481 \series bold
34482
34483 \backslash
34484 dfrac
34485 \series default
34486 コマンドおよび
34487 \series bold
34488
34489 \backslash
34490 tbinom
34491 \series default
34492 コマンドは、
34493 \end_layout
34494
34495 \begin_layout Standard
34496
34497 \series bold
34498
34499 \backslash
34500 newcommand{
34501 \backslash
34502 dfrac}[2]{
34503 \backslash
34504 genfrac{}{}{}{0}{#1}{#2}}
34505 \end_layout
34506
34507 \begin_layout Standard
34508 あるいは
34509 \end_layout
34510
34511 \begin_layout Standard
34512
34513 \series bold
34514
34515 \backslash
34516 newcommand{
34517 \backslash
34518 tbinom}[2]{
34519 \backslash
34520 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34521 \end_layout
34522
34523 \begin_layout Standard
34524 というコマンドで定義できます。
34525 \end_layout
34526
34527 \begin_layout Standard
34528 \begin_inset VSpace medskip
34529 \end_inset
34530
34531 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34532 \end_layout
34533
34534 \begin_layout Standard
34535
34536 \series bold
34537
34538 \backslash
34539 newcommand{
34540 \backslash
34541 fracS}[3][]{
34542 \backslash
34543 genfrac{}{}{#1}{}{#2}{#3}}
34544 \end_layout
34545
34546 \begin_layout Standard
34547 という行を入れます。
34548 \end_layout
34549
34550 \begin_layout Standard
34551 以下は、そのテストです。
34552 \begin_inset Formula \begin{align*}
34553 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34554 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34555 \end{align*}
34556
34557 \end_inset
34558
34559 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34560 \end_layout
34561
34562 \begin_layout Subsection
34563 数式の取り消し
34564 \begin_inset Index idx
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568 すうしき@数式 ! とりけし@取り消し
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \begin_layout Standard
34577 数式あるいはその一部を取り消すには、
34578 \series bold
34579 cancel
34580 \series default
34581
34582 \begin_inset Foot
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586
34587 \series bold
34588 cancel
34589 \series default
34590 は、標準的なLaTeX頒布版のすべてに含まれています。
34591 \end_layout
34592
34593 \end_inset
34594
34595
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 ぱっけーじ@パッケージ ! cancel
34601 \end_layout
34602
34603 \end_inset
34604
34605  LaTeXパッケージを、LaTeXプリアンブル行に
34606 \end_layout
34607
34608 \begin_layout Standard
34609
34610 \series bold
34611
34612 \backslash
34613 usepackage[samesize]{cancel}
34614 \end_layout
34615
34616 \begin_layout Standard
34617 と書いて読み込む必要があります。
34618 \end_layout
34619
34620 \begin_layout Standard
34621 数式を取り消すには、4つの方法があります。
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \align center
34626 \begin_inset Tabular
34627 <lyxtabular version="3" rows="5" columns="2">
34628 <features tabularvalignment="middle">
34629 <column alignment="center" valignment="top" width="0">
34630 <column alignment="center" valignment="top" width="0">
34631 <row>
34632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636 コマンド
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645 出力
34646 \begin_inset Note Note
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 ここで
34651 \series bold
34652
34653 \backslash
34654 raisebox
34655 \series default
34656 はスペーサーとして使用しているだけです。
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \end_inset
34665 </cell>
34666 </row>
34667 <row>
34668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672
34673 \backslash
34674 cancel{
34675 \backslash
34676 int
34677 \begin_inset ERT
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681
34682
34683 \backslash
34684 spce 
34685 \end_layout
34686
34687 \end_inset
34688
34689 A=B
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 <row>
34708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712
34713 \backslash
34714 bcancel{
34715 \backslash
34716 int
34717 \begin_inset ERT
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722
34723 \backslash
34724 spce 
34725 \end_layout
34726
34727 \end_inset
34728
34729 A=B
34730 \end_layout
34731
34732 \end_inset
34733 </cell>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \end_inset
34745 </cell>
34746 </row>
34747 <row>
34748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34749 \begin_inset Text
34750
34751 \begin_layout Plain Layout
34752
34753 \backslash
34754 xcancel{
34755 \backslash
34756 int
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 spce 
34765 \end_layout
34766
34767 \end_inset
34768
34769 A=B
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \end_inset
34785 </cell>
34786 </row>
34787 <row>
34788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792
34793 \backslash
34794 cancelto{1
34795 \begin_inset Formula $\to$
34796 \end_inset
34797
34798
34799 \backslash
34800 {
34801 \backslash
34802 int
34803 \begin_inset ERT
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807
34808
34809 \backslash
34810 spce 
34811 \end_layout
34812
34813 \end_inset
34814
34815 A=B
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 </lyxtabular>
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841
34842 \series bold
34843
34844 \backslash
34845 cancelto
34846 \series default
34847 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34848 \begin_inset Formula \[
34849 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}\]
34850
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \begin_layout Subsection
34857 節見出し中の数式
34858 \begin_inset CommandInset label
34859 LatexCommand label
34860 name "sub:節見出し中の数式"
34861
34862 \end_inset
34863
34864
34865 \begin_inset Index idx
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \begin_layout Standard
34878 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34879 \end_layout
34880
34881 \begin_layout Standard
34882 \begin_inset Note Greyedout
34883 status open
34884
34885 \begin_layout Plain Layout
34886 文書設定ダイアログの
34887 \family sans
34888 PDF特性
34889 \family default
34890
34891 \series bold
34892 hyperref
34893 \series default
34894
34895 \begin_inset Index idx
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 ぱっけーじ@パッケージ ! hyperref
34900 \end_layout
34901
34902 \end_inset
34903
34904 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34905 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914 これらの問題は、
34915 \family sans
34916 挿入\SpecialChar \menuseparator
34917 短縮タイトル
34918 \family default
34919 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34920 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34921 \end_layout
34922
34923 \begin_layout Standard
34924 数式を目次中でも使わなくてもならないが、
34925 \series bold
34926 hyperref
34927 \series default
34928 も使用しなくてはならないときには、
34929 \end_layout
34930
34931 \begin_layout Standard
34932
34933 \series bold
34934
34935 \backslash
34936 texorpdfstring{部分}{代替文字列}
34937 \begin_inset Index idx
34938 status collapsed
34939
34940 \begin_layout Plain Layout
34941 こまんど@コマンド ! T ! 
34942 \backslash
34943 texorpdfstring
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 というコマンドをTeXモードで使う方法があります。
34953 \end_layout
34954
34955 \begin_layout Standard
34956 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34957 文字列」が用いられます。
34958 \end_layout
34959
34960 \begin_layout Standard
34961 以下の二つは、見出しの例です。
34962 \begin_inset VSpace -3mm
34963 \end_inset
34964
34965
34966 \begin_inset ERT
34967 status collapsed
34968
34969 \begin_layout Plain Layout
34970
34971
34972 \backslash
34973 boldmath 
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Subsubsection
34982 目次中では数式を使わない見出し
34983 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34984 \end_inset
34985
34986
34987 \begin_inset Argument
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991 目次中では数式を使わない見出し
34992 \end_layout
34993
34994 \end_inset
34995
34996
34997 \end_layout
34998
34999 \begin_layout Subsubsection
35000 目次中で数式を使う見出し
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006
35007 \backslash
35008 texorpdfstring{
35009 \end_layout
35010
35011 \end_inset
35012
35013  
35014 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35015 \end_inset
35016
35017
35018 \begin_inset ERT
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022
35023 }{}
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 \begin_inset ERT
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036
35037
35038 \backslash
35039 unboldmath 
35040 \end_layout
35041
35042 \end_inset
35043
35044 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35045 \series bold
35046
35047 \backslash
35048 texorpdfstring
35049 \series default
35050 が使われています。
35051 \end_layout
35052
35053 \begin_layout Standard
35054 他の節見出しと同じ書式を得るために、上の見出し全体は
35055 \series bold
35056 boldmath
35057 \series default
35058 環境に設定してあります
35059 \begin_inset Foot
35060 status collapsed
35061
35062 \begin_layout Plain Layout
35063
35064 \begin_inset CommandInset ref
35065 LatexCommand ref
35066 reference "sub:ボールド体の数式"
35067
35068 \end_inset
35069
35070 節参照。
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Subsection
35079 多段組文中の数式
35080 \begin_inset Index idx
35081 status collapsed
35082
35083 \begin_layout Plain Layout
35084 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Standard
35093 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35094 \series bold
35095 multicol
35096 \series default
35097
35098 \begin_inset Foot
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103 \series bold
35104 multicol
35105 \series default
35106 は、標準的LaTeX頒布版のすべてに含まれています。
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 ぱっけーじ@パッケージ ! multicol
35117 \end_layout
35118
35119 \end_inset
35120
35121  LaTeXパッケージを、
35122 \end_layout
35123
35124 \begin_layout Standard
35125
35126 \series bold
35127
35128 \backslash
35129 usepackage{multicol}
35130 \end_layout
35131
35132 \begin_layout Standard
35133 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35134 \end_layout
35135
35136 \begin_layout Standard
35137 \begin_inset Note Greyedout
35138 status open
35139
35140 \begin_layout Plain Layout
35141 ここで、
35142 \family sans
35143 文書\SpecialChar \menuseparator
35144 設定
35145 \family default
35146 メニューの
35147 \family sans
35148 本文レイアウト
35149 \family default
35150 で、
35151 \family sans
35152 二段組文書
35153 \family default
35154 の設定を
35155 \emph on
35156 有効にしてはならない
35157 \emph default
35158 ことに注意してください。
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Standard
35167 多段組文の前に
35168 \end_layout
35169
35170 \begin_layout Standard
35171
35172 \series bold
35173
35174 \backslash
35175 begin{multicols}{段数}
35176 \end_layout
35177
35178 \begin_layout Standard
35179 というコマンドをTeXモードで書き入れます。「段数」は、2
35180 \begin_inset space \thinspace{}
35181 \end_inset
35182
35183 -
35184 \begin_inset space \thinspace{}
35185 \end_inset
35186
35187 10のあいだの数字です。多段組文の終わる数式の前には、
35188 \end_layout
35189
35190 \begin_layout Standard
35191
35192 \series bold
35193
35194 \backslash
35195 end{multicols}
35196 \end_layout
35197
35198 \begin_layout Standard
35199 というコマンドをTeXモードで入れます。
35200 \end_layout
35201
35202 \begin_layout Standard
35203 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35204 \begin_inset space \thinspace{}
35205 \end_inset
35206
35207 mmの垂直空白を入れて下さい。数式様式
35208 \series bold
35209
35210 \begin_inset Foot
35211 status collapsed
35212
35213 \begin_layout Plain Layout
35214
35215 \series bold
35216 数式様式に関しては、第
35217 \series default
35218
35219 \begin_inset CommandInset ref
35220 LatexCommand ref
35221 reference "sec:数式様式"
35222
35223 \end_inset
35224
35225 節をご覧下さい。
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \series default
35232 として
35233 \series bold
35234 行頭下げ
35235 \series default
35236 を使用している場合には、代わりに-9
35237 \begin_inset space \thinspace{}
35238 \end_inset
35239
35240 mmの垂直空白を入れて下さい。
35241 \end_layout
35242
35243 \begin_layout Standard
35244 以下は、別行建て数式を含む、多段組文の例です。
35245 \end_layout
35246
35247 \begin_layout Standard
35248 \begin_inset ERT
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252
35253
35254 \backslash
35255 begin{multicols}{2}
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \lang ngerman
35262 Das Spektrum wird fouriertransformiert.
35263  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35264 , Lösungsmittel) zu trennen.
35265  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35266  nun das Aussehen des Ausgangssignals.
35267  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35268  über alle Phasen integrieren muss.
35269  Sei nun 
35270 \begin_inset Formula $S$
35271 \end_inset
35272
35273  unser normiertes Ausgangssignal und 
35274 \begin_inset Formula $P$
35275 \end_inset
35276
35277  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35278 \lang japanese
35279
35280 \begin_inset ERT
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284
35285
35286 \backslash
35287 end{multicols}
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \begin_inset VSpace -6mm
35294 \end_inset
35295
35296
35297 \begin_inset Formula \begin{equation}
35298 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35299
35300 \end_inset
35301
35302
35303 \begin_inset ERT
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307
35308
35309 \backslash
35310 begin{multicols}{2}
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \lang ngerman
35317 wobei 
35318 \begin_inset Formula $S_{0}$
35319 \end_inset
35320
35321  das Signal ohne Gradient ist und die Normierungsbedingung 
35322 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35323 \end_inset
35324
35325  gilt.
35326  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35327  Direkt nach dem 
35328 \begin_inset Formula $\nicefrac{\pi}{2}$
35329 \end_inset
35330
35331
35332 \begin_inset space \thinspace{}
35333 \end_inset
35334
35335 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35336  das Signal zusätzlich abschwächt.
35337  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35338  
35339 \begin_inset Formula $T_{2}$
35340 \end_inset
35341
35342 -Zeit.
35343 \end_layout
35344
35345 \begin_layout Standard
35346 \begin_inset ERT
35347 status collapsed
35348
35349 \begin_layout Plain Layout
35350
35351
35352 \backslash
35353 end{multicols}
35354 \end_layout
35355
35356 \end_inset
35357
35358  
35359 \end_layout
35360
35361 \begin_layout Subsection
35362 変数の説明付き数式
35363 \begin_inset Index idx
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \begin_inset CommandInset ref
35377 LatexCommand eqref
35378 reference "eq:within"
35379
35380 \end_inset
35381
35382 式のように、数式内で変数の説明をするには、
35383 \begin_inset Formula $n$
35384 \end_inset
35385
35386 個の変数が使われている場合、左寄せの列を持つ2
35387 \series bold
35388 ×
35389 \series default
35390
35391 \begin_inset Formula $n$
35392 \end_inset
35393
35394 行列を使用します
35395 \begin_inset Foot
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399 行列に関しては、第
35400 \begin_inset CommandInset ref
35401 LatexCommand ref
35402 reference "sec:行列"
35403
35404 \end_inset
35405
35406 節参照。
35407 \end_layout
35408
35409 \end_inset
35410
35411 。説明を小さな文字にするには、行列の前に、たとえば
35412 \series bold
35413
35414 \backslash
35415 footnotesize
35416 \series default
35417 コマンドを挿入します
35418 \begin_inset Foot
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 フォント寸法に関しては、第
35423 \begin_inset CommandInset ref
35424 LatexCommand ref
35425 reference "sub:書体寸法"
35426
35427 \end_inset
35428
35429 節参照。
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438 数式様式に
35439 \series bold
35440 行頭下げ
35441 \begin_inset Foot
35442 status collapsed
35443
35444 \begin_layout Plain Layout
35445
35446 \series bold
35447 数式様式に関しては、第
35448 \series default
35449
35450 \begin_inset CommandInset ref
35451 LatexCommand ref
35452 reference "sec:数式様式"
35453
35454 \end_inset
35455
35456 節参照。
35457 \end_layout
35458
35459 \end_inset
35460
35461
35462 \series default
35463 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35464 \series bold
35465
35466 \backslash
35467 hfill
35468 \series default
35469
35470 \begin_inset Foot
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475 \series bold
35476
35477 \backslash
35478 hfill
35479 \series default
35480 は、
35481 \series bold
35482 行頭下げ
35483 \series default
35484 様式のときのみ機能します。第
35485 \begin_inset CommandInset ref
35486 LatexCommand ref
35487 reference "sub:可変長の空白"
35488
35489 \end_inset
35490
35491 節をご覧下さい。
35492 \end_layout
35493
35494 \end_inset
35495
35496 を入れます。
35497 \end_layout
35498
35499 \begin_layout Standard
35500 数式様式に
35501 \series bold
35502 中央揃え
35503 \series default
35504 を使っている場合、数式を字下げするには、第
35505 \begin_inset CommandInset ref
35506 LatexCommand ref
35507 reference "sub:flalign環境"
35508
35509 \end_inset
35510
35511 節で述べた方法を使用します。
35512 \begin_inset CommandInset ref
35513 LatexCommand eqref
35514 reference "eq:within"
35515
35516 \end_inset
35517
35518 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35519 \begin_inset Formula \begin{flalign}
35520 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35521 \rho & \textrm{density}\\
35522 V & \textrm{volume}\\
35523 g & \textrm{gravitational acceleration}
35524 \end{array} &  & {}\label{eq:within}\end{flalign}
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Subsection
35532 アップライト体のギリシャ小文字
35533 \begin_inset CommandInset label
35534 LatexCommand label
35535 name "sub:アップライト体ギリシャ小文字"
35536
35537 \end_inset
35538
35539
35540 \begin_inset Index idx
35541 status collapsed
35542
35543 \begin_layout Plain Layout
35544 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35554 \begin_inset Formula $\pi$
35555 \end_inset
35556
35557 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35558 \series bold
35559 upgreek.sty
35560 \series default
35561
35562 \begin_inset Foot
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567 \series bold
35568 upgreek
35569 \series default
35570 は、
35571 \series bold
35572 was
35573 \series default
35574
35575 \begin_inset Index idx
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 ぱっけーじ@パッケージ ! was
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 vspace{4mm}
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \end_inset
35596
35597  LaTeXパッケージの一部です。
35598 \end_layout
35599
35600 \end_inset
35601
35602
35603 \begin_inset Index idx
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607 ぱっけーじ@パッケージ ! upgreek
35608 \end_layout
35609
35610 \end_inset
35611
35612  ファイルを
35613 \end_layout
35614
35615 \begin_layout Standard
35616
35617 \series bold
35618
35619 \backslash
35620 usepackage{upgreek}
35621 \end_layout
35622
35623 \begin_layout Standard
35624 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35625 \begin_inset ERT
35626 status collapsed
35627
35628 \begin_layout Plain Layout
35629
35630
35631 \backslash
35632 ifupgreek 
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \begin_inset Note Note
35639 status open
35640
35641 \begin_layout Plain Layout
35642 以下の表は、
35643 \series bold
35644 upgreek
35645 \series default
35646  LaTeXパッケージが導入済みのときのみ表示されます。
35647 \end_layout
35648
35649 \end_inset
35650
35651 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35652 \series bold
35653 up
35654 \series default
35655 を付けると作ることができます。たとえば
35656 \series bold
35657
35658 \backslash
35659 uptau
35660 \series default
35661 コマンドは、
35662 \begin_inset Formula $\uptau$
35663 \end_inset
35664
35665 のようになります。
35666 \end_layout
35667
35668 \begin_layout Standard
35669 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35670 \begin_inset Formula \[
35671 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35672
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \begin_layout Standard
35679 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 else 
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Note Note
35697 status open
35698
35699 \begin_layout Plain Layout
35700 以下は、
35701 \series bold
35702 upgreek
35703 \series default
35704  LaTeXパッケージが導入されていないときのみ表示されます。
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Standard
35713 この小節のすべてを出力で見るには、
35714 \series bold
35715 upgreek
35716 \series default
35717  LaTeXパッケージを導入する必要があります。
35718 \end_layout
35719
35720 \begin_layout Standard
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 fi 
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Subsection
35737 数式中のテキスト文字
35738 \begin_inset CommandInset label
35739 LatexCommand label
35740 name "sub:数式中のテキスト文字"
35741
35742 \end_inset
35743
35744
35745 \begin_inset Index idx
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35759 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35760 \end_inset
35761
35762 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35763 \series bold
35764
35765 \backslash
35766 cdot
35767 \series default
35768
35769 \begin_inset Foot
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773
35774 \begin_inset CommandInset ref
35775 LatexCommand ref
35776 reference "sub:二項演算子"
35777
35778 \end_inset
35779
35780 節参照。
35781 \end_layout
35782
35783 \end_inset
35784
35785 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35786 \end_layout
35787
35788 \begin_layout Standard
35789
35790 \series bold
35791
35792 \backslash
35793 Declare Inputtext{183}{
35794 \backslash
35795 ifmmode
35796 \backslash
35797 cdot
35798 \backslash
35799 else
35800 \backslash
35801 textperiodcentered
35802 \backslash
35803 f\SpecialChar \textcompwordmark{}
35804 i}
35805 \end_layout
35806
35807 \begin_layout Standard
35808 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35809 \end_layout
35810
35811 \begin_layout Standard
35812 文字エンコーディング(
35813 \family sans
35814 文書\SpecialChar \menuseparator
35815 設定\SpecialChar \menuseparator
35816 言語
35817 \family default
35818 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35819 \series bold
35820
35821 \backslash
35822 textperiodcentered
35823 \series default
35824 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35825 否かによって、正しいコマンドが自動的に選択されます。
35826 \end_layout
35827
35828 \begin_layout Standard
35829 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35830 \series bold
35831 latin9
35832 \series default
35833 エンコーディングは、LaTeXがインストールされたフォルダにある
35834 \series bold
35835 latin9.def
35836 \series default
35837 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35838 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35839 \end_layout
35840
35841 \begin_layout Standard
35842 \begin_inset VSpace medskip
35843 \end_inset
35844
35845 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35846 \begin_inset Foot
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859
35860 \series bold
35861
35862 \backslash
35863 DeclareInputtext{176}{
35864 \backslash
35865 ifmmode^
35866 \backslash
35867 circ
35868 \backslash
35869 else
35870 \backslash
35871 textdegree
35872 \backslash
35873 f\SpecialChar \textcompwordmark{}
35874 i}
35875 \end_layout
35876
35877 \begin_layout Standard
35878 \begin_inset Newpage newpage
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Section
35885 \start_of_appendix
35886 組版上の助言
35887 \begin_inset Index idx
35888 status collapsed
35889
35890 \begin_layout Plain Layout
35891 くみばんじょうのじょげん@組版上の助言
35892 \end_layout
35893
35894 \end_inset
35895
35896
35897 \end_layout
35898
35899 \begin_layout Standard
35900 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35901 \begin_inset Foot
35902 status collapsed
35903
35904 \begin_layout Plain Layout
35905 この要約の一部は、ISO規則を取り上げている「Duden」
35906 \begin_inset CommandInset citation
35907 LatexCommand cite
35908 key "Duden"
35909
35910 \end_inset
35911
35912 と呼ばれるドイツの半公的辞書から採られています。
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \end_layout
35919
35920 \begin_layout Itemize
35921 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35922 \begin_inset Foot
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 書体様式で指定します。第
35927 \begin_inset CommandInset ref
35928 LatexCommand ref
35929 reference "sub:書体様式"
35930
35931 \end_inset
35932
35933 節を参照。
35934 \end_layout
35935
35936 \end_inset
35937
35938 :30
35939 \begin_inset space \thinspace{}
35940 \end_inset
35941
35942 km/h
35943 \begin_inset Newline newline
35944 \end_inset
35945
35946 値と単位の間には、最小空白を入れます。第
35947 \begin_inset CommandInset ref
35948 LatexCommand ref
35949 reference "sub:定義済みの空白"
35950
35951 \end_inset
35952
35953 節を参照。
35954 \begin_inset Newline newline
35955 \end_inset
35956
35957 この慣習は、
35958 \series bold
35959
35960 \backslash
35961 unittwo
35962 \series default
35963 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35964 が得られます:
35965 \begin_inset Formula $\unit[30]{km/h}$
35966 \end_inset
35967
35968
35969 \begin_inset space \thinspace{}
35970 \end_inset
35971
35972 。実は、
35973 \series bold
35974
35975 \backslash
35976 unittwo
35977 \series default
35978 は、LaTeXコマンドの実体ではなく、
35979 \series bold
35980
35981 \backslash
35982 unit[値]{単位}
35983 \series default
35984 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35985 \end_layout
35986
35987 \begin_layout Itemize
35988 百分率記号と千分率記号は、物理単位と同様に組みます:
35989 \begin_inset Newline newline
35990 \end_inset
35991
35992 血中アルコール1,2
35993 \begin_inset space \thinspace{}
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Itemize
36000 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36001 \begin_inset space \thinspace{}
36002 \end_inset
36003
36004 °C
36005 \end_layout
36006
36007 \begin_layout Itemize
36008 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36009 \begin_inset space \thinspace{}
36010 \end_inset
36011
36012 473
36013 \begin_inset space \thinspace{}
36014 \end_inset
36015
36016 588
36017 \end_layout
36018
36019 \begin_layout Itemize
36020 120×90×40
36021 \begin_inset space \thinspace{}
36022 \end_inset
36023
36024 cmのような寸法には、積記号「×」を用います。これは、
36025 \series bold
36026
36027 \backslash
36028 times
36029 \series default
36030 コマンドか、
36031 \family sans
36032 挿入\SpecialChar \menuseparator
36033 特殊文字\SpecialChar \menuseparator
36034 記号
36035 \family default
36036 メニューから入れることができます。
36037 \end_layout
36038
36039 \begin_layout Itemize
36040 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36041 \begin_inset CommandInset ref
36042 LatexCommand ref
36043 reference "sub:定義済み函数"
36044
36045 \end_inset
36046
36047 節を参照。
36048 \end_layout
36049
36050 \begin_layout Itemize
36051 複数の文字を含む指数は、アップライト体にします:
36052 \begin_inset Formula $E_{\mathrm{kin}}$
36053 \end_inset
36054
36055
36056 \begin_inset Newline newline
36057 \end_inset
36058
36059 行列要素はイタリック体にします:
36060 \begin_inset Formula $\hat{H}_{kl}$
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \begin_layout Itemize
36067 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36068 \end_layout
36069
36070 \begin_layout Itemize
36071
36072 \noun on
36073 フーリエ
36074 \noun default
36075 変換を表す文字は、
36076 \series bold
36077
36078 \backslash
36079 mathscr
36080 \begin_inset ERT
36081 status collapsed
36082
36083 \begin_layout Plain Layout
36084
36085
36086 \backslash
36087 spce 
36088 \end_layout
36089
36090 \end_inset
36091
36092 {F
36093 \series default
36094 コマンド
36095 \begin_inset Index idx
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 こまんど@コマンド! M ! 
36100 \backslash
36101 mathscr
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \family sans
36108 挿入\SpecialChar \menuseparator
36109 特殊文字\SpecialChar \menuseparator
36110 記号\SpecialChar \menuseparator
36111 文字様記号
36112 \family default
36113 メニューの
36114 \begin_inset Formula $\mathscr{F}$
36115 \end_inset
36116
36117 で入れることができます。
36118 \begin_inset Newline newline
36119 \end_inset
36120
36121
36122 \series bold
36123
36124 \backslash
36125 mathscr
36126 \series default
36127 コマンドを使うためには、LaTeXパッケージの
36128 \series bold
36129 mathrsfs
36130 \series default
36131
36132 \begin_inset Index idx
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136 ぱっけーじ@パッケージ! mathrsfs
36137 \end_layout
36138
36139 \end_inset
36140
36141 を、LaTeXプリアンブルで
36142 \series bold
36143
36144 \backslash
36145 usepackage{mathrsfs}
36146 \series default
36147 として読み込む必要があります。
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \begin_inset Newpage newpage
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Section
36158 同義語
36159 \begin_inset Index idx
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 どうぎご@同義語
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36173 \end_layout
36174
36175 \begin_layout Standard
36176 \begin_inset VSpace bigskip
36177 \end_inset
36178
36179
36180 \begin_inset space \hfill{}
36181 \end_inset
36182
36183
36184 \begin_inset Tabular
36185 <lyxtabular version="3" rows="12" columns="2">
36186 <features tabularvalignment="middle">
36187 <column alignment="center" valignment="top" width="0pt">
36188 <column alignment="center" valignment="top" width="0pt">
36189 <row>
36190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36191 \begin_inset Text
36192
36193 \begin_layout Plain Layout
36194 コマンド
36195 \end_layout
36196
36197 \end_inset
36198 </cell>
36199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203 同義のコマンド
36204 \begin_inset Note Note
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 ここで
36209 \series bold
36210
36211 \backslash
36212 raisebox
36213 \series default
36214 はスペーサーとして使用しているだけです。
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \end_inset
36223 </cell>
36224 </row>
36225 <row>
36226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230
36231 \backslash
36232 ast
36233 \end_layout
36234
36235 \end_inset
36236 </cell>
36237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241 \begin_inset ERT
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245
36246
36247 \backslash
36248 raisebox{-1.2mm}{
36249 \end_layout
36250
36251 \end_inset
36252
36253 *
36254 \begin_inset ERT
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258
36259 }
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 <row>
36271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36272 \begin_inset Text
36273
36274 \begin_layout Plain Layout
36275
36276 \backslash
36277 choose
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Plain Layout
36286
36287 \backslash
36288 binom
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row>
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299
36300 \backslash
36301 geq
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310
36311 \backslash
36312 ge
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323
36324 \backslash
36325 lbrace
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 {
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 </row>
36340 <row>
36341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345
36346 \backslash
36347 lbracket
36348 \end_layout
36349
36350 \end_inset
36351 </cell>
36352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36353 \begin_inset Text
36354
36355 \begin_layout Plain Layout
36356 [
36357 \end_layout
36358
36359 \end_inset
36360 </cell>
36361 </row>
36362 <row>
36363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367
36368 \backslash
36369 leftarrow
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378
36379 \backslash
36380 gets
36381 \end_layout
36382
36383 \end_inset
36384 </cell>
36385 </row>
36386 <row>
36387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36388 \begin_inset Text
36389
36390 \begin_layout Plain Layout
36391
36392 \backslash
36393 leq
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Plain Layout
36402
36403 \backslash
36404 le
36405 \end_layout
36406
36407 \end_inset
36408 </cell>
36409 </row>
36410 <row>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415
36416 \backslash
36417 lor
36418 \end_layout
36419
36420 \end_inset
36421 </cell>
36422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36423 \begin_inset Text
36424
36425 \begin_layout Plain Layout
36426
36427 \backslash
36428 vee
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 </row>
36434 <row>
36435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439
36440 \backslash
36441 neq
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36447 \begin_inset Text
36448
36449 \begin_layout Plain Layout
36450
36451 \backslash
36452 not=
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 </row>
36458 <row>
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463
36464 \backslash
36465 slash
36466 \end_layout
36467
36468 \end_inset
36469 </cell>
36470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36471 \begin_inset Text
36472
36473 \begin_layout Plain Layout
36474 /
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 </row>
36480 <row>
36481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36482 \begin_inset Text
36483
36484 \begin_layout Plain Layout
36485
36486 \backslash
36487 vert
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 \begin_inset Formula $|$
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \end_inset
36503 </cell>
36504 </row>
36505 </lyxtabular>
36506
36507 \end_inset
36508
36509
36510 \begin_inset space \hfill{}
36511 \end_inset
36512
36513
36514 \begin_inset Tabular
36515 <lyxtabular version="3" rows="12" columns="2">
36516 <features tabularvalignment="middle">
36517 <column alignment="center" valignment="top" width="0pt">
36518 <column alignment="center" valignment="top" width="0pt">
36519 <row>
36520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524 コマンド
36525 \end_layout
36526
36527 \end_inset
36528 </cell>
36529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533 同義のコマンド
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 </row>
36539 <row>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 backslash
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555
36556 \backslash
36557
36558 \backslash
36559
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 </row>
36565 <row>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570
36571 \backslash
36572 dasharrow
36573 \end_layout
36574
36575 \end_inset
36576 </cell>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581
36582 \backslash
36583 dashrightarrow
36584 \end_layout
36585
36586 \end_inset
36587 </cell>
36588 </row>
36589 <row>
36590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36591 \begin_inset Text
36592
36593 \begin_layout Plain Layout
36594
36595 \backslash
36596 land
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605
36606 \backslash
36607 wedge
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 </row>
36613 <row>
36614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618
36619 \backslash
36620 rbrace
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629 }
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 </row>
36635 <row>
36636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640
36641 \backslash
36642 rbracket
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36648 \begin_inset Text
36649
36650 \begin_layout Plain Layout
36651 ]
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 </row>
36657 <row>
36658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662
36663 \backslash
36664 rightarrow
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 to
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 </row>
36681 <row>
36682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686
36687 \backslash
36688 lnot
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697
36698 \backslash
36699 neg
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 </row>
36705 <row>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 ne
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721
36722 \backslash
36723 not=
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 </row>
36729 <row>
36730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734
36735 \backslash
36736 owns
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745
36746 \backslash
36747 ni
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 </row>
36753 <row>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758
36759 \backslash
36760 square
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36766 \begin_inset Text
36767
36768 \begin_layout Plain Layout
36769
36770 \backslash
36771 Box
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 </row>
36777 <row>
36778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782
36783 \backslash
36784 Vert
36785 \end_layout
36786
36787 \end_inset
36788 </cell>
36789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793
36794 \backslash
36795
36796 \begin_inset Formula $|$
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 </row>
36805 </lyxtabular>
36806
36807 \end_inset
36808
36809
36810 \begin_inset space \hfill{}
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \begin_layout Standard
36817 \begin_inset Newpage newpage
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Bibliography
36824 \labelwidthstring 参考文献
36825 \begin_inset CommandInset bibitem
36826 LatexCommand bibitem
36827 key "TLC2"
36828
36829 \end_inset
36830
36831
36832 \shape smallcaps
36833 Mittelbach, F.
36834  ; Goossens, M.
36835 \shape default
36836
36837 \shape italic
36838 The LaTeX Companion
36839 \shape default
36840 , 2nd ed.
36841  Addison Wesley, 2004
36842 \end_layout
36843
36844 \begin_layout Bibliography
36845 \labelwidthstring 参考文献
36846 \begin_inset CommandInset bibitem
36847 LatexCommand bibitem
36848 key "Mathmode"
36849
36850 \end_inset
36851
36852 LaTeXの数式能力の
36853 \begin_inset CommandInset href
36854 LatexCommand href
36855 name "説明"
36856 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Bibliography
36864 \labelwidthstring 参考文献
36865 \begin_inset CommandInset bibitem
36866 LatexCommand bibitem
36867 key "Voss"
36868
36869 \end_inset
36870
36871 LaTeXの技と秘訣の
36872 \begin_inset CommandInset href
36873 LatexCommand href
36874 name "ページ"
36875 target "http://tug.org/TeXnik/"
36876
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \begin_layout Bibliography
36883 \labelwidthstring 参考文献
36884 \begin_inset CommandInset bibitem
36885 LatexCommand bibitem
36886 key "AMS"
36887
36888 \end_inset
36889
36890
36891 \begin_inset ERT
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895
36896
36897 \backslash
36898 AmS
36899 \end_layout
36900
36901 \end_inset
36902
36903 -LaTeXの
36904 \begin_inset CommandInset href
36905 LatexCommand href
36906 name "説明"
36907 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36908
36909 \end_inset
36910
36911
36912 \end_layout
36913
36914 \begin_layout Bibliography
36915 \labelwidthstring 参考文献
36916 \begin_inset CommandInset bibitem
36917 LatexCommand bibitem
36918 key "Symbols"
36919
36920 \end_inset
36921
36922 LaTeXパッケージで利用できる記号の
36923 \begin_inset CommandInset href
36924 LatexCommand href
36925 name "全覧"
36926 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Bibliography
36934 \labelwidthstring 参考文献
36935 \begin_inset CommandInset bibitem
36936 LatexCommand bibitem
36937 key "hyperref"
36938
36939 \end_inset
36940
36941 LaTeX 
36942 \series bold
36943 hyperref
36944 \series default
36945
36946 \begin_inset Index idx
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950 ぱっけーじ@パッケージ ! hyperref
36951 \end_layout
36952
36953 \end_inset
36954
36955 パッケージの
36956 \begin_inset CommandInset href
36957 LatexCommand href
36958 name "取扱説明書"
36959 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Bibliography
36967 \labelwidthstring 参考文献
36968 \begin_inset CommandInset bibitem
36969 LatexCommand bibitem
36970 key "Mathclap"
36971
36972 \end_inset
36973
36974
36975 \begin_inset CommandInset ref
36976 LatexCommand ref
36977 reference "sub:演算子の範囲"
36978
36979 \end_inset
36980
36981 節に述べられている
36982 \series bold
36983
36984 \backslash
36985 mathclap
36986 \series default
36987 コマンドの
36988 \begin_inset CommandInset href
36989 LatexCommand href
36990 name "説明"
36991 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36992
36993 \end_inset
36994
36995
36996 \begin_inset Index idx
36997 status collapsed
36998
36999 \begin_layout Plain Layout
37000 こまんど@コマンド ! M ! 
37001 \backslash
37002 mathclap
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Bibliography
37011 \labelwidthstring 参考文献
37012 \begin_inset CommandInset bibitem
37013 LatexCommand bibitem
37014 key "Duden"
37015
37016 \end_inset
37017
37018
37019 \emph on
37020 Duden Band 1
37021 \emph default
37022 .
37023  22.
37024  Auflage, Duden 2001
37025 \end_layout
37026
37027 \begin_layout Subsubsection*
37028 \begin_inset CommandInset index_print
37029 LatexCommand printindex
37030 type "idx"
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \end_body
37038 \end_document