]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: multirow package is not used -> remove it from preamble
[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 404
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 sec. 23.6
76 \usepackage[samesize]{cancel}
77
78 % enables calculation of values
79 \usepackage{calc}
80
81 % for multiple columns used in sec. 23.7
82 \usepackage{multicol}
83
84 % needed in sec. 19.4
85 \usepackage{remreset}
86
87 % define a color, used in sec.9.3
88 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
89
90 % declare operators (see sec. 10.4 and sec. 15.2)
91 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
92 \DeclareMathOperator{\sgn}{sgn}
93
94 \newcommand{\spce}{\textvisiblespace}
95
96 % example definitions for sec. 20.1 
97 \newcommand{\gr}{\Longrightarrow}
98 \newcommand{\us}[1]{\underline{#1}}
99 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
100 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
101 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
102
103 % example macro from sec. 19.4
104 %\def\tagform@#1{\maketag@@@{|#1|}}
105
106 % macro from sec. 10.2
107 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
108 \def\mathclap {\mathpalette \mathclapinternal}
109 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
110
111
112 % ------------------------------------
113 % used to check for needed LaTeX packages
114 \usepackage{ifthen}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % needed in sec. 22.4
125 % check for package braket
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % needed in sec. 22.10
133 % check for package upgreek
134 \newboolean{upgreek}
135 \IfFileExists{upgreek.sty}
136  {\usepackage{upgreek}
137   \setboolean{upgreek}{true}}
138  {\setboolean{upgreek}{false}}
139
140 % make pdf bookmark sane with Japanese
141 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
142 \end_preamble
143 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
144 \use_default_options true
145 \maintain_unincluded_children false
146 \language japanese
147 \inputencoding auto
148 \fontencoding global
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_default_family default
153 \use_xetex false
154 \font_sc false
155 \font_osf false
156 \font_sf_scale 100
157 \font_tt_scale 100
158
159 \graphics default
160 \default_output_format default
161 \output_sync 0
162 \bibtex_command default
163 \index_command default
164 \paperfontsize default
165 \spacing single
166 \use_hyperref true
167 \pdf_title "LyX数式説明書"
168 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
169 \pdf_subject "LyXの数式機能に関する説明書"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pdfusetitle false
180 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
181 \papersize a4paper
182 \use_geometry true
183 \use_amsmath 2
184 \use_esint 1
185 \use_mhchem 1
186 \use_mathdots 1
187 \cite_engine basic
188 \use_bibtopic false
189 \use_indices false
190 \paperorientation portrait
191 \suppress_date false
192 \use_refstyle 0
193 \notefontcolor #0000ff
194 \index 索引
195 \shortcut idx
196 \color #008000
197 \end_index
198 \leftmargin 3.5cm
199 \topmargin 3cm
200 \rightmargin 3cm
201 \bottommargin 3.5cm
202 \secnumdepth 4
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle plain
210 \tracking_changes false
211 \output_changes false
212 \html_math_output 0
213 \html_be_strict false
214 \end_header
215
216 \begin_body
217
218 \begin_layout Title
219 LyXの数式詳細説明書
220 \end_layout
221
222 \begin_layout Author
223 LyXプロジェクトチーム
224 \begin_inset Foot
225 status collapsed
226
227 \begin_layout Plain Layout
228 \noindent
229 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
230 \family typewriter
231
232 \begin_inset CommandInset href
233 LatexCommand href
234 name "lyx-docs@lists.lyx.org"
235 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
236 type "mailto:"
237
238 \end_inset
239
240
241 \family default
242 までお知らせください。
243 \end_layout
244
245 \end_inset
246
247
248 \begin_inset Note Note
249 status collapsed
250
251 \begin_layout Plain Layout
252 著者:Uwe Stöhr
253 \end_layout
254
255 \end_inset
256
257
258 \begin_inset Newline newline
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \family sans
267 第2.0.x版
268 \end_layout
269
270 \begin_layout Standard
271 \begin_inset CommandInset toc
272 LatexCommand tableofcontents
273
274 \end_inset
275
276
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
285 \series bold
286 eurosym
287 \series default
288
289 \series bold
290 mhchem
291 \series default
292
293 \series bold
294 wasが導入されている必要があります。
295 \series default
296 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
297 \series bold
298 mhchem
299 \series default
300 が導入されていないと、本ファイルを書き出すことができません。
301 \end_layout
302
303 \begin_layout Plain Layout
304 この文書の最新のPDF版は
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \series bold
310 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \series default
316 にあります。
317 \end_layout
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset Newpage newpage
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Section
332 はじめに
333 \end_layout
334
335 \begin_layout Standard
336 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
337 使用を念頭に置いています。したがいまして、ユーザーの手引きの
338 \family typewriter
339 数式
340 \family default
341 の節をすでにお読みになっていることを前提としています。
342 \end_layout
343
344 \begin_layout Standard
345 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
346 \family sans
347 挿入\SpecialChar \menuseparator
348 数式
349 \family default
350 メニューか
351 \family sans
352 数式ツールバー
353 \family default
354 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
355 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
356 \end_layout
357
358 \begin_layout Standard
359 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
360 \family sans
361 文書\SpecialChar \menuseparator
362 設定\SpecialChar \menuseparator
363 数式オプション
364 \family default
365 メニュー)で
366 \family sans
367 AMS mathパッケージを使う
368 \family default
369 オプションを有効にしなくてはなりません
370 \begin_inset Foot
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 \family sans
376 AMS mathパッケージを自動的に使う
377 \family default
378 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384
385 \backslash
386 AmS 
387 \end_layout
388
389 \end_inset
390
391 -mathパッケージを使用します。
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Standard
400 説明を明瞭にするために、この文書はすべての
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413 -mathコマンド
414 \begin_inset Foot
415 status collapsed
416
417 \begin_layout Plain Layout
418 すべての
419 \begin_inset ERT
420 status collapsed
421
422 \begin_layout Plain Layout
423
424
425 \backslash
426 AmS
427 \end_layout
428
429 \end_inset
430
431 -mathコマンドの一覧は、
432 \family sans
433
434 \begin_inset CommandInset href
435 LatexCommand href
436 name "amsguide.ps"
437 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
438
439 \end_inset
440
441
442 \family default
443 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
444 \end_layout
445
446 \end_inset
447
448 を列挙はしません。
449 \end_layout
450
451 \begin_layout Section
452 一般的な説明
453 \end_layout
454
455 \begin_layout Standard
456 本文に埋め込まれた行内数式
457 \begin_inset Index idx
458 status collapsed
459
460 \begin_layout Plain Layout
461 すうしき ! ぎょうない @ 数式 ! 行内
462 \end_layout
463
464 \end_inset
465
466 を作成するには、短絡キー
467 \begin_inset Info
468 type  "shortcuts"
469 arg   "math-mode"
470 \end_inset
471
472 のうちのいずれか、あるいはツールバーボタン
473 \begin_inset Graphics
474         filename ../../images/math-mode.png
475         scale 85
476
477 \end_inset
478
479 を使用してください。
480 \begin_inset Newline newline
481 \end_inset
482
483 大きく別の段落として表示される別行建て数式
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
489 \end_layout
490
491 \end_inset
492
493 を作成するには、
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-display"
497 \end_inset
498
499 のうちいずれかの短絡キーを使用して下さい。
500 \end_layout
501
502 \begin_layout Standard
503 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
504 \begin_inset Info
505 type  "shortcuts"
506 arg   "math-mode"
507 \end_inset
508
509 のいずれかの短絡キーか、
510 \family sans
511 編集\SpecialChar \menuseparator
512 数式\SpecialChar \menuseparator
513 数式の表記を変更
514 \family default
515 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
516 \end_layout
517
518 \begin_layout Standard
519 行内数式の一部を別行建て数式の大きさで表示するには、
520 \series bold
521
522 \backslash
523 displaystyle
524 \begin_inset Index idx
525 status collapsed
526
527 \begin_layout Plain Layout
528
529 \size normal
530 こまんど@コマンド ! D ! 
531 \backslash
532 displaystyle
533 \end_layout
534
535 \end_inset
536
537
538 \series default
539 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
540 \end_layout
541
542 \begin_layout Standard
543 表の中では、行内数式のみの使用が許されています。
544 \end_layout
545
546 \begin_layout Standard
547
548 \family sans
549 数式ツールバー
550 \family default
551 は、
552 \family sans
553 表示\SpecialChar \menuseparator
554 ツールバー
555 \family default
556 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
557 \family sans
558 ツールバー
559 \family default
560 メニューの中ではチェック印で表されます。この状態から、
561 \family sans
562 ツールバー
563 \family default
564 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
565 数式(自動)」に変わることで表されます。
566 \end_layout
567
568 \begin_layout Standard
569 TeXモード
570 \begin_inset Index idx
571 status collapsed
572
573 \begin_layout Plain Layout
574 T@TeXモード
575 \end_layout
576
577 \end_inset
578
579 は、ツールバーボタン
580 \begin_inset Graphics
581         filename ../../images/ert-insert.png
582         scale 85
583
584 \end_inset
585
586 を押すか、
587 \family sans
588 挿入\SpecialChar \menuseparator
589 Te
590 \begin_inset ERT
591 status collapsed
592
593 \begin_layout Plain Layout
594
595 {}
596 \end_layout
597
598 \end_inset
599
600 Xコード
601 \family default
602 (短絡キー
603 \begin_inset Info
604 type  "shortcut"
605 arg   "ert-insert"
606 \end_inset
607
608 )メニューを使うことで、起動できます。
609 \begin_inset Note Note
610 status collapsed
611
612 \begin_layout Plain Layout
613 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
614 のを防ぐために、ここではTeX括弧が挿入されています。
615 \end_layout
616
617 \end_inset
618
619
620 \end_layout
621
622 \begin_layout Standard
623 LaTeXプリアンブル
624 \begin_inset Index idx
625 status collapsed
626
627 \begin_layout Plain Layout
628 L@LaTeXプリアンブル
629 \end_layout
630
631 \end_inset
632
633 を変更するには、
634 \family sans
635 文書\SpecialChar \menuseparator
636 設定\SpecialChar \menuseparator
637 LaT
638 \begin_inset ERT
639 status collapsed
640
641 \begin_layout Plain Layout
642
643 {}
644 \end_layout
645
646 \end_inset
647
648 eXプリアンブル
649 \family default
650 メニューを使用してください。
651 \end_layout
652
653 \begin_layout Standard
654 行列や場合分け、多行数式を続けて編集するには、
655 \family sans
656 編集\SpecialChar \menuseparator
657 数式
658 \family default
659 メニューと
660 \family sans
661 編集\SpecialChar \menuseparator
662 行と列
663 \family default
664 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
665 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
666 \end_layout
667
668 \begin_layout Standard
669 数式内で文章を書く
670 \begin_inset Foot
671 status collapsed
672
673 \begin_layout Plain Layout
674 多行数式では、
675 \series bold
676
677 \backslash
678 intertext
679 \series default
680 コマンドが使用されます。
681 \begin_inset CommandInset ref
682 LatexCommand ref
683 reference "sub:多行数式中のテキスト"
684
685 \end_inset
686
687 を参照のこと。
688 \end_layout
689
690 \end_inset
691
692 には、
693 \emph on
694 数式テキスト
695 \emph default
696
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 てきすと ! すうしきないの @ テキスト ! 数式内の
702 \end_layout
703
704 \end_inset
705
706
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 すうしきてきすと @ 数式テキスト
712 \end_layout
713
714 \end_inset
715
716 が使用されます。このモードには、短絡キー
717 \begin_inset Info
718 type  "shortcut"
719 arg   "math-mode"
720 \end_inset
721
722 を使うか、
723 \series bold
724
725 \backslash
726 text
727 \series default
728
729 \begin_inset Index idx
730 status collapsed
731
732 \begin_layout Plain Layout
733 こまんど @ コマンド ! T ! 
734 \backslash
735 text
736 \end_layout
737
738 \end_inset
739
740 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
741 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
742 \end_layout
743
744 \begin_layout Subsection*
745 コマンドの構成
746 \end_layout
747
748 \begin_layout Standard
749 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
750 \end_layout
751
752 \begin_layout Standard
753
754 \series bold
755
756 \backslash
757 コマンド名[非必須引数]{必須引数}
758 \end_layout
759
760 \begin_layout Standard
761 コマンドは、つねにバックスラッシュ「
762 \series bold
763
764 \backslash
765
766 \series default
767 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
768 \begin_inset Index idx
769 status collapsed
770
771 \begin_layout Plain Layout
772 T@TeX括弧
773 \end_layout
774
775 \end_inset
776
777 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
778 \series bold
779
780 \backslash
781 {
782 \series default
783 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
784 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
785 \end_layout
786
787 \begin_layout Standard
788 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
789 \emph on
790 かならず
791 \emph default
792 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
793 ん。
794 \end_layout
795
796 \begin_layout Standard
797 保護された空白は、
798 \begin_inset Info
799 type  "shortcut"
800 arg   "space-insert protected"
801 \end_inset
802
803 で入力できます。
804 \end_layout
805
806 \begin_layout Subsection*
807 \begin_inset Newpage newpage
808 \end_inset
809
810 文法の説明
811 \end_layout
812
813 \begin_layout Itemize
814 記号
815 \begin_inset Foot
816 status collapsed
817
818 \begin_layout Plain Layout
819 この可視化された空白文字は、
820 \series bold
821
822 \backslash
823 textvisiblespace
824 \series default
825
826 \begin_inset Index idx
827 status collapsed
828
829 \begin_layout Plain Layout
830 こまんど@コマンド ! T ! 
831 \backslash
832 textvisiblespace
833 \end_layout
834
835 \end_inset
836
837 コマンドをTeXモード中に挿入することで作ることができます。
838 \end_layout
839
840 \end_inset
841
842
843 \begin_inset ERT
844 status collapsed
845
846 \begin_layout Plain Layout
847
848
849 \backslash
850 spce 
851 \end_layout
852
853 \end_inset
854
855 は、空白文字を入力することを表します。
856 \end_layout
857
858 \begin_layout Itemize
859 \begin_inset Formula $\to$
860 \end_inset
861
862 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
863 \end_layout
864
865 \begin_layout Subsection*
866 使用できる単位
867 \end_layout
868
869 \begin_layout Standard
870 \align center
871 \begin_inset Float table
872 placement H
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "tab:使用できる単位"
885
886 \end_inset
887
888 使用できる単位
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Tabular
899 <lyxtabular version="3" rows="13" columns="2">
900 <features tabularvalignment="middle">
901 <column alignment="center" valignment="top" width="0">
902 <column alignment="center" valignment="top" width="0">
903 <row>
904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
905 \begin_inset Text
906
907 \begin_layout Plain Layout
908 単位
909 \end_layout
910
911 \end_inset
912 </cell>
913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
914 \begin_inset Text
915
916 \begin_layout Plain Layout
917 名称/摘要
918 \end_layout
919
920 \end_inset
921 </cell>
922 </row>
923 <row>
924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
925 \begin_inset Text
926
927 \begin_layout Plain Layout
928 mm
929 \end_layout
930
931 \end_inset
932 </cell>
933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
934 \begin_inset Text
935
936 \begin_layout Plain Layout
937 ミリメートル
938 \end_layout
939
940 \end_inset
941 </cell>
942 </row>
943 <row>
944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
945 \begin_inset Text
946
947 \begin_layout Plain Layout
948 cm
949 \end_layout
950
951 \end_inset
952 </cell>
953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
954 \begin_inset Text
955
956 \begin_layout Plain Layout
957 センチメートル
958 \end_layout
959
960 \end_inset
961 </cell>
962 </row>
963 <row>
964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
965 \begin_inset Text
966
967 \begin_layout Plain Layout
968 in
969 \end_layout
970
971 \end_inset
972 </cell>
973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
974 \begin_inset Text
975
976 \begin_layout Plain Layout
977 インチ
978 \end_layout
979
980 \end_inset
981 </cell>
982 </row>
983 <row>
984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
985 \begin_inset Text
986
987 \begin_layout Plain Layout
988 pt
989 \end_layout
990
991 \end_inset
992 </cell>
993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
994 \begin_inset Text
995
996 \begin_layout Plain Layout
997 ポイント (72.27
998 \begin_inset Formula $\,$
999 \end_inset
1000
1001 pt = 1
1002 \begin_inset Formula $\,$
1003 \end_inset
1004
1005 in)
1006 \end_layout
1007
1008 \end_inset
1009 </cell>
1010 </row>
1011 <row>
1012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 pc
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 パイカ (1
1026 \begin_inset Formula $\,$
1027 \end_inset
1028
1029 pc = 12
1030 \begin_inset Formula $\,$
1031 \end_inset
1032
1033 pt)
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 sp
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 スケールポイント (65536
1054 \begin_inset Formula $\,$
1055 \end_inset
1056
1057 sp = 1
1058 \begin_inset Formula $\,$
1059 \end_inset
1060
1061 pt)
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 </row>
1067 <row>
1068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 bp
1073 \end_layout
1074
1075 \end_inset
1076 </cell>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 ビッグポイント (72
1082 \begin_inset Formula $\,$
1083 \end_inset
1084
1085 bp = 1
1086 \begin_inset Formula $\,$
1087 \end_inset
1088
1089 in)
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 </row>
1095 <row>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 dd
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 ディドー (72
1110 \begin_inset Formula $\,$
1111 \end_inset
1112
1113 dd 
1114 \begin_inset Formula $\approx$
1115 \end_inset
1116
1117  37.6
1118 \begin_inset Formula $\,$
1119 \end_inset
1120
1121 mm)
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 </row>
1127 <row>
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 cc
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 シセロ (1
1142 \begin_inset Formula $\,$
1143 \end_inset
1144
1145 cc = 12
1146 \begin_inset Formula $\,$
1147 \end_inset
1148
1149 dd)
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 </row>
1155 <row>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 ex
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 現在のフォントの文字「x」の高さ
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 em
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 現在のフォントの文字「M」の幅
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 </row>
1195 <row>
1196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 mu
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 数式単位(1
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 mu = 
1214 \begin_inset Formula $\nicefrac{1}{18}$
1215 \end_inset
1216
1217
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 em)
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 </row>
1227 </lyxtabular>
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Standard
1240 \begin_inset Newpage newpage
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Section
1247 基礎的な函数
1248 \end_layout
1249
1250 \begin_layout Subsection
1251 指数
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 しすう@指数
1257 \end_layout
1258
1259 \end_inset
1260
1261 および添字
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 そえじ@添字
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 うえつきもじ@上付き文字|see
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 {
1283 \end_layout
1284
1285 \end_inset
1286
1287 指数
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 }
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 したつきもじ@下付き文字|see
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 {
1315 \end_layout
1316
1317 \end_inset
1318
1319 添字
1320 \begin_inset ERT
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 }
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \end_inset
1334
1335
1336 \end_layout
1337
1338 \begin_layout Standard
1339 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1340 \begin_inset Graphics
1341         filename ../../images/math-subscript.png
1342         scale 85
1343
1344 \end_inset
1345
1346 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1347 \begin_inset Graphics
1348         filename ../../images/math-superscript.png
1349         scale 85
1350
1351 \end_inset
1352
1353 を使って入力することができます。
1354 \end_layout
1355
1356 \begin_layout Standard
1357 \align center
1358 \begin_inset Tabular
1359 <lyxtabular version="3" rows="4" columns="2">
1360 <features tabularvalignment="middle">
1361 <column alignment="center" valignment="top" width="0pt">
1362 <column alignment="center" valignment="top" width="0pt">
1363 <row>
1364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 コマンド
1369 \end_layout
1370
1371 \end_inset
1372 </cell>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 結果
1378 \begin_inset Note Note
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 ここで使われている
1383 \series bold
1384
1385 \backslash
1386 raisebox
1387 \series default
1388 は単なるスペーサーです。
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 </row>
1399 <row>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 B_V
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Plain Layout
1413 \begin_inset Formula $B_{V}$
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \end_inset
1420 </cell>
1421 </row>
1422 <row>
1423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1424 \begin_inset Text
1425
1426 \begin_layout Plain Layout
1427 B^V
1428 \end_layout
1429
1430 \end_inset
1431 </cell>
1432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1433 \begin_inset Text
1434
1435 \begin_layout Plain Layout
1436 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 </row>
1445 <row>
1446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1447 \begin_inset Text
1448
1449 \begin_layout Plain Layout
1450 B^
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456
1457 \backslash
1458 spce 
1459 \end_layout
1460
1461 \end_inset
1462
1463 A
1464 \end_layout
1465
1466 \end_inset
1467 </cell>
1468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1469 \begin_inset Text
1470
1471 \begin_layout Plain Layout
1472 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 </row>
1481 </lyxtabular>
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1490 ってしまいます
1491 \begin_inset Foot
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1496 \end_layout
1497
1498 \end_inset
1499
1500 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1501 \family sans
1502 Space
1503 \family default
1504 を押してください。
1505 \end_layout
1506
1507 \begin_layout Subsection
1508 分数
1509 \begin_inset CommandInset label
1510 LatexCommand label
1511 name "sub:分数"
1512
1513 \end_inset
1514
1515
1516 \begin_inset Index idx
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520 ぶんすう@分数
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \end_layout
1527
1528 \begin_layout Standard
1529 分数は、コマンド
1530 \series bold
1531
1532 \backslash
1533 frac
1534 \series default
1535
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 こまんど@コマンド ! F ! 
1541 \backslash
1542 frac
1543 \end_layout
1544
1545 \end_inset
1546
1547 か数式ツールバーボタン
1548 \begin_inset Graphics
1549         filename ../../images/math/frac.png
1550         scale 50
1551
1552 \end_inset
1553
1554 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1555 \begin_inset Graphics
1556         filename ../../images/math/frac-square.png
1557         scale 85
1558
1559 \end_inset
1560
1561 を使えば、分数の種類を選ぶことができます。
1562 \end_layout
1563
1564 \begin_layout Standard
1565 コマンド
1566 \series bold
1567
1568 \backslash
1569 dfrac
1570 \begin_inset Index idx
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 こまんど@コマンド ! D ! 
1575 \backslash
1576 dfrac
1577 \end_layout
1578
1579 \end_inset
1580
1581 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1582 \backslash
1583 tfrac
1584 \begin_inset Index idx
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 こまんど@コマンド ! T ! 
1589 \backslash
1590 tfrac
1591 \end_layout
1592
1593 \end_inset
1594
1595 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1596 \end_layout
1597
1598 \begin_layout Standard
1599 これは、コマンド
1600 \series bold
1601
1602 \backslash
1603 frac
1604 \series default
1605 を使用して作った分数
1606 \begin_inset Formula $\frac{1}{2}$
1607 \end_inset
1608
1609 を含む行です。
1610 \end_layout
1611
1612 \begin_layout Standard
1613 これは、コマンド
1614 \series bold
1615
1616 \backslash
1617 dfrac
1618 \series default
1619 を使用して作った分数
1620 \begin_inset Formula $\dfrac{1}{2}$
1621 \end_inset
1622
1623 を含む行です。
1624 \end_layout
1625
1626 \begin_layout Standard
1627 \align center
1628 \begin_inset Tabular
1629 <lyxtabular version="3" rows="4" columns="2">
1630 <features tabularvalignment="middle">
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0pt">
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 コマンド
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 出力
1648 \begin_inset Note Note
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 ここで
1653 \series bold
1654
1655 \backslash
1656 raisebox
1657 \series default
1658 はスペーサーとして使用しているだけです。
1659 \end_layout
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 </row>
1669 <row>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \backslash
1676 frac
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682
1683 \backslash
1684 spce 
1685 \end_layout
1686
1687 \end_inset
1688
1689 A
1690 \begin_inset Formula $\downarrow$
1691 \end_inset
1692
1693 B
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1703 \end_inset
1704
1705
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \backslash
1718 dfrac
1719 \begin_inset ERT
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723
1724
1725 \backslash
1726 spce 
1727 \end_layout
1728
1729 \end_inset
1730
1731 A
1732 \begin_inset Formula $\downarrow$
1733 \end_inset
1734
1735 B
1736 \end_layout
1737
1738 \end_inset
1739 </cell>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 </row>
1753 <row>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \backslash
1760 dfrac
1761 \begin_inset ERT
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765
1766
1767 \backslash
1768 spce 
1769 \end_layout
1770
1771 \end_inset
1772
1773 e^
1774 \begin_inset ERT
1775 status collapsed
1776
1777 \begin_layout Plain Layout
1778
1779
1780 \backslash
1781 spce 
1782 \end_layout
1783
1784 \end_inset
1785
1786
1787 \backslash
1788 frac
1789 \begin_inset ERT
1790 status collapsed
1791
1792 \begin_layout Plain Layout
1793
1794
1795 \backslash
1796 spce 
1797 \end_layout
1798
1799 \end_inset
1800
1801 1
1802 \begin_inset Formula $\downarrow$
1803 \end_inset
1804
1805 2
1806 \begin_inset Formula $\downarrow\downarrow$
1807 \end_inset
1808
1809 3
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 </lyxtabular>
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Standard
1835 \begin_inset VSpace bigskip
1836 \end_inset
1837
1838
1839 \begin_inset Newpage newpage
1840 \end_inset
1841
1842 入れ子の分数を作るには、コマンド
1843 \series bold
1844
1845 \backslash
1846 cfrac
1847 \series default
1848
1849 \begin_inset Index idx
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 こまんど@コマンド ! C ! 
1854 \backslash
1855 cfrac
1856 \end_layout
1857
1858 \end_inset
1859
1860 が使えます。以下がその例です。
1861 \begin_inset VSpace -3mm
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \begin_layout Standard
1868 \begin_inset Formula \begin{align*}
1869 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1870 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1871 \end{align*}
1872
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \begin_layout Standard
1879 上記の例で使用したコマンドは、
1880 \end_layout
1881
1882 \begin_layout Standard
1883
1884 \series bold
1885
1886 \backslash
1887 cfrac
1888 \begin_inset ERT
1889 status collapsed
1890
1891 \begin_layout Plain Layout
1892
1893
1894 \backslash
1895 space 
1896 \end_layout
1897
1898 \end_inset
1899
1900 A
1901 \begin_inset Formula $\downarrow$
1902 \end_inset
1903
1904 B+
1905 \backslash
1906 cfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 space 
1915 \end_layout
1916
1917 \end_inset
1918
1919 C+
1920 \backslash
1921 cfrac
1922 \begin_inset ERT
1923 status collapsed
1924
1925 \begin_layout Plain Layout
1926
1927
1928 \backslash
1929 space 
1930 \end_layout
1931
1932 \end_inset
1933
1934 E
1935 \begin_inset Formula $\downarrow$
1936 \end_inset
1937
1938 F
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 D
1943 \end_layout
1944
1945 \begin_layout Standard
1946 です。
1947 \end_layout
1948
1949 \begin_layout Standard
1950 \begin_inset VSpace medskip
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957
1958 \series bold
1959
1960 \backslash
1961 cfrac
1962 \series default
1963 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1964 \end_layout
1965
1966 \begin_layout Standard
1967 分子の揃え方は、指定することができます。
1968 \series bold
1969
1970 \backslash
1971 cfracleft
1972 \series default
1973 コマンドは左揃えにし、
1974 \series bold
1975
1976 \backslash
1977 cfracright
1978 \series default
1979 は右揃えにします。
1980 \series bold
1981
1982 \backslash
1983 cfrac
1984 \series default
1985 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1986 \begin_inset Newline newline
1987 \end_inset
1988
1989
1990 \series bold
1991
1992 \begin_inset Formula $\cfrac[l]{A}{B+C}$
1993 \end_inset
1994
1995
1996 \begin_inset Formula $\cfrac{A}{B+C}$
1997 \end_inset
1998
1999
2000 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \begin_layout Standard
2007 \begin_inset Note Greyedout
2008 status open
2009
2010 \begin_layout Plain Layout
2011
2012 \series bold
2013 (註)
2014 \backslash
2015 cfracleft
2016 \series default
2017
2018 \series bold
2019
2020 \backslash
2021 cfracright
2022 \series default
2023 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2024 \series bold
2025
2026 \backslash
2027 cfrac[揃え位置]{分子}{分母}
2028 \series default
2029 です。したがって、これらをTeXモードで使うことはできません。
2030 \end_layout
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Standard
2038 \begin_inset VSpace medskip
2039 \end_inset
2040
2041 ときに、以下のように
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047
2048 \series bold
2049
2050 \backslash
2051 frac
2052 \series default
2053 を組み合わせて使うと便利です。
2054 \begin_inset Formula \[
2055 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2056
2057 \end_inset
2058
2059
2060 \end_layout
2061
2062 \begin_layout Standard
2063 斜めの分数線を持つ行内分数を作るには、コマンド
2064 \series bold
2065
2066 \backslash
2067 nicefrac
2068 \series default
2069
2070 \begin_inset Index idx
2071 status collapsed
2072
2073 \begin_layout Plain Layout
2074 こまんど@コマンド ! N ! 
2075 \backslash
2076 nicefrac
2077 \end_layout
2078
2079 \end_inset
2080
2081 (例:
2082 \begin_inset Formula $\nicefrac{5}{31}$
2083 \end_inset
2084
2085 )を使うか、コマンド
2086 \series bold
2087
2088 \backslash
2089 unitfrac
2090 \series default
2091
2092 \begin_inset Index idx
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096 こまんど@コマンド ! U ! 
2097 \backslash
2098 unitfrac
2099 \end_layout
2100
2101 \end_inset
2102
2103 (例:
2104 \begin_inset Formula $\unitfrac{5}{31}$
2105 \end_inset
2106
2107 )を使います。さらに、
2108 \begin_inset Formula $\unitfrac[2]{1}{3}$
2109 \end_inset
2110
2111 のような帯分数を作るコマンド
2112 \series bold
2113
2114 \backslash
2115 unitfracthree
2116 \series default
2117 もあります。
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset Note Greyedout
2122 status open
2123
2124 \begin_layout Plain Layout
2125
2126 \series bold
2127 (註)
2128 \series default
2129 実は、
2130 \series bold
2131
2132 \backslash
2133 unitfracthree
2134 \series default
2135 は生粋のLaTeXコマンドではなく、実体は
2136 \begin_inset Newline newline
2137 \end_inset
2138
2139
2140 \series bold
2141
2142 \backslash
2143 unitfrac[自然数]{分子}{分母}
2144 \series default
2145 というコマンドなので、TeXコードでは使用できません。
2146 \end_layout
2147
2148 \end_inset
2149
2150
2151 \end_layout
2152
2153 \begin_layout Standard
2154 分数線を変更できるような独自の分数の定義のしかたは、第
2155 \begin_inset CommandInset ref
2156 LatexCommand ref
2157 reference "sub:自己定義の分数"
2158
2159 \end_inset
2160
2161 節に説明があります。
2162 \end_layout
2163
2164 \begin_layout Subsection
2165 根号
2166 \begin_inset Index idx
2167 status collapsed
2168
2169 \begin_layout Plain Layout
2170 こんごう@根号
2171 \end_layout
2172
2173 \end_inset
2174
2175
2176 \begin_inset Index idx
2177 status collapsed
2178
2179 \begin_layout Plain Layout
2180 るーと@ルート|see
2181 \begin_inset ERT
2182 status collapsed
2183
2184 \begin_layout Plain Layout
2185
2186 {
2187 \end_layout
2188
2189 \end_inset
2190
2191 根号
2192 \begin_inset ERT
2193 status collapsed
2194
2195 \begin_layout Plain Layout
2196
2197 }
2198 \end_layout
2199
2200 \end_inset
2201
2202
2203 \end_layout
2204
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Standard
2211 平方根は、
2212 \series bold
2213
2214 \backslash
2215 sqrt
2216 \series default
2217
2218 \begin_inset Index idx
2219 status collapsed
2220
2221 \begin_layout Plain Layout
2222 こまんど@コマンド ! S ! 
2223 \backslash
2224 sqrt
2225 \end_layout
2226
2227 \end_inset
2228
2229 か数式ツールバーボタン
2230 \begin_inset Graphics
2231         filename ../../images/math/sqrt.png
2232         scale 85
2233
2234 \end_inset
2235
2236 で作成することができ、他のすべての根号は、コマンド
2237 \series bold
2238
2239 \backslash
2240 root
2241 \series default
2242
2243 \begin_inset Index idx
2244 status collapsed
2245
2246 \begin_layout Plain Layout
2247 こまんど@コマンド ! R ! 
2248 \backslash
2249 root
2250 \end_layout
2251
2252 \end_inset
2253
2254 か数式ツールバーボタン
2255 \begin_inset Graphics
2256         filename ../../images/math/root.png
2257         scale 85
2258
2259 \end_inset
2260
2261 で作成することができます。
2262 \end_layout
2263
2264 \begin_layout Standard
2265 \align center
2266 \begin_inset Tabular
2267 <lyxtabular version="3" rows="3" columns="2">
2268 <features tabularvalignment="middle">
2269 <column alignment="center" valignment="top" width="0pt">
2270 <column alignment="center" valignment="top" width="0pt">
2271 <row>
2272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2273 \begin_inset Text
2274
2275 \begin_layout Plain Layout
2276 コマンド
2277 \end_layout
2278
2279 \end_inset
2280 </cell>
2281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2282 \begin_inset Text
2283
2284 \begin_layout Plain Layout
2285 出力
2286 \begin_inset Note Note
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 ここで
2291 \series bold
2292
2293 \backslash
2294 raisebox
2295 \series default
2296 はスペーサーとして使用しているだけです。
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 </row>
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \backslash
2314 sqrt
2315 \begin_inset ERT
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319
2320
2321 \backslash
2322 spce 
2323 \end_layout
2324
2325 \end_inset
2326
2327 A-B
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \end_inset
2343 </cell>
2344 </row>
2345 <row>
2346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \backslash
2352 root
2353 \begin_inset ERT
2354 status collapsed
2355
2356 \begin_layout Plain Layout
2357
2358
2359 \backslash
2360 spce 
2361 \end_layout
2362
2363 \end_inset
2364
2365 3
2366 \begin_inset Formula $\downarrow$
2367 \end_inset
2368
2369 A-B
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2379 \end_inset
2380
2381
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 </row>
2387 </lyxtabular>
2388
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \begin_layout Standard
2395 平方根は、根号指数フィールドを空白のままにしておけば、
2396 \series bold
2397
2398 \backslash
2399 root
2400 \series default
2401 でも作成することができます。
2402 \end_layout
2403
2404 \begin_layout Standard
2405 \begin_inset Formula $\sqrt[\beta]{B}$
2406 \end_inset
2407
2408 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2409 \begin_inset Newline newline
2410 \end_inset
2411
2412 この場合には、
2413 \begin_inset Formula $\beta$
2414 \end_inset
2415
2416 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2417 \series bold
2418
2419 \backslash
2420 leftroot
2421 \series default
2422
2423 \begin_inset Index idx
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 こまんど@コマンド ! L ! 
2428 \backslash
2429 leftroot
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \series bold
2436
2437 \backslash
2438 uproot
2439 \series default
2440
2441 \begin_inset Index idx
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 こまんど@コマンド ! U ! 
2446 \backslash
2447 uproot
2448 \end_layout
2449
2450 \end_inset
2451
2452 を使います。
2453 \end_layout
2454
2455 \begin_layout Standard
2456
2457 \series bold
2458
2459 \backslash
2460 leftroot{距離}
2461 \series default
2462 および
2463 \series bold
2464
2465 \backslash
2466 uproot{距離}
2467 \end_layout
2468
2469 \begin_layout Standard
2470 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2471 \begin_inset Formula $\mathrm{72\, bp=1}$
2472 \end_inset
2473
2474 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2475 \begin_inset Newline newline
2476 \end_inset
2477
2478
2479 \series bold
2480
2481 \backslash
2482 root
2483 \backslash
2484 leftroot{-1
2485 \begin_inset Formula $\to$
2486 \end_inset
2487
2488
2489 \backslash
2490 uproot{2
2491 \begin_inset Formula $\to$
2492 \end_inset
2493
2494
2495 \backslash
2496 beta
2497 \begin_inset ERT
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501
2502
2503 \backslash
2504 spce 
2505 \end_layout
2506
2507 \end_inset
2508
2509
2510 \begin_inset Formula $\to$
2511 \end_inset
2512
2513 B
2514 \begin_inset Newline newline
2515 \end_inset
2516
2517
2518 \series default
2519 は、正しく組版された数式
2520 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2521 \end_inset
2522
2523 を生成します。
2524 \end_layout
2525
2526 \begin_layout Subsection
2527 二項係数
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 にこうけいすう@二項係数
2533 \end_layout
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 二項係数は、コマンド
2542 \series bold
2543
2544 \backslash
2545 binom
2546 \series default
2547
2548 \begin_inset Index idx
2549 status collapsed
2550
2551 \begin_layout Plain Layout
2552 こまんど@コマンド ! B ! 
2553 \backslash
2554 binom
2555 \end_layout
2556
2557 \end_inset
2558
2559 か数式ツールバーボタン
2560 \begin_inset Graphics
2561         filename ../../images/math/frac-square.png
2562         scale 85
2563
2564 \end_inset
2565
2566 の下位メニューを使って挿入することができます。分数(
2567 \series bold
2568
2569 \backslash
2570 frac
2571 \series default
2572 )と同様に、
2573 \series bold
2574
2575 \backslash
2576 binom
2577 \series default
2578 の他に、コマンド
2579 \series bold
2580
2581 \backslash
2582 dbinom
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 こまんど@コマンド ! D ! 
2588 \backslash
2589 dbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594 および
2595 \backslash
2596 tbinom
2597 \series default
2598
2599 \begin_inset Index idx
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 こまんど@コマンド ! T ! 
2604 \backslash
2605 tbinom
2606 \end_layout
2607
2608 \end_inset
2609
2610 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2611 \series bold
2612
2613 \backslash
2614 brace
2615 \series default
2616
2617 \begin_inset Index idx
2618 status collapsed
2619
2620 \begin_layout Plain Layout
2621 こまんど@コマンド ! B ! 
2622 \backslash
2623 brace
2624 \end_layout
2625
2626 \end_inset
2627
2628
2629 \series bold
2630
2631 \backslash
2632 brack
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 こまんど@コマンド ! B ! 
2640 \backslash
2641 brack
2642 \end_layout
2643
2644 \end_inset
2645
2646 があります。
2647 \end_layout
2648
2649 \begin_layout Standard
2650 \align center
2651 \begin_inset Tabular
2652 <lyxtabular version="3" rows="6" columns="2">
2653 <features tabularvalignment="middle">
2654 <column alignment="center" valignment="top" width="0pt">
2655 <column alignment="center" valignment="top" width="0pt">
2656 <row>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661 コマンド
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670 出力
2671 \begin_inset Note Note
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675 ここで
2676 \series bold
2677
2678 \backslash
2679 raisebox
2680 \series default
2681 はスペーサーとして使用しているだけです。
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row>
2693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset ERT
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704
2705
2706 \backslash
2707 spce 
2708 \end_layout
2709
2710 \end_inset
2711
2712 A
2713 \begin_inset Formula $\downarrow$
2714 \end_inset
2715
2716 B
2717 \end_layout
2718
2719 \end_inset
2720 </cell>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2726 \end_inset
2727
2728
2729 \end_layout
2730
2731 \end_inset
2732 </cell>
2733 </row>
2734 <row>
2735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739
2740 \backslash
2741 dbinom
2742 \begin_inset ERT
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746
2747
2748 \backslash
2749 spce 
2750 \end_layout
2751
2752 \end_inset
2753
2754 A
2755 \begin_inset Formula $\downarrow$
2756 \end_inset
2757
2758 B
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2768 \end_inset
2769
2770
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \backslash
2783 tbinom
2784 \begin_inset ERT
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788
2789
2790 \backslash
2791 spce 
2792 \end_layout
2793
2794 \end_inset
2795
2796 A
2797 \begin_inset Formula $\downarrow$
2798 \end_inset
2799
2800 B
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 brack
2826 \begin_inset ERT
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830
2831
2832 \backslash
2833 spce 
2834 \end_layout
2835
2836 \end_inset
2837
2838 A
2839 \begin_inset Formula $\downarrow$
2840 \end_inset
2841
2842 B
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \backslash
2867 brace
2868 \begin_inset ERT
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872
2873
2874 \backslash
2875 spce 
2876 \end_layout
2877
2878 \end_inset
2879
2880 A
2881 \begin_inset Formula $\downarrow$
2882 \end_inset
2883
2884 B
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 </lyxtabular>
2903
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \begin_layout Subsection
2910 場合分け
2911 \begin_inset Index idx
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915 ばあいわけ@場合分け
2916 \end_layout
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \begin_layout Standard
2924 \align center
2925 \begin_inset Tabular
2926 <lyxtabular version="3" rows="3" columns="2">
2927 <features tabularvalignment="middle">
2928 <column alignment="center" valignment="top" width="0pt">
2929 <column alignment="center" valignment="top" width="0pt">
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 コマンド
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944 出力
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \backslash
2957 cases
2958 \begin_inset ERT
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962
2963
2964 \backslash
2965 spce 
2966 \end_layout
2967
2968 \end_inset
2969
2970 A
2971 \begin_inset Formula $\to$
2972 \end_inset
2973
2974 B
2975 \begin_inset Formula $>$
2976 \end_inset
2977
2978 0
2979 \begin_inset Index idx
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983 こまんど@コマンド ! C ! 
2984 \backslash
2985 cases
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\begin{cases}
3000 A & B>0\end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 cases
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \begin_inset Info
3031 type  "shortcut"
3032 arg   "newline-insert newline"
3033 \end_inset
3034
3035
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 \begin_inset Formula $\begin{cases}
3045 A & \textrm{for }x>0\\
3046 B & \textrm{for }x=0
3047 \end{cases}$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 </row>
3056 </lyxtabular>
3057
3058 \end_inset
3059
3060
3061 \end_layout
3062
3063 \begin_layout Standard
3064
3065 \series bold
3066
3067 \backslash
3068 cases
3069 \series default
3070 を挿入するか数式ツールバーボタン
3071 \begin_inset Graphics
3072         filename ../../images/math/cases.png
3073         scale 85
3074
3075 \end_inset
3076
3077 を使用した後では、短絡キー
3078 \begin_inset Info
3079 type  "shortcut"
3080 arg   "newline-insert newline"
3081 \end_inset
3082
3083 か表ツールバーボタン
3084 \begin_inset Graphics
3085         filename ../../images/tabular-feature_append-row.png
3086         scale 85
3087
3088 \end_inset
3089
3090 を使えば、新しい行を作ることができます。
3091 \end_layout
3092
3093 \begin_layout Standard
3094 コマンド
3095 \series bold
3096
3097 \backslash
3098 cases
3099 \series default
3100 は、
3101 \family sans
3102 挿入\SpecialChar \menuseparator
3103 数式\SpecialChar \menuseparator
3104 Cases環境
3105 \family default
3106 メニューで挿入することもできます。
3107 \end_layout
3108
3109 \begin_layout Subsection
3110 否定
3111 \begin_inset Index idx
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115 ひてい@否定
3116 \end_layout
3117
3118 \end_inset
3119
3120
3121 \end_layout
3122
3123 \begin_layout Standard
3124
3125 \series bold
3126
3127 \backslash
3128 not
3129 \series default
3130
3131 \begin_inset Index idx
3132 status collapsed
3133
3134 \begin_layout Plain Layout
3135 こまんど@コマンド ! N ! 
3136 \backslash
3137 not
3138 \end_layout
3139
3140 \end_inset
3141
3142 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3143 \end_layout
3144
3145 \begin_layout Standard
3146 \align center
3147 \begin_inset Tabular
3148 <lyxtabular version="3" rows="4" columns="2">
3149 <features tabularvalignment="middle">
3150 <column alignment="center" valignment="top" width="0pt">
3151 <column alignment="center" valignment="top" width="0pt">
3152 <row>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 コマンド
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 出力
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 </row>
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \backslash
3179 not=
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 \begin_inset Formula $\not=$
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \backslash
3204 not 
3205 \backslash
3206 le
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 \begin_inset Formula $\not\le$
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \backslash
3231 not 
3232 \backslash
3233 parallel
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 \begin_inset Formula $\not\parallel$
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 </lyxtabular>
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \begin_layout Standard
3259 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3260 \begin_inset CommandInset ref
3261 LatexCommand ref
3262 reference "sub:数学記号"
3263
3264 \end_inset
3265
3266 節および第
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sec:関係子"
3270
3271 \end_inset
3272
3273 節を参照)。
3274 \end_layout
3275
3276 \begin_layout Subsection
3277 空打ち文字
3278 \begin_inset CommandInset label
3279 LatexCommand label
3280 name "sub:空打ち文字"
3281
3282 \end_inset
3283
3284
3285 \begin_inset Index idx
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 からうちもじ@空打ち文字
3290 \end_layout
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 かがくきごう@化学記号 ! どういたい@同位体
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 どういたい@同位体|see
3310 \begin_inset ERT
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314
3315 {
3316 \end_layout
3317
3318 \end_inset
3319
3320 化学記号
3321 \begin_inset ERT
3322 status collapsed
3323
3324 \begin_layout Plain Layout
3325
3326 }
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \end_inset
3335
3336
3337 \begin_inset Index idx
3338 status collapsed
3339
3340 \begin_layout Plain Layout
3341 あいそとーぷ@アイソトープ|see
3342 \begin_inset ERT
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346
3347 {
3348 \end_layout
3349
3350 \end_inset
3351
3352 同位体
3353 \begin_inset ERT
3354 status collapsed
3355
3356 \begin_layout Plain Layout
3357
3358 }
3359 \end_layout
3360
3361 \end_inset
3362
3363
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \begin_layout Standard
3372 たとえば同位体
3373 \begin_inset Foot
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377 同位体と化学記号の組版に関しては、第
3378 \begin_inset CommandInset ref
3379 LatexCommand ref
3380 reference "sub:化学記号と化学式"
3381
3382 \end_inset
3383
3384 節に記述があります。
3385 \end_layout
3386
3387 \end_inset
3388
3389 を表示しようとすると、次のような問題が起こります。
3390 \end_layout
3391
3392 \begin_layout Standard
3393 \align center
3394 \begin_inset Tabular
3395 <lyxtabular version="3" rows="2" columns="2">
3396 <features tabularvalignment="middle">
3397 <column alignment="center" valignment="top" width="0pt">
3398 <column alignment="center" valignment="top" width="0pt">
3399 <row>
3400 <cell alignment="center" valignment="top" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 上付き文字と下付き文字を使用して作った指数:
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3414 \end_inset
3415
3416
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 正しい指数:
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3437 \end_inset
3438
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 </lyxtabular>
3446
3447 \end_inset
3448
3449
3450 \begin_inset Note Note
3451 status collapsed
3452
3453 \begin_layout Plain Layout
3454 ここで
3455 \series bold
3456
3457 \backslash
3458 raisebox
3459 \series default
3460 はスペーサーとして使用しているだけです。
3461 \end_layout
3462
3463 \end_inset
3464
3465
3466 \end_layout
3467
3468 \begin_layout Standard
3469 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3470 \series bold
3471
3472 \backslash
3473 phantom
3474 \series default
3475
3476 \begin_inset Index idx
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 こまんど@コマンド ! P ! 
3481 \backslash
3482 phantom
3483 \end_layout
3484
3485 \end_inset
3486
3487 や数式ツールバーボタン
3488 \begin_inset Foot
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 ツールバーボタン
3493 \begin_inset Graphics
3494         filename ../../images/math/space.png
3495         scale 85
3496
3497 \end_inset
3498
3499 の下位メニューに入っています。
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \begin_inset Graphics
3506         filename ../../images/math/phantom.png
3507         scale 85
3508
3509 \end_inset
3510
3511 があります。
3512 \series bold
3513
3514 \backslash
3515 phantom
3516 \series default
3517 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3518 \series bold
3519
3520 \backslash
3521 phantom
3522 \series default
3523 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3524 \end_layout
3525
3526 \begin_layout Standard
3527 \align center
3528 \begin_inset Tabular
3529 <lyxtabular version="3" rows="4" columns="2">
3530 <features tabularvalignment="middle">
3531 <column alignment="center" valignment="top" width="0">
3532 <column alignment="center" valignment="top" width="0">
3533 <row>
3534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 コマンド
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 出力
3548 \begin_inset Note Note
3549 status collapsed
3550
3551 \begin_layout Plain Layout
3552 ここで
3553 \series bold
3554
3555 \backslash
3556 raisebox
3557 \series default
3558 はスペーサーとして使用しているだけです。
3559 \end_layout
3560
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 ^19
3575 \begin_inset ERT
3576 status collapsed
3577
3578 \begin_layout Plain Layout
3579
3580
3581 \backslash
3582 spce 
3583 \end_layout
3584
3585 \end_inset
3586
3587 _
3588 \backslash
3589 phantom
3590 \begin_inset ERT
3591 status collapsed
3592
3593 \begin_layout Plain Layout
3594
3595
3596 \backslash
3597 spce 
3598 \end_layout
3599
3600 \end_inset
3601
3602 1
3603 \begin_inset Formula $\to$
3604 \end_inset
3605
3606 9
3607 \begin_inset ERT
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611
3612
3613 \backslash
3614 spce 
3615 \end_layout
3616
3617 \end_inset
3618
3619 F
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3629 \end_inset
3630
3631
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 ^235
3643 \begin_inset ERT
3644 status collapsed
3645
3646 \begin_layout Plain Layout
3647
3648
3649 \backslash
3650 spce 
3651 \end_layout
3652
3653 \end_inset
3654
3655 _
3656 \backslash
3657 phantom
3658 \begin_inset ERT
3659 status collapsed
3660
3661 \begin_layout Plain Layout
3662
3663
3664 \backslash
3665 spce 
3666 \end_layout
3667
3668 \end_inset
3669
3670 23
3671 \begin_inset Formula $\to$
3672 \end_inset
3673
3674 9
3675 \begin_inset ERT
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679
3680
3681 \backslash
3682 spce 
3683 \end_layout
3684
3685 \end_inset
3686
3687 F
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3697 \end_inset
3698
3699
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \backslash
3712 Lambda^
3713 \begin_inset ERT
3714 status collapsed
3715
3716 \begin_layout Plain Layout
3717
3718
3719 \backslash
3720 spce 
3721 \end_layout
3722
3723 \end_inset
3724
3725
3726 \backslash
3727 phantom
3728 \begin_inset ERT
3729 status collapsed
3730
3731 \begin_layout Plain Layout
3732
3733
3734 \backslash
3735 spce 
3736 \end_layout
3737
3738 \end_inset
3739
3740 ii
3741 \begin_inset Formula $\to$
3742 \end_inset
3743
3744 t
3745 \begin_inset ERT
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750
3751 \backslash
3752 spce 
3753 \end_layout
3754
3755 \end_inset
3756
3757 _MMt
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3767 \end_inset
3768
3769
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 </lyxtabular>
3776
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \begin_layout Standard
3783 さらに、
3784 \series bold
3785
3786 \backslash
3787 vphantom
3788 \series default
3789
3790 \begin_inset Index idx
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794 こまんど@コマンド ! V ! 
3795 \backslash
3796 vphantom
3797 \end_layout
3798
3799 \end_inset
3800
3801 (ツールバーボタン
3802 \begin_inset space ~
3803 \end_inset
3804
3805
3806 \begin_inset Graphics
3807         filename ../../images/math/vphantom.png
3808         scale 85
3809
3810 \end_inset
3811
3812 )および
3813 \series bold
3814
3815 \backslash
3816 hphantom
3817 \series default
3818
3819 \begin_inset Index idx
3820 status collapsed
3821
3822 \begin_layout Plain Layout
3823 こまんど@コマンド ! H ! 
3824 \backslash
3825 hphantom
3826 \end_layout
3827
3828 \end_inset
3829
3830 (ツールバーボタン
3831 \begin_inset space ~
3832 \end_inset
3833
3834
3835 \begin_inset Graphics
3836         filename ../../images/math/hphantom.png
3837         scale 85
3838
3839 \end_inset
3840
3841 )というコマンドもあります。
3842 \series bold
3843
3844 \backslash
3845 vphantom
3846 \series default
3847 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3848 \series bold
3849
3850 \backslash
3851 hphantom
3852 \series default
3853 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3854 \end_layout
3855
3856 \begin_layout Standard
3857 たとえば、
3858 \series bold
3859
3860 \backslash
3861 vphantom
3862 \series default
3863
3864 \begin_inset ERT
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868
3869
3870 \backslash
3871 spce 
3872 \end_layout
3873
3874 \end_inset
3875
3876
3877 \series bold
3878 a
3879 \backslash
3880 int
3881 \series default
3882 は、積分記号
3883 \begin_inset Foot
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889
3890 \backslash
3891 int
3892 \series default
3893 コマンドは、積分記号を生成します。第
3894 \begin_inset CommandInset ref
3895 LatexCommand ref
3896 reference "sub:大演算子"
3897
3898 \end_inset
3899
3900 節を参照してください。
3901 \end_layout
3902
3903 \end_inset
3904
3905 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3906 \begin_inset CommandInset ref
3907 LatexCommand ref
3908 reference "sub:多行にわたる括弧"
3909
3910 \end_inset
3911
3912 節を参照してください。
3913 \end_layout
3914
3915 \begin_layout Standard
3916
3917 \lang english
3918 Placeholders can also be used for text when it is inserted via the menu
3919  
3920 \family sans
3921 Insert\SpecialChar \menuseparator
3922 Formatting\SpecialChar \menuseparator
3923 Phantom
3924 \family default
3925 :
3926 \end_layout
3927
3928 \begin_layout Standard
3929
3930 \lang english
3931 This is a sentence.
3932 \begin_inset Newline newline
3933 \end_inset
3934
3935
3936 \begin_inset Phantom Phantom
3937 status open
3938
3939 \begin_layout Plain Layout
3940
3941 \lang english
3942 This
3943 \end_layout
3944
3945 \end_inset
3946
3947  is a sentence.
3948 \end_layout
3949
3950 \begin_layout Subsection
3951 横線
3952 \begin_inset Index idx
3953 status collapsed
3954
3955 \begin_layout Plain Layout
3956 よこせん@横線
3957 \end_layout
3958
3959 \end_inset
3960
3961
3962 \begin_inset Index idx
3963 status collapsed
3964
3965 \begin_layout Plain Layout
3966 すうしき@数式 ! かせん@下線
3967 \end_layout
3968
3969 \end_inset
3970
3971
3972 \begin_inset Index idx
3973 status collapsed
3974
3975 \begin_layout Plain Layout
3976 ぼうせん@棒線|see
3977 \begin_inset ERT
3978 status collapsed
3979
3980 \begin_layout Plain Layout
3981
3982 {
3983 \end_layout
3984
3985 \end_inset
3986
3987 横線
3988 \begin_inset ERT
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992
3993 }
3994 \end_layout
3995
3996 \end_inset
3997
3998
3999 \end_layout
4000
4001 \end_inset
4002
4003
4004 \end_layout
4005
4006 \begin_layout Standard
4007 \align center
4008 \begin_inset Tabular
4009 <lyxtabular version="3" rows="4" columns="2">
4010 <features tabularvalignment="middle">
4011 <column alignment="center" valignment="top" width="0pt">
4012 <column alignment="center" valignment="top" width="0pt">
4013 <row>
4014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 コマンド
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 出力
4028 \begin_inset Note Note
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032 ここで
4033 \series bold
4034
4035 \backslash
4036 raisebox
4037 \series default
4038 はスペーサーとして使用しているだけです。
4039 \end_layout
4040
4041 \end_inset
4042
4043
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \backslash
4056 overline
4057 \begin_inset ERT
4058 status collapsed
4059
4060 \begin_layout Plain Layout
4061
4062
4063 \backslash
4064 spce 
4065 \end_layout
4066
4067 \end_inset
4068
4069 A+B
4070 \begin_inset Index idx
4071 status collapsed
4072
4073 \begin_layout Plain Layout
4074 こまんど@コマンド ! O ! 
4075 \backslash
4076 overline
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4091 \end_inset
4092
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \backslash
4106 underline
4107 \begin_inset ERT
4108 status collapsed
4109
4110 \begin_layout Plain Layout
4111
4112
4113 \backslash
4114 spce 
4115 \end_layout
4116
4117 \end_inset
4118
4119 A+B
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 こまんど@コマンド ! U ! 
4125 \backslash
4126 underline
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \backslash
4156 overline
4157 \begin_inset ERT
4158 status collapsed
4159
4160 \begin_layout Plain Layout
4161
4162
4163 \backslash
4164 spce 
4165 \end_layout
4166
4167 \end_inset
4168
4169
4170 \backslash
4171 underline
4172 \begin_inset ERT
4173 status collapsed
4174
4175 \begin_layout Plain Layout
4176
4177
4178 \backslash
4179 spce 
4180 \end_layout
4181
4182 \end_inset
4183
4184 A+B
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4194 \end_inset
4195
4196
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 </lyxtabular>
4203
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \begin_layout Standard
4210 上記最後の例では、先に
4211 \series bold
4212
4213 \backslash
4214 overline
4215 \series default
4216 が来ようが
4217 \series bold
4218
4219 \backslash
4220 underline
4221 \series default
4222 が来ようが、関係ありません。
4223 \end_layout
4224
4225 \begin_layout Standard
4226 二重下線を引くには、
4227 \series bold
4228
4229 \backslash
4230 underline
4231 \series default
4232 を二回使います。
4233 \end_layout
4234
4235 \begin_layout Standard
4236 文字の上下6本の線まで引くことができます。
4237 \end_layout
4238
4239 \begin_layout Standard
4240 \begin_inset VSpace bigskip
4241 \end_inset
4242
4243 自製の線は、以下の書式を持つ
4244 \series bold
4245
4246 \backslash
4247 rule
4248 \series default
4249
4250 \begin_inset Index idx
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254 こまんど@こまんど ! R ! 
4255 \backslash
4256 rule
4257 \end_layout
4258
4259 \end_inset
4260
4261 コマンドで作成することができます。
4262 \end_layout
4263
4264 \begin_layout Standard
4265
4266 \series bold
4267
4268 \backslash
4269 rule[垂直オフセット幅]{長さ}{厚み}
4270 \end_layout
4271
4272 \begin_layout Standard
4273 オプションの
4274 \series bold
4275 「垂直オフセット幅
4276 \series default
4277 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4278 \begin_inset CommandInset ref
4279 LatexCommand ref
4280 reference "tab:使用できる単位"
4281
4282 \end_inset
4283
4284 表に掲げてある単位を用いることができます。以下に、
4285 \begin_inset Newline newline
4286 \end_inset
4287
4288
4289 \series bold
4290
4291 \backslash
4292 rule[-2ex]{3cm}{2pt}
4293 \series default
4294  および 
4295 \series bold
4296
4297 \backslash
4298 rule{2cm}{1pt}
4299 \begin_inset Newline newline
4300 \end_inset
4301
4302 というコマンドを用いて作成したふたつの例を例示します。
4303 \end_layout
4304
4305 \begin_layout Standard
4306 この行には、
4307 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4308 \end_inset
4309
4310 二本の線があります。
4311 \end_layout
4312
4313 \begin_layout Standard
4314
4315 \series bold
4316 \lang english
4317
4318 \backslash
4319 rule
4320 \series default
4321  can also be used for text when a line is inserted via the menu 
4322 \family sans
4323 Insert\SpecialChar \menuseparator
4324 Formatting\SpecialChar \menuseparator
4325 Horizontal
4326 \begin_inset space ~
4327 \end_inset
4328
4329 Line
4330 \family default
4331 :
4332 \end_layout
4333
4334 \begin_layout Standard
4335
4336 \lang english
4337 This is a sentence 
4338 \begin_inset CommandInset line
4339 LatexCommand rule
4340 offset "0.5ex"
4341 width "3cm"
4342 height "1pt"
4343
4344 \end_inset
4345
4346  with one line.
4347 \end_layout
4348
4349 \begin_layout Subsection
4350 省略符号
4351 \begin_inset CommandInset label
4352 LatexCommand label
4353 name "sub:省略符号"
4354
4355 \end_inset
4356
4357
4358 \begin_inset Index idx
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 しょうりゃくふごう@省略符号
4363 \end_layout
4364
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \begin_layout Standard
4371 省略符号には、いくつかの種類が使用できます
4372 \begin_inset Foot
4373 status collapsed
4374
4375 \begin_layout Plain Layout
4376 数式ツールバー中の
4377 \begin_inset Graphics
4378         filename ../../images/math/ldots.png
4379         scale 85
4380
4381 \end_inset
4382
4383 ボタンで表示されている下位メニューです。
4384 \end_layout
4385
4386 \end_inset
4387
4388 。列挙のためには、ベースラインの点々(
4389 \series bold
4390
4391 \backslash
4392 ldots
4393 \series default
4394
4395 \begin_inset Index idx
4396 status collapsed
4397
4398 \begin_layout Plain Layout
4399 こまんど@コマンド ! L ! 
4400 \backslash
4401 ldots
4402 \end_layout
4403
4404 \end_inset
4405
4406 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4407 \series bold
4408
4409 \backslash
4410 cdots
4411 \series default
4412
4413 \begin_inset Index idx
4414 status collapsed
4415
4416 \begin_layout Plain Layout
4417 こまんど@コマンド ! C ! 
4418 \backslash
4419 cdots
4420 \end_layout
4421
4422 \end_inset
4423
4424 )が必要です。
4425 \series bold
4426
4427 \backslash
4428 dots
4429 \series default
4430
4431 \begin_inset Index idx
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435 こまんど@コマンド ! D ! 
4436 \backslash
4437 dots
4438 \end_layout
4439
4440 \end_inset
4441
4442 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4443 \end_layout
4444
4445 \begin_layout Standard
4446 \align center
4447 \begin_inset Tabular
4448 <lyxtabular version="3" rows="9" columns="2">
4449 <features tabularvalignment="middle">
4450 <column alignment="center" valignment="top" width="0pt">
4451 <column alignment="center" valignment="top" width="0pt">
4452 <row>
4453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 コマンド
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 出力
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 A_1
4478 \begin_inset ERT
4479 status collapsed
4480
4481 \begin_layout Plain Layout
4482
4483
4484 \backslash
4485 spce 
4486 \end_layout
4487
4488 \end_inset
4489
4490 ,
4491 \backslash
4492 dots
4493 \begin_inset ERT
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497
4498
4499 \backslash
4500 spce 
4501 \end_layout
4502
4503 \end_inset
4504
4505 ,A_n
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 \begin_inset Formula $A_{1},\dots,A_{n}$
4515 \end_inset
4516
4517
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 A_1
4529 \begin_inset ERT
4530 status collapsed
4531
4532 \begin_layout Plain Layout
4533
4534
4535 \backslash
4536 spce 
4537 \end_layout
4538
4539 \end_inset
4540
4541 +
4542 \backslash
4543 dots
4544 \begin_inset ERT
4545 status collapsed
4546
4547 \begin_layout Plain Layout
4548
4549
4550 \backslash
4551 spce 
4552 \end_layout
4553
4554 \end_inset
4555
4556 +A_n
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 \begin_inset Formula $A_{1}+\dots+A_{n}$
4566 \end_inset
4567
4568
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 A_1
4580 \begin_inset ERT
4581 status collapsed
4582
4583 \begin_layout Plain Layout
4584
4585
4586 \backslash
4587 spce 
4588 \end_layout
4589
4590 \end_inset
4591
4592 ,
4593 \backslash
4594 ldots
4595 \begin_inset ERT
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599
4600
4601 \backslash
4602 spce 
4603 \end_layout
4604
4605 \end_inset
4606
4607 ,A_n
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 \begin_inset Formula $A_{1},\ldots,A_{n}$
4617 \end_inset
4618
4619
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 </row>
4625 <row>
4626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 A_1
4631 \begin_inset ERT
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635
4636
4637 \backslash
4638 spce 
4639 \end_layout
4640
4641 \end_inset
4642
4643 +
4644 \backslash
4645 cdots
4646 \begin_inset ERT
4647 status collapsed
4648
4649 \begin_layout Plain Layout
4650
4651
4652 \backslash
4653 spce 
4654 \end_layout
4655
4656 \end_inset
4657
4658 +A_n
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4668 \end_inset
4669
4670
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \backslash
4683 vdots
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 \begin_inset Formula $\vdots$
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \backslash
4708 ddots
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 \begin_inset Formula $\ddots$
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \backslash
4733 iddots
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 \begin_inset Formula $\iddots$
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 いろいろな点々を使った3×3行列
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 \begin_inset Formula $\begin{array}{ccc}
4766 A_{11} & \cdots & A_{1m}\\
4767 \vdots & \ddots & \vdots\\
4768 A_{n1} & \cdots & A_{nm}
4769 \end{array}$
4770 \end_inset
4771
4772
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 </lyxtabular>
4779
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \begin_layout Standard
4786
4787 \family sans
4788 挿入\SpecialChar \menuseparator
4789 省略符号
4790 \family default
4791 メニューで挿入される省略符号は
4792 \series bold
4793
4794 \backslash
4795 ldots
4796 \series default
4797 です。
4798 \end_layout
4799
4800 \begin_layout Standard
4801 \begin_inset VSpace medskip
4802 \end_inset
4803
4804
4805 \lang english
4806 To use 
4807 \series bold
4808
4809 \backslash
4810 iddots
4811 \series default
4812 , one of the options 
4813 \family sans
4814 Use mathdots package (automatically)
4815 \family default
4816  must be set in the document settings under 
4817 \family sans
4818 Math
4819 \begin_inset space ~
4820 \end_inset
4821
4822 Options
4823 \family default
4824 .
4825 \begin_inset Newline newline
4826 \end_inset
4827
4828 Using the option 
4829 \family sans
4830 Use mathdots package
4831 \family default
4832  will improve the appearance of all dots in the documents if their font
4833  style or size is not the default.
4834 \end_layout
4835
4836 \begin_layout Standard
4837 \begin_inset VSpace medskip
4838 \end_inset
4839
4840 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4841 \series bold
4842
4843 \backslash
4844 hdotsfor
4845 \series default
4846
4847 \begin_inset Index idx
4848 status collapsed
4849
4850 \begin_layout Plain Layout
4851 こまんど@コマンド ! H ! 
4852 \backslash
4853 hdotsfor
4854 \end_layout
4855
4856 \end_inset
4857
4858 コマンドで作ることができます。
4859 \end_layout
4860
4861 \begin_layout Standard
4862
4863 \series bold
4864
4865 \backslash
4866 hdotsfor[距離]{列数}
4867 \end_layout
4868
4869 \begin_layout Standard
4870 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4871 \end_layout
4872
4873 \begin_layout Standard
4874 以下の行列では、2行目の1つ目の枠に
4875 \series bold
4876
4877 \backslash
4878 hdotsfor[2]{4}
4879 \series default
4880 を挿入して、
4881 \series bold
4882
4883 \backslash
4884 dots
4885 \series default
4886 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4887 \begin_inset Formula \[
4888 \left(\begin{array}{cccc}
4889 A & B & C & D\\
4890 \hdotsfor[2]{4}\\
4891 q & w & e & r
4892 \end{array}\right)\]
4893
4894 \end_inset
4895
4896 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4897 \end_layout
4898
4899 \begin_layout Standard
4900 \begin_inset VSpace bigskip
4901 \end_inset
4902
4903 さらに、
4904 \series bold
4905
4906 \backslash
4907 dotfill
4908 \series default
4909
4910 \begin_inset Index idx
4911 status collapsed
4912
4913 \begin_layout Plain Layout
4914 こまんど@コマンド ! D ! 
4915 \backslash
4916 dotfill
4917 \end_layout
4918
4919 \end_inset
4920
4921 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4922 \series bold
4923
4924 \backslash
4925 hfill
4926 \series default
4927 と同様のものです。第
4928 \begin_inset CommandInset ref
4929 LatexCommand ref
4930 reference "sub:可変長の空白"
4931
4932 \end_inset
4933
4934 節をご参照下さい。
4935 \end_layout
4936
4937 \begin_layout Standard
4938 たとえば、
4939 \series bold
4940 A
4941 \backslash
4942 dotfill
4943 \begin_inset ERT
4944 status collapsed
4945
4946 \begin_layout Plain Layout
4947
4948
4949 \backslash
4950 spce 
4951 \end_layout
4952
4953 \end_inset
4954
4955 B
4956 \series default
4957 コマンドは、
4958 \end_layout
4959
4960 \begin_layout Standard
4961 \begin_inset Formula $A\dotfill B$
4962 \end_inset
4963
4964
4965 \end_layout
4966
4967 \begin_layout Standard
4968 のようになります。
4969 \series bold
4970 点々を使う
4971 \backslash
4972 dotfill
4973 \series default
4974 の直線版として、
4975 \series bold
4976
4977 \backslash
4978 hrulefill
4979 \series default
4980
4981 \begin_inset Index idx
4982 status collapsed
4983
4984 \begin_layout Plain Layout
4985 こまんど@コマンド ! H ! 
4986 \backslash
4987 hrulefill
4988 \end_layout
4989
4990 \end_inset
4991
4992
4993 \end_layout
4994
4995 \begin_layout Standard
4996 \begin_inset Formula $A\hrulefill B$
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5004 \end_layout
5005
5006 \begin_layout Section
5007 行列
5008 \begin_inset CommandInset label
5009 LatexCommand label
5010 name "sec:行列"
5011
5012 \end_inset
5013
5014
5015 \begin_inset Index idx
5016 status collapsed
5017
5018 \begin_layout Plain Layout
5019 ぎょうれつ@行列
5020 \end_layout
5021
5022 \end_inset
5023
5024
5025 \end_layout
5026
5027 \begin_layout Standard
5028 行列は、数式ツールバーボタンの
5029 \begin_inset Graphics
5030         filename ../../images/dialog-show_mathmatrix.png
5031         scale 85
5032
5033 \end_inset
5034
5035
5036 \family sans
5037 挿入\SpecialChar \menuseparator
5038 数式\SpecialChar \menuseparator
5039 行列
5040 \family default
5041 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5042 \lang english
5043 and the decoration
5044 \end_layout
5045
5046 \begin_layout Standard
5047 最初の行列は「上」配置
5048 \begin_inset Formula $\begin{array}[t]{cccc}
5049 A & D & G & J\\
5050 B & E & H & K\\
5051 C & F & I & L
5052 \end{array}$
5053 \end_inset
5054
5055 で、二番目は「中央」配置
5056 \begin_inset Formula $\begin{array}{cccc}
5057 A & D & G & J\\
5058 B & E & H & K\\
5059 C & F & I & L
5060 \end{array}$
5061 \end_inset
5062
5063 、三番目は「下」配置
5064 \begin_inset Formula $\begin{array}[b]{cccc}
5065 A & D & G & J\\
5066 B & E & H & K\\
5067 C & F & I & L
5068 \end{array}$
5069 \end_inset
5070
5071 です。
5072 \end_layout
5073
5074 \begin_layout Standard
5075 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5076 \emph on
5077 l
5078 \emph default
5079 は左寄せ、
5080 \emph on
5081 c
5082 \emph default
5083 は中央揃え、
5084 \emph on
5085 r
5086 \emph default
5087 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5088 \series bold
5089 ×
5090 \series default
5091 4行列を作成するには、水平配置のところに
5092 \series bold
5093 lccr
5094 \series default
5095 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5096 \series bold
5097 c
5098 \series default
5099 です。
5100 \end_layout
5101
5102 \begin_layout Standard
5103 水平行列の例です。
5104 \end_layout
5105
5106 \begin_layout Standard
5107
5108 \series bold
5109 lll
5110 \series default
5111  : 
5112 \begin_inset Formula $\begin{array}{lll}
5113 10000 & D & G\\
5114 B & 10000 & H\\
5115 C & F & 10000
5116 \end{array}$
5117 \end_inset
5118
5119  , 
5120 \series bold
5121 ccc
5122 \series default
5123  : 
5124 \begin_inset Formula $\begin{array}{ccc}
5125 10000 & D & G\\
5126 B & 10000 & H\\
5127 C & F & 10000
5128 \end{array}$
5129 \end_inset
5130
5131  , 
5132 \series bold
5133 rrr
5134 \series default
5135  : 
5136 \begin_inset Formula $\begin{array}{rrr}
5137 10000 & D & G\\
5138 B & 10000 & H\\
5139 C & F & 10000
5140 \end{array}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \begin_layout Standard
5147 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5148 \begin_inset Graphics
5149         filename ../../images/tabular-feature_append-row.png
5150         scale 85
5151
5152 \end_inset
5153
5154
5155 \begin_inset Graphics
5156         filename ../../images/tabular-feature_delete-row.png
5157         scale 85
5158
5159 \end_inset
5160
5161 などや
5162 \family sans
5163 編集\SpecialChar \menuseparator
5164 行と列
5165 \family default
5166 メニューを使用することができます。また、行は
5167 \begin_inset Info
5168 type  "shortcut"
5169 arg   "newline-insert newline"
5170 \end_inset
5171
5172 で作成することもできます。
5173 \end_layout
5174
5175 \begin_layout Standard
5176 \begin_inset VSpace bigskip
5177 \end_inset
5178
5179
5180 \lang english
5181 The 
5182 \family sans
5183 Decoration
5184 \family default
5185  adds parentheses in the selected style around the matrix.
5186  Alternatively, parentheses can can either be created with the
5187 \lang japanese
5188  行列を囲む括弧は、
5189 \series bold
5190
5191 \backslash
5192 left
5193 \series default
5194
5195 \begin_inset Index idx
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199 こまんど@コマンド ! L ! 
5200 \backslash
5201 left
5202 \end_layout
5203
5204 \end_inset
5205
5206 コマンドや
5207 \series bold
5208
5209 \backslash
5210 right
5211 \series default
5212
5213 \begin_inset Index idx
5214 status collapsed
5215
5216 \begin_layout Plain Layout
5217 こまんど@コマンド ! R ! 
5218 \backslash
5219 right
5220 \end_layout
5221
5222 \end_inset
5223
5224 コマンドで作成することができます(短絡キー
5225 \family sans
5226 Alt+M
5227 \begin_inset space ~
5228 \end_inset
5229
5230 Parenthesis
5231 \family default
5232 )。第
5233 \begin_inset CommandInset ref
5234 LatexCommand ref
5235 reference "sub:自動の括弧丈"
5236
5237 \end_inset
5238
5239 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5240 \begin_inset VSpace medskip
5241 \end_inset
5242
5243
5244 \end_layout
5245
5246 \begin_layout Standard
5247 \begin_inset space \hfill{}
5248 \end_inset
5249
5250
5251 \begin_inset Tabular
5252 <lyxtabular version="3" rows="4" columns="2">
5253 <features tabularvalignment="middle">
5254 <column alignment="center" valignment="top" width="0">
5255 <column alignment="center" valignment="top" width="0">
5256 <row>
5257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 コマンド
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 出力
5271 \begin_inset Note Note
5272 status collapsed
5273
5274 \begin_layout Plain Layout
5275 ここで
5276 \series bold
5277
5278 \backslash
5279 raisebox
5280 \series default
5281 はスペーサーとして使用しているだけです。
5282 \end_layout
5283
5284 \end_inset
5285
5286
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \backslash
5299 bmatrix
5300 \begin_inset ERT
5301 status collapsed
5302
5303 \begin_layout Plain Layout
5304
5305
5306 \backslash
5307 spce 
5308 \end_layout
5309
5310 \end_inset
5311
5312 2
5313 \series bold
5314 ×
5315 \series default
5316 2
5317 \begin_inset space \thinspace{}
5318 \end_inset
5319
5320 matrix
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5330 0 & \textrm{-}\mathrm{i}\\
5331 \mathrm{i} & 0
5332 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346
5347 \backslash
5348 Bmatrix
5349 \begin_inset ERT
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353
5354
5355 \backslash
5356 spce 
5357 \end_layout
5358
5359 \end_inset
5360
5361 2
5362 \series bold
5363 ×
5364 \series default
5365 2
5366 \begin_inset space \thinspace{}
5367 \end_inset
5368
5369 matrix
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5379 0 & \textrm{-}\mathrm{i}\\
5380 \mathrm{i} & 0
5381 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5382 \end_inset
5383
5384
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395
5396 \backslash
5397 pmatrix
5398 \begin_inset ERT
5399 status collapsed
5400
5401 \begin_layout Plain Layout
5402
5403
5404 \backslash
5405 spce 
5406 \end_layout
5407
5408 \end_inset
5409
5410 2
5411 \series bold
5412 ×
5413 \series default
5414 2
5415 \begin_inset space \thinspace{}
5416 \end_inset
5417
5418 matrix
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5428 0 & \textrm{-}\mathrm{i}\\
5429 \mathrm{i} & 0
5430 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 </row>
5439 </lyxtabular>
5440
5441 \end_inset
5442
5443
5444 \begin_inset space \hfill{}
5445 \end_inset
5446
5447
5448 \begin_inset Tabular
5449 <lyxtabular version="3" rows="4" columns="2">
5450 <features tabularvalignment="middle">
5451 <column alignment="center" valignment="top" width="0">
5452 <column alignment="center" valignment="top" width="0">
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 コマンド
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 出力
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478
5479 \backslash
5480 vmatrix
5481 \begin_inset ERT
5482 status collapsed
5483
5484 \begin_layout Plain Layout
5485
5486
5487 \backslash
5488 spce 
5489 \end_layout
5490
5491 \end_inset
5492
5493 2
5494 \series bold
5495 ×
5496 \series default
5497 2
5498 \begin_inset space \thinspace{}
5499 \end_inset
5500
5501 matrix
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5511 0 & \textrm{-}\mathrm{i}\\
5512 \mathrm{i} & 0
5513 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527
5528 \backslash
5529 Vmatrix
5530 \begin_inset ERT
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534
5535
5536 \backslash
5537 spce 
5538 \end_layout
5539
5540 \end_inset
5541
5542 2
5543 \series bold
5544 ×
5545 \series default
5546 2
5547 \begin_inset space \thinspace{}
5548 \end_inset
5549
5550 matrix
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5560 0 & \textrm{-}\mathrm{i}\\
5561 \mathrm{i} & 0
5562 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \backslash
5578 matrix
5579 \begin_inset ERT
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583
5584
5585 \backslash
5586 spce 
5587 \end_layout
5588
5589 \end_inset
5590
5591 2
5592 \series bold
5593 ×
5594 \series default
5595 2
5596 \begin_inset space \thinspace{}
5597 \end_inset
5598
5599 matrix
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5609 0 & \textrm{-}\mathrm{i}\\
5610 \mathrm{i} & 0
5611 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 </row>
5620 </lyxtabular>
5621
5622 \end_inset
5623
5624
5625 \begin_inset space \hfill{}
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Standard
5632 \begin_inset VSpace medskip
5633 \end_inset
5634
5635 たとえば
5636 \series bold
5637
5638 \backslash
5639 vmatrix
5640 \series default
5641 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5642 \end_layout
5643
5644 \begin_layout Standard
5645 \begin_inset VSpace bigskip
5646 \end_inset
5647
5648 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5649 \begin_inset CommandInset ref
5650 LatexCommand ref
5651 reference "sub:列間"
5652
5653 \end_inset
5654
5655 節に説明されている距離
5656 \series bold
5657
5658 \backslash
5659 arraycolsep
5660 \series default
5661
5662 \begin_inset Index idx
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 こまんど@コマンド ! A ! 
5667 \backslash
5668 arraycolsep
5669 \end_layout
5670
5671 \end_inset
5672
5673 をここでも使用することができます。
5674 \end_layout
5675
5676 \begin_layout Standard
5677 行間隔を変更するには、
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683
5684 \begin_inset Index idx
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 こまんど@コマンド ! A ! 
5689 \backslash
5690 arraystretch
5691 \end_layout
5692
5693 \end_inset
5694
5695 コマンドを使用します。以下のようにして使用します。
5696 \end_layout
5697
5698 \begin_layout Standard
5699
5700 \series bold
5701
5702 \backslash
5703 renewcommand{
5704 \backslash
5705 arraystretch}{伸長因子}
5706 \begin_inset Index idx
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 こまんど@コマンド ! R ! 
5711 \backslash
5712 renewcommand
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721
5722 \series bold
5723
5724 \backslash
5725 renewcommand
5726 \series default
5727 コマンドは、伸長因子を定義済みの
5728 \series bold
5729
5730 \backslash
5731 arraystretch
5732 \series default
5733 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5734 は、
5735 \series bold
5736
5737 \backslash
5738 arraystretch
5739 \series default
5740 に因子1を割り当てて下さい。
5741 \end_layout
5742
5743 \begin_layout Standard
5744 本文行中に行列を入れるには、
5745 \series bold
5746
5747 \backslash
5748 smallmatrix
5749 \series default
5750
5751 \begin_inset Index idx
5752 status collapsed
5753
5754 \begin_layout Plain Layout
5755 こまんど@コマンド ! S ! 
5756 \backslash
5757 smallmatrix
5758 \end_layout
5759
5760 \end_inset
5761
5762 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5763 \end_layout
5764
5765 \begin_layout Standard
5766 これは、本文行中の行列
5767 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5768 C & D
5769 \end{smallmatrix}\right)$
5770 \end_inset
5771
5772 です。
5773 \end_layout
5774
5775 \begin_layout Section
5776 括弧と区分記号
5777 \begin_inset Index idx
5778 status collapsed
5779
5780 \begin_layout Plain Layout
5781 かっこ@括弧
5782 \end_layout
5783
5784 \end_inset
5785
5786
5787 \begin_inset Index idx
5788 status collapsed
5789
5790 \begin_layout Plain Layout
5791 くぶんきごう@区分記号
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Subsection
5800 垂直括弧と区分記号
5801 \begin_inset Index idx
5802 status collapsed
5803
5804 \begin_layout Plain Layout
5805 かっこ@括弧 ! すいちょく@垂直
5806 \end_layout
5807
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \begin_layout Standard
5814 \begin_inset space \hfill{}
5815 \end_inset
5816
5817
5818 \begin_inset Tabular
5819 <lyxtabular version="3" rows="9" columns="2">
5820 <features tabularvalignment="middle">
5821 <column alignment="center" valignment="top" width="0pt">
5822 <column alignment="center" valignment="top" width="0pt">
5823 <row>
5824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 コマンド
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 出力
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 (
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $($
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 {
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $\{$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 [
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Formula $[$
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \backslash
5919 langle
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 \begin_inset Formula $\langle$
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 </row>
5937 <row>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942
5943 \backslash
5944 lceil
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 \begin_inset Formula $\lceil$
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967
5968 \backslash
5969 lfloor
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 \begin_inset Formula $\lfloor$
5979 \end_inset
5980
5981
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 /
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 \begin_inset Formula $/$
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 \begin_inset Formula $|$
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Formula $|$
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 </lyxtabular>
6037
6038 \end_inset
6039
6040
6041 \begin_inset space \hfill{}
6042 \end_inset
6043
6044
6045 \begin_inset Tabular
6046 <lyxtabular version="3" rows="9" columns="2">
6047 <features tabularvalignment="middle">
6048 <column alignment="center" valignment="top" width="0pt">
6049 <column alignment="center" valignment="top" width="0pt">
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 コマンド
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 出力
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 <row>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 )
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $)$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 }
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Formula $\}$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 ]
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $]$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \backslash
6146 rangle
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 \begin_inset Formula $\rangle$
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \backslash
6171 rceil
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\rceil$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \backslash
6196 rfloor
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Formula $\rfloor$
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 <row>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219
6220 \backslash
6221
6222 \backslash
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 \begin_inset Formula $\backslash$
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \backslash
6248
6249 \begin_inset Formula $|$
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 \begin_inset Formula $\|$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 </lyxtabular>
6271
6272 \end_inset
6273
6274
6275 \begin_inset space \hfill{}
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \begin_layout Standard
6282 \begin_inset Note Greyedout
6283 status open
6284
6285 \begin_layout Plain Layout
6286
6287 \series bold
6288 (注意)
6289 \series default
6290 TeXモードでは、
6291 \backslash
6292
6293 \backslash
6294 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6295 \series bold
6296
6297 \backslash
6298 textbackslash
6299 \series default
6300
6301 \begin_inset Index idx
6302 status collapsed
6303
6304 \begin_layout Plain Layout
6305 こまんど@コマンド! T ! 
6306 \backslash
6307 textbackslash
6308 \end_layout
6309
6310 \end_inset
6311
6312 を使わなくてはなりません。
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6322 \series bold
6323
6324 \backslash
6325 langle
6326 \series default
6327
6328 \series bold
6329
6330 \backslash
6331 rangle
6332 \series default
6333 コマンドを使用せずに
6334 \begin_inset Formula $<$
6335 \end_inset
6336
6337
6338 \begin_inset Formula $>$
6339 \end_inset
6340
6341 の文字を直接使用することができます。
6342 \end_layout
6343
6344 \begin_layout Subsubsection
6345 手動の括弧丈
6346 \begin_inset CommandInset label
6347 LatexCommand label
6348 name "sub:手動の括弧丈"
6349
6350 \end_inset
6351
6352
6353 \begin_inset Index idx
6354 status collapsed
6355
6356 \begin_layout Plain Layout
6357 かっこたけ@括弧丈 ! しゅどう@手動
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \begin_layout Standard
6366 括弧の丈は、LaTeXコマンドの
6367 \series bold
6368
6369 \backslash
6370 big
6371 \series default
6372
6373 \begin_inset Index idx
6374 status collapsed
6375
6376 \begin_layout Plain Layout
6377 こまんど@コマンド ! B ! 
6378 \backslash
6379 big
6380 \end_layout
6381
6382 \end_inset
6383
6384
6385 \series bold
6386
6387 \backslash
6388 Big
6389 \series default
6390
6391 \series bold
6392
6393 \backslash
6394 bigg
6395 \series default
6396 および
6397 \series bold
6398
6399 \backslash
6400 Bigg
6401 \series default
6402 を使って、手動で指定することができます。
6403 \series bold
6404
6405 \backslash
6406 big
6407 \series default
6408 が最小の大きさであり、
6409 \series bold
6410
6411 \backslash
6412 Bigg
6413 \series default
6414 が最大の括弧丈になります。
6415 \end_layout
6416
6417 \begin_layout Standard
6418 これらのコマンドは、括弧の階層を強調するのに使われます。
6419 \end_layout
6420
6421 \begin_layout Standard
6422 \align center
6423 \begin_inset Tabular
6424 <lyxtabular version="3" rows="2" columns="2">
6425 <features tabularvalignment="middle">
6426 <column alignment="center" valignment="top" width="0pt">
6427 <column alignment="center" valignment="top" width="0pt">
6428 <row>
6429 <cell alignment="center" valignment="top" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 すべての括弧が同じ大きさ:
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 こちらの方が良い:
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 </lyxtabular>
6475
6476 \end_inset
6477
6478
6479 \begin_inset Note Note
6480 status collapsed
6481
6482 \begin_layout Plain Layout
6483 ここで
6484 \series bold
6485
6486 \backslash
6487 raisebox
6488 \series default
6489 はスペーサーとして使用しているだけです。
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \begin_layout Standard
6498 二つ目の数式では、
6499 \series bold
6500
6501 \backslash
6502 Big((A+B)(A-B)
6503 \backslash
6504 Big)^
6505 \begin_inset ERT
6506 status collapsed
6507
6508 \begin_layout Plain Layout
6509
6510
6511 \backslash
6512 spce 
6513 \end_layout
6514
6515 \end_inset
6516
6517 C
6518 \series default
6519 というコマンドが使われています。
6520 \end_layout
6521
6522 \begin_layout Standard
6523 以下は、すべての括弧丈の羅列です。
6524 \end_layout
6525
6526 \begin_layout Standard
6527 \align center
6528
6529 \backslash
6530 Bigg(
6531 \backslash
6532 exp
6533 \backslash
6534 bigg
6535 \begin_inset Formula $<$
6536 \end_inset
6537
6538
6539 \backslash
6540 Big[
6541 \backslash
6542 big{
6543 \backslash
6544 ln(3x)
6545 \backslash
6546 big}^2
6547 \begin_inset ERT
6548 status collapsed
6549
6550 \begin_layout Plain Layout
6551
6552
6553 \backslash
6554 spce 
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \backslash
6561 sin(x)
6562 \backslash
6563 Big]^
6564 \begin_inset ERT
6565 status collapsed
6566
6567 \begin_layout Plain Layout
6568
6569
6570 \backslash
6571 spce 
6572 \end_layout
6573
6574 \end_inset
6575
6576 A
6577 \begin_inset ERT
6578 status collapsed
6579
6580 \begin_layout Plain Layout
6581
6582
6583 \backslash
6584 spce 
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \backslash
6591 bigg
6592 \begin_inset Formula $>$
6593 \end_inset
6594
6595
6596 \backslash
6597 Bigg)^0,5
6598 \end_layout
6599
6600 \begin_layout Standard
6601 \align center
6602 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \begin_layout Standard
6609
6610 \series bold
6611
6612 \backslash
6613 big
6614 \series default
6615 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6616 \series bold
6617
6618 \backslash
6619 bigm
6620 \series default
6621
6622 \begin_inset Index idx
6623 status collapsed
6624
6625 \begin_layout Plain Layout
6626 こまんど@コマンド ! B ! 
6627 \backslash
6628 bigm
6629 \end_layout
6630
6631 \end_inset
6632
6633 という派生型と、空白を追加しない
6634 \series bold
6635
6636 \backslash
6637 bigl
6638 \series default
6639 -
6640 \series bold
6641
6642 \backslash
6643 bigr
6644 \series default
6645
6646 \begin_inset Index idx
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 こまんど@コマンド ! B ! 
6651 \backslash
6652 bigl - 
6653 \backslash
6654 bigr
6655 \end_layout
6656
6657 \end_inset
6658
6659 派生型があります。
6660 \series bold
6661
6662 \backslash
6663 bigl
6664 \series default
6665 コマンドの最後の
6666 \emph on
6667 l
6668 \emph default
6669 は、左括弧であることを示し、右括弧の場合には、
6670 \emph on
6671 l
6672 \emph default
6673 の代わりに
6674 \emph on
6675 r
6676 \emph default
6677 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6678 \end_layout
6679
6680 \begin_layout Standard
6681 以下の表は、これらの派生型の比較です。
6682 \end_layout
6683
6684 \begin_layout Standard
6685 \align center
6686 \begin_inset Tabular
6687 <lyxtabular version="3" rows="5" columns="2">
6688 <features tabularvalignment="middle">
6689 <column alignment="center" valignment="middle" width="0">
6690 <column alignment="center" valignment="middle" width="0">
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 コマンド
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 出力
6706 \begin_inset Note Note
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710 ここで
6711 \series bold
6712
6713 \backslash
6714 raisebox
6715 \series default
6716 はスペーサーとして使用しているだけです。
6717 \end_layout
6718
6719 \end_inset
6720
6721
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 </row>
6727 <row>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \backslash
6734 Bigm(
6735 \backslash
6736 bigm(
6737 \backslash
6738 ln(3x)
6739 \backslash
6740 bigm)^2
6741 \series bold
6742
6743 \begin_inset ERT
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747
6748
6749 \backslash
6750 spce 
6751 \end_layout
6752
6753 \end_inset
6754
6755
6756 \series default
6757
6758 \backslash
6759 Bigm)
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 </row>
6777 <row>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782
6783 \backslash
6784 Big(
6785 \backslash
6786 big(
6787 \backslash
6788 ln(3x)
6789 \backslash
6790 big)^2
6791 \series bold
6792
6793 \begin_inset ERT
6794 status collapsed
6795
6796 \begin_layout Plain Layout
6797
6798
6799 \backslash
6800 spce 
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \series default
6807
6808 \backslash
6809 Big)
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6819 \end_inset
6820
6821
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 </row>
6827 <row>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \backslash
6834 Bigl(
6835 \backslash
6836 bigl(
6837 \backslash
6838 ln(3x)
6839 \backslash
6840 bigr)^2
6841 \series bold
6842
6843 \begin_inset ERT
6844 status collapsed
6845
6846 \begin_layout Plain Layout
6847
6848
6849 \backslash
6850 spce 
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \series default
6857
6858 \backslash
6859 Bigr)
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 </row>
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882
6883 \backslash
6884 bigl)
6885 \backslash
6886 ln(3x)
6887 \backslash
6888 bigr(
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 </lyxtabular>
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \begin_layout Subsubsection
6914 自動の括弧丈
6915 \begin_inset CommandInset label
6916 LatexCommand label
6917 name "sub:自動の括弧丈"
6918
6919 \end_inset
6920
6921
6922 \begin_inset Index idx
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926 かっこたけ@括弧丈 ! じどう@自動
6927 \end_layout
6928
6929 \end_inset
6930
6931
6932 \end_layout
6933
6934 \begin_layout Standard
6935 可変の丈を持つ括弧は、
6936 \series bold
6937
6938 \backslash
6939 left
6940 \series default
6941
6942 \begin_inset Index idx
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 こまんど@コマンド ! L ! 
6947 \backslash
6948 left
6949 \end_layout
6950
6951 \end_inset
6952
6953 コマンドおよび
6954 \series bold
6955
6956 \backslash
6957 right
6958 \series default
6959
6960 \begin_inset Index idx
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964 こまんど@コマンド ! R ! 
6965 \backslash
6966 right
6967 \end_layout
6968
6969 \end_inset
6970
6971 コマンド、あるいは数式ツールバーボタンの
6972 \begin_inset Graphics
6973         filename ../../images/dialog-show_mathdelimiter.png
6974         scale 85
6975
6976 \end_inset
6977
6978 で挿入することができます。
6979 \series bold
6980
6981 \backslash
6982 left
6983 \series default
6984 および
6985 \series bold
6986
6987 \backslash
6988 right
6989 \series default
6990 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6991 \end_layout
6992
6993 \begin_layout Standard
6994 \align center
6995 通常の括弧:
6996 \series bold
6997
6998 \backslash
6999 ln(
7000 \backslash
7001 frac
7002 \begin_inset ERT
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006
7007
7008 \backslash
7009 spce 
7010 \end_layout
7011
7012 \end_inset
7013
7014 A
7015 \begin_inset Formula $\downarrow$
7016 \end_inset
7017
7018 C
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024
7025 \backslash
7026 spce 
7027 \end_layout
7028
7029 \end_inset
7030
7031 )
7032 \series default
7033 というコマンドは
7034 \begin_inset Formula \[
7035 \ln(\frac{A}{C})\]
7036
7037 \end_inset
7038
7039 を生成します。
7040 \end_layout
7041
7042 \begin_layout Standard
7043 \align center
7044 複数行の括弧:
7045 \series bold
7046
7047 \backslash
7048 ln
7049 \backslash
7050 left(
7051 \backslash
7052 frac
7053 \begin_inset ERT
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057
7058
7059 \backslash
7060 spce 
7061 \end_layout
7062
7063 \end_inset
7064
7065 A
7066 \begin_inset Formula $\downarrow$
7067 \end_inset
7068
7069 C
7070 \begin_inset ERT
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074
7075
7076 \backslash
7077 spce 
7078 \end_layout
7079
7080 \end_inset
7081
7082
7083 \backslash
7084 right)
7085 \series default
7086 というコマンドは
7087 \begin_inset Formula \[
7088 \ln\left(\frac{A}{C}\right)\]
7089
7090 \end_inset
7091
7092 を生成します。
7093 \end_layout
7094
7095 \begin_layout Standard
7096
7097 \series bold
7098
7099 \backslash
7100 left
7101 \series default
7102
7103 \series bold
7104
7105 \backslash
7106 right
7107 \series default
7108 の代わりに、短絡キー
7109 \family sans
7110 Alt+M
7111 \begin_inset space ~
7112 \end_inset
7113
7114 括弧
7115 \family default
7116 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7117 \begin_inset Newline newline
7118 \end_inset
7119
7120 すると、先ほどの例を作るコマンドは
7121 \series bold
7122
7123 \backslash
7124 ln Alt+M
7125 \series default
7126  
7127 \series bold
7128 (
7129 \backslash
7130 frac
7131 \begin_inset ERT
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135
7136
7137 \backslash
7138 spce 
7139 \end_layout
7140
7141 \end_inset
7142
7143 A
7144 \begin_inset Formula $\downarrow$
7145 \end_inset
7146
7147 C
7148 \series default
7149 となります。
7150 \end_layout
7151
7152 \begin_layout Standard
7153 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7154 \series bold
7155
7156 \backslash
7157 left.
7158 \backslash
7159 frac
7160 \begin_inset ERT
7161 status collapsed
7162
7163 \begin_layout Plain Layout
7164
7165
7166 \backslash
7167 spce 
7168 \end_layout
7169
7170 \end_inset
7171
7172 A
7173 \begin_inset Formula $\downarrow$
7174 \end_inset
7175
7176 B
7177 \begin_inset ERT
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181
7182
7183 \backslash
7184 spce 
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \backslash
7191 right}
7192 \series default
7193 というコマンドは
7194 \series bold
7195
7196 \begin_inset Formula \[
7197 \left.\frac{A}{B}\right\} \]
7198
7199 \end_inset
7200
7201 を生成します。
7202 \backslash
7203 left
7204 \series default
7205 コマンドおよび
7206 \series bold
7207
7208 \backslash
7209 right
7210 \series default
7211 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7212 \end_layout
7213
7214 \begin_layout Standard
7215 \begin_inset VSpace bigskip
7216 \end_inset
7217
7218 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7219 \series bold
7220
7221 \backslash
7222 middle
7223 \series default
7224
7225 \begin_inset Index idx
7226 status collapsed
7227
7228 \begin_layout Plain Layout
7229 こまんど@コマンド ! M ! 
7230 \backslash
7231 middle
7232 \end_layout
7233
7234 \end_inset
7235
7236 コマンドも使用することができます
7237 \begin_inset Foot
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242 \series bold
7243 (訳註)
7244 \series default
7245 pLaTeXでは、標準では
7246 \series bold
7247
7248 \backslash
7249 middle
7250 \series default
7251 コマンドは使えません。よって、以下の例では「
7252 \series bold
7253
7254 \backslash
7255 middle
7256 \series default
7257
7258 \begin_inset Formula $|$
7259 \end_inset
7260
7261 」の代わりに「
7262 \series bold
7263
7264 \backslash
7265 biggm
7266 \series default
7267
7268 \begin_inset Formula $|$
7269 \end_inset
7270
7271 」を用いています。
7272 \end_layout
7273
7274 \end_inset
7275
7276 。このコマンドでは、物理ベクトル
7277 \begin_inset Formula \[
7278 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7279
7280 \end_inset
7281
7282 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7283 \begin_inset CommandInset ref
7284 LatexCommand ref
7285 reference "sub:物理ベクトル"
7286
7287 \end_inset
7288
7289 節に説明されているように特殊なLaTeXパッケージがあります。
7290 \end_layout
7291
7292 \begin_layout Subsection
7293 水平括弧
7294 \begin_inset Index idx
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298 かっこ@括弧 ! すいへい@水平
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \begin_layout Standard
7307 \align center
7308 \begin_inset Tabular
7309 <lyxtabular version="3" rows="4" columns="2">
7310 <features tabularvalignment="middle">
7311 <column alignment="center" valignment="top" width="0pt">
7312 <column alignment="center" valignment="top" width="0pt">
7313 <row>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 コマンド
7319 \begin_inset Note Note
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323 ここで
7324 \series bold
7325
7326 \backslash
7327 raisebox
7328 \series default
7329 はスペーサーとして使用しているだけです。
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 出力
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 raisebox{2.3mm}{
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \backslash
7368 overbrace
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 spce 
7377 \end_layout
7378
7379 \end_inset
7380
7381 A+B
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 spce 
7390 \end_layout
7391
7392 \end_inset
7393
7394 ^
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 spce 
7403 \end_layout
7404
7405 \end_inset
7406
7407 3
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413 }
7414 \end_layout
7415
7416 \end_inset
7417
7418
7419 \begin_inset Index idx
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423 こまんど@コマンド ! O ! 
7424 \backslash
7425 overbrace
7426 \end_layout
7427
7428 \end_inset
7429
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 \begin_inset Formula $\overbrace{A+B}^{3}$
7440 \end_inset
7441
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row>
7449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 \begin_inset ERT
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457
7458
7459 \backslash
7460 raisebox{-2.2mm}{
7461 \end_layout
7462
7463 \end_inset
7464
7465
7466 \backslash
7467 underbrace
7468 \begin_inset ERT
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472
7473
7474 \backslash
7475 spce 
7476 \end_layout
7477
7478 \end_inset
7479
7480 A+B
7481 \begin_inset ERT
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485
7486
7487 \backslash
7488 spce 
7489 \end_layout
7490
7491 \end_inset
7492
7493 _5
7494 \begin_inset ERT
7495 status collapsed
7496
7497 \begin_layout Plain Layout
7498
7499 }
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \begin_inset Index idx
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509 こまんど@コマンド ! U ! 
7510 \backslash
7511 underbrace
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 \begin_inset Formula $\underbrace{A+B}_{5}$
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 <row>
7535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \backslash
7541 overbrace
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 spce 
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \backslash
7556 underbrace
7557 \begin_inset ERT
7558 status collapsed
7559
7560 \begin_layout Plain Layout
7561
7562
7563 \backslash
7564 spce 
7565 \end_layout
7566
7567 \end_inset
7568
7569 A+B_w
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575
7576 \backslash
7577 spce 
7578 \end_layout
7579
7580 \end_inset
7581
7582
7583 \begin_inset ERT
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587
7588
7589 \backslash
7590 spce 
7591 \end_layout
7592
7593 \end_inset
7594
7595 _7
7596 \begin_inset ERT
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600
7601
7602 \backslash
7603 spce 
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \begin_inset ERT
7610 status collapsed
7611
7612 \begin_layout Plain Layout
7613
7614
7615 \backslash
7616 spce 
7617 \end_layout
7618
7619 \end_inset
7620
7621 ^
7622 \begin_inset ERT
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626
7627
7628 \backslash
7629 spce 
7630 \end_layout
7631
7632 \end_inset
7633
7634 C
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 </lyxtabular>
7653
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \begin_layout Standard
7660 最後の例では、
7661 \series bold
7662
7663 \backslash
7664 overbrace
7665 \series default
7666 が先に挿入されようが
7667 \series bold
7668
7669 \backslash
7670 underbrace
7671 \series default
7672 が先に挿入されようが代わりはありません。
7673 \end_layout
7674
7675 \begin_layout Standard
7676 \begin_inset VSpace bigskip
7677 \end_inset
7678
7679 括弧をお互いに重ねる必要がある場合には、第
7680 \begin_inset CommandInset ref
7681 LatexCommand ref
7682 reference "sec:多行数式"
7683
7684 \end_inset
7685
7686 節に説明されているように、次のような多行数式を使わなくてはなりません。
7687 \begin_inset Formula \begin{eqnarray*}
7688 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7689  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7690 \end{eqnarray*}
7691
7692 \end_inset
7693
7694 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7695 \begin_inset Foot
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699 空白コマンドは第
7700 \begin_inset CommandInset ref
7701 LatexCommand ref
7702 reference "sub:定義済みの空白"
7703
7704 \end_inset
7705
7706 章に説明があります。
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \series bold
7713
7714 \backslash
7715 :
7716 \series default
7717 を最初の
7718 \begin_inset Formula $d$
7719 \end_inset
7720
7721 の前に挿入しておくことが重要です。さもないと、
7722 \begin_inset Formula $q$
7723 \end_inset
7724
7725 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7726 \begin_inset Foot
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 これは、括弧が文字として取り扱われないためです。第
7731 \begin_inset CommandInset ref
7732 LatexCommand ref
7733 reference "sub:二項演算子"
7734
7735 \end_inset
7736
7737 章参照。
7738 \end_layout
7739
7740 \end_inset
7741
7742 ためです。二行目には、二つめの括弧が挿入されています。
7743 \begin_inset Formula $b$
7744 \end_inset
7745
7746 の直前から始まるようにするために、まず
7747 \series bold
7748
7749 \backslash
7750 hphantom{gggg+
7751 \backslash
7752 :}
7753 \series default
7754 というコマンド
7755 \begin_inset Foot
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761
7762 \backslash
7763 hphantom
7764 \series default
7765 に関する詳細は、第
7766 \begin_inset CommandInset ref
7767 LatexCommand ref
7768 reference "sub:空打ち文字"
7769
7770 \end_inset
7771
7772 章を参照してください。
7773 \end_layout
7774
7775 \end_inset
7776
7777 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7778 \series bold
7779
7780 \backslash
7781 hphantom{bbqq+dddd}
7782 \series default
7783 コマンドの下に置きます。
7784 \end_layout
7785
7786 \begin_layout Standard
7787 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7788 \begin_inset ERT
7789 status collapsed
7790
7791 \begin_layout Plain Layout
7792
7793
7794 \backslash
7795 setlength{
7796 \backslash
7797 jot}{-6pt}
7798 \end_layout
7799
7800 \end_inset
7801
7802
7803 \begin_inset Formula \begin{eqnarray*}
7804  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7805 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7806 \end{eqnarray*}
7807
7808 \end_inset
7809
7810
7811 \begin_inset ERT
7812 status collapsed
7813
7814 \begin_layout Plain Layout
7815
7816
7817 \backslash
7818 setlength{
7819 \backslash
7820 jot}{3pt}
7821 \end_layout
7822
7823 \end_inset
7824
7825 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7826 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7827 \begin_inset Foot
7828 status collapsed
7829
7830 \begin_layout Plain Layout
7831 \begin_inset CommandInset href
7832 LatexCommand href
7833 name "LyX-bug #1505"
7834 target "http://www.lyx.org/trac/ticket/1505"
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842
7843 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7844 \series bold
7845 setlength{
7846 \backslash
7847 jot}{-6pt}
7848 \series default
7849 というコマンドを入れて、大域的な数式行間
7850 \series bold
7851
7852 \backslash
7853 jot
7854 \series default
7855
7856 \begin_inset Index idx
7857 status collapsed
7858
7859 \begin_layout Plain Layout
7860 こまんど@コマンド ! J ! 
7861 \backslash
7862 jot
7863 \end_layout
7864
7865 \end_inset
7866
7867 を-6
7868 \begin_inset space \thinspace{}
7869 \end_inset
7870
7871 ptに変更しなくてはなりません。
7872 \series bold
7873
7874 \backslash
7875 jot
7876 \series default
7877 は、数式直後に同様のコマンドを使って標準値の3
7878 \begin_inset space \thinspace{}
7879 \end_inset
7880
7881 ptに戻します。数式中の行間について、詳しくは第
7882 \begin_inset CommandInset ref
7883 LatexCommand ref
7884 reference "sub:行間"
7885
7886 \end_inset
7887
7888 章に説明があります。
7889 \end_layout
7890
7891 \begin_layout Section
7892 矢印
7893 \begin_inset Index idx
7894 status collapsed
7895
7896 \begin_layout Plain Layout
7897 やじるし@矢印
7898 \end_layout
7899
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \begin_layout Standard
7906 矢印は、数式ツールバーボタンの
7907 \begin_inset Graphics
7908         filename ../../images/math/leftarrow.png
7909         scale 85
7910
7911 \end_inset
7912
7913 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7914 \end_layout
7915
7916 \begin_layout Standard
7917 \begin_inset Newpage newpage
7918 \end_inset
7919
7920
7921 \end_layout
7922
7923 \begin_layout Subsection
7924 水平矢印
7925 \begin_inset Index idx
7926 status collapsed
7927
7928 \begin_layout Plain Layout
7929 やじるし@矢印 ! すいへい@水平
7930 \end_layout
7931
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \begin_layout Standard
7938 \begin_inset space \hfill{}
7939 \end_inset
7940
7941
7942 \begin_inset Tabular
7943 <lyxtabular version="3" rows="8" columns="2">
7944 <features tabularvalignment="middle">
7945 <column alignment="center" valignment="top" width="0pt">
7946 <column alignment="center" valignment="top" width="0pt">
7947 <row>
7948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 コマンド
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 出力
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \backslash
7974 gets
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset Formula $\gets$
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 Leftarrow
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\Leftarrow$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 longleftarrow
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\longleftarrow$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 Longleftarrow
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\Longleftarrow$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 leftharpoonup
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\leftharpoonup$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 leftharpoondown
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\leftharpoondown$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 hookleftarrow
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\hookleftarrow$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 </lyxtabular>
8143
8144 \end_inset
8145
8146
8147 \begin_inset space \hfill{}
8148 \end_inset
8149
8150
8151 \begin_inset Tabular
8152 <lyxtabular version="3" rows="8" columns="2">
8153 <features tabularvalignment="middle">
8154 <column alignment="center" valignment="top" width="0pt">
8155 <column alignment="center" valignment="top" width="0pt">
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 コマンド
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 出力
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \backslash
8183 to
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 \begin_inset Formula $\to$
8193 \end_inset
8194
8195
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \backslash
8208 Rightarrow
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 \begin_inset Formula $\Rightarrow$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 longrightarrow
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\longrightarrow$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 Longrightarrow
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\Longrightarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \backslash
8283 rightharpoonup
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\rightharpoonup$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \backslash
8308 rightharpoondown
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 \begin_inset Formula $\rightharpoondown$
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \backslash
8333 hookrightarrow
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 \begin_inset Formula $\hookrightarrow$
8343 \end_inset
8344
8345
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 </lyxtabular>
8352
8353 \end_inset
8354
8355
8356 \begin_inset space \hfill{}
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \begin_layout Standard
8363 \begin_inset space \hfill{}
8364 \end_inset
8365
8366
8367 \begin_inset Tabular
8368 <lyxtabular version="3" rows="6" columns="2">
8369 <features tabularvalignment="middle">
8370 <column alignment="center" valignment="top" width="0pt">
8371 <column alignment="center" valignment="top" width="0pt">
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 コマンド
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 出力
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 leftrightarrow
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\leftrightarrow$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 Leftrightarrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\Leftrightarrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 longleftrightarrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\longleftrightarrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 Longleftrightarrow
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\Longleftrightarrow$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 rightleftharpoons
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\rightleftharpoons$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 </lyxtabular>
8518
8519 \end_inset
8520
8521
8522 \begin_inset space \hspace{}
8523 \length 25pt
8524 \end_inset
8525
8526
8527 \begin_inset space \hfill{}
8528 \end_inset
8529
8530
8531 \begin_inset Tabular
8532 <lyxtabular version="3" rows="5" columns="2">
8533 <features tabularvalignment="middle">
8534 <column alignment="center" valignment="top" width="0pt">
8535 <column alignment="center" valignment="top" width="0pt">
8536 <row>
8537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 コマンド
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 出力
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \backslash
8563 mapsto
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 \begin_inset Formula $\mapsto$
8573 \end_inset
8574
8575
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 longmapsto
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\longmapsto$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 leadsto
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\leadsto$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \backslash
8638 dasharrow
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 \begin_inset Formula $\dasharrow$
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 </lyxtabular>
8657
8658 \end_inset
8659
8660
8661 \begin_inset space \hfill{}
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \begin_layout Standard
8668 \begin_inset VSpace medskip
8669 \end_inset
8670
8671 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8672 \begin_inset CommandInset ref
8673 LatexCommand ref
8674 reference "sec:アクセント"
8675
8676 \end_inset
8677
8678 節に一覧があります。
8679 \end_layout
8680
8681 \begin_layout Standard
8682 \begin_inset VSpace bigskip
8683 \end_inset
8684
8685 さらに、ラベル付き矢印
8686 \begin_inset Index idx
8687 status collapsed
8688
8689 \begin_layout Plain Layout
8690 やじるし@矢印 ! らべるつき@ラベル付き
8691 \end_layout
8692
8693 \end_inset
8694
8695 として、
8696 \series bold
8697
8698 \backslash
8699 xleftarrow
8700 \series default
8701
8702 \begin_inset Index idx
8703 status collapsed
8704
8705 \begin_layout Plain Layout
8706 こまんど@コマンド ! X ! 
8707 \backslash
8708 xleftarrow
8709 \end_layout
8710
8711 \end_inset
8712
8713
8714 \series bold
8715
8716 \backslash
8717 xrightarrow
8718 \series default
8719
8720 \begin_inset Index idx
8721 status collapsed
8722
8723 \begin_layout Plain Layout
8724 こまんど@コマンド ! X ! 
8725 \backslash
8726 xrightarrow
8727 \begin_inset ERT
8728 status collapsed
8729
8730 \begin_layout Plain Layout
8731
8732
8733 \backslash
8734 vspace{4mm}
8735 \end_layout
8736
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \end_inset
8743
8744 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8745 ます。
8746 \end_layout
8747
8748 \begin_layout Standard
8749 \align center
8750 \begin_inset Tabular
8751 <lyxtabular version="3" rows="3" columns="2">
8752 <features tabularvalignment="middle">
8753 <column alignment="center" valignment="top" width="0pt">
8754 <column alignment="center" valignment="top" width="0pt">
8755 <row>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 コマンド
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 出力
8770 \begin_inset Note Note
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774 ここで
8775 \series bold
8776
8777 \backslash
8778 raisebox
8779 \series default
8780 はスペーサーとして使用しているだけです。
8781 \end_layout
8782
8783 \end_inset
8784
8785
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 F(a)
8797 \backslash
8798 xleftarrow
8799 \begin_inset ERT
8800 status collapsed
8801
8802 \begin_layout Plain Layout
8803
8804
8805 \backslash
8806 spce 
8807 \end_layout
8808
8809 \end_inset
8810
8811 x=a
8812 \begin_inset Formula $\downarrow$
8813 \end_inset
8814
8815 x
8816 \begin_inset Formula $>$
8817 \end_inset
8818
8819 0
8820 \begin_inset Formula $\to$
8821 \end_inset
8822
8823 F(x)
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 F(x)
8847 \backslash
8848 xrightarrow
8849 \begin_inset ERT
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853
8854
8855 \backslash
8856 spce 
8857 \end_layout
8858
8859 \end_inset
8860
8861 x=a
8862 \begin_inset Formula $\downarrow$
8863 \end_inset
8864
8865 x
8866 \begin_inset Formula $>$
8867 \end_inset
8868
8869 0
8870 \begin_inset Formula $\to$
8871 \end_inset
8872
8873 F(a)
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 </lyxtabular>
8892
8893 \end_inset
8894
8895
8896 \end_layout
8897
8898 \begin_layout Subsection
8899 垂直矢印および対角矢印
8900 \begin_inset Index idx
8901 status collapsed
8902
8903 \begin_layout Plain Layout
8904 やじるし@矢印 ! たいかく@対角
8905 \end_layout
8906
8907 \end_inset
8908
8909
8910 \begin_inset Index idx
8911 status collapsed
8912
8913 \begin_layout Plain Layout
8914 やじるし@矢印 ! すいちょく@垂直
8915 \end_layout
8916
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \begin_layout Standard
8923 \begin_inset space \hfill{}
8924 \end_inset
8925
8926
8927 \begin_inset Tabular
8928 <lyxtabular version="3" rows="7" columns="2">
8929 <features tabularvalignment="middle">
8930 <column alignment="center" valignment="top" width="0pt">
8931 <column alignment="center" valignment="top" width="0pt">
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 コマンド
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 出力
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \backslash
8959 uparrow
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 \begin_inset Formula $\uparrow$
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \backslash
8984 Uparrow
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 \begin_inset Formula $\Uparrow$
8994 \end_inset
8995
8996
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \backslash
9009 updownarrow
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 \begin_inset Formula $\updownarrow$
9019 \end_inset
9020
9021
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034 Updownarrow
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 \begin_inset Formula $\Updownarrow$
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057
9058 \backslash
9059 Downarrow
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 \begin_inset Formula $\Downarrow$
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \backslash
9084 downarrow
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 \begin_inset Formula $\downarrow$
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 </lyxtabular>
9103
9104 \end_inset
9105
9106
9107 \begin_inset space \hfill{}
9108 \end_inset
9109
9110
9111 \begin_inset Tabular
9112 <lyxtabular version="3" rows="5" columns="2">
9113 <features tabularvalignment="middle">
9114 <column alignment="center" valignment="top" width="0pt">
9115 <column alignment="center" valignment="top" width="0pt">
9116 <row>
9117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 コマンド
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 出力
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \backslash
9143 nearrow
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 \begin_inset Formula $\nearrow$
9153 \end_inset
9154
9155
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \backslash
9168 searrow
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 \begin_inset Formula $\searrow$
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \backslash
9193 swarrow
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 \begin_inset Formula $\swarrow$
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 nwarrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\nwarrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 </lyxtabular>
9237
9238 \end_inset
9239
9240
9241 \begin_inset space \hfill{}
9242 \end_inset
9243
9244
9245 \end_layout
9246
9247 \begin_layout Standard
9248 \begin_inset VSpace medskip
9249 \end_inset
9250
9251 垂直矢印は、第
9252 \begin_inset CommandInset ref
9253 LatexCommand ref
9254 reference "sub:手動の括弧丈"
9255
9256 \end_inset
9257
9258 節および第
9259 \begin_inset CommandInset ref
9260 LatexCommand ref
9261 reference "sub:自動の括弧丈"
9262
9263 \end_inset
9264
9265 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9266 \end_layout
9267
9268 \begin_layout Standard
9269 \begin_inset Newpage newpage
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \begin_layout Section
9276 アクセント
9277 \begin_inset CommandInset label
9278 LatexCommand label
9279 name "sec:アクセント"
9280
9281 \end_inset
9282
9283
9284 \begin_inset Index idx
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288 あくせんと@アクセント
9289 \end_layout
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \begin_layout Standard
9297 アクセントは、数式ツールバーボタンの
9298 \begin_inset Graphics
9299         filename ../../images/math/hat.png
9300         scale 85
9301
9302 \end_inset
9303
9304 か、以下の各小節に列挙してあるコマンドで入力することができます。
9305 \end_layout
9306
9307 \begin_layout Subsection
9308 一文字に付けるアクセント
9309 \begin_inset ERT
9310 status collapsed
9311
9312 \begin_layout Plain Layout
9313
9314
9315 \backslash
9316 texorpdfstring{
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \begin_inset Foot
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326 本文中のアクセントについては、第
9327 \begin_inset CommandInset ref
9328 LatexCommand ref
9329 reference "sub:文章中のアクセント"
9330
9331 \end_inset
9332
9333 節を参照。
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \begin_inset ERT
9340 status collapsed
9341
9342 \begin_layout Plain Layout
9343
9344 }{}
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \begin_inset Note Note
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354
9355 \series bold
9356
9357 \backslash
9358 texorpdfstring
9359 \series default
9360 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9361 \end_layout
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366
9367 \backslash
9368 texorpdfstring
9369 \series default
9370 についての詳細は、第
9371 \begin_inset CommandInset ref
9372 LatexCommand ref
9373 reference "sub:節見出し中の数式"
9374
9375 \end_inset
9376
9377 節にあります。
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \begin_inset CommandInset label
9384 LatexCommand label
9385 name "sub:一文字に付けるアクセント"
9386
9387 \end_inset
9388
9389
9390 \begin_inset Index idx
9391 status collapsed
9392
9393 \begin_layout Plain Layout
9394 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9395 \end_layout
9396
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \begin_layout Standard
9403 \begin_inset space \hfill{}
9404 \end_inset
9405
9406
9407 \begin_inset Tabular
9408 <lyxtabular version="3" rows="8" columns="2">
9409 <features tabularvalignment="middle">
9410 <column alignment="center" valignment="top" width="0pt">
9411 <column alignment="center" valignment="top" width="0pt">
9412 <row>
9413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 コマンド
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 出力
9427 \begin_inset Note Note
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431 ここで
9432 \series bold
9433
9434 \backslash
9435 raisebox
9436 \series default
9437 はスペーサーとして使用しているだけです。
9438 \end_layout
9439
9440 \end_inset
9441
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \backslash
9455 dot
9456 \begin_inset ERT
9457 status collapsed
9458
9459 \begin_layout Plain Layout
9460
9461
9462 \backslash
9463 spce 
9464 \end_layout
9465
9466 \end_inset
9467
9468 A
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \backslash
9493 ddot
9494 \begin_inset ERT
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498
9499
9500 \backslash
9501 spce 
9502 \end_layout
9503
9504 \end_inset
9505
9506 A
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 dddot
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537
9538 \backslash
9539 spce 
9540 \end_layout
9541
9542 \end_inset
9543
9544 A
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \backslash
9569 ddddot
9570 \begin_inset ERT
9571 status collapsed
9572
9573 \begin_layout Plain Layout
9574
9575
9576 \backslash
9577 spce 
9578 \end_layout
9579
9580 \end_inset
9581
9582 A
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \backslash
9607 vec
9608 \begin_inset ERT
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612
9613
9614 \backslash
9615 spce 
9616 \end_layout
9617
9618 \end_inset
9619
9620 A
9621 \begin_inset Index idx
9622 status collapsed
9623
9624 \begin_layout Plain Layout
9625
9626 \lang english
9627 Vectors
9628 \end_layout
9629
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \backslash
9657 bar
9658 \begin_inset ERT
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663
9664 \backslash
9665 spce 
9666 \end_layout
9667
9668 \end_inset
9669
9670 A
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \backslash
9695 mathring
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 spce 
9704 \end_layout
9705
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 </lyxtabular>
9727
9728 \end_inset
9729
9730
9731 \begin_inset space \hfill{}
9732 \end_inset
9733
9734
9735 \begin_inset Tabular
9736 <lyxtabular version="3" rows="7" columns="2">
9737 <features tabularvalignment="middle">
9738 <column alignment="center" valignment="top" width="0pt">
9739 <column alignment="center" valignment="top" width="0pt">
9740 <row>
9741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 コマンド
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 出力
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 <row>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \backslash
9767 tilde
9768 \begin_inset ERT
9769 status collapsed
9770
9771 \begin_layout Plain Layout
9772
9773
9774 \backslash
9775 spce 
9776 \end_layout
9777
9778 \end_inset
9779
9780 A
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \backslash
9805 hat
9806 \begin_inset ERT
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810
9811
9812 \backslash
9813 spce 
9814 \end_layout
9815
9816 \end_inset
9817
9818 A
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \backslash
9843 check
9844 \begin_inset ERT
9845 status collapsed
9846
9847 \begin_layout Plain Layout
9848
9849
9850 \backslash
9851 spce 
9852 \end_layout
9853
9854 \end_inset
9855
9856 A
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \backslash
9881 acute
9882 \begin_inset ERT
9883 status collapsed
9884
9885 \begin_layout Plain Layout
9886
9887
9888 \backslash
9889 spce 
9890 \end_layout
9891
9892 \end_inset
9893
9894 A
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \backslash
9919 grave
9920 \begin_inset ERT
9921 status collapsed
9922
9923 \begin_layout Plain Layout
9924
9925
9926 \backslash
9927 spce 
9928 \end_layout
9929
9930 \end_inset
9931
9932 A
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 breve
9958 \begin_inset ERT
9959 status collapsed
9960
9961 \begin_layout Plain Layout
9962
9963
9964 \backslash
9965 spce 
9966 \end_layout
9967
9968 \end_inset
9969
9970 A
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 </lyxtabular>
9989
9990 \end_inset
9991
9992
9993 \begin_inset space \hfill{}
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \begin_layout Standard
10000 \begin_inset VSpace bigskip
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \begin_layout Standard
10007 \begin_inset ERT
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011
10012
10013 \backslash
10014 '{e}
10015 \end_layout
10016
10017 \end_inset
10018
10019 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10020 \begin_inset Index idx
10021 status collapsed
10022
10023 \begin_layout Plain Layout
10024 うむらうと@ウムラウト
10025 \end_layout
10026
10027 \end_inset
10028
10029 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10030 として取り扱います。
10031 \series bold
10032
10033 \backslash
10034 ddot
10035 \series default
10036 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10037 \end_layout
10038
10039 \begin_layout Standard
10040 \begin_inset VSpace -2mm
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \begin_layout Standard
10047 \align center
10048 \begin_inset Tabular
10049 <lyxtabular version="3" rows="3" columns="2">
10050 <features tabularvalignment="middle">
10051 <column alignment="center" valignment="top" width="0">
10052 <column alignment="center" valignment="top" width="0">
10053 <row>
10054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 コマンド
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 出力
10068 \begin_inset Note Note
10069 status collapsed
10070
10071 \begin_layout Plain Layout
10072 ここで
10073 \series bold
10074
10075 \backslash
10076 raisebox
10077 \series default
10078 および0ポイント空白はスペーサーとして使用しているだけです。
10079 \end_layout
10080
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row>
10090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 \begin_inset Quotes grd
10095 \end_inset
10096
10097 i
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \lang ngerman
10108 \begin_inset space \hspace{}
10109 \length 0pt
10110 \end_inset
10111
10112
10113 \begin_inset Formula $"i$
10114 \end_inset
10115
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \backslash
10129 ddot
10130 \begin_inset ERT
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134
10135
10136 \backslash
10137 spce 
10138 \end_layout
10139
10140 \end_inset
10141
10142 i
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 </lyxtabular>
10161
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \begin_layout Standard
10168
10169 \series bold
10170
10171 \backslash
10172 ddot
10173 \series default
10174 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10175 \emph on
10176 数式中テキストでは使用できない
10177 \emph default
10178 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10179 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10180 \end_layout
10181
10182 \begin_layout Standard
10183 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10184 \end_layout
10185
10186 \begin_layout Subsection
10187 演算子に付けるアクセント
10188 \begin_inset Index idx
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10193 \end_layout
10194
10195 \end_inset
10196
10197
10198 \end_layout
10199
10200 \begin_layout Standard
10201
10202 \series bold
10203
10204 \backslash
10205 overset
10206 \series default
10207
10208 \begin_inset Index idx
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212 こまんど@コマンド ! O ! 
10213 \backslash
10214 overset
10215 \end_layout
10216
10217 \end_inset
10218
10219 コマンドや
10220 \series bold
10221
10222 \backslash
10223 underset
10224 \series default
10225
10226 \begin_inset Index idx
10227 status collapsed
10228
10229 \begin_layout Plain Layout
10230 こまんど@コマンド ! U ! 
10231 \backslash
10232 underset
10233 \end_layout
10234
10235 \end_inset
10236
10237 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10238 \series bold
10239
10240 \backslash
10241 sideset
10242 \series default
10243
10244 \begin_inset Index idx
10245 status collapsed
10246
10247 \begin_layout Plain Layout
10248 こまんど@コマンド ! S ! 
10249 \backslash
10250 sideset
10251 \end_layout
10252
10253 \end_inset
10254
10255 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10256 \end_layout
10257
10258 \begin_layout Standard
10259
10260 \series bold
10261
10262 \backslash
10263 sideset{前置文字}{後置文字}
10264 \end_layout
10265
10266 \begin_layout Standard
10267
10268 \series bold
10269
10270 \backslash
10271 sideset
10272 \series default
10273 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10274 \series bold
10275
10276 \backslash
10277 sideset
10278 \series default
10279 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10280 \end_layout
10281
10282 \begin_layout Standard
10283 たとえば、
10284 \series bold
10285
10286 \backslash
10287 sideset{
10288 \begin_inset Formula $\to$
10289 \end_inset
10290
10291
10292 \backslash
10293 {
10294 \series default
10295 '
10296 \series bold
10297
10298 \begin_inset Formula $\to$
10299 \end_inset
10300
10301
10302 \backslash
10303 sum_k=1
10304 \begin_inset ERT
10305 status collapsed
10306
10307 \begin_layout Plain Layout
10308
10309
10310 \backslash
10311 spce 
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \series default
10318 ^
10319 \series bold
10320 n
10321 \series default
10322 というコマンドを入力すると、
10323 \begin_inset Formula \[
10324 \sideset{}{'}\sum_{k=1}^{n}\]
10325
10326 \end_inset
10327
10328 のようになります。
10329 \end_layout
10330
10331 \begin_layout Standard
10332 また、
10333 \series bold
10334
10335 \backslash
10336 overset
10337 \begin_inset ERT
10338 status collapsed
10339
10340 \begin_layout Plain Layout
10341
10342
10343 \backslash
10344 spce 
10345 \end_layout
10346
10347 \end_inset
10348
10349
10350 \backslash
10351 maltese
10352 \begin_inset ERT
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356
10357
10358 \backslash
10359 spce 
10360 \end_layout
10361
10362 \end_inset
10363
10364
10365 \series default
10366
10367 \begin_inset Formula $\uparrow$
10368 \end_inset
10369
10370
10371 \series bold
10372 a
10373 \series default
10374 というコマンドならば、
10375 \begin_inset Formula \[
10376 \overset{a}{\maltese}\]
10377
10378 \end_inset
10379
10380 のようになります。最後の例からわかるように、
10381 \series bold
10382
10383 \backslash
10384 overset
10385 \series default
10386
10387 \series bold
10388
10389 \backslash
10390 underset
10391 \series default
10392 では、記号や文字にアクセントをつけることもできます。一方、
10393 \series bold
10394
10395 \backslash
10396 sideset
10397 \series default
10398 では、このようなことはできません。
10399 \end_layout
10400
10401 \begin_layout Subsection
10402 複数の文字に付けるアクセント
10403 \begin_inset Index idx
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10408 \end_layout
10409
10410 \end_inset
10411
10412
10413 \end_layout
10414
10415 \begin_layout Standard
10416 \begin_inset space \hfill{}
10417 \end_inset
10418
10419
10420 \begin_inset Tabular
10421 <lyxtabular version="3" rows="5" columns="2">
10422 <features tabularvalignment="middle">
10423 <column alignment="center" valignment="top" width="0pt">
10424 <column alignment="center" valignment="top" width="0pt">
10425 <row>
10426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 コマンド
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 出力
10440 \begin_inset Note Note
10441 status collapsed
10442
10443 \begin_layout Plain Layout
10444 ここで
10445 \series bold
10446
10447 \backslash
10448 raisebox
10449 \series default
10450 はスペーサーとして使用しているだけです。
10451 \end_layout
10452
10453 \end_inset
10454
10455
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \backslash
10468 overleftarrow
10469 \begin_inset ERT
10470 status collapsed
10471
10472 \begin_layout Plain Layout
10473
10474
10475 \backslash
10476 spce 
10477 \end_layout
10478
10479 \end_inset
10480
10481 A=B
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 underleftarrow
10507 \begin_inset ERT
10508 status collapsed
10509
10510 \begin_layout Plain Layout
10511
10512
10513 \backslash
10514 spce 
10515 \end_layout
10516
10517 \end_inset
10518
10519 A=B
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \backslash
10544 overleftrightarrow
10545 \begin_inset ERT
10546 status collapsed
10547
10548 \begin_layout Plain Layout
10549
10550
10551 \backslash
10552 spce 
10553 \end_layout
10554
10555 \end_inset
10556
10557 A=B
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10567 \end_inset
10568
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \backslash
10582 underleftrightarrow
10583 \begin_inset ERT
10584 status collapsed
10585
10586 \begin_layout Plain Layout
10587
10588
10589 \backslash
10590 spce 
10591 \end_layout
10592
10593 \end_inset
10594
10595 A=B
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 </lyxtabular>
10614
10615 \end_inset
10616
10617
10618 \begin_inset space \hfill{}
10619 \end_inset
10620
10621
10622 \begin_inset Tabular
10623 <lyxtabular version="3" rows="5" columns="2">
10624 <features tabularvalignment="middle">
10625 <column alignment="center" valignment="top" width="0pt">
10626 <column alignment="center" valignment="top" width="0pt">
10627 <row>
10628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 コマンド
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 出力
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row>
10648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \backslash
10654 overrightarrow
10655 \begin_inset ERT
10656 status collapsed
10657
10658 \begin_layout Plain Layout
10659
10660
10661 \backslash
10662 spce 
10663 \end_layout
10664
10665 \end_inset
10666
10667 A=B
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10677 \end_inset
10678
10679
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \backslash
10692 underrightarrow
10693 \begin_inset ERT
10694 status collapsed
10695
10696 \begin_layout Plain Layout
10697
10698
10699 \backslash
10700 spce 
10701 \end_layout
10702
10703 \end_inset
10704
10705 A=B
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10715 \end_inset
10716
10717
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \backslash
10730 widetilde
10731 \begin_inset ERT
10732 status collapsed
10733
10734 \begin_layout Plain Layout
10735
10736
10737 \backslash
10738 spce 
10739 \end_layout
10740
10741 \end_inset
10742
10743 A=B
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \backslash
10768 widehat
10769 \begin_inset ERT
10770 status collapsed
10771
10772 \begin_layout Plain Layout
10773
10774
10775 \backslash
10776 spce 
10777 \end_layout
10778
10779 \end_inset
10780
10781 A=B
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 </lyxtabular>
10800
10801 \end_inset
10802
10803
10804 \begin_inset space \hfill{}
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Standard
10811 \begin_inset VSpace medskip
10812 \end_inset
10813
10814 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10815 \series bold
10816
10817 \backslash
10818 widetilde
10819 \series default
10820 および
10821 \series bold
10822
10823 \backslash
10824 widehat
10825 \series default
10826 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10827 \begin_inset Formula \[
10828 \widetilde{A+B=C-D}\]
10829
10830 \end_inset
10831
10832
10833 \end_layout
10834
10835 \begin_layout Standard
10836 前小節で述べた
10837 \series bold
10838
10839 \backslash
10840 overset
10841 \series default
10842
10843 \begin_inset Index idx
10844 status collapsed
10845
10846 \begin_layout Plain Layout
10847 こまんど@コマンド ! O ! 
10848 \backslash
10849 overset
10850 \end_layout
10851
10852 \end_inset
10853
10854 コマンドと
10855 \series bold
10856
10857 \backslash
10858 underset
10859 \series default
10860
10861 \begin_inset Index idx
10862 status collapsed
10863
10864 \begin_layout Plain Layout
10865 こまんど@コマンド ! U ! 
10866 \backslash
10867 underset
10868 \end_layout
10869
10870 \end_inset
10871
10872 コマンドを使っても、複数の文字にアクセントを付けることができます。
10873 \series bold
10874
10875 \backslash
10876 underset
10877 \begin_inset ERT
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881
10882
10883 \backslash
10884 spce 
10885 \end_layout
10886
10887 \end_inset
10888
10889 A=B
10890 \begin_inset Formula $\downarrow$
10891 \end_inset
10892
10893 ***
10894 \series default
10895 というコマンドは、
10896 \begin_inset Formula \[
10897 \underset{***}{A=B}\]
10898
10899 \end_inset
10900
10901 のようになります。
10902 \end_layout
10903
10904 \begin_layout Section
10905 空白
10906 \begin_inset CommandInset label
10907 LatexCommand label
10908 name "sub:空白"
10909
10910 \end_inset
10911
10912
10913 \begin_inset Index idx
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917 くうはく@空白 ! すいへい@水平
10918 \end_layout
10919
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Subsection
10926 定義済みの空白
10927 \begin_inset CommandInset label
10928 LatexCommand label
10929 name "sub:定義済みの空白"
10930
10931 \end_inset
10932
10933
10934 \begin_inset Index idx
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10939 \end_layout
10940
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \begin_layout Standard
10947 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10948 \begin_inset Info
10949 type  "shortcut"
10950 arg   "space-insert protected"
10951 \end_inset
10952
10953 )を挿入することで実現できます。「
10954 \color blue
10955
10956 \begin_inset ERT
10957 status collapsed
10958
10959 \begin_layout Plain Layout
10960
10961
10962 \backslash
10963 spce 
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \color inherit
10970 」が現れるので、
10971 \family sans
10972 Space
10973 \family default
10974 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10975 \begin_inset Graphics
10976         filename ../../images/math/space.png
10977         scale 85
10978
10979 \end_inset
10980
10981 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10982 \family sans
10983 Space
10984 \family default
10985 を押すことによって、長さを変更することができます。
10986 \end_layout
10987
10988 \begin_layout Standard
10989 \noindent
10990 \align center
10991 \begin_inset Tabular
10992 <lyxtabular version="3" rows="3" columns="7">
10993 <features tabularvalignment="middle">
10994 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 コマンド
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \backslash
11017 ,
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \backslash
11028 :
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \backslash
11039 ;
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \backslash
11050 quad
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \backslash
11061 qquad
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 !
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 保護された空白を挿入したのち、
11084 \family sans
11085 Space
11086 \family default
11087 を叩く回数
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 0
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 1
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 2
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 3
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 4
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 5
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 出力
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\, B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\: B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Formula $A\; B$
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\quad B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 \begin_inset Formula $A\qquad B$
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\! B$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Standard
11238 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11239 さの空白があります。
11240 \end_layout
11241
11242 \begin_layout Standard
11243 \align center
11244 \begin_inset Tabular
11245 <lyxtabular version="3" rows="3" columns="3">
11246 <features tabularvalignment="middle">
11247 <column alignment="center" valignment="middle" width="6.8cm">
11248 <column alignment="center" valignment="top" width="0pt">
11249 <column alignment="center" valignment="top" width="0pt">
11250 <row>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 コマンド
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264
11265 \backslash
11266 negmedspace
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275
11276 \backslash
11277 negthickspace
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 <row>
11284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 保護された空白を挿入したのち、
11289 \family sans
11290 Space
11291 \family default
11292 を叩く回数
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 6
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 7
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 出力
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Formula $A\negmedspace B$
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Formula $A\negthickspace B$
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 </lyxtabular>
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Standard
11359 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \align center
11364 \begin_inset Tabular
11365 <lyxtabular version="3" rows="3" columns="2">
11366 <features tabularvalignment="middle">
11367 <column alignment="center" valignment="top" width="0">
11368 <column alignment="center" valignment="top" width="0">
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 コマンド
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 出力
11384 \begin_inset Note Note
11385 status collapsed
11386
11387 \begin_layout Plain Layout
11388 ここで
11389 \series bold
11390
11391 \backslash
11392 raisebox
11393 \series default
11394 はスペーサーとして使用しているだけです。
11395 \end_layout
11396
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410
11411 \backslash
11412 sum
11413 \backslash
11414 sum
11415 \begin_inset ERT
11416 status collapsed
11417
11418 \begin_layout Plain Layout
11419
11420
11421 \backslash
11422 spce 
11423 \end_layout
11424
11425 \end_inset
11426
11427 f_kl
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \backslash
11452 sum
11453 \backslash
11454 negmedspace
11455 \backslash
11456 sum
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461
11462
11463 \backslash
11464 spce 
11465 \end_layout
11466
11467 \end_inset
11468
11469 f_kl
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \begin_layout Standard
11495 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \align center
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="2" columns="2">
11502 <features tabularvalignment="middle">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <column alignment="center" valignment="top" width="0pt">
11505 <row>
11506 <cell alignment="center" valignment="top" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 通常の数式
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 \begin_inset Formula $A=B$
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 \begin_inset Note Note
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537 ここで
11538 \series bold
11539
11540 \backslash
11541 raisebox
11542 \series default
11543 はスペーサーとして使用しているだけです。
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \begin_inset Formula $\raisebox{5mm}{}$
11550 \end_inset
11551
11552 空白なしの数式
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 \begin_inset Formula $A{=}B$
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 </lyxtabular>
11571
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \begin_layout Standard
11578 \noindent
11579 二行目の数式を作るコマンドは、
11580 \series bold
11581 A
11582 \backslash
11583 {=
11584 \begin_inset Formula $\to$
11585 \end_inset
11586
11587 B
11588 \series default
11589 です。
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \begin_inset VSpace bigskip
11594 \end_inset
11595
11596 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11597 整形\SpecialChar \menuseparator
11598 小空白メニュー(短
11599 絡キー
11600 \begin_inset Info
11601 type  "shortcut"
11602 arg   "space-insert thin"
11603 \end_inset
11604
11605 )で、最小の空白を挿入することができます。
11606 \end_layout
11607
11608 \begin_layout Standard
11609 違いを示す例を以下に掲げます。
11610 \end_layout
11611
11612 \begin_layout Standard
11613 \begin_inset Tabular
11614 <lyxtabular version="3" rows="2" columns="2">
11615 <features tabularvalignment="middle">
11616 <column alignment="left" valignment="top" width="0">
11617 <column alignment="left" valignment="top" width="0">
11618 <row>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 24 kW
11624 \begin_inset Formula $\cdot$
11625 \end_inset
11626
11627 h
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 値と単位のあいだに通常の空白を入れた例
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 24
11648 \begin_inset space \thinspace{}
11649 \end_inset
11650
11651 kW
11652 \begin_inset Formula $\cdot$
11653 \end_inset
11654
11655 h
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 値と単位のあいだに最小の空白を入れた例
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 </lyxtabular>
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Subsection
11678 可変長の空白
11679 \begin_inset ERT
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684
11685 \backslash
11686 texorpdfstring{
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \begin_inset Foot
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 数式中の垂直方向の空白については、第
11697 \begin_inset CommandInset ref
11698 LatexCommand ref
11699 reference "sub:行間"
11700
11701 \end_inset
11702
11703 節をご覧下さい。
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \begin_inset ERT
11710 status collapsed
11711
11712 \begin_layout Plain Layout
11713
11714 }{}
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \begin_inset Note Note
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724
11725 \backslash
11726 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11727 \end_layout
11728
11729 \begin_layout Plain Layout
11730
11731 \backslash
11732 texorpdfstringについての詳細は、第
11733 \begin_inset CommandInset ref
11734 LatexCommand ref
11735 reference "sub:節見出し中の数式"
11736
11737 \end_inset
11738
11739 節にあります。
11740 \end_layout
11741
11742 \end_inset
11743
11744
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "sub:可変長の空白"
11748
11749 \end_inset
11750
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Standard
11765 指定した長さの空白が、
11766 \series bold
11767
11768 \backslash
11769 hspace
11770 \series default
11771
11772 \begin_inset Index idx
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 こまんど@コマンド ! H ! 
11777 \backslash
11778 hspace
11779 \end_layout
11780
11781 \end_inset
11782
11783 コマンドで入力することができます。すると、ながい「
11784 \color blue
11785
11786 \begin_inset ERT
11787 status collapsed
11788
11789 \begin_layout Plain Layout
11790
11791
11792 \backslash
11793 spce 
11794 \end_layout
11795
11796 \end_inset
11797
11798
11799 \color inherit
11800 」が現れます。長さは、「
11801 \color blue
11802
11803 \begin_inset ERT
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807
11808
11809 \backslash
11810 spce 
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \color inherit
11817 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11818 \series bold
11819
11820 \backslash
11821 hfill
11822 \series default
11823
11824 \begin_inset Index idx
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828 こまんど@コマンド ! H ! 
11829 \backslash
11830 hfill
11831 \end_layout
11832
11833 \end_inset
11834
11835 コマンドを使用します。
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset VSpace -1mm
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 \align center
11847 \begin_inset Tabular
11848 <lyxtabular version="3" rows="4" columns="2">
11849 <features tabularvalignment="middle">
11850 <column alignment="center" valignment="top" width="0">
11851 <column alignment="center" valignment="top" width="0">
11852 <row>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 コマンド(
11858 \backslash
11859 hspace 長さ)
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 出力
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 <row>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 A=B
11880 \backslash
11881 hspace
11882 \begin_inset ERT
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886
11887
11888 \backslash
11889 spce 
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \begin_inset Formula $\to$
11896 \end_inset
11897
11898 A
11899 \backslash
11900 not=C (3
11901 \begin_inset space \thinspace{}
11902 \end_inset
11903
11904 cm)
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 A
11928 \backslash
11929 hspace
11930 \begin_inset ERT
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934
11935
11936 \backslash
11937 spce 
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \begin_inset Formula $\to$
11944 \end_inset
11945
11946 A
11947 \backslash
11948 not=A (-1
11949 \begin_inset space \thinspace{}
11950 \end_inset
11951
11952 mm)
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 A=A
11976 \backslash
11977 hfill
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 spce 
11986 \end_layout
11987
11988 \end_inset
11989
11990 B=B
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 \begin_inset Formula $A=A\hfill B=B$
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 </lyxtabular>
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Standard
12016 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12017 \series bold
12018
12019 \backslash
12020 hfill
12021 \series default
12022 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12023 \series bold
12024
12025 \backslash
12026 hfill
12027 \series default
12028 は、別行建て数式中では、
12029 \series bold
12030 行頭下げ
12031 \series default
12032 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "sec:数式様式"
12036
12037 \end_inset
12038
12039 節で説明されています)。
12040 \end_layout
12041
12042 \begin_layout Standard
12043
12044 \series bold
12045
12046 \backslash
12047 hfill
12048 \series default
12049 の他にも、空白を模様で埋める
12050 \series bold
12051
12052 \backslash
12053 dotfill
12054 \series default
12055
12056 \series bold
12057
12058 \backslash
12059 hrulefill
12060 \series default
12061 といったコマンドがあります。用例については第
12062 \begin_inset CommandInset ref
12063 LatexCommand ref
12064 reference "sub:省略符号"
12065
12066 \end_inset
12067
12068 節をご参照下さい。
12069 \end_layout
12070
12071 \begin_layout Standard
12072 本文中では、可変長空白は、
12073 \family sans
12074 挿入\SpecialChar \menuseparator
12075 整形\SpecialChar \menuseparator
12076 水平方向の空白
12077 \family default
12078 メニューで挿入することができます。
12079 \end_layout
12080
12081 \begin_layout Standard
12082 (例)
12083 \end_layout
12084
12085 \begin_layout Standard
12086 この行には、
12087 \begin_inset space \hspace{}
12088 \length 2cm
12089 \end_inset
12090
12091 2
12092 \begin_inset space \thinspace{}
12093 \end_inset
12094
12095 cmの空白が入っています。
12096 \end_layout
12097
12098 \begin_layout Standard
12099 この行には、
12100 \begin_inset space \hfill{}
12101 \end_inset
12102
12103 最大の空白が入っています。
12104 \end_layout
12105
12106 \begin_layout Subsection
12107 行内数式周りの空白
12108 \begin_inset Index idx
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 行内数式前後の空白は、長さ
12122 \series bold
12123
12124 \backslash
12125 mathsurround
12126 \begin_inset Index idx
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130 こまんど@コマンド ! M ! 
12131 \backslash
12132 mathsurround
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \series default
12139 を使って調節することができます。長さの値は、以下の書式を持つ
12140 \series bold
12141
12142 \backslash
12143 setlength
12144 \begin_inset Index idx
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 こまんど@コマンド ! S ! 
12149 \backslash
12150 setlength
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \series default
12157 コマンドを使って設定することができます。
12158 \end_layout
12159
12160 \begin_layout Standard
12161
12162 \series bold
12163
12164 \backslash
12165 setlength{長さ名}{値}
12166 \end_layout
12167
12168 \begin_layout Standard
12169
12170 \series bold
12171
12172 \backslash
12173 mathsurround
12174 \series default
12175 を5
12176 \begin_inset space \thinspace{}
12177 \end_inset
12178
12179 mmの値に設定するには、以下のコマンド
12180 \end_layout
12181
12182 \begin_layout Standard
12183
12184 \series bold
12185
12186 \backslash
12187 setlength{
12188 \backslash
12189 mathsurround}{5mm}
12190 \end_layout
12191
12192 \begin_layout Standard
12193 をTeXモードで挿入します。すると、5
12194 \begin_inset space \thinspace{}
12195 \end_inset
12196
12197 mmの空白がすべての行内数式の前後に設定されることになります。
12198 \begin_inset ERT
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202
12203
12204 \backslash
12205 setlength{
12206 \backslash
12207 mathsurround}{5mm}
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 この行には、周囲に5
12217 \begin_inset space \thinspace{}
12218 \end_inset
12219
12220 mmの余白を設定した行内数式
12221 \begin_inset Formula $A=B$
12222 \end_inset
12223
12224 があります。
12225 \begin_inset ERT
12226 status collapsed
12227
12228 \begin_layout Plain Layout
12229
12230
12231 \backslash
12232 setlength{
12233 \backslash
12234 mathsurround}{0pt}
12235 \end_layout
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243 既定値に戻すには、
12244 \series bold
12245
12246 \backslash
12247 mathsurround
12248 \series default
12249 を0
12250 \begin_inset space \thinspace{}
12251 \end_inset
12252
12253 ptの値に戻して下さい。
12254 \end_layout
12255
12256 \begin_layout Section
12257 ボックスと枠
12258 \begin_inset Index idx
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 ぼっくす@ボックス
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \begin_inset Index idx
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 わく@枠 | see
12273 \begin_inset ERT
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277
12278 {
12279 \end_layout
12280
12281 \end_inset
12282
12283 ボックス
12284 \begin_inset ERT
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288
12289 }
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 本文中のボックスについては、取扱説明書
12304 \family typewriter
12305 埋め込みオブジェクト篇
12306 \family default
12307
12308 \family typewriter
12309 Boxes
12310 \family default
12311 の章に述べられています。
12312 \end_layout
12313
12314 \begin_layout Subsection
12315 縁付きボックス
12316 \begin_inset CommandInset label
12317 LatexCommand label
12318 name "sub:縁付きボックス"
12319
12320 \end_inset
12321
12322
12323 \begin_inset Index idx
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327 ぼっくす@ボックス ! ふちつき@縁付き
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338
12339 \backslash
12340 fbox
12341 \series default
12342
12343 \begin_inset Index idx
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 こまんど@コマンド ! F ! 
12348 \backslash
12349 fbox
12350 \end_layout
12351
12352 \end_inset
12353
12354 コマンドや
12355 \series bold
12356
12357 \backslash
12358 boxed
12359 \series default
12360
12361 \begin_inset Index idx
12362 status collapsed
12363
12364 \begin_layout Plain Layout
12365 こまんど@コマンド ! B ! 
12366 \backslash
12367 boxed
12368 \end_layout
12369
12370 \end_inset
12371
12372 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12373 \end_layout
12374
12375 \begin_layout Standard
12376 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12377 \series bold
12378
12379 \backslash
12380 fbox
12381 \series default
12382 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12383 \family sans
12384 Ctrl+M
12385 \family default
12386 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12387 \series bold
12388
12389 \backslash
12390 boxed
12391 \series default
12392 を使った場合には、新しい数式が自動的に枠内に作られます。
12393 \end_layout
12394
12395 \begin_layout Standard
12396
12397 \series bold
12398
12399 \backslash
12400 fbox
12401 \series default
12402 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12403 \series bold
12404
12405 \backslash
12406 boxed
12407 \series default
12408 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12409 \end_layout
12410
12411 \begin_layout Standard
12412
12413 \series bold
12414
12415 \backslash
12416 fbox
12417 \series default
12418 の拡張として、枠幅と配置も指定することができる
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424
12425 \begin_inset Index idx
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 こまんど@コマンド ! F ! 
12430 \backslash
12431 framebox
12432 \end_layout
12433
12434 \end_inset
12435
12436 コマンドがあります。
12437 \series bold
12438
12439 \backslash
12440 framebox
12441 \series default
12442 は、以下の書式を持ちます。
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 framebox[枠幅][位置]{ボックスの内容}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 「位置」は、
12455 \emph on
12456 l
12457 \emph default
12458
12459 \emph on
12460 r
12461 \emph default
12462 の値をとります。
12463 \emph on
12464 l
12465 \emph default
12466 は、ボックス中で数式を左寄せ、
12467 \emph on
12468 r
12469 \emph default
12470 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12471 \begin_inset Newline newline
12472 \end_inset
12473
12474 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12475 \series bold
12476
12477 \backslash
12478 fbox
12479 \series default
12480 と同様、枠幅がボックスの内容に応じて調節されるのです。
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486
12487 \backslash
12488 framebox
12489 \series default
12490 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12491 \series bold
12492
12493 \backslash
12494 fbox
12495 \series default
12496 同様、数式の断片を入れるためのものです。
12497 \end_layout
12498
12499 \begin_layout Standard
12500 \align center
12501 \begin_inset Tabular
12502 <lyxtabular version="3" rows="5" columns="2">
12503 <features tabularvalignment="middle">
12504 <column alignment="center" valignment="top" width="0">
12505 <column alignment="center" valignment="top" width="0">
12506 <row>
12507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 コマンド
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 出力
12521 \begin_inset Note Note
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525 ここで
12526 \series bold
12527
12528 \backslash
12529 raisebox
12530 \series default
12531 はスペーサーとして使用しているだけです。
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 <row>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547
12548 \backslash
12549 fbox
12550 \begin_inset ERT
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554
12555
12556 \backslash
12557 spce 
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \family sans
12564 Ctrl+M
12565 \family default
12566  
12567 \backslash
12568 int
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 spce 
12577 \end_layout
12578
12579 \end_inset
12580
12581 A=B
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \backslash
12606 boxed
12607 \begin_inset ERT
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611
12612
12613 \backslash
12614 spce 
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \backslash
12621 int
12622 \begin_inset ERT
12623 status collapsed
12624
12625 \begin_layout Plain Layout
12626
12627
12628 \backslash
12629 spce 
12630 \end_layout
12631
12632 \end_inset
12633
12634 A=B
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 A+
12658 \backslash
12659 fbox
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665
12666 \backslash
12667 spce 
12668 \end_layout
12669
12670 \end_inset
12671
12672 B
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 <row>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695
12696 \backslash
12697 framebox
12698 \begin_inset ERT
12699 status collapsed
12700
12701 \begin_layout Plain Layout
12702
12703
12704 \backslash
12705 spce 
12706 \end_layout
12707
12708 \end_inset
12709
12710 20mm
12711 \begin_inset Formula $\to$
12712 \end_inset
12713
12714
12715 \begin_inset Formula $\to$
12716 \end_inset
12717
12718
12719 \family sans
12720 Ctrl+M
12721 \family default
12722  
12723 \backslash
12724 frac
12725 \begin_inset ERT
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729
12730
12731 \backslash
12732 spce 
12733 \end_layout
12734
12735 \end_inset
12736
12737 A
12738 \begin_inset Formula $\downarrow$
12739 \end_inset
12740
12741 B
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 \begin_inset Formula $\raisebox{6mm}{}$
12751 \end_inset
12752
12753
12754 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12755 \end_inset
12756
12757
12758 \begin_inset Formula $\raisebox{-4mm}{}$
12759 \end_inset
12760
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 </lyxtabular>
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Standard
12775 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12776 \end_layout
12777
12778 \begin_layout Standard
12779
12780 \series bold
12781
12782 \backslash
12783 fboxrule
12784 \series default
12785  
12786 \series bold
12787
12788 \begin_inset Quotes eld
12789 \end_inset
12790
12791 厚み
12792 \begin_inset Quotes erd
12793 \end_inset
12794
12795
12796 \series default
12797  
12798 \series bold
12799
12800 \backslash
12801 fboxsep
12802 \series default
12803  
12804 \series bold
12805
12806 \begin_inset Quotes eld
12807 \end_inset
12808
12809 距離
12810 \begin_inset Quotes erd
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \begin_layout Standard
12817 \begin_inset Quotes eld
12818 \end_inset
12819
12820 距離
12821 \begin_inset Quotes erd
12822 \end_inset
12823
12824 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829
12830
12831 \backslash
12832 fboxrule 2mm 
12833 \backslash
12834 fboxsep 3mm
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \begin_inset Formula \[
12841 \boxed{A+B=C}\]
12842
12843 \end_inset
12844
12845 この数式の直前には、
12846 \end_layout
12847
12848 \begin_layout Standard
12849
12850 \series bold
12851
12852 \backslash
12853 fboxrule
12854 \series default
12855  
12856 \series bold
12857 2mm
12858 \series default
12859  
12860 \series bold
12861
12862 \backslash
12863 fboxsep
12864 \series default
12865  
12866 \series bold
12867 3mm
12868 \end_layout
12869
12870 \begin_layout Standard
12871 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12872 \end_layout
12873
12874 \begin_layout Standard
12875 標準の枠寸法に戻すには、
12876 \end_layout
12877
12878 \begin_layout Standard
12879
12880 \series bold
12881
12882 \backslash
12883 fboxrule
12884 \series default
12885  
12886 \series bold
12887 0.4pt
12888 \series default
12889  
12890 \series bold
12891
12892 \backslash
12893 fboxsep
12894 \series default
12895  
12896 \series bold
12897 3pt
12898 \series default
12899
12900 \begin_inset ERT
12901 status collapsed
12902
12903 \begin_layout Plain Layout
12904
12905
12906 \backslash
12907 fboxrule 0.4pt 
12908 \backslash
12909 fboxsep 3pt
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12919 \end_layout
12920
12921 \begin_layout Subsection
12922 縁なしボックス
12923 \begin_inset CommandInset label
12924 LatexCommand label
12925 name "sub:枠なしボックス"
12926
12927 \end_inset
12928
12929
12930 \begin_inset Index idx
12931 status collapsed
12932
12933 \begin_layout Plain Layout
12934 ぼっくす@ボックス ! わくなし@枠なし
12935 \end_layout
12936
12937 \end_inset
12938
12939
12940 \end_layout
12941
12942 \begin_layout Standard
12943 縁のないボックスを作るには、
12944 \series bold
12945
12946 \backslash
12947 mbox
12948 \series default
12949
12950 \begin_inset Index idx
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954 こまんど@コマンド ! M ! 
12955 \backslash
12956 mbox
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \series bold
12963
12964 \backslash
12965 makebox
12966 \series default
12967
12968 \begin_inset Index idx
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972 こまんど@コマンド ! M ! 
12973 \backslash
12974 makebox
12975 \end_layout
12976
12977 \end_inset
12978
12979
12980 \series bold
12981
12982 \backslash
12983 raisebox
12984 \series default
12985
12986 \begin_inset Index idx
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990 こまんど@コマンド ! R ! 
12991 \backslash
12992 raisebox
12993 \end_layout
12994
12995 \end_inset
12996
12997 の三つのコマンドがあります。
12998 \end_layout
12999
13000 \begin_layout Standard
13001
13002 \series bold
13003
13004 \backslash
13005 raisebox
13006 \series default
13007 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13008 \series bold
13009
13010 \backslash
13011 raisebox
13012 \series default
13013 は、以下の書式で用いられます。
13014 \end_layout
13015
13016 \begin_layout Standard
13017
13018 \series bold
13019
13020 \backslash
13021 raisebox{高さ}{ボックスの内容}
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fbox
13030 \series default
13031 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13032 \begin_inset Note Greyedout
13033 status open
13034
13035 \begin_layout Plain Layout
13036
13037 \series bold
13038 (註)
13039 \series default
13040 下の最後の
13041 \series bold
13042
13043 \backslash
13044 raisebox
13045 \series default
13046 のところで、
13047 \family sans
13048 Ctrl+M
13049 \family default
13050 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13051 \series bold
13052
13053 \backslash
13054 raisebox
13055 \series default
13056 を直接サポートしていないためです。
13057 \end_layout
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 \align center
13066 \begin_inset Tabular
13067 <lyxtabular version="3" rows="4" columns="2">
13068 <features tabularvalignment="middle">
13069 <column alignment="center" valignment="top" width="0">
13070 <column alignment="center" valignment="top" width="0">
13071 <row>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 コマンド
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 出力
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 <row>
13092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 H
13097 \backslash
13098 raisebox{2mm
13099 \begin_inset Formula $\to$
13100 \end_inset
13101
13102
13103 \backslash
13104 {al
13105 \begin_inset Formula $\to$
13106 \end_inset
13107
13108  lo
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row>
13127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 H
13132 \backslash
13133 raisebox{-2mm
13134 \begin_inset Formula $\to$
13135 \end_inset
13136
13137
13138 \backslash
13139 {al
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143 lo
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 </row>
13161 <row>
13162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 A=
13167 \backslash
13168 raisebox{-2mm
13169 \begin_inset Formula $\to$
13170 \end_inset
13171
13172
13173 \backslash
13174 {
13175 \family sans
13176 Ctrl+M Ctrl+M
13177 \family default
13178  
13179 \backslash
13180 sqrt
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 spce 
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 </row>
13211 </lyxtabular>
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \begin_layout Standard
13219 縁がないことを除けば、
13220 \series bold
13221
13222 \backslash
13223 mbox
13224 \series default
13225 コマンドは
13226 \series bold
13227
13228 \backslash
13229 fbox
13230 \series default
13231 と同じであり、
13232 \series bold
13233
13234 \backslash
13235 makebox
13236 \series default
13237
13238 \series bold
13239
13240 \backslash
13241 framebox
13242 \series default
13243 と同じです。
13244 \end_layout
13245
13246 \begin_layout Subsection
13247 色付きボックス
13248 \begin_inset CommandInset label
13249 LatexCommand label
13250 name "sub:色付きボックス"
13251
13252 \end_inset
13253
13254
13255 \begin_inset Index idx
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259 ぼっくす@ボックス ! いろつき@色付き
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13269 \end_layout
13270
13271 \begin_layout Standard
13272
13273 \series bold
13274
13275 \backslash
13276 usepackage{color}
13277 \end_layout
13278
13279 \begin_layout Standard
13280 という行
13281 \begin_inset Foot
13282 status collapsed
13283
13284 \begin_layout Plain Layout
13285 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13286 \series bold
13287 color
13288 \series default
13289 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \begin_inset Note Note
13296 status collapsed
13297
13298 \begin_layout Plain Layout
13299 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13300 \end_layout
13301
13302 \end_inset
13303
13304 を書き加えて、LaTeXパッケージの
13305 \series bold
13306 color
13307 \series default
13308
13309 \begin_inset Foot
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313 LaTeXパッケージ
13314 \series bold
13315 color
13316 \series default
13317 は、すべての標準的なLaTeX頒布版に含まれています。
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \begin_inset Index idx
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 ぱっけーじ@パッケージ ! color
13328 \end_layout
13329
13330 \end_inset
13331
13332 を読み込む必要があります。
13333 \end_layout
13334
13335 \begin_layout Standard
13336 \begin_inset VSpace medskip
13337 \end_inset
13338
13339 ボックスに色を付けるには、
13340 \series bold
13341
13342 \backslash
13343 colorbox
13344 \series default
13345
13346 \begin_inset Index idx
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350 こまんど@コマンド ! C ! 
13351 \backslash
13352 colorbox
13353 \end_layout
13354
13355 \end_inset
13356
13357 コマンドを以下の書式で使用します。
13358 \end_layout
13359
13360 \begin_layout Standard
13361
13362 \series bold
13363
13364 \backslash
13365 colorbox{色}{ボックスの内容}
13366 \end_layout
13367
13368 \begin_layout Standard
13369 ボックスの内容には、別のボックスが含まれても構いませんし、
13370 \series bold
13371
13372 \backslash
13373 colorbox
13374 \series default
13375 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13376 \series bold
13377
13378 \backslash
13379 raisebox
13380 \series default
13381 と同様、明示的に数式を作らなくてはなりません
13382 \begin_inset Foot
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386 これは、
13387 \series bold
13388
13389 \backslash
13390 fcolorbox
13391 \series default
13392 コマンドにも当てはまります。
13393 \end_layout
13394
13395 \end_inset
13396
13397
13398 \end_layout
13399
13400 \begin_layout Standard
13401 選択できる定義済みの色としては、
13402 \end_layout
13403
13404 \begin_layout Standard
13405
13406 \series bold
13407 black
13408 \series default
13409 (黒)・
13410 \series bold
13411 blue
13412 \series default
13413 (青)・
13414 \series bold
13415 cyan
13416 \series default
13417 (シアン)・
13418 \series bold
13419 green
13420 \series default
13421 (緑)・
13422 \series bold
13423 magenta
13424 \series default
13425 (マゼンタ)・
13426 \series bold
13427 red
13428 \series default
13429 (赤)・
13430 \series bold
13431 white
13432 \series default
13433 (白)・
13434 \series bold
13435 yellow
13436 \series default
13437 (黄)
13438 \end_layout
13439
13440 \begin_layout Standard
13441 があります。
13442 \end_layout
13443
13444 \begin_layout Standard
13445 \align center
13446 \begin_inset Tabular
13447 <lyxtabular version="3" rows="4" columns="2">
13448 <features tabularvalignment="middle">
13449 <column alignment="center" valignment="top" width="0">
13450 <column alignment="center" valignment="top" width="0">
13451 <row>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 コマンド
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 出力
13466 \begin_inset Note Note
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470 ここで
13471 \series bold
13472
13473 \backslash
13474 raisebox
13475 \series default
13476 はスペーサーとして使用しているだけです。
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 </row>
13487 <row>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492
13493 \backslash
13494 colorbox{yellow
13495 \begin_inset Formula $\to$
13496 \end_inset
13497
13498
13499 \backslash
13500 {A=B
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523
13524 \backslash
13525 colorbox{green
13526 \begin_inset Formula $\to$
13527 \end_inset
13528
13529
13530 \backslash
13531 {
13532 \backslash
13533 fbox
13534 \begin_inset ERT
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538
13539
13540 \backslash
13541 spce 
13542 \end_layout
13543
13544 \end_inset
13545
13546 A=B
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 </row>
13564 <row>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \backslash
13571 fbox
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 spce 
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \backslash
13586 colorbox{green
13587 \begin_inset Formula $\to$
13588 \end_inset
13589
13590
13591 \backslash
13592 {
13593 \family sans
13594 Ctrl+M
13595 \family default
13596  
13597 \family sans
13598 Ctrl+M
13599 \family default
13600  
13601 \backslash
13602 int
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607
13608
13609 \backslash
13610 spce 
13611 \end_layout
13612
13613 \end_inset
13614
13615 C=D
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 </lyxtabular>
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \series bold
13643
13644 \backslash
13645 colorbox
13646 \series default
13647 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13648 \family sans
13649 文字様式
13650 \family default
13651 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13652 \begin_inset Graphics
13653         filename ../../images/dialog-show_character.png
13654         scale 85
13655
13656 \end_inset
13657
13658
13659 \family sans
13660 編集\SpecialChar \menuseparator
13661 文字様式\SpecialChar \menuseparator
13662 任意設定
13663 \family default
13664 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13665
13666 \end_layout
13667
13668 \begin_layout Standard
13669 たとえば、
13670 \end_layout
13671
13672 \begin_layout Standard
13673
13674 \color red
13675 \begin_inset Formula \begin{equation}
13676 \int A=B\label{eq:red}\end{equation}
13677
13678 \end_inset
13679
13680
13681 \color green
13682
13683 \begin_inset Formula \begin{equation}
13684 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13685
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \begin_layout Standard
13692 数式
13693 \begin_inset CommandInset ref
13694 LatexCommand eqref
13695 reference "eq:red"
13696
13697 \end_inset
13698
13699 は、全体が赤色です。
13700 \begin_inset Newline newline
13701 \end_inset
13702
13703 数式
13704 \begin_inset CommandInset ref
13705 LatexCommand eqref
13706 reference "eq:redgreen"
13707
13708 \end_inset
13709
13710 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13711 \end_layout
13712
13713 \begin_layout Standard
13714 \begin_inset VSpace bigskip
13715 \end_inset
13716
13717 ボックスの縁だけ別の色にするには、
13718 \series bold
13719
13720 \backslash
13721 fcolorbox
13722 \series default
13723
13724 \begin_inset Index idx
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 こまんど@コマンド ! F ! 
13729 \backslash
13730 fcolorbox
13731 \end_layout
13732
13733 \end_inset
13734
13735 コマンドを以下の書式で使用します。
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 fcolorbox{縁の色}{色}{ボックスの内容}
13744 \end_layout
13745
13746 \begin_layout Standard
13747 つまり、
13748 \series bold
13749
13750 \backslash
13751 fcolorbox
13752 \series default
13753
13754 \series bold
13755
13756 \backslash
13757 colorbox
13758 \series default
13759 コマンドの拡張です。
13760 \series bold
13761
13762 \backslash
13763 frameboxと同様に、縁の厚みは
13764 \backslash
13765 fboxrule
13766 \series default
13767
13768 \series bold
13769
13770 \backslash
13771 fboxsep
13772 \series default
13773 で設定します。たとえば、
13774 \begin_inset ERT
13775 status collapsed
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 fboxrule 1mm 
13782 \backslash
13783 fboxsep 1mm
13784 \end_layout
13785
13786 \end_inset
13787
13788
13789 \begin_inset Formula \[
13790 \fcolorbox{cyan}{magenta}{A=B}\]
13791
13792 \end_inset
13793
13794
13795 \begin_inset ERT
13796 status collapsed
13797
13798 \begin_layout Plain Layout
13799
13800
13801 \backslash
13802 fboxrule 0.4pt 
13803 \backslash
13804 fboxsep 3pt
13805 \end_layout
13806
13807 \end_inset
13808
13809 のようにします。
13810 \end_layout
13811
13812 \begin_layout Standard
13813 上記の数式は、以下のコマンドで作成されています。
13814 \begin_inset Newline newline
13815 \end_inset
13816
13817
13818 \series bold
13819
13820 \backslash
13821 fcolorbox{cyan
13822 \begin_inset Formula $\to$
13823 \end_inset
13824
13825
13826 \backslash
13827 {magenta
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {A=B
13834 \series default
13835 .
13836 \end_layout
13837
13838 \begin_layout Standard
13839 \begin_inset VSpace bigskip
13840 \end_inset
13841
13842 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13843 \end_layout
13844
13845 \begin_layout Standard
13846 たとえば、「
13847 \series bold
13848 darkgreen
13849 \series default
13850 」という色を定義するには、LaTeXプリアンブルに
13851 \end_layout
13852
13853 \begin_layout Standard
13854
13855 \series bold
13856
13857 \backslash
13858 definecolor{darkgreen}{cmyk}{0.5,
13859 \series default
13860  
13861 \series bold
13862 0,
13863 \series default
13864  
13865 \series bold
13866 1,
13867 \series default
13868  
13869 \series bold
13870 0.5}
13871 \series default
13872
13873 \begin_inset Index idx
13874 status collapsed
13875
13876 \begin_layout Plain Layout
13877 こまんど@コマンド ! D ! 
13878 \backslash
13879 definecolor
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \begin_layout Standard
13888 という行を書き加えます。
13889 \end_layout
13890
13891 \begin_layout Standard
13892
13893 \series bold
13894 cmyk
13895 \series default
13896 とは、
13897 \series bold
13898 cyan
13899 \series default
13900 (シアン)・
13901 \series bold
13902 magenta
13903 \series default
13904 (マゼンタ)・
13905 \series bold
13906 yellow
13907 \series default
13908 (黄)・
13909 \series bold
13910 black
13911 \series default
13912 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13913 \begin_inset space \thinspace{}
13914 \end_inset
13915
13916 -
13917 \begin_inset space \thinspace{}
13918 \end_inset
13919
13920 1の範囲をとることができます。定義には、
13921 \series bold
13922 cmyk
13923 \series default
13924 の他に、
13925 \series bold
13926 rgb
13927 \series default
13928 という色空間を使うこともできます。
13929 \series bold
13930 rgb
13931 \series default
13932 とは、
13933 \series bold
13934 red
13935 \series default
13936 (赤)・
13937 \series bold
13938 green
13939 \series default
13940 (緑)・
13941 \series bold
13942 blue
13943 \series default
13944 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13945 \series bold
13946 gray
13947 \series default
13948 という色空間もあります。
13949 \end_layout
13950
13951 \begin_layout Standard
13952 例として、文字が
13953 \series bold
13954 yellow
13955 \series default
13956 に色付けされ、新しく定義した
13957 \series bold
13958 darkgreen
13959 \series default
13960 という色を持つ縁付きボックスを挙げておきます。
13961 \begin_inset Formula \begin{equation}
13962 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970
13971 \series bold
13972
13973 \backslash
13974 textcolor
13975 \series default
13976 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13977 \begin_inset Index idx
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981 てきすと@テキスト ! いろつき@色付き
13982 \end_layout
13983
13984 \end_inset
13985
13986
13987 \end_layout
13988
13989 \begin_layout Standard
13990 \begin_inset ERT
13991 status collapsed
13992
13993 \begin_layout Plain Layout
13994
13995
13996 \backslash
13997 textcolor{darkgreen}{
13998 \end_layout
13999
14000 \end_inset
14001
14002 この文は「darkgreen」です。
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \begin_layout Standard
14017
14018 \series bold
14019
14020 \backslash
14021 textcolor
14022 \series default
14023
14024 \begin_inset Index idx
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028 こまんど@コマンド ! T ! 
14029 \backslash
14030 textcolor
14031 \end_layout
14032
14033 \end_inset
14034
14035 は、
14036 \series bold
14037
14038 \backslash
14039 textcolor{色}{色付けをする文}
14040 \series default
14041 という書式で使用することができます。
14042 \end_layout
14043
14044 \begin_layout Subsection
14045 段落ボックス
14046 \begin_inset CommandInset label
14047 LatexCommand label
14048 name "sub:段落ボックス"
14049
14050 \end_inset
14051
14052
14053 \begin_inset Index idx
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 ぼっくす@ボックス ! だんらく@段落
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \begin_inset Index idx
14064 status collapsed
14065
14066 \begin_layout Plain Layout
14067 ぼっくす@ボックス ! parbox|see
14068 \begin_inset ERT
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072
14073 {
14074 \end_layout
14075
14076 \end_inset
14077
14078 ボックス ! 段落ボックス
14079 \begin_inset ERT
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083
14084 }
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14099 \family sans
14100 挿入\SpecialChar \menuseparator
14101 ボックス
14102 \family default
14103 メニューかツールバーボタン
14104 \begin_inset Graphics
14105         filename ../../images/box-insert.png
14106         scale 85
14107
14108 \end_inset
14109
14110 で作成することができます。
14111 \end_layout
14112
14113 \begin_layout Standard
14114 以下の例は、行中の縁付きparboxを示したものです。
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \begin_inset VSpace medskip
14119 \end_inset
14120
14121 この行は、
14122 \begin_inset Box Boxed
14123 position "c"
14124 hor_pos "c"
14125 has_inner_box 1
14126 inner_pos "t"
14127 use_parbox 1
14128 use_makebox 0
14129 width "5cm"
14130 special "none"
14131 height "1in"
14132 height_special "totalheight"
14133 status open
14134
14135 \begin_layout Plain Layout
14136 これは段落ボックスです。これはちょうど5
14137 \begin_inset space \thinspace{}
14138 \end_inset
14139
14140 cmの幅になっており、以下のように数式を含めることもできます。
14141 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148
14149 parboxの入った行です。
14150 \end_layout
14151
14152 \begin_layout Standard
14153 \begin_inset VSpace medskip
14154 \end_inset
14155
14156
14157 \end_layout
14158
14159 \begin_layout Standard
14160 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14161 \emph on
14162 装飾
14163 \emph default
14164 :簡素な長方形の箱型、
14165 \emph on
14166 内部ボックス
14167 \emph default
14168 :parboxコマンド、
14169 \emph on
14170
14171 \emph default
14172 :5
14173 \begin_inset space \thinspace{}
14174 \end_inset
14175
14176 cm、
14177 \emph on
14178 垂直ボックス配置
14179 \emph default
14180 :中央、に設定されています。
14181 \end_layout
14182
14183 \begin_layout Standard
14184 \begin_inset VSpace medskip
14185 \end_inset
14186
14187 LaTeXでは、parboxは、以下の書式を持つ
14188 \series bold
14189
14190 \backslash
14191 parbox
14192 \series default
14193
14194 \begin_inset Index idx
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198 こまんど@コマンド ! P ! 
14199 \backslash
14200 parbox
14201 \end_layout
14202
14203 \end_inset
14204
14205 コマンドによって作られます。
14206 \end_layout
14207
14208 \begin_layout Standard
14209
14210 \series bold
14211
14212 \backslash
14213 parbox[位置]{幅}{ボックスの内容}
14214 \end_layout
14215
14216 \begin_layout Standard
14217 「位置」は、
14218 \emph on
14219 b
14220 \emph default
14221
14222 \emph on
14223 t
14224 \emph default
14225 の値をとることができます。下揃えを意味する
14226 \emph on
14227 b
14228 \emph default
14229
14230 \bar under
14231 b
14232 \bar default
14233 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14234 \emph on
14235 t
14236 \emph default
14237
14238 \bar under
14239 t
14240 \bar default
14241 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14242 \emph on
14243 Boxes
14244 \emph default
14245 の節をご参照下さい。
14246 \end_layout
14247
14248 \begin_layout Standard
14249 \begin_inset VSpace bigskip
14250 \end_inset
14251
14252 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14253 \series bold
14254 parbox{
14255 \backslash
14256 linewidth-2
14257 \backslash
14258 fboxsep-2
14259 \backslash
14260 fboxrule}{
14261 \series default
14262 というコマンドを挿入します。ここで
14263 \series bold
14264
14265 \backslash
14266 linewidth
14267 \begin_inset Index idx
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271 こまんど@コマンド ! L ! 
14272 \backslash
14273 linewidth
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \series default
14280 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14281 \begin_inset Foot
14282 status collapsed
14283
14284 \begin_layout Plain Layout
14285 \begin_inset CommandInset href
14286 LatexCommand href
14287 name "LyX-bug #4483"
14288 target "http://www.lyx.org/trac/ticket/4483"
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296
14297 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14298 \series bold
14299 calc
14300 \series default
14301
14302 \begin_inset Foot
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307 \series bold
14308 calc
14309 \series default
14310 は、標準的LaTeX頒布版のすべてに含まれています。
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \begin_inset Index idx
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320 ぱっけーじ@パッケージ ! calc
14321 \end_layout
14322
14323 \end_inset
14324
14325 を、LaTeXプリアンブル中で
14326 \end_layout
14327
14328 \begin_layout Standard
14329
14330 \series bold
14331
14332 \backslash
14333 usepackage{calc}
14334 \end_layout
14335
14336 \begin_layout Standard
14337 のように読み込んでおく必要があります。数式の後では、TeXモードで
14338 \series bold
14339 }}
14340 \series default
14341 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347
14348 \backslash
14349 fboxsep 5mm 
14350 \backslash
14351 fboxrule 5mm
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset ERT
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364
14365
14366 \backslash
14367 fbox{
14368 \backslash
14369 parbox{
14370 \backslash
14371 linewidth-2
14372 \backslash
14373 fboxsep-2
14374 \backslash
14375 fboxrule}{
14376 \end_layout
14377
14378 \end_inset
14379
14380
14381 \begin_inset Formula \begin{equation}
14382 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14383
14384 \end_inset
14385
14386
14387 \begin_inset ERT
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391
14392 }}
14393 \end_layout
14394
14395 \end_inset
14396
14397
14398 \begin_inset ERT
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402
14403
14404 \backslash
14405 fboxrule 0.4pt 
14406 \backslash
14407 fboxsep 3pt
14408 \end_layout
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace medskip
14417 \end_inset
14418
14419
14420 \series bold
14421
14422 \backslash
14423 fbox
14424 \series default
14425 の引数としてparboxが使われているので、この場合には、
14426 \series bold
14427
14428 \backslash
14429 fbox
14430 \series default
14431 を使おうが
14432 \series bold
14433
14434 \backslash
14435 boxed
14436 \series default
14437 を使おうが、差は生じません。
14438 \end_layout
14439
14440 \begin_layout Standard
14441 \begin_inset VSpace bigskip
14442 \end_inset
14443
14444 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14445 \series bold
14446
14447 \backslash
14448 parbox
14449 \series default
14450
14451 \series bold
14452
14453 \backslash
14454 tag
14455 \series default
14456 コマンドといっしょに使います(
14457 \series bold
14458
14459 \backslash
14460 tag
14461 \series default
14462 についての詳細は、第
14463 \begin_inset CommandInset ref
14464 LatexCommand ref
14465 reference "sub:ユーザー定義番号"
14466
14467 \end_inset
14468
14469 節をご参照下さい)
14470 \end_layout
14471
14472 \begin_layout Standard
14473 以下は、
14474 \series bold
14475
14476 \backslash
14477 parbox
14478 \series default
14479 を使ってコメントを付けた数式の例です。
14480 \end_layout
14481
14482 \begin_layout Standard
14483 \begin_inset ERT
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487
14488
14489 \backslash
14490 [5x-7b=3b
14491 \backslash
14492 tag*{
14493 \backslash
14494 parbox{5cm}{
14495 \end_layout
14496
14497 \end_inset
14498
14499 これは説明です。数式や多行数式本体からはっきりと離れています。
14500 \begin_inset ERT
14501 status collapsed
14502
14503 \begin_layout Plain Layout
14504
14505 }}
14506 \backslash
14507 ]
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 LyXは、まだ数式中での
14517 \series bold
14518
14519 \backslash
14520 parbox
14521 \series default
14522 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14523 \end_layout
14524
14525 \begin_layout Standard
14526 まず、
14527 \series bold
14528
14529 \backslash
14530 [5x-7b=3b
14531 \backslash
14532 tag*
14533 \backslash
14534 {
14535 \backslash
14536 parbox{5cm}{
14537 \series default
14538 というコマンドをTeXモードで挿入します
14539 \begin_inset Foot
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544 \series bold
14545 行頭下げ
14546 \series default
14547 数式様式を使用している時には、
14548 \series bold
14549
14550 \backslash
14551 tag*
14552 \backslash
14553 {
14554 \series default
14555 の代わりに
14556 \series bold
14557
14558 \backslash
14559 hfill
14560 \series default
14561 を用いることもできます(数式様式に関しては、第
14562 \begin_inset CommandInset ref
14563 LatexCommand ref
14564 reference "sec:数式様式"
14565
14566 \end_inset
14567
14568 節をご参照下さい)。
14569 \end_layout
14570
14571 \end_inset
14572
14573 。それから、説明を通常のテキストとして入れ、最後に
14574 \series bold
14575 }}
14576 \backslash
14577 ]
14578 \series default
14579 をTeXモードで挿入します。ここで
14580 \series bold
14581
14582 \backslash
14583 [
14584 \series default
14585 および
14586 \series bold
14587
14588 \backslash
14589 ]
14590 \series default
14591 コマンドは別行建て数式を作るためのものです。
14592 \end_layout
14593
14594 \begin_layout Standard
14595
14596 \series bold
14597
14598 \backslash
14599 parbox
14600 \series default
14601 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14602 \begin_inset Formula \[
14603 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14604
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \begin_layout Section
14611 演算子
14612 \begin_inset Index idx
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616 えんざんし@演算子
14617 \end_layout
14618
14619 \end_inset
14620
14621
14622 \end_layout
14623
14624 \begin_layout Subsection
14625 大演算子
14626 \begin_inset CommandInset label
14627 LatexCommand label
14628 name "sub:大演算子"
14629
14630 \end_inset
14631
14632
14633 \begin_inset Index idx
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 えんざんし@演算子 ! だい@大
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \begin_inset Index idx
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647 わ@和
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \begin_inset Index idx
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657 せきぶんきごう@積分記号
14658 \end_layout
14659
14660 \end_inset
14661
14662
14663 \end_layout
14664
14665 \begin_layout Standard
14666 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14667 \family sans
14668 数式オプション
14669 \family default
14670 の面にある
14671 \family sans
14672 esintパッケージを自動的に使う
14673 \family default
14674 オプションを有効にしなくてはなりません。
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset space \hfill{}
14679 \end_inset
14680
14681
14682 \begin_inset Tabular
14683 <lyxtabular version="3" rows="9" columns="2">
14684 <features tabularvalignment="middle">
14685 <column alignment="center" valignment="top" width="0pt">
14686 <column alignment="center" valignment="top" width="0pt">
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 コマンド
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 出力
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 </row>
14707 <row>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712
14713 \backslash
14714 sum
14715 \begin_inset Index idx
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719 こまんど@コマンド ! S ! 
14720 \backslash
14721 sum
14722 \end_layout
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735 \begin_inset Formula $\sum$
14736 \end_inset
14737
14738
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749
14750 \backslash
14751 int
14752 \begin_inset Index idx
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756 こまんど@コマンド ! I ! 
14757 \backslash
14758 int
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 \begin_inset Formula $\int$
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 </row>
14781 <row>
14782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786
14787 \backslash
14788 oint
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 \begin_inset Formula $\oint$
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 </row>
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811
14812 \backslash
14813 ointctrclockwise
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822 \begin_inset Formula $\ointctrclockwise$
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836
14837 \backslash
14838 ointclockwise
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 \begin_inset Formula $\ointclockwise$
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 </row>
14856 <row>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \backslash
14863 sqint
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Formula $\sqint$
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \backslash
14888 bigcap
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 \begin_inset Formula $\bigcap$
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 <row>
14907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911
14912 \backslash
14913 bigcup
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 \begin_inset Formula $\bigcup$
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 </row>
14931 </lyxtabular>
14932
14933 \end_inset
14934
14935
14936 \begin_inset space \hfill{}
14937 \end_inset
14938
14939
14940 \begin_inset Tabular
14941 <lyxtabular version="3" rows="10" columns="2">
14942 <features tabularvalignment="middle">
14943 <column alignment="center" valignment="top" width="0pt">
14944 <column alignment="center" valignment="top" width="0pt">
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 コマンド
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 出力
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \backslash
14972 prod
14973 \begin_inset Index idx
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977 こまんど@コマンド ! P ! 
14978 \backslash
14979 prod
14980 \end_layout
14981
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 \begin_inset Formula $\prod$
14994 \end_inset
14995
14996
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row>
15003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007
15008 \backslash
15009 coprod
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 \begin_inset Formula $\coprod$
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 <row>
15028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032
15033 \backslash
15034 bigodot
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 \begin_inset Formula $\bigodot$
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057
15058 \backslash
15059 bigotimes
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 \begin_inset Formula $\bigotimes$
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 </row>
15077 <row>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \backslash
15084 bigoplus
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 \begin_inset Formula $\bigoplus$
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \backslash
15109 bigwedge
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 \begin_inset Formula $\bigwedge$
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132
15133 \backslash
15134 bigvee
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $\bigvee$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157
15158 \backslash
15159 bigsqcup
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 \begin_inset Formula $\bigsqcup$
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 </row>
15177 <row>
15178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182
15183 \backslash
15184 biguplus
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 \begin_inset Formula $\biguplus$
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 </row>
15202 </lyxtabular>
15203
15204 \end_inset
15205
15206
15207 \begin_inset space \hfill{}
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Standard
15214 すべての大演算子は、数式ツールバーボタンの
15215 \begin_inset Graphics
15216         filename ../../images/math/intop.png
15217         scale 85
15218
15219 \end_inset
15220
15221 でも挿入することができます。
15222 \end_layout
15223
15224 \begin_layout Standard
15225 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15226 \end_layout
15227
15228 \begin_layout Standard
15229 積分演算子はすべて、
15230 \series bold
15231
15232 \backslash
15233 intop
15234 \series default
15235
15236 \series bold
15237
15238 \backslash
15239 ointop
15240 \series default
15241 のように、
15242 \series bold
15243 op
15244 \series default
15245 で終わる別バージョンがあります。これらの演算子は、
15246 \series bold
15247
15248 \backslash
15249 int
15250 \series default
15251 とは範囲の表示のしかたが異なります。第
15252 \begin_inset CommandInset ref
15253 LatexCommand ref
15254 reference "sub:演算子の範囲"
15255
15256 \end_inset
15257
15258 節をご参照下さい。
15259 \end_layout
15260
15261 \begin_layout Subsubsection*
15262 積分の子細
15263 \end_layout
15264
15265 \begin_layout Standard
15266 積分中で用いられる文字
15267 \emph on
15268 d
15269 \emph default
15270 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15271 \emph on
15272 d
15273 \emph default
15274 を選択して、短絡キー
15275 \begin_inset Info
15276 type  "shortcut"
15277 arg   "font-roman"
15278 \end_inset
15279
15280 を用います
15281 \begin_inset Foot
15282 status collapsed
15283
15284 \begin_layout Plain Layout
15285 文字様式については、第
15286 \begin_inset CommandInset ref
15287 LatexCommand ref
15288 reference "sub:書体様式"
15289
15290 \end_inset
15291
15292 節参照。
15293 \end_layout
15294
15295 \end_inset
15296
15297 。最後に、演算子の慣例に倣って、
15298 \emph on
15299 d
15300 \emph default
15301 の前に最小空白を挿入しなくてはなりません。たとえば、
15302 \end_layout
15303
15304 \begin_layout Standard
15305 正しくない例:
15306 \begin_inset Formula $\int A(x)dx$
15307 \end_inset
15308
15309
15310 \begin_inset Newline newline
15311 \end_inset
15312
15313 正しい
15314 \begin_inset Phantom HPhantom
15315 status open
15316
15317 \begin_layout Plain Layout
15318 ない
15319 \end_layout
15320
15321 \end_inset
15322
15323 例:
15324 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \begin_layout Standard
15331 多重積分に関しては、以下のコマンドがあります。
15332 \begin_inset VSpace medskip
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 \begin_inset space \hfill{}
15340 \end_inset
15341
15342
15343 \begin_inset Tabular
15344 <lyxtabular version="3" rows="4" columns="2">
15345 <features tabularvalignment="middle">
15346 <column alignment="center" valignment="top" width="0">
15347 <column alignment="center" valignment="top" width="0">
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 コマンド
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 出力
15363 \begin_inset Note Note
15364 status collapsed
15365
15366 \begin_layout Plain Layout
15367 ここで
15368 \series bold
15369
15370 \backslash
15371 raisebox
15372 \series default
15373 はスペーサーとして使用しているだけです。
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 </row>
15384 <row>
15385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389
15390 \backslash
15391 iint
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \backslash
15416 oiint
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439
15440 \backslash
15441 sqiint
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 </row>
15459 </lyxtabular>
15460
15461 \end_inset
15462
15463
15464 \begin_inset space \hfill{}
15465 \end_inset
15466
15467
15468 \begin_inset Tabular
15469 <lyxtabular version="3" rows="4" columns="2">
15470 <features tabularvalignment="middle">
15471 <column alignment="center" valignment="top" width="0">
15472 <column alignment="center" valignment="top" width="0">
15473 <row>
15474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 コマンド
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 出力
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 iiint
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 iiiint
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 dotsint
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 </lyxtabular>
15569
15570 \end_inset
15571
15572
15573 \begin_inset space \hfill{}
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Subsection
15580 演算子の範囲
15581 \begin_inset CommandInset label
15582 LatexCommand label
15583 name "sub:演算子の範囲"
15584
15585 \end_inset
15586
15587
15588 \begin_inset Index idx
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592 えんざんし@演算子 ! はんい@範囲
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 範囲は、上付き文字と下付き文字とで作成することができます。
15602 \end_layout
15603
15604 \begin_layout Standard
15605 \align center
15606 \begin_inset Tabular
15607 <lyxtabular version="3" rows="2" columns="2">
15608 <features tabularvalignment="middle">
15609 <column alignment="center" valignment="top" width="0pt">
15610 <column alignment="center" valignment="top" width="0pt">
15611 <row>
15612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 コマンド
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 出力
15626 \begin_inset Note Note
15627 status collapsed
15628
15629 \begin_layout Plain Layout
15630 ここで
15631 \series bold
15632
15633 \backslash
15634 raisebox
15635 \series default
15636 はスペーサーとして使用しているだけです。
15637 \end_layout
15638
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 prod^
15655 \backslash
15656 infty
15657 \begin_inset ERT
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661
15662
15663 \backslash
15664 spce 
15665 \end_layout
15666
15667 \end_inset
15668
15669
15670 \begin_inset Formula $\to$
15671 \end_inset
15672
15673 _0
15674 \begin_inset Formula $\to$
15675 \end_inset
15676
15677 A(x)
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 </lyxtabular>
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \begin_layout Standard
15703 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15704 \end_layout
15705
15706 \begin_layout Standard
15707 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15708 \family sans
15709 編集\SpecialChar \menuseparator
15710 数式\SpecialChar \menuseparator
15711 範囲の表記を変更
15712 \family default
15713 メニューで
15714 \family sans
15715 \series bold
15716 行内形式
15717 \family default
15718 \series default
15719 (短絡キー
15720 \begin_inset Info
15721 type  "shortcut"
15722 arg   "math-limits"
15723 \end_inset
15724
15725 )を選択することで範囲形式を変更することができます。以下はその用例です。
15726 \end_layout
15727
15728 \begin_layout Standard
15729 既定の範囲形式は、以下のようになっています。
15730 \begin_inset Formula \[
15731 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15732
15733 \end_inset
15734
15735 以下は、範囲形式を
15736 \family sans
15737 \series bold
15738 行内形式
15739 \family default
15740 \series default
15741 に変更したときの表示です。
15742 \begin_inset Formula \[
15743 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15744
15745 \end_inset
15746
15747
15748 \series bold
15749
15750 \backslash
15751 intop
15752 \series default
15753
15754 \series bold
15755
15756 \backslash
15757 ointop
15758 \series default
15759 などのように
15760 \series bold
15761 op
15762 \series default
15763 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15764 の例では、範囲形式を
15765 \series bold
15766 別行建て形式
15767 \series default
15768 にして積分記号の下に置くようにしています。
15769 \begin_inset Formula \begin{equation}
15770 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Standard
15778 \begin_inset VSpace medskip
15779 \end_inset
15780
15781 範囲に条件を指定したい場合には、
15782 \series bold
15783
15784 \backslash
15785 subarray
15786 \series default
15787
15788 \begin_inset Index idx
15789 status collapsed
15790
15791 \begin_layout Plain Layout
15792 こまんど@コマンド ! S ! 
15793 \backslash
15794 subarray
15795 \end_layout
15796
15797 \end_inset
15798
15799 コマンドや
15800 \series bold
15801
15802 \backslash
15803 substack
15804 \series default
15805
15806 \begin_inset Index idx
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810 こまんど@コマンド ! S ! 
15811 \backslash
15812 substack
15813 \end_layout
15814
15815 \end_inset
15816
15817 コマンドを使用します。たとえば、以下の表記 
15818 \begin_inset Formula \begin{equation}
15819 \sum_{\begin{subarray}{c}
15820 0<k<1000\\
15821 \\
15822 k\,\in\,\mathbb{N}
15823 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 を作成するには、以下のようにしなくてはなりません。
15832 \begin_inset Newline newline
15833 \end_inset
15834
15835 まず、
15836 \series bold
15837
15838 \backslash
15839 sum
15840 \series default
15841 ^
15842 \series bold
15843 n
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 spce 
15852 \end_layout
15853
15854 \end_inset
15855
15856 _
15857 \series default
15858 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15859 \series bold
15860
15861 \backslash
15862 subarray
15863 \begin_inset ERT
15864 status collapsed
15865
15866 \begin_layout Plain Layout
15867
15868
15869 \backslash
15870 spce 
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \series default
15877 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15878 \begin_inset Info
15879 type  "shortcut"
15880 arg   "newline-insert newline"
15881 \end_inset
15882
15883 )を挿入することで作ることができます。ここに
15884 \begin_inset Newline newline
15885 \end_inset
15886
15887
15888 \series bold
15889 0
15890 \begin_inset Formula $\boldsymbol{<}$
15891 \end_inset
15892
15893 k
15894 \begin_inset Formula $\boldsymbol{<}$
15895 \end_inset
15896
15897 1000 Ctrl+Return
15898 \begin_inset Newline newline
15899 \end_inset
15900
15901
15902 \series default
15903 と入力すると、新規行のための新しい枠が現れます。
15904 \end_layout
15905
15906 \begin_layout Standard
15907 各行の揃え方は、
15908 \family sans
15909 表ツールバー
15910 \family default
15911
15912 \family sans
15913 編集\SpecialChar \menuseparator
15914 行と列
15915 \family default
15916 メニューで変更することができますが、右揃えにするには、行頭に
15917 \series bold
15918
15919 \backslash
15920 hfill
15921 \begin_inset ERT
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925
15926
15927 \backslash
15928 spce 
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \series default
15935 を挿入しなくてはなりません。
15936 \end_layout
15937
15938 \begin_layout Standard
15939
15940 \series bold
15941
15942 \backslash
15943 substack
15944 \series default
15945 コマンドは、各行がつねに中央揃えになることを除いては、
15946 \series bold
15947
15948 \backslash
15949 subarray
15950 \series default
15951 と同じです。
15952 \end_layout
15953
15954 \begin_layout Standard
15955 \begin_inset VSpace bigskip
15956 \end_inset
15957
15958 演算子の後に来る文字は、範囲の横に来るので、
15959 \begin_inset CommandInset ref
15960 LatexCommand eqref
15961 reference "eq:substack"
15962
15963 \end_inset
15964
15965 式のように、演算子の横の余白が大きくなりすぎることがあります。
15966 \end_layout
15967
15968 \begin_layout Standard
15969 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15970 \end_layout
15971
15972 \begin_layout Standard
15973
15974 \series bold
15975
15976 \backslash
15977 def
15978 \backslash
15979 clap#1{
15980 \backslash
15981 hbox to 0pt{
15982 \backslash
15983 hss #1
15984 \backslash
15985 hss}}
15986 \begin_inset Newline newline
15987 \end_inset
15988
15989
15990 \backslash
15991 def
15992 \backslash
15993 mathclap {
15994 \backslash
15995 mathpalette 
15996 \backslash
15997 mathclapinternal}
15998 \begin_inset Newline newline
15999 \end_inset
16000
16001
16002 \backslash
16003 def
16004 \backslash
16005 mathclapinternal #1#2{
16006 \backslash
16007 clap{$
16008 \backslash
16009 mathsurround =0pt #1{#2}$}}
16010 \end_layout
16011
16012 \begin_layout Standard
16013 これは、範囲の幅を0
16014 \begin_inset space \thinspace{}
16015 \end_inset
16016
16017 ptに設定する
16018 \series bold
16019
16020 \backslash
16021 mathclap
16022 \series default
16023
16024 \begin_inset Index idx
16025 status collapsed
16026
16027 \begin_layout Plain Layout
16028 こまんど@コマンド ! M ! 
16029 \backslash
16030 mathclap
16031 \end_layout
16032
16033 \end_inset
16034
16035 コマンドを定義しています。このコマンドの書式は、
16036 \end_layout
16037
16038 \begin_layout Standard
16039
16040 \series bold
16041
16042 \backslash
16043 mathclap{範囲}
16044 \end_layout
16045
16046 \begin_layout Standard
16047 となっていて、「範囲」には複数の条件を入れることができます。
16048 \end_layout
16049
16050 \begin_layout Standard
16051 これを
16052 \begin_inset CommandInset ref
16053 LatexCommand eqref
16054 reference "eq:substack"
16055
16056 \end_inset
16057
16058 式に応用すると、以下のようなコマンド
16059 \end_layout
16060
16061 \begin_layout Standard
16062
16063 \series bold
16064
16065 \backslash
16066 sum_
16067 \backslash
16068 mathclap{
16069 \backslash
16070 substack
16071 \begin_inset ERT
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075
16076
16077 \backslash
16078 spce 
16079 \end_layout
16080
16081 \end_inset
16082
16083 0
16084 \begin_inset Formula $\boldsymbol{<}$
16085 \end_inset
16086
16087 k
16088 \begin_inset Formula $\boldsymbol{<}$
16089 \end_inset
16090
16091 1000 Ctrl+Return
16092 \end_layout
16093
16094 \begin_layout Standard
16095 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16096 \begin_inset Formula \[
16097 \sum_{\mathclap{\substack{0<k<1000\\
16098 \\
16099 k\,\in\,\mathbb{N}
16100 }
16101 }}^{n}k^{-2}\]
16102
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \begin_layout Standard
16109 \begin_inset VSpace bigskip
16110 \end_inset
16111
16112 一つの範囲を複数の演算子に用いる方法が、第
16113 \begin_inset CommandInset ref
16114 LatexCommand ref
16115 reference "sub:自己定義演算子"
16116
16117 \end_inset
16118
16119 節に述べられています。
16120 \end_layout
16121
16122 \begin_layout Standard
16123 \begin_inset Newpage newpage
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Subsection
16130 二項演算子
16131 \begin_inset CommandInset label
16132 LatexCommand label
16133 name "sub:二項演算子"
16134
16135 \end_inset
16136
16137
16138 \begin_inset Index idx
16139 status collapsed
16140
16141 \begin_layout Plain Layout
16142 えんざんし@演算子 ! にこう@二項
16143 \end_layout
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \begin_layout Standard
16151 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16152 \begin_inset VSpace medskip
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \begin_layout Standard
16159 \begin_inset space \hfill{}
16160 \end_inset
16161
16162
16163 \begin_inset Tabular
16164 <lyxtabular version="3" rows="13" columns="2">
16165 <features tabularvalignment="middle">
16166 <column alignment="center" valignment="top" width="0pt">
16167 <column alignment="center" valignment="top" width="0pt">
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 コマンド
16174 \begin_inset Note Note
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178 ここで
16179 \series bold
16180
16181 \backslash
16182 raisebox
16183 \series default
16184 はスペーサーとして使用しているだけです。
16185 \end_layout
16186
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198 出力
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 +
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 \begin_inset Formula $+$
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 </row>
16227 <row>
16228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 -
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Formula $-$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255
16256 \backslash
16257 pm
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Formula $\pm$
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280
16281 \backslash
16282 mp
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 \begin_inset Formula $\mp$
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \backslash
16307 cdot
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 \begin_inset Formula $\cdot$
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \backslash
16332 times
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Formula $\times$
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \backslash
16357 div
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 \begin_inset Formula $\div$
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset ERT
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384
16385
16386 \backslash
16387 raisebox{-1.2mm}{
16388 \end_layout
16389
16390 \end_inset
16391
16392 *
16393 \begin_inset ERT
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397
16398 }
16399 \end_layout
16400
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Formula $*$
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \backslash
16428 star
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Formula $\star$
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \backslash
16453 circ
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 \begin_inset Formula $\circ$
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \backslash
16478 diamond
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Formula $\diamond$
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 <row>
16497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501
16502 \backslash
16503 bullet
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 \begin_inset Formula $\bullet$
16513 \end_inset
16514
16515
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 </lyxtabular>
16522
16523 \end_inset
16524
16525
16526 \begin_inset space \hfill{}
16527 \end_inset
16528
16529
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="13" columns="2">
16532 <features tabularvalignment="middle">
16533 <column alignment="center" valignment="top" width="0pt">
16534 <column alignment="center" valignment="top" width="0pt">
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 コマンド
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 出力
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \backslash
16562 nabla
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 \begin_inset Formula $\nabla$
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585
16586 \backslash
16587 bigtriangledown
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Formula $\bigtriangledown$
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \backslash
16612 bigtriangleup
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 \begin_inset Formula $\bigtriangleup$
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635
16636 \backslash
16637 Box
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Formula $\Box$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660
16661 \backslash
16662 cap 
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $\cap$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685
16686 \backslash
16687 cup
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Formula $\cup$
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \backslash
16712 dagger
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 \begin_inset Formula $\dagger$
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735
16736 \backslash
16737 ddagger
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Formula $\ddagger$
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760
16761 \backslash
16762 wr
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\wr$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \backslash
16787 bigcirc
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Formula $\bigcirc$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \backslash
16812 wedge
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 \begin_inset Formula $\wedge$
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835
16836 \backslash
16837 vee
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Formula $\vee$
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 </lyxtabular>
16856
16857 \end_inset
16858
16859
16860 \begin_inset space \hfill{}
16861 \end_inset
16862
16863
16864 \begin_inset Tabular
16865 <lyxtabular version="3" rows="13" columns="2">
16866 <features tabularvalignment="middle">
16867 <column alignment="center" valignment="top" width="0pt">
16868 <column alignment="center" valignment="top" width="0pt">
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 コマンド
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 出力
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \backslash
16896 oplus
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset Formula $\oplus$
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \backslash
16921 ominus
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Formula $\ominus$
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 </row>
16939 <row>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944
16945 \backslash
16946 otimes
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 \begin_inset Formula $\otimes$
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \backslash
16971 oslash
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 \begin_inset Formula $\oslash$
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \backslash
16996 odot
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $\odot$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \backslash
17021 amalg
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030 \begin_inset Formula $\amalg$
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \backslash
17046 uplus
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Formula $\uplus$
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \backslash
17071 setminus
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\setminus$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \backslash
17096 sqcap
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\sqcap$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 <row>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119
17120 \backslash
17121 sqcup
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Formula $\sqcup$
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 </row>
17139 <row>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144
17145 \backslash
17146 triangleleft
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 \begin_inset Formula $\triangleleft$
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \backslash
17171 triangleright
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 \begin_inset Formula $\triangleright$
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 </row>
17189 </lyxtabular>
17190
17191 \end_inset
17192
17193
17194 \begin_inset space \hfill{}
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Standard
17201 二項演算子は、すべて数式ツールバーボタンの
17202 \begin_inset Graphics
17203         filename ../../images/math/pm.png
17204         scale 85
17205
17206 \end_inset
17207
17208 から挿入することもできます。
17209 \end_layout
17210
17211 \begin_layout Standard
17212 ラプラス演算子を組版するには、
17213 \series bold
17214
17215 \backslash
17216 bigtriangleup
17217 \series default
17218 以外に、
17219 \series bold
17220
17221 \backslash
17222 Delta
17223 \series default
17224
17225 \series bold
17226
17227 \backslash
17228 nabla
17229 \series default
17230 ^
17231 \series bold
17232 2
17233 \series default
17234
17235 \begin_inset Formula $\nabla^{2}$
17236 \end_inset
17237
17238 )を使用することもできます。
17239 \end_layout
17240
17241 \begin_layout Standard
17242
17243 \family sans
17244 挿入\SpecialChar \menuseparator
17245 特殊文字
17246 \family default
17247 メニューの
17248 \family sans
17249 メニュー区切り
17250 \family default
17251 で入力される文字は、
17252 \series bold
17253
17254 \backslash
17255 triangleright
17256 \series default
17257 演算子です。
17258 \end_layout
17259
17260 \begin_layout Subsection
17261 自己定義演算子
17262 \begin_inset CommandInset label
17263 LatexCommand label
17264 name "sub:自己定義演算子"
17265
17266 \end_inset
17267
17268
17269 \begin_inset Index idx
17270 status collapsed
17271
17272 \begin_layout Plain Layout
17273 えんざんし@演算子 ! じこていぎ@自己定義
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 LaTeXプリアンブルで
17283 \series bold
17284
17285 \backslash
17286 DeclareMathOperator
17287 \series default
17288
17289 \begin_inset Index idx
17290 status collapsed
17291
17292 \begin_layout Plain Layout
17293 こまんど@コマンド ! D ! 
17294 \backslash
17295 dbinom@
17296 \backslash
17297 DeclareMathOperator
17298 \end_layout
17299
17300 \end_inset
17301
17302 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17303 \end_layout
17304
17305 \begin_layout Standard
17306
17307 \series bold
17308
17309 \backslash
17310 DeclareMathOperator{新規コマンド}{表示}
17311 \end_layout
17312
17313 \begin_layout Standard
17314 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17315 \begin_inset CommandInset ref
17316 LatexCommand ref
17317 reference "sub:演算子の範囲"
17318
17319 \end_inset
17320
17321 節で述べられた範囲を指定することができます。
17322 \end_layout
17323
17324 \begin_layout Standard
17325 たとえば、以下のようなLaTeXプリアンブル行
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 DeclareMathOperator*{
17334 \backslash
17335 Lozenge}{
17336 \backslash
17337 blacklozenge}
17338 \end_layout
17339
17340 \begin_layout Standard
17341 は、第
17342 \begin_inset CommandInset ref
17343 LatexCommand ref
17344 reference "sub:その他の記号"
17345
17346 \end_inset
17347
17348 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17349 \series bold
17350
17351 \backslash
17352 Lozenge
17353 \series default
17354 を定義します。
17355 \begin_inset Formula \[
17356 \Lozenge_{n=1}^{\infty}\]
17357
17358 \end_inset
17359
17360 上記の数式を作るコマンドは、
17361 \series bold
17362
17363 \backslash
17364 Lozenge
17365 \series default
17366 ^
17367 \series bold
17368
17369 \backslash
17370 infty
17371 \begin_inset Formula $\to$
17372 \end_inset
17373
17374 _n=1
17375 \series default
17376 です。
17377 \end_layout
17378
17379 \begin_layout Standard
17380 \begin_inset VSpace bigskip
17381 \end_inset
17382
17383 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17384 \series bold
17385
17386 \backslash
17387 mathop
17388 \series default
17389
17390 \begin_inset Index idx
17391 status collapsed
17392
17393 \begin_layout Plain Layout
17394 こまんど@コマンド ! M ! 
17395 \backslash
17396 mathop
17397 \end_layout
17398
17399 \end_inset
17400
17401 コマンドおよび
17402 \series bold
17403
17404 \backslash
17405 mathbin
17406 \series default
17407
17408 \begin_inset Index idx
17409 status collapsed
17410
17411 \begin_layout Plain Layout
17412 こまんど@コマンド ! M ! 
17413 \backslash
17414 mathbin
17415 \end_layout
17416
17417 \end_inset
17418
17419 コマンドを用いて定義を行うこともできます。
17420 \end_layout
17421
17422 \begin_layout Standard
17423 (書式)
17424 \series bold
17425
17426 \backslash
17427 mathop{表示}
17428 \series default
17429 および
17430 \series bold
17431
17432 \backslash
17433 mathbin{表示}
17434 \end_layout
17435
17436 \begin_layout Standard
17437
17438 \series bold
17439
17440 \backslash
17441 mathop
17442 \series default
17443 は大演算子を定義し、
17444 \series bold
17445
17446 \backslash
17447 mathbin
17448 \series default
17449 は二項演算子を定義します。
17450 \end_layout
17451
17452 \begin_layout Standard
17453 たとえば
17454 \series bold
17455
17456 \backslash
17457 mathop
17458 \series default
17459 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17460 \end_layout
17461
17462 \begin_layout Standard
17463 \begin_inset Formula \[
17464 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17465
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 上記の数式では
17473 \begin_inset Newline newline
17474 \end_inset
17475
17476
17477 \series bold
17478
17479 \backslash
17480 mathop{
17481 \backslash
17482 sum
17483 \backslash
17484 negmedspace
17485 \backslash
17486 sum
17487 \series default
17488
17489 \begin_inset ERT
17490 status collapsed
17491
17492 \begin_layout Plain Layout
17493
17494
17495 \backslash
17496 spce 
17497 \end_layout
17498
17499 \end_inset
17500
17501
17502 \series bold
17503
17504 \begin_inset Formula $\to$
17505 \end_inset
17506
17507 ^N
17508 \series default
17509
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 spce 
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \series bold
17524 _i,j=1
17525 \begin_inset Newline newline
17526 \end_inset
17527
17528
17529 \series default
17530 というコマンドを用いています。
17531 \end_layout
17532
17533 \begin_layout Section
17534 書体
17535 \begin_inset Index idx
17536 status collapsed
17537
17538 \begin_layout Plain Layout
17539 しょたい@書体
17540 \end_layout
17541
17542 \end_inset
17543
17544
17545 \begin_inset Index idx
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 ふぉんと@フォント | see
17550 \begin_inset ERT
17551 status collapsed
17552
17553 \begin_layout Plain Layout
17554
17555 {
17556 \end_layout
17557
17558 \end_inset
17559
17560 書体
17561 \begin_inset ERT
17562 status collapsed
17563
17564 \begin_layout Plain Layout
17565
17566 }
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Subsection
17580 書体様式
17581 \begin_inset CommandInset label
17582 LatexCommand label
17583 name "sub:書体様式"
17584
17585 \end_inset
17586
17587
17588 \begin_inset Index idx
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592 しょたい@書体 ! ようしき@様式
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17602 \begin_inset VSpace -2mm
17603 \end_inset
17604
17605
17606 \end_layout
17607
17608 \begin_layout Standard
17609 \align center
17610 \begin_inset Tabular
17611 <lyxtabular version="3" rows="7" columns="3">
17612 <features tabularvalignment="middle">
17613 <column alignment="center" valignment="top" width="0">
17614 <column alignment="center" valignment="top" width="0">
17615 <column alignment="center" valignment="top" width="0">
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 コマンド
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 出力
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 短絡キー
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \backslash
17652 mathbb
17653 \series bold
17654
17655 \begin_inset ERT
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659
17660
17661 \backslash
17662 spce 
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \series default
17669 ABC
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\mathbb{ABC}$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 \begin_inset Info
17691 type  "shortcut"
17692 arg   "font-noun"
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 <row>
17702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706
17707 \backslash
17708 mathbf
17709 \series bold
17710
17711 \begin_inset ERT
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715
17716
17717 \backslash
17718 spce 
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \series default
17725 AbC
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 \begin_inset Formula $\mathbf{AbC}$
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset Info
17747 type  "shortcut"
17748 arg   "font-bold"
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \backslash
17764 boldsymbol
17765 \series bold
17766
17767 \begin_inset ERT
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771
17772
17773 \backslash
17774 spce 
17775 \end_layout
17776
17777 \end_inset
17778
17779
17780 \series default
17781 AbC
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 \begin_inset Formula $\boldsymbol{AbC}$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 \begin_inset Info
17803 type  "shortcuts"
17804 arg   "font-boldsymbol"
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \backslash
17820 mathcal
17821 \series bold
17822
17823 \begin_inset ERT
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827
17828
17829 \backslash
17830 spce 
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \series default
17837 ABC
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Formula $\mathcal{ABC}$
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 \begin_inset Info
17859 type  "shortcut"
17860 arg   "font-emph"
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \backslash
17876 mathfrak
17877 \series bold
17878
17879 \begin_inset ERT
17880 status collapsed
17881
17882 \begin_layout Plain Layout
17883
17884
17885 \backslash
17886 spce 
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \series default
17893 AbC
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Formula $\mathfrak{AbC}$
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 -
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 </row>
17920 <row>
17921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \backslash
17927 mathscr
17928 \series bold
17929
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 spce 
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \series default
17944 AbC
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $\mathscr{AbC}$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 -
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 </row>
17971 </lyxtabular>
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 \align center
17980 \begin_inset Tabular
17981 <lyxtabular version="3" rows="5" columns="3">
17982 <features tabularvalignment="middle">
17983 <column alignment="center" valignment="top" width="0">
17984 <column alignment="center" valignment="top" width="0">
17985 <column alignment="center" valignment="top" width="0">
17986 <row>
17987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 コマンド
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 出力
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 短絡キー
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020
18021 \backslash
18022 mathit
18023 \series bold
18024
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 spce 
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \series default
18039 AbC
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 \begin_inset Formula $\mathit{AbC}$
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 -
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 </row>
18066 <row>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \backslash
18073 mathrm
18074 \series bold
18075
18076 \begin_inset ERT
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 spce 
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \series default
18090 AbC
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 \begin_inset Formula $\mathrm{AbC}$
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 \begin_inset Info
18112 type  "shortcut"
18113 arg   "font-roman"
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 </row>
18122 <row>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \backslash
18129 mathsf
18130 \series bold
18131
18132 \begin_inset ERT
18133 status collapsed
18134
18135 \begin_layout Plain Layout
18136
18137
18138 \backslash
18139 spce 
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \series default
18146 AbC
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 \begin_inset Formula $\mathsf{AbC}$
18156 \end_inset
18157
18158
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 \begin_inset Info
18168 type  "shortcut"
18169 arg   "font-sans"
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \backslash
18185 mathtt
18186 \series bold
18187
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 spce 
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \series default
18202 AbC
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Formula $\mathtt{AbC}$
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 \begin_inset Info
18224 type  "shortcut"
18225 arg   "font-typewriter"
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 </lyxtabular>
18235
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \begin_layout Standard
18242 \begin_inset Note Greyedout
18243 status open
18244
18245 \begin_layout Plain Layout
18246
18247 \series bold
18248 (注意)
18249 \backslash
18250 mathbb
18251 \series default
18252 様式と
18253 \series bold
18254
18255 \backslash
18256 mathcal
18257 \series default
18258 様式は、大文字にのみ使用することができます。
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 既定では、
18268 \series bold
18269
18270 \backslash
18271 mathnormal
18272 \series default
18273 様式に設定されています。
18274 \end_layout
18275
18276 \begin_layout Standard
18277 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18278 \begin_inset Formula \[
18279 \mathfrak{A=\frac{b}{C}}\]
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18288 \series bold
18289
18290 \backslash
18291 textrm
18292 \series default
18293 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18294 \begin_inset Foot
18295 status collapsed
18296
18297 \begin_layout Plain Layout
18298 \begin_inset CommandInset href
18299 LatexCommand href
18300 name "LyX-bug #4629"
18301 target "http://www.lyx.org/trac/ticket/4629"
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Standard
18314 書体様式コマンドの代わりに、
18315 \family sans
18316 編集\SpecialChar \menuseparator
18317 数学\SpecialChar \menuseparator
18318 文字様式
18319 \family default
18320 ダイアログや、
18321 \begin_inset Graphics
18322         filename ../../images/math/font.png
18323         scale 85
18324
18325 \end_inset
18326
18327 を使用することもできます。
18328 \end_layout
18329
18330 \begin_layout Subsection
18331 ボールド体の数式
18332 \begin_inset CommandInset label
18333 LatexCommand label
18334 name "sub:ボールド体の数式"
18335
18336 \end_inset
18337
18338
18339 \begin_inset Index idx
18340 status collapsed
18341
18342 \begin_layout Plain Layout
18343 すうしき@数式 ! ぼーるどたい@ボールド体
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 数式全体をボールド体にしようとすると、前節の
18353 \series bold
18354
18355 \backslash
18356 mathbf
18357 \series default
18358 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18359 字してしまいます。
18360 \end_layout
18361
18362 \begin_layout Standard
18363 \begin_inset Formula \[
18364 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 この数式を正しく表示するには、以下のように、
18373 \series bold
18374
18375 \backslash
18376 boldsymbol
18377 \series default
18378 コマンドを使用します。
18379 \begin_inset Formula \[
18380 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18381
18382 \end_inset
18383
18384 また、数式を
18385 \series bold
18386 boldmath環境
18387 \series default
18388 に設定する方法もあります。この環境は、TeXモードで
18389 \series bold
18390
18391 \backslash
18392 boldmath
18393 \begin_inset Index idx
18394 status collapsed
18395
18396 \begin_layout Plain Layout
18397 こまんど@コマンド ! B ! 
18398 \backslash
18399 boldmath
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \series default
18406 コマンドを挿入することによって作ることができます。環境を閉じるには、
18407 \series bold
18408
18409 \backslash
18410 unboldmath
18411 \begin_inset Index idx
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415 こまんど@コマンド ! U ! 
18416 \backslash
18417 unboldmath
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \series default
18424 コマンドをTeXモードで挿入します。
18425 \begin_inset ERT
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429
18430
18431 \backslash
18432 boldmath 
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \begin_inset Formula \[
18439 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18440
18441 \end_inset
18442
18443
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 unboldmath 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Subsection
18460 色付きの数式
18461 \begin_inset Index idx
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465 すうしき@数式 ! いろつき@色付き
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Standard
18474 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18475 \begin_inset Formula \[
18476 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484
18485 \begin_inset CommandInset ref
18486 LatexCommand ref
18487 reference "sub:色付きボックス"
18488
18489 \end_inset
18490
18491 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18492 \series bold
18493
18494 \backslash
18495 textcolor
18496 \series default
18497
18498 \begin_inset Index idx
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502 こまんど@コマンド ! T ! 
18503 \backslash
18504 textcolor
18505 \end_layout
18506
18507 \end_inset
18508
18509 TeXコードコマンドで適用することができます。
18510 \end_layout
18511
18512 \begin_layout Standard
18513
18514 \series bold
18515
18516 \backslash
18517 textcolor{色}{文字ないし数式}
18518 \end_layout
18519
18520 \begin_layout Standard
18521 下記の例は、全体を濃緑にし、一部を赤にしています。
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \begin_inset ERT
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529
18530
18531 \backslash
18532 textcolor{darkgreen}{
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \begin_inset Formula \[
18539 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18540
18541 \end_inset
18542
18543
18544 \begin_inset ERT
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548
18549 }
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Standard
18558 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18559 \begin_inset Foot
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563 \begin_inset CommandInset href
18564 LatexCommand href
18565 name "LyX-bug #5269"
18566 target "http://www.lyx.org/trac/ticket/5269"
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \begin_layout Subsection
18579 書体寸法
18580 \begin_inset CommandInset label
18581 LatexCommand label
18582 name "sub:書体寸法"
18583
18584 \end_inset
18585
18586
18587 \begin_inset Index idx
18588 status collapsed
18589
18590 \begin_layout Plain Layout
18591 しょたい@書体 ! すんぽう@寸法
18592 \end_layout
18593
18594 \end_inset
18595
18596
18597 \end_layout
18598
18599 \begin_layout Standard
18600 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18601 \end_layout
18602
18603 \begin_layout Standard
18604
18605 \series bold
18606
18607 \backslash
18608 Huge
18609 \series default
18610
18611 \series bold
18612
18613 \backslash
18614 huge
18615 \series default
18616
18617 \series bold
18618
18619 \backslash
18620 LARGE
18621 \series default
18622
18623 \series bold
18624
18625 \backslash
18626 Large
18627 \series default
18628
18629 \series bold
18630
18631 \backslash
18632 large
18633 \series default
18634
18635 \series bold
18636
18637 \backslash
18638 normalsize
18639 \series default
18640
18641 \series bold
18642
18643 \backslash
18644 small
18645 \series default
18646 ,
18647 \begin_inset Newline newline
18648 \end_inset
18649
18650
18651 \series bold
18652
18653 \backslash
18654 footnotesize
18655 \series default
18656
18657 \series bold
18658
18659 \backslash
18660 scriptsize
18661 \series default
18662 、および
18663 \series bold
18664
18665 \backslash
18666 tiny
18667 \end_layout
18668
18669 \begin_layout Standard
18670 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18671 \series bold
18672
18673 \backslash
18674 normalsize
18675 \series default
18676 コマンドに設定されます。他のコマンドは、
18677 \series bold
18678
18679 \backslash
18680 normalsize
18681 \series default
18682 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18683 \begin_inset space \thinspace{}
18684 \end_inset
18685
18686 ptであるならば、
18687 \series bold
18688
18689 \backslash
18690 Huge
18691 \series default
18692 コマンドは
18693 \series bold
18694
18695 \backslash
18696 huge
18697 \series default
18698 コマンドと同じ大きさに落とされます。
18699 \end_layout
18700
18701 \begin_layout Standard
18702 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18703 \series bold
18704
18705 \backslash
18706 normalsize
18707 \series default
18708 コマンドを挿入します。
18709 \end_layout
18710
18711 \begin_layout Standard
18712 \begin_inset Newpage newpage
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \begin_layout Standard
18719 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18720 \end_layout
18721
18722 \begin_layout Standard
18723 \noindent
18724 \align center
18725 \begin_inset Tabular
18726 <lyxtabular version="3" rows="5" columns="2">
18727 <features tabularvalignment="middle">
18728 <column alignment="center" valignment="top" width="0">
18729 <column alignment="center" valignment="top" width="0">
18730 <row>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 コマンド
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744 出力
18745 \begin_inset Note Note
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750 \series bold
18751
18752 \backslash
18753 raisebox
18754 \series default
18755  はスペーサーとして使用されているだけです。
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \backslash
18773 displaystyle
18774 \begin_inset Index idx
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778 こまんど@コマンド ! D ! 
18779 \backslash
18780 displaystyle
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808
18809 \backslash
18810 textstyle
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \backslash
18835 scriptstyle
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 <row>
18854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \backslash
18860 scriptscriptstyle
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 </lyxtabular>
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18887 \end_layout
18888
18889 \begin_layout Standard
18890 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18891 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18892 \begin_inset VSpace -2mm
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \begin_layout Standard
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 huge 
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \begin_inset Formula \[
18913 A=\frac{B}{c}\cdot\maltese\]
18914
18915 \end_inset
18916
18917
18918 \begin_inset Formula \[
18919 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18920
18921 \end_inset
18922
18923
18924 \begin_inset ERT
18925 status collapsed
18926
18927 \begin_layout Plain Layout
18928
18929
18930 \backslash
18931 normalsize 
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 \begin_inset VSpace medskip
18941 \end_inset
18942
18943 二つの式の前には、
18944 \series bold
18945
18946 \backslash
18947 huge
18948 \series default
18949 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18950 \begin_inset Newline newline
18951 \end_inset
18952
18953
18954 \series bold
18955
18956 \backslash
18957 maltese
18958 \begin_inset ERT
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962
18963
18964 \backslash
18965 spce 
18966 \end_layout
18967
18968 \end_inset
18969
18970 A Alt+M M 
18971 \backslash
18972 Large
18973 \begin_inset ERT
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977
18978
18979 \backslash
18980 spce 
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \backslash
18987 maltese
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993
18994 \backslash
18995 spce 
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \backslash
19002 textit
19003 \begin_inset ERT
19004 status collapsed
19005
19006 \begin_layout Plain Layout
19007
19008
19009 \backslash
19010 spce 
19011 \end_layout
19012
19013 \end_inset
19014
19015 A
19016 \begin_inset Formula $\to$
19017 \end_inset
19018
19019
19020 \begin_inset Formula $\to$
19021 \end_inset
19022
19023
19024 \begin_inset Newline newline
19025 \end_inset
19026
19027
19028 \begin_inset space \hspace*{}
19029 \length 1cm
19030 \end_inset
19031
19032 Alt+M
19033 \series default
19034  
19035 \series bold
19036
19037 \backslash
19038 tiny
19039 \begin_inset ERT
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043
19044
19045 \backslash
19046 spce 
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \backslash
19053 maltese
19054 \begin_inset ERT
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058
19059
19060 \backslash
19061 spce 
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \backslash
19068 textit
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074
19075 \backslash
19076 spce 
19077 \end_layout
19078
19079 \end_inset
19080
19081 A
19082 \begin_inset Newline newline
19083 \end_inset
19084
19085
19086 \series default
19087 のようになります。
19088 \end_layout
19089
19090 \begin_layout Standard
19091 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19092 \begin_inset Newpage newpage
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \begin_layout Section
19099 ギリシャ文字
19100 \begin_inset Index idx
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104 ぎりしゃもじ@ギリシャ文字
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Standard
19113 すべてのギリシャ文字は、ツールバーボタンの
19114 \begin_inset Graphics
19115         filename ../../images/math/alpha.png
19116         scale 85
19117
19118 \end_inset
19119
19120 からでも挿入することができます。
19121 \end_layout
19122
19123 \begin_layout Subsection
19124 小文字
19125 \begin_inset Index idx
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Standard
19138 \begin_inset space \hfill{}
19139 \end_inset
19140
19141
19142 \begin_inset Tabular
19143 <lyxtabular version="3" rows="11" columns="2">
19144 <features tabularvalignment="middle">
19145 <column alignment="center" valignment="top" width="0pt">
19146 <column alignment="center" valignment="top" width="0pt">
19147 <row>
19148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 コマンド
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 出力
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \backslash
19174 alpha
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Formula $\alpha$
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 <row>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \backslash
19199 beta
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\beta$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 gamma
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\gamma$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 delta
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\delta$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 epsilon
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\epsilon$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 varepsilon
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\varepsilon$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 zeta
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\zeta$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 eta
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\eta$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \backslash
19374 theta
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 \begin_inset Formula $\theta$
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \backslash
19399 vartheta
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $\vartheta$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 </lyxtabular>
19418
19419 \end_inset
19420
19421
19422 \begin_inset space \hfill{}
19423 \end_inset
19424
19425
19426 \begin_inset Tabular
19427 <lyxtabular version="3" rows="12" columns="2">
19428 <features tabularvalignment="middle">
19429 <column alignment="center" valignment="top" width="0pt">
19430 <column alignment="center" valignment="top" width="0pt">
19431 <row>
19432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 コマンド
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 出力
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 iota
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\iota$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 kappa
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\kappa$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 varkappa
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\varkappa$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 lambda
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\lambda$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 mu
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\mu$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 nu
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\nu$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 xi
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\xi$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 o
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $o$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 pi
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\pi$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 varpi
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\varpi$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 rho
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\rho$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 </lyxtabular>
19725
19726 \end_inset
19727
19728
19729 \begin_inset space \hfill{}
19730 \end_inset
19731
19732
19733 \begin_inset Tabular
19734 <lyxtabular version="3" rows="11" columns="2">
19735 <features tabularvalignment="middle">
19736 <column alignment="center" valignment="top" width="0pt">
19737 <column alignment="center" valignment="top" width="0pt">
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 コマンド
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 出力
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 varrho
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\varrho$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 sigma
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\sigma$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 varsigma
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\varsigma$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 tau
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\tau$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 upsilon
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\upsilon$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 phi
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\phi$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 varphi
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\varphi$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 chi
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\chi$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 psi
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\psi$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 omega
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\omega$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 </lyxtabular>
20009
20010 \end_inset
20011
20012
20013 \begin_inset space \hfill{}
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \begin_layout Standard
20020 \begin_inset VSpace medskip
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Standard
20027 アップライト体のギリシャ文字を作成する方法は、第
20028 \begin_inset CommandInset ref
20029 LatexCommand ref
20030 reference "sub:アップライト体ギリシャ小文字"
20031
20032 \end_inset
20033
20034 節に説明されています。
20035 \end_layout
20036
20037 \begin_layout Subsection
20038 大文字
20039 \begin_inset Index idx
20040 status collapsed
20041
20042 \begin_layout Plain Layout
20043 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20044 \end_layout
20045
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \begin_layout Standard
20052 \begin_inset space \hfill{}
20053 \end_inset
20054
20055
20056 \begin_inset Tabular
20057 <lyxtabular version="3" rows="7" columns="2">
20058 <features tabularvalignment="middle">
20059 <column alignment="center" valignment="top" width="0pt">
20060 <column alignment="center" valignment="top" width="0pt">
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \family roman
20068 \series medium
20069 \shape up
20070 \size normal
20071 \emph off
20072 \bar no
20073 \noun off
20074 \color none
20075 コマンド
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \family roman
20086 \series medium
20087 \shape up
20088 \size normal
20089 \emph off
20090 \bar no
20091 \noun off
20092 \color none
20093 出力
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 Gamma
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\Gamma$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 Delta
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\Delta$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \backslash
20156 Theta
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 \begin_inset Formula $\Theta$
20166 \end_inset
20167
20168
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 </row>
20174 <row>
20175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179
20180 \backslash
20181 Lambda
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190 \begin_inset Formula $\Lambda$
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \backslash
20206 Xi
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 \begin_inset Formula $\Xi$
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 </row>
20224 <row>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \backslash
20231 Pi
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240 \begin_inset Formula $\Pi$
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 </lyxtabular>
20250
20251 \end_inset
20252
20253
20254 \begin_inset space \hfill{}
20255 \end_inset
20256
20257
20258 \begin_inset Tabular
20259 <lyxtabular version="3" rows="6" columns="2">
20260 <features tabularvalignment="middle">
20261 <column alignment="center" valignment="top" width="0pt">
20262 <column alignment="center" valignment="top" width="0pt">
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \family roman
20270 \series medium
20271 \shape up
20272 \size normal
20273 \emph off
20274 \bar no
20275 \noun off
20276 \color none
20277 コマンド
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \family roman
20288 \series medium
20289 \shape up
20290 \size normal
20291 \emph off
20292 \bar no
20293 \noun off
20294 \color none
20295 出力
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 </row>
20301 <row>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \backslash
20308 Sigma
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset Formula $\Sigma$
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 </row>
20326 <row>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 Upsilon
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Formula $\Upsilon$
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 <row>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \backslash
20358 Phi
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\Phi$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \backslash
20383 Psi
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 \begin_inset Formula $\Psi$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \backslash
20408 Omega
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 \begin_inset Formula $\Omega$
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 </lyxtabular>
20427
20428 \end_inset
20429
20430
20431 \begin_inset space \hfill{}
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Standard
20438 \begin_inset VSpace medskip
20439 \end_inset
20440
20441 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20442 ドの頭に
20443 \series bold
20444 var
20445 \series default
20446 を付けてください。たとえば、
20447 \series bold
20448
20449 \backslash
20450 varGamma
20451 \series default
20452 コマンドは、
20453 \begin_inset Formula $\varGamma$
20454 \end_inset
20455
20456 を生成します。
20457 \end_layout
20458
20459 \begin_layout Subsection
20460 ボールド体
20461 \begin_inset Index idx
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20475 \series bold
20476
20477 \backslash
20478 boldsymbol
20479 \series default
20480 コマンドのみです
20481 \begin_inset Index idx
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 こまんど@コマンド ! B ! 
20486 \backslash
20487 boldsymbol
20488 \end_layout
20489
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \begin_layout Standard
20496 \align center
20497 \begin_inset Tabular
20498 <lyxtabular version="3" rows="3" columns="2">
20499 <features tabularvalignment="middle">
20500 <column alignment="center" valignment="top" width="0">
20501 <column alignment="center" valignment="top" width="0">
20502 <row>
20503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 コマンド
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 出力
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 Upsilon
20530 \backslash
20531 boldsymbol
20532 \backslash
20533 Upsilon
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \backslash
20558 theta
20559 \backslash
20560 boldsymbol
20561 \backslash
20562 theta
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\theta\boldsymbol{\theta}$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 </lyxtabular>
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Section
20588 記号
20589 \begin_inset ERT
20590 status collapsed
20591
20592 \begin_layout Plain Layout
20593
20594
20595 \backslash
20596 texorpdfstring{
20597 \end_layout
20598
20599 \end_inset
20600
20601
20602 \begin_inset Foot
20603 status collapsed
20604
20605 \begin_layout Plain Layout
20606 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20607 \begin_inset CommandInset citation
20608 LatexCommand cite
20609 key "Symbols"
20610
20611 \end_inset
20612
20613 にあります。
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \begin_inset ERT
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623
20624 }{}
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \begin_inset Note Note
20631 status collapsed
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20637 \end_layout
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 texorpdfstringについての詳細は、第
20643 \begin_inset CommandInset ref
20644 LatexCommand ref
20645 reference "sub:節見出し中の数式"
20646
20647 \end_inset
20648
20649 節にあります。
20650 \end_layout
20651
20652 \end_inset
20653
20654
20655 \begin_inset Index idx
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659 きごう@記号
20660 \end_layout
20661
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \begin_layout Standard
20668 本節に掲げてある各記号の多くは、ツールバーボタンの
20669 \begin_inset Graphics
20670         filename ../../images/math/nabla.png
20671         scale 85
20672
20673 \end_inset
20674
20675
20676 \begin_inset Graphics
20677         filename ../../images/math/digamma.png
20678         scale 85
20679
20680 \end_inset
20681
20682 でも挿入することができます。
20683 \end_layout
20684
20685 \begin_layout Subsection
20686 数学記号
20687 \begin_inset CommandInset label
20688 LatexCommand label
20689 name "sub:数学記号"
20690
20691 \end_inset
20692
20693
20694 \begin_inset Index idx
20695 status collapsed
20696
20697 \begin_layout Plain Layout
20698 きごう@記号 ! すうがく@数学
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset space \hfill{}
20708 \end_inset
20709
20710
20711 \begin_inset Tabular
20712 <lyxtabular version="3" rows="10" columns="2">
20713 <features tabularvalignment="middle">
20714 <column alignment="center" valignment="top" width="0pt">
20715 <column alignment="center" valignment="top" width="0pt">
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 コマンド
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730 出力
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 neg
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\neg$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \backslash
20768 Im
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $\Im$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 Re
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\Re$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 aleph
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\aleph$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 partial
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\partial$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 infty
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\infty$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 wp
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\wp$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 imath
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\imath$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 jmath
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\jmath$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 </lyxtabular>
20962
20963 \end_inset
20964
20965
20966 \begin_inset space \hfill{}
20967 \end_inset
20968
20969
20970 \begin_inset Tabular
20971 <lyxtabular version="3" rows="10" columns="2">
20972 <features tabularvalignment="middle">
20973 <column alignment="center" valignment="top" width="0pt">
20974 <column alignment="center" valignment="top" width="0pt">
20975 <row>
20976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 コマンド
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 出力
20990 \begin_inset Note Note
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994 ここで
20995 \series bold
20996
20997 \backslash
20998 raisebox
20999 \series default
21000 はスペーサーとして使用しているだけです。
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 forall
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\forall$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \backslash
21043 exists
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $\exists$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \backslash
21068 nexists
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\nexists$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 <row>
21087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \backslash
21093 emptyset
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\emptyset$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 varnothing
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 \begin_inset Formula $\varnothing$
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \backslash
21143 dag
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $\dag$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 </row>
21161 <row>
21162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166
21167 \backslash
21168 ddag
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\ddag$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \backslash
21193 complement
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 \begin_inset ERT
21203 status collapsed
21204
21205 \begin_layout Plain Layout
21206
21207
21208 \backslash
21209 raisebox{-0.8mm}{
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \begin_inset Formula $\complement$
21216 \end_inset
21217
21218
21219 \begin_inset ERT
21220 status collapsed
21221
21222 \begin_layout Plain Layout
21223
21224 }
21225 \end_layout
21226
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 <row>
21236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240
21241 \backslash
21242 Bbbk
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 \begin_inset Formula $\Bbbk$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 </lyxtabular>
21261
21262 \end_inset
21263
21264
21265 \begin_inset space \hfill{}
21266 \end_inset
21267
21268
21269 \begin_inset Tabular
21270 <lyxtabular version="3" rows="10" columns="2">
21271 <features tabularvalignment="middle">
21272 <column alignment="center" valignment="top" width="0pt">
21273 <column alignment="center" valignment="top" width="0pt">
21274 <row>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 コマンド
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 出力
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 prime
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\prime$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 backprime
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\backprime$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 mho
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\mho$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \backslash
21376 triangle
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $\triangle$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 angle
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\angle$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424
21425 \backslash
21426 measuredangle
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\measuredangle$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 <row>
21445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 sphericalangle
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Formula $\sphericalangle$
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 <row>
21470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \backslash
21476 top
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Formula $\top$
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499
21500 \backslash
21501 bot
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $\bot$
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 </lyxtabular>
21520
21521 \end_inset
21522
21523
21524 \begin_inset space \hfill{}
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \begin_layout Subsection
21531 その他の記号
21532 \begin_inset CommandInset label
21533 LatexCommand label
21534 name "sub:その他の記号"
21535
21536 \end_inset
21537
21538
21539 \begin_inset Index idx
21540 status collapsed
21541
21542 \begin_layout Plain Layout
21543 きごう@記号 ! そのた@その他
21544 \end_layout
21545
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \begin_layout Standard
21552 \noindent
21553 \align center
21554 \begin_inset Tabular
21555 <lyxtabular version="3" rows="10" columns="2">
21556 <features tabularvalignment="middle">
21557 <column alignment="center" valignment="top" width="0pt">
21558 <column alignment="center" valignment="top" width="0pt">
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \family roman
21566 \series medium
21567 \shape up
21568 \size normal
21569 \emph off
21570 \bar no
21571 \noun off
21572 \color none
21573 コマンド
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \family roman
21584 \series medium
21585 \shape up
21586 \size normal
21587 \emph off
21588 \bar no
21589 \noun off
21590 \color none
21591 出力
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 flat
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Formula $\flat$
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627
21628 \backslash
21629 natural
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset Formula $\natural$
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 </row>
21647 <row>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \backslash
21654 sharp
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 \begin_inset Formula $\sharp$
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 </row>
21672 <row>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677
21678 \backslash
21679 surd
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 \begin_inset Formula $\surd$
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 <row>
21698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \backslash
21704 checkmark
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 \begin_inset Formula $\checkmark$
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 </row>
21722 <row>
21723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727
21728 \backslash
21729 yen
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 \begin_inset Formula $\yen$
21739 \end_inset
21740
21741
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752
21753 \backslash
21754 pounds
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 \begin_inset Formula $\pounds$
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 $
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\$$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 §
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $§$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 </lyxtabular>
21819
21820 \end_inset
21821
21822
21823 \begin_inset Tabular
21824 <lyxtabular version="3" rows="10" columns="2">
21825 <features tabularvalignment="middle">
21826 <column alignment="center" valignment="top" width="0">
21827 <column alignment="center" valignment="top" width="0">
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \family roman
21835 \series medium
21836 \shape up
21837 \size normal
21838 \emph off
21839 \bar no
21840 \noun off
21841 \color none
21842 コマンド
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \family roman
21853 \series medium
21854 \shape up
21855 \size normal
21856 \emph off
21857 \bar no
21858 \noun off
21859 \color none
21860 出力
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 </row>
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \backslash
21873 hbar
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 \begin_inset Formula $\hbar$
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 hslash
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\hslash$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 clubsuit
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\clubsuit$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 spadesuit
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\spadesuit$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 bigstar
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\bigstar$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 blacklozenge
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\blacklozenge$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 blacktriangle
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\blacktriangle$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 blacktiangledown
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\blacktriangledown$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 bullet
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\bullet$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 </lyxtabular>
22092
22093 \end_inset
22094
22095
22096 \begin_inset Tabular
22097 <lyxtabular version="3" rows="10" columns="2">
22098 <features tabularvalignment="middle">
22099 <column alignment="center" valignment="top" width="0pt">
22100 <column alignment="center" valignment="top" width="0pt">
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \family roman
22108 \series medium
22109 \shape up
22110 \size normal
22111 \emph off
22112 \bar no
22113 \noun off
22114 \color none
22115 コマンド
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \family roman
22126 \series medium
22127 \shape up
22128 \size normal
22129 \emph off
22130 \bar no
22131 \noun off
22132 \color none
22133 出力
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144
22145 \backslash
22146 diamondsuit
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 \begin_inset Formula $\diamondsuit$
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \backslash
22171 Diamond
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Formula $\Diamond$
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 heartsuit
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\heartsuit$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \backslash
22221 P
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $\P$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \backslash
22246 copyright
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Formula $\copyright$
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 </row>
22264 <row>
22265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269
22270 \backslash
22271 circledR
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\circledR$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \backslash
22296 maltese
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\maltese$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319
22320 \backslash
22321 diagup
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $\diagup$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \backslash
22346 diagdown
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\diagdown$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 </lyxtabular>
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 \begin_inset VSpace medskip
22373 \end_inset
22374
22375 ここにある以上の記号が、第
22376 \begin_inset CommandInset ref
22377 LatexCommand ref
22378 reference "sub:他の特殊文字"
22379
22380 \end_inset
22381
22382 節に挙げてあります。
22383 \end_layout
22384
22385 \begin_layout Standard
22386 寸法を変えて表示することのできる記号もあります。第
22387 \begin_inset CommandInset ref
22388 LatexCommand ref
22389 reference "sub:書体寸法"
22390
22391 \end_inset
22392
22393 節をご参照下さい。
22394 \end_layout
22395
22396 \begin_layout Subsection
22397 ユーロ通貨記号€
22398 \begin_inset Index idx
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \begin_inset Index idx
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412
22413 \backslash
22414 @
22415 \begin_inset ERT
22416 status collapsed
22417
22418 \begin_layout Plain Layout
22419
22420
22421 \backslash
22422 officialeuro
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Standard
22436 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22437 \series bold
22438 eurosym
22439 \series default
22440
22441 \begin_inset Index idx
22442 status collapsed
22443
22444 \begin_layout Plain Layout
22445 ぱっけーじ@パッケージ ! eurosym
22446 \end_layout
22447
22448 \end_inset
22449
22450 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22451 \end_layout
22452
22453 \begin_layout Standard
22454
22455 \series bold
22456
22457 \backslash
22458 usepackage[gennarrow]{eurosym}
22459 \end_layout
22460
22461 \begin_layout Standard
22462 すると、ユーロ通貨記号を
22463 \series bold
22464
22465 \backslash
22466 euro
22467 \series default
22468
22469 \begin_inset Index idx
22470 status collapsed
22471
22472 \begin_layout Plain Layout
22473 こまんど@コマンド ! E ! 
22474 \backslash
22475 euro
22476 \end_layout
22477
22478 \end_inset
22479
22480 コマンドで挿入することができるようになります。
22481 \end_layout
22482
22483 \begin_layout Standard
22484 数式テキストには、
22485 \series bold
22486 eurosym
22487 \series default
22488 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22489 \series bold
22490 eurosym
22491 \series default
22492 が導入されていれば、
22493 \series bold
22494
22495 \backslash
22496 euro
22497 \series default
22498 はTeXモードでも挿入することができます。また、正式な通貨記号を
22499 \series bold
22500
22501 \backslash
22502 officialeuro
22503 \series default
22504
22505 \begin_inset Index idx
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509 こまんど@コマンド ! O ! 
22510 \backslash
22511 officialeuro
22512 \end_layout
22513
22514 \end_inset
22515
22516 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset ERT
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524
22525
22526 \backslash
22527 ifeurosym 
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \begin_inset Note Note
22534 status open
22535
22536 \begin_layout Plain Layout
22537 以下の表は、LaTeXパッケージ
22538 \series bold
22539 eurosym
22540 \series default
22541 が導入済みのときのみ表示されます。
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \begin_layout Standard
22550 以下は、各ユーロ通貨記号のまとめです。
22551 \end_layout
22552
22553 \begin_layout Standard
22554 \align center
22555 \begin_inset Tabular
22556 <lyxtabular version="3" rows="4" columns="3">
22557 <features tabularvalignment="middle">
22558 <column alignment="center" valignment="top" width="0pt">
22559 <column alignment="center" valignment="top" width="0pt">
22560 <column alignment="center" valignment="top" width="0pt">
22561 <row>
22562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 コマンド
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 出力
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 数式
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604
22605 \backslash
22606 euro
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 \begin_inset Formula $\euro$
22616 \end_inset
22617
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 </row>
22624 <row>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 数式テキスト
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $\mbox{€}$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 TeXモード
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 officialeuro
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset ERT
22682 status collapsed
22683
22684 \begin_layout Plain Layout
22685
22686
22687 \backslash
22688 officialeuro
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 </lyxtabular>
22700
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707 \begin_inset ERT
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711
22712
22713 \backslash
22714 else 
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \begin_inset Note Note
22721 status open
22722
22723 \begin_layout Plain Layout
22724 以下は、LaTeXパッケージ
22725 \series bold
22726 eurosym
22727 \series default
22728 が導入されていないときのみ表示されます。
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Standard
22737 本節の残りを出力としてみるためには、LaTeXパッケージ
22738 \series bold
22739 eurosym
22740 \series default
22741 を導入する必要があります。
22742 \end_layout
22743
22744 \begin_layout Standard
22745 \begin_inset ERT
22746 status collapsed
22747
22748 \begin_layout Plain Layout
22749
22750
22751 \backslash
22752 fi 
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Section
22761 関係子
22762 \begin_inset CommandInset label
22763 LatexCommand label
22764 name "sec:関係子"
22765
22766 \end_inset
22767
22768
22769 \begin_inset Index idx
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773 かんけいし@関係子
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \begin_inset Index idx
22780 status collapsed
22781
22782 \begin_layout Plain Layout
22783 ひかくし@比較子|see
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788
22789 {
22790 \end_layout
22791
22792 \end_inset
22793
22794 関係子
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800 }
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \begin_layout Standard
22814 関係子はすべて、ツールバーボタンの
22815 \begin_inset Graphics
22816         filename ../../images/math/leq.png
22817         scale 85
22818
22819 \end_inset
22820
22821 でも挿入することができます。
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset space \hfill{}
22826 \end_inset
22827
22828
22829 \begin_inset Tabular
22830 <lyxtabular version="3" rows="17" columns="2">
22831 <features tabularvalignment="middle">
22832 <column alignment="center" valignment="top" width="0pt">
22833 <column alignment="center" valignment="top" width="0pt">
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 コマンド
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 出力
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $<$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Formula $<$
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \backslash
22887 le
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\le$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910
22911 \backslash
22912 ll
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $\ll$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 prec
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\prec$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 preceq
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\preceq$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 subset
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\subset$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 subseteq
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\subseteq$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 sqsubseteq
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\sqsubseteq$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 in
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\in$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 vdash
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\vdash$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 smile
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\smile$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 lhd
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\lhd$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 unlhd
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\unlhd$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 gtrless
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\gtrless$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 mid
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\mid$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 nmid
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\nmid$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 </lyxtabular>
23256
23257 \end_inset
23258
23259
23260 \begin_inset space \hfill{}
23261 \end_inset
23262
23263
23264 \begin_inset Tabular
23265 <lyxtabular version="3" rows="17" columns="2">
23266 <features tabularvalignment="middle">
23267 <column alignment="center" valignment="top" width="0pt">
23268 <column alignment="center" valignment="top" width="0pt">
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 コマンド
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 出力
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 =
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $=$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 not=
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\not=$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 equiv
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\equiv$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 sim
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\sim$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 simeq
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\simeq$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 approx
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\approx$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 cong
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\cong$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 bowtie
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\bowtie$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 notin
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\notin$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 perp
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\perp$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 propto
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\propto$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 asymp
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\asymp$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 doteq
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\doteq$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 circeq
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\circeq$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 models
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\models$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 widehat=
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\widehat{=}$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 </lyxtabular>
23688
23689 \end_inset
23690
23691
23692 \begin_inset space \hfill{}
23693 \end_inset
23694
23695
23696 \begin_inset Tabular
23697 <lyxtabular version="3" rows="17" columns="2">
23698 <features tabularvalignment="middle">
23699 <column alignment="center" valignment="top" width="0pt">
23700 <column alignment="center" valignment="top" width="0pt">
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706
23707 \family roman
23708 \series medium
23709 \shape up
23710 \size normal
23711 \emph off
23712 \bar no
23713 \noun off
23714 \color none
23715 コマンド
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \family roman
23726 \series medium
23727 \shape up
23728 \size normal
23729 \emph off
23730 \bar no
23731 \noun off
23732 \color none
23733 出力
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $>$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $>$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 ge
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\ge$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 gg
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\gg$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 <row>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \backslash
23822 succ
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 \begin_inset Formula $\succ$
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 </row>
23840 <row>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 succeq
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $\succeq$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \backslash
23872 supset
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Formula $\supset$
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 <row>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895
23896 \backslash
23897 supseteq
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 \begin_inset Formula $\supseteq$
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \backslash
23922 sqsupseteq
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 \begin_inset Formula $\sqsupseteq$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 <row>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \backslash
23947 ni
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Formula $\ni$
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 </row>
23965 <row>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 dashv
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $\dashv$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 <row>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \backslash
23997 frown
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 \begin_inset Formula $\frown$
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 <row>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \backslash
24022 rhd
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 \begin_inset Formula $\rhd$
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 </row>
24040 <row>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 unrhd
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Formula $\unrhd$
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 </row>
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070
24071 \backslash
24072 lessgtr
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Formula $\lessgtr$
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 </row>
24090 <row>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 parallel
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Formula $\parallel$
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 nparallel
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $\nparallel$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 </lyxtabular>
24141
24142 \end_inset
24143
24144
24145 \begin_inset space \hfill{}
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset VSpace medskip
24153 \end_inset
24154
24155
24156 \series bold
24157
24158 \backslash
24159 lhd
24160 \series default
24161
24162 \series bold
24163
24164 \backslash
24165 rhd
24166 \series default
24167 の文字は、同じように見える演算子
24168 \series bold
24169
24170 \backslash
24171 triangleleft
24172 \series default
24173 および
24174 \series bold
24175
24176 \backslash
24177 triangleright
24178 \series default
24179 よりも大きくなっています。
24180 \end_layout
24181
24182 \begin_layout Standard
24183 関係子は、記号とは違って、つねに前後に余白が置かれます。
24184 \end_layout
24185
24186 \begin_layout Standard
24187
24188 \series bold
24189
24190 \backslash
24191 stackrel
24192 \series default
24193
24194 \begin_inset Index idx
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198 こまんど@コマンド ! S ! 
24199 \backslash
24200 stackrel
24201 \end_layout
24202
24203 \end_inset
24204
24205 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24206 \end_layout
24207
24208 \begin_layout Standard
24209 \align center
24210 \begin_inset Tabular
24211 <lyxtabular version="3" rows="2" columns="2">
24212 <features tabularvalignment="middle">
24213 <column alignment="center" valignment="top" width="0">
24214 <column alignment="center" valignment="top" width="0">
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 コマンド
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 出力
24230 \begin_inset Note Note
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234 ここで
24235 \series bold
24236
24237 \backslash
24238 raisebox
24239 \series default
24240 はスペーサーとして使用しているだけです。
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 A(r)
24257 \backslash
24258 stackrel
24259 \begin_inset ERT
24260 status collapsed
24261
24262 \begin_layout Plain Layout
24263
24264
24265 \backslash
24266 spce 
24267 \end_layout
24268
24269 \end_inset
24270
24271 r
24272 \backslash
24273 to
24274 \backslash
24275 infty
24276 \begin_inset ERT
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280
24281
24282 \backslash
24283 spce 
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \begin_inset Formula $\downarrow$
24290 \end_inset
24291
24292
24293 \backslash
24294 approx
24295 \begin_inset ERT
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299
24300
24301 \backslash
24302 spce 
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \begin_inset ERT
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312
24313
24314 \backslash
24315 spce 
24316 \end_layout
24317
24318 \end_inset
24319
24320 B
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 </row>
24338 </lyxtabular>
24339
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \begin_layout Section
24346 函数
24347 \end_layout
24348
24349 \begin_layout Subsection
24350 定義済み函数
24351 \begin_inset CommandInset label
24352 LatexCommand label
24353 name "sub:定義済み函数"
24354
24355 \end_inset
24356
24357
24358 \begin_inset Index idx
24359 status collapsed
24360
24361 \begin_layout Plain Layout
24362 かんすう@函数 ! ていぎずみ@定義済み
24363 \end_layout
24364
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \begin_layout Standard
24371 一般的に、数式表現では変数は
24372 \shape italic
24373 イタリック体
24374 \shape default
24375 に設定されますが、函数名はイタリック体にしません。なぜなら、
24376 \begin_inset Formula $sin$
24377 \end_inset
24378
24379
24380 \begin_inset Formula $s\cdot i\cdot n$
24381 \end_inset
24382
24383 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24384 ックスラッシュを加えたコマンドとして挿入します。
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \align center
24389 \begin_inset Tabular
24390 <lyxtabular version="3" rows="2" columns="4">
24391 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 コマンド
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410 出力
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 コマンド
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428 出力
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 <row>
24435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 Asin(x)+B
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $Asin(x)+B$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 A
24461 \backslash
24462 sin(x)+B
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 \begin_inset Formula $A\sin(x)+B$
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 </lyxtabular>
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \begin_layout Standard
24488 以下の函数が定義済みです。
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \begin_inset VSpace -2mm
24493 \end_inset
24494
24495
24496 \end_layout
24497
24498 \begin_layout Standard
24499 \align center
24500 \begin_inset Tabular
24501 <lyxtabular version="3" rows="9" columns="4">
24502 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24507 <row>
24508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 コマンド
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 コマンド
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 コマンド
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 コマンド
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 sin
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 sinh
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 arcsin
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 sup
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 cos
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 cosh
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 arccos
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629
24630 \backslash
24631 inf
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 </row>
24637 <row>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 tan
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 tanh
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 arctan
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 lim
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 <row>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 cot
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 coth
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 arg
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 liminf
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 sec
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \backslash
24747 min
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 deg
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 limsup
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 csc
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791
24792 \backslash
24793 max
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 det
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \backslash
24815 Pr
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 <row>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 ln
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 exp
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 dim
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \backslash
24861 hom
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 </row>
24867 <row>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \backslash
24874 lg
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \backslash
24885 log
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \backslash
24896 ker
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 gcd
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 </row>
24913 </lyxtabular>
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \begin_layout Standard
24921 上記は、数式ツールバーボタンの
24922 \begin_inset Graphics
24923         filename ../../images/math/functions.png
24924         scale 85
24925
24926 \end_inset
24927
24928 でも挿入することができます。
24929 \end_layout
24930
24931 \begin_layout Subsection
24932 自己定義函数
24933 \begin_inset Index idx
24934 status collapsed
24935
24936 \begin_layout Plain Layout
24937 かんすう@函数 ! じこていぎ@自己定義
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24947 \end_layout
24948
24949 \begin_layout Itemize
24950 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24951 \begin_inset Foot
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956 \series bold
24957
24958 \backslash
24959 DeclareMathOperator
24960 \series default
24961 についての詳細は、第
24962 \begin_inset CommandInset ref
24963 LatexCommand ref
24964 reference "sub:自己定義演算子"
24965
24966 \end_inset
24967
24968 節をご参照下さい。
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \begin_inset Newline newline
24975 \end_inset
24976
24977
24978 \begin_inset VSpace -3mm
24979 \end_inset
24980
24981
24982 \begin_inset Newline newline
24983 \end_inset
24984
24985
24986 \series bold
24987
24988 \backslash
24989 DeclareMathOperator{
24990 \backslash
24991 sgn}{sgn}
24992 \series default
24993
24994 \begin_inset Index idx
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 こまんど@コマンド ! D ! 
24999 \backslash
25000 dbinom@
25001 \backslash
25002 DeclareMathOperator
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011
25012 \begin_inset VSpace -2mm
25013 \end_inset
25014
25015
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019 これによって、新しく定義された函数を
25020 \series bold
25021
25022 \backslash
25023 sgn
25024 \series default
25025 コマンドで呼び出すことができるようになります。
25026 \end_layout
25027
25028 \begin_layout Itemize
25029 数式を普通に書き下し、函数名を選択して(上記の例では
25030 \emph on
25031 sgn
25032 \emph default
25033 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25034 \end_layout
25035
25036 \begin_layout Standard
25037 双方とも定義済み函数と同等の出力をもたらします
25038 \begin_inset Foot
25039 status collapsed
25040
25041 \begin_layout Plain Layout
25042 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25043 \end_layout
25044
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \begin_layout Standard
25051 \align center
25052 \begin_inset Tabular
25053 <lyxtabular version="3" rows="3" columns="2">
25054 <features tabularvalignment="middle">
25055 <column alignment="center" valignment="top" width="0pt">
25056 <column alignment="center" valignment="top" width="0pt">
25057 <row>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 コマンド
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 出力
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082 A
25083 \backslash
25084 sgn(x)+B
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 \begin_inset Formula $A\sgn(x)+B$
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 </row>
25102 <row>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107 A
25108 \backslash
25109 ,
25110 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25111 \end_inset
25112
25113 (x)+B
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 </row>
25131 </lyxtabular>
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Standard
25139 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25140 \end_layout
25141
25142 \begin_layout Subsection
25143 極限
25144 \begin_inset Index idx
25145 status collapsed
25146
25147 \begin_layout Plain Layout
25148 きょくげん@極限
25149 \end_layout
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \begin_layout Standard
25157 極限用には、
25158 \series bold
25159
25160 \backslash
25161 lim
25162 \series default
25163
25164 \begin_inset Index idx
25165 status collapsed
25166
25167 \begin_layout Plain Layout
25168 こまんど@コマンド ! L ! 
25169 \backslash
25170 lim
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \series bold
25177
25178 \backslash
25179 liminf
25180 \series default
25181
25182 \series bold
25183
25184 \backslash
25185 limsup
25186 \series default
25187 の他に、以下の函数があります。
25188 \end_layout
25189
25190 \begin_layout Standard
25191 \align center
25192 \begin_inset Tabular
25193 <lyxtabular version="3" rows="5" columns="2">
25194 <features tabularvalignment="middle">
25195 <column alignment="center" valignment="top" width="0">
25196 <column alignment="center" valignment="top" width="0">
25197 <row>
25198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 コマンド
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 出力
25212 \begin_inset Note Note
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216 ここで
25217 \series bold
25218
25219 \backslash
25220 raisebox
25221 \series default
25222 はスペーサーとして使用しているだけです。
25223 \end_layout
25224
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 </row>
25233 <row>
25234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \backslash
25240 varliminf
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 \begin_inset Formula $\varliminf$
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 <row>
25259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 varlimsup
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 \begin_inset Formula $\varlimsup$
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 </row>
25283 <row>
25284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \backslash
25290 varprojlim
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299 \begin_inset Formula $\varprojlim$
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 </row>
25308 <row>
25309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 varinjlim
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324 \begin_inset Formula $\varinjlim$
25325 \end_inset
25326
25327
25328 \begin_inset Formula $\raisebox{-2.5mm}{}$
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 </row>
25337 </lyxtabular>
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 \begin_inset VSpace medskip
25346 \end_inset
25347
25348 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25349 \end_layout
25350
25351 \begin_layout Standard
25352 \align center
25353 \begin_inset Tabular
25354 <lyxtabular version="3" rows="2" columns="2">
25355 <features tabularvalignment="middle">
25356 <column alignment="center" valignment="top" width="0pt">
25357 <column alignment="center" valignment="top" width="0pt">
25358 <row>
25359 <cell alignment="center" valignment="top" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 コマンド
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 \begin_inset space \hspace{}
25373 \length 1cm
25374 \end_inset
25375
25376 出力
25377 \begin_inset Note Note
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 ここで
25382 \series bold
25383
25384 \backslash
25385 raisebox
25386 \series default
25387 はスペーサーとして使用しているだけです。
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 lim_x
25406 \backslash
25407 to
25408 \begin_inset ERT
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413
25414 \backslash
25415 spce 
25416 \end_layout
25417
25418 \end_inset
25419
25420 A
25421 \begin_inset ERT
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425
25426
25427 \backslash
25428 spce 
25429 \end_layout
25430
25431 \end_inset
25432
25433 x=B
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 </row>
25451 </lyxtabular>
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Standard
25459 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25460 \begin_inset Formula \[
25461 \lim_{x\to A}x=B\]
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Subsection
25469 剰余函数
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 かんすう@函数 ! じょうよ@剰余
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \begin_inset Index idx
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484 かんすう@函数 ! もじゅらす@モジュラス | see
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490 {
25491 \end_layout
25492
25493 \end_inset
25494
25495 剰余
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501 }
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \begin_layout Standard
25515 剰余函数は、特別に4つの派生型があります。
25516 \end_layout
25517
25518 \begin_layout Standard
25519 以下は、別行建て数式での派生型です。
25520 \begin_inset Formula \begin{align*}
25521 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25522 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25523 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25524 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25525 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25526 \end{align*}
25527
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \begin_layout Standard
25534 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25535 \end_layout
25536
25537 \begin_layout Section
25538 特殊文字
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 とくしゅもじ@特殊文字
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Subsection
25552 数式テキストにおける特殊文字
25553 \end_layout
25554
25555 \begin_layout Standard
25556 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25557 \end_layout
25558
25559 \begin_layout Standard
25560 \begin_inset space \hfill{}
25561 \end_inset
25562
25563
25564 \begin_inset Tabular
25565 <lyxtabular version="3" rows="8" columns="2">
25566 <features tabularvalignment="middle">
25567 <column alignment="block" valignment="top" width="0">
25568 <column alignment="block" valignment="top" width="0">
25569 <row>
25570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 コマンド
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 出力
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 </row>
25589 <row>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594
25595 \backslash
25596 oe
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 \begin_inset Formula $\textrm{œ}$
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 OE
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 \begin_inset Formula $\textrm{Œ}$
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 <row>
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644
25645 \backslash
25646 ae
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 \begin_inset Formula $\textrm{æ}$
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 </row>
25664 <row>
25665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669
25670 \backslash
25671 AE
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 \begin_inset Formula $\textrm{Æ}$
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 </row>
25689 <row>
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694
25695 \backslash
25696 aa
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705 \begin_inset Formula $\textrm{\aa}$
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 </row>
25714 <row>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719
25720 \backslash
25721 AA
25722 \begin_inset Index idx
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726
25727 \lang english
25728
25729 \backslash
25730 @
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736
25737 \backslash
25738 textrm{
25739 \backslash
25740 AA}
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 \begin_inset Formula $\textrm{Å}$
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 </row>
25768 <row>
25769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773
25774 \backslash
25775 i
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784 \begin_inset Formula $\textrm{ı}$
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 </row>
25793 </lyxtabular>
25794
25795 \end_inset
25796
25797
25798 \begin_inset space \hfill{}
25799 \end_inset
25800
25801
25802 \begin_inset Tabular
25803 <lyxtabular version="3" rows="8" columns="2">
25804 <features tabularvalignment="middle">
25805 <column alignment="block" valignment="top" width="0">
25806 <column alignment="center" valignment="top" width="0">
25807 <row>
25808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 コマンド
25813 \begin_inset Note Note
25814 status collapsed
25815
25816 \begin_layout Plain Layout
25817 0
25818 \begin_inset space \thinspace{}
25819 \end_inset
25820
25821 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835 出力
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 </row>
25841 <row>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846
25847 \backslash
25848 o
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857 \begin_inset Formula $\textrm{ø}$
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 </row>
25866 <row>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Plain Layout
25871
25872 \backslash
25873 O
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882 \begin_inset Formula $\textrm{Ø}$
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 </row>
25891 <row>
25892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896
25897 \backslash
25898 l
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907 \begin_inset Formula $\textrm{ł}$
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 </row>
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921
25922 \backslash
25923 L
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932 \begin_inset Formula $\textrm{Ł}$
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 </row>
25941 <row>
25942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 !
25947 \begin_inset space \hspace{}
25948 \length 0mm
25949 \end_inset
25950
25951 `
25952 \begin_inset ERT
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956
25957
25958 \backslash
25959 spce 
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973 \begin_inset Formula $\textrm{!`}$
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 </row>
25982 <row>
25983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 ?
25988 \begin_inset space \hspace{}
25989 \length 0mm
25990 \end_inset
25991
25992 `
25993 \begin_inset ERT
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997
25998
25999 \backslash
26000 spce 
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \end_inset
26009 </cell>
26010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014 \begin_inset Formula $\textrm{?`}$
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 </row>
26023 <row>
26024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028
26029 \backslash
26030 j
26031 \end_layout
26032
26033 \end_inset
26034 </cell>
26035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 \begin_inset Formula $\textrm{ȷ}$
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 </row>
26048 </lyxtabular>
26049
26050 \end_inset
26051
26052
26053 \begin_inset space \hfill{}
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 \begin_inset Formula $\textrm{\textrm{Å}}$
26061 \end_inset
26062
26063
26064 \begin_inset Formula $\textrm{\textrm{Ø}}$
26065 \end_inset
26066
26067 の各文字は、数式ツールバーボタンの
26068 \begin_inset Graphics
26069         filename ../../images/math/digamma.png
26070         scale 85
26071
26072 \end_inset
26073
26074 からも挿入することができます。
26075 \end_layout
26076
26077 \begin_layout Standard
26078 例外は、
26079 \series bold
26080 !
26081 \begin_inset space \hspace{}
26082 \length 0mm
26083 \end_inset
26084
26085 `
26086 \series default
26087
26088 \series bold
26089 ?
26090 \begin_inset space \hspace{}
26091 \length 0mm
26092 \end_inset
26093
26094 `
26095 \series default
26096 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26097 \end_layout
26098
26099 \begin_layout Subsection
26100 文章中のアクセント
26101 \begin_inset CommandInset label
26102 LatexCommand label
26103 name "sub:文章中のアクセント"
26104
26105 \end_inset
26106
26107
26108 \begin_inset Index idx
26109 status collapsed
26110
26111 \begin_layout Plain Layout
26112 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \begin_layout Standard
26121 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \begin_inset space \hfill{}
26126 \end_inset
26127
26128
26129 \begin_inset Tabular
26130 <lyxtabular version="3" rows="8" columns="2">
26131 <features tabularvalignment="middle">
26132 <column alignment="block" valignment="top" width="0">
26133 <column alignment="block" valignment="top" width="0">
26134 <row>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 コマンド
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 出力
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161
26162 \begin_inset Quotes grd
26163 \end_inset
26164
26165 e
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset ERT
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179
26180 \backslash
26181 "e
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 <row>
26193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197
26198 \backslash
26199 `e
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 \begin_inset ERT
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212
26213
26214 \backslash
26215 `e
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231
26232 \backslash
26233 ^
26234 \begin_inset ERT
26235 status collapsed
26236
26237 \begin_layout Plain Layout
26238
26239
26240 \backslash
26241 spce 
26242 \end_layout
26243
26244 \end_inset
26245
26246 e
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 \begin_inset ERT
26256 status collapsed
26257
26258 \begin_layout Plain Layout
26259
26260
26261 \backslash
26262 ^e
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 </row>
26273 <row>
26274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278
26279 \backslash
26280 =e
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset ERT
26290 status collapsed
26291
26292 \begin_layout Plain Layout
26293
26294
26295 \backslash
26296 =e
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 </row>
26307 <row>
26308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312
26313 \backslash
26314 u
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 spce 
26323 \end_layout
26324
26325 \end_inset
26326
26327 e
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 \begin_inset ERT
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341
26342 \backslash
26343 u e
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row>
26355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359
26360 \backslash
26361 b
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 spce 
26370 \end_layout
26371
26372 \end_inset
26373
26374 e
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset ERT
26384 status collapsed
26385
26386 \begin_layout Plain Layout
26387
26388
26389 \backslash
26390 b e
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 </row>
26401 <row>
26402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406
26407 \backslash
26408 t
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 spce 
26417 \end_layout
26418
26419 \end_inset
26420
26421 ee
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 t ee
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 </lyxtabular>
26449
26450 \end_inset
26451
26452
26453 \begin_inset space \hfill{}
26454 \end_inset
26455
26456
26457 \begin_inset Tabular
26458 <lyxtabular version="3" rows="8" columns="2">
26459 <features tabularvalignment="middle">
26460 <column alignment="block" valignment="top" width="0">
26461 <column alignment="center" valignment="top" width="0">
26462 <row>
26463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 コマンド
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 出力
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 </row>
26482 <row>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \backslash
26489 H
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 spce 
26498 \end_layout
26499
26500 \end_inset
26501
26502 e
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 \begin_inset ERT
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516
26517 \backslash
26518 H e
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 </row>
26529 <row>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534
26535 \backslash
26536 'e
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 \begin_inset ERT
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549
26550
26551 \backslash
26552 'e
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 </row>
26563 <row>
26564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568
26569 \backslash
26570 ~e
26571 \begin_inset Index idx
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575
26576 \lang english
26577 Tilde
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 ~e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 .e
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 \begin_inset ERT
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 .e
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row>
26644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648
26649 \backslash
26650 v
26651 \begin_inset ERT
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655
26656
26657 \backslash
26658 spce 
26659 \end_layout
26660
26661 \end_inset
26662
26663 e
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 \begin_inset ERT
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676
26677
26678 \backslash
26679 v e
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row>
26691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695
26696 \backslash
26697 d
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 spce 
26706 \end_layout
26707
26708 \end_inset
26709
26710 e
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 \begin_inset ERT
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723
26724
26725 \backslash
26726 d e
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 </row>
26737 <row>
26738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742
26743 \backslash
26744 c
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750
26751 \backslash
26752 spce 
26753 \end_layout
26754
26755 \end_inset
26756
26757 e
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766 \begin_inset ERT
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 c e
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 </row>
26784 </lyxtabular>
26785
26786 \end_inset
26787
26788
26789 \begin_inset space \hfill{}
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \begin_layout Standard
26796 \begin_inset VSpace medskip
26797 \end_inset
26798
26799
26800 \series bold
26801
26802 \backslash
26803 t
26804 \series default
26805 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26806 \series bold
26807
26808 \backslash
26809 t
26810 \begin_inset ERT
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814
26815
26816 \backslash
26817 spce 
26818 \end_layout
26819
26820 \end_inset
26821
26822 sz
26823 \series default
26824 は、
26825 \begin_inset ERT
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829
26830
26831 \backslash
26832 t sz
26833 \end_layout
26834
26835 \end_inset
26836
26837 となります。
26838 \end_layout
26839
26840 \begin_layout Standard
26841
26842 \series bold
26843 `
26844 \series default
26845  ・
26846 \series bold
26847  '
26848 \series default
26849  ・ 
26850 \series bold
26851 ^
26852 \series default
26853  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26854 \begin_inset Foot
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \series bold
26865 ~
26866 \series default
26867 を、
26868 \emph on
26869 a
26870 \emph default
26871
26872 \emph on
26873 n
26874 \emph default
26875
26876 \emph on
26877 o
26878 \emph default
26879 といっしょに使うときも同様です。
26880 \end_layout
26881
26882 \begin_layout Standard
26883
26884 \series bold
26885
26886 \backslash
26887 b
26888 \series default
26889
26890 \series bold
26891
26892 \backslash
26893 c
26894 \series default
26895
26896 \series bold
26897
26898 \backslash
26899 d
26900 \series default
26901
26902 \series bold
26903
26904 \backslash
26905 H
26906 \series default
26907
26908 \series bold
26909
26910 \backslash
26911 t
26912 \series default
26913
26914 \series bold
26915
26916 \backslash
26917 u
26918 \series default
26919
26920 \series bold
26921
26922 \backslash
26923 v
26924 \series default
26925 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26926 。第
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sub:一文字に付けるアクセント"
26930
26931 \end_inset
26932
26933 節をご参照下さい。
26934 \end_layout
26935
26936 \begin_layout Standard
26937 \begin_inset VSpace bigskip
26938 \end_inset
26939
26940 さらに、
26941 \series bold
26942
26943 \backslash
26944 textcircled
26945 \series default
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 こまんど@コマンド ! T ! 
26952 \backslash
26953 textcircled
26954 \end_layout
26955
26956 \end_inset
26957
26958 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26959
26960 \end_layout
26961
26962 \begin_layout Standard
26963 \align center
26964 \begin_inset Tabular
26965 <lyxtabular version="3" rows="3" columns="2">
26966 <features tabularvalignment="middle">
26967 <column alignment="center" valignment="top" width="0">
26968 <column alignment="center" valignment="top" width="0">
26969 <row>
26970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 コマンド
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983 出力
26984 \begin_inset Note Note
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988 ここで
26989 \series bold
26990
26991 \backslash
26992 raisebox
26993 \series default
26994 はスペーサーとして使用しているだけです。
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 </row>
27005 <row>
27006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010
27011 \backslash
27012 textcircled{w}
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Plain Layout
27021 \begin_inset ERT
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025
27026
27027 \backslash
27028 textcircled{w}
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 </row>
27039 <row>
27040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27041 \begin_inset Text
27042
27043 \begin_layout Plain Layout
27044
27045 \backslash
27046 Large 
27047 \backslash
27048 textcircled{
27049 \backslash
27050 normalsize
27051 \backslash
27052 protect
27053 \backslash
27054 raisebox{-1.5pt}{W}}
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 \begin_inset Formula $\raisebox{4.5mm}{}$
27064 \end_inset
27065
27066
27067 \begin_inset ERT
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071
27072
27073 \backslash
27074 Large 
27075 \backslash
27076 textcircled{
27077 \backslash
27078 normalsize
27079 \backslash
27080 protect
27081 \backslash
27082 raisebox{-1.5pt}W}
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \begin_inset Formula $\raisebox{-2mm}{}$
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 </row>
27097 </lyxtabular>
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27106 \series bold
27107
27108 \backslash
27109 Large
27110 \series default
27111
27112 \begin_inset Foot
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116
27117 \begin_inset CommandInset ref
27118 LatexCommand ref
27119 reference "sub:書体寸法"
27120
27121 \end_inset
27122
27123 節参照のこと。
27124 \end_layout
27125
27126 \end_inset
27127
27128 で丸の大きさを指定しています。そして
27129 \series bold
27130
27131 \backslash
27132 raisebox
27133 \series default
27134
27135 \begin_inset Foot
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139
27140 \begin_inset CommandInset ref
27141 LatexCommand ref
27142 reference "sub:枠なしボックス"
27143
27144 \end_inset
27145
27146 節参照のこと。
27147 \end_layout
27148
27149 \end_inset
27150
27151 を使って、文字が真ん中にくるようにしています。
27152 \end_layout
27153
27154 \begin_layout Subsection
27155 小数字
27156 \begin_inset Index idx
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 しょうすうじ@小数字
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169 小数字(minuscule number)は、
27170 \series bold
27171
27172 \backslash
27173 oldstylenums
27174 \series default
27175
27176 \begin_inset Index idx
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180 こまんど@コマンド ! O ! 
27181 \backslash
27182 oldstylenums
27183 \end_layout
27184
27185 \end_inset
27186
27187 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27188 \end_layout
27189
27190 \begin_layout Standard
27191
27192 \series bold
27193
27194 \backslash
27195 oldstylenums{数字}
27196 \end_layout
27197
27198 \begin_layout Standard
27199 です。
27200 \series bold
27201
27202 \backslash
27203 oldstylenums{0123456789}
27204 \series default
27205 というコマンドは、
27206 \begin_inset Formula $\oldstylenums{0123456789}$
27207 \end_inset
27208
27209 のようになります。
27210 \end_layout
27211
27212 \begin_layout Subsection
27213 他の特殊文字
27214 \begin_inset CommandInset label
27215 LatexCommand label
27216 name "sub:他の特殊文字"
27217
27218 \end_inset
27219
27220
27221 \begin_inset Index idx
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225 とくしゅもじ@特殊文字 ! たの@他の
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27235 \end_layout
27236
27237 \begin_layout Standard
27238 \align center
27239 \begin_inset Tabular
27240 <lyxtabular version="3" rows="4" columns="2">
27241 <features tabularvalignment="middle">
27242 <column alignment="center" valignment="top" width="0">
27243 <column alignment="center" valignment="top" width="0">
27244 <row>
27245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Plain Layout
27249 コマンド
27250 \end_layout
27251
27252 \end_inset
27253 </cell>
27254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27255 \begin_inset Text
27256
27257 \begin_layout Plain Layout
27258 出力
27259 \end_layout
27260
27261 \end_inset
27262 </cell>
27263 </row>
27264 <row>
27265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Plain Layout
27269
27270 \backslash
27271 ^
27272 \begin_inset ERT
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276
27277
27278 \backslash
27279 spce 
27280 \end_layout
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293 \begin_inset Formula $\mathcircumflex$
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 </row>
27302 <row>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307
27308 \backslash
27309 _
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27315 \begin_inset Text
27316
27317 \begin_layout Plain Layout
27318 \begin_inset Formula $\_$
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 </row>
27327 <row>
27328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332 ^
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338
27339 \backslash
27340 spce 
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \backslash
27347 circ
27348 \begin_inset Index idx
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353 \lang english
27354
27355 \backslash
27356
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \end_inset
27365 </cell>
27366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370 \begin_inset Formula $^{\circ}$
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 </row>
27379 </lyxtabular>
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Standard
27387 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27388 \begin_inset Foot
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 この件に関する詳細は、第
27393 \begin_inset CommandInset ref
27394 LatexCommand ref
27395 reference "sub:数式中のテキスト文字"
27396
27397 \end_inset
27398
27399 節にあります。
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408
27409 \series bold
27410
27411 \backslash
27412 DeclareInputtext{176}{
27413 \backslash
27414 ifmmode^
27415 \backslash
27416 circ
27417 \backslash
27418 else
27419 \backslash
27420 textdegree
27421 \backslash
27422 fi}
27423 \end_layout
27424
27425 \begin_layout Section
27426 数式様式
27427 \begin_inset CommandInset label
27428 LatexCommand label
27429 name "sec:数式様式"
27430
27431 \end_inset
27432
27433
27434 \begin_inset Index idx
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 すうしき@数式 ! ようしき@様式
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \end_layout
27445
27446 \begin_layout Itemize
27447 以下の二つの配置様式があります。
27448 \end_layout
27449
27450 \begin_deeper
27451 \begin_layout Description
27452 中央揃え 事前に定義された標準です。
27453 \end_layout
27454
27455 \begin_layout Description
27456 行頭下げ これを使うには、
27457 \family sans
27458 文書\SpecialChar \menuseparator
27459 設定
27460 \family default
27461 メニューの
27462 \family sans
27463 文書クラス
27464 \family default
27465 において、
27466 \series bold
27467 fleqn
27468 \series default
27469 オプションを指定しておかなくてはなりません。
27470 \end_layout
27471
27472 \begin_layout Standard
27473
27474 \series bold
27475 行頭下げ
27476 \series default
27477 を用いる場合には、行頭下げの大きさを
27478 \series bold
27479
27480 \backslash
27481 mathindent
27482 \series default
27483
27484 \begin_inset Index idx
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 こまんど@コマンド ! M ! 
27489 \backslash
27490 mathindent
27491 \end_layout
27492
27493 \end_inset
27494
27495 の値で調整することができます。これを15
27496 \begin_inset space \thinspace{}
27497 \end_inset
27498
27499 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27500 \end_layout
27501
27502 \begin_layout Standard
27503
27504 \series bold
27505
27506 \backslash
27507 setlength{
27508 \backslash
27509 mathindent}{15mm}
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 mathindent
27518 \series default
27519 を明示的に指定しない場合には、事前に定義されている30
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 ptが適用されます。
27524 \end_layout
27525
27526 \end_deeper
27527 \begin_layout Itemize
27528 また、以下の二つの連番様式があります。
27529 \end_layout
27530
27531 \begin_deeper
27532 \begin_layout Description
27533 右 事前に定義された標準です。
27534 \end_layout
27535
27536 \begin_layout Description
27537 左 これを使うには、
27538 \family sans
27539 文書\SpecialChar \menuseparator
27540 設定
27541 \family default
27542 メニューの
27543 \family sans
27544 文書クラス
27545 \family default
27546 において、
27547 \series bold
27548 leqno
27549 \series default
27550 オプションを指定しておかなくてはなりません。
27551 \end_layout
27552
27553 \end_deeper
27554 \begin_layout Standard
27555
27556 \series bold
27557 fleqn
27558 \series default
27559
27560 \series bold
27561 leqno
27562 \series default
27563 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27564 \end_layout
27565
27566 \begin_layout Standard
27567 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27568 \series bold
27569 中央揃え
27570 \series default
27571 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27572 \begin_inset CommandInset ref
27573 LatexCommand ref
27574 reference "sub:flalign環境"
27575
27576 \end_inset
27577
27578 節をご覧下さい。
27579 \end_layout
27580
27581 \begin_layout Section
27582 多行数式
27583 \begin_inset CommandInset label
27584 LatexCommand label
27585 name "sec:多行数式"
27586
27587 \end_inset
27588
27589
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 すうしき@数式 ! たぎょう@多行
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Subsection
27603 概要
27604 \end_layout
27605
27606 \begin_layout Standard
27607 LyXでは、多行数式は、数式中で
27608 \series bold
27609
27610 \begin_inset Info
27611 type  "shortcut"
27612 arg   "newline-insert newline"
27613 \end_inset
27614
27615
27616 \series default
27617 を押すことで作られます。この操作によって、第
27618 \begin_inset CommandInset ref
27619 LatexCommand ref
27620 reference "sub:eqnarray環境"
27621
27622 \end_inset
27623
27624 節に述べられている
27625 \series bold
27626 eqnarray環境
27627 \series default
27628 が作り出されるか、あるいは文書設定で
27629 \family sans
27630 AMS mathパッケージを使う
27631 \family default
27632 オプションが選択されている場合には、第
27633 \begin_inset CommandInset ref
27634 LatexCommand ref
27635 reference "sub:標準align環境"
27636
27637 \end_inset
27638
27639 節に述べられている
27640 \series bold
27641 align環境
27642 \series default
27643 が作り出されることになります。
27644 \end_layout
27645
27646 \begin_layout Standard
27647 他にも、
27648 \family sans
27649 挿入\SpecialChar \menuseparator
27650 数式
27651 \family default
27652 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27653 \end_layout
27654
27655 \begin_layout Standard
27656 すべての多行数式において、新規行は、
27657 \begin_inset Info
27658 type  "shortcut"
27659 arg   "newline-insert newline"
27660 \end_inset
27661
27662 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27663 \begin_inset Graphics
27664         filename ../../images/tabular-feature_append-row.png
27665         scale 85
27666
27667 \end_inset
27668
27669
27670 \begin_inset Graphics
27671         filename ../../images/tabular-feature_delete-row.png
27672         scale 85
27673
27674 \end_inset
27675
27676 を使うか、
27677 \family sans
27678 編集\SpecialChar \menuseparator
27679 行と列
27680 \family default
27681 メニューを使うことができます。
27682 \end_layout
27683
27684 \begin_layout Subsubsection
27685 行間
27686 \begin_inset CommandInset label
27687 LatexCommand label
27688 name "sub:行間"
27689
27690 \end_inset
27691
27692
27693 \begin_inset Index idx
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27707 \begin_inset Formula \begin{eqnarray*}
27708 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}\\
27709 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
27710 \end{eqnarray*}
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Standard
27718 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27719 \begin_inset Foot
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 \begin_inset CommandInset href
27724 LatexCommand href
27725 name "LyX-bug #1505"
27726 target "http://www.lyx.org/trac/ticket/1505"
27727
27728 \end_inset
27729
27730 を参照。
27731 \end_layout
27732
27733 \end_inset
27734
27735 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27736 \series bold
27737
27738 \backslash
27739
27740 \backslash
27741 [3mm]
27742 \series default
27743 というコマンドを入れます。すると、次のようになります。
27744 \begin_inset ERT
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748
27749
27750 \backslash
27751 begin{eqnarray*}
27752 \end_layout
27753
27754 \begin_layout Plain Layout
27755
27756 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27757  = & 
27758 \backslash
27759 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27760 \backslash
27761
27762 \backslash
27763 [3mm]
27764 \end_layout
27765
27766 \begin_layout Plain Layout
27767
27768 4x^{2}
27769 \backslash
27770 left(B^{2}+x_{0}^{2}
27771 \backslash
27772 right)+4x_{0}x
27773 \backslash
27774 left(D-B^{2}
27775 \backslash
27776 right)+B^{2}
27777 \backslash
27778 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27779 \backslash
27780 right) & = & 0
27781 \end_layout
27782
27783 \begin_layout Plain Layout
27784
27785
27786 \backslash
27787 end{eqnarray*}
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Standard
27796 \begin_inset VSpace bigskip
27797 \end_inset
27798
27799 同一数式内のすべての行の行間を一律に指定するには、
27800 \series bold
27801
27802 \backslash
27803 jot
27804 \series default
27805
27806 \begin_inset Index idx
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 こまんど@コマンド ! J ! 
27811 \backslash
27812 jot
27813 \end_layout
27814
27815 \end_inset
27816
27817 変数を変更します。定義は、
27818 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27819 \end_inset
27820
27821 となっています。
27822 \series bold
27823
27824 \backslash
27825 jot
27826 \series default
27827 の既定値は、3
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 ptです。上記の例のように、行間を3
27832 \begin_inset space \thinspace{}
27833 \end_inset
27834
27835 mm追加するには、
27836 \end_layout
27837
27838 \begin_layout Standard
27839
27840 \series bold
27841
27842 \backslash
27843 setlength{
27844 \backslash
27845 jot}{3mm+3pt}
27846 \end_layout
27847
27848 \begin_layout Standard
27849 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27850 \end_layout
27851
27852 \begin_layout Standard
27853
27854 \series bold
27855
27856 \backslash
27857 usepackage{calc}
27858 \end_layout
27859
27860 \begin_layout Standard
27861 という行を入れて、LaTeXパッケージ
27862 \series bold
27863 calc
27864 \series default
27865
27866 \begin_inset Foot
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871 \series bold
27872 calc
27873 \series default
27874 は標準的なLaTeX頒布版のすべてに付属しています。
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \begin_inset Index idx
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 ぱっけーじ@パッケージ ! calc
27885 \end_layout
27886
27887 \end_inset
27888
27889  を読み込んでおく必要があります。すると、
27890 \begin_inset ERT
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895
27896 \backslash
27897 setlength{
27898 \backslash
27899 jot}{3mm+3pt}
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \begin_inset Formula \begin{eqnarray*}
27906 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}\\
27907 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
27908 \end{eqnarray*}
27909
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \begin_layout Standard
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 setlength{
27924 \backslash
27925 jot}{3pt}
27926 \end_layout
27927
27928 \end_inset
27929
27930 のような結果を得ます。行間を既定値に戻すには、
27931 \series bold
27932
27933 \backslash
27934 jot
27935 \series default
27936 をふたたび3
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 ptに戻します。
27941 \end_layout
27942
27943 \begin_layout Subsubsection
27944 列間
27945 \begin_inset CommandInset label
27946 LatexCommand label
27947 name "sub:列間"
27948
27949 \end_inset
27950
27951
27952 \begin_inset Index idx
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Standard
27965 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27966
27967 \end_layout
27968
27969 \begin_layout Standard
27970 列間は、
27971 \series bold
27972
27973 \backslash
27974 arraycolsep
27975 \series default
27976
27977 \begin_inset Index idx
27978 status collapsed
27979
27980 \begin_layout Plain Layout
27981 こまんど@コマンド ! A ! 
27982 \backslash
27983 arraycolsep
27984 \end_layout
27985
27986 \end_inset
27987
27988 変数を使って指定し、
27989 \begin_inset Newline newline
27990 \end_inset
27991
27992 列間 = 2
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996
27997 \series bold
27998
27999 \backslash
28000 arraycolsep
28001 \series default
28002
28003 \begin_inset Newline newline
28004 \end_inset
28005
28006 という関係があります。したがって、
28007 \end_layout
28008
28009 \begin_layout Standard
28010
28011 \series bold
28012
28013 \backslash
28014 setlength{
28015 \backslash
28016 arraycolsep}{1cm}
28017 \end_layout
28018
28019 \begin_layout Standard
28020 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28021 \begin_inset space \thinspace{}
28022 \end_inset
28023
28024 cmになります。これを既定値に戻すには、
28025 \series bold
28026
28027 \backslash
28028 arraycolsep
28029 \series default
28030 を5
28031 \begin_inset space \thinspace{}
28032 \end_inset
28033
28034 ptに戻して下さい。
28035 \end_layout
28036
28037 \begin_layout Standard
28038 以下は、2
28039 \begin_inset space \thinspace{}
28040 \end_inset
28041
28042 cmの列間を持つ数式です。
28043 \begin_inset ERT
28044 status collapsed
28045
28046 \begin_layout Plain Layout
28047
28048
28049 \backslash
28050 setlength{
28051 \backslash
28052 arraycolsep}{1cm}
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \begin_inset Formula \begin{eqnarray*}
28059 A & = & B\\
28060 C & \ne & A
28061 \end{eqnarray*}
28062
28063 \end_inset
28064
28065 行列の既定の列間10
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 ptを持つ数式です。
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 arraycolsep}{5pt}
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \begin_inset Formula \begin{eqnarray*}
28086 A & = & B\\
28087 C & \ne & A
28088 \end{eqnarray*}
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Subsubsection
28096 長い数式
28097 \begin_inset Index idx
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101 すうしき@数式 ! ながい@長い
28102 \end_layout
28103
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \begin_layout Standard
28110 長い数式は、以下の方法を使って組版することができます。
28111 \end_layout
28112
28113 \begin_layout Itemize
28114 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28115 \begin_inset Formula \begin{eqnarray}
28116 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 \\
28117  &  & -\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}
28118 \end{eqnarray}
28119
28120 \end_inset
28121
28122 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28123 示されません。これを避けるために、マイナス記号の後に
28124 \series bold
28125
28126 \backslash
28127 hspace
28128 \series default
28129 .
28130 \begin_inset Foot
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134
28135 \series bold
28136
28137 \backslash
28138 hspace
28139 \series default
28140 に関しての詳細は、第
28141 \begin_inset CommandInset ref
28142 LatexCommand ref
28143 reference "sub:可変長の空白"
28144
28145 \end_inset
28146
28147 節をご覧下さい。
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \begin_inset Index idx
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 こまんど@コマンド ! H ! 
28158 \backslash
28159 hspace
28160 \end_layout
28161
28162 \end_inset
28163
28164 コマンドを使って3
28165 \begin_inset space \thinspace{}
28166 \end_inset
28167
28168 pt空白を入れてあります。
28169 \end_layout
28170
28171 \begin_layout Itemize
28172 数式の両辺がともに長すぎるときには、
28173 \series bold
28174
28175 \backslash
28176 lefteqn
28177 \series default
28178
28179 \begin_inset Index idx
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 こまんど@コマンド ! L ! 
28184 \backslash
28185 lefteqn
28186 \end_layout
28187
28188 \end_inset
28189
28190 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28191 \begin_inset Formula \begin{eqnarray}
28192 \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 \\
28193  &  & -\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 \\
28194  &  & =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}
28195 \end{eqnarray}
28196
28197 \end_inset
28198
28199
28200 \series bold
28201
28202 \backslash
28203 lefteqn
28204 \series default
28205 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28206 \begin_inset Newline newline
28207 \end_inset
28208
28209 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28210 \begin_inset VSpace medskip
28211 \end_inset
28212
28213
28214 \begin_inset Newline newline
28215 \end_inset
28216
28217
28218 \begin_inset Note Greyedout
28219 status open
28220
28221 \begin_layout Plain Layout
28222
28223 \series bold
28224
28225 \backslash
28226 lefteqn
28227 \series default
28228 を使用する際には、以下のことにご注意下さい。
28229 \end_layout
28230
28231 \begin_layout Itemize
28232 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28233 \begin_inset Formula $-B^{2}$
28234 \end_inset
28235
28236 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28237 \end_layout
28238
28239 \begin_layout Itemize
28240 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28241 \begin_inset Foot
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 \begin_inset CommandInset href
28246 LatexCommand href
28247 name "LyX-bug #1429"
28248 target "http://www.lyx.org/trac/ticket/1429"
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_inset
28256
28257 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Itemize
28266 長い数式を組む他の方法として、第
28267 \begin_inset CommandInset ref
28268 LatexCommand ref
28269 reference "sub:multline環境"
28270
28271 \end_inset
28272
28273 節と第
28274 \begin_inset CommandInset ref
28275 LatexCommand ref
28276 reference "sub:数式の一部の多行化"
28277
28278 \end_inset
28279
28280 節で述べられている環境を用いる方法があります。
28281 \end_layout
28282
28283 \begin_layout Subsubsection
28284 多行にわたる括弧
28285 \begin_inset CommandInset label
28286 LatexCommand label
28287 name "sub:多行にわたる括弧"
28288
28289 \end_inset
28290
28291
28292 \begin_inset Index idx
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \begin_layout Standard
28305 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28306 \begin_inset Formula \begin{eqnarray*}
28307 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28308  &  & \left.\cdots+B-D\right]
28309 \end{eqnarray*}
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28318 \end_layout
28319
28320 \begin_layout Standard
28321 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28322 \series bold
28323
28324 \backslash
28325 right.
28326 \series default
28327
28328 \begin_inset Index idx
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332 こまんど@コマンド ! R ! 
28333 \backslash
28334 right
28335 \end_layout
28336
28337 \end_inset
28338
28339 とし、二行めの始めを
28340 \series bold
28341
28342 \backslash
28343 left.
28344 \begin_inset Foot
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348
28349 \series bold
28350
28351 \backslash
28352 left
28353 \series default
28354
28355 \series bold
28356
28357 \backslash
28358 right
28359 \series default
28360 に関する詳細は、第
28361 \begin_inset CommandInset ref
28362 LatexCommand ref
28363 reference "sub:自動の括弧丈"
28364
28365 \end_inset
28366
28367 節をご覧下さい。
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \series default
28374
28375 \begin_inset Index idx
28376 status collapsed
28377
28378 \begin_layout Plain Layout
28379 こまんど@コマンド ! L ! 
28380 \backslash
28381 left
28382 \end_layout
28383
28384 \end_inset
28385
28386 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28387 \series bold
28388
28389 \backslash
28390 left.
28391 \series default
28392 の後に、
28393 \series bold
28394
28395 \backslash
28396 vphantom
28397 \series default
28398
28399 \begin_inset ERT
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403
28404
28405 \backslash
28406 spce 
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \series bold
28413
28414 \backslash
28415 prod
28416 \series default
28417 ^
28418 \begin_inset ERT
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422
28423
28424 \backslash
28425 spce 
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \series bold
28432
28433 \backslash
28434 infty
28435 \series default
28436
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 spce 
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \series bold
28451
28452 \begin_inset Formula $\downarrow$
28453 \end_inset
28454
28455 _R=1}
28456 \series default
28457
28458 \begin_inset Index idx
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462 こまんど@コマンド ! V ! 
28463 \backslash
28464 vphantom
28465 \end_layout
28466
28467 \end_inset
28468
28469 というコマンドを挿入します。
28470 \end_layout
28471
28472 \begin_layout Standard
28473 その結果が以下の数式です。
28474 \begin_inset Formula \begin{eqnarray*}
28475 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28476  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28477 \end{eqnarray*}
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Subsection
28485 align環境
28486 \end_layout
28487
28488 \begin_layout Standard
28489 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28490 \end_layout
28491
28492 \begin_layout Standard
28493 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28494 \end_layout
28495
28496 \begin_layout Standard
28497 align環境は、
28498 \family sans
28499 挿入\SpecialChar \menuseparator
28500 数式
28501 \family default
28502 メニューから作ることができます。
28503 \family sans
28504 編集\SpecialChar \menuseparator
28505 数式\SpecialChar \menuseparator
28506 数式の表記を変更
28507 \family default
28508 メニューを使えば、既存の数式をalign環境に変更することができます。
28509 \end_layout
28510
28511 \begin_layout Standard
28512 列を追加したり削除したりするには、数式ツールバーボタンの
28513 \begin_inset Graphics
28514         filename ../../images/tabular-feature_append-column.png
28515         scale 85
28516
28517 \end_inset
28518
28519
28520 \begin_inset Graphics
28521         filename ../../images/tabular-feature_delete-column.png
28522         scale 85
28523
28524 \end_inset
28525
28526 を使うか、
28527 \family sans
28528 編集\SpecialChar \menuseparator
28529 行と列
28530 \family default
28531 メニューを使います。
28532 \end_layout
28533
28534 \begin_layout Subsubsection
28535 標準align環境
28536 \begin_inset CommandInset label
28537 LatexCommand label
28538 name "sub:標準align環境"
28539
28540 \end_inset
28541
28542
28543 \begin_inset Index idx
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \end_layout
28554
28555 \begin_layout Standard
28556 このalign環境は、数式中で
28557 \begin_inset Info
28558 type  "shortcut"
28559 arg   "newline-insert newline"
28560 \end_inset
28561
28562 を押すか、
28563 \family sans
28564 挿入\SpecialChar \menuseparator
28565 数式\SpecialChar \menuseparator
28566 AMS align環境
28567 \family default
28568 メニューで作ることができます。
28569 \end_layout
28570
28571 \begin_layout Standard
28572 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28573 \begin_inset Formula \begin{align*}
28574 A & =\sin(B) & C & =D\\
28575 C & \ne A & B & \ne D
28576 \end{align*}
28577
28578 \end_inset
28579
28580 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28581 \series bold
28582
28583 \backslash
28584 hfill
28585 \begin_inset Foot
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589
28590 \series bold
28591
28592 \backslash
28593 hfill
28594 \series default
28595 に関する詳細は、第
28596 \begin_inset CommandInset ref
28597 LatexCommand ref
28598 reference "sub:可変長の空白"
28599
28600 \end_inset
28601
28602 節をご覧下さい。
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \series default
28609 があるかのように配置されます。数式様式として
28610 \series bold
28611 行頭下げ
28612 \begin_inset Foot
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616
28617 \series bold
28618 数式様式については、第
28619 \series default
28620
28621 \begin_inset CommandInset ref
28622 LatexCommand ref
28623 reference "sec:数式様式"
28624
28625 \end_inset
28626
28627 節をご覧下さい。
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \series default
28634 を使う場合には、第一列の前の
28635 \series bold
28636
28637 \backslash
28638 hfill
28639 \series default
28640 はない形で数式が設定されます。
28641 \end_layout
28642
28643 \begin_layout Subsubsection
28644 alignat環境
28645 \begin_inset Index idx
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Standard
28658 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28659 \begin_inset CommandInset ref
28660 LatexCommand ref
28661 reference "sub:空白"
28662
28663 \end_inset
28664
28665 節に述べられている空白を使用して手動で入れます。
28666 \end_layout
28667
28668 \begin_layout Standard
28669 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28670 \begin_inset space \thinspace{}
28671 \end_inset
28672
28673 cmの空白を入れたものです。
28674 \begin_inset Formula \begin{alignat*}{2}
28675 A & =\sin(B) & \hspace{1cm}C & =D\\
28676 C & \ne A & B & \ne D
28677 \end{alignat*}
28678
28679 \end_inset
28680
28681 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28682 \end_layout
28683
28684 \begin_layout Subsubsection
28685 flalign環境
28686 \begin_inset CommandInset label
28687 LatexCommand label
28688 name "sub:flalign環境"
28689
28690 \end_inset
28691
28692
28693 \begin_inset Index idx
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Standard
28706 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28707 \begin_inset Formula \begin{flalign*}
28708 A & =1 & B & =2 & C & =3\\
28709 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28710 \end{flalign*}
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \begin_layout Standard
28718 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28719 \series bold
28720 中央揃え
28721 \series default
28722 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28723 \begin_inset CommandInset ref
28724 LatexCommand eqref
28725 reference "eq:VolInt"
28726
28727 \end_inset
28728
28729 式を行頭下げにしたものです。
28730 \begin_inset Formula \begin{flalign}
28731 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28732
28733 \end_inset
28734
28735 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28736 \begin_inset space \thinspace{}
28737 \end_inset
28738
28739 ptの空白が第1列の頭に入れてあります。
28740 \end_layout
28741
28742 \begin_layout Subsection
28743 eqnarray環境
28744 \begin_inset CommandInset label
28745 LatexCommand label
28746 name "sub:eqnarray環境"
28747
28748 \end_inset
28749
28750
28751 \begin_inset Index idx
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \begin_layout Standard
28764 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28765 いるので、その内容は中央揃えで少し小さく設定されます。
28766 \begin_inset Formula \begin{eqnarray*}
28767 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28768 AB & AB & AB\\
28769 A & = & A
28770 \end{eqnarray*}
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Subsection
28778 gather環境
28779 \begin_inset Index idx
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28793 \begin_inset Formula \begin{gather}
28794 A=1\\
28795 X=\textrm{-}1
28796 \end{gather}
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Subsection
28804 multline環境
28805 \begin_inset CommandInset label
28806 LatexCommand label
28807 name "sub:multline環境"
28808
28809 \end_inset
28810
28811
28812 \begin_inset Index idx
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28826 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28827 \begin_inset CommandInset ref
28828 LatexCommand eqref
28829 reference "eq:lefteqn"
28830
28831 \end_inset
28832
28833 式をmultline環境に置いたものを示します。
28834 \begin_inset Formula \begin{multline}
28835 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}\\
28836 -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}\\
28837 =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}}
28838 \end{multline}
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28847 \begin_inset Foot
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851 付番様式については、第
28852 \begin_inset CommandInset ref
28853 LatexCommand ref
28854 reference "sec:数式様式"
28855
28856 \end_inset
28857
28858 節を参照。
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \begin_layout Standard
28867
28868 \series bold
28869
28870 \backslash
28871 shoveright
28872 \begin_inset Index idx
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 こまんど@コマンド ! S ! 
28877 \backslash
28878 shoveright
28879 \end_layout
28880
28881 \end_inset
28882
28883 コマンドや
28884 \backslash
28885 shoveleft
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 こまんど@コマンド ! S ! 
28891 \backslash
28892 shoveleft
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \series default
28899 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28900 \end_layout
28901
28902 \begin_layout Standard
28903
28904 \series bold
28905
28906 \backslash
28907 shoveright{行の内容}
28908 \series default
28909 あるいは
28910 \series bold
28911
28912 \backslash
28913 shoveleft{行の内容}
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset VSpace medskip
28918 \end_inset
28919
28920
28921 \series bold
28922
28923 \backslash
28924 multlinegap
28925 \begin_inset Index idx
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 こまんど@コマンド ! M ! 
28930 \backslash
28931 multlinegap
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \series default
28938 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28939 \begin_inset space \thinspace{}
28940 \end_inset
28941
28942 ptの長さです。
28943 \end_layout
28944
28945 \begin_layout Standard
28946 以下は、上記の数式に
28947 \end_layout
28948
28949 \begin_layout Standard
28950
28951 \series bold
28952
28953 \backslash
28954 setlength{
28955 \backslash
28956 multlinegap}{2cm}
28957 \end_layout
28958
28959 \begin_layout Standard
28960 というコマンドを、TeXモードで直前に挿入した例です。
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966
28967 \backslash
28968 setlength{
28969 \backslash
28970 multlinegap}{2cm}
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \begin_inset Formula \begin{multline}
28977 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}\\
28978 \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}}\\
28979 =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}}
28980 \end{multline}
28981
28982 \end_inset
28983
28984
28985 \begin_inset ERT
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989
28990
28991 \backslash
28992 setlength{
28993 \backslash
28994 multlinegap}{0pt}
28995 \end_layout
28996
28997 \end_inset
28998
28999 二行めは、
29000 \series bold
29001
29002 \backslash
29003 shoveleft
29004 \series default
29005 を使って左揃えにしています。
29006 \end_layout
29007
29008 \begin_layout Subsection
29009 数式の一部の多行化
29010 \begin_inset CommandInset label
29011 LatexCommand label
29012 name "sub:数式の一部の多行化"
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index idx
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 数式の一部分のみを多行表示したい場合には、
29031 \series bold
29032 aligned
29033 \series default
29034
29035 \series bold
29036 alignedat
29037 \series default
29038
29039 \series bold
29040 gathered
29041 \series default
29042
29043 \series bold
29044 split
29045 \series default
29046 のうちのいずれかの環境を使用します。これらは、
29047 \family sans
29048 挿入\SpecialChar \menuseparator
29049 数式
29050 \family default
29051 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29052 \end_layout
29053
29054 \begin_layout Standard
29055 最初の三つの環境は、環境名から
29056 \series bold
29057 ed
29058 \series default
29059 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29060 \begin_inset Formula \[
29061 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29062 \Delta E\Delta t & \ge\frac{\hbar}{2}
29063 \end{aligned}
29064 \right\} \textrm{不確定性原理}\]
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 この数式を作るには、別行建て数式をまず作っておいて、そこに
29073 \series bold
29074
29075 \backslash
29076 aligned
29077 \begin_inset Index idx
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 こまんど@コマンド ! A ! 
29082 \backslash
29083 aligned
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \series default
29090 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29091 ます。
29092 \end_layout
29093
29094 \begin_layout Standard
29095 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29096 に配置できる利点があります。以下に例として、
29097 \begin_inset CommandInset ref
29098 LatexCommand eqref
29099 reference "eq:shortlong"
29100
29101 \end_inset
29102
29103 式にaligned環境を適用したものを示します。
29104 \begin_inset Formula \begin{equation}
29105 \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}|}\\
29106  & -\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}|}
29107 \end{aligned}
29108 \end{equation}
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116
29117 \series bold
29118 alignedat
29119 \series default
29120
29121 \series bold
29122 gathered
29123 \series default
29124
29125 \series bold
29126 split
29127 \series default
29128 の各環境を使うには、それぞれ
29129 \series bold
29130
29131 \backslash
29132 alignedat
29133 \series default
29134
29135 \begin_inset Index idx
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 こまんど@コマンド ! A ! 
29140 \backslash
29141 alignedat
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \series bold
29148
29149 \backslash
29150 gathered
29151 \series default
29152
29153 \begin_inset Index idx
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157 こまんど@コマンド ! G ! 
29158 \backslash
29159 gathered
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \series bold
29166
29167 \backslash
29168 split
29169 \series default
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 こまんど@コマンド ! S ! 
29176 \backslash
29177 split
29178 \end_layout
29179
29180 \end_inset
29181
29182 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29183 \end_layout
29184
29185 \begin_layout Subsection
29186 多行数式中のテキスト
29187 \begin_inset CommandInset label
29188 LatexCommand label
29189 name "sub:多行数式中のテキスト"
29190
29191 \end_inset
29192
29193
29194 \begin_inset Index idx
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 てきすと@テキスト ! すうしきちゅうの@数式中の
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \begin_inset Index idx
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29209 \end_layout
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \begin_layout Standard
29217 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29218 式を持つ
29219 \series bold
29220
29221 \backslash
29222 intertext
29223 \begin_inset Index idx
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 こまんど@コマンド ! I ! 
29228 \backslash
29229 intertext
29230 \end_layout
29231
29232 \end_inset
29233
29234 コマンドを使います。
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 intertext{テキスト}
29243 \end_layout
29244
29245 \begin_layout Standard
29246 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29247 \series bold
29248
29249 \backslash
29250 intertext
29251 \series default
29252 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29253 \series bold
29254
29255 \backslash
29256 intertext
29257 \series default
29258 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29259 \begin_inset Formula \begin{align}
29260 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29261 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29262 \end{align}
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Section
29270 数式番号
29271 \begin_inset Index idx
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275 すうしきばんごう@数式番号
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Index idx
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 すうしき@数式 ! ばんごう@番号|see
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291 {
29292 \end_layout
29293
29294 \end_inset
29295
29296 数式番号
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302 }
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Subsection
29316 概要
29317 \end_layout
29318
29319 \begin_layout Standard
29320 付番数式は、
29321 \family sans
29322 挿入\SpecialChar \menuseparator
29323 数式\SpecialChar \menuseparator
29324 付番数式
29325 \family default
29326 メニュー(短絡キー
29327 \family sans
29328 Ctrl+Alt
29329 \begin_inset space ~
29330 \end_inset
29331
29332 N
29333 \family default
29334 )で作ることができます。既存の数式に番号を振るには、
29335 \family sans
29336 編集\SpecialChar \menuseparator
29337 数式\SpecialChar \menuseparator
29338 数式全体を付番
29339 \family default
29340 メニュー(短絡キー
29341 \begin_inset Info
29342 type  "shortcut"
29343 arg   "math-number-toggle"
29344 \end_inset
29345
29346 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29347 \end_layout
29348
29349 \begin_layout Standard
29350 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29351 \family sans
29352 編集\SpecialChar \menuseparator
29353 数式\SpecialChar \menuseparator
29354 この行を付番
29355 \family default
29356 メニュー(短絡キー
29357 \begin_inset Info
29358 type  "shortcut"
29359 arg   "math-number-line-toggle"
29360 \end_inset
29361
29362 )を使用すれば、各行毎に付番するかどうか指定することができます。
29363 \end_layout
29364
29365 \begin_layout Standard
29366 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29367 \begin_inset CommandInset ref
29368 LatexCommand ref
29369 reference "sec:数式様式"
29370
29371 \end_inset
29372
29373 節をご覧下さい。
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 相互参照
29378 \begin_inset Index idx
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382 そうごさんしょう@相互参照 ! すうしきへの@数式への
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Standard
29391 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29392 \family sans
29393 挿入\SpecialChar \menuseparator
29394 ラベル
29395 \family default
29396 メニューか、ツールバーボタンの
29397 \begin_inset Graphics
29398         filename ../../images/label-insert.png
29399         scale 85
29400
29401 \end_inset
29402
29403 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29404 \series bold
29405 eq:と
29406 \series default
29407 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29408 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29409 \family sans
29410 挿入\SpecialChar \menuseparator
29411 ラベル
29412 \family default
29413 メニューをもういちど使って下さい。
29414 \end_layout
29415
29416 \begin_layout Standard
29417 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29418 \end_layout
29419
29420 \begin_layout Standard
29421 相互参照は、
29422 \family sans
29423 挿入\SpecialChar \menuseparator
29424 相互参照
29425 \family default
29426 メニューかツールバーボタンの
29427 \begin_inset Graphics
29428         filename ../../images/dialog-show-new-inset_ref.png
29429         scale 85
29430
29431 \end_inset
29432
29433 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29434 \series bold
29435 (<参照>)
29436 \series default
29437 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29438 \begin_inset Newline newline
29439 \end_inset
29440
29441 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29442 \end_layout
29443
29444 \begin_layout Standard
29445 以下は、後の各小節に現れる数式への相互参照を含む例です。
29446 \begin_inset Note Note
29447 status open
29448
29449 \begin_layout Plain Layout
29450 相互参照の型の違いに留意してください。
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \begin_layout Standard
29459 \begin_inset CommandInset ref
29460 LatexCommand eqref
29461 reference "eq:tag"
29462
29463 \end_inset
29464
29465 式と
29466 \begin_inset CommandInset ref
29467 LatexCommand eqref
29468 reference "eq:c"
29469
29470 \end_inset
29471
29472 式は、等価です。(
29473 \begin_inset CommandInset ref
29474 LatexCommand ref
29475 reference "eq:Rom"
29476
29477 \end_inset
29478
29479 )式とは異なり、(
29480 \begin_inset CommandInset ref
29481 LatexCommand ref
29482 reference "eq:Lat"
29483
29484 \end_inset
29485
29486 )式では、付番にラテン数字を使用しています。
29487 \end_layout
29488
29489 \begin_layout Standard
29490 \begin_inset VSpace medskip
29491 \end_inset
29492
29493
29494 \series bold
29495
29496 \backslash
29497 tag
29498 \begin_inset Foot
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503 \series bold
29504
29505 \backslash
29506 tag
29507 \series default
29508 は、第
29509 \begin_inset CommandInset ref
29510 LatexCommand ref
29511 reference "sub:ユーザー定義番号"
29512
29513 \end_inset
29514
29515 節に説明があります。
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \series default
29522 の引数が、第
29523 \begin_inset CommandInset ref
29524 LatexCommand ref
29525 reference "sub:段落ボックス"
29526
29527 \end_inset
29528
29529 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29530 \end_layout
29531
29532 \begin_layout Subsection
29533 細目番号
29534 \begin_inset Index idx
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Standard
29547
29548 \series bold
29549
29550 \backslash
29551 begin{subequations}
29552 \series default
29553 および
29554 \series bold
29555
29556 \backslash
29557 end{subequations}
29558 \series default
29559 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29560 \end_layout
29561
29562 \begin_layout Standard
29563 たとえば、
29564 \begin_inset Formula \begin{equation}
29565 A=C-B\label{eq:a}\end{equation}
29566
29567 \end_inset
29568
29569
29570 \begin_inset ERT
29571 status collapsed
29572
29573 \begin_layout Plain Layout
29574
29575
29576 \backslash
29577 addtocounter{equation}{-1}
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 begin{subequations}
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \begin_inset VSpace -5mm
29597 \end_inset
29598
29599
29600 \begin_inset Formula \begin{equation}
29601 B=C-A\label{eq:b}\end{equation}
29602
29603 \end_inset
29604
29605
29606 \begin_inset Formula \begin{equation}
29607 C=A+B\label{eq:c}\end{equation}
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620
29621 \backslash
29622 end{subequations}
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631 この例を作るには、次のようにします。
29632 \end_layout
29633
29634 \begin_layout Enumerate
29635 一つめの数式を入力します。
29636 \end_layout
29637
29638 \begin_layout Enumerate
29639 一つめの数式の後に
29640 \begin_inset Newline newline
29641 \end_inset
29642
29643
29644 \series bold
29645
29646 \backslash
29647 addtocounter{equation}{-1} 
29648 \backslash
29649 begin{subequations}
29650 \begin_inset Index idx
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 こまんど@コマンド ! A ! 
29655 \backslash
29656 addtocounter
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \begin_inset Newline newline
29663 \end_inset
29664
29665
29666 \series default
29667 を入力します。
29668 \end_layout
29669
29670 \begin_layout Enumerate
29671 二つめの数式を入力します。
29672 \end_layout
29673
29674 \begin_layout Enumerate
29675 三つめの数式を入力します。
29676 \end_layout
29677
29678 \begin_layout Enumerate
29679 三つめの数式の後に、
29680 \series bold
29681
29682 \backslash
29683 end{subequations}
29684 \series default
29685 を入力します。
29686 \end_layout
29687
29688 \begin_layout Standard
29689
29690 \series bold
29691
29692 \backslash
29693 begin
29694 \series default
29695 コマンドと
29696 \series bold
29697
29698 \backslash
29699 end
29700 \series default
29701 コマンドのあいだの数式はすべて、a・b・
29702 \begin_inset Newline linebreak
29703 \end_inset
29704
29705 c\SpecialChar \ldots{}
29706 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29707 \emph on
29708 ひとつの
29709 \emph default
29710 付番数式として扱われますが、それぞれの付番数式が
29711 \series bold
29712 equation
29713 \series default
29714 カウンタを一つずつ進めてしまうので、
29715 \series bold
29716
29717 \backslash
29718 addtocounter
29719 \series default
29720 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29721 \begin_inset CommandInset ref
29722 LatexCommand eqref
29723 reference "eq:a"
29724
29725 \end_inset
29726
29727 式・
29728 \begin_inset CommandInset ref
29729 LatexCommand eqref
29730 reference "eq:b"
29731
29732 \end_inset
29733
29734 式・
29735 \begin_inset CommandInset ref
29736 LatexCommand eqref
29737 reference "eq:c"
29738
29739 \end_inset
29740
29741 式は、それぞれ
29742 \begin_inset CommandInset ref
29743 LatexCommand eqref
29744 reference "eq:a"
29745
29746 \end_inset
29747
29748 式・
29749 \begin_inset CommandInset ref
29750 LatexCommand eqref
29751 reference "eq:d"
29752
29753 \end_inset
29754
29755 式・
29756 \begin_inset CommandInset ref
29757 LatexCommand eqref
29758 reference "eq:f"
29759
29760 \end_inset
29761
29762 式として番号が振られてしまいます。
29763 \end_layout
29764
29765 \begin_layout Standard
29766 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29767 \begin_inset space \thinspace{}
29768 \end_inset
29769
29770 mmの垂直空白を
29771 \series bold
29772
29773 \backslash
29774 begin{subequations}
29775 \series default
29776 コマンドの後に入れています。数式様式として
29777 \series bold
29778 行頭下げ
29779 \begin_inset Foot
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783
29784 \series bold
29785 数式様式に関しては、第
29786 \series default
29787
29788 \begin_inset CommandInset ref
29789 LatexCommand ref
29790 reference "sec:数式様式"
29791
29792 \end_inset
29793
29794 節を参照。
29795 \end_layout
29796
29797 \end_inset
29798
29799
29800 \series default
29801 を用いているときには、これを-7
29802 \begin_inset space \thinspace{}
29803 \end_inset
29804
29805 mm空白にしてください。
29806 \end_layout
29807
29808 \begin_layout Standard
29809 以下は、二行めのみ付番を無効にしている多行数式の例です。
29810 \begin_inset ERT
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814
29815
29816 \backslash
29817 begin{subequations}
29818 \end_layout
29819
29820 \end_inset
29821
29822
29823 \begin_inset Formula \begin{eqnarray}
29824 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29825  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29826  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29827 \end{eqnarray}
29828
29829 \end_inset
29830
29831
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837
29838 \backslash
29839 end{subequations}
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Subsection
29848 ユーザー定義番号
29849 \begin_inset CommandInset label
29850 LatexCommand label
29851 name "sub:ユーザー定義番号"
29852
29853 \end_inset
29854
29855
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 \begin_inset Index idx
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29874 \end_layout
29875
29876 \end_inset
29877
29878 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29879 \end_layout
29880
29881 \begin_layout Standard
29882
29883 \series bold
29884
29885 \backslash
29886 def
29887 \backslash
29888 tagform@#1{
29889 \backslash
29890 maketag@@@{
29891 \series default
29892
29893 \begin_inset Formula $\boldsymbol{|}$
29894 \end_inset
29895
29896
29897 \series bold
29898 #1
29899 \series default
29900
29901 \begin_inset Formula $\boldsymbol{|}$
29902 \end_inset
29903
29904
29905 \series bold
29906 }}
29907 \series default
29908
29909 \begin_inset Note Note
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 他の記号を使いたいときには、
29923 \series bold
29924 #1
29925 \series default
29926 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29927 \end_layout
29928
29929 \begin_layout Standard
29930 \begin_inset VSpace bigskip
29931 \end_inset
29932
29933 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29934 \series bold
29935
29936 \backslash
29937 tag
29938 \series default
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 こまんど@コマンド ! T ! 
29945 \backslash
29946 tag
29947 \end_layout
29948
29949 \end_inset
29950
29951 コマンドを使います。
29952 \begin_inset Formula \begin{equation}
29953 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29954
29955 \end_inset
29956
29957 上記の例では、
29958 \series bold
29959
29960 \backslash
29961 tag
29962 \begin_inset ERT
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966
29967
29968 \backslash
29969 spce 
29970 \end_layout
29971
29972 \end_inset
29973
29974 何とかかんとか
29975 \series default
29976 というコマンドを数式に打ち込んでいます。
29977 \end_layout
29978
29979 \begin_layout Standard
29980 代わりに
29981 \series bold
29982
29983 \backslash
29984 tag*
29985 \begin_inset ERT
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989
29990
29991 \backslash
29992 spce 
29993 \end_layout
29994
29995 \end_inset
29996
29997 何とかかんとか
29998 \series default
29999 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30000 \begin_inset Formula \[
30001 A+B=C\tag*{something}\]
30002
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Standard
30009 \begin_inset VSpace bigskip
30010 \end_inset
30011
30012 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30013 \begin_inset Newline newline
30014 \end_inset
30015
30016
30017 \series bold
30018
30019 \backslash
30020 @addtoreset{equation}{part}
30021 \series default
30022
30023 \begin_inset Index idx
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 こまんど@コマンド ! 
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033 "
30034 \end_layout
30035
30036 \end_inset
30037
30038 @
30039 \begin_inset ERT
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043
30044 "
30045 \end_layout
30046
30047 \end_inset
30048
30049  ! 
30050 \backslash
30051
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057 "
30058 \end_layout
30059
30060 \end_inset
30061
30062 @
30063 \begin_inset ERT
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067
30068 "
30069 \end_layout
30070
30071 \end_inset
30072
30073 addtoreset
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082 節に関しては
30083 \begin_inset Newline newline
30084 \end_inset
30085
30086
30087 \series bold
30088
30089 \backslash
30090 @addtoreset{equation}{section}
30091 \begin_inset Newline newline
30092 \end_inset
30093
30094
30095 \series default
30096 というコマンドを使います。
30097 \end_layout
30098
30099 \begin_layout Standard
30100 これらのコマンドをTeXモードで使えるようにするためには、
30101 \series bold
30102
30103 \backslash
30104 makeatletter
30105 \series default
30106 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30107 \series bold
30108
30109 \backslash
30110 makeatother
30111 \series default
30112 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30113 \end_layout
30114
30115 \begin_layout Standard
30116
30117 \series bold
30118
30119 \backslash
30120 makeatletter
30121 \begin_inset Newline newline
30122 \end_inset
30123
30124
30125 \backslash
30126 @addtoreset{equation}{section}
30127 \begin_inset Newline newline
30128 \end_inset
30129
30130
30131 \backslash
30132 makeatother
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \series default
30138 のようにならなくてはなりません。
30139 \end_layout
30140
30141 \begin_layout Standard
30142 LaTeXプリアンブル中では、
30143 \series bold
30144
30145 \backslash
30146 makeatletter
30147 \series default
30148
30149 \series bold
30150
30151 \backslash
30152 makeatother
30153 \series default
30154 は、LyXが内部的に自動で挿入するので省略してかまいません。
30155 \end_layout
30156
30157 \begin_layout Standard
30158
30159 \series bold
30160
30161 \backslash
30162 @addtoreset
30163 \series default
30164 を戻すには、まずLaTeXプリアンブル中に
30165 \end_layout
30166
30167 \begin_layout Standard
30168
30169 \series bold
30170
30171 \backslash
30172 usepackage{remreset}
30173 \end_layout
30174
30175 \begin_layout Standard
30176 という行を入れて、
30177 \series bold
30178 remreset.sty
30179 \series default
30180
30181 \begin_inset Foot
30182 status collapsed
30183
30184 \begin_layout Plain Layout
30185
30186 \series bold
30187 remreset
30188 \series default
30189 は、LaTeXパッケージの
30190 \series bold
30191 carlisle
30192 \series default
30193
30194 \begin_inset Index idx
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 ぱっけーじ@パッケージ ! carlisle
30199 \end_layout
30200
30201 \end_inset
30202
30203 の一部として含まれており、LaTeX標準頒布版には含まれています。
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \begin_inset Index idx
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 ぱっけーじ@パッケージ ! remreset
30214 \end_layout
30215
30216 \end_inset
30217
30218 ファイルを読み込んでおかなくてはなりません。その後
30219 \begin_inset Newline newline
30220 \end_inset
30221
30222
30223 \series bold
30224
30225 \backslash
30226 @removefromreset
30227 \series default
30228
30229 \begin_inset Index idx
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 こまんど@コマンド ! 
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239 "
30240 \end_layout
30241
30242 \end_inset
30243
30244 @
30245 \begin_inset ERT
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249
30250 "
30251 \end_layout
30252
30253 \end_inset
30254
30255  ! 
30256 \backslash
30257
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263 "
30264 \end_layout
30265
30266 \end_inset
30267
30268 @
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274 "
30275 \end_layout
30276
30277 \end_inset
30278
30279 removefromreset
30280 \end_layout
30281
30282 \end_inset
30283
30284 コマンドを
30285 \series bold
30286
30287 \backslash
30288 @addtoreset
30289 \series default
30290 と同じ書式で使用すると、
30291 \series bold
30292
30293 \backslash
30294 @addtoreset
30295 \series default
30296 を戻すことができます。
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset VSpace bigskip
30301 \end_inset
30302
30303 ときには、数式を
30304 \end_layout
30305
30306 \begin_layout Standard
30307
30308 \family typewriter
30309 (節番号.数式番号)
30310 \end_layout
30311
30312 \begin_layout Standard
30313 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30314 \end_layout
30315
30316 \begin_layout Standard
30317 このような場合のために、
30318 \series bold
30319
30320 \backslash
30321 numberwithin
30322 \series default
30323
30324 \begin_inset Index idx
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 こまんど@コマンド ! N ! 
30329 \backslash
30330 numberwithin
30331 \end_layout
30332
30333 \end_inset
30334
30335 というコマンドがあり、
30336 \end_layout
30337
30338 \begin_layout Standard
30339
30340 \series bold
30341
30342 \backslash
30343 numberwithin{カウンタ}{節階層}
30344 \end_layout
30345
30346 \begin_layout Standard
30347 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30348 \end_layout
30349
30350 \begin_layout Standard
30351 したがって、ここではLaTeXプリアンブルかTeXコードで
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 numberwithin{equation}{section}
30360 \end_layout
30361
30362 \begin_layout Standard
30363 という行を用いることにしましょう。その結果がこれです。
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 numberwithin{equation}{section}
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \begin_inset Formula \begin{equation}
30378 A+B=C\end{equation}
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 たとえば、部番号を節階層として使用して、表に付番を施すときには
30387 \begin_inset Newline newline
30388 \end_inset
30389
30390
30391 \series bold
30392
30393 \backslash
30394 numberwithin{table}{part}
30395 \series default
30396 を用います。
30397 \end_layout
30398
30399 \begin_layout Standard
30400 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 renewcommand{
30409 \backslash
30410 theequation}{
30411 \backslash
30412 arabic{equation}}
30413 \begin_inset Index idx
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 こまんど@コマンド ! A ! 
30418 \backslash
30419 arabic
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \series default
30426
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432
30433 \backslash
30434 renewcommand{
30435 \backslash
30436 theequation}{
30437 \backslash
30438 arabic{equation}}
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \series bold
30445
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449
30450 \series default
30451 あるいは
30452 \series bold
30453
30454 \begin_inset Newline newline
30455 \end_inset
30456
30457
30458 \backslash
30459 renewcommand{
30460 \backslash
30461 thetable}{
30462 \backslash
30463 arabic{table}}
30464 \end_layout
30465
30466 \begin_layout Standard
30467 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30468 \series bold
30469
30470 \backslash
30471 numberwithin
30472 \series default
30473 は、内部的に上記で述べた
30474 \series bold
30475
30476 \backslash
30477 @addtoreset
30478 \series default
30479 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485
30486 \backslash
30487 makeatletter
30488 \end_layout
30489
30490 \begin_layout Plain Layout
30491
30492
30493 \backslash
30494 @removefromreset{equation}{section}
30495 \end_layout
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 makeatother
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Subsection
30510 ローマ数字や文字を使った付番
30511 \begin_inset Index idx
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Index idx
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30535 \end_layout
30536
30537 \begin_layout Standard
30538
30539 \series bold
30540
30541 \backslash
30542 renewcommand{
30543 \backslash
30544 theequation}{
30545 \backslash
30546 roman{equation}}
30547 \end_layout
30548
30549 \begin_layout Standard
30550 というコマンドを入れます。
30551 \series bold
30552
30553 \backslash
30554 renewcommand
30555 \series default
30556
30557 \begin_inset Index idx
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561 こまんど@コマンド ! R ! 
30562 \backslash
30563 renewcommand
30564 \end_layout
30565
30566 \end_inset
30567
30568 は、定義済みのコマンド
30569 \series bold
30570
30571 \backslash
30572 theequation
30573 \series default
30574 をコマンド
30575 \series bold
30576
30577 \backslash
30578 roman{equation}
30579 \series default
30580 に再定義します
30581 \begin_inset Foot
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586 \series bold
30587
30588 \backslash
30589 renewcommand
30590 \series default
30591 コマンドは、第
30592 \begin_inset CommandInset ref
30593 LatexCommand ref
30594 reference "sub:newcommandコマンド"
30595
30596 \end_inset
30597
30598 節に述べられている
30599 \series bold
30600
30601 \backslash
30602 newcommand
30603 \series default
30604 コマンドと同じ書式を持ちます。
30605 \end_layout
30606
30607 \end_inset
30608
30609 。ここで、
30610 \series bold
30611 equation
30612 \series default
30613 は数式カウンタです。コマンド
30614 \series bold
30615
30616 \backslash
30617 the
30618 \series default
30619 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30620 \series bold
30621
30622 \backslash
30623 theequation
30624 \series default
30625 コマンドを数式の後ろに置くのです。
30626 \series bold
30627
30628 \backslash
30629 roman{equation}
30630 \begin_inset Index idx
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 こまんど@コマンド ! R ! 
30635 \backslash
30636 roman
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \series default
30643 は、カウンタを小文字のローマ数字として出力します。
30644 \end_layout
30645
30646 \begin_layout Standard
30647 こうして、
30648 \series bold
30649
30650 \backslash
30651 renew
30652 \series default
30653 c
30654 \series bold
30655 ommand
30656 \series default
30657 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30658 \series bold
30659
30660 \backslash
30661 roman
30662 \series default
30663 の部分を
30664 \series bold
30665
30666 \backslash
30667 Roman
30668 \series default
30669
30670 \begin_inset Index idx
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674 こまんど@コマンド ! R ! 
30675 \backslash
30676 roman@
30677 \backslash
30678 Roman
30679 \end_layout
30680
30681 \end_inset
30682
30683 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30684 \series bold
30685
30686 \backslash
30687 alph
30688 \series default
30689
30690 \begin_inset Index idx
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 こまんど@コマンド ! A ! 
30695 \backslash
30696 alph
30697 \end_layout
30698
30699 \end_inset
30700
30701 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30702 \series bold
30703
30704 \backslash
30705 Alph
30706 \series default
30707
30708 \begin_inset Index idx
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 こまんど@コマンド ! A ! 
30713 \backslash
30714 alph@
30715 \backslash
30716 Alph
30717 \end_layout
30718
30719 \end_inset
30720
30721 コマンドがあります。
30722 \end_layout
30723
30724 \begin_layout Standard
30725 \begin_inset Note Greyedout
30726 status open
30727
30728 \begin_layout Plain Layout
30729
30730 \series bold
30731 (注意)
30732 \series default
30733 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747
30748 \backslash
30749 renewcommand{
30750 \backslash
30751 theequation}{
30752 \backslash
30753 roman{equation}}
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Standard
30762 \begin_inset Formula \begin{equation}
30763 A=\textrm{小文字ローマ数字}\end{equation}
30764
30765 \end_inset
30766
30767
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 renewcommand{
30776 \backslash
30777 theequation}{
30778 \backslash
30779 Roman{equation}}
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset Formula \begin{equation}
30786 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30787
30788 \end_inset
30789
30790
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 renewcommand{
30799 \backslash
30800 theequation}{
30801 \backslash
30802 alph{equation}}
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \begin_inset Formula \begin{equation}
30809 C=\textrm{小文字ラテン文字}\end{equation}
30810
30811 \end_inset
30812
30813
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 renewcommand{
30822 \backslash
30823 theequation}{
30824 \backslash
30825 Alph{equation}}
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \begin_inset Formula \begin{equation}
30832 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30833
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Standard
30840 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 \series bold
30846
30847 \backslash
30848 renewcommand{
30849 \backslash
30850 theequation}{
30851 \backslash
30852 arabic{equation}}
30853 \begin_inset Index idx
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857 こまんど@コマンド ! A ! 
30858 \backslash
30859 arabic
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \end_layout
30866
30867 \begin_layout Standard
30868 \begin_inset ERT
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872
30873
30874 \backslash
30875 renewcommand{
30876 \backslash
30877 theequation}{
30878 \backslash
30879 arabic{equation}}
30880 \end_layout
30881
30882 \end_inset
30883
30884
30885 \begin_inset Formula \begin{equation}
30886 E=\textrm{アラビア数字}\end{equation}
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \begin_inset VSpace medskip
30895 \end_inset
30896
30897 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30898 てはなりません。この点に関する説明は、ファイル
30899 \begin_inset CommandInset href
30900 LatexCommand href
30901 name "Formula-numbering.lyx"
30902 target "run:Formula-numbering.lyx"
30903
30904 \end_inset
30905
30906 にあります。
30907 \end_layout
30908
30909 \begin_layout Section
30910 化学記号と化学式
30911 \begin_inset CommandInset label
30912 LatexCommand label
30913 name "sub:化学記号と化学式"
30914
30915 \end_inset
30916
30917
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 かがくきごう@化学記号 ! きごう@記号
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Index idx
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932 かがくしき@化学式
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \begin_inset Index idx
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942 きごう@記号 ! かがく@化学
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 以下は、化学関係の文章の例です。
30952 \end_layout
30953
30954 \begin_layout Quote
30955 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30956 \end_inset
30957
30958 イオンは、2つの
30959 \begin_inset Formula $\mathrm{Na^{+}}$
30960 \end_inset
30961
30962 イオンと反応して、硫酸化塩
30963 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30964 \end_inset
30965
30966 を形成します。この化学式は以下のようになります。
30967 \begin_inset Formula \begin{equation}
30968 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
30977 \begin_inset Info
30978 type  "shortcut"
30979 arg   "font-roman"
30980 \end_inset
30981
30982 を押せば、アップライトフォント様式に変更することができます
30983 \begin_inset Foot
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987 フォント様式に関しては、第
30988 \begin_inset CommandInset ref
30989 LatexCommand ref
30990 reference "sub:書体様式"
30991
30992 \end_inset
30993
30994 節を参照のこと。
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31004 \series bold
31005 mhchem
31006 \series default
31007
31008 \begin_inset Index idx
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 ぱっけーじ@パッケージ ! mhchem
31013 \end_layout
31014
31015 \end_inset
31016
31017 が導入されているときに使用することができる
31018 \series bold
31019
31020 \backslash
31021 ce
31022 \series default
31023
31024 \begin_inset Index idx
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 こまんど@コマンド ! C ! 
31029 \backslash
31030 ce
31031 \end_layout
31032
31033 \end_inset
31034
31035 コマンドを使用することです。
31036 \series bold
31037
31038 \backslash
31039 ce
31040 \series default
31041 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31042 \end_layout
31043
31044 \begin_layout Standard
31045 \align center
31046 \begin_inset Tabular
31047 <lyxtabular version="3" rows="9" columns="2">
31048 <features tabularvalignment="middle">
31049 <column alignment="center" valignment="top" width="0">
31050 <column alignment="center" valignment="top" width="0">
31051 <row>
31052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31053 \begin_inset Text
31054
31055 \begin_layout Plain Layout
31056 コマンド
31057 \end_layout
31058
31059 \end_inset
31060 </cell>
31061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31062 \begin_inset Text
31063
31064 \begin_layout Plain Layout
31065 出力
31066 \begin_inset Note Note
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070
31071 \series bold
31072
31073 \backslash
31074 raisebox
31075 \series default
31076 はスペーサーとしてのみ使用されています。
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \end_layout
31083
31084 \end_inset
31085 </cell>
31086 </row>
31087 <row>
31088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Plain Layout
31092
31093 \backslash
31094 ce
31095 \begin_inset ERT
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099
31100
31101 \backslash
31102 spce 
31103 \end_layout
31104
31105 \end_inset
31106
31107 H2CO3
31108 \end_layout
31109
31110 \end_inset
31111 </cell>
31112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31113 \begin_inset Text
31114
31115 \begin_layout Plain Layout
31116 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \end_inset
31123 </cell>
31124 </row>
31125 <row>
31126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31127 \begin_inset Text
31128
31129 \begin_layout Plain Layout
31130
31131 \backslash
31132 ce
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138
31139 \backslash
31140 spce 
31141 \end_layout
31142
31143 \end_inset
31144
31145 SO4^2-
31146 \end_layout
31147
31148 \end_inset
31149 </cell>
31150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31151 \begin_inset Text
31152
31153 \begin_layout Plain Layout
31154 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \end_inset
31161 </cell>
31162 </row>
31163 <row>
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168
31169 \backslash
31170 ce
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176
31177 \backslash
31178 spce 
31179 \end_layout
31180
31181 \end_inset
31182
31183 (NH4)2S
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31189 \begin_inset Text
31190
31191 \begin_layout Plain Layout
31192 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 </row>
31201 <row>
31202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31203 \begin_inset Text
31204
31205 \begin_layout Plain Layout
31206
31207 \backslash
31208 ce
31209 \begin_inset ERT
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213
31214
31215 \backslash
31216 spce 
31217 \end_layout
31218
31219 \end_inset
31220
31221 KCr(SO4)2.12H2O
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 </row>
31239 <row>
31240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244
31245 \backslash
31246 ce
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 spce 
31255 \end_layout
31256
31257 \end_inset
31258
31259 A-B
31260 \backslash
31261 dbond
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 spce 
31270 \end_layout
31271
31272 \end_inset
31273
31274 C
31275 \backslash
31276 tbond
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 spce 
31285 \end_layout
31286
31287 \end_inset
31288
31289 D
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \end_inset
31305 </cell>
31306 </row>
31307 <row>
31308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312
31313 \backslash
31314 ce
31315 \begin_inset ERT
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320
31321 \backslash
31322 spce 
31323 \end_layout
31324
31325 \end_inset
31326
31327 ^227
31328 \begin_inset Formula $\downarrow$
31329 \end_inset
31330
31331 _90
31332 \begin_inset Formula $\to$
31333 \end_inset
31334
31335 Th+
31336 \end_layout
31337
31338 \end_inset
31339 </cell>
31340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31341 \begin_inset Text
31342
31343 \begin_layout Plain Layout
31344 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31345 \end_inset
31346
31347
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 </row>
31353 <row>
31354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358
31359 \backslash
31360 ce
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 spce 
31369 \end_layout
31370
31371 \end_inset
31372
31373 CO2
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379
31380 \backslash
31381 spce 
31382 \end_layout
31383
31384 \end_inset
31385
31386 +
31387 \begin_inset ERT
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391
31392
31393 \backslash
31394 spce 
31395 \end_layout
31396
31397 \end_inset
31398
31399 C
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 spce 
31408 \end_layout
31409
31410 \end_inset
31411
31412 <=>
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418
31419 \backslash
31420 spce 
31421 \end_layout
31422
31423 \end_inset
31424
31425 2CO
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31431 \begin_inset Text
31432
31433 \begin_layout Plain Layout
31434 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 </row>
31443 <row>
31444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31445 \begin_inset Text
31446
31447 \begin_layout Plain Layout
31448
31449 \backslash
31450 ce
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456
31457 \backslash
31458 spce 
31459 \end_layout
31460
31461 \end_inset
31462
31463 CO2
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469
31470 \backslash
31471 spce 
31472 \end_layout
31473
31474 \end_inset
31475
31476 +
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 spce 
31485 \end_layout
31486
31487 \end_inset
31488
31489 C
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 spce 
31498 \end_layout
31499
31500 \end_inset
31501
31502 ->[
31503 \backslash
31504 alpha][
31505 \backslash
31506 beta]
31507 \begin_inset ERT
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511
31512
31513 \backslash
31514 spce 
31515 \end_layout
31516
31517 \end_inset
31518
31519 2CO}
31520 \end_layout
31521
31522 \end_inset
31523 </cell>
31524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Plain Layout
31528 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \end_inset
31535 </cell>
31536 </row>
31537 </lyxtabular>
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 \begin_inset Note Greyedout
31546 status open
31547
31548 \begin_layout Plain Layout
31549
31550 \series bold
31551 【註】
31552 \backslash
31553 ce
31554 \series default
31555 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31556 \series bold
31557
31558 \backslash
31559 ce{$
31560 \backslash
31561 mu
31562 \backslash
31563 hyphen$Cl}
31564 \series default
31565
31566 \begin_inset ERT
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 ce{$
31574 \backslash
31575 mu
31576 \backslash
31577 hyphen$Cl}
31578 \end_layout
31579
31580 \end_inset
31581
31582 )のようにTeXコードを使わなくてはなりません。
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591
31592 \series bold
31593
31594 \backslash
31595 ce
31596 \series default
31597 を使うと
31598 \begin_inset CommandInset ref
31599 LatexCommand eqref
31600 reference "eq:chem-reaction"
31601
31602 \end_inset
31603
31604 式のコマンドは
31605 \begin_inset Newline newline
31606 \end_inset
31607
31608
31609 \series bold
31610  
31611 \backslash
31612 ce
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 spce 
31621 \end_layout
31622
31623 \end_inset
31624
31625 2Na+
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631
31632 \backslash
31633 spce 
31634 \end_layout
31635
31636 \end_inset
31637
31638 +
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644
31645 \backslash
31646 spce 
31647 \end_layout
31648
31649 \end_inset
31650
31651 SO4^2-
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 spce 
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 spce 
31673 \end_layout
31674
31675 \end_inset
31676
31677 ->
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 spce 
31686 \end_layout
31687
31688 \end_inset
31689
31690 Na2SO4
31691 \begin_inset Newline newline
31692 \end_inset
31693
31694
31695 \series default
31696 のようになります。
31697 \end_layout
31698
31699 \begin_layout Standard
31700 複数行の化学式を作るには、第
31701 \begin_inset CommandInset ref
31702 LatexCommand ref
31703 reference "sec:多行数式"
31704
31705 \end_inset
31706
31707 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31708 \series bold
31709
31710 \backslash
31711 ce
31712 \series default
31713 コマンドを使用します。
31714 \begin_inset CommandInset ref
31715 LatexCommand eqref
31716 reference "eq:TEOS-reaction-1"
31717
31718 \end_inset
31719
31720 式と
31721 \begin_inset CommandInset ref
31722 LatexCommand eqref
31723 reference "eq:TEOS-reaction-2"
31724
31725 \end_inset
31726
31727 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31728 \begin_inset Formula \begin{eqnarray}
31729 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31730 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31731 \end{eqnarray}
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741 mhchem
31742 \series default
31743 パッケージは、
31744 \series bold
31745
31746 \backslash
31747 ce
31748 \series default
31749 の他に、特殊ケースに使用する
31750 \series bold
31751
31752 \backslash
31753 cf
31754 \series default
31755
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 こまんど@コマンド ! C ! 
31761 \backslash
31762 cf
31763 \end_layout
31764
31765 \end_inset
31766
31767 コマンドを提供しています。
31768 \series bold
31769
31770 \backslash
31771 cf
31772 \series default
31773 の詳しい情報と例示については、
31774 \series bold
31775 mhchem
31776 \series default
31777
31778 \begin_inset CommandInset citation
31779 LatexCommand cite
31780 key "mhchem"
31781
31782 \end_inset
31783
31784 の取扱説明書をご覧ください。
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset Newpage newpage
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Section
31795 図解
31796 \end_layout
31797
31798 \begin_layout Standard
31799 LyXは、二つの型の可換図
31800 \series bold
31801 amscd
31802 \series default
31803 および
31804 \series bold
31805 xymatrix
31806 \series default
31807 をサポートしており、以下でこれらの説明をします。
31808 \end_layout
31809
31810 \begin_layout Subsection
31811 amscd図解
31812 \begin_inset Index idx
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816 ずかい@図解 ! amscd
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Standard
31825 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31826 \begin_inset Formula \[
31827 \begin{CD}A@>>>B@>>>C\\
31828 @AAA@.@VVV\\
31829 F@<<<E@<<<D
31830 \end{CD}\]
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 これを作るには、数式に
31839 \series bold
31840
31841 \backslash
31842 CD
31843 \begin_inset Index idx
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 こまんど@コマンド ! C ! 
31848 \backslash
31849 CD
31850 \end_layout
31851
31852 \end_inset
31853
31854
31855 \series default
31856 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31857 \begin_inset Info
31858 type  "shortcut"
31859 arg   "newline-insert newline"
31860 \end_inset
31861
31862 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31863 \end_layout
31864
31865 \begin_layout Standard
31866 関係を作るには、以下のコマンドがあります。
31867 \end_layout
31868
31869 \begin_layout Itemize
31870 \begin_inset Formula $\boldsymbol{@<<<}$
31871 \end_inset
31872
31873 は左矢印、
31874 \begin_inset Formula $\boldsymbol{@>>>}$
31875 \end_inset
31876
31877 は右矢印、
31878 \series bold
31879 @=
31880 \series default
31881 は長い等号を生成します。
31882 \end_layout
31883
31884 \begin_layout Itemize
31885
31886 \series bold
31887 @AAA
31888 \series default
31889 は上矢印、
31890 \series bold
31891 @VVV
31892 \series default
31893 は下矢印、
31894 \begin_inset Formula $\boldsymbol{@|}$
31895 \end_inset
31896
31897 は縦向きの等号を生成します。
31898 \end_layout
31899
31900 \begin_layout Itemize
31901
31902 \series bold
31903 @.
31904 \series default
31905 は関係が存在しない部分に置きます。
31906 \end_layout
31907
31908 \begin_layout Standard
31909 矢印はすべて、以下のようにラベル付けをすることができます。
31910 \end_layout
31911
31912 \begin_layout Itemize
31913 文章を、第1と第2の「
31914 \begin_inset Formula $<$
31915 \end_inset
31916
31917 」ないし「
31918 \begin_inset Formula $>$
31919 \end_inset
31920
31921 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31922 \begin_inset Formula $<$
31923 \end_inset
31924
31925 」ないし「
31926 \begin_inset Formula $>$
31927 \end_inset
31928
31929 」のあいだに入れると、矢印の下に表示されます。
31930 \end_layout
31931
31932 \begin_layout Itemize
31933 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31934 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31935 \end_layout
31936
31937 \begin_layout Standard
31938 以下は、上記のすべての関係を使った例です。
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset Formula \[
31943 \begin{CD}A@>j>>B@>>k>C@=F\\
31944 @AmAA@.@VV{V}V@|\\
31945 D@<<j<E@>k>>F@=C
31946 \end{CD}\]
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 これを作るコマンドは、以下のとおりです。
31955 \begin_inset Newline newline
31956 \end_inset
31957
31958
31959 \series bold
31960
31961 \backslash
31962 CD
31963 \begin_inset ERT
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967
31968
31969 \backslash
31970 spce 
31971 \end_layout
31972
31973 \end_inset
31974
31975 A
31976 \begin_inset Formula $\boldsymbol{@>}$
31977 \end_inset
31978
31979 j
31980 \begin_inset Formula $\boldsymbol{>>}$
31981 \end_inset
31982
31983 B
31984 \begin_inset Formula $\boldsymbol{@>>}$
31985 \end_inset
31986
31987 k
31988 \begin_inset Formula $\boldsymbol{>}$
31989 \end_inset
31990
31991 C@=F Ctrl+Return
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \begin_inset Phantom HPhantom
31997 status open
31998
31999 \begin_layout Plain Layout
32000
32001 \series bold
32002
32003 \backslash
32004 CD
32005 \begin_inset ERT
32006 status collapsed
32007
32008 \begin_layout Plain Layout
32009
32010
32011 \backslash
32012 spce 
32013 \end_layout
32014
32015 \end_inset
32016
32017
32018 \end_layout
32019
32020 \end_inset
32021
32022 @AmAA@.@VV
32023 \backslash
32024 {V
32025 \series default
32026
32027 \begin_inset Formula $\to$
32028 \end_inset
32029
32030
32031 \series bold
32032 V
32033 \begin_inset Formula $\boldsymbol{@|}$
32034 \end_inset
32035
32036  Ctrl+Return
32037 \begin_inset Newline newline
32038 \end_inset
32039
32040
32041 \begin_inset Phantom HPhantom
32042 status open
32043
32044 \begin_layout Plain Layout
32045
32046 \series bold
32047
32048 \backslash
32049 CD
32050 \begin_inset ERT
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 spce 
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066
32067 D
32068 \begin_inset Formula $\boldsymbol{@<<}$
32069 \end_inset
32070
32071 j
32072 \begin_inset Formula $\boldsymbol{<}$
32073 \end_inset
32074
32075 E
32076 \begin_inset Formula $\boldsymbol{@>}$
32077 \end_inset
32078
32079 k
32080 \begin_inset Formula $\boldsymbol{>>}$
32081 \end_inset
32082
32083 F@=C
32084 \end_layout
32085
32086 \begin_layout Subsection
32087 xymatrix図解
32088 \begin_inset Index idx
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 ずかい@図解 ! xymatrix
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 xymatricesを使うには、LaTeXパッケージの
32102 \series bold
32103 xypic
32104 \series default
32105 が導入済みである必要があります。xymatrixは、数式中に
32106 \series bold
32107
32108 \backslash
32109 xymatrix
32110 \series default
32111 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32112 \begin_inset CommandInset ref
32113 LatexCommand ref
32114 reference "sec:行列"
32115
32116 \end_inset
32117
32118 節をご参照下さい。
32119 \end_layout
32120
32121 \begin_layout Standard
32122 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32123 \family sans
32124 ヘルプ\SpecialChar \menuseparator
32125 用途別説明書\SpecialChar \menuseparator
32126 XY-pic説明書
32127 \family default
32128 メニューにある
32129 \emph on
32130 XY-pic説明書
32131 \emph default
32132 で詳しく網羅しています。
32133 \end_layout
32134
32135 \begin_layout Subsection
32136
32137 \noun on
32138 \lang english
32139 Feynman
32140 \noun default
32141  Diagrams
32142 \lang japanese
32143
32144 \begin_inset Index idx
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148 ずかい@図解 ! Feynman
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157
32158 \lang english
32159 To be able to use 
32160 \noun on
32161 Feynman
32162 \noun default
32163 -diagrams, the LaTeX-package 
32164 \series bold
32165 feyn
32166 \series default
32167  must be installed.
32168  A 
32169 \noun on
32170 Feynman
32171 \noun default
32172 -diagram is created by inserting the command 
32173 \series bold
32174
32175 \backslash
32176 Diagram
32177 \series default
32178  in a formula.
32179  Then you are able to add new matrix columns and rows like for normal matrices,
32180  see
32181 \lang japanese
32182  
32183 \begin_inset CommandInset ref
32184 LatexCommand ref
32185 reference "sec:行列"
32186
32187 \end_inset
32188
32189 .
32190 \end_layout
32191
32192 \begin_layout Standard
32193
32194 \lang english
32195 Examples how to create 
32196 \noun on
32197 Feynman-
32198 \noun default
32199 diagrams in LyX is given in the 
32200 \emph on
32201 Feynman-diagram manual
32202 \emph default
32203  that you find in the menu 
32204 \family sans
32205 Help\SpecialChar \menuseparator
32206 Specific
32207 \begin_inset space ~
32208 \end_inset
32209
32210 Manuals
32211 \family default
32212 .
32213 \end_layout
32214
32215 \begin_layout Standard
32216 \begin_inset Newpage newpage
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Section
32223 ユーザー定義コマンド
32224 \begin_inset Index idx
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 ゆーざーていぎこまんど@ユーザー定義コマンド
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \begin_inset Note Greyedout
32238 status open
32239
32240 \begin_layout Plain Layout
32241 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \begin_layout Subsection
32250
32251 \backslash
32252 newcommandコマンド
32253 \begin_inset CommandInset label
32254 LatexCommand label
32255 name "sub:newcommandコマンド"
32256
32257 \end_inset
32258
32259
32260 \begin_inset Index idx
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32265 \backslash
32266 newcommand
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \begin_inset Index idx
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276 こまんど@コマンド ! N ! 
32277 \backslash
32278 newcommand
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32288 \series bold
32289
32290 \backslash
32291 newcommand
32292 \series default
32293 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 newcommand
32302 \series default
32303 コマンドの書式は、
32304 \end_layout
32305
32306 \begin_layout Standard
32307
32308 \series bold
32309
32310 \backslash
32311 newcommand{新コマンド名}[引数の数][オプションの値]
32312 \begin_inset Newline newline
32313 \end_inset
32314
32315
32316 \begin_inset Phantom HPhantom
32317 status open
32318
32319 \begin_layout Plain Layout
32320
32321 \series bold
32322
32323 \backslash
32324 newcommand
32325 \end_layout
32326
32327 \end_inset
32328
32329 {コマンド定義}
32330 \end_layout
32331
32332 \begin_layout Standard
32333 です。
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset Note Greyedout
32338 status open
32339
32340 \begin_layout Plain Layout
32341
32342 \series bold
32343 (注意)
32344 \series default
32345 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32346 \series bold
32347
32348 \backslash
32349 Leftarrow
32350 \series default
32351 の短縮のつもりで
32352 \series bold
32353
32354 \backslash
32355 le
32356 \series default
32357 というコマンドを定義したとすると、
32358 \series bold
32359
32360 \backslash
32361 le
32362 \series default
32363 は既に「
32364 \begin_inset Formula $\le$
32365 \end_inset
32366
32367 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 「引数の数」は、0
32377 \begin_inset space \thinspace{}
32378 \end_inset
32379
32380 -
32381 \begin_inset space \thinspace{}
32382 \end_inset
32383
32384 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32385 ドの
32386 \emph on
32387 最初の
32388 \emph default
32389 引数は、自動的に非必須の引数になります。
32390 \end_layout
32391
32392 \begin_layout Standard
32393 以下にいくつかの例を挙げます。
32394 \end_layout
32395
32396 \begin_layout Itemize
32397
32398 \series bold
32399
32400 \backslash
32401 Longrightarrow
32402 \series default
32403 の短縮形として
32404 \series bold
32405
32406 \backslash
32407 gr
32408 \series default
32409 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32410 \begin_inset VSpace medskip
32411 \end_inset
32412
32413
32414 \begin_inset Newline newline
32415 \end_inset
32416
32417
32418 \series bold
32419
32420 \backslash
32421 newcommand{
32422 \backslash
32423 gr}{
32424 \backslash
32425 Longrightarrow}
32426 \end_layout
32427
32428 \begin_layout Itemize
32429
32430 \series bold
32431
32432 \backslash
32433 underline
32434 \series default
32435 の短縮形として
32436 \series bold
32437
32438 \backslash
32439 us
32440 \series default
32441 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32442 \begin_inset VSpace medskip
32443 \end_inset
32444
32445
32446 \begin_inset Newline newline
32447 \end_inset
32448
32449
32450 \series bold
32451
32452 \backslash
32453 newcommand{
32454 \backslash
32455 us}[1]{
32456 \backslash
32457 underline{#1}}
32458 \series default
32459
32460 \begin_inset VSpace medskip
32461 \end_inset
32462
32463
32464 \begin_inset Newline newline
32465 \end_inset
32466
32467
32468 \series bold
32469 #
32470 \series default
32471 」という文字は、引数の入る場所を示し、その後ろの「
32472 \series bold
32473 1
32474 \series default
32475 」は、これが第1引数の入る場所であることを示します。
32476 \end_layout
32477
32478 \begin_layout Itemize
32479
32480 \series bold
32481
32482 \backslash
32483 framebox
32484 \series default
32485 の短縮形として、たとえば
32486 \series bold
32487
32488 \backslash
32489 fb
32490 \series default
32491 というコマンドを定義するには、
32492 \begin_inset VSpace medskip
32493 \end_inset
32494
32495
32496 \begin_inset Newline newline
32497 \end_inset
32498
32499
32500 \series bold
32501
32502 \backslash
32503 newcommand{
32504 \backslash
32505 fb}[3]{
32506 \backslash
32507 framebox#1#2{$#3$}}
32508 \series default
32509
32510 \begin_inset VSpace medskip
32511 \end_inset
32512
32513
32514 \begin_inset Newline newline
32515 \end_inset
32516
32517 二つのドルマークは、
32518 \series bold
32519
32520 \backslash
32521 framebox
32522 \series default
32523 が必要とする内部の数式を作り出します。第
32524 \begin_inset CommandInset ref
32525 LatexCommand ref
32526 reference "sub:縁付きボックス"
32527
32528 \end_inset
32529
32530 節をご参照下さい。
32531 \end_layout
32532
32533 \begin_layout Itemize
32534 ボックスの色を指定する必要がない
32535 \series bold
32536
32537 \backslash
32538 fcolorbox
32539 \series default
32540 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32541 \begin_inset VSpace medskip
32542 \end_inset
32543
32544
32545 \begin_inset Newline newline
32546 \end_inset
32547
32548
32549 \series bold
32550
32551 \backslash
32552 newcommand{
32553 \backslash
32554 cb}[3][white]{
32555 \backslash
32556 fcolorbox{#2}{#1}{$#3$}}
32557 \series default
32558
32559 \begin_inset VSpace medskip
32560 \end_inset
32561
32562
32563 \begin_inset Newline newline
32564 \end_inset
32565
32566
32567 \series bold
32568
32569 \backslash
32570 cb
32571 \series default
32572 を使うときに色が指定されなければ、事前に定義された色である
32573 \series bold
32574 white
32575 \series default
32576 が使用されます。
32577 \end_layout
32578
32579 \begin_layout Standard
32580 以下は、上で定義したコマンドの動作テストです。
32581 \end_layout
32582
32583 \begin_layout Standard
32584 \align center
32585 \begin_inset Tabular
32586 <lyxtabular version="3" rows="6" columns="2">
32587 <features tabularvalignment="middle">
32588 <column alignment="center" valignment="top" width="0">
32589 <column alignment="center" valignment="top" width="0">
32590 <row>
32591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32592 \begin_inset Text
32593
32594 \begin_layout Plain Layout
32595 コマンド
32596 \end_layout
32597
32598 \end_inset
32599 </cell>
32600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32601 \begin_inset Text
32602
32603 \begin_layout Plain Layout
32604 出力
32605 \begin_inset Note Note
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 ここで
32610 \series bold
32611
32612 \backslash
32613 raisebox
32614 \series default
32615 はスペーサーとして使用しているだけです。
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \end_inset
32624 </cell>
32625 </row>
32626 <row>
32627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32628 \begin_inset Text
32629
32630 \begin_layout Plain Layout
32631 A
32632 \backslash
32633 gr
32634 \begin_inset ERT
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638
32639
32640 \backslash
32641 spce 
32642 \end_layout
32643
32644 \end_inset
32645
32646 B
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 \begin_inset Formula $A\gr B$
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 </row>
32664 <row>
32665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32666 \begin_inset Text
32667
32668 \begin_layout Plain Layout
32669
32670 \backslash
32671 us{ABcd
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 </row>
32689 <row>
32690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32691 \begin_inset Text
32692
32693 \begin_layout Plain Layout
32694
32695 \backslash
32696 fb{[2cm]
32697 \begin_inset Formula $\to$
32698 \end_inset
32699
32700
32701 \backslash
32702 {
32703 \begin_inset Formula $\to$
32704 \end_inset
32705
32706
32707 \backslash
32708 {
32709 \backslash
32710 int
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715
32716
32717 \backslash
32718 spce 
32719 \end_layout
32720
32721 \end_inset
32722
32723 A=B
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 </row>
32741 <row>
32742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746
32747 \backslash
32748 cb{red
32749 \begin_inset Formula $\to$
32750 \end_inset
32751
32752
32753 \backslash
32754 {
32755 \backslash
32756 int
32757 \begin_inset ERT
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761
32762
32763 \backslash
32764 spce 
32765 \end_layout
32766
32767 \end_inset
32768
32769 A=B
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32775 \begin_inset Text
32776
32777 \begin_layout Plain Layout
32778 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 <row>
32788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32789 \begin_inset Text
32790
32791 \begin_layout Plain Layout
32792
32793 \backslash
32794 cb[green]
32795 \backslash
32796 {red
32797 \begin_inset Formula $\to$
32798 \end_inset
32799
32800
32801 \backslash
32802 {
32803 \backslash
32804 int
32805 \begin_inset ERT
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809
32810
32811 \backslash
32812 spce 
32813 \end_layout
32814
32815 \end_inset
32816
32817 A=B
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \end_inset
32833 </cell>
32834 </row>
32835 </lyxtabular>
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Subsection
32843 数式マクロ
32844 \begin_inset Index idx
32845 status collapsed
32846
32847 \begin_layout Plain Layout
32848 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32849 \end_layout
32850
32851 \end_inset
32852
32853
32854 \begin_inset Index idx
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858 まくろ@マクロ
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32868 般型は、
32869 \begin_inset Formula \[
32870 0=\lambda^{2}+p\lambda+q\]
32871
32872 \end_inset
32873
32874 であり、その解の一般型は
32875 \begin_inset Formula \[
32876 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Standard
32884 です。
32885 \begin_inset Formula $\lambda$
32886 \end_inset
32887
32888
32889 \begin_inset Formula $p$
32890 \end_inset
32891
32892
32893 \begin_inset Formula $q$
32894 \end_inset
32895
32896 の3つのパラメータを指定することが必須であり、
32897 \begin_inset Formula $\lambda$
32898 \end_inset
32899
32900 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32901 \begin_inset Newline newline
32902 \end_inset
32903
32904
32905 \series bold
32906
32907 \backslash
32908 newcommand{
32909 \backslash
32910 qG}[4][1,
32911 \backslash
32912 ,2]{#2_{#1}=-
32913 \backslash
32914 frac{#3}{2}
32915 \backslash
32916 pm
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920
32921 \begin_inset Phantom HPhantom
32922 status open
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927
32928 \backslash
32929 newcommand
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \backslash
32936 sqrt{
32937 \backslash
32938 frac{#3^{2}}{4}-#4}}
32939 \end_layout
32940
32941 \begin_layout Standard
32942 これを使って解の公式を作るには、
32943 \begin_inset Newline newline
32944 \end_inset
32945
32946
32947 \series bold
32948
32949 \backslash
32950 qG{
32951 \backslash
32952 lambda
32953 \begin_inset Formula $\to$
32954 \end_inset
32955
32956
32957 \backslash
32958 {p
32959 \begin_inset Formula $\to$
32960 \end_inset
32961
32962
32963 \backslash
32964 {q
32965 \series default
32966 というコマンドを数式に入れます。
32967 \end_layout
32968
32969 \begin_layout Standard
32970 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32971 \series bold
32972
32973 \backslash
32974 frac{分子}{分母}
32975 \series default
32976 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32977 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32978 \series bold
32979
32980 \backslash
32981 newcommand
32982 \series default
32983 コマンドの代わりに、数式マクロを使う方法を提供しています。
32984 \end_layout
32985
32986 \begin_layout Standard
32987 数式マクロは、
32988 \family sans
32989 挿入\SpecialChar \menuseparator
32990 数式\SpecialChar \menuseparator
32991 マクロ
32992 \family default
32993 メニューか、ツールバーボタンの
32994 \begin_inset Graphics
32995         filename ../../images/math-macro_newmacroname_newcommand.png
32996         scale 85
32997
32998 \end_inset
32999
33000 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33001 \begin_inset Newline newline
33002 \end_inset
33003
33004
33005 \begin_inset space \hspace*{\fill}
33006 \end_inset
33007
33008
33009 \begin_inset Graphics
33010         filename ../clipart/macrobox.png
33011
33012 \end_inset
33013
33014
33015 \begin_inset space \hspace*{\fill}
33016 \end_inset
33017
33018
33019 \begin_inset Newline newline
33020 \end_inset
33021
33022
33023 \begin_inset FormulaMacro
33024 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33025 \end_inset
33026
33027
33028 \backslash
33029 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33030 \series bold
33031
33032 \backslash
33033 #1
33034 \series default
33035 のように
33036 \series bold
33037
33038 \backslash
33039 #引数番号
33040 \series default
33041 というコマンドで入力するか、マクロツールバーボタンの
33042 \begin_inset Graphics
33043         filename ../../images/math-macro-add-param.png
33044         scale 85
33045
33046 \end_inset
33047
33048 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33049 \begin_inset Graphics
33050         filename ../../images/math-macro-add-optional-param.png
33051         scale 85
33052
33053 \end_inset
33054
33055 で作ることができます。最初の必須引数は、ツールバーボタンの
33056 \begin_inset Graphics
33057         filename ../../images/math-macro-make-optional.png
33058         scale 85
33059
33060 \end_inset
33061
33062 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33063 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33064 \begin_inset Newline newline
33065 \end_inset
33066
33067
33068 \series bold
33069 qG: 
33070 \backslash
33071 #1
33072 \series default
33073  
33074 \series bold
33075 ,
33076 \series default
33077  
33078 \series bold
33079
33080 \backslash
33081 #2
33082 \series default
33083  
33084 \series bold
33085 ,
33086 \series default
33087  
33088 \series bold
33089
33090 \backslash
33091 #3, 
33092 \backslash
33093 #4
33094 \begin_inset Newline newline
33095 \end_inset
33096
33097
33098 \series default
33099 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33100 されます。
33101 \begin_inset Newline newline
33102 \end_inset
33103
33104 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33105 \family sans
33106 表示\SpecialChar \menuseparator
33107 数式マクロを展開(畳む)
33108 \family default
33109 メニューを使うことで、マクロ毎に変えることができます。
33110 \end_layout
33111
33112 \begin_layout Standard
33113 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33114 \series bold
33115
33116 \backslash
33117 qG
33118 \series default
33119 とします。このマクロは、LyX中では以下のように表示されます。
33120 \begin_inset Newline newline
33121 \end_inset
33122
33123
33124 \begin_inset space \hspace*{\fill}
33125 \end_inset
33126
33127
33128 \begin_inset Graphics
33129         filename ../clipart/macrouse.png
33130
33131 \end_inset
33132
33133
33134 \begin_inset space \hspace*{\fill}
33135 \end_inset
33136
33137
33138 \begin_inset Newline newline
33139 \end_inset
33140
33141 以下は、上記の例に、引数
33142 \begin_inset Formula $x$
33143 \end_inset
33144
33145
33146 \begin_inset Formula $\ln(x)$
33147 \end_inset
33148
33149
33150 \begin_inset Formula $B$
33151 \end_inset
33152
33153 を指定したものです。
33154 \end_layout
33155
33156 \begin_layout Standard
33157 \begin_inset Formula \[
33158 \qG x{\ln(x)}B\]
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \begin_layout Standard
33166 LyXは、
33167 \family sans
33168 ツール\SpecialChar \menuseparator
33169 設定\SpecialChar \menuseparator
33170 編集\SpecialChar \menuseparator
33171 制御
33172 \family default
33173 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33174 せてみてください。
33175 \end_layout
33176
33177 \begin_layout Standard
33178 数式マクロは、文書書き出し時に、内部的に
33179 \series bold
33180
33181 \backslash
33182 newcommand
33183 \series default
33184 コマンドに変換されます。こうして生成された
33185 \series bold
33186
33187 \backslash
33188 newcommand
33189 \series default
33190 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33191 \end_layout
33192
33193 \begin_layout Standard
33194 数式マクロは、
33195 \series bold
33196
33197 \backslash
33198 newcommand
33199 \series default
33200 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33201 \series bold
33202
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \backslash
33208 newcommand{
33209 \backslash
33210 larrow}[2]{
33211 \backslash
33212 xleftarrow[#2]{#1}}
33213 \begin_inset Newline newline
33214 \end_inset
33215
33216
33217 \series default
33218 というコマンドを書き入れ、この全体を選択して、短絡キー
33219 \family sans
33220 Ctrl+M
33221 \family default
33222 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33223 \series bold
33224
33225 \backslash
33226 newcommand
33227 \series default
33228 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33229 \end_layout
33230
33231 \begin_layout Standard
33232 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33233 \begin_inset CommandInset ref
33234 LatexCommand ref
33235 reference "sub:newcommandコマンド"
33236
33237 \end_inset
33238
33239 節で例として作った
33240 \series bold
33241
33242 \backslash
33243 fb
33244 \series default
33245 は、マクロとしては作ることができません。
33246 \end_layout
33247
33248 \begin_layout Standard
33249 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33250 \end_layout
33251
33252 \begin_layout Standard
33253 \begin_inset VSpace defskip
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Standard
33260 \begin_inset Graphics
33261         filename ../clipart/MacroToolbar.png
33262
33263 \end_inset
33264
33265
33266 \begin_inset Index idx
33267 status collapsed
33268
33269 \begin_layout Plain Layout
33270 まくろ@マクロ ! つーるばー@ツールバー
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Standard
33279 \begin_inset VSpace defskip
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \begin_layout Standard
33286 マクロツールバーは、左から右に、以下の各ボタンがあります。
33287 \end_layout
33288
33289 \begin_layout Standard
33290 \begin_inset VSpace defskip
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 \begin_inset Tabular
33298 <lyxtabular version="3" rows="9" columns="2">
33299 <features islongtable="true" longtabularalignment="center">
33300 <column alignment="left" valignment="top" width="0">
33301 <column alignment="left" valignment="top" width="85col%">
33302 <row interlinespace="2.5mm">
33303 <cell alignment="center" valignment="top" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 \begin_inset Graphics
33308         filename ../../images/math-macro-remove-param.png
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         rotateOrigin center
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 <cell alignment="center" valignment="top" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353
33354 \family sans
33355 編集\SpecialChar \menuseparator
33356 数式\SpecialChar \menuseparator
33357 マクロ定義\SpecialChar \menuseparator
33358 引数を追加
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row interlinespace="2.5mm">
33365 <cell alignment="center" valignment="top" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 \begin_inset Graphics
33370         filename ../../images/math-macro-make-optional.png
33371         rotateOrigin center
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 <cell alignment="center" valignment="top" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384
33385 \family sans
33386 編集\SpecialChar \menuseparator
33387 数式\SpecialChar \menuseparator
33388 マクロ定義\SpecialChar \menuseparator
33389 最初の必須引数を
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393
33394 \begin_inset Phantom HPhantom
33395 status open
33396
33397 \begin_layout Plain Layout
33398
33399 \family sans
33400 編集\SpecialChar \menuseparator
33401 数式\SpecialChar \menuseparator
33402 マクロ定義\SpecialChar \menuseparator
33403
33404 \end_layout
33405
33406 \end_inset
33407
33408 非必須引数にする
33409 \end_layout
33410
33411 \end_inset
33412 </cell>
33413 </row>
33414 <row interlinespace="2.5mm">
33415 <cell alignment="center" valignment="top" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 \begin_inset Graphics
33420         filename ../../images/math-macro-make-nonoptional.png
33421         rotateOrigin center
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 <cell alignment="center" valignment="top" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434
33435 \family sans
33436 編集\SpecialChar \menuseparator
33437 数式\SpecialChar \menuseparator
33438 マクロ定義\SpecialChar \menuseparator
33439 最後の非必須引数を
33440 \begin_inset Newline newline
33441 \end_inset
33442
33443
33444 \begin_inset Phantom HPhantom
33445 status open
33446
33447 \begin_layout Plain Layout
33448
33449 \family sans
33450 編集\SpecialChar \menuseparator
33451 数式\SpecialChar \menuseparator
33452 マクロ定義\SpecialChar \menuseparator
33453
33454 \end_layout
33455
33456 \end_inset
33457
33458 必須引数にする
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 </row>
33464 <row interlinespace="2.5mm">
33465 <cell alignment="center" valignment="top" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 \begin_inset Graphics
33470         filename ../../images/math-macro-remove-optional-param.png
33471         rotateOrigin center
33472
33473 \end_inset
33474
33475
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 <cell alignment="center" valignment="top" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484
33485 \family sans
33486 編集\SpecialChar \menuseparator
33487 数式\SpecialChar \menuseparator
33488 マクロ定義\SpecialChar \menuseparator
33489 非必須引数を削除
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 </row>
33495 <row interlinespace="2.5mm">
33496 <cell alignment="center" valignment="top" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 \begin_inset Graphics
33501         filename ../../images/math-macro-add-optional-param.png
33502         rotateOrigin center
33503
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515
33516 \family sans
33517 編集\SpecialChar \menuseparator
33518 数式\SpecialChar \menuseparator
33519 マクロ定義\SpecialChar \menuseparator
33520 非必須引数を挿入
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 </row>
33526 <row interlinespace="2.5mm">
33527 <cell alignment="center" valignment="top" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 \begin_inset Graphics
33532         filename ../../images/math-macro-remove-greedy-param.png
33533         rotateOrigin center
33534
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 <cell alignment="center" valignment="top" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546
33547 \family sans
33548 編集\SpecialChar \menuseparator
33549 数式\SpecialChar \menuseparator
33550 マクロ定義\SpecialChar \menuseparator
33551 右に吐き出す形で
33552 \begin_inset Newline newline
33553 \end_inset
33554
33555
33556 \begin_inset Phantom HPhantom
33557 status open
33558
33559 \begin_layout Plain Layout
33560
33561 \family sans
33562 編集\SpecialChar \menuseparator
33563 数式\SpecialChar \menuseparator
33564 マクロ定義\SpecialChar \menuseparator
33565
33566 \end_layout
33567
33568 \end_inset
33569
33570 最後の引数を削除
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 </row>
33576 <row interlinespace="2.5mm">
33577 <cell alignment="center" valignment="top" usebox="none">
33578 \begin_inset Text
33579
33580 \begin_layout Plain Layout
33581 \begin_inset Graphics
33582         filename ../../images/math-macro-append-greedy-param.png
33583         rotateOrigin center
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \end_inset
33591 </cell>
33592 <cell alignment="center" valignment="top" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Plain Layout
33596
33597 \family sans
33598 編集\SpecialChar \menuseparator
33599 数式\SpecialChar \menuseparator
33600 マクロ定義\SpecialChar \menuseparator
33601 右から喰う形で
33602 \begin_inset Newline newline
33603 \end_inset
33604
33605
33606 \begin_inset Phantom HPhantom
33607 status open
33608
33609 \begin_layout Plain Layout
33610
33611 \family sans
33612 編集\SpecialChar \menuseparator
33613 数式\SpecialChar \menuseparator
33614 マクロ定義\SpecialChar \menuseparator
33615
33616 \end_layout
33617
33618 \end_inset
33619
33620 引数を追加
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 </row>
33626 <row interlinespace="2.5mm">
33627 <cell alignment="center" valignment="top" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 \begin_inset Graphics
33632         filename ../../images/math-macro-add-greedy-optional-param.png
33633         rotateOrigin center
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \end_inset
33641 </cell>
33642 <cell alignment="center" valignment="top" usebox="none">
33643 \begin_inset Text
33644
33645 \begin_layout Plain Layout
33646
33647 \family sans
33648 編集\SpecialChar \menuseparator
33649 数式\SpecialChar \menuseparator
33650 マクロ定義\SpecialChar \menuseparator
33651 右から喰う形で
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655
33656 \begin_inset Phantom HPhantom
33657 status open
33658
33659 \begin_layout Plain Layout
33660
33661 \family sans
33662 編集\SpecialChar \menuseparator
33663 数式\SpecialChar \menuseparator
33664 マクロ定義\SpecialChar \menuseparator
33665
33666 \end_layout
33667
33668 \end_inset
33669
33670 非必須引数を追加
33671 \end_layout
33672
33673 \end_inset
33674 </cell>
33675 </row>
33676 </lyxtabular>
33677
33678 \end_inset
33679
33680
33681 \end_layout
33682
33683 \begin_layout Standard
33684 \begin_inset Newpage newpage
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \begin_layout Section
33691 さまざまな秘訣
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 ひけつ@秘訣
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Subsection
33705 負の数
33706 \begin_inset Index idx
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710 かず@数 ! ふの@負の ---
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \begin_layout Standard
33719 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33720 く表示されます。
33721 \end_layout
33722
33723 \begin_layout Standard
33724 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33725 \end_layout
33726
33727 \begin_layout Standard
33728 以下は、この問題を示す例です。
33729 \end_layout
33730
33731 \begin_layout Standard
33732 \align center
33733 \begin_inset Tabular
33734 <lyxtabular version="3" rows="3" columns="2">
33735 <features tabularvalignment="middle">
33736 <column alignment="right" valignment="top" width="0">
33737 <column alignment="left" valignment="top" width="0">
33738 <row>
33739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743 通常の文章:
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 x = -2
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row>
33759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 数式:
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 \begin_inset Formula $x=-2$
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 </row>
33781 <row>
33782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33783 \begin_inset Text
33784
33785 \begin_layout Plain Layout
33786 解決策:
33787 \end_layout
33788
33789 \end_inset
33790 </cell>
33791 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 \begin_inset Formula $x=\textrm{-}2$
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 </row>
33804 </lyxtabular>
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Subsection
33812 位区切りとしてのコンマ
33813 \begin_inset Index idx
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817 こんま@コンマ
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \begin_inset Index idx
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 かんま@カンマ|see
33828 \begin_inset ERT
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833 {
33834 \end_layout
33835
33836 \end_inset
33837
33838 コンマ
33839 \begin_inset ERT
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843
33844 }
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33859 \end_layout
33860
33861 \begin_layout Standard
33862 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33863 \begin_inset Info
33864 type  "shortcut"
33865 arg   "math-mode"
33866 \end_inset
33867
33868 )。
33869 \end_layout
33870
33871 \begin_layout Standard
33872 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33873 \end_layout
33874
33875 \begin_layout Standard
33876
33877 \series bold
33878
33879 \backslash
33880 usepackage{icomma}
33881 \end_layout
33882
33883 \begin_layout Standard
33884 という行を加えて、
33885 \series bold
33886 icomma.sty
33887 \series default
33888
33889 \begin_inset Foot
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893
33894 \series bold
33895 icomma
33896 \series default
33897 は、LaTeXパッケージ
33898 \series bold
33899 was
33900 \series default
33901
33902 \begin_inset Index idx
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906 ぱっけーじ@パッケージ ! was
33907 \begin_inset ERT
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911
33912
33913 \backslash
33914 vspace{4mm}
33915 \end_layout
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \end_inset
33923
33924 に含まれています。
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 ぱっけーじ@パッケージ ! icomma
33935 \end_layout
33936
33937 \end_inset
33938
33939 ファイルを読み込みます。
33940 \end_layout
33941
33942 \begin_layout Subsection
33943 物理ベクトル
33944 \begin_inset CommandInset label
33945 LatexCommand label
33946 name "sub:物理ベクトル"
33947
33948 \end_inset
33949
33950
33951 \begin_inset Index idx
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955 Vectors ! physical
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Standard
33964 LaTeXパッケージ
33965 \series bold
33966 braket
33967 \series default
33968
33969 \begin_inset Foot
33970 status collapsed
33971
33972 \begin_layout Plain Layout
33973
33974 \series bold
33975 braket
33976 \series default
33977  は標準的LaTeX頒布版のすべてに含まれています。
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \begin_inset Index idx
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 ぱっけーじ@パッケージ ! braket
33988 \end_layout
33989
33990 \end_inset
33991
33992 には、定義済みのベクトルが提供されており、
33993 \end_layout
33994
33995 \begin_layout Standard
33996
33997 \series bold
33998
33999 \backslash
34000 usepackage{braket}
34001 \end_layout
34002
34003 \begin_layout Standard
34004 というLaTeXプリアンブル行で読み込むことができます。
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset ERT
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 ifbraket 
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \begin_inset Note Note
34022 status open
34023
34024 \begin_layout Plain Layout
34025 以下の表は、
34026 \series bold
34027 braket
34028 \series default
34029  LaTeXパッケージが導入済みのときのみ表示されます。
34030 \end_layout
34031
34032 \end_inset
34033
34034 以下のコマンドが定義されています。
34035 \end_layout
34036
34037 \begin_layout Standard
34038 \align center
34039 \begin_inset Tabular
34040 <lyxtabular version="3" rows="4" columns="2">
34041 <features tabularvalignment="middle">
34042 <column alignment="center" valignment="top" width="0">
34043 <column alignment="center" valignment="top" width="0">
34044 <row>
34045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049 コマンド
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058 出力
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 </row>
34064 <row>
34065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069
34070 \backslash
34071 Bra{
34072 \backslash
34073 psi
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34079 \begin_inset Text
34080
34081 \begin_layout Plain Layout
34082 \begin_inset Formula $\Bra{\psi}$
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 </row>
34091 <row>
34092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34093 \begin_inset Text
34094
34095 \begin_layout Plain Layout
34096
34097 \backslash
34098 Ket{
34099 \backslash
34100 psi
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109 \begin_inset Formula $\Ket{\psi}$
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 </row>
34118 <row>
34119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123
34124 \backslash
34125 Braket{
34126 \backslash
34127 psi
34128 \begin_inset Formula $|$
34129 \end_inset
34130
34131
34132 \backslash
34133 phi
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142 \begin_inset Formula $\Braket{\psi|\phi}$
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 </row>
34151 </lyxtabular>
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \begin_layout Standard
34159
34160 \series bold
34161
34162 \backslash
34163 Braket
34164 \series default
34165 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34166 \begin_inset Formula \[
34167 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34168
34169 \end_inset
34170
34171
34172 \begin_inset ERT
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176
34177
34178 \backslash
34179 else 
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \begin_inset Note Note
34186 status open
34187
34188 \begin_layout Plain Layout
34189
34190 \series bold
34191 braket
34192 \series default
34193  LaTeXパッケージが導入されていないときには、以下が表示されます。
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 本小節の全体を出力で見るためには、
34203 \series bold
34204 braket
34205 \series default
34206  LaTeXパッケージを導入する必要があります。
34207 \end_layout
34208
34209 \begin_layout Standard
34210 \begin_inset ERT
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214
34215
34216 \backslash
34217 fi 
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Standard
34226
34227 \series bold
34228
34229 \backslash
34230 Braket
34231 \series default
34232 と同じ効果は、第
34233 \begin_inset CommandInset ref
34234 LatexCommand ref
34235 reference "sub:自動の括弧丈"
34236
34237 \end_inset
34238
34239 節に説明されているとおり、
34240 \series bold
34241
34242 \backslash
34243 middle
34244 \series default
34245 コマンドを用いることによっても実現できます。
34246 \end_layout
34247
34248 \begin_layout Subsection
34249 自己定義の分数
34250 \begin_inset CommandInset label
34251 LatexCommand label
34252 name "sub:自己定義の分数"
34253
34254 \end_inset
34255
34256
34257 \begin_inset Index idx
34258 status collapsed
34259
34260 \begin_layout Plain Layout
34261 ぶんすう@分数 ! じこていぎの@自己定義の ---
34262 \end_layout
34263
34264 \end_inset
34265
34266
34267 \end_layout
34268
34269 \begin_layout Standard
34270 分数用の自製コマンドを定義するには、以下の書式を持つ
34271 \series bold
34272
34273 \backslash
34274 genfrac
34275 \series default
34276
34277 \begin_inset Index idx
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281 こまんど@コマンド ! G ! 
34282 \backslash
34283 genfrac
34284 \end_layout
34285
34286 \end_inset
34287
34288 コマンドを使います。
34289 \end_layout
34290
34291 \begin_layout Standard
34292
34293 \series bold
34294
34295 \backslash
34296 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34297 \begin_inset Newline newline
34298 \end_inset
34299
34300
34301 \begin_inset Phantom HPhantom
34302 status open
34303
34304 \begin_layout Plain Layout
34305
34306 \series bold
34307
34308 \backslash
34309 genfrac
34310 \end_layout
34311
34312 \end_inset
34313
34314 {分子}{分母}
34315 \end_layout
34316
34317 \begin_layout Standard
34318 ここで「様式」は、0
34319 \begin_inset space \thinspace{}
34320 \end_inset
34321
34322 -
34323 \begin_inset space \thinspace{}
34324 \end_inset
34325
34326 3の範囲の数字です。
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \align center
34331 \begin_inset Tabular
34332 <lyxtabular version="3" rows="5" columns="2">
34333 <features tabularvalignment="middle">
34334 <column alignment="center" valignment="top" width="0">
34335 <column alignment="center" valignment="top" width="0">
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 数字
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 様式(大きさ)
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 </row>
34356 <row>
34357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34358 \begin_inset Text
34359
34360 \begin_layout Plain Layout
34361 0
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370 別行建て様式の数式
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row>
34377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 1
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 行内数式
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row>
34397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 2
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 やや小(small)
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 </row>
34416 <row>
34417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34418 \begin_inset Text
34419
34420 \begin_layout Plain Layout
34421 3
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430 最小(tiny)
34431 \end_layout
34432
34433 \end_inset
34434 </cell>
34435 </row>
34436 </lyxtabular>
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Standard
34444 「様式」を指定しないときには、
34445 \series bold
34446
34447 \backslash
34448 frac
34449 \series default
34450 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34451 \end_layout
34452
34453 \begin_layout Standard
34454 「分数線の厚み」を指定しないときには、既定値である0.4
34455 \begin_inset space \thinspace{}
34456 \end_inset
34457
34458 ptが用いられます。
34459 \end_layout
34460
34461 \begin_layout Standard
34462 \begin_inset VSpace medskip
34463 \end_inset
34464
34465 たとえば、第
34466 \begin_inset CommandInset ref
34467 LatexCommand ref
34468 reference "sub:分数"
34469
34470 \end_inset
34471
34472 節の
34473 \series bold
34474
34475 \backslash
34476 dfrac
34477 \series default
34478 コマンドおよび
34479 \series bold
34480
34481 \backslash
34482 tbinom
34483 \series default
34484 コマンドは、
34485 \end_layout
34486
34487 \begin_layout Standard
34488
34489 \series bold
34490
34491 \backslash
34492 newcommand{
34493 \backslash
34494 dfrac}[2]{
34495 \backslash
34496 genfrac{}{}{}{0}{#1}{#2}}
34497 \end_layout
34498
34499 \begin_layout Standard
34500 あるいは
34501 \end_layout
34502
34503 \begin_layout Standard
34504
34505 \series bold
34506
34507 \backslash
34508 newcommand{
34509 \backslash
34510 tbinom}[2]{
34511 \backslash
34512 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34513 \end_layout
34514
34515 \begin_layout Standard
34516 というコマンドで定義できます。
34517 \end_layout
34518
34519 \begin_layout Standard
34520 \begin_inset VSpace medskip
34521 \end_inset
34522
34523 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34524 \end_layout
34525
34526 \begin_layout Standard
34527
34528 \series bold
34529
34530 \backslash
34531 newcommand{
34532 \backslash
34533 fracS}[3][]{
34534 \backslash
34535 genfrac{}{}{#1}{}{#2}{#3}}
34536 \end_layout
34537
34538 \begin_layout Standard
34539 という行を入れます。
34540 \end_layout
34541
34542 \begin_layout Standard
34543 以下は、そのテストです。
34544 \begin_inset Formula \begin{align*}
34545 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34546 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34547 \end{align*}
34548
34549 \end_inset
34550
34551 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34552 \end_layout
34553
34554 \begin_layout Subsection
34555 数式の取り消し
34556 \begin_inset Index idx
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560 すうしき@数式 ! とりけし@取り消し
34561 \end_layout
34562
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \begin_layout Standard
34569 数式あるいはその一部を取り消すには、
34570 \series bold
34571 cancel
34572 \series default
34573
34574 \begin_inset Foot
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579 \series bold
34580 cancel
34581 \series default
34582 は、標準的なLaTeX頒布版のすべてに含まれています。
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \begin_inset Index idx
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 ぱっけーじ@パッケージ ! cancel
34593 \end_layout
34594
34595 \end_inset
34596
34597  LaTeXパッケージを、LaTeXプリアンブル行に
34598 \end_layout
34599
34600 \begin_layout Standard
34601
34602 \series bold
34603
34604 \backslash
34605 usepackage[samesize]{cancel}
34606 \end_layout
34607
34608 \begin_layout Standard
34609 と書いて読み込む必要があります。
34610 \end_layout
34611
34612 \begin_layout Standard
34613 数式を取り消すには、4つの方法があります。
34614 \end_layout
34615
34616 \begin_layout Standard
34617 \align center
34618 \begin_inset Tabular
34619 <lyxtabular version="3" rows="5" columns="2">
34620 <features tabularvalignment="middle">
34621 <column alignment="center" valignment="top" width="0">
34622 <column alignment="center" valignment="top" width="0">
34623 <row>
34624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 コマンド
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 出力
34638 \begin_inset Note Note
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642 ここで
34643 \series bold
34644
34645 \backslash
34646 raisebox
34647 \series default
34648 はスペーサーとして使用しているだけです。
34649 \end_layout
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 </row>
34659 <row>
34660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664
34665 \backslash
34666 cancel{
34667 \backslash
34668 int
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674
34675 \backslash
34676 spce 
34677 \end_layout
34678
34679 \end_inset
34680
34681 A=B
34682 \end_layout
34683
34684 \end_inset
34685 </cell>
34686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Plain Layout
34690 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704
34705 \backslash
34706 bcancel{
34707 \backslash
34708 int
34709 \begin_inset ERT
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714
34715 \backslash
34716 spce 
34717 \end_layout
34718
34719 \end_inset
34720
34721 A=B
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 </row>
34739 <row>
34740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744
34745 \backslash
34746 xcancel{
34747 \backslash
34748 int
34749 \begin_inset ERT
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753
34754
34755 \backslash
34756 spce 
34757 \end_layout
34758
34759 \end_inset
34760
34761 A=B
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row>
34780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 cancelto{1
34787 \begin_inset Formula $\to$
34788 \end_inset
34789
34790
34791 \backslash
34792 {
34793 \backslash
34794 int
34795 \begin_inset ERT
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799
34800
34801 \backslash
34802 spce 
34803 \end_layout
34804
34805 \end_inset
34806
34807 A=B
34808 \end_layout
34809
34810 \end_inset
34811 </cell>
34812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34817 \end_inset
34818
34819
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 </row>
34825 </lyxtabular>
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Standard
34833
34834 \series bold
34835
34836 \backslash
34837 cancelto
34838 \series default
34839 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34840 \begin_inset Formula \[
34841 \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}}}\]
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Subsection
34849 節見出し中の数式
34850 \begin_inset CommandInset label
34851 LatexCommand label
34852 name "sub:節見出し中の数式"
34853
34854 \end_inset
34855
34856
34857 \begin_inset Index idx
34858 status collapsed
34859
34860 \begin_layout Plain Layout
34861 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \begin_layout Standard
34870 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34871 \end_layout
34872
34873 \begin_layout Standard
34874 \begin_inset Note Greyedout
34875 status open
34876
34877 \begin_layout Plain Layout
34878 文書設定ダイアログの
34879 \family sans
34880 PDF特性
34881 \family default
34882
34883 \series bold
34884 hyperref
34885 \series default
34886
34887 \begin_inset Index idx
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891 ぱっけーじ@パッケージ ! hyperref
34892 \end_layout
34893
34894 \end_inset
34895
34896 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34897 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34898 \end_layout
34899
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \begin_layout Standard
34906 これらの問題は、
34907 \family sans
34908 挿入\SpecialChar \menuseparator
34909 短縮タイトル
34910 \family default
34911 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34912 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34913 \end_layout
34914
34915 \begin_layout Standard
34916 数式を目次中でも使わなくてもならないが、
34917 \series bold
34918 hyperref
34919 \series default
34920 も使用しなくてはならないときには、
34921 \end_layout
34922
34923 \begin_layout Standard
34924
34925 \series bold
34926
34927 \backslash
34928 texorpdfstring{部分}{代替文字列}
34929 \begin_inset Index idx
34930 status collapsed
34931
34932 \begin_layout Plain Layout
34933 こまんど@コマンド ! T ! 
34934 \backslash
34935 texorpdfstring
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Standard
34944 というコマンドをTeXモードで使う方法があります。
34945 \end_layout
34946
34947 \begin_layout Standard
34948 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34949 文字列」が用いられます。
34950 \end_layout
34951
34952 \begin_layout Standard
34953 以下の二つは、見出しの例です。
34954 \begin_inset VSpace -3mm
34955 \end_inset
34956
34957
34958 \begin_inset ERT
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962
34963
34964 \backslash
34965 boldmath 
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Subsubsection
34974 目次中では数式を使わない見出し
34975 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34976 \end_inset
34977
34978
34979 \begin_inset Argument
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983 目次中では数式を使わない見出し
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Subsubsection
34992 目次中で数式を使う見出し
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998
34999 \backslash
35000 texorpdfstring{
35001 \end_layout
35002
35003 \end_inset
35004
35005  
35006 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35007 \end_inset
35008
35009
35010 \begin_inset ERT
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014
35015 }{}
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 \begin_inset ERT
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028
35029
35030 \backslash
35031 unboldmath 
35032 \end_layout
35033
35034 \end_inset
35035
35036 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35037 \series bold
35038
35039 \backslash
35040 texorpdfstring
35041 \series default
35042 が使われています。
35043 \end_layout
35044
35045 \begin_layout Standard
35046 他の節見出しと同じ書式を得るために、上の見出し全体は
35047 \series bold
35048 boldmath
35049 \series default
35050 環境に設定してあります
35051 \begin_inset Foot
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055
35056 \begin_inset CommandInset ref
35057 LatexCommand ref
35058 reference "sub:ボールド体の数式"
35059
35060 \end_inset
35061
35062 節参照。
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Subsection
35071 多段組文中の数式
35072 \begin_inset Index idx
35073 status collapsed
35074
35075 \begin_layout Plain Layout
35076 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35077 \end_layout
35078
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Standard
35085 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35086 \series bold
35087 multicol
35088 \series default
35089
35090 \begin_inset Foot
35091 status collapsed
35092
35093 \begin_layout Plain Layout
35094
35095 \series bold
35096 multicol
35097 \series default
35098 は、標準的LaTeX頒布版のすべてに含まれています。
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \begin_inset Index idx
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 ぱっけーじ@パッケージ ! multicol
35109 \end_layout
35110
35111 \end_inset
35112
35113  LaTeXパッケージを、
35114 \end_layout
35115
35116 \begin_layout Standard
35117
35118 \series bold
35119
35120 \backslash
35121 usepackage{multicol}
35122 \end_layout
35123
35124 \begin_layout Standard
35125 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35126 \end_layout
35127
35128 \begin_layout Standard
35129 \begin_inset Note Greyedout
35130 status open
35131
35132 \begin_layout Plain Layout
35133 ここで、
35134 \family sans
35135 文書\SpecialChar \menuseparator
35136 設定
35137 \family default
35138 メニューの
35139 \family sans
35140 本文レイアウト
35141 \family default
35142 で、
35143 \family sans
35144 二段組文書
35145 \family default
35146 の設定を
35147 \emph on
35148 有効にしてはならない
35149 \emph default
35150 ことに注意してください。
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Standard
35159 多段組文の前に
35160 \end_layout
35161
35162 \begin_layout Standard
35163
35164 \series bold
35165
35166 \backslash
35167 begin{multicols}{段数}
35168 \end_layout
35169
35170 \begin_layout Standard
35171 というコマンドをTeXモードで書き入れます。「段数」は、2
35172 \begin_inset space \thinspace{}
35173 \end_inset
35174
35175 -
35176 \begin_inset space \thinspace{}
35177 \end_inset
35178
35179 10のあいだの数字です。多段組文の終わる数式の前には、
35180 \end_layout
35181
35182 \begin_layout Standard
35183
35184 \series bold
35185
35186 \backslash
35187 end{multicols}
35188 \end_layout
35189
35190 \begin_layout Standard
35191 というコマンドをTeXモードで入れます。
35192 \end_layout
35193
35194 \begin_layout Standard
35195 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35196 \begin_inset space \thinspace{}
35197 \end_inset
35198
35199 mmの垂直空白を入れて下さい。数式様式
35200 \series bold
35201
35202 \begin_inset Foot
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206
35207 \series bold
35208 数式様式に関しては、第
35209 \series default
35210
35211 \begin_inset CommandInset ref
35212 LatexCommand ref
35213 reference "sec:数式様式"
35214
35215 \end_inset
35216
35217 節をご覧下さい。
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \series default
35224 として
35225 \series bold
35226 行頭下げ
35227 \series default
35228 を使用している場合には、代わりに-9
35229 \begin_inset space \thinspace{}
35230 \end_inset
35231
35232 mmの垂直空白を入れて下さい。
35233 \end_layout
35234
35235 \begin_layout Standard
35236 以下は、別行建て数式を含む、多段組文の例です。
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245
35246 \backslash
35247 begin{multicols}{2}
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \lang ngerman
35254 Das Spektrum wird fouriertransformiert.
35255  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35256 , Lösungsmittel) zu trennen.
35257  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35258  nun das Aussehen des Ausgangssignals.
35259  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35260  über alle Phasen integrieren muss.
35261  Sei nun 
35262 \begin_inset Formula $S$
35263 \end_inset
35264
35265  unser normiertes Ausgangssignal und 
35266 \begin_inset Formula $P$
35267 \end_inset
35268
35269  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35270 \lang japanese
35271
35272 \begin_inset ERT
35273 status collapsed
35274
35275 \begin_layout Plain Layout
35276
35277
35278 \backslash
35279 end{multicols}
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \begin_inset VSpace -6mm
35286 \end_inset
35287
35288
35289 \begin_inset Formula \begin{equation}
35290 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35291
35292 \end_inset
35293
35294
35295 \begin_inset ERT
35296 status collapsed
35297
35298 \begin_layout Plain Layout
35299
35300
35301 \backslash
35302 begin{multicols}{2}
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \lang ngerman
35309 wobei 
35310 \begin_inset Formula $S_{0}$
35311 \end_inset
35312
35313  das Signal ohne Gradient ist und die Normierungsbedingung 
35314 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35315 \end_inset
35316
35317  gilt.
35318  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35319  Direkt nach dem 
35320 \begin_inset Formula $\nicefrac{\pi}{2}$
35321 \end_inset
35322
35323
35324 \begin_inset space \thinspace{}
35325 \end_inset
35326
35327 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35328  das Signal zusätzlich abschwächt.
35329  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35330  
35331 \begin_inset Formula $T_{2}$
35332 \end_inset
35333
35334 -Zeit.
35335 \end_layout
35336
35337 \begin_layout Standard
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343
35344 \backslash
35345 end{multicols}
35346 \end_layout
35347
35348 \end_inset
35349
35350  
35351 \end_layout
35352
35353 \begin_layout Subsection
35354 変数の説明付き数式
35355 \begin_inset Index idx
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \end_layout
35366
35367 \begin_layout Standard
35368 \begin_inset CommandInset ref
35369 LatexCommand eqref
35370 reference "eq:within"
35371
35372 \end_inset
35373
35374 式のように、数式内で変数の説明をするには、
35375 \begin_inset Formula $n$
35376 \end_inset
35377
35378 個の変数が使われている場合、左寄せの列を持つ2
35379 \series bold
35380 ×
35381 \series default
35382
35383 \begin_inset Formula $n$
35384 \end_inset
35385
35386 行列を使用します
35387 \begin_inset Foot
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 行列に関しては、第
35392 \begin_inset CommandInset ref
35393 LatexCommand ref
35394 reference "sec:行列"
35395
35396 \end_inset
35397
35398 節参照。
35399 \end_layout
35400
35401 \end_inset
35402
35403 。説明を小さな文字にするには、行列の前に、たとえば
35404 \series bold
35405
35406 \backslash
35407 footnotesize
35408 \series default
35409 コマンドを挿入します
35410 \begin_inset Foot
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 フォント寸法に関しては、第
35415 \begin_inset CommandInset ref
35416 LatexCommand ref
35417 reference "sub:書体寸法"
35418
35419 \end_inset
35420
35421 節参照。
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430 数式様式に
35431 \series bold
35432 行頭下げ
35433 \begin_inset Foot
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437
35438 \series bold
35439 数式様式に関しては、第
35440 \series default
35441
35442 \begin_inset CommandInset ref
35443 LatexCommand ref
35444 reference "sec:数式様式"
35445
35446 \end_inset
35447
35448 節参照。
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \series default
35455 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35456 \series bold
35457
35458 \backslash
35459 hfill
35460 \series default
35461
35462 \begin_inset Foot
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467 \series bold
35468
35469 \backslash
35470 hfill
35471 \series default
35472 は、
35473 \series bold
35474 行頭下げ
35475 \series default
35476 様式のときのみ機能します。第
35477 \begin_inset CommandInset ref
35478 LatexCommand ref
35479 reference "sub:可変長の空白"
35480
35481 \end_inset
35482
35483 節をご覧下さい。
35484 \end_layout
35485
35486 \end_inset
35487
35488 を入れます。
35489 \end_layout
35490
35491 \begin_layout Standard
35492 数式様式に
35493 \series bold
35494 中央揃え
35495 \series default
35496 を使っている場合、数式を字下げするには、第
35497 \begin_inset CommandInset ref
35498 LatexCommand ref
35499 reference "sub:flalign環境"
35500
35501 \end_inset
35502
35503 節で述べた方法を使用します。
35504 \begin_inset CommandInset ref
35505 LatexCommand eqref
35506 reference "eq:within"
35507
35508 \end_inset
35509
35510 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35511 \begin_inset Formula \begin{flalign}
35512 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35513 \rho & \textrm{density}\\
35514 V & \textrm{volume}\\
35515 g & \textrm{gravitational acceleration}
35516 \end{array} &  & {}\label{eq:within}\end{flalign}
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \begin_layout Subsection
35524 アップライト体のギリシャ小文字
35525 \begin_inset CommandInset label
35526 LatexCommand label
35527 name "sub:アップライト体ギリシャ小文字"
35528
35529 \end_inset
35530
35531
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35546 \begin_inset Formula $\pi$
35547 \end_inset
35548
35549 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35550 \series bold
35551 upgreek.sty
35552 \series default
35553
35554 \begin_inset Foot
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559 \series bold
35560 upgreek
35561 \series default
35562 は、
35563 \series bold
35564 was
35565 \series default
35566
35567 \begin_inset Index idx
35568 status collapsed
35569
35570 \begin_layout Plain Layout
35571 ぱっけーじ@パッケージ ! was
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 vspace{4mm}
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \end_inset
35588
35589  LaTeXパッケージの一部です。
35590 \end_layout
35591
35592 \end_inset
35593
35594
35595 \begin_inset Index idx
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599 ぱっけーじ@パッケージ ! upgreek
35600 \end_layout
35601
35602 \end_inset
35603
35604  ファイルを
35605 \end_layout
35606
35607 \begin_layout Standard
35608
35609 \series bold
35610
35611 \backslash
35612 usepackage{upgreek}
35613 \end_layout
35614
35615 \begin_layout Standard
35616 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35617 \begin_inset ERT
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622
35623 \backslash
35624 ifupgreek 
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \begin_inset Note Note
35631 status open
35632
35633 \begin_layout Plain Layout
35634 以下の表は、
35635 \series bold
35636 upgreek
35637 \series default
35638  LaTeXパッケージが導入済みのときのみ表示されます。
35639 \end_layout
35640
35641 \end_inset
35642
35643 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35644 \series bold
35645 up
35646 \series default
35647 を付けると作ることができます。たとえば
35648 \series bold
35649
35650 \backslash
35651 uptau
35652 \series default
35653 コマンドは、
35654 \begin_inset Formula $\uptau$
35655 \end_inset
35656
35657 のようになります。
35658 \end_layout
35659
35660 \begin_layout Standard
35661 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35662 \begin_inset Formula \[
35663 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35664
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Standard
35671 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35672 \end_layout
35673
35674 \begin_layout Standard
35675 \begin_inset ERT
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679
35680
35681 \backslash
35682 else 
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \begin_inset Note Note
35689 status open
35690
35691 \begin_layout Plain Layout
35692 以下は、
35693 \series bold
35694 upgreek
35695 \series default
35696  LaTeXパッケージが導入されていないときのみ表示されます。
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 この小節のすべてを出力で見るには、
35706 \series bold
35707 upgreek
35708 \series default
35709  LaTeXパッケージを導入する必要があります。
35710 \end_layout
35711
35712 \begin_layout Standard
35713 \begin_inset ERT
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717
35718
35719 \backslash
35720 fi 
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \end_layout
35727
35728 \begin_layout Subsection
35729 数式中のテキスト文字
35730 \begin_inset CommandInset label
35731 LatexCommand label
35732 name "sub:数式中のテキスト文字"
35733
35734 \end_inset
35735
35736
35737 \begin_inset Index idx
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \begin_layout Standard
35750 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35751 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35752 \end_inset
35753
35754 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35755 \series bold
35756
35757 \backslash
35758 cdot
35759 \series default
35760
35761 \begin_inset Foot
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765
35766 \begin_inset CommandInset ref
35767 LatexCommand ref
35768 reference "sub:二項演算子"
35769
35770 \end_inset
35771
35772 節参照。
35773 \end_layout
35774
35775 \end_inset
35776
35777 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35778 \end_layout
35779
35780 \begin_layout Standard
35781
35782 \series bold
35783
35784 \backslash
35785 Declare Inputtext{183}{
35786 \backslash
35787 ifmmode
35788 \backslash
35789 cdot
35790 \backslash
35791 else
35792 \backslash
35793 textperiodcentered
35794 \backslash
35795 f\SpecialChar \textcompwordmark{}
35796 i}
35797 \end_layout
35798
35799 \begin_layout Standard
35800 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35801 \end_layout
35802
35803 \begin_layout Standard
35804 文字エンコーディング(
35805 \family sans
35806 文書\SpecialChar \menuseparator
35807 設定\SpecialChar \menuseparator
35808 言語
35809 \family default
35810 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35811 \series bold
35812
35813 \backslash
35814 textperiodcentered
35815 \series default
35816 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35817 否かによって、正しいコマンドが自動的に選択されます。
35818 \end_layout
35819
35820 \begin_layout Standard
35821 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35822 \series bold
35823 latin9
35824 \series default
35825 エンコーディングは、LaTeXがインストールされたフォルダにある
35826 \series bold
35827 latin9.def
35828 \series default
35829 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35830 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35831 \end_layout
35832
35833 \begin_layout Standard
35834 \begin_inset VSpace medskip
35835 \end_inset
35836
35837 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35838 \begin_inset Foot
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Standard
35851
35852 \series bold
35853
35854 \backslash
35855 DeclareInputtext{176}{
35856 \backslash
35857 ifmmode^
35858 \backslash
35859 circ
35860 \backslash
35861 else
35862 \backslash
35863 textdegree
35864 \backslash
35865 f\SpecialChar \textcompwordmark{}
35866 i}
35867 \end_layout
35868
35869 \begin_layout Standard
35870 \begin_inset Newpage newpage
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Section
35877 \start_of_appendix
35878 組版上の助言
35879 \begin_inset Index idx
35880 status collapsed
35881
35882 \begin_layout Plain Layout
35883 くみばんじょうのじょげん@組版上の助言
35884 \end_layout
35885
35886 \end_inset
35887
35888
35889 \end_layout
35890
35891 \begin_layout Standard
35892 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35893 \begin_inset Foot
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 この要約の一部は、ISO規則を取り上げている「Duden」
35898 \begin_inset CommandInset citation
35899 LatexCommand cite
35900 key "Duden"
35901
35902 \end_inset
35903
35904 と呼ばれるドイツの半公的辞書から採られています。
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \begin_layout Itemize
35913 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35914 \begin_inset Foot
35915 status collapsed
35916
35917 \begin_layout Plain Layout
35918 書体様式で指定します。第
35919 \begin_inset CommandInset ref
35920 LatexCommand ref
35921 reference "sub:書体様式"
35922
35923 \end_inset
35924
35925 節を参照。
35926 \end_layout
35927
35928 \end_inset
35929
35930 :30
35931 \begin_inset space \thinspace{}
35932 \end_inset
35933
35934 km/h
35935 \begin_inset Newline newline
35936 \end_inset
35937
35938 値と単位の間には、最小空白を入れます。第
35939 \begin_inset CommandInset ref
35940 LatexCommand ref
35941 reference "sub:定義済みの空白"
35942
35943 \end_inset
35944
35945 節を参照。
35946 \begin_inset Newline newline
35947 \end_inset
35948
35949 この慣習は、
35950 \series bold
35951
35952 \backslash
35953 unittwo
35954 \series default
35955 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35956 が得られます:
35957 \begin_inset Formula $\unit[30]{km/h}$
35958 \end_inset
35959
35960
35961 \begin_inset space \thinspace{}
35962 \end_inset
35963
35964 。実は、
35965 \series bold
35966
35967 \backslash
35968 unittwo
35969 \series default
35970 は、LaTeXコマンドの実体ではなく、
35971 \series bold
35972
35973 \backslash
35974 unit[値]{単位}
35975 \series default
35976 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35977 \end_layout
35978
35979 \begin_layout Itemize
35980 百分率記号と千分率記号は、物理単位と同様に組みます:
35981 \begin_inset Newline newline
35982 \end_inset
35983
35984 血中アルコール1,2
35985 \begin_inset space \thinspace{}
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \begin_layout Itemize
35992 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
35993 \begin_inset space \thinspace{}
35994 \end_inset
35995
35996 °C
35997 \end_layout
35998
35999 \begin_layout Itemize
36000 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36001 \begin_inset space \thinspace{}
36002 \end_inset
36003
36004 473
36005 \begin_inset space \thinspace{}
36006 \end_inset
36007
36008 588
36009 \end_layout
36010
36011 \begin_layout Itemize
36012 120×90×40
36013 \begin_inset space \thinspace{}
36014 \end_inset
36015
36016 cmのような寸法には、積記号「×」を用います。これは、
36017 \series bold
36018
36019 \backslash
36020 times
36021 \series default
36022 コマンドか、
36023 \family sans
36024 挿入\SpecialChar \menuseparator
36025 特殊文字\SpecialChar \menuseparator
36026 記号
36027 \family default
36028 メニューから入れることができます。
36029 \end_layout
36030
36031 \begin_layout Itemize
36032 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36033 \begin_inset CommandInset ref
36034 LatexCommand ref
36035 reference "sub:定義済み函数"
36036
36037 \end_inset
36038
36039 節を参照。
36040 \end_layout
36041
36042 \begin_layout Itemize
36043 複数の文字を含む指数は、アップライト体にします:
36044 \begin_inset Formula $E_{\mathrm{kin}}$
36045 \end_inset
36046
36047
36048 \begin_inset Newline newline
36049 \end_inset
36050
36051 行列要素はイタリック体にします:
36052 \begin_inset Formula $\hat{H}_{kl}$
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Itemize
36059 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36060 \end_layout
36061
36062 \begin_layout Itemize
36063
36064 \noun on
36065 フーリエ
36066 \noun default
36067 変換を表す文字は、
36068 \series bold
36069
36070 \backslash
36071 mathscr
36072 \begin_inset ERT
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076
36077
36078 \backslash
36079 spce 
36080 \end_layout
36081
36082 \end_inset
36083
36084 {F
36085 \series default
36086 コマンド
36087 \begin_inset Index idx
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 こまんど@コマンド! M ! 
36092 \backslash
36093 mathscr
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \family sans
36100 挿入\SpecialChar \menuseparator
36101 特殊文字\SpecialChar \menuseparator
36102 記号\SpecialChar \menuseparator
36103 文字様記号
36104 \family default
36105 メニューの
36106 \begin_inset Formula $\mathscr{F}$
36107 \end_inset
36108
36109 で入れることができます。
36110 \begin_inset Newline newline
36111 \end_inset
36112
36113
36114 \series bold
36115
36116 \backslash
36117 mathscr
36118 \series default
36119 コマンドを使うためには、LaTeXパッケージの
36120 \series bold
36121 mathrsfs
36122 \series default
36123
36124 \begin_inset Index idx
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128 ぱっけーじ@パッケージ! mathrsfs
36129 \end_layout
36130
36131 \end_inset
36132
36133 を、LaTeXプリアンブルで
36134 \series bold
36135
36136 \backslash
36137 usepackage{mathrsfs}
36138 \series default
36139 として読み込む必要があります。
36140 \end_layout
36141
36142 \begin_layout Standard
36143 \begin_inset Newpage newpage
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Section
36150 同義語
36151 \begin_inset Index idx
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 どうぎご@同義語
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \end_layout
36162
36163 \begin_layout Standard
36164 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36165 \end_layout
36166
36167 \begin_layout Standard
36168 \begin_inset VSpace bigskip
36169 \end_inset
36170
36171
36172 \begin_inset space \hfill{}
36173 \end_inset
36174
36175
36176 \begin_inset Tabular
36177 <lyxtabular version="3" rows="12" columns="2">
36178 <features tabularvalignment="middle">
36179 <column alignment="center" valignment="top" width="0pt">
36180 <column alignment="center" valignment="top" width="0pt">
36181 <row>
36182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186 コマンド
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36192 \begin_inset Text
36193
36194 \begin_layout Plain Layout
36195 同義のコマンド
36196 \begin_inset Note Note
36197 status collapsed
36198
36199 \begin_layout Plain Layout
36200 ここで
36201 \series bold
36202
36203 \backslash
36204 raisebox
36205 \series default
36206 はスペーサーとして使用しているだけです。
36207 \end_layout
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \end_inset
36215 </cell>
36216 </row>
36217 <row>
36218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36219 \begin_inset Text
36220
36221 \begin_layout Plain Layout
36222
36223 \backslash
36224 ast
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36230 \begin_inset Text
36231
36232 \begin_layout Plain Layout
36233 \begin_inset ERT
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237
36238
36239 \backslash
36240 raisebox{-1.2mm}{
36241 \end_layout
36242
36243 \end_inset
36244
36245 *
36246 \begin_inset ERT
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250
36251 }
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 </row>
36262 <row>
36263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36264 \begin_inset Text
36265
36266 \begin_layout Plain Layout
36267
36268 \backslash
36269 choose
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36275 \begin_inset Text
36276
36277 \begin_layout Plain Layout
36278
36279 \backslash
36280 binom
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 </row>
36286 <row>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291
36292 \backslash
36293 geq
36294 \end_layout
36295
36296 \end_inset
36297 </cell>
36298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302
36303 \backslash
36304 ge
36305 \end_layout
36306
36307 \end_inset
36308 </cell>
36309 </row>
36310 <row>
36311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315
36316 \backslash
36317 lbrace
36318 \end_layout
36319
36320 \end_inset
36321 </cell>
36322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 {
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 </row>
36332 <row>
36333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337
36338 \backslash
36339 lbracket
36340 \end_layout
36341
36342 \end_inset
36343 </cell>
36344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348 [
36349 \end_layout
36350
36351 \end_inset
36352 </cell>
36353 </row>
36354 <row>
36355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359
36360 \backslash
36361 leftarrow
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36367 \begin_inset Text
36368
36369 \begin_layout Plain Layout
36370
36371 \backslash
36372 gets
36373 \end_layout
36374
36375 \end_inset
36376 </cell>
36377 </row>
36378 <row>
36379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36380 \begin_inset Text
36381
36382 \begin_layout Plain Layout
36383
36384 \backslash
36385 leq
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36391 \begin_inset Text
36392
36393 \begin_layout Plain Layout
36394
36395 \backslash
36396 le
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 <row>
36403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407
36408 \backslash
36409 lor
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 vee
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 </row>
36426 <row>
36427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431
36432 \backslash
36433 neq
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442
36443 \backslash
36444 not=
36445 \end_layout
36446
36447 \end_inset
36448 </cell>
36449 </row>
36450 <row>
36451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455
36456 \backslash
36457 slash
36458 \end_layout
36459
36460 \end_inset
36461 </cell>
36462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36463 \begin_inset Text
36464
36465 \begin_layout Plain Layout
36466 /
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 </row>
36472 <row>
36473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477
36478 \backslash
36479 vert
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 \begin_inset Formula $|$
36489 \end_inset
36490
36491
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 </row>
36497 </lyxtabular>
36498
36499 \end_inset
36500
36501
36502 \begin_inset space \hfill{}
36503 \end_inset
36504
36505
36506 \begin_inset Tabular
36507 <lyxtabular version="3" rows="12" columns="2">
36508 <features tabularvalignment="middle">
36509 <column alignment="center" valignment="top" width="0pt">
36510 <column alignment="center" valignment="top" width="0pt">
36511 <row>
36512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Plain Layout
36516 コマンド
36517 \end_layout
36518
36519 \end_inset
36520 </cell>
36521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36522 \begin_inset Text
36523
36524 \begin_layout Plain Layout
36525 同義のコマンド
36526 \end_layout
36527
36528 \end_inset
36529 </cell>
36530 </row>
36531 <row>
36532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36533 \begin_inset Text
36534
36535 \begin_layout Plain Layout
36536
36537 \backslash
36538 backslash
36539 \end_layout
36540
36541 \end_inset
36542 </cell>
36543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547
36548 \backslash
36549
36550 \backslash
36551
36552 \end_layout
36553
36554 \end_inset
36555 </cell>
36556 </row>
36557 <row>
36558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562
36563 \backslash
36564 dasharrow
36565 \end_layout
36566
36567 \end_inset
36568 </cell>
36569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36570 \begin_inset Text
36571
36572 \begin_layout Plain Layout
36573
36574 \backslash
36575 dashrightarrow
36576 \end_layout
36577
36578 \end_inset
36579 </cell>
36580 </row>
36581 <row>
36582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586
36587 \backslash
36588 land
36589 \end_layout
36590
36591 \end_inset
36592 </cell>
36593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597
36598 \backslash
36599 wedge
36600 \end_layout
36601
36602 \end_inset
36603 </cell>
36604 </row>
36605 <row>
36606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610
36611 \backslash
36612 rbrace
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621 }
36622 \end_layout
36623
36624 \end_inset
36625 </cell>
36626 </row>
36627 <row>
36628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632
36633 \backslash
36634 rbracket
36635 \end_layout
36636
36637 \end_inset
36638 </cell>
36639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36640 \begin_inset Text
36641
36642 \begin_layout Plain Layout
36643 ]
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 </row>
36649 <row>
36650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36651 \begin_inset Text
36652
36653 \begin_layout Plain Layout
36654
36655 \backslash
36656 rightarrow
36657 \end_layout
36658
36659 \end_inset
36660 </cell>
36661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36662 \begin_inset Text
36663
36664 \begin_layout Plain Layout
36665
36666 \backslash
36667 to
36668 \end_layout
36669
36670 \end_inset
36671 </cell>
36672 </row>
36673 <row>
36674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Plain Layout
36678
36679 \backslash
36680 lnot
36681 \end_layout
36682
36683 \end_inset
36684 </cell>
36685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36686 \begin_inset Text
36687
36688 \begin_layout Plain Layout
36689
36690 \backslash
36691 neg
36692 \end_layout
36693
36694 \end_inset
36695 </cell>
36696 </row>
36697 <row>
36698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36699 \begin_inset Text
36700
36701 \begin_layout Plain Layout
36702
36703 \backslash
36704 ne
36705 \end_layout
36706
36707 \end_inset
36708 </cell>
36709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36710 \begin_inset Text
36711
36712 \begin_layout Plain Layout
36713
36714 \backslash
36715 not=
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 </row>
36721 <row>
36722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Plain Layout
36726
36727 \backslash
36728 owns
36729 \end_layout
36730
36731 \end_inset
36732 </cell>
36733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36734 \begin_inset Text
36735
36736 \begin_layout Plain Layout
36737
36738 \backslash
36739 ni
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 <row>
36746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750
36751 \backslash
36752 square
36753 \end_layout
36754
36755 \end_inset
36756 </cell>
36757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761
36762 \backslash
36763 Box
36764 \end_layout
36765
36766 \end_inset
36767 </cell>
36768 </row>
36769 <row>
36770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36771 \begin_inset Text
36772
36773 \begin_layout Plain Layout
36774
36775 \backslash
36776 Vert
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785
36786 \backslash
36787
36788 \begin_inset Formula $|$
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 </lyxtabular>
36798
36799 \end_inset
36800
36801
36802 \begin_inset space \hfill{}
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Standard
36809 \begin_inset Newpage newpage
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Bibliography
36816 \labelwidthstring 参考文献
36817 \begin_inset CommandInset bibitem
36818 LatexCommand bibitem
36819 key "TLC2"
36820
36821 \end_inset
36822
36823
36824 \shape smallcaps
36825 Mittelbach, F.
36826  ; Goossens, M.
36827 \shape default
36828
36829 \shape italic
36830 The LaTeX Companion
36831 \shape default
36832 , 2nd ed.
36833  Addison Wesley, 2004
36834 \end_layout
36835
36836 \begin_layout Bibliography
36837 \labelwidthstring 参考文献
36838 \begin_inset CommandInset bibitem
36839 LatexCommand bibitem
36840 key "Mathmode"
36841
36842 \end_inset
36843
36844 LaTeXの数式能力の
36845 \begin_inset CommandInset href
36846 LatexCommand href
36847 name "説明"
36848 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \begin_layout Bibliography
36856 \labelwidthstring 参考文献
36857 \begin_inset CommandInset bibitem
36858 LatexCommand bibitem
36859 key "Voss"
36860
36861 \end_inset
36862
36863 LaTeXの技と秘訣の
36864 \begin_inset CommandInset href
36865 LatexCommand href
36866 name "ページ"
36867 target "http://tug.org/TeXnik/"
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Bibliography
36875 \labelwidthstring 参考文献
36876 \begin_inset CommandInset bibitem
36877 LatexCommand bibitem
36878 key "AMS"
36879
36880 \end_inset
36881
36882
36883 \begin_inset ERT
36884 status collapsed
36885
36886 \begin_layout Plain Layout
36887
36888
36889 \backslash
36890 AmS
36891 \end_layout
36892
36893 \end_inset
36894
36895 -LaTeXの
36896 \begin_inset CommandInset href
36897 LatexCommand href
36898 name "説明"
36899 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \begin_layout Bibliography
36907 \labelwidthstring 参考文献
36908 \begin_inset CommandInset bibitem
36909 LatexCommand bibitem
36910 key "Symbols"
36911
36912 \end_inset
36913
36914 LaTeXパッケージで利用できる記号の
36915 \begin_inset CommandInset href
36916 LatexCommand href
36917 name "全覧"
36918 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36919
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Bibliography
36926 \labelwidthstring 参考文献
36927 \begin_inset CommandInset bibitem
36928 LatexCommand bibitem
36929 key "hyperref"
36930
36931 \end_inset
36932
36933 LaTeX 
36934 \series bold
36935 hyperref
36936 \series default
36937
36938 \begin_inset Index idx
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942 ぱっけーじ@パッケージ ! hyperref
36943 \end_layout
36944
36945 \end_inset
36946
36947 パッケージの
36948 \begin_inset CommandInset href
36949 LatexCommand href
36950 name "取扱説明書"
36951 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Bibliography
36959 \labelwidthstring 参考文献
36960 \begin_inset CommandInset bibitem
36961 LatexCommand bibitem
36962 key "Mathclap"
36963
36964 \end_inset
36965
36966
36967 \begin_inset CommandInset ref
36968 LatexCommand ref
36969 reference "sub:演算子の範囲"
36970
36971 \end_inset
36972
36973 節に述べられている
36974 \series bold
36975
36976 \backslash
36977 mathclap
36978 \series default
36979 コマンドの
36980 \begin_inset CommandInset href
36981 LatexCommand href
36982 name "説明"
36983 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36984
36985 \end_inset
36986
36987
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 こまんど@コマンド ! M ! 
36993 \backslash
36994 mathclap
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Bibliography
37003 \labelwidthstring 参考文献
37004 \begin_inset CommandInset bibitem
37005 LatexCommand bibitem
37006 key "Duden"
37007
37008 \end_inset
37009
37010
37011 \emph on
37012 Duden Band 1
37013 \emph default
37014 .
37015  22.
37016  Auflage, Duden 2001
37017 \end_layout
37018
37019 \begin_layout Subsubsection*
37020 \begin_inset CommandInset index_print
37021 LatexCommand printindex
37022 type "idx"
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \end_body
37030 \end_document