]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
EmbeddedObjects.lyx: correct description bug found by Ignacio
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
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
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \begin_layout Standard
2064 斜めの分数線を持つ行内分数を作るには、コマンド
2065 \series bold
2066
2067 \backslash
2068 nicefrac
2069 \series default
2070
2071 \begin_inset Index idx
2072 status collapsed
2073
2074 \begin_layout Plain Layout
2075 こまんど@コマンド ! N ! 
2076 \backslash
2077 nicefrac
2078 \end_layout
2079
2080 \end_inset
2081
2082 (例:
2083 \begin_inset Formula $\nicefrac{5}{31}$
2084 \end_inset
2085
2086 )を使うか、コマンド
2087 \series bold
2088
2089 \backslash
2090 unitfrac
2091 \series default
2092
2093 \begin_inset Index idx
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097 こまんど@コマンド ! U ! 
2098 \backslash
2099 unitfrac
2100 \end_layout
2101
2102 \end_inset
2103
2104 (例:
2105 \begin_inset Formula $\unitfrac{5}{31}$
2106 \end_inset
2107
2108 )を使います。さらに、
2109 \begin_inset Formula $\unitfrac[2]{1}{3}$
2110 \end_inset
2111
2112 のような帯分数を作るコマンド
2113 \series bold
2114
2115 \backslash
2116 unitfracthree
2117 \series default
2118 もあります。
2119 \end_layout
2120
2121 \begin_layout Standard
2122 \begin_inset Note Greyedout
2123 status open
2124
2125 \begin_layout Plain Layout
2126
2127 \series bold
2128 (註)
2129 \series default
2130 実は、
2131 \series bold
2132
2133 \backslash
2134 unitfracthree
2135 \series default
2136 は生粋のLaTeXコマンドではなく、実体は
2137 \begin_inset Newline newline
2138 \end_inset
2139
2140
2141 \series bold
2142
2143 \backslash
2144 unitfrac[自然数]{分子}{分母}
2145 \series default
2146 というコマンドなので、TeXコードでは使用できません。
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 分数線を変更できるような独自の分数の定義のしかたは、第
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "sub:自己定義の分数"
2159
2160 \end_inset
2161
2162 節に説明があります。
2163 \end_layout
2164
2165 \begin_layout Subsection
2166 根号
2167 \begin_inset Index idx
2168 status collapsed
2169
2170 \begin_layout Plain Layout
2171 こんごう@根号
2172 \end_layout
2173
2174 \end_inset
2175
2176
2177 \begin_inset Index idx
2178 status collapsed
2179
2180 \begin_layout Plain Layout
2181 るーと@ルート|see
2182 \begin_inset ERT
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186
2187 {
2188 \end_layout
2189
2190 \end_inset
2191
2192 根号
2193 \begin_inset ERT
2194 status collapsed
2195
2196 \begin_layout Plain Layout
2197
2198 }
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 平方根は、
2213 \series bold
2214
2215 \backslash
2216 sqrt
2217 \series default
2218
2219 \begin_inset Index idx
2220 status collapsed
2221
2222 \begin_layout Plain Layout
2223 こまんど@コマンド ! S ! 
2224 \backslash
2225 sqrt
2226 \end_layout
2227
2228 \end_inset
2229
2230 か数式ツールバーボタン
2231 \begin_inset Graphics
2232         filename ../../images/math/sqrt.png
2233         scale 85
2234
2235 \end_inset
2236
2237 で作成することができ、他のすべての根号は、コマンド
2238 \series bold
2239
2240 \backslash
2241 root
2242 \series default
2243
2244 \begin_inset Index idx
2245 status collapsed
2246
2247 \begin_layout Plain Layout
2248 こまんど@コマンド ! R ! 
2249 \backslash
2250 root
2251 \end_layout
2252
2253 \end_inset
2254
2255 か数式ツールバーボタン
2256 \begin_inset Graphics
2257         filename ../../images/math/root.png
2258         scale 85
2259
2260 \end_inset
2261
2262 で作成することができます。
2263 \end_layout
2264
2265 \begin_layout Standard
2266 \align center
2267 \begin_inset Tabular
2268 <lyxtabular version="3" rows="3" columns="2">
2269 <features tabularvalignment="middle">
2270 <column alignment="center" valignment="top" width="0pt">
2271 <column alignment="center" valignment="top" width="0pt">
2272 <row>
2273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2274 \begin_inset Text
2275
2276 \begin_layout Plain Layout
2277 コマンド
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2283 \begin_inset Text
2284
2285 \begin_layout Plain Layout
2286 出力
2287 \begin_inset Note Note
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 ここで
2292 \series bold
2293
2294 \backslash
2295 raisebox
2296 \series default
2297 はスペーサーとして使用しているだけです。
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 </row>
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313
2314 \backslash
2315 sqrt
2316 \begin_inset ERT
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320
2321
2322 \backslash
2323 spce 
2324 \end_layout
2325
2326 \end_inset
2327
2328 A-B
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 <row>
2347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \backslash
2353 root
2354 \begin_inset ERT
2355 status collapsed
2356
2357 \begin_layout Plain Layout
2358
2359
2360 \backslash
2361 spce 
2362 \end_layout
2363
2364 \end_inset
2365
2366 3
2367 \begin_inset Formula $\downarrow$
2368 \end_inset
2369
2370 A-B
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 </lyxtabular>
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 平方根は、根号指数フィールドを空白のままにしておけば、
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402 でも作成することができます。
2403 \end_layout
2404
2405 \begin_layout Standard
2406 \begin_inset Formula $\sqrt[\beta]{B}$
2407 \end_inset
2408
2409 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2410 \begin_inset Newline newline
2411 \end_inset
2412
2413 この場合には、
2414 \begin_inset Formula $\beta$
2415 \end_inset
2416
2417 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2418 \series bold
2419
2420 \backslash
2421 leftroot
2422 \series default
2423
2424 \begin_inset Index idx
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428 こまんど@コマンド ! L ! 
2429 \backslash
2430 leftroot
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \series bold
2437
2438 \backslash
2439 uproot
2440 \series default
2441
2442 \begin_inset Index idx
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446 こまんど@コマンド ! U ! 
2447 \backslash
2448 uproot
2449 \end_layout
2450
2451 \end_inset
2452
2453 を使います。
2454 \end_layout
2455
2456 \begin_layout Standard
2457
2458 \series bold
2459
2460 \backslash
2461 leftroot{距離}
2462 \series default
2463 および
2464 \series bold
2465
2466 \backslash
2467 uproot{距離}
2468 \end_layout
2469
2470 \begin_layout Standard
2471 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2472 \begin_inset Formula $\mathrm{72\, bp=1}$
2473 \end_inset
2474
2475 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2476 \begin_inset Newline newline
2477 \end_inset
2478
2479
2480 \series bold
2481
2482 \backslash
2483 root
2484 \backslash
2485 leftroot{-1
2486 \begin_inset Formula $\to$
2487 \end_inset
2488
2489
2490 \backslash
2491 uproot{2
2492 \begin_inset Formula $\to$
2493 \end_inset
2494
2495
2496 \backslash
2497 beta
2498 \begin_inset ERT
2499 status collapsed
2500
2501 \begin_layout Plain Layout
2502
2503
2504 \backslash
2505 spce 
2506 \end_layout
2507
2508 \end_inset
2509
2510
2511 \begin_inset Formula $\to$
2512 \end_inset
2513
2514 B
2515 \begin_inset Newline newline
2516 \end_inset
2517
2518
2519 \series default
2520 は、正しく組版された数式
2521 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2522 \end_inset
2523
2524 を生成します。
2525 \end_layout
2526
2527 \begin_layout Subsection
2528 二項係数
2529 \begin_inset Index idx
2530 status collapsed
2531
2532 \begin_layout Plain Layout
2533 にこうけいすう@二項係数
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \begin_layout Standard
2542 二項係数は、コマンド
2543 \series bold
2544
2545 \backslash
2546 binom
2547 \series default
2548
2549 \begin_inset Index idx
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 こまんど@コマンド ! B ! 
2554 \backslash
2555 binom
2556 \end_layout
2557
2558 \end_inset
2559
2560 か数式ツールバーボタン
2561 \begin_inset Graphics
2562         filename ../../images/math/frac-square.png
2563         scale 85
2564
2565 \end_inset
2566
2567 の下位メニューを使って挿入することができます。分数(
2568 \series bold
2569
2570 \backslash
2571 frac
2572 \series default
2573 )と同様に、
2574 \series bold
2575
2576 \backslash
2577 binom
2578 \series default
2579 の他に、コマンド
2580 \series bold
2581
2582 \backslash
2583 dbinom
2584 \begin_inset Index idx
2585 status collapsed
2586
2587 \begin_layout Plain Layout
2588 こまんど@コマンド ! D ! 
2589 \backslash
2590 dbinom
2591 \end_layout
2592
2593 \end_inset
2594
2595 および
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 こまんど@コマンド ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2612 \series bold
2613
2614 \backslash
2615 brace
2616 \series default
2617
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 こまんど@コマンド ! B ! 
2623 \backslash
2624 brace
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \series bold
2631
2632 \backslash
2633 brack
2634 \series default
2635
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 こまんど@コマンド ! B ! 
2641 \backslash
2642 brack
2643 \end_layout
2644
2645 \end_inset
2646
2647 があります。
2648 \end_layout
2649
2650 \begin_layout Standard
2651 \align center
2652 \begin_inset Tabular
2653 <lyxtabular version="3" rows="6" columns="2">
2654 <features tabularvalignment="middle">
2655 <column alignment="center" valignment="top" width="0pt">
2656 <column alignment="center" valignment="top" width="0pt">
2657 <row>
2658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2659 \begin_inset Text
2660
2661 \begin_layout Plain Layout
2662 コマンド
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Plain Layout
2671 出力
2672 \begin_inset Note Note
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 ここで
2677 \series bold
2678
2679 \backslash
2680 raisebox
2681 \series default
2682 はスペーサーとして使用しているだけです。
2683 \end_layout
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \end_inset
2691 </cell>
2692 </row>
2693 <row>
2694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \backslash
2700 binom
2701 \begin_inset ERT
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705
2706
2707 \backslash
2708 spce 
2709 \end_layout
2710
2711 \end_inset
2712
2713 A
2714 \begin_inset Formula $\downarrow$
2715 \end_inset
2716
2717 B
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \backslash
2742 dbinom
2743 \begin_inset ERT
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747
2748
2749 \backslash
2750 spce 
2751 \end_layout
2752
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 tbinom
2785 \begin_inset ERT
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789
2790
2791 \backslash
2792 spce 
2793 \end_layout
2794
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 brack
2827 \begin_inset ERT
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831
2832
2833 \backslash
2834 spce 
2835 \end_layout
2836
2837 \end_inset
2838
2839 A
2840 \begin_inset Formula $\downarrow$
2841 \end_inset
2842
2843 B
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 brace
2869 \begin_inset ERT
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873
2874
2875 \backslash
2876 spce 
2877 \end_layout
2878
2879 \end_inset
2880
2881 A
2882 \begin_inset Formula $\downarrow$
2883 \end_inset
2884
2885 B
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 </row>
2903 </lyxtabular>
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Subsection
2911 場合分け
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 ばあいわけ@場合分け
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Standard
2925 \align center
2926 \begin_inset Tabular
2927 <lyxtabular version="3" rows="3" columns="2">
2928 <features tabularvalignment="middle">
2929 <column alignment="center" valignment="top" width="0pt">
2930 <column alignment="center" valignment="top" width="0pt">
2931 <row>
2932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936 コマンド
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 出力
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset ERT
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963
2964
2965 \backslash
2966 spce 
2967 \end_layout
2968
2969 \end_inset
2970
2971 A
2972 \begin_inset Formula $\to$
2973 \end_inset
2974
2975 B
2976 \begin_inset Formula $>$
2977 \end_inset
2978
2979 0
2980 \begin_inset Index idx
2981 status collapsed
2982
2983 \begin_layout Plain Layout
2984 こまんど@コマンド ! C ! 
2985 \backslash
2986 cases
2987 \end_layout
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\begin{cases}
3001 A & B>0\end{cases}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \backslash
3017 cases
3018 \begin_inset ERT
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022
3023
3024 \backslash
3025 spce 
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \begin_inset Info
3032 type  "shortcut"
3033 arg   "newline-insert newline"
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 \begin_inset Formula $\begin{cases}
3046 A & \textrm{for }x>0\\
3047 B & \textrm{for }x=0
3048 \end{cases}$
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 </row>
3057 </lyxtabular>
3058
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \begin_layout Standard
3065
3066 \series bold
3067
3068 \backslash
3069 cases
3070 \series default
3071 を挿入するか数式ツールバーボタン
3072 \begin_inset Graphics
3073         filename ../../images/math/cases.png
3074         scale 85
3075
3076 \end_inset
3077
3078 を使用した後では、短絡キー
3079 \begin_inset Info
3080 type  "shortcut"
3081 arg   "newline-insert newline"
3082 \end_inset
3083
3084 か表ツールバーボタン
3085 \begin_inset Graphics
3086         filename ../../images/tabular-feature_append-row.png
3087         scale 85
3088
3089 \end_inset
3090
3091 を使えば、新しい行を作ることができます。
3092 \end_layout
3093
3094 \begin_layout Standard
3095 コマンド
3096 \series bold
3097
3098 \backslash
3099 cases
3100 \series default
3101 は、
3102 \family sans
3103 挿入\SpecialChar \menuseparator
3104 数式\SpecialChar \menuseparator
3105 Cases環境
3106 \family default
3107 メニューで挿入することもできます。
3108 \end_layout
3109
3110 \begin_layout Subsection
3111 否定
3112 \begin_inset Index idx
3113 status collapsed
3114
3115 \begin_layout Plain Layout
3116 ひてい@否定
3117 \end_layout
3118
3119 \end_inset
3120
3121
3122 \end_layout
3123
3124 \begin_layout Standard
3125
3126 \series bold
3127
3128 \backslash
3129 not
3130 \series default
3131
3132 \begin_inset Index idx
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136 こまんど@コマンド ! N ! 
3137 \backslash
3138 not
3139 \end_layout
3140
3141 \end_inset
3142
3143 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3144 \end_layout
3145
3146 \begin_layout Standard
3147 \align center
3148 \begin_inset Tabular
3149 <lyxtabular version="3" rows="4" columns="2">
3150 <features tabularvalignment="middle">
3151 <column alignment="center" valignment="top" width="0pt">
3152 <column alignment="center" valignment="top" width="0pt">
3153 <row>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 コマンド
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 出力
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \backslash
3180 not=
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 \begin_inset Formula $\not=$
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \backslash
3205 not 
3206 \backslash
3207 le
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 \begin_inset Formula $\not\le$
3217 \end_inset
3218
3219
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 <row>
3226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \backslash
3232 not 
3233 \backslash
3234 parallel
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 \begin_inset Formula $\not\parallel$
3244 \end_inset
3245
3246
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 </lyxtabular>
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \begin_layout Standard
3260 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sub:数学記号"
3264
3265 \end_inset
3266
3267 節および第
3268 \begin_inset CommandInset ref
3269 LatexCommand ref
3270 reference "sec:関係子"
3271
3272 \end_inset
3273
3274 節を参照)。
3275 \end_layout
3276
3277 \begin_layout Subsection
3278 空打ち文字
3279 \begin_inset CommandInset label
3280 LatexCommand label
3281 name "sub:空打ち文字"
3282
3283 \end_inset
3284
3285
3286 \begin_inset Index idx
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 からうちもじ@空打ち文字
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \begin_inset Index idx
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300 かがくきごう@化学記号 ! どういたい@同位体
3301 \end_layout
3302
3303 \end_inset
3304
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 どういたい@同位体|see
3311 \begin_inset ERT
3312 status collapsed
3313
3314 \begin_layout Plain Layout
3315
3316 {
3317 \end_layout
3318
3319 \end_inset
3320
3321 化学記号
3322 \begin_inset ERT
3323 status collapsed
3324
3325 \begin_layout Plain Layout
3326
3327 }
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \end_inset
3336
3337
3338 \begin_inset Index idx
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342 あいそとーぷ@アイソトープ|see
3343 \begin_inset ERT
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347
3348 {
3349 \end_layout
3350
3351 \end_inset
3352
3353 同位体
3354 \begin_inset ERT
3355 status collapsed
3356
3357 \begin_layout Plain Layout
3358
3359 }
3360 \end_layout
3361
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \begin_layout Standard
3373 たとえば同位体
3374 \begin_inset Foot
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378 同位体と化学記号の組版に関しては、第
3379 \begin_inset CommandInset ref
3380 LatexCommand ref
3381 reference "sub:化学記号と化学式"
3382
3383 \end_inset
3384
3385 節に記述があります。
3386 \end_layout
3387
3388 \end_inset
3389
3390 を表示しようとすると、次のような問題が起こります。
3391 \end_layout
3392
3393 \begin_layout Standard
3394 \align center
3395 \begin_inset Tabular
3396 <lyxtabular version="3" rows="2" columns="2">
3397 <features tabularvalignment="middle">
3398 <column alignment="center" valignment="top" width="0pt">
3399 <column alignment="center" valignment="top" width="0pt">
3400 <row>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 上付き文字と下付き文字を使用して作った指数:
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3415 \end_inset
3416
3417
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 </row>
3423 <row>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 正しい指数:
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 </row>
3446 </lyxtabular>
3447
3448 \end_inset
3449
3450
3451 \begin_inset Note Note
3452 status collapsed
3453
3454 \begin_layout Plain Layout
3455 ここで
3456 \series bold
3457
3458 \backslash
3459 raisebox
3460 \series default
3461 はスペーサーとして使用しているだけです。
3462 \end_layout
3463
3464 \end_inset
3465
3466
3467 \end_layout
3468
3469 \begin_layout Standard
3470 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3471 \series bold
3472
3473 \backslash
3474 phantom
3475 \series default
3476
3477 \begin_inset Index idx
3478 status collapsed
3479
3480 \begin_layout Plain Layout
3481 こまんど@コマンド ! P ! 
3482 \backslash
3483 phantom
3484 \end_layout
3485
3486 \end_inset
3487
3488 や数式ツールバーボタン
3489 \begin_inset Foot
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 ツールバーボタン
3494 \begin_inset Graphics
3495         filename ../../images/math/space.png
3496         scale 85
3497
3498 \end_inset
3499
3500 の下位メニューに入っています。
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \begin_inset Graphics
3507         filename ../../images/math/phantom.png
3508         scale 85
3509
3510 \end_inset
3511
3512 があります。
3513 \series bold
3514
3515 \backslash
3516 phantom
3517 \series default
3518 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3519 \series bold
3520
3521 \backslash
3522 phantom
3523 \series default
3524 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3525 \end_layout
3526
3527 \begin_layout Standard
3528 \align center
3529 \begin_inset Tabular
3530 <lyxtabular version="3" rows="4" columns="2">
3531 <features tabularvalignment="middle">
3532 <column alignment="center" valignment="top" width="0">
3533 <column alignment="center" valignment="top" width="0">
3534 <row>
3535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 コマンド
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 出力
3549 \begin_inset Note Note
3550 status collapsed
3551
3552 \begin_layout Plain Layout
3553 ここで
3554 \series bold
3555
3556 \backslash
3557 raisebox
3558 \series default
3559 はスペーサーとして使用しているだけです。
3560 \end_layout
3561
3562 \end_inset
3563
3564
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 ^19
3576 \begin_inset ERT
3577 status collapsed
3578
3579 \begin_layout Plain Layout
3580
3581
3582 \backslash
3583 spce 
3584 \end_layout
3585
3586 \end_inset
3587
3588 _
3589 \backslash
3590 phantom
3591 \begin_inset ERT
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595
3596
3597 \backslash
3598 spce 
3599 \end_layout
3600
3601 \end_inset
3602
3603 1
3604 \begin_inset Formula $\to$
3605 \end_inset
3606
3607 9
3608 \begin_inset ERT
3609 status collapsed
3610
3611 \begin_layout Plain Layout
3612
3613
3614 \backslash
3615 spce 
3616 \end_layout
3617
3618 \end_inset
3619
3620 F
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3630 \end_inset
3631
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 ^235
3644 \begin_inset ERT
3645 status collapsed
3646
3647 \begin_layout Plain Layout
3648
3649
3650 \backslash
3651 spce 
3652 \end_layout
3653
3654 \end_inset
3655
3656 _
3657 \backslash
3658 phantom
3659 \begin_inset ERT
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663
3664
3665 \backslash
3666 spce 
3667 \end_layout
3668
3669 \end_inset
3670
3671 23
3672 \begin_inset Formula $\to$
3673 \end_inset
3674
3675 9
3676 \begin_inset ERT
3677 status collapsed
3678
3679 \begin_layout Plain Layout
3680
3681
3682 \backslash
3683 spce 
3684 \end_layout
3685
3686 \end_inset
3687
3688 F
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3698 \end_inset
3699
3700
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \backslash
3713 Lambda^
3714 \begin_inset ERT
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718
3719
3720 \backslash
3721 spce 
3722 \end_layout
3723
3724 \end_inset
3725
3726
3727 \backslash
3728 phantom
3729 \begin_inset ERT
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734
3735 \backslash
3736 spce 
3737 \end_layout
3738
3739 \end_inset
3740
3741 ii
3742 \begin_inset Formula $\to$
3743 \end_inset
3744
3745 t
3746 \begin_inset ERT
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750
3751
3752 \backslash
3753 spce 
3754 \end_layout
3755
3756 \end_inset
3757
3758 _MMt
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3768 \end_inset
3769
3770
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 </lyxtabular>
3777
3778 \end_inset
3779
3780
3781 \end_layout
3782
3783 \begin_layout Standard
3784 さらに、
3785 \series bold
3786
3787 \backslash
3788 vphantom
3789 \series default
3790
3791 \begin_inset Index idx
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795 こまんど@コマンド ! V ! 
3796 \backslash
3797 vphantom
3798 \end_layout
3799
3800 \end_inset
3801
3802 (ツールバーボタン
3803 \begin_inset space ~
3804 \end_inset
3805
3806
3807 \begin_inset Graphics
3808         filename ../../images/math/vphantom.png
3809         scale 85
3810
3811 \end_inset
3812
3813 )および
3814 \series bold
3815
3816 \backslash
3817 hphantom
3818 \series default
3819
3820 \begin_inset Index idx
3821 status collapsed
3822
3823 \begin_layout Plain Layout
3824 こまんど@コマンド ! H ! 
3825 \backslash
3826 hphantom
3827 \end_layout
3828
3829 \end_inset
3830
3831 (ツールバーボタン
3832 \begin_inset space ~
3833 \end_inset
3834
3835
3836 \begin_inset Graphics
3837         filename ../../images/math/hphantom.png
3838         scale 85
3839
3840 \end_inset
3841
3842 )というコマンドもあります。
3843 \series bold
3844
3845 \backslash
3846 vphantom
3847 \series default
3848 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3849 \series bold
3850
3851 \backslash
3852 hphantom
3853 \series default
3854 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3855 \end_layout
3856
3857 \begin_layout Standard
3858 たとえば、
3859 \series bold
3860
3861 \backslash
3862 vphantom
3863 \series default
3864
3865 \begin_inset ERT
3866 status collapsed
3867
3868 \begin_layout Plain Layout
3869
3870
3871 \backslash
3872 spce 
3873 \end_layout
3874
3875 \end_inset
3876
3877
3878 \series bold
3879 a
3880 \backslash
3881 int
3882 \series default
3883 は、積分記号
3884 \begin_inset Foot
3885 status collapsed
3886
3887 \begin_layout Plain Layout
3888
3889 \series bold
3890
3891 \backslash
3892 int
3893 \series default
3894 コマンドは、積分記号を生成します。第
3895 \begin_inset CommandInset ref
3896 LatexCommand ref
3897 reference "sub:大演算子"
3898
3899 \end_inset
3900
3901 節を参照してください。
3902 \end_layout
3903
3904 \end_inset
3905
3906 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3907 \begin_inset CommandInset ref
3908 LatexCommand ref
3909 reference "sub:多行にわたる括弧"
3910
3911 \end_inset
3912
3913 節を参照してください。
3914 \end_layout
3915
3916 \begin_layout Standard
3917
3918 \lang english
3919 Placeholders can also be used for text when it is inserted via the menu
3920  
3921 \family sans
3922 Insert\SpecialChar \menuseparator
3923 Formatting\SpecialChar \menuseparator
3924 Phantom
3925 \family default
3926 :
3927 \end_layout
3928
3929 \begin_layout Standard
3930
3931 \lang english
3932 This is a sentence.
3933 \begin_inset Newline newline
3934 \end_inset
3935
3936
3937 \begin_inset Phantom Phantom
3938 status open
3939
3940 \begin_layout Plain Layout
3941
3942 \lang english
3943 This
3944 \end_layout
3945
3946 \end_inset
3947
3948  is a sentence.
3949 \end_layout
3950
3951 \begin_layout Subsection
3952 横線
3953 \begin_inset Index idx
3954 status collapsed
3955
3956 \begin_layout Plain Layout
3957 よこせん@横線
3958 \end_layout
3959
3960 \end_inset
3961
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 すうしき@数式 ! かせん@下線
3968 \end_layout
3969
3970 \end_inset
3971
3972
3973 \begin_inset Index idx
3974 status collapsed
3975
3976 \begin_layout Plain Layout
3977 ぼうせん@棒線|see
3978 \begin_inset ERT
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982
3983 {
3984 \end_layout
3985
3986 \end_inset
3987
3988 横線
3989 \begin_inset ERT
3990 status collapsed
3991
3992 \begin_layout Plain Layout
3993
3994 }
3995 \end_layout
3996
3997 \end_inset
3998
3999
4000 \end_layout
4001
4002 \end_inset
4003
4004
4005 \end_layout
4006
4007 \begin_layout Standard
4008 \align center
4009 \begin_inset Tabular
4010 <lyxtabular version="3" rows="4" columns="2">
4011 <features tabularvalignment="middle">
4012 <column alignment="center" valignment="top" width="0pt">
4013 <column alignment="center" valignment="top" width="0pt">
4014 <row>
4015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 コマンド
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 出力
4029 \begin_inset Note Note
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 ここで
4034 \series bold
4035
4036 \backslash
4037 raisebox
4038 \series default
4039 はスペーサーとして使用しているだけです。
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \backslash
4057 overline
4058 \begin_inset ERT
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062
4063
4064 \backslash
4065 spce 
4066 \end_layout
4067
4068 \end_inset
4069
4070 A+B
4071 \begin_inset Index idx
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075 こまんど@コマンド ! O ! 
4076 \backslash
4077 overline
4078 \end_layout
4079
4080 \end_inset
4081
4082
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4092 \end_inset
4093
4094
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 </row>
4100 <row>
4101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105
4106 \backslash
4107 underline
4108 \begin_inset ERT
4109 status collapsed
4110
4111 \begin_layout Plain Layout
4112
4113
4114 \backslash
4115 spce 
4116 \end_layout
4117
4118 \end_inset
4119
4120 A+B
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 こまんど@コマンド ! U ! 
4126 \backslash
4127 underline
4128 \end_layout
4129
4130 \end_inset
4131
4132
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4142 \end_inset
4143
4144
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 </row>
4150 <row>
4151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \backslash
4157 overline
4158 \begin_inset ERT
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162
4163
4164 \backslash
4165 spce 
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \backslash
4172 underline
4173 \begin_inset ERT
4174 status collapsed
4175
4176 \begin_layout Plain Layout
4177
4178
4179 \backslash
4180 spce 
4181 \end_layout
4182
4183 \end_inset
4184
4185 A+B
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4195 \end_inset
4196
4197
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 </lyxtabular>
4204
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \begin_layout Standard
4211 上記最後の例では、先に
4212 \series bold
4213
4214 \backslash
4215 overline
4216 \series default
4217 が来ようが
4218 \series bold
4219
4220 \backslash
4221 underline
4222 \series default
4223 が来ようが、関係ありません。
4224 \end_layout
4225
4226 \begin_layout Standard
4227 二重下線を引くには、
4228 \series bold
4229
4230 \backslash
4231 underline
4232 \series default
4233 を二回使います。
4234 \end_layout
4235
4236 \begin_layout Standard
4237 文字の上下6本の線まで引くことができます。
4238 \end_layout
4239
4240 \begin_layout Standard
4241 \begin_inset VSpace bigskip
4242 \end_inset
4243
4244 自製の線は、以下の書式を持つ
4245 \series bold
4246
4247 \backslash
4248 rule
4249 \series default
4250
4251 \begin_inset Index idx
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255 こまんど@こまんど ! R ! 
4256 \backslash
4257 rule
4258 \end_layout
4259
4260 \end_inset
4261
4262 コマンドで作成することができます。
4263 \end_layout
4264
4265 \begin_layout Standard
4266
4267 \series bold
4268
4269 \backslash
4270 rule[垂直オフセット幅]{長さ}{厚み}
4271 \end_layout
4272
4273 \begin_layout Standard
4274 オプションの
4275 \series bold
4276 「垂直オフセット幅
4277 \series default
4278 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4279 \begin_inset CommandInset ref
4280 LatexCommand ref
4281 reference "tab:使用できる単位"
4282
4283 \end_inset
4284
4285 表に掲げてある単位を用いることができます。以下に、
4286 \begin_inset Newline newline
4287 \end_inset
4288
4289
4290 \series bold
4291
4292 \backslash
4293 rule[-2ex]{3cm}{2pt}
4294 \series default
4295  および 
4296 \series bold
4297
4298 \backslash
4299 rule{2cm}{1pt}
4300 \begin_inset Newline newline
4301 \end_inset
4302
4303 というコマンドを用いて作成したふたつの例を例示します。
4304 \end_layout
4305
4306 \begin_layout Standard
4307 この行には、
4308 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4309 \end_inset
4310
4311 二本の線があります。
4312 \end_layout
4313
4314 \begin_layout Standard
4315
4316 \series bold
4317 \lang english
4318
4319 \backslash
4320 rule
4321 \series default
4322  can also be used for text when a line is inserted via the menu 
4323 \family sans
4324 Insert\SpecialChar \menuseparator
4325 Formatting\SpecialChar \menuseparator
4326 Horizontal
4327 \begin_inset space ~
4328 \end_inset
4329
4330 Line
4331 \family default
4332 :
4333 \end_layout
4334
4335 \begin_layout Standard
4336
4337 \lang english
4338 This is a sentence 
4339 \begin_inset CommandInset line
4340 LatexCommand rule
4341 offset "0.5ex"
4342 width "3cm"
4343 height "1pt"
4344
4345 \end_inset
4346
4347  with one line.
4348 \end_layout
4349
4350 \begin_layout Subsection
4351 省略符号
4352 \begin_inset CommandInset label
4353 LatexCommand label
4354 name "sub:省略符号"
4355
4356 \end_inset
4357
4358
4359 \begin_inset Index idx
4360 status collapsed
4361
4362 \begin_layout Plain Layout
4363 しょうりゃくふごう@省略符号
4364 \end_layout
4365
4366 \end_inset
4367
4368
4369 \end_layout
4370
4371 \begin_layout Standard
4372 省略符号には、いくつかの種類が使用できます
4373 \begin_inset Foot
4374 status collapsed
4375
4376 \begin_layout Plain Layout
4377 数式ツールバー中の
4378 \begin_inset Graphics
4379         filename ../../images/math/ldots.png
4380         scale 85
4381
4382 \end_inset
4383
4384 ボタンで表示されている下位メニューです。
4385 \end_layout
4386
4387 \end_inset
4388
4389 。列挙のためには、ベースラインの点々(
4390 \series bold
4391
4392 \backslash
4393 ldots
4394 \series default
4395
4396 \begin_inset Index idx
4397 status collapsed
4398
4399 \begin_layout Plain Layout
4400 こまんど@コマンド ! L ! 
4401 \backslash
4402 ldots
4403 \end_layout
4404
4405 \end_inset
4406
4407 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4408 \series bold
4409
4410 \backslash
4411 cdots
4412 \series default
4413
4414 \begin_inset Index idx
4415 status collapsed
4416
4417 \begin_layout Plain Layout
4418 こまんど@コマンド ! C ! 
4419 \backslash
4420 cdots
4421 \end_layout
4422
4423 \end_inset
4424
4425 )が必要です。
4426 \series bold
4427
4428 \backslash
4429 dots
4430 \series default
4431
4432 \begin_inset Index idx
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436 こまんど@コマンド ! D ! 
4437 \backslash
4438 dots
4439 \end_layout
4440
4441 \end_inset
4442
4443 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4444 \end_layout
4445
4446 \begin_layout Standard
4447 \align center
4448 \begin_inset Tabular
4449 <lyxtabular version="3" rows="9" columns="2">
4450 <features tabularvalignment="middle">
4451 <column alignment="center" valignment="top" width="0pt">
4452 <column alignment="center" valignment="top" width="0pt">
4453 <row>
4454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 コマンド
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 出力
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 A_1
4479 \begin_inset ERT
4480 status collapsed
4481
4482 \begin_layout Plain Layout
4483
4484
4485 \backslash
4486 spce 
4487 \end_layout
4488
4489 \end_inset
4490
4491 ,
4492 \backslash
4493 dots
4494 \begin_inset ERT
4495 status collapsed
4496
4497 \begin_layout Plain Layout
4498
4499
4500 \backslash
4501 spce 
4502 \end_layout
4503
4504 \end_inset
4505
4506 ,A_n
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 \begin_inset Formula $A_{1},\dots,A_{n}$
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 A_1
4530 \begin_inset ERT
4531 status collapsed
4532
4533 \begin_layout Plain Layout
4534
4535
4536 \backslash
4537 spce 
4538 \end_layout
4539
4540 \end_inset
4541
4542 +
4543 \backslash
4544 dots
4545 \begin_inset ERT
4546 status collapsed
4547
4548 \begin_layout Plain Layout
4549
4550
4551 \backslash
4552 spce 
4553 \end_layout
4554
4555 \end_inset
4556
4557 +A_n
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 \begin_inset Formula $A_{1}+\dots+A_{n}$
4567 \end_inset
4568
4569
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 A_1
4581 \begin_inset ERT
4582 status collapsed
4583
4584 \begin_layout Plain Layout
4585
4586
4587 \backslash
4588 spce 
4589 \end_layout
4590
4591 \end_inset
4592
4593 ,
4594 \backslash
4595 ldots
4596 \begin_inset ERT
4597 status collapsed
4598
4599 \begin_layout Plain Layout
4600
4601
4602 \backslash
4603 spce 
4604 \end_layout
4605
4606 \end_inset
4607
4608 ,A_n
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 \begin_inset Formula $A_{1},\ldots,A_{n}$
4618 \end_inset
4619
4620
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 A_1
4632 \begin_inset ERT
4633 status collapsed
4634
4635 \begin_layout Plain Layout
4636
4637
4638 \backslash
4639 spce 
4640 \end_layout
4641
4642 \end_inset
4643
4644 +
4645 \backslash
4646 cdots
4647 \begin_inset ERT
4648 status collapsed
4649
4650 \begin_layout Plain Layout
4651
4652
4653 \backslash
4654 spce 
4655 \end_layout
4656
4657 \end_inset
4658
4659 +A_n
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4669 \end_inset
4670
4671
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \backslash
4684 vdots
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 \begin_inset Formula $\vdots$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707
4708 \backslash
4709 ddots
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 \begin_inset Formula $\ddots$
4719 \end_inset
4720
4721
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \backslash
4734 iddots
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 \begin_inset Formula $\iddots$
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 いろいろな点々を使った3×3行列
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 \begin_inset Formula $\begin{array}{ccc}
4767 A_{11} & \cdots & A_{1m}\\
4768 \vdots & \ddots & \vdots\\
4769 A_{n1} & \cdots & A_{nm}
4770 \end{array}$
4771 \end_inset
4772
4773
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 </lyxtabular>
4780
4781 \end_inset
4782
4783
4784 \end_layout
4785
4786 \begin_layout Standard
4787
4788 \family sans
4789 挿入\SpecialChar \menuseparator
4790 省略符号
4791 \family default
4792 メニューで挿入される省略符号は
4793 \series bold
4794
4795 \backslash
4796 ldots
4797 \series default
4798 です。
4799 \end_layout
4800
4801 \begin_layout Standard
4802 \begin_inset VSpace medskip
4803 \end_inset
4804
4805
4806 \lang english
4807 To use 
4808 \series bold
4809
4810 \backslash
4811 iddots
4812 \series default
4813 , one of the options 
4814 \family sans
4815 Use mathdots package (automatically)
4816 \family default
4817  must be set in the document settings under 
4818 \family sans
4819 Math
4820 \begin_inset space ~
4821 \end_inset
4822
4823 Options
4824 \family default
4825 .
4826 \begin_inset Newline newline
4827 \end_inset
4828
4829 Using the option 
4830 \family sans
4831 Use mathdots package
4832 \family default
4833  will improve the appearance of all dots in the documents if their font
4834  style or size is not the default.
4835 \end_layout
4836
4837 \begin_layout Standard
4838 \begin_inset VSpace medskip
4839 \end_inset
4840
4841 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4842 \series bold
4843
4844 \backslash
4845 hdotsfor
4846 \series default
4847
4848 \begin_inset Index idx
4849 status collapsed
4850
4851 \begin_layout Plain Layout
4852 こまんど@コマンド ! H ! 
4853 \backslash
4854 hdotsfor
4855 \end_layout
4856
4857 \end_inset
4858
4859 コマンドで作ることができます。
4860 \end_layout
4861
4862 \begin_layout Standard
4863
4864 \series bold
4865
4866 \backslash
4867 hdotsfor[距離]{列数}
4868 \end_layout
4869
4870 \begin_layout Standard
4871 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4872 \end_layout
4873
4874 \begin_layout Standard
4875 以下の行列では、2行目の1つ目の枠に
4876 \series bold
4877
4878 \backslash
4879 hdotsfor[2]{4}
4880 \series default
4881 を挿入して、
4882 \series bold
4883
4884 \backslash
4885 dots
4886 \series default
4887 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4888 \begin_inset Formula \[
4889 \left(\begin{array}{cccc}
4890 A & B & C & D\\
4891 \hdotsfor[2]{4}\\
4892 q & w & e & r
4893 \end{array}\right)
4894 \]
4895
4896 \end_inset
4897
4898 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4899 \end_layout
4900
4901 \begin_layout Standard
4902 \begin_inset VSpace bigskip
4903 \end_inset
4904
4905 さらに、
4906 \series bold
4907
4908 \backslash
4909 dotfill
4910 \series default
4911
4912 \begin_inset Index idx
4913 status collapsed
4914
4915 \begin_layout Plain Layout
4916 こまんど@コマンド ! D ! 
4917 \backslash
4918 dotfill
4919 \end_layout
4920
4921 \end_inset
4922
4923 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4924 \series bold
4925
4926 \backslash
4927 hfill
4928 \series default
4929 と同様のものです。第
4930 \begin_inset CommandInset ref
4931 LatexCommand ref
4932 reference "sub:可変長の空白"
4933
4934 \end_inset
4935
4936 節をご参照下さい。
4937 \end_layout
4938
4939 \begin_layout Standard
4940 たとえば、
4941 \series bold
4942 A
4943 \backslash
4944 dotfill
4945 \begin_inset ERT
4946 status collapsed
4947
4948 \begin_layout Plain Layout
4949
4950
4951 \backslash
4952 spce 
4953 \end_layout
4954
4955 \end_inset
4956
4957 B
4958 \series default
4959 コマンドは、
4960 \end_layout
4961
4962 \begin_layout Standard
4963 \begin_inset Formula $A\dotfill B$
4964 \end_inset
4965
4966
4967 \end_layout
4968
4969 \begin_layout Standard
4970 のようになります。
4971 \series bold
4972 点々を使う
4973 \backslash
4974 dotfill
4975 \series default
4976 の直線版として、
4977 \series bold
4978
4979 \backslash
4980 hrulefill
4981 \series default
4982
4983 \begin_inset Index idx
4984 status collapsed
4985
4986 \begin_layout Plain Layout
4987 こまんど@コマンド ! H ! 
4988 \backslash
4989 hrulefill
4990 \end_layout
4991
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \begin_layout Standard
4998 \begin_inset Formula $A\hrulefill B$
4999 \end_inset
5000
5001
5002 \end_layout
5003
5004 \begin_layout Standard
5005 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5006 \end_layout
5007
5008 \begin_layout Section
5009 行列
5010 \begin_inset CommandInset label
5011 LatexCommand label
5012 name "sec:行列"
5013
5014 \end_inset
5015
5016
5017 \begin_inset Index idx
5018 status collapsed
5019
5020 \begin_layout Plain Layout
5021 ぎょうれつ@行列
5022 \end_layout
5023
5024 \end_inset
5025
5026
5027 \end_layout
5028
5029 \begin_layout Standard
5030 行列は、数式ツールバーボタンの
5031 \begin_inset Graphics
5032         filename ../../images/dialog-show_mathmatrix.png
5033         scale 85
5034
5035 \end_inset
5036
5037
5038 \family sans
5039 挿入\SpecialChar \menuseparator
5040 数式\SpecialChar \menuseparator
5041 行列
5042 \family default
5043 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5044 \lang english
5045 and the decoration
5046 \end_layout
5047
5048 \begin_layout Standard
5049 最初の行列は「上」配置
5050 \begin_inset Formula $\begin{array}[t]{cccc}
5051 A & D & G & J\\
5052 B & E & H & K\\
5053 C & F & I & L
5054 \end{array}$
5055 \end_inset
5056
5057 で、二番目は「中央」配置
5058 \begin_inset Formula $\begin{array}{cccc}
5059 A & D & G & J\\
5060 B & E & H & K\\
5061 C & F & I & L
5062 \end{array}$
5063 \end_inset
5064
5065 、三番目は「下」配置
5066 \begin_inset Formula $\begin{array}[b]{cccc}
5067 A & D & G & J\\
5068 B & E & H & K\\
5069 C & F & I & L
5070 \end{array}$
5071 \end_inset
5072
5073 です。
5074 \end_layout
5075
5076 \begin_layout Standard
5077 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5078 \emph on
5079 l
5080 \emph default
5081 は左寄せ、
5082 \emph on
5083 c
5084 \emph default
5085 は中央揃え、
5086 \emph on
5087 r
5088 \emph default
5089 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5090 \series bold
5091 ×
5092 \series default
5093 4行列を作成するには、水平配置のところに
5094 \series bold
5095 lccr
5096 \series default
5097 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5098 \series bold
5099 c
5100 \series default
5101 です。
5102 \end_layout
5103
5104 \begin_layout Standard
5105 水平行列の例です。
5106 \end_layout
5107
5108 \begin_layout Standard
5109
5110 \series bold
5111 lll
5112 \series default
5113  : 
5114 \begin_inset Formula $\begin{array}{lll}
5115 10000 & D & G\\
5116 B & 10000 & H\\
5117 C & F & 10000
5118 \end{array}$
5119 \end_inset
5120
5121  , 
5122 \series bold
5123 ccc
5124 \series default
5125  : 
5126 \begin_inset Formula $\begin{array}{ccc}
5127 10000 & D & G\\
5128 B & 10000 & H\\
5129 C & F & 10000
5130 \end{array}$
5131 \end_inset
5132
5133  , 
5134 \series bold
5135 rrr
5136 \series default
5137  : 
5138 \begin_inset Formula $\begin{array}{rrr}
5139 10000 & D & G\\
5140 B & 10000 & H\\
5141 C & F & 10000
5142 \end{array}$
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \begin_layout Standard
5149 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5150 \begin_inset Graphics
5151         filename ../../images/tabular-feature_append-row.png
5152         scale 85
5153
5154 \end_inset
5155
5156
5157 \begin_inset Graphics
5158         filename ../../images/tabular-feature_delete-row.png
5159         scale 85
5160
5161 \end_inset
5162
5163 などや
5164 \family sans
5165 編集\SpecialChar \menuseparator
5166 行と列
5167 \family default
5168 メニューを使用することができます。また、行は
5169 \begin_inset Info
5170 type  "shortcut"
5171 arg   "newline-insert newline"
5172 \end_inset
5173
5174 で作成することもできます。
5175 \end_layout
5176
5177 \begin_layout Standard
5178 \begin_inset VSpace bigskip
5179 \end_inset
5180
5181
5182 \lang english
5183 The 
5184 \family sans
5185 Decoration
5186 \family default
5187  adds parentheses in the selected style around the matrix.
5188  Alternatively, parentheses can can either be created with the
5189 \lang japanese
5190  行列を囲む括弧は、
5191 \series bold
5192
5193 \backslash
5194 left
5195 \series default
5196
5197 \begin_inset Index idx
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201 こまんど@コマンド ! L ! 
5202 \backslash
5203 left
5204 \end_layout
5205
5206 \end_inset
5207
5208 コマンドや
5209 \series bold
5210
5211 \backslash
5212 right
5213 \series default
5214
5215 \begin_inset Index idx
5216 status collapsed
5217
5218 \begin_layout Plain Layout
5219 こまんど@コマンド ! R ! 
5220 \backslash
5221 right
5222 \end_layout
5223
5224 \end_inset
5225
5226 コマンドで作成することができます(短絡キー
5227 \family sans
5228 Alt+M
5229 \begin_inset space ~
5230 \end_inset
5231
5232 Parenthesis
5233 \family default
5234 )。第
5235 \begin_inset CommandInset ref
5236 LatexCommand ref
5237 reference "sub:自動の括弧丈"
5238
5239 \end_inset
5240
5241 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5242 \begin_inset VSpace medskip
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \begin_layout Standard
5249 \begin_inset space \hfill{}
5250 \end_inset
5251
5252
5253 \begin_inset Tabular
5254 <lyxtabular version="3" rows="4" columns="2">
5255 <features tabularvalignment="middle">
5256 <column alignment="center" valignment="top" width="0">
5257 <column alignment="center" valignment="top" width="0">
5258 <row>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 コマンド
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 出力
5273 \begin_inset Note Note
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 ここで
5278 \series bold
5279
5280 \backslash
5281 raisebox
5282 \series default
5283 はスペーサーとして使用しているだけです。
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \backslash
5301 bmatrix
5302 \begin_inset ERT
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306
5307
5308 \backslash
5309 spce 
5310 \end_layout
5311
5312 \end_inset
5313
5314 2
5315 \series bold
5316 ×
5317 \series default
5318 2
5319 \begin_inset space \thinspace{}
5320 \end_inset
5321
5322 matrix
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5332 0 & \textrm{-}\mathrm{i}\\
5333 \mathrm{i} & 0
5334 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 </row>
5343 <row>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348
5349 \backslash
5350 Bmatrix
5351 \begin_inset ERT
5352 status collapsed
5353
5354 \begin_layout Plain Layout
5355
5356
5357 \backslash
5358 spce 
5359 \end_layout
5360
5361 \end_inset
5362
5363 2
5364 \series bold
5365 ×
5366 \series default
5367 2
5368 \begin_inset space \thinspace{}
5369 \end_inset
5370
5371 matrix
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5381 0 & \textrm{-}\mathrm{i}\\
5382 \mathrm{i} & 0
5383 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5384 \end_inset
5385
5386
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \backslash
5399 pmatrix
5400 \begin_inset ERT
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404
5405
5406 \backslash
5407 spce 
5408 \end_layout
5409
5410 \end_inset
5411
5412 2
5413 \series bold
5414 ×
5415 \series default
5416 2
5417 \begin_inset space \thinspace{}
5418 \end_inset
5419
5420 matrix
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5430 0 & \textrm{-}\mathrm{i}\\
5431 \mathrm{i} & 0
5432 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 </lyxtabular>
5442
5443 \end_inset
5444
5445
5446 \begin_inset space \hfill{}
5447 \end_inset
5448
5449
5450 \begin_inset Tabular
5451 <lyxtabular version="3" rows="4" columns="2">
5452 <features tabularvalignment="middle">
5453 <column alignment="center" valignment="top" width="0">
5454 <column alignment="center" valignment="top" width="0">
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 コマンド
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 出力
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 vmatrix
5483 \begin_inset ERT
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487
5488
5489 \backslash
5490 spce 
5491 \end_layout
5492
5493 \end_inset
5494
5495 2
5496 \series bold
5497 ×
5498 \series default
5499 2
5500 \begin_inset space \thinspace{}
5501 \end_inset
5502
5503 matrix
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5513 0 & \textrm{-}\mathrm{i}\\
5514 \mathrm{i} & 0
5515 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 <row>
5525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529
5530 \backslash
5531 Vmatrix
5532 \begin_inset ERT
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536
5537
5538 \backslash
5539 spce 
5540 \end_layout
5541
5542 \end_inset
5543
5544 2
5545 \series bold
5546 ×
5547 \series default
5548 2
5549 \begin_inset space \thinspace{}
5550 \end_inset
5551
5552 matrix
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5562 0 & \textrm{-}\mathrm{i}\\
5563 \mathrm{i} & 0
5564 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578
5579 \backslash
5580 matrix
5581 \begin_inset ERT
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585
5586
5587 \backslash
5588 spce 
5589 \end_layout
5590
5591 \end_inset
5592
5593 2
5594 \series bold
5595 ×
5596 \series default
5597 2
5598 \begin_inset space \thinspace{}
5599 \end_inset
5600
5601 matrix
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5611 0 & \textrm{-}\mathrm{i}\\
5612 \mathrm{i} & 0
5613 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 </lyxtabular>
5623
5624 \end_inset
5625
5626
5627 \begin_inset space \hfill{}
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 \begin_inset VSpace medskip
5635 \end_inset
5636
5637 たとえば
5638 \series bold
5639
5640 \backslash
5641 vmatrix
5642 \series default
5643 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5644 \end_layout
5645
5646 \begin_layout Standard
5647 \begin_inset VSpace bigskip
5648 \end_inset
5649
5650 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5651 \begin_inset CommandInset ref
5652 LatexCommand ref
5653 reference "sub:列間"
5654
5655 \end_inset
5656
5657 節に説明されている距離
5658 \series bold
5659
5660 \backslash
5661 arraycolsep
5662 \series default
5663
5664 \begin_inset Index idx
5665 status collapsed
5666
5667 \begin_layout Plain Layout
5668 こまんど@コマンド ! A ! 
5669 \backslash
5670 arraycolsep
5671 \end_layout
5672
5673 \end_inset
5674
5675 をここでも使用することができます。
5676 \end_layout
5677
5678 \begin_layout Standard
5679 行間隔を変更するには、
5680 \series bold
5681
5682 \backslash
5683 arraystretch
5684 \series default
5685
5686 \begin_inset Index idx
5687 status collapsed
5688
5689 \begin_layout Plain Layout
5690 こまんど@コマンド ! A ! 
5691 \backslash
5692 arraystretch
5693 \end_layout
5694
5695 \end_inset
5696
5697 コマンドを使用します。以下のようにして使用します。
5698 \end_layout
5699
5700 \begin_layout Standard
5701
5702 \series bold
5703
5704 \backslash
5705 renewcommand{
5706 \backslash
5707 arraystretch}{伸長因子}
5708 \begin_inset Index idx
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 こまんど@コマンド ! R ! 
5713 \backslash
5714 renewcommand
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \begin_layout Standard
5723
5724 \series bold
5725
5726 \backslash
5727 renewcommand
5728 \series default
5729 コマンドは、伸長因子を定義済みの
5730 \series bold
5731
5732 \backslash
5733 arraystretch
5734 \series default
5735 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5736 は、
5737 \series bold
5738
5739 \backslash
5740 arraystretch
5741 \series default
5742 に因子1を割り当てて下さい。
5743 \end_layout
5744
5745 \begin_layout Standard
5746 本文行中に行列を入れるには、
5747 \series bold
5748
5749 \backslash
5750 smallmatrix
5751 \series default
5752
5753 \begin_inset Index idx
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 こまんど@コマンド ! S ! 
5758 \backslash
5759 smallmatrix
5760 \end_layout
5761
5762 \end_inset
5763
5764 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5765 \end_layout
5766
5767 \begin_layout Standard
5768 これは、本文行中の行列
5769 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5770 C & D
5771 \end{smallmatrix}\right)$
5772 \end_inset
5773
5774 です。
5775 \end_layout
5776
5777 \begin_layout Section
5778 括弧と区分記号
5779 \begin_inset Index idx
5780 status collapsed
5781
5782 \begin_layout Plain Layout
5783 かっこ@括弧
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \begin_inset Index idx
5790 status collapsed
5791
5792 \begin_layout Plain Layout
5793 くぶんきごう@区分記号
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \begin_layout Subsection
5802 垂直括弧と区分記号
5803 \begin_inset Index idx
5804 status collapsed
5805
5806 \begin_layout Plain Layout
5807 かっこ@括弧 ! すいちょく@垂直
5808 \end_layout
5809
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \begin_layout Standard
5816 \begin_inset space \hfill{}
5817 \end_inset
5818
5819
5820 \begin_inset Tabular
5821 <lyxtabular version="3" rows="9" columns="2">
5822 <features tabularvalignment="middle">
5823 <column alignment="center" valignment="top" width="0pt">
5824 <column alignment="center" valignment="top" width="0pt">
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 コマンド
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 出力
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 (
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $($
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 {
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $\{$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 [
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $[$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \backslash
5921 langle
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $\langle$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \backslash
5946 lceil
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 \begin_inset Formula $\lceil$
5956 \end_inset
5957
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 </row>
5964 <row>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \backslash
5971 lfloor
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 \begin_inset Formula $\lfloor$
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 /
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 \begin_inset Formula $/$
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 \begin_inset Formula $|$
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $|$
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 </lyxtabular>
6039
6040 \end_inset
6041
6042
6043 \begin_inset space \hfill{}
6044 \end_inset
6045
6046
6047 \begin_inset Tabular
6048 <lyxtabular version="3" rows="9" columns="2">
6049 <features tabularvalignment="middle">
6050 <column alignment="center" valignment="top" width="0pt">
6051 <column alignment="center" valignment="top" width="0pt">
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 コマンド
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 出力
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 )
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 \begin_inset Formula $)$
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 </row>
6095 <row>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 }
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Formula $\}$
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 </row>
6118 <row>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 ]
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Formula $]$
6133 \end_inset
6134
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 </row>
6141 <row>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146
6147 \backslash
6148 rangle
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 \begin_inset Formula $\rangle$
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \backslash
6173 rceil
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 \begin_inset Formula $\rceil$
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196
6197 \backslash
6198 rfloor
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 \begin_inset Formula $\rfloor$
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221
6222 \backslash
6223
6224 \backslash
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 \begin_inset Formula $\backslash$
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \backslash
6250
6251 \begin_inset Formula $|$
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 \begin_inset Formula $\|$
6264 \end_inset
6265
6266
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 </row>
6272 </lyxtabular>
6273
6274 \end_inset
6275
6276
6277 \begin_inset space \hfill{}
6278 \end_inset
6279
6280
6281 \end_layout
6282
6283 \begin_layout Standard
6284 \begin_inset Note Greyedout
6285 status open
6286
6287 \begin_layout Plain Layout
6288
6289 \series bold
6290 (注意)
6291 \series default
6292 TeXモードでは、
6293 \backslash
6294
6295 \backslash
6296 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6297 \series bold
6298
6299 \backslash
6300 textbackslash
6301 \series default
6302
6303 \begin_inset Index idx
6304 status collapsed
6305
6306 \begin_layout Plain Layout
6307 こまんど@コマンド! T ! 
6308 \backslash
6309 textbackslash
6310 \end_layout
6311
6312 \end_inset
6313
6314 を使わなくてはなりません。
6315 \end_layout
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6324 \series bold
6325
6326 \backslash
6327 langle
6328 \series default
6329
6330 \series bold
6331
6332 \backslash
6333 rangle
6334 \series default
6335 コマンドを使用せずに
6336 \begin_inset Formula $<$
6337 \end_inset
6338
6339
6340 \begin_inset Formula $>$
6341 \end_inset
6342
6343 の文字を直接使用することができます。
6344 \end_layout
6345
6346 \begin_layout Subsubsection
6347 手動の括弧丈
6348 \begin_inset CommandInset label
6349 LatexCommand label
6350 name "sub:手動の括弧丈"
6351
6352 \end_inset
6353
6354
6355 \begin_inset Index idx
6356 status collapsed
6357
6358 \begin_layout Plain Layout
6359 かっこたけ@括弧丈 ! しゅどう@手動
6360 \end_layout
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \begin_layout Standard
6368 括弧の丈は、LaTeXコマンドの
6369 \series bold
6370
6371 \backslash
6372 big
6373 \series default
6374
6375 \begin_inset Index idx
6376 status collapsed
6377
6378 \begin_layout Plain Layout
6379 こまんど@コマンド ! B ! 
6380 \backslash
6381 big
6382 \end_layout
6383
6384 \end_inset
6385
6386
6387 \series bold
6388
6389 \backslash
6390 Big
6391 \series default
6392
6393 \series bold
6394
6395 \backslash
6396 bigg
6397 \series default
6398 および
6399 \series bold
6400
6401 \backslash
6402 Bigg
6403 \series default
6404 を使って、手動で指定することができます。
6405 \series bold
6406
6407 \backslash
6408 big
6409 \series default
6410 が最小の大きさであり、
6411 \series bold
6412
6413 \backslash
6414 Bigg
6415 \series default
6416 が最大の括弧丈になります。
6417 \end_layout
6418
6419 \begin_layout Standard
6420 これらのコマンドは、括弧の階層を強調するのに使われます。
6421 \end_layout
6422
6423 \begin_layout Standard
6424 \align center
6425 \begin_inset Tabular
6426 <lyxtabular version="3" rows="2" columns="2">
6427 <features tabularvalignment="middle">
6428 <column alignment="center" valignment="top" width="0pt">
6429 <column alignment="center" valignment="top" width="0pt">
6430 <row>
6431 <cell alignment="center" valignment="top" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 すべての括弧が同じ大きさ:
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 </row>
6453 <row>
6454 <cell alignment="center" valignment="top" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 こちらの方が良い:
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 </row>
6476 </lyxtabular>
6477
6478 \end_inset
6479
6480
6481 \begin_inset Note Note
6482 status collapsed
6483
6484 \begin_layout Plain Layout
6485 ここで
6486 \series bold
6487
6488 \backslash
6489 raisebox
6490 \series default
6491 はスペーサーとして使用しているだけです。
6492 \end_layout
6493
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \begin_layout Standard
6500 二つ目の数式では、
6501 \series bold
6502
6503 \backslash
6504 Big((A+B)(A-B)
6505 \backslash
6506 Big)^
6507 \begin_inset ERT
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511
6512
6513 \backslash
6514 spce 
6515 \end_layout
6516
6517 \end_inset
6518
6519 C
6520 \series default
6521 というコマンドが使われています。
6522 \end_layout
6523
6524 \begin_layout Standard
6525 以下は、すべての括弧丈の羅列です。
6526 \end_layout
6527
6528 \begin_layout Standard
6529 \align center
6530
6531 \backslash
6532 Bigg(
6533 \backslash
6534 exp
6535 \backslash
6536 bigg
6537 \begin_inset Formula $<$
6538 \end_inset
6539
6540
6541 \backslash
6542 Big[
6543 \backslash
6544 big{
6545 \backslash
6546 ln(3x)
6547 \backslash
6548 big}^2
6549 \begin_inset ERT
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553
6554
6555 \backslash
6556 spce 
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \backslash
6563 sin(x)
6564 \backslash
6565 Big]^
6566 \begin_inset ERT
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570
6571
6572 \backslash
6573 spce 
6574 \end_layout
6575
6576 \end_inset
6577
6578 A
6579 \begin_inset ERT
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583
6584
6585 \backslash
6586 spce 
6587 \end_layout
6588
6589 \end_inset
6590
6591
6592 \backslash
6593 bigg
6594 \begin_inset Formula $>$
6595 \end_inset
6596
6597
6598 \backslash
6599 Bigg)^0,5
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \align center
6604 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \begin_layout Standard
6611
6612 \series bold
6613
6614 \backslash
6615 big
6616 \series default
6617 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6618 \series bold
6619
6620 \backslash
6621 bigm
6622 \series default
6623
6624 \begin_inset Index idx
6625 status collapsed
6626
6627 \begin_layout Plain Layout
6628 こまんど@コマンド ! B ! 
6629 \backslash
6630 bigm
6631 \end_layout
6632
6633 \end_inset
6634
6635 という派生型と、空白を追加しない
6636 \series bold
6637
6638 \backslash
6639 bigl
6640 \series default
6641 -
6642 \series bold
6643
6644 \backslash
6645 bigr
6646 \series default
6647
6648 \begin_inset Index idx
6649 status collapsed
6650
6651 \begin_layout Plain Layout
6652 こまんど@コマンド ! B ! 
6653 \backslash
6654 bigl - 
6655 \backslash
6656 bigr
6657 \end_layout
6658
6659 \end_inset
6660
6661 派生型があります。
6662 \series bold
6663
6664 \backslash
6665 bigl
6666 \series default
6667 コマンドの最後の
6668 \emph on
6669 l
6670 \emph default
6671 は、左括弧であることを示し、右括弧の場合には、
6672 \emph on
6673 l
6674 \emph default
6675 の代わりに
6676 \emph on
6677 r
6678 \emph default
6679 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6680 \end_layout
6681
6682 \begin_layout Standard
6683 以下の表は、これらの派生型の比較です。
6684 \end_layout
6685
6686 \begin_layout Standard
6687 \align center
6688 \begin_inset Tabular
6689 <lyxtabular version="3" rows="5" columns="2">
6690 <features tabularvalignment="middle">
6691 <column alignment="center" valignment="middle" width="0">
6692 <column alignment="center" valignment="middle" width="0">
6693 <row>
6694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 コマンド
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 出力
6708 \begin_inset Note Note
6709 status collapsed
6710
6711 \begin_layout Plain Layout
6712 ここで
6713 \series bold
6714
6715 \backslash
6716 raisebox
6717 \series default
6718 はスペーサーとして使用しているだけです。
6719 \end_layout
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 </row>
6729 <row>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \backslash
6736 Bigm(
6737 \backslash
6738 bigm(
6739 \backslash
6740 ln(3x)
6741 \backslash
6742 bigm)^2
6743 \series bold
6744
6745 \begin_inset ERT
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749
6750
6751 \backslash
6752 spce 
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \series default
6759
6760 \backslash
6761 Bigm)
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 </row>
6779 <row>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \backslash
6786 Big(
6787 \backslash
6788 big(
6789 \backslash
6790 ln(3x)
6791 \backslash
6792 big)^2
6793 \series bold
6794
6795 \begin_inset ERT
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799
6800
6801 \backslash
6802 spce 
6803 \end_layout
6804
6805 \end_inset
6806
6807
6808 \series default
6809
6810 \backslash
6811 Big)
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6821 \end_inset
6822
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834
6835 \backslash
6836 Bigl(
6837 \backslash
6838 bigl(
6839 \backslash
6840 ln(3x)
6841 \backslash
6842 bigr)^2
6843 \series bold
6844
6845 \begin_inset ERT
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849
6850
6851 \backslash
6852 spce 
6853 \end_layout
6854
6855 \end_inset
6856
6857
6858 \series default
6859
6860 \backslash
6861 Bigr)
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6871 \end_inset
6872
6873
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 </row>
6879 <row>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884
6885 \backslash
6886 bigl)
6887 \backslash
6888 ln(3x)
6889 \backslash
6890 bigr(
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 </lyxtabular>
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \begin_layout Subsubsection
6916 自動の括弧丈
6917 \begin_inset CommandInset label
6918 LatexCommand label
6919 name "sub:自動の括弧丈"
6920
6921 \end_inset
6922
6923
6924 \begin_inset Index idx
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928 かっこたけ@括弧丈 ! じどう@自動
6929 \end_layout
6930
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \begin_layout Standard
6937 可変の丈を持つ括弧は、
6938 \series bold
6939
6940 \backslash
6941 left
6942 \series default
6943
6944 \begin_inset Index idx
6945 status collapsed
6946
6947 \begin_layout Plain Layout
6948 こまんど@コマンド ! L ! 
6949 \backslash
6950 left
6951 \end_layout
6952
6953 \end_inset
6954
6955 コマンドおよび
6956 \series bold
6957
6958 \backslash
6959 right
6960 \series default
6961
6962 \begin_inset Index idx
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966 こまんど@コマンド ! R ! 
6967 \backslash
6968 right
6969 \end_layout
6970
6971 \end_inset
6972
6973 コマンド、あるいは数式ツールバーボタンの
6974 \begin_inset Graphics
6975         filename ../../images/dialog-show_mathdelimiter.png
6976         scale 85
6977
6978 \end_inset
6979
6980 で挿入することができます。
6981 \series bold
6982
6983 \backslash
6984 left
6985 \series default
6986 および
6987 \series bold
6988
6989 \backslash
6990 right
6991 \series default
6992 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6993 \end_layout
6994
6995 \begin_layout Standard
6996 \align center
6997 通常の括弧:
6998 \series bold
6999
7000 \backslash
7001 ln(
7002 \backslash
7003 frac
7004 \begin_inset ERT
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008
7009
7010 \backslash
7011 spce 
7012 \end_layout
7013
7014 \end_inset
7015
7016 A
7017 \begin_inset Formula $\downarrow$
7018 \end_inset
7019
7020 C
7021 \begin_inset ERT
7022 status collapsed
7023
7024 \begin_layout Plain Layout
7025
7026
7027 \backslash
7028 spce 
7029 \end_layout
7030
7031 \end_inset
7032
7033 )
7034 \series default
7035 というコマンドは
7036 \begin_inset Formula \[
7037 \ln(\frac{A}{C})
7038 \]
7039
7040 \end_inset
7041
7042 を生成します。
7043 \end_layout
7044
7045 \begin_layout Standard
7046 \align center
7047 複数行の括弧:
7048 \series bold
7049
7050 \backslash
7051 ln
7052 \backslash
7053 left(
7054 \backslash
7055 frac
7056 \begin_inset ERT
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060
7061
7062 \backslash
7063 spce 
7064 \end_layout
7065
7066 \end_inset
7067
7068 A
7069 \begin_inset Formula $\downarrow$
7070 \end_inset
7071
7072 C
7073 \begin_inset ERT
7074 status collapsed
7075
7076 \begin_layout Plain Layout
7077
7078
7079 \backslash
7080 spce 
7081 \end_layout
7082
7083 \end_inset
7084
7085
7086 \backslash
7087 right)
7088 \series default
7089 というコマンドは
7090 \begin_inset Formula \[
7091 \ln\left(\frac{A}{C}\right)
7092 \]
7093
7094 \end_inset
7095
7096 を生成します。
7097 \end_layout
7098
7099 \begin_layout Standard
7100
7101 \series bold
7102
7103 \backslash
7104 left
7105 \series default
7106
7107 \series bold
7108
7109 \backslash
7110 right
7111 \series default
7112 の代わりに、短絡キー
7113 \family sans
7114 Alt+M
7115 \begin_inset space ~
7116 \end_inset
7117
7118 括弧
7119 \family default
7120 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7121 \begin_inset Newline newline
7122 \end_inset
7123
7124 すると、先ほどの例を作るコマンドは
7125 \series bold
7126
7127 \backslash
7128 ln Alt+M
7129 \series default
7130  
7131 \series bold
7132 (
7133 \backslash
7134 frac
7135 \begin_inset ERT
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139
7140
7141 \backslash
7142 spce 
7143 \end_layout
7144
7145 \end_inset
7146
7147 A
7148 \begin_inset Formula $\downarrow$
7149 \end_inset
7150
7151 C
7152 \series default
7153 となります。
7154 \end_layout
7155
7156 \begin_layout Standard
7157 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7158 \series bold
7159
7160 \backslash
7161 left.
7162 \backslash
7163 frac
7164 \begin_inset ERT
7165 status collapsed
7166
7167 \begin_layout Plain Layout
7168
7169
7170 \backslash
7171 spce 
7172 \end_layout
7173
7174 \end_inset
7175
7176 A
7177 \begin_inset Formula $\downarrow$
7178 \end_inset
7179
7180 B
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 spce 
7189 \end_layout
7190
7191 \end_inset
7192
7193
7194 \backslash
7195 right}
7196 \series default
7197 というコマンドは
7198 \series bold
7199
7200 \begin_inset Formula \[
7201 \left.\frac{A}{B}\right\} 
7202 \]
7203
7204 \end_inset
7205
7206 を生成します。
7207 \backslash
7208 left
7209 \series default
7210 コマンドおよび
7211 \series bold
7212
7213 \backslash
7214 right
7215 \series default
7216 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \begin_inset VSpace bigskip
7221 \end_inset
7222
7223 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7224 \series bold
7225
7226 \backslash
7227 middle
7228 \series default
7229
7230 \begin_inset Index idx
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 こまんど@コマンド ! M ! 
7235 \backslash
7236 middle
7237 \end_layout
7238
7239 \end_inset
7240
7241 コマンドも使用することができます
7242 \begin_inset Foot
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247 \series bold
7248 (訳註)
7249 \series default
7250 pLaTeXでは、標準では
7251 \series bold
7252
7253 \backslash
7254 middle
7255 \series default
7256 コマンドは使えません。よって、以下の例では「
7257 \series bold
7258
7259 \backslash
7260 middle
7261 \series default
7262
7263 \begin_inset Formula $|$
7264 \end_inset
7265
7266 」の代わりに「
7267 \series bold
7268
7269 \backslash
7270 biggm
7271 \series default
7272
7273 \begin_inset Formula $|$
7274 \end_inset
7275
7276 」を用いています。
7277 \end_layout
7278
7279 \end_inset
7280
7281 。このコマンドでは、物理ベクトル
7282 \begin_inset Formula \[
7283 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7284 \]
7285
7286 \end_inset
7287
7288 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7289 \begin_inset CommandInset ref
7290 LatexCommand ref
7291 reference "sub:物理ベクトル"
7292
7293 \end_inset
7294
7295 節に説明されているように特殊なLaTeXパッケージがあります。
7296 \end_layout
7297
7298 \begin_layout Subsection
7299 水平括弧
7300 \begin_inset Index idx
7301 status collapsed
7302
7303 \begin_layout Plain Layout
7304 かっこ@括弧 ! すいへい@水平
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \begin_layout Standard
7313 \align center
7314 \begin_inset Tabular
7315 <lyxtabular version="3" rows="4" columns="2">
7316 <features tabularvalignment="middle">
7317 <column alignment="center" valignment="top" width="0pt">
7318 <column alignment="center" valignment="top" width="0pt">
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 コマンド
7325 \begin_inset Note Note
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329 ここで
7330 \series bold
7331
7332 \backslash
7333 raisebox
7334 \series default
7335 はスペーサーとして使用しているだけです。
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 出力
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset ERT
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364
7365
7366 \backslash
7367 raisebox{2.3mm}{
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \backslash
7374 overbrace
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 spce 
7383 \end_layout
7384
7385 \end_inset
7386
7387 A+B
7388 \begin_inset ERT
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392
7393
7394 \backslash
7395 spce 
7396 \end_layout
7397
7398 \end_inset
7399
7400 ^
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 3
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419 }
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \begin_inset Index idx
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 こまんど@コマンド ! O ! 
7430 \backslash
7431 overbrace
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 \begin_inset Formula $\overbrace{A+B}^{3}$
7446 \end_inset
7447
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row>
7455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 raisebox{-2.2mm}{
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \backslash
7473 underbrace
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 A+B
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 _5
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 }
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Index idx
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 こまんど@コマンド ! U ! 
7516 \backslash
7517 underbrace
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\underbrace{A+B}_{5}$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \backslash
7547 overbrace
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 spce 
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \backslash
7562 underbrace
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 spce 
7571 \end_layout
7572
7573 \end_inset
7574
7575 A+B_w
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 _7
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 spce 
7623 \end_layout
7624
7625 \end_inset
7626
7627 ^
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 C
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 </lyxtabular>
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \begin_layout Standard
7666 最後の例では、
7667 \series bold
7668
7669 \backslash
7670 overbrace
7671 \series default
7672 が先に挿入されようが
7673 \series bold
7674
7675 \backslash
7676 underbrace
7677 \series default
7678 が先に挿入されようが代わりはありません。
7679 \end_layout
7680
7681 \begin_layout Standard
7682 \begin_inset VSpace bigskip
7683 \end_inset
7684
7685 括弧をお互いに重ねる必要がある場合には、第
7686 \begin_inset CommandInset ref
7687 LatexCommand ref
7688 reference "sec:多行数式"
7689
7690 \end_inset
7691
7692 節に説明されているように、次のような多行数式を使わなくてはなりません。
7693 \begin_inset Formula \begin{eqnarray*}
7694 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7695  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7696 \end{eqnarray*}
7697
7698 \end_inset
7699
7700 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7701 \begin_inset Foot
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705 空白コマンドは第
7706 \begin_inset CommandInset ref
7707 LatexCommand ref
7708 reference "sub:定義済みの空白"
7709
7710 \end_inset
7711
7712 章に説明があります。
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \series bold
7719
7720 \backslash
7721 :
7722 \series default
7723 を最初の
7724 \begin_inset Formula $d$
7725 \end_inset
7726
7727 の前に挿入しておくことが重要です。さもないと、
7728 \begin_inset Formula $q$
7729 \end_inset
7730
7731 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7732 \begin_inset Foot
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 これは、括弧が文字として取り扱われないためです。第
7737 \begin_inset CommandInset ref
7738 LatexCommand ref
7739 reference "sub:二項演算子"
7740
7741 \end_inset
7742
7743 章参照。
7744 \end_layout
7745
7746 \end_inset
7747
7748 ためです。二行目には、二つめの括弧が挿入されています。
7749 \begin_inset Formula $b$
7750 \end_inset
7751
7752 の直前から始まるようにするために、まず
7753 \series bold
7754
7755 \backslash
7756 hphantom{gggg+
7757 \backslash
7758 :}
7759 \series default
7760 というコマンド
7761 \begin_inset Foot
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767
7768 \backslash
7769 hphantom
7770 \series default
7771 に関する詳細は、第
7772 \begin_inset CommandInset ref
7773 LatexCommand ref
7774 reference "sub:空打ち文字"
7775
7776 \end_inset
7777
7778 章を参照してください。
7779 \end_layout
7780
7781 \end_inset
7782
7783 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7784 \series bold
7785
7786 \backslash
7787 hphantom{bbqq+dddd}
7788 \series default
7789 コマンドの下に置きます。
7790 \end_layout
7791
7792 \begin_layout Standard
7793 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 setlength{
7802 \backslash
7803 jot}{-6pt}
7804 \end_layout
7805
7806 \end_inset
7807
7808
7809 \begin_inset Formula \begin{eqnarray*}
7810  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7811 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7812 \end{eqnarray*}
7813
7814 \end_inset
7815
7816
7817 \begin_inset ERT
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821
7822
7823 \backslash
7824 setlength{
7825 \backslash
7826 jot}{3pt}
7827 \end_layout
7828
7829 \end_inset
7830
7831 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7832 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7833 \begin_inset Foot
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837 \begin_inset CommandInset href
7838 LatexCommand href
7839 name "LyX-bug #1505"
7840 target "http://www.lyx.org/trac/ticket/1505"
7841
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848
7849 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7850 \series bold
7851 setlength{
7852 \backslash
7853 jot}{-6pt}
7854 \series default
7855 というコマンドを入れて、大域的な数式行間
7856 \series bold
7857
7858 \backslash
7859 jot
7860 \series default
7861
7862 \begin_inset Index idx
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866 こまんど@コマンド ! J ! 
7867 \backslash
7868 jot
7869 \end_layout
7870
7871 \end_inset
7872
7873 を-6
7874 \begin_inset space \thinspace{}
7875 \end_inset
7876
7877 ptに変更しなくてはなりません。
7878 \series bold
7879
7880 \backslash
7881 jot
7882 \series default
7883 は、数式直後に同様のコマンドを使って標準値の3
7884 \begin_inset space \thinspace{}
7885 \end_inset
7886
7887 ptに戻します。数式中の行間について、詳しくは第
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "sub:行間"
7891
7892 \end_inset
7893
7894 章に説明があります。
7895 \end_layout
7896
7897 \begin_layout Section
7898 矢印
7899 \begin_inset Index idx
7900 status collapsed
7901
7902 \begin_layout Plain Layout
7903 やじるし@矢印
7904 \end_layout
7905
7906 \end_inset
7907
7908
7909 \end_layout
7910
7911 \begin_layout Standard
7912 矢印は、数式ツールバーボタンの
7913 \begin_inset Graphics
7914         filename ../../images/math/leftarrow.png
7915         scale 85
7916
7917 \end_inset
7918
7919 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7920 \end_layout
7921
7922 \begin_layout Standard
7923 \begin_inset Newpage newpage
7924 \end_inset
7925
7926
7927 \end_layout
7928
7929 \begin_layout Subsection
7930 水平矢印
7931 \begin_inset Index idx
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935 やじるし@矢印 ! すいへい@水平
7936 \end_layout
7937
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \begin_layout Standard
7944 \begin_inset space \hfill{}
7945 \end_inset
7946
7947
7948 \begin_inset Tabular
7949 <lyxtabular version="3" rows="8" columns="2">
7950 <features tabularvalignment="middle">
7951 <column alignment="center" valignment="top" width="0pt">
7952 <column alignment="center" valignment="top" width="0pt">
7953 <row>
7954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 コマンド
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 出力
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \backslash
7980 gets
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 \begin_inset Formula $\gets$
7990 \end_inset
7991
7992
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \backslash
8005 Leftarrow
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 \begin_inset Formula $\Leftarrow$
8015 \end_inset
8016
8017
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 </row>
8023 <row>
8024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \backslash
8030 longleftarrow
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 \begin_inset Formula $\longleftarrow$
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \backslash
8055 Longleftarrow
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 \begin_inset Formula $\Longleftarrow$
8065 \end_inset
8066
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \backslash
8080 leftharpoonup
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 \begin_inset Formula $\leftharpoonup$
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \backslash
8105 leftharpoondown
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 \begin_inset Formula $\leftharpoondown$
8115 \end_inset
8116
8117
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \backslash
8130 hookleftarrow
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 \begin_inset Formula $\hookleftarrow$
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 </lyxtabular>
8149
8150 \end_inset
8151
8152
8153 \begin_inset space \hfill{}
8154 \end_inset
8155
8156
8157 \begin_inset Tabular
8158 <lyxtabular version="3" rows="8" columns="2">
8159 <features tabularvalignment="middle">
8160 <column alignment="center" valignment="top" width="0pt">
8161 <column alignment="center" valignment="top" width="0pt">
8162 <row>
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 コマンド
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 出力
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \backslash
8189 to
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 \begin_inset Formula $\to$
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \backslash
8214 Rightarrow
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 \begin_inset Formula $\Rightarrow$
8224 \end_inset
8225
8226
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \backslash
8239 longrightarrow
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 \begin_inset Formula $\longrightarrow$
8249 \end_inset
8250
8251
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \backslash
8264 Longrightarrow
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 \begin_inset Formula $\Longrightarrow$
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 rightharpoonup
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\rightharpoonup$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 rightharpoondown
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\rightharpoondown$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 hookrightarrow
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\hookrightarrow$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 </lyxtabular>
8358
8359 \end_inset
8360
8361
8362 \begin_inset space \hfill{}
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \begin_layout Standard
8369 \begin_inset space \hfill{}
8370 \end_inset
8371
8372
8373 \begin_inset Tabular
8374 <lyxtabular version="3" rows="6" columns="2">
8375 <features tabularvalignment="middle">
8376 <column alignment="center" valignment="top" width="0pt">
8377 <column alignment="center" valignment="top" width="0pt">
8378 <row>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 コマンド
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 出力
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \backslash
8405 leftrightarrow
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 \begin_inset Formula $\leftrightarrow$
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430 Leftrightarrow
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 \begin_inset Formula $\Leftrightarrow$
8440 \end_inset
8441
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \backslash
8455 longleftrightarrow
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 \begin_inset Formula $\longleftrightarrow$
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \backslash
8480 Longleftrightarrow
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 \begin_inset Formula $\Longleftrightarrow$
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \backslash
8505 rightleftharpoons
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 \begin_inset Formula $\rightleftharpoons$
8515 \end_inset
8516
8517
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 </lyxtabular>
8524
8525 \end_inset
8526
8527
8528 \begin_inset space \hspace{}
8529 \length 25pt
8530 \end_inset
8531
8532
8533 \begin_inset space \hfill{}
8534 \end_inset
8535
8536
8537 \begin_inset Tabular
8538 <lyxtabular version="3" rows="5" columns="2">
8539 <features tabularvalignment="middle">
8540 <column alignment="center" valignment="top" width="0pt">
8541 <column alignment="center" valignment="top" width="0pt">
8542 <row>
8543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 コマンド
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 出力
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 mapsto
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\mapsto$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 longmapsto
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 \begin_inset Formula $\longmapsto$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \backslash
8619 leadsto
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 \begin_inset Formula $\leadsto$
8629 \end_inset
8630
8631
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \backslash
8644 dasharrow
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 \begin_inset Formula $\dasharrow$
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 </lyxtabular>
8663
8664 \end_inset
8665
8666
8667 \begin_inset space \hfill{}
8668 \end_inset
8669
8670
8671 \end_layout
8672
8673 \begin_layout Standard
8674 \begin_inset VSpace medskip
8675 \end_inset
8676
8677 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8678 \begin_inset CommandInset ref
8679 LatexCommand ref
8680 reference "sec:アクセント"
8681
8682 \end_inset
8683
8684 節に一覧があります。
8685 \end_layout
8686
8687 \begin_layout Standard
8688 \begin_inset VSpace bigskip
8689 \end_inset
8690
8691 さらに、ラベル付き矢印
8692 \begin_inset Index idx
8693 status collapsed
8694
8695 \begin_layout Plain Layout
8696 やじるし@矢印 ! らべるつき@ラベル付き
8697 \end_layout
8698
8699 \end_inset
8700
8701 として、
8702 \series bold
8703
8704 \backslash
8705 xleftarrow
8706 \series default
8707
8708 \begin_inset Index idx
8709 status collapsed
8710
8711 \begin_layout Plain Layout
8712 こまんど@コマンド ! X ! 
8713 \backslash
8714 xleftarrow
8715 \end_layout
8716
8717 \end_inset
8718
8719
8720 \series bold
8721
8722 \backslash
8723 xrightarrow
8724 \series default
8725
8726 \begin_inset Index idx
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 こまんど@コマンド ! X ! 
8731 \backslash
8732 xrightarrow
8733 \begin_inset ERT
8734 status collapsed
8735
8736 \begin_layout Plain Layout
8737
8738
8739 \backslash
8740 vspace{4mm}
8741 \end_layout
8742
8743 \end_inset
8744
8745
8746 \end_layout
8747
8748 \end_inset
8749
8750 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8751 ます。
8752 \end_layout
8753
8754 \begin_layout Standard
8755 \align center
8756 \begin_inset Tabular
8757 <lyxtabular version="3" rows="3" columns="2">
8758 <features tabularvalignment="middle">
8759 <column alignment="center" valignment="top" width="0pt">
8760 <column alignment="center" valignment="top" width="0pt">
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 コマンド
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 出力
8776 \begin_inset Note Note
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780 ここで
8781 \series bold
8782
8783 \backslash
8784 raisebox
8785 \series default
8786 はスペーサーとして使用しているだけです。
8787 \end_layout
8788
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 F(a)
8803 \backslash
8804 xleftarrow
8805 \begin_inset ERT
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809
8810
8811 \backslash
8812 spce 
8813 \end_layout
8814
8815 \end_inset
8816
8817 x=a
8818 \begin_inset Formula $\downarrow$
8819 \end_inset
8820
8821 x
8822 \begin_inset Formula $>$
8823 \end_inset
8824
8825 0
8826 \begin_inset Formula $\to$
8827 \end_inset
8828
8829 F(x)
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 F(x)
8853 \backslash
8854 xrightarrow
8855 \begin_inset ERT
8856 status collapsed
8857
8858 \begin_layout Plain Layout
8859
8860
8861 \backslash
8862 spce 
8863 \end_layout
8864
8865 \end_inset
8866
8867 x=a
8868 \begin_inset Formula $\downarrow$
8869 \end_inset
8870
8871 x
8872 \begin_inset Formula $>$
8873 \end_inset
8874
8875 0
8876 \begin_inset Formula $\to$
8877 \end_inset
8878
8879 F(a)
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 </lyxtabular>
8898
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \begin_layout Subsection
8905 垂直矢印および対角矢印
8906 \begin_inset Index idx
8907 status collapsed
8908
8909 \begin_layout Plain Layout
8910 やじるし@矢印 ! たいかく@対角
8911 \end_layout
8912
8913 \end_inset
8914
8915
8916 \begin_inset Index idx
8917 status collapsed
8918
8919 \begin_layout Plain Layout
8920 やじるし@矢印 ! すいちょく@垂直
8921 \end_layout
8922
8923 \end_inset
8924
8925
8926 \end_layout
8927
8928 \begin_layout Standard
8929 \begin_inset space \hfill{}
8930 \end_inset
8931
8932
8933 \begin_inset Tabular
8934 <lyxtabular version="3" rows="7" columns="2">
8935 <features tabularvalignment="middle">
8936 <column alignment="center" valignment="top" width="0pt">
8937 <column alignment="center" valignment="top" width="0pt">
8938 <row>
8939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 コマンド
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 出力
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \backslash
8965 uparrow
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 \begin_inset Formula $\uparrow$
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 Uparrow
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 \begin_inset Formula $\Uparrow$
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \backslash
9015 updownarrow
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 \begin_inset Formula $\updownarrow$
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \backslash
9040 Updownarrow
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\Updownarrow$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 Downarrow
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\Downarrow$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 downarrow
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\downarrow$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 </lyxtabular>
9109
9110 \end_inset
9111
9112
9113 \begin_inset space \hfill{}
9114 \end_inset
9115
9116
9117 \begin_inset Tabular
9118 <lyxtabular version="3" rows="5" columns="2">
9119 <features tabularvalignment="middle">
9120 <column alignment="center" valignment="top" width="0pt">
9121 <column alignment="center" valignment="top" width="0pt">
9122 <row>
9123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 コマンド
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 出力
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \backslash
9149 nearrow
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\nearrow$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 searrow
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 \begin_inset Formula $\searrow$
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \backslash
9199 swarrow
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 \begin_inset Formula $\swarrow$
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \backslash
9224 nwarrow
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 \begin_inset Formula $\nwarrow$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 </lyxtabular>
9243
9244 \end_inset
9245
9246
9247 \begin_inset space \hfill{}
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \begin_layout Standard
9254 \begin_inset VSpace medskip
9255 \end_inset
9256
9257 垂直矢印は、第
9258 \begin_inset CommandInset ref
9259 LatexCommand ref
9260 reference "sub:手動の括弧丈"
9261
9262 \end_inset
9263
9264 節および第
9265 \begin_inset CommandInset ref
9266 LatexCommand ref
9267 reference "sub:自動の括弧丈"
9268
9269 \end_inset
9270
9271 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9272 \end_layout
9273
9274 \begin_layout Standard
9275 \begin_inset Newpage newpage
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Section
9282 アクセント
9283 \begin_inset CommandInset label
9284 LatexCommand label
9285 name "sec:アクセント"
9286
9287 \end_inset
9288
9289
9290 \begin_inset Index idx
9291 status collapsed
9292
9293 \begin_layout Plain Layout
9294 あくせんと@アクセント
9295 \end_layout
9296
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \begin_layout Standard
9303 アクセントは、数式ツールバーボタンの
9304 \begin_inset Graphics
9305         filename ../../images/math/hat.png
9306         scale 85
9307
9308 \end_inset
9309
9310 か、以下の各小節に列挙してあるコマンドで入力することができます。
9311 \end_layout
9312
9313 \begin_layout Subsection
9314 一文字に付けるアクセント
9315 \begin_inset ERT
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319
9320
9321 \backslash
9322 texorpdfstring{
9323 \end_layout
9324
9325 \end_inset
9326
9327
9328 \begin_inset Foot
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332 本文中のアクセントについては、第
9333 \begin_inset CommandInset ref
9334 LatexCommand ref
9335 reference "sub:文章中のアクセント"
9336
9337 \end_inset
9338
9339 節を参照。
9340 \end_layout
9341
9342 \end_inset
9343
9344
9345 \begin_inset ERT
9346 status collapsed
9347
9348 \begin_layout Plain Layout
9349
9350 }{}
9351 \end_layout
9352
9353 \end_inset
9354
9355
9356 \begin_inset Note Note
9357 status collapsed
9358
9359 \begin_layout Plain Layout
9360
9361 \series bold
9362
9363 \backslash
9364 texorpdfstring
9365 \series default
9366 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9367 \end_layout
9368
9369 \begin_layout Plain Layout
9370
9371 \series bold
9372
9373 \backslash
9374 texorpdfstring
9375 \series default
9376 についての詳細は、第
9377 \begin_inset CommandInset ref
9378 LatexCommand ref
9379 reference "sub:節見出し中の数式"
9380
9381 \end_inset
9382
9383 節にあります。
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \begin_inset CommandInset label
9390 LatexCommand label
9391 name "sub:一文字に付けるアクセント"
9392
9393 \end_inset
9394
9395
9396 \begin_inset Index idx
9397 status collapsed
9398
9399 \begin_layout Plain Layout
9400 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9401 \end_layout
9402
9403 \end_inset
9404
9405
9406 \end_layout
9407
9408 \begin_layout Standard
9409 \begin_inset space \hfill{}
9410 \end_inset
9411
9412
9413 \begin_inset Tabular
9414 <lyxtabular version="3" rows="8" columns="2">
9415 <features tabularvalignment="middle">
9416 <column alignment="center" valignment="top" width="0pt">
9417 <column alignment="center" valignment="top" width="0pt">
9418 <row>
9419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 コマンド
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 出力
9433 \begin_inset Note Note
9434 status collapsed
9435
9436 \begin_layout Plain Layout
9437 ここで
9438 \series bold
9439
9440 \backslash
9441 raisebox
9442 \series default
9443 はスペーサーとして使用しているだけです。
9444 \end_layout
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 dot
9462 \begin_inset ERT
9463 status collapsed
9464
9465 \begin_layout Plain Layout
9466
9467
9468 \backslash
9469 spce 
9470 \end_layout
9471
9472 \end_inset
9473
9474 A
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 </row>
9492 <row>
9493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \backslash
9499 ddot
9500 \begin_inset ERT
9501 status collapsed
9502
9503 \begin_layout Plain Layout
9504
9505
9506 \backslash
9507 spce 
9508 \end_layout
9509
9510 \end_inset
9511
9512 A
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 dddot
9538 \begin_inset ERT
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542
9543
9544 \backslash
9545 spce 
9546 \end_layout
9547
9548 \end_inset
9549
9550 A
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 ddddot
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 spce 
9584 \end_layout
9585
9586 \end_inset
9587
9588 A
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 vec
9614 \begin_inset ERT
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618
9619
9620 \backslash
9621 spce 
9622 \end_layout
9623
9624 \end_inset
9625
9626 A
9627 \begin_inset Index idx
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632 \lang english
9633 Vectors
9634 \end_layout
9635
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \backslash
9663 bar
9664 \begin_inset ERT
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669
9670 \backslash
9671 spce 
9672 \end_layout
9673
9674 \end_inset
9675
9676 A
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \backslash
9701 mathring
9702 \begin_inset ERT
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706
9707
9708 \backslash
9709 spce 
9710 \end_layout
9711
9712 \end_inset
9713
9714 A
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 </row>
9732 </lyxtabular>
9733
9734 \end_inset
9735
9736
9737 \begin_inset space \hfill{}
9738 \end_inset
9739
9740
9741 \begin_inset Tabular
9742 <lyxtabular version="3" rows="7" columns="2">
9743 <features tabularvalignment="middle">
9744 <column alignment="center" valignment="top" width="0pt">
9745 <column alignment="center" valignment="top" width="0pt">
9746 <row>
9747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 コマンド
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 出力
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \backslash
9773 tilde
9774 \begin_inset ERT
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779
9780 \backslash
9781 spce 
9782 \end_layout
9783
9784 \end_inset
9785
9786 A
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 hat
9812 \begin_inset ERT
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816
9817
9818 \backslash
9819 spce 
9820 \end_layout
9821
9822 \end_inset
9823
9824 A
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \backslash
9849 check
9850 \begin_inset ERT
9851 status collapsed
9852
9853 \begin_layout Plain Layout
9854
9855
9856 \backslash
9857 spce 
9858 \end_layout
9859
9860 \end_inset
9861
9862 A
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 acute
9888 \begin_inset ERT
9889 status collapsed
9890
9891 \begin_layout Plain Layout
9892
9893
9894 \backslash
9895 spce 
9896 \end_layout
9897
9898 \end_inset
9899
9900 A
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9910 \end_inset
9911
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \backslash
9925 grave
9926 \begin_inset ERT
9927 status collapsed
9928
9929 \begin_layout Plain Layout
9930
9931
9932 \backslash
9933 spce 
9934 \end_layout
9935
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \backslash
9963 breve
9964 \begin_inset ERT
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969
9970 \backslash
9971 spce 
9972 \end_layout
9973
9974 \end_inset
9975
9976 A
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 </row>
9994 </lyxtabular>
9995
9996 \end_inset
9997
9998
9999 \begin_inset space \hfill{}
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \begin_layout Standard
10006 \begin_inset VSpace bigskip
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \begin_layout Standard
10013 \begin_inset ERT
10014 status collapsed
10015
10016 \begin_layout Plain Layout
10017
10018
10019 \backslash
10020 '{e}
10021 \end_layout
10022
10023 \end_inset
10024
10025 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10026 \begin_inset Index idx
10027 status collapsed
10028
10029 \begin_layout Plain Layout
10030 うむらうと@ウムラウト
10031 \end_layout
10032
10033 \end_inset
10034
10035 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10036 として取り扱います。
10037 \series bold
10038
10039 \backslash
10040 ddot
10041 \series default
10042 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10043 \end_layout
10044
10045 \begin_layout Standard
10046 \begin_inset VSpace -2mm
10047 \end_inset
10048
10049
10050 \end_layout
10051
10052 \begin_layout Standard
10053 \align center
10054 \begin_inset Tabular
10055 <lyxtabular version="3" rows="3" columns="2">
10056 <features tabularvalignment="middle">
10057 <column alignment="center" valignment="top" width="0">
10058 <column alignment="center" valignment="top" width="0">
10059 <row>
10060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 コマンド
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 出力
10074 \begin_inset Note Note
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078 ここで
10079 \series bold
10080
10081 \backslash
10082 raisebox
10083 \series default
10084 および0ポイント空白はスペーサーとして使用しているだけです。
10085 \end_layout
10086
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 \begin_inset Quotes grd
10101 \end_inset
10102
10103 i
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \lang ngerman
10114 \begin_inset space \hspace{}
10115 \length 0pt
10116 \end_inset
10117
10118
10119 \begin_inset Formula $"i$
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \backslash
10135 ddot
10136 \begin_inset ERT
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141
10142 \backslash
10143 spce 
10144 \end_layout
10145
10146 \end_inset
10147
10148 i
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 </lyxtabular>
10167
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \begin_layout Standard
10174
10175 \series bold
10176
10177 \backslash
10178 ddot
10179 \series default
10180 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10181 \emph on
10182 数式中テキストでは使用できない
10183 \emph default
10184 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10185 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10186 \end_layout
10187
10188 \begin_layout Standard
10189 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10190 \end_layout
10191
10192 \begin_layout Subsection
10193 演算子に付けるアクセント
10194 \begin_inset Index idx
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10199 \end_layout
10200
10201 \end_inset
10202
10203
10204 \end_layout
10205
10206 \begin_layout Standard
10207
10208 \series bold
10209
10210 \backslash
10211 overset
10212 \series default
10213
10214 \begin_inset Index idx
10215 status collapsed
10216
10217 \begin_layout Plain Layout
10218 こまんど@コマンド ! O ! 
10219 \backslash
10220 overset
10221 \end_layout
10222
10223 \end_inset
10224
10225 コマンドや
10226 \series bold
10227
10228 \backslash
10229 underset
10230 \series default
10231
10232 \begin_inset Index idx
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236 こまんど@コマンド ! U ! 
10237 \backslash
10238 underset
10239 \end_layout
10240
10241 \end_inset
10242
10243 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10244 \series bold
10245
10246 \backslash
10247 sideset
10248 \series default
10249
10250 \begin_inset Index idx
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254 こまんど@コマンド ! S ! 
10255 \backslash
10256 sideset
10257 \end_layout
10258
10259 \end_inset
10260
10261 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10262 \end_layout
10263
10264 \begin_layout Standard
10265
10266 \series bold
10267
10268 \backslash
10269 sideset{前置文字}{後置文字}
10270 \end_layout
10271
10272 \begin_layout Standard
10273
10274 \series bold
10275
10276 \backslash
10277 sideset
10278 \series default
10279 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10280 \series bold
10281
10282 \backslash
10283 sideset
10284 \series default
10285 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10286 \end_layout
10287
10288 \begin_layout Standard
10289 たとえば、
10290 \series bold
10291
10292 \backslash
10293 sideset{
10294 \begin_inset Formula $\to$
10295 \end_inset
10296
10297
10298 \backslash
10299 {
10300 \series default
10301 '
10302 \series bold
10303
10304 \begin_inset Formula $\to$
10305 \end_inset
10306
10307
10308 \backslash
10309 sum_k=1
10310 \begin_inset ERT
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314
10315
10316 \backslash
10317 spce 
10318 \end_layout
10319
10320 \end_inset
10321
10322
10323 \series default
10324 ^
10325 \series bold
10326 n
10327 \series default
10328 というコマンドを入力すると、
10329 \begin_inset Formula \[
10330 \sideset{}{'}\sum_{k=1}^{n}
10331 \]
10332
10333 \end_inset
10334
10335 のようになります。
10336 \end_layout
10337
10338 \begin_layout Standard
10339 また、
10340 \series bold
10341
10342 \backslash
10343 overset
10344 \begin_inset ERT
10345 status collapsed
10346
10347 \begin_layout Plain Layout
10348
10349
10350 \backslash
10351 spce 
10352 \end_layout
10353
10354 \end_inset
10355
10356
10357 \backslash
10358 maltese
10359 \begin_inset ERT
10360 status collapsed
10361
10362 \begin_layout Plain Layout
10363
10364
10365 \backslash
10366 spce 
10367 \end_layout
10368
10369 \end_inset
10370
10371
10372 \series default
10373
10374 \begin_inset Formula $\uparrow$
10375 \end_inset
10376
10377
10378 \series bold
10379 a
10380 \series default
10381 というコマンドならば、
10382 \begin_inset Formula \[
10383 \overset{a}{\maltese}
10384 \]
10385
10386 \end_inset
10387
10388 のようになります。最後の例からわかるように、
10389 \series bold
10390
10391 \backslash
10392 overset
10393 \series default
10394
10395 \series bold
10396
10397 \backslash
10398 underset
10399 \series default
10400 では、記号や文字にアクセントをつけることもできます。一方、
10401 \series bold
10402
10403 \backslash
10404 sideset
10405 \series default
10406 では、このようなことはできません。
10407 \end_layout
10408
10409 \begin_layout Subsection
10410 複数の文字に付けるアクセント
10411 \begin_inset Index idx
10412 status collapsed
10413
10414 \begin_layout Plain Layout
10415 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10416 \end_layout
10417
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \begin_layout Standard
10424 \begin_inset space \hfill{}
10425 \end_inset
10426
10427
10428 \begin_inset Tabular
10429 <lyxtabular version="3" rows="5" columns="2">
10430 <features tabularvalignment="middle">
10431 <column alignment="center" valignment="top" width="0pt">
10432 <column alignment="center" valignment="top" width="0pt">
10433 <row>
10434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 コマンド
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 出力
10448 \begin_inset Note Note
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452 ここで
10453 \series bold
10454
10455 \backslash
10456 raisebox
10457 \series default
10458 はスペーサーとして使用しているだけです。
10459 \end_layout
10460
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \backslash
10476 overleftarrow
10477 \begin_inset ERT
10478 status collapsed
10479
10480 \begin_layout Plain Layout
10481
10482
10483 \backslash
10484 spce 
10485 \end_layout
10486
10487 \end_inset
10488
10489 A=B
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \backslash
10514 underleftarrow
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 spce 
10523 \end_layout
10524
10525 \end_inset
10526
10527 A=B
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10537 \end_inset
10538
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \backslash
10552 overleftrightarrow
10553 \begin_inset ERT
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557
10558
10559 \backslash
10560 spce 
10561 \end_layout
10562
10563 \end_inset
10564
10565 A=B
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10575 \end_inset
10576
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \backslash
10590 underleftrightarrow
10591 \begin_inset ERT
10592 status collapsed
10593
10594 \begin_layout Plain Layout
10595
10596
10597 \backslash
10598 spce 
10599 \end_layout
10600
10601 \end_inset
10602
10603 A=B
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10613 \end_inset
10614
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 </lyxtabular>
10622
10623 \end_inset
10624
10625
10626 \begin_inset space \hfill{}
10627 \end_inset
10628
10629
10630 \begin_inset Tabular
10631 <lyxtabular version="3" rows="5" columns="2">
10632 <features tabularvalignment="middle">
10633 <column alignment="center" valignment="top" width="0pt">
10634 <column alignment="center" valignment="top" width="0pt">
10635 <row>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 コマンド
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 出力
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \backslash
10662 overrightarrow
10663 \begin_inset ERT
10664 status collapsed
10665
10666 \begin_layout Plain Layout
10667
10668
10669 \backslash
10670 spce 
10671 \end_layout
10672
10673 \end_inset
10674
10675 A=B
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10685 \end_inset
10686
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \backslash
10700 underrightarrow
10701 \begin_inset ERT
10702 status collapsed
10703
10704 \begin_layout Plain Layout
10705
10706
10707 \backslash
10708 spce 
10709 \end_layout
10710
10711 \end_inset
10712
10713 A=B
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \backslash
10738 widetilde
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 spce 
10747 \end_layout
10748
10749 \end_inset
10750
10751 A=B
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 widehat
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 spce 
10785 \end_layout
10786
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 </lyxtabular>
10808
10809 \end_inset
10810
10811
10812 \begin_inset space \hfill{}
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \begin_layout Standard
10819 \begin_inset VSpace medskip
10820 \end_inset
10821
10822 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10823 \series bold
10824
10825 \backslash
10826 widetilde
10827 \series default
10828 および
10829 \series bold
10830
10831 \backslash
10832 widehat
10833 \series default
10834 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10835 \begin_inset Formula \[
10836 \widetilde{A+B=C-D}
10837 \]
10838
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \begin_layout Standard
10845 前小節で述べた
10846 \series bold
10847
10848 \backslash
10849 overset
10850 \series default
10851
10852 \begin_inset Index idx
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856 こまんど@コマンド ! O ! 
10857 \backslash
10858 overset
10859 \end_layout
10860
10861 \end_inset
10862
10863 コマンドと
10864 \series bold
10865
10866 \backslash
10867 underset
10868 \series default
10869
10870 \begin_inset Index idx
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874 こまんど@コマンド ! U ! 
10875 \backslash
10876 underset
10877 \end_layout
10878
10879 \end_inset
10880
10881 コマンドを使っても、複数の文字にアクセントを付けることができます。
10882 \series bold
10883
10884 \backslash
10885 underset
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 spce 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \begin_inset Formula $\downarrow$
10900 \end_inset
10901
10902 ***
10903 \series default
10904 というコマンドは、
10905 \begin_inset Formula \[
10906 \underset{***}{A=B}
10907 \]
10908
10909 \end_inset
10910
10911 のようになります。
10912 \end_layout
10913
10914 \begin_layout Section
10915 空白
10916 \begin_inset CommandInset label
10917 LatexCommand label
10918 name "sub:空白"
10919
10920 \end_inset
10921
10922
10923 \begin_inset Index idx
10924 status collapsed
10925
10926 \begin_layout Plain Layout
10927 くうはく@空白 ! すいへい@水平
10928 \end_layout
10929
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Subsection
10936 定義済みの空白
10937 \begin_inset CommandInset label
10938 LatexCommand label
10939 name "sub:定義済みの空白"
10940
10941 \end_inset
10942
10943
10944 \begin_inset Index idx
10945 status collapsed
10946
10947 \begin_layout Plain Layout
10948 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10949 \end_layout
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Standard
10957 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10958 \begin_inset Info
10959 type  "shortcut"
10960 arg   "space-insert protected"
10961 \end_inset
10962
10963 )を挿入することで実現できます。「
10964 \color blue
10965
10966 \begin_inset ERT
10967 status collapsed
10968
10969 \begin_layout Plain Layout
10970
10971
10972 \backslash
10973 spce 
10974 \end_layout
10975
10976 \end_inset
10977
10978
10979 \color inherit
10980 」が現れるので、
10981 \family sans
10982 Space
10983 \family default
10984 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10985 \begin_inset Graphics
10986         filename ../../images/math/space.png
10987         scale 85
10988
10989 \end_inset
10990
10991 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10992 \family sans
10993 Space
10994 \family default
10995 を押すことによって、長さを変更することができます。
10996 \end_layout
10997
10998 \begin_layout Standard
10999 \noindent
11000 \align center
11001 \begin_inset Tabular
11002 <lyxtabular version="3" rows="3" columns="7">
11003 <features tabularvalignment="middle">
11004 <column alignment="center" valignment="middle" width="6.8cm">
11005 <column alignment="center" valignment="top" width="0">
11006 <column alignment="center" valignment="top" width="0">
11007 <column alignment="center" valignment="top" width="0">
11008 <column alignment="center" valignment="top" width="0">
11009 <column alignment="center" valignment="top" width="0">
11010 <column alignment="center" valignment="top" width="0">
11011 <row>
11012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 コマンド
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \backslash
11027 ,
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 :
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 ;
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 quad
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \backslash
11071 qquad
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \backslash
11082 !
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093 保護された空白を挿入したのち、
11094 \family sans
11095 Space
11096 \family default
11097 を叩く回数
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 0
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 1
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 2
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 3
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 4
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 5
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 出力
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 \begin_inset Formula $A\, B$
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 \begin_inset Formula $A\: B$
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 \begin_inset Formula $A\; B$
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 \begin_inset Formula $A\quad B$
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 \begin_inset Formula $A\qquad B$
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 \begin_inset Formula $A\! B$
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 </lyxtabular>
11241
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \begin_layout Standard
11248 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11249 さの空白があります。
11250 \end_layout
11251
11252 \begin_layout Standard
11253 \align center
11254 \begin_inset Tabular
11255 <lyxtabular version="3" rows="3" columns="3">
11256 <features tabularvalignment="middle">
11257 <column alignment="center" valignment="middle" width="6.8cm">
11258 <column alignment="center" valignment="top" width="0pt">
11259 <column alignment="center" valignment="top" width="0pt">
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 コマンド
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274
11275 \backslash
11276 negmedspace
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285
11286 \backslash
11287 negthickspace
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 <row>
11294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 保護された空白を挿入したのち、
11299 \family sans
11300 Space
11301 \family default
11302 を叩く回数
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 6
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 7
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 出力
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 \begin_inset Formula $A\negmedspace B$
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 \begin_inset Formula $A\negthickspace B$
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 </lyxtabular>
11362
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \begin_layout Standard
11369 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11370 \end_layout
11371
11372 \begin_layout Standard
11373 \align center
11374 \begin_inset Tabular
11375 <lyxtabular version="3" rows="3" columns="2">
11376 <features tabularvalignment="middle">
11377 <column alignment="center" valignment="top" width="0">
11378 <column alignment="center" valignment="top" width="0">
11379 <row>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 コマンド
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 出力
11394 \begin_inset Note Note
11395 status collapsed
11396
11397 \begin_layout Plain Layout
11398 ここで
11399 \series bold
11400
11401 \backslash
11402 raisebox
11403 \series default
11404 はスペーサーとして使用しているだけです。
11405 \end_layout
11406
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \backslash
11422 sum
11423 \backslash
11424 sum
11425 \begin_inset ERT
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429
11430
11431 \backslash
11432 spce 
11433 \end_layout
11434
11435 \end_inset
11436
11437 f_kl
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460
11461 \backslash
11462 sum
11463 \backslash
11464 negmedspace
11465 \backslash
11466 sum
11467 \begin_inset ERT
11468 status collapsed
11469
11470 \begin_layout Plain Layout
11471
11472
11473 \backslash
11474 spce 
11475 \end_layout
11476
11477 \end_inset
11478
11479 f_kl
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11506 \end_layout
11507
11508 \begin_layout Standard
11509 \align center
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="2" columns="2">
11512 <features tabularvalignment="middle">
11513 <column alignment="center" valignment="top" width="0pt">
11514 <column alignment="center" valignment="top" width="0pt">
11515 <row>
11516 <cell alignment="center" valignment="top" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 通常の数式
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 \begin_inset Formula $A=B$
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 \begin_inset Note Note
11544 status collapsed
11545
11546 \begin_layout Plain Layout
11547 ここで
11548 \series bold
11549
11550 \backslash
11551 raisebox
11552 \series default
11553 はスペーサーとして使用しているだけです。
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \begin_inset Formula $\raisebox{5mm}{}$
11560 \end_inset
11561
11562 空白なしの数式
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 \begin_inset Formula $A{=}B$
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 </lyxtabular>
11581
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \begin_layout Standard
11588 \noindent
11589 二行目の数式を作るコマンドは、
11590 \series bold
11591 A
11592 \backslash
11593 {=
11594 \begin_inset Formula $\to$
11595 \end_inset
11596
11597 B
11598 \series default
11599 です。
11600 \end_layout
11601
11602 \begin_layout Standard
11603 \begin_inset VSpace bigskip
11604 \end_inset
11605
11606 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11607 整形\SpecialChar \menuseparator
11608 小空白メニュー(短
11609 絡キー
11610 \begin_inset Info
11611 type  "shortcut"
11612 arg   "space-insert thin"
11613 \end_inset
11614
11615 )で、最小の空白を挿入することができます。
11616 \end_layout
11617
11618 \begin_layout Standard
11619 違いを示す例を以下に掲げます。
11620 \end_layout
11621
11622 \begin_layout Standard
11623 \begin_inset Tabular
11624 <lyxtabular version="3" rows="2" columns="2">
11625 <features tabularvalignment="middle">
11626 <column alignment="left" valignment="top" width="0">
11627 <column alignment="left" valignment="top" width="0">
11628 <row>
11629 <cell alignment="center" valignment="top" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 24 kW
11634 \begin_inset Formula $\cdot$
11635 \end_inset
11636
11637 h
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 値と単位のあいだに通常の空白を入れた例
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 24
11658 \begin_inset space \thinspace{}
11659 \end_inset
11660
11661 kW
11662 \begin_inset Formula $\cdot$
11663 \end_inset
11664
11665 h
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 値と単位のあいだに最小の空白を入れた例
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 </lyxtabular>
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \begin_layout Subsection
11688 可変長の空白
11689 \begin_inset ERT
11690 status collapsed
11691
11692 \begin_layout Plain Layout
11693
11694
11695 \backslash
11696 texorpdfstring{
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \begin_inset Foot
11703 status collapsed
11704
11705 \begin_layout Plain Layout
11706 数式中の垂直方向の空白については、第
11707 \begin_inset CommandInset ref
11708 LatexCommand ref
11709 reference "sub:行間"
11710
11711 \end_inset
11712
11713 節をご覧下さい。
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \begin_inset ERT
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723
11724 }{}
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \begin_inset Note Note
11731 status collapsed
11732
11733 \begin_layout Plain Layout
11734
11735 \backslash
11736 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11737 \end_layout
11738
11739 \begin_layout Plain Layout
11740
11741 \backslash
11742 texorpdfstringについての詳細は、第
11743 \begin_inset CommandInset ref
11744 LatexCommand ref
11745 reference "sub:節見出し中の数式"
11746
11747 \end_inset
11748
11749 節にあります。
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \begin_inset CommandInset label
11756 LatexCommand label
11757 name "sub:可変長の空白"
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 指定した長さの空白が、
11776 \series bold
11777
11778 \backslash
11779 hspace
11780 \series default
11781
11782 \begin_inset Index idx
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786 こまんど@コマンド ! H ! 
11787 \backslash
11788 hspace
11789 \end_layout
11790
11791 \end_inset
11792
11793 コマンドで入力することができます。すると、ながい「
11794 \color blue
11795
11796 \begin_inset ERT
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800
11801
11802 \backslash
11803 spce 
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \color inherit
11810 」が現れます。長さは、「
11811 \color blue
11812
11813 \begin_inset ERT
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817
11818
11819 \backslash
11820 spce 
11821 \end_layout
11822
11823 \end_inset
11824
11825
11826 \color inherit
11827 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11828 \series bold
11829
11830 \backslash
11831 hfill
11832 \series default
11833
11834 \begin_inset Index idx
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838 こまんど@コマンド ! H ! 
11839 \backslash
11840 hfill
11841 \end_layout
11842
11843 \end_inset
11844
11845 コマンドを使用します。
11846 \end_layout
11847
11848 \begin_layout Standard
11849 \begin_inset VSpace -1mm
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \align center
11857 \begin_inset Tabular
11858 <lyxtabular version="3" rows="4" columns="2">
11859 <features tabularvalignment="middle">
11860 <column alignment="center" valignment="top" width="0">
11861 <column alignment="center" valignment="top" width="0">
11862 <row>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 コマンド(
11868 \backslash
11869 hspace 長さ)
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 出力
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 A=B
11890 \backslash
11891 hspace
11892 \begin_inset ERT
11893 status collapsed
11894
11895 \begin_layout Plain Layout
11896
11897
11898 \backslash
11899 spce 
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset Formula $\to$
11906 \end_inset
11907
11908 A
11909 \backslash
11910 not=C (3
11911 \begin_inset space \thinspace{}
11912 \end_inset
11913
11914 cm)
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11924 \end_inset
11925
11926
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 </row>
11932 <row>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 A
11938 \backslash
11939 hspace
11940 \begin_inset ERT
11941 status collapsed
11942
11943 \begin_layout Plain Layout
11944
11945
11946 \backslash
11947 spce 
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \begin_inset Formula $\to$
11954 \end_inset
11955
11956 A
11957 \backslash
11958 not=A (-1
11959 \begin_inset space \thinspace{}
11960 \end_inset
11961
11962 mm)
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 <row>
11981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 A=A
11986 \backslash
11987 hfill
11988 \begin_inset ERT
11989 status collapsed
11990
11991 \begin_layout Plain Layout
11992
11993
11994 \backslash
11995 spce 
11996 \end_layout
11997
11998 \end_inset
11999
12000 B=B
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 \begin_inset Formula $A=A\hfill B=B$
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 </row>
12018 </lyxtabular>
12019
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \begin_layout Standard
12026 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12027 \series bold
12028
12029 \backslash
12030 hfill
12031 \series default
12032 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12033 \series bold
12034
12035 \backslash
12036 hfill
12037 \series default
12038 は、別行建て数式中では、
12039 \series bold
12040 行頭下げ
12041 \series default
12042 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12043 \begin_inset CommandInset ref
12044 LatexCommand ref
12045 reference "sec:数式様式"
12046
12047 \end_inset
12048
12049 節で説明されています)。
12050 \end_layout
12051
12052 \begin_layout Standard
12053
12054 \series bold
12055
12056 \backslash
12057 hfill
12058 \series default
12059 の他にも、空白を模様で埋める
12060 \series bold
12061
12062 \backslash
12063 dotfill
12064 \series default
12065
12066 \series bold
12067
12068 \backslash
12069 hrulefill
12070 \series default
12071 といったコマンドがあります。用例については第
12072 \begin_inset CommandInset ref
12073 LatexCommand ref
12074 reference "sub:省略符号"
12075
12076 \end_inset
12077
12078 節をご参照下さい。
12079 \end_layout
12080
12081 \begin_layout Standard
12082 本文中では、可変長空白は、
12083 \family sans
12084 挿入\SpecialChar \menuseparator
12085 整形\SpecialChar \menuseparator
12086 水平方向の空白
12087 \family default
12088 メニューで挿入することができます。
12089 \end_layout
12090
12091 \begin_layout Standard
12092 (例)
12093 \end_layout
12094
12095 \begin_layout Standard
12096 この行には、
12097 \begin_inset space \hspace{}
12098 \length 2cm
12099 \end_inset
12100
12101 2
12102 \begin_inset space \thinspace{}
12103 \end_inset
12104
12105 cmの空白が入っています。
12106 \end_layout
12107
12108 \begin_layout Standard
12109 この行には、
12110 \begin_inset space \hfill{}
12111 \end_inset
12112
12113 最大の空白が入っています。
12114 \end_layout
12115
12116 \begin_layout Subsection
12117 行内数式周りの空白
12118 \begin_inset Index idx
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 行内数式前後の空白は、長さ
12132 \series bold
12133
12134 \backslash
12135 mathsurround
12136 \begin_inset Index idx
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140 こまんど@コマンド ! M ! 
12141 \backslash
12142 mathsurround
12143 \end_layout
12144
12145 \end_inset
12146
12147
12148 \series default
12149 を使って調節することができます。長さの値は、以下の書式を持つ
12150 \series bold
12151
12152 \backslash
12153 setlength
12154 \begin_inset Index idx
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 こまんど@コマンド ! S ! 
12159 \backslash
12160 setlength
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \series default
12167 コマンドを使って設定することができます。
12168 \end_layout
12169
12170 \begin_layout Standard
12171
12172 \series bold
12173
12174 \backslash
12175 setlength{長さ名}{値}
12176 \end_layout
12177
12178 \begin_layout Standard
12179
12180 \series bold
12181
12182 \backslash
12183 mathsurround
12184 \series default
12185 を5
12186 \begin_inset space \thinspace{}
12187 \end_inset
12188
12189 mmの値に設定するには、以下のコマンド
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195
12196 \backslash
12197 setlength{
12198 \backslash
12199 mathsurround}{5mm}
12200 \end_layout
12201
12202 \begin_layout Standard
12203 をTeXモードで挿入します。すると、5
12204 \begin_inset space \thinspace{}
12205 \end_inset
12206
12207 mmの空白がすべての行内数式の前後に設定されることになります。
12208 \begin_inset ERT
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212
12213
12214 \backslash
12215 setlength{
12216 \backslash
12217 mathsurround}{5mm}
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 この行には、周囲に5
12227 \begin_inset space \thinspace{}
12228 \end_inset
12229
12230 mmの余白を設定した行内数式
12231 \begin_inset Formula $A=B$
12232 \end_inset
12233
12234 があります。
12235 \begin_inset ERT
12236 status collapsed
12237
12238 \begin_layout Plain Layout
12239
12240
12241 \backslash
12242 setlength{
12243 \backslash
12244 mathsurround}{0pt}
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 既定値に戻すには、
12254 \series bold
12255
12256 \backslash
12257 mathsurround
12258 \series default
12259 を0
12260 \begin_inset space \thinspace{}
12261 \end_inset
12262
12263 ptの値に戻して下さい。
12264 \end_layout
12265
12266 \begin_layout Section
12267 ボックスと枠
12268 \begin_inset Index idx
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 ぼっくす@ボックス
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \begin_inset Index idx
12279 status collapsed
12280
12281 \begin_layout Plain Layout
12282 わく@枠 | see
12283 \begin_inset ERT
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287
12288 {
12289 \end_layout
12290
12291 \end_inset
12292
12293 ボックス
12294 \begin_inset ERT
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298
12299 }
12300 \end_layout
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 本文中のボックスについては、取扱説明書
12314 \family typewriter
12315 埋め込みオブジェクト篇
12316 \family default
12317
12318 \family typewriter
12319 Boxes
12320 \family default
12321 の章に述べられています。
12322 \end_layout
12323
12324 \begin_layout Subsection
12325 縁付きボックス
12326 \begin_inset CommandInset label
12327 LatexCommand label
12328 name "sub:縁付きボックス"
12329
12330 \end_inset
12331
12332
12333 \begin_inset Index idx
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337 ぼっくす@ボックス ! ふちつき@縁付き
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346
12347 \series bold
12348
12349 \backslash
12350 fbox
12351 \series default
12352
12353 \begin_inset Index idx
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357 こまんど@コマンド ! F ! 
12358 \backslash
12359 fbox
12360 \end_layout
12361
12362 \end_inset
12363
12364 コマンドや
12365 \series bold
12366
12367 \backslash
12368 boxed
12369 \series default
12370
12371 \begin_inset Index idx
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375 こまんど@コマンド ! B ! 
12376 \backslash
12377 boxed
12378 \end_layout
12379
12380 \end_inset
12381
12382 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12383 \end_layout
12384
12385 \begin_layout Standard
12386 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12387 \series bold
12388
12389 \backslash
12390 fbox
12391 \series default
12392 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12393 \family sans
12394 Ctrl+M
12395 \family default
12396 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12397 \series bold
12398
12399 \backslash
12400 boxed
12401 \series default
12402 を使った場合には、新しい数式が自動的に枠内に作られます。
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 fbox
12411 \series default
12412 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12413 \series bold
12414
12415 \backslash
12416 boxed
12417 \series default
12418 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12419 \end_layout
12420
12421 \begin_layout Standard
12422
12423 \series bold
12424
12425 \backslash
12426 fbox
12427 \series default
12428 の拡張として、枠幅と配置も指定することができる
12429 \series bold
12430
12431 \backslash
12432 framebox
12433 \series default
12434
12435 \begin_inset Index idx
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 こまんど@コマンド ! F ! 
12440 \backslash
12441 framebox
12442 \end_layout
12443
12444 \end_inset
12445
12446 コマンドがあります。
12447 \series bold
12448
12449 \backslash
12450 framebox
12451 \series default
12452 は、以下の書式を持ちます。
12453 \end_layout
12454
12455 \begin_layout Standard
12456
12457 \series bold
12458
12459 \backslash
12460 framebox[枠幅][位置]{ボックスの内容}
12461 \end_layout
12462
12463 \begin_layout Standard
12464 「位置」は、
12465 \emph on
12466 l
12467 \emph default
12468
12469 \emph on
12470 r
12471 \emph default
12472 の値をとります。
12473 \emph on
12474 l
12475 \emph default
12476 は、ボックス中で数式を左寄せ、
12477 \emph on
12478 r
12479 \emph default
12480 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12481 \begin_inset Newline newline
12482 \end_inset
12483
12484 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12485 \series bold
12486
12487 \backslash
12488 fbox
12489 \series default
12490 と同様、枠幅がボックスの内容に応じて調節されるのです。
12491 \end_layout
12492
12493 \begin_layout Standard
12494
12495 \series bold
12496
12497 \backslash
12498 framebox
12499 \series default
12500 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12501 \series bold
12502
12503 \backslash
12504 fbox
12505 \series default
12506 同様、数式の断片を入れるためのものです。
12507 \end_layout
12508
12509 \begin_layout Standard
12510 \align center
12511 \begin_inset Tabular
12512 <lyxtabular version="3" rows="5" columns="2">
12513 <features tabularvalignment="middle">
12514 <column alignment="center" valignment="top" width="0">
12515 <column alignment="center" valignment="top" width="0">
12516 <row>
12517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 コマンド
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 出力
12531 \begin_inset Note Note
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535 ここで
12536 \series bold
12537
12538 \backslash
12539 raisebox
12540 \series default
12541 はスペーサーとして使用しているだけです。
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 </row>
12552 <row>
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557
12558 \backslash
12559 fbox
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 spce 
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \family sans
12574 Ctrl+M
12575 \family default
12576  
12577 \backslash
12578 int
12579 \begin_inset ERT
12580 status collapsed
12581
12582 \begin_layout Plain Layout
12583
12584
12585 \backslash
12586 spce 
12587 \end_layout
12588
12589 \end_inset
12590
12591 A=B
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614
12615 \backslash
12616 boxed
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622
12623 \backslash
12624 spce 
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \backslash
12631 int
12632 \begin_inset ERT
12633 status collapsed
12634
12635 \begin_layout Plain Layout
12636
12637
12638 \backslash
12639 spce 
12640 \end_layout
12641
12642 \end_inset
12643
12644 A=B
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 A+
12668 \backslash
12669 fbox
12670 \begin_inset ERT
12671 status collapsed
12672
12673 \begin_layout Plain Layout
12674
12675
12676 \backslash
12677 spce 
12678 \end_layout
12679
12680 \end_inset
12681
12682 B
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 </row>
12700 <row>
12701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705
12706 \backslash
12707 framebox
12708 \begin_inset ERT
12709 status collapsed
12710
12711 \begin_layout Plain Layout
12712
12713
12714 \backslash
12715 spce 
12716 \end_layout
12717
12718 \end_inset
12719
12720 20mm
12721 \begin_inset Formula $\to$
12722 \end_inset
12723
12724
12725 \begin_inset Formula $\to$
12726 \end_inset
12727
12728
12729 \family sans
12730 Ctrl+M
12731 \family default
12732  
12733 \backslash
12734 frac
12735 \begin_inset ERT
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739
12740
12741 \backslash
12742 spce 
12743 \end_layout
12744
12745 \end_inset
12746
12747 A
12748 \begin_inset Formula $\downarrow$
12749 \end_inset
12750
12751 B
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 \begin_inset Formula $\raisebox{6mm}{}$
12761 \end_inset
12762
12763
12764 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12765 \end_inset
12766
12767
12768 \begin_inset Formula $\raisebox{-4mm}{}$
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 </lyxtabular>
12778
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \begin_layout Standard
12785 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12786 \end_layout
12787
12788 \begin_layout Standard
12789
12790 \series bold
12791
12792 \backslash
12793 fboxrule
12794 \series default
12795  
12796 \series bold
12797
12798 \begin_inset Quotes eld
12799 \end_inset
12800
12801 厚み
12802 \begin_inset Quotes erd
12803 \end_inset
12804
12805
12806 \series default
12807  
12808 \series bold
12809
12810 \backslash
12811 fboxsep
12812 \series default
12813  
12814 \series bold
12815
12816 \begin_inset Quotes eld
12817 \end_inset
12818
12819 距離
12820 \begin_inset Quotes erd
12821 \end_inset
12822
12823
12824 \end_layout
12825
12826 \begin_layout Standard
12827 \begin_inset Quotes eld
12828 \end_inset
12829
12830 距離
12831 \begin_inset Quotes erd
12832 \end_inset
12833
12834 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12835 \begin_inset ERT
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839
12840
12841 \backslash
12842 fboxrule 2mm 
12843 \backslash
12844 fboxsep 3mm
12845 \end_layout
12846
12847 \end_inset
12848
12849
12850 \begin_inset Formula \[
12851 \boxed{A+B=C}
12852 \]
12853
12854 \end_inset
12855
12856 この数式の直前には、
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 fboxrule
12865 \series default
12866  
12867 \series bold
12868 2mm
12869 \series default
12870  
12871 \series bold
12872
12873 \backslash
12874 fboxsep
12875 \series default
12876  
12877 \series bold
12878 3mm
12879 \end_layout
12880
12881 \begin_layout Standard
12882 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12883 \end_layout
12884
12885 \begin_layout Standard
12886 標準の枠寸法に戻すには、
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \series bold
12892
12893 \backslash
12894 fboxrule
12895 \series default
12896  
12897 \series bold
12898 0.4pt
12899 \series default
12900  
12901 \series bold
12902
12903 \backslash
12904 fboxsep
12905 \series default
12906  
12907 \series bold
12908 3pt
12909 \series default
12910
12911 \begin_inset ERT
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916
12917 \backslash
12918 fboxrule 0.4pt 
12919 \backslash
12920 fboxsep 3pt
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \begin_layout Standard
12929 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12930 \end_layout
12931
12932 \begin_layout Subsection
12933 縁なしボックス
12934 \begin_inset CommandInset label
12935 LatexCommand label
12936 name "sub:枠なしボックス"
12937
12938 \end_inset
12939
12940
12941 \begin_inset Index idx
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945 ぼっくす@ボックス ! わくなし@枠なし
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \begin_layout Standard
12954 縁のないボックスを作るには、
12955 \series bold
12956
12957 \backslash
12958 mbox
12959 \series default
12960
12961 \begin_inset Index idx
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965 こまんど@コマンド ! M ! 
12966 \backslash
12967 mbox
12968 \end_layout
12969
12970 \end_inset
12971
12972
12973 \series bold
12974
12975 \backslash
12976 makebox
12977 \series default
12978
12979 \begin_inset Index idx
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983 こまんど@コマンド ! M ! 
12984 \backslash
12985 makebox
12986 \end_layout
12987
12988 \end_inset
12989
12990
12991 \series bold
12992
12993 \backslash
12994 raisebox
12995 \series default
12996
12997 \begin_inset Index idx
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001 こまんど@コマンド ! R ! 
13002 \backslash
13003 raisebox
13004 \end_layout
13005
13006 \end_inset
13007
13008 の三つのコマンドがあります。
13009 \end_layout
13010
13011 \begin_layout Standard
13012
13013 \series bold
13014
13015 \backslash
13016 raisebox
13017 \series default
13018 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13019 \series bold
13020
13021 \backslash
13022 raisebox
13023 \series default
13024 は、以下の書式で用いられます。
13025 \end_layout
13026
13027 \begin_layout Standard
13028
13029 \series bold
13030
13031 \backslash
13032 raisebox{高さ}{ボックスの内容}
13033 \end_layout
13034
13035 \begin_layout Standard
13036
13037 \series bold
13038
13039 \backslash
13040 fbox
13041 \series default
13042 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13043 \begin_inset Note Greyedout
13044 status open
13045
13046 \begin_layout Plain Layout
13047
13048 \series bold
13049 (註)
13050 \series default
13051 下の最後の
13052 \series bold
13053
13054 \backslash
13055 raisebox
13056 \series default
13057 のところで、
13058 \family sans
13059 Ctrl+M
13060 \family default
13061 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13062 \series bold
13063
13064 \backslash
13065 raisebox
13066 \series default
13067 を直接サポートしていないためです。
13068 \end_layout
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 \align center
13077 \begin_inset Tabular
13078 <lyxtabular version="3" rows="4" columns="2">
13079 <features tabularvalignment="middle">
13080 <column alignment="center" valignment="top" width="0">
13081 <column alignment="center" valignment="top" width="0">
13082 <row>
13083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 コマンド
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 出力
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 </row>
13102 <row>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 H
13108 \backslash
13109 raisebox{2mm
13110 \begin_inset Formula $\to$
13111 \end_inset
13112
13113
13114 \backslash
13115 {al
13116 \begin_inset Formula $\to$
13117 \end_inset
13118
13119  lo
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row>
13138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 H
13143 \backslash
13144 raisebox{-2mm
13145 \begin_inset Formula $\to$
13146 \end_inset
13147
13148
13149 \backslash
13150 {al
13151 \begin_inset Formula $\to$
13152 \end_inset
13153
13154 lo
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 A=
13178 \backslash
13179 raisebox{-2mm
13180 \begin_inset Formula $\to$
13181 \end_inset
13182
13183
13184 \backslash
13185 {
13186 \family sans
13187 Ctrl+M Ctrl+M
13188 \family default
13189  
13190 \backslash
13191 sqrt
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197
13198 \backslash
13199 spce 
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 </lyxtabular>
13223
13224 \end_inset
13225
13226
13227 \end_layout
13228
13229 \begin_layout Standard
13230 縁がないことを除けば、
13231 \series bold
13232
13233 \backslash
13234 mbox
13235 \series default
13236 コマンドは
13237 \series bold
13238
13239 \backslash
13240 fbox
13241 \series default
13242 と同じであり、
13243 \series bold
13244
13245 \backslash
13246 makebox
13247 \series default
13248
13249 \series bold
13250
13251 \backslash
13252 framebox
13253 \series default
13254 と同じです。
13255 \end_layout
13256
13257 \begin_layout Subsection
13258 色付きボックス
13259 \begin_inset CommandInset label
13260 LatexCommand label
13261 name "sub:色付きボックス"
13262
13263 \end_inset
13264
13265
13266 \begin_inset Index idx
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270 ぼっくす@ボックス ! いろつき@色付き
13271 \end_layout
13272
13273 \end_inset
13274
13275
13276 \end_layout
13277
13278 \begin_layout Standard
13279 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13280 \end_layout
13281
13282 \begin_layout Standard
13283
13284 \series bold
13285
13286 \backslash
13287 usepackage{color}
13288 \end_layout
13289
13290 \begin_layout Standard
13291 という行
13292 \begin_inset Foot
13293 status collapsed
13294
13295 \begin_layout Plain Layout
13296 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13297 \series bold
13298 color
13299 \series default
13300 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \begin_inset Note Note
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13311 \end_layout
13312
13313 \end_inset
13314
13315 を書き加えて、LaTeXパッケージの
13316 \series bold
13317 color
13318 \series default
13319
13320 \begin_inset Foot
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 LaTeXパッケージ
13325 \series bold
13326 color
13327 \series default
13328 は、すべての標準的なLaTeX頒布版に含まれています。
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \begin_inset Index idx
13335 status collapsed
13336
13337 \begin_layout Plain Layout
13338 ぱっけーじ@パッケージ ! color
13339 \end_layout
13340
13341 \end_inset
13342
13343 を読み込む必要があります。
13344 \end_layout
13345
13346 \begin_layout Standard
13347 \begin_inset VSpace medskip
13348 \end_inset
13349
13350 ボックスに色を付けるには、
13351 \series bold
13352
13353 \backslash
13354 colorbox
13355 \series default
13356
13357 \begin_inset Index idx
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361 こまんど@コマンド ! C ! 
13362 \backslash
13363 colorbox
13364 \end_layout
13365
13366 \end_inset
13367
13368 コマンドを以下の書式で使用します。
13369 \end_layout
13370
13371 \begin_layout Standard
13372
13373 \series bold
13374
13375 \backslash
13376 colorbox{色}{ボックスの内容}
13377 \end_layout
13378
13379 \begin_layout Standard
13380 ボックスの内容には、別のボックスが含まれても構いませんし、
13381 \series bold
13382
13383 \backslash
13384 colorbox
13385 \series default
13386 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13387 \series bold
13388
13389 \backslash
13390 raisebox
13391 \series default
13392 と同様、明示的に数式を作らなくてはなりません
13393 \begin_inset Foot
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397 これは、
13398 \series bold
13399
13400 \backslash
13401 fcolorbox
13402 \series default
13403 コマンドにも当てはまります。
13404 \end_layout
13405
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 選択できる定義済みの色としては、
13413 \end_layout
13414
13415 \begin_layout Standard
13416
13417 \series bold
13418 black
13419 \series default
13420 (黒)・
13421 \series bold
13422 blue
13423 \series default
13424 (青)・
13425 \series bold
13426 cyan
13427 \series default
13428 (シアン)・
13429 \series bold
13430 green
13431 \series default
13432 (緑)・
13433 \series bold
13434 magenta
13435 \series default
13436 (マゼンタ)・
13437 \series bold
13438 red
13439 \series default
13440 (赤)・
13441 \series bold
13442 white
13443 \series default
13444 (白)・
13445 \series bold
13446 yellow
13447 \series default
13448 (黄)
13449 \end_layout
13450
13451 \begin_layout Standard
13452 があります。
13453 \end_layout
13454
13455 \begin_layout Standard
13456 \align center
13457 \begin_inset Tabular
13458 <lyxtabular version="3" rows="4" columns="2">
13459 <features tabularvalignment="middle">
13460 <column alignment="center" valignment="top" width="0">
13461 <column alignment="center" valignment="top" width="0">
13462 <row>
13463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 コマンド
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 出力
13477 \begin_inset Note Note
13478 status collapsed
13479
13480 \begin_layout Plain Layout
13481 ここで
13482 \series bold
13483
13484 \backslash
13485 raisebox
13486 \series default
13487 はスペーサーとして使用しているだけです。
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 </row>
13498 <row>
13499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503
13504 \backslash
13505 colorbox{yellow
13506 \begin_inset Formula $\to$
13507 \end_inset
13508
13509
13510 \backslash
13511 {A=B
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 </row>
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534
13535 \backslash
13536 colorbox{green
13537 \begin_inset Formula $\to$
13538 \end_inset
13539
13540
13541 \backslash
13542 {
13543 \backslash
13544 fbox
13545 \begin_inset ERT
13546 status collapsed
13547
13548 \begin_layout Plain Layout
13549
13550
13551 \backslash
13552 spce 
13553 \end_layout
13554
13555 \end_inset
13556
13557 A=B
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580
13581 \backslash
13582 fbox
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588
13589 \backslash
13590 spce 
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \backslash
13597 colorbox{green
13598 \begin_inset Formula $\to$
13599 \end_inset
13600
13601
13602 \backslash
13603 {
13604 \family sans
13605 Ctrl+M
13606 \family default
13607  
13608 \family sans
13609 Ctrl+M
13610 \family default
13611  
13612 \backslash
13613 int
13614 \begin_inset ERT
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618
13619
13620 \backslash
13621 spce 
13622 \end_layout
13623
13624 \end_inset
13625
13626 C=D
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 </lyxtabular>
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Standard
13652
13653 \series bold
13654
13655 \backslash
13656 colorbox
13657 \series default
13658 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13659 \family sans
13660 文字様式
13661 \family default
13662 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13663 \begin_inset Graphics
13664         filename ../../images/dialog-show_character.png
13665         scale 85
13666
13667 \end_inset
13668
13669
13670 \family sans
13671 編集\SpecialChar \menuseparator
13672 文字様式\SpecialChar \menuseparator
13673 任意設定
13674 \family default
13675 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13676
13677 \end_layout
13678
13679 \begin_layout Standard
13680 たとえば、
13681 \end_layout
13682
13683 \begin_layout Standard
13684
13685 \color red
13686 \begin_inset Formula \begin{equation}
13687 \int A=B\label{eq:red}
13688 \end{equation}
13689
13690 \end_inset
13691
13692
13693 \color green
13694
13695 \begin_inset Formula \begin{equation}
13696 \textcolor{red}{\int A=B}\label{eq:redgreen}
13697 \end{equation}
13698
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \begin_layout Standard
13705 数式
13706 \begin_inset CommandInset ref
13707 LatexCommand eqref
13708 reference "eq:red"
13709
13710 \end_inset
13711
13712 は、全体が赤色です。
13713 \begin_inset Newline newline
13714 \end_inset
13715
13716 数式
13717 \begin_inset CommandInset ref
13718 LatexCommand eqref
13719 reference "eq:redgreen"
13720
13721 \end_inset
13722
13723 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13724 \end_layout
13725
13726 \begin_layout Standard
13727 \begin_inset VSpace bigskip
13728 \end_inset
13729
13730 ボックスの縁だけ別の色にするには、
13731 \series bold
13732
13733 \backslash
13734 fcolorbox
13735 \series default
13736
13737 \begin_inset Index idx
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741 こまんど@コマンド ! F ! 
13742 \backslash
13743 fcolorbox
13744 \end_layout
13745
13746 \end_inset
13747
13748 コマンドを以下の書式で使用します。
13749 \end_layout
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754
13755 \backslash
13756 fcolorbox{縁の色}{色}{ボックスの内容}
13757 \end_layout
13758
13759 \begin_layout Standard
13760 つまり、
13761 \series bold
13762
13763 \backslash
13764 fcolorbox
13765 \series default
13766
13767 \series bold
13768
13769 \backslash
13770 colorbox
13771 \series default
13772 コマンドの拡張です。
13773 \series bold
13774
13775 \backslash
13776 frameboxと同様に、縁の厚みは
13777 \backslash
13778 fboxrule
13779 \series default
13780
13781 \series bold
13782
13783 \backslash
13784 fboxsep
13785 \series default
13786 で設定します。たとえば、
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792
13793 \backslash
13794 fboxrule 1mm 
13795 \backslash
13796 fboxsep 1mm
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \begin_inset Formula \[
13803 \fcolorbox{cyan}{magenta}{A=B}
13804 \]
13805
13806 \end_inset
13807
13808
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814
13815 \backslash
13816 fboxrule 0.4pt 
13817 \backslash
13818 fboxsep 3pt
13819 \end_layout
13820
13821 \end_inset
13822
13823 のようにします。
13824 \end_layout
13825
13826 \begin_layout Standard
13827 上記の数式は、以下のコマンドで作成されています。
13828 \begin_inset Newline newline
13829 \end_inset
13830
13831
13832 \series bold
13833
13834 \backslash
13835 fcolorbox{cyan
13836 \begin_inset Formula $\to$
13837 \end_inset
13838
13839
13840 \backslash
13841 {magenta
13842 \begin_inset Formula $\to$
13843 \end_inset
13844
13845
13846 \backslash
13847 {A=B
13848 \series default
13849 .
13850 \end_layout
13851
13852 \begin_layout Standard
13853 \begin_inset VSpace bigskip
13854 \end_inset
13855
13856 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13857 \end_layout
13858
13859 \begin_layout Standard
13860 たとえば、「
13861 \series bold
13862 darkgreen
13863 \series default
13864 」という色を定義するには、LaTeXプリアンブルに
13865 \end_layout
13866
13867 \begin_layout Standard
13868
13869 \series bold
13870
13871 \backslash
13872 definecolor{darkgreen}{cmyk}{0.5,
13873 \series default
13874  
13875 \series bold
13876 0,
13877 \series default
13878  
13879 \series bold
13880 1,
13881 \series default
13882  
13883 \series bold
13884 0.5}
13885 \series default
13886
13887 \begin_inset Index idx
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891 こまんど@コマンド ! D ! 
13892 \backslash
13893 definecolor
13894 \end_layout
13895
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \begin_layout Standard
13902 という行を書き加えます。
13903 \end_layout
13904
13905 \begin_layout Standard
13906
13907 \series bold
13908 cmyk
13909 \series default
13910 とは、
13911 \series bold
13912 cyan
13913 \series default
13914 (シアン)・
13915 \series bold
13916 magenta
13917 \series default
13918 (マゼンタ)・
13919 \series bold
13920 yellow
13921 \series default
13922 (黄)・
13923 \series bold
13924 black
13925 \series default
13926 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13927 \begin_inset space \thinspace{}
13928 \end_inset
13929
13930 -
13931 \begin_inset space \thinspace{}
13932 \end_inset
13933
13934 1の範囲をとることができます。定義には、
13935 \series bold
13936 cmyk
13937 \series default
13938 の他に、
13939 \series bold
13940 rgb
13941 \series default
13942 という色空間を使うこともできます。
13943 \series bold
13944 rgb
13945 \series default
13946 とは、
13947 \series bold
13948 red
13949 \series default
13950 (赤)・
13951 \series bold
13952 green
13953 \series default
13954 (緑)・
13955 \series bold
13956 blue
13957 \series default
13958 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13959 \series bold
13960 gray
13961 \series default
13962 という色空間もあります。
13963 \end_layout
13964
13965 \begin_layout Standard
13966 例として、文字が
13967 \series bold
13968 yellow
13969 \series default
13970 に色付けされ、新しく定義した
13971 \series bold
13972 darkgreen
13973 \series default
13974 という色を持つ縁付きボックスを挙げておきます。
13975 \begin_inset Formula \begin{equation}
13976 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13977 \end{equation}
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Standard
13985
13986 \series bold
13987
13988 \backslash
13989 textcolor
13990 \series default
13991 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13992 \begin_inset Index idx
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 てきすと@テキスト ! いろつき@色付き
13997 \end_layout
13998
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012 textcolor{darkgreen}{
14013 \end_layout
14014
14015 \end_inset
14016
14017 この文は「darkgreen」です。
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033 \series bold
14034
14035 \backslash
14036 textcolor
14037 \series default
14038
14039 \begin_inset Index idx
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043 こまんど@コマンド ! T ! 
14044 \backslash
14045 textcolor
14046 \end_layout
14047
14048 \end_inset
14049
14050 は、
14051 \series bold
14052
14053 \backslash
14054 textcolor{色}{色付けをする文}
14055 \series default
14056 という書式で使用することができます。
14057 \end_layout
14058
14059 \begin_layout Subsection
14060 段落ボックス
14061 \begin_inset CommandInset label
14062 LatexCommand label
14063 name "sub:段落ボックス"
14064
14065 \end_inset
14066
14067
14068 \begin_inset Index idx
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 ぼっくす@ボックス ! だんらく@段落
14073 \end_layout
14074
14075 \end_inset
14076
14077
14078 \begin_inset Index idx
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082 ぼっくす@ボックス ! parbox|see
14083 \begin_inset ERT
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087
14088 {
14089 \end_layout
14090
14091 \end_inset
14092
14093 ボックス ! 段落ボックス
14094 \begin_inset ERT
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098
14099 }
14100 \end_layout
14101
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Standard
14113 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14114 \family sans
14115 挿入\SpecialChar \menuseparator
14116 ボックス
14117 \family default
14118 メニューかツールバーボタン
14119 \begin_inset Graphics
14120         filename ../../images/box-insert.png
14121         scale 85
14122
14123 \end_inset
14124
14125 で作成することができます。
14126 \end_layout
14127
14128 \begin_layout Standard
14129 以下の例は、行中の縁付きparboxを示したものです。
14130 \end_layout
14131
14132 \begin_layout Standard
14133 \begin_inset VSpace medskip
14134 \end_inset
14135
14136 この行は、
14137 \begin_inset Box Boxed
14138 position "c"
14139 hor_pos "c"
14140 has_inner_box 1
14141 inner_pos "t"
14142 use_parbox 1
14143 use_makebox 0
14144 width "5cm"
14145 special "none"
14146 height "1in"
14147 height_special "totalheight"
14148 status open
14149
14150 \begin_layout Plain Layout
14151 これは段落ボックスです。これはちょうど5
14152 \begin_inset space \thinspace{}
14153 \end_inset
14154
14155 cmの幅になっており、以下のように数式を含めることもできます。
14156 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14157 \end_inset
14158
14159
14160 \end_layout
14161
14162 \end_inset
14163
14164 parboxの入った行です。
14165 \end_layout
14166
14167 \begin_layout Standard
14168 \begin_inset VSpace medskip
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14176 \emph on
14177 装飾
14178 \emph default
14179 :簡素な長方形の箱型、
14180 \emph on
14181 内部ボックス
14182 \emph default
14183 :parboxコマンド、
14184 \emph on
14185
14186 \emph default
14187 :5
14188 \begin_inset space \thinspace{}
14189 \end_inset
14190
14191 cm、
14192 \emph on
14193 垂直ボックス配置
14194 \emph default
14195 :中央、に設定されています。
14196 \end_layout
14197
14198 \begin_layout Standard
14199 \begin_inset VSpace medskip
14200 \end_inset
14201
14202 LaTeXでは、parboxは、以下の書式を持つ
14203 \series bold
14204
14205 \backslash
14206 parbox
14207 \series default
14208
14209 \begin_inset Index idx
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213 こまんど@コマンド ! P ! 
14214 \backslash
14215 parbox
14216 \end_layout
14217
14218 \end_inset
14219
14220 コマンドによって作られます。
14221 \end_layout
14222
14223 \begin_layout Standard
14224
14225 \series bold
14226
14227 \backslash
14228 parbox[位置]{幅}{ボックスの内容}
14229 \end_layout
14230
14231 \begin_layout Standard
14232 「位置」は、
14233 \emph on
14234 b
14235 \emph default
14236
14237 \emph on
14238 t
14239 \emph default
14240 の値をとることができます。下揃えを意味する
14241 \emph on
14242 b
14243 \emph default
14244
14245 \bar under
14246 b
14247 \bar default
14248 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14249 \emph on
14250 t
14251 \emph default
14252
14253 \bar under
14254 t
14255 \bar default
14256 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14257 \emph on
14258 Boxes
14259 \emph default
14260 の節をご参照下さい。
14261 \end_layout
14262
14263 \begin_layout Standard
14264 \begin_inset VSpace bigskip
14265 \end_inset
14266
14267 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14268 \series bold
14269 parbox{
14270 \backslash
14271 linewidth-2
14272 \backslash
14273 fboxsep-2
14274 \backslash
14275 fboxrule}{
14276 \series default
14277 というコマンドを挿入します。ここで
14278 \series bold
14279
14280 \backslash
14281 linewidth
14282 \begin_inset Index idx
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 こまんど@コマンド ! L ! 
14287 \backslash
14288 linewidth
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \series default
14295 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14296 \begin_inset Foot
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300 \begin_inset CommandInset href
14301 LatexCommand href
14302 name "LyX-bug #4483"
14303 target "http://www.lyx.org/trac/ticket/4483"
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \end_inset
14311
14312 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14313 \series bold
14314 calc
14315 \series default
14316
14317 \begin_inset Foot
14318 status collapsed
14319
14320 \begin_layout Plain Layout
14321
14322 \series bold
14323 calc
14324 \series default
14325 は、標準的LaTeX頒布版のすべてに含まれています。
14326 \end_layout
14327
14328 \end_inset
14329
14330
14331 \begin_inset Index idx
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 ぱっけーじ@パッケージ ! calc
14336 \end_layout
14337
14338 \end_inset
14339
14340 を、LaTeXプリアンブル中で
14341 \end_layout
14342
14343 \begin_layout Standard
14344
14345 \series bold
14346
14347 \backslash
14348 usepackage{calc}
14349 \end_layout
14350
14351 \begin_layout Standard
14352 のように読み込んでおく必要があります。数式の後では、TeXモードで
14353 \series bold
14354 }}
14355 \series default
14356 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 fboxsep 5mm 
14365 \backslash
14366 fboxrule 5mm
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \begin_layout Standard
14375 \begin_inset ERT
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379
14380
14381 \backslash
14382 fbox{
14383 \backslash
14384 parbox{
14385 \backslash
14386 linewidth-2
14387 \backslash
14388 fboxsep-2
14389 \backslash
14390 fboxrule}{
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \begin_inset Formula \begin{equation}
14397 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14398 \end{equation}
14399
14400 \end_inset
14401
14402
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408 }}
14409 \end_layout
14410
14411 \end_inset
14412
14413
14414 \begin_inset ERT
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418
14419
14420 \backslash
14421 fboxrule 0.4pt 
14422 \backslash
14423 fboxsep 3pt
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 \begin_inset VSpace medskip
14433 \end_inset
14434
14435
14436 \series bold
14437
14438 \backslash
14439 fbox
14440 \series default
14441 の引数としてparboxが使われているので、この場合には、
14442 \series bold
14443
14444 \backslash
14445 fbox
14446 \series default
14447 を使おうが
14448 \series bold
14449
14450 \backslash
14451 boxed
14452 \series default
14453 を使おうが、差は生じません。
14454 \end_layout
14455
14456 \begin_layout Standard
14457 \begin_inset VSpace bigskip
14458 \end_inset
14459
14460 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14461 \series bold
14462
14463 \backslash
14464 parbox
14465 \series default
14466
14467 \series bold
14468
14469 \backslash
14470 tag
14471 \series default
14472 コマンドといっしょに使います(
14473 \series bold
14474
14475 \backslash
14476 tag
14477 \series default
14478 についての詳細は、第
14479 \begin_inset CommandInset ref
14480 LatexCommand ref
14481 reference "sub:ユーザー定義番号"
14482
14483 \end_inset
14484
14485 節をご参照下さい)
14486 \end_layout
14487
14488 \begin_layout Standard
14489 以下は、
14490 \series bold
14491
14492 \backslash
14493 parbox
14494 \series default
14495 を使ってコメントを付けた数式の例です。
14496 \end_layout
14497
14498 \begin_layout Standard
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504
14505 \backslash
14506 [5x-7b=3b
14507 \backslash
14508 tag*{
14509 \backslash
14510 parbox{5cm}{
14511 \end_layout
14512
14513 \end_inset
14514
14515 これは説明です。数式や多行数式本体からはっきりと離れています。
14516 \begin_inset ERT
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521 }}
14522 \backslash
14523 ]
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532 LyXは、まだ数式中での
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14539 \end_layout
14540
14541 \begin_layout Standard
14542 まず、
14543 \series bold
14544
14545 \backslash
14546 [5x-7b=3b
14547 \backslash
14548 tag*
14549 \backslash
14550 {
14551 \backslash
14552 parbox{5cm}{
14553 \series default
14554 というコマンドをTeXモードで挿入します
14555 \begin_inset Foot
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 \series bold
14561 行頭下げ
14562 \series default
14563 数式様式を使用している時には、
14564 \series bold
14565
14566 \backslash
14567 tag*
14568 \backslash
14569 {
14570 \series default
14571 の代わりに
14572 \series bold
14573
14574 \backslash
14575 hfill
14576 \series default
14577 を用いることもできます(数式様式に関しては、第
14578 \begin_inset CommandInset ref
14579 LatexCommand ref
14580 reference "sec:数式様式"
14581
14582 \end_inset
14583
14584 節をご参照下さい)。
14585 \end_layout
14586
14587 \end_inset
14588
14589 。それから、説明を通常のテキストとして入れ、最後に
14590 \series bold
14591 }}
14592 \backslash
14593 ]
14594 \series default
14595 をTeXモードで挿入します。ここで
14596 \series bold
14597
14598 \backslash
14599 [
14600 \series default
14601 および
14602 \series bold
14603
14604 \backslash
14605 ]
14606 \series default
14607 コマンドは別行建て数式を作るためのものです。
14608 \end_layout
14609
14610 \begin_layout Standard
14611
14612 \series bold
14613
14614 \backslash
14615 parbox
14616 \series default
14617 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14618 \begin_inset Formula \[
14619 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14620 \]
14621
14622 \end_inset
14623
14624
14625 \end_layout
14626
14627 \begin_layout Section
14628 演算子
14629 \begin_inset Index idx
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633 えんざんし@演算子
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Subsection
14642 大演算子
14643 \begin_inset CommandInset label
14644 LatexCommand label
14645 name "sub:大演算子"
14646
14647 \end_inset
14648
14649
14650 \begin_inset Index idx
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654 えんざんし@演算子 ! だい@大
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \begin_inset Index idx
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664 わ@和
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \begin_inset Index idx
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674 せきぶんきごう@積分記号
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14684 \family sans
14685 数式オプション
14686 \family default
14687 の面にある
14688 \family sans
14689 esintパッケージを自動的に使う
14690 \family default
14691 オプションを有効にしなくてはなりません。
14692 \end_layout
14693
14694 \begin_layout Standard
14695 \begin_inset space \hfill{}
14696 \end_inset
14697
14698
14699 \begin_inset Tabular
14700 <lyxtabular version="3" rows="9" columns="2">
14701 <features tabularvalignment="middle">
14702 <column alignment="center" valignment="top" width="0pt">
14703 <column alignment="center" valignment="top" width="0pt">
14704 <row>
14705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709 コマンド
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 出力
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 </row>
14724 <row>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729
14730 \backslash
14731 sum
14732 \begin_inset Index idx
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736 こまんど@コマンド ! S ! 
14737 \backslash
14738 sum
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 \begin_inset Formula $\sum$
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 </row>
14761 <row>
14762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766
14767 \backslash
14768 int
14769 \begin_inset Index idx
14770 status collapsed
14771
14772 \begin_layout Plain Layout
14773 こまんど@コマンド ! I ! 
14774 \backslash
14775 int
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 \begin_inset Formula $\int$
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803
14804 \backslash
14805 oint
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 \begin_inset Formula $\oint$
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \backslash
14830 ointctrclockwise
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 \begin_inset Formula $\ointctrclockwise$
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853
14854 \backslash
14855 ointclockwise
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 \begin_inset Formula $\ointclockwise$
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 </row>
14873 <row>
14874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878
14879 \backslash
14880 sqint
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 \begin_inset Formula $\sqint$
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903
14904 \backslash
14905 bigcap
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 \begin_inset Formula $\bigcap$
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \backslash
14930 bigcup
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Formula $\bigcup$
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 </row>
14948 </lyxtabular>
14949
14950 \end_inset
14951
14952
14953 \begin_inset space \hfill{}
14954 \end_inset
14955
14956
14957 \begin_inset Tabular
14958 <lyxtabular version="3" rows="10" columns="2">
14959 <features tabularvalignment="middle">
14960 <column alignment="center" valignment="top" width="0pt">
14961 <column alignment="center" valignment="top" width="0pt">
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 コマンド
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 出力
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \backslash
14989 prod
14990 \begin_inset Index idx
14991 status collapsed
14992
14993 \begin_layout Plain Layout
14994 こまんど@コマンド ! P ! 
14995 \backslash
14996 prod
14997 \end_layout
14998
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 \begin_inset Formula $\prod$
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \backslash
15026 coprod
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Formula $\coprod$
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 </row>
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \backslash
15051 bigodot
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 \begin_inset Formula $\bigodot$
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 </row>
15069 <row>
15070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \backslash
15076 bigotimes
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset Formula $\bigotimes$
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 bigoplus
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset Formula $\bigoplus$
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \backslash
15126 bigwedge
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 \begin_inset Formula $\bigwedge$
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \backslash
15151 bigvee
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset Formula $\bigvee$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174
15175 \backslash
15176 bigsqcup
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 \begin_inset Formula $\bigsqcup$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 biguplus
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 \begin_inset Formula $\biguplus$
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 </lyxtabular>
15220
15221 \end_inset
15222
15223
15224 \begin_inset space \hfill{}
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \begin_layout Standard
15231 すべての大演算子は、数式ツールバーボタンの
15232 \begin_inset Graphics
15233         filename ../../images/math/intop.png
15234         scale 85
15235
15236 \end_inset
15237
15238 でも挿入することができます。
15239 \end_layout
15240
15241 \begin_layout Standard
15242 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15243 \end_layout
15244
15245 \begin_layout Standard
15246 積分演算子はすべて、
15247 \series bold
15248
15249 \backslash
15250 intop
15251 \series default
15252
15253 \series bold
15254
15255 \backslash
15256 ointop
15257 \series default
15258 のように、
15259 \series bold
15260 op
15261 \series default
15262 で終わる別バージョンがあります。これらの演算子は、
15263 \series bold
15264
15265 \backslash
15266 int
15267 \series default
15268 とは範囲の表示のしかたが異なります。第
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "sub:演算子の範囲"
15272
15273 \end_inset
15274
15275 節をご参照下さい。
15276 \end_layout
15277
15278 \begin_layout Subsubsection*
15279 積分の子細
15280 \end_layout
15281
15282 \begin_layout Standard
15283 積分中で用いられる文字
15284 \emph on
15285 d
15286 \emph default
15287 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15288 \emph on
15289 d
15290 \emph default
15291 を選択して、短絡キー
15292 \begin_inset Info
15293 type  "shortcut"
15294 arg   "font-roman"
15295 \end_inset
15296
15297 を用います
15298 \begin_inset Foot
15299 status collapsed
15300
15301 \begin_layout Plain Layout
15302 文字様式については、第
15303 \begin_inset CommandInset ref
15304 LatexCommand ref
15305 reference "sub:書体様式"
15306
15307 \end_inset
15308
15309 節参照。
15310 \end_layout
15311
15312 \end_inset
15313
15314 。最後に、演算子の慣例に倣って、
15315 \emph on
15316 d
15317 \emph default
15318 の前に最小空白を挿入しなくてはなりません。たとえば、
15319 \end_layout
15320
15321 \begin_layout Standard
15322 正しくない例:
15323 \begin_inset Formula $\int A(x)dx$
15324 \end_inset
15325
15326
15327 \begin_inset Newline newline
15328 \end_inset
15329
15330 正しい
15331 \begin_inset Phantom HPhantom
15332 status open
15333
15334 \begin_layout Plain Layout
15335 ない
15336 \end_layout
15337
15338 \end_inset
15339
15340 例:
15341 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Standard
15348 多重積分に関しては、以下のコマンドがあります。
15349 \begin_inset VSpace medskip
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Standard
15356 \begin_inset space \hfill{}
15357 \end_inset
15358
15359
15360 \begin_inset Tabular
15361 <lyxtabular version="3" rows="4" columns="2">
15362 <features tabularvalignment="middle">
15363 <column alignment="center" valignment="top" width="0">
15364 <column alignment="center" valignment="top" width="0">
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 コマンド
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 出力
15380 \begin_inset Note Note
15381 status collapsed
15382
15383 \begin_layout Plain Layout
15384 ここで
15385 \series bold
15386
15387 \backslash
15388 raisebox
15389 \series default
15390 はスペーサーとして使用しているだけです。
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 </row>
15401 <row>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406
15407 \backslash
15408 iint
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 </row>
15426 <row>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431
15432 \backslash
15433 oiint
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15443 \end_inset
15444
15445
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 </row>
15451 <row>
15452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456
15457 \backslash
15458 sqiint
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 </row>
15476 </lyxtabular>
15477
15478 \end_inset
15479
15480
15481 \begin_inset space \hfill{}
15482 \end_inset
15483
15484
15485 \begin_inset Tabular
15486 <lyxtabular version="3" rows="4" columns="2">
15487 <features tabularvalignment="middle">
15488 <column alignment="center" valignment="top" width="0">
15489 <column alignment="center" valignment="top" width="0">
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 コマンド
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 出力
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 </row>
15510 <row>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \backslash
15517 iiint
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 <row>
15536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \backslash
15542 iiiint
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \backslash
15567 dotsint
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 </lyxtabular>
15586
15587 \end_inset
15588
15589
15590 \begin_inset space \hfill{}
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \begin_layout Subsection
15597 演算子の範囲
15598 \begin_inset CommandInset label
15599 LatexCommand label
15600 name "sub:演算子の範囲"
15601
15602 \end_inset
15603
15604
15605 \begin_inset Index idx
15606 status collapsed
15607
15608 \begin_layout Plain Layout
15609 えんざんし@演算子 ! はんい@範囲
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Standard
15618 範囲は、上付き文字と下付き文字とで作成することができます。
15619 \end_layout
15620
15621 \begin_layout Standard
15622 \align center
15623 \begin_inset Tabular
15624 <lyxtabular version="3" rows="2" columns="2">
15625 <features tabularvalignment="middle">
15626 <column alignment="center" valignment="top" width="0pt">
15627 <column alignment="center" valignment="top" width="0pt">
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 コマンド
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 出力
15643 \begin_inset Note Note
15644 status collapsed
15645
15646 \begin_layout Plain Layout
15647 ここで
15648 \series bold
15649
15650 \backslash
15651 raisebox
15652 \series default
15653 はスペーサーとして使用しているだけです。
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 </row>
15664 <row>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669
15670 \backslash
15671 prod^
15672 \backslash
15673 infty
15674 \begin_inset ERT
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678
15679
15680 \backslash
15681 spce 
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \begin_inset Formula $\to$
15688 \end_inset
15689
15690 _0
15691 \begin_inset Formula $\to$
15692 \end_inset
15693
15694 A(x)
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 </lyxtabular>
15713
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15721 \end_layout
15722
15723 \begin_layout Standard
15724 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15725 \family sans
15726 編集\SpecialChar \menuseparator
15727 数式\SpecialChar \menuseparator
15728 範囲の表記を変更
15729 \family default
15730 メニューで
15731 \family sans
15732 \series bold
15733 行内形式
15734 \family default
15735 \series default
15736 (短絡キー
15737 \begin_inset Info
15738 type  "shortcut"
15739 arg   "math-limits"
15740 \end_inset
15741
15742 )を選択することで範囲形式を変更することができます。以下はその用例です。
15743 \end_layout
15744
15745 \begin_layout Standard
15746 既定の範囲形式は、以下のようになっています。
15747 \begin_inset Formula \[
15748 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15749 \]
15750
15751 \end_inset
15752
15753 以下は、範囲形式を
15754 \family sans
15755 \series bold
15756 行内形式
15757 \family default
15758 \series default
15759 に変更したときの表示です。
15760 \begin_inset Formula \[
15761 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15762 \]
15763
15764 \end_inset
15765
15766
15767 \series bold
15768
15769 \backslash
15770 intop
15771 \series default
15772
15773 \series bold
15774
15775 \backslash
15776 ointop
15777 \series default
15778 などのように
15779 \series bold
15780 op
15781 \series default
15782 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15783 の例では、範囲形式を
15784 \series bold
15785 別行建て形式
15786 \series default
15787 にして積分記号の下に置くようにしています。
15788 \begin_inset Formula \begin{equation}
15789 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15790 \end{equation}
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Standard
15798 \begin_inset VSpace medskip
15799 \end_inset
15800
15801 範囲に条件を指定したい場合には、
15802 \series bold
15803
15804 \backslash
15805 subarray
15806 \series default
15807
15808 \begin_inset Index idx
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 こまんど@コマンド ! S ! 
15813 \backslash
15814 subarray
15815 \end_layout
15816
15817 \end_inset
15818
15819 コマンドや
15820 \series bold
15821
15822 \backslash
15823 substack
15824 \series default
15825
15826 \begin_inset Index idx
15827 status collapsed
15828
15829 \begin_layout Plain Layout
15830 こまんど@コマンド ! S ! 
15831 \backslash
15832 substack
15833 \end_layout
15834
15835 \end_inset
15836
15837 コマンドを使用します。たとえば、以下の表記 
15838 \begin_inset Formula \begin{equation}
15839 \sum_{\begin{subarray}{c}
15840 0<k<1000\\
15841 \\
15842 k\,\in\,\mathbb{N}
15843 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15844 \end{equation}
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Standard
15852 を作成するには、以下のようにしなくてはなりません。
15853 \begin_inset Newline newline
15854 \end_inset
15855
15856 まず、
15857 \series bold
15858
15859 \backslash
15860 sum
15861 \series default
15862 ^
15863 \series bold
15864 n
15865 \begin_inset ERT
15866 status collapsed
15867
15868 \begin_layout Plain Layout
15869
15870
15871 \backslash
15872 spce 
15873 \end_layout
15874
15875 \end_inset
15876
15877 _
15878 \series default
15879 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15880 \series bold
15881
15882 \backslash
15883 subarray
15884 \begin_inset ERT
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889
15890 \backslash
15891 spce 
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \series default
15898 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15899 \begin_inset Info
15900 type  "shortcut"
15901 arg   "newline-insert newline"
15902 \end_inset
15903
15904 )を挿入することで作ることができます。ここに
15905 \begin_inset Newline newline
15906 \end_inset
15907
15908
15909 \series bold
15910 0
15911 \begin_inset Formula $\boldsymbol{<}$
15912 \end_inset
15913
15914 k
15915 \begin_inset Formula $\boldsymbol{<}$
15916 \end_inset
15917
15918 1000 Ctrl+Return
15919 \begin_inset Newline newline
15920 \end_inset
15921
15922
15923 \series default
15924 と入力すると、新規行のための新しい枠が現れます。
15925 \end_layout
15926
15927 \begin_layout Standard
15928 各行の揃え方は、
15929 \family sans
15930 表ツールバー
15931 \family default
15932
15933 \family sans
15934 編集\SpecialChar \menuseparator
15935 行と列
15936 \family default
15937 メニューで変更することができますが、右揃えにするには、行頭に
15938 \series bold
15939
15940 \backslash
15941 hfill
15942 \begin_inset ERT
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946
15947
15948 \backslash
15949 spce 
15950 \end_layout
15951
15952 \end_inset
15953
15954
15955 \series default
15956 を挿入しなくてはなりません。
15957 \end_layout
15958
15959 \begin_layout Standard
15960
15961 \series bold
15962
15963 \backslash
15964 substack
15965 \series default
15966 コマンドは、各行がつねに中央揃えになることを除いては、
15967 \series bold
15968
15969 \backslash
15970 subarray
15971 \series default
15972 と同じです。
15973 \end_layout
15974
15975 \begin_layout Standard
15976 \begin_inset VSpace bigskip
15977 \end_inset
15978
15979 演算子の後に来る文字は、範囲の横に来るので、
15980 \begin_inset CommandInset ref
15981 LatexCommand eqref
15982 reference "eq:substack"
15983
15984 \end_inset
15985
15986 式のように、演算子の横の余白が大きくなりすぎることがあります。
15987 \end_layout
15988
15989 \begin_layout Standard
15990 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15991 \end_layout
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996
15997 \backslash
15998 def
15999 \backslash
16000 clap#1{
16001 \backslash
16002 hbox to 0pt{
16003 \backslash
16004 hss #1
16005 \backslash
16006 hss}}
16007 \begin_inset Newline newline
16008 \end_inset
16009
16010
16011 \backslash
16012 def
16013 \backslash
16014 mathclap {
16015 \backslash
16016 mathpalette 
16017 \backslash
16018 mathclapinternal}
16019 \begin_inset Newline newline
16020 \end_inset
16021
16022
16023 \backslash
16024 def
16025 \backslash
16026 mathclapinternal #1#2{
16027 \backslash
16028 clap{$
16029 \backslash
16030 mathsurround =0pt #1{#2}$}}
16031 \end_layout
16032
16033 \begin_layout Standard
16034 これは、範囲の幅を0
16035 \begin_inset space \thinspace{}
16036 \end_inset
16037
16038 ptに設定する
16039 \series bold
16040
16041 \backslash
16042 mathclap
16043 \series default
16044
16045 \begin_inset Index idx
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 こまんど@コマンド ! M ! 
16050 \backslash
16051 mathclap
16052 \end_layout
16053
16054 \end_inset
16055
16056 コマンドを定義しています。このコマンドの書式は、
16057 \end_layout
16058
16059 \begin_layout Standard
16060
16061 \series bold
16062
16063 \backslash
16064 mathclap{範囲}
16065 \end_layout
16066
16067 \begin_layout Standard
16068 となっていて、「範囲」には複数の条件を入れることができます。
16069 \end_layout
16070
16071 \begin_layout Standard
16072 これを
16073 \begin_inset CommandInset ref
16074 LatexCommand eqref
16075 reference "eq:substack"
16076
16077 \end_inset
16078
16079 式に応用すると、以下のようなコマンド
16080 \end_layout
16081
16082 \begin_layout Standard
16083
16084 \series bold
16085
16086 \backslash
16087 sum_
16088 \backslash
16089 mathclap{
16090 \backslash
16091 substack
16092 \begin_inset ERT
16093 status collapsed
16094
16095 \begin_layout Plain Layout
16096
16097
16098 \backslash
16099 spce 
16100 \end_layout
16101
16102 \end_inset
16103
16104 0
16105 \begin_inset Formula $\boldsymbol{<}$
16106 \end_inset
16107
16108 k
16109 \begin_inset Formula $\boldsymbol{<}$
16110 \end_inset
16111
16112 1000 Ctrl+Return
16113 \end_layout
16114
16115 \begin_layout Standard
16116 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16117 \begin_inset Formula \[
16118 \sum_{\mathclap{\substack{0<k<1000\\
16119 \\
16120 k\,\in\,\mathbb{N}
16121 }
16122 }}^{n}k^{-2}
16123 \]
16124
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \begin_layout Standard
16131 \begin_inset VSpace bigskip
16132 \end_inset
16133
16134 一つの範囲を複数の演算子に用いる方法が、第
16135 \begin_inset CommandInset ref
16136 LatexCommand ref
16137 reference "sub:自己定義演算子"
16138
16139 \end_inset
16140
16141 節に述べられています。
16142 \end_layout
16143
16144 \begin_layout Standard
16145 \begin_inset Newpage newpage
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \begin_layout Subsection
16152 二項演算子
16153 \begin_inset CommandInset label
16154 LatexCommand label
16155 name "sub:二項演算子"
16156
16157 \end_inset
16158
16159
16160 \begin_inset Index idx
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 えんざんし@演算子 ! にこう@二項
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Standard
16173 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16174 \begin_inset VSpace medskip
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \begin_layout Standard
16181 \begin_inset space \hfill{}
16182 \end_inset
16183
16184
16185 \begin_inset Tabular
16186 <lyxtabular version="3" rows="13" columns="2">
16187 <features tabularvalignment="middle">
16188 <column alignment="center" valignment="top" width="0pt">
16189 <column alignment="center" valignment="top" width="0pt">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 コマンド
16196 \begin_inset Note Note
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 ここで
16201 \series bold
16202
16203 \backslash
16204 raisebox
16205 \series default
16206 はスペーサーとして使用しているだけです。
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 出力
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 +
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $+$
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 -
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Formula $-$
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \backslash
16279 pm
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 \begin_inset Formula $\pm$
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302
16303 \backslash
16304 mp
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 \begin_inset Formula $\mp$
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \backslash
16329 cdot
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 \begin_inset Formula $\cdot$
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \backslash
16354 times
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Formula $\times$
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \backslash
16379 div
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Formula $\div$
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 \begin_inset ERT
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406
16407
16408 \backslash
16409 raisebox{-1.2mm}{
16410 \end_layout
16411
16412 \end_inset
16413
16414 *
16415 \begin_inset ERT
16416 status collapsed
16417
16418 \begin_layout Plain Layout
16419
16420 }
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 \begin_inset Formula $*$
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 </row>
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448
16449 \backslash
16450 star
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 \begin_inset Formula $\star$
16460 \end_inset
16461
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473
16474 \backslash
16475 circ
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 \begin_inset Formula $\circ$
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498
16499 \backslash
16500 diamond
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 \begin_inset Formula $\diamond$
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 <row>
16519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \backslash
16525 bullet
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset Formula $\bullet$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 </lyxtabular>
16544
16545 \end_inset
16546
16547
16548 \begin_inset space \hfill{}
16549 \end_inset
16550
16551
16552 \begin_inset Tabular
16553 <lyxtabular version="3" rows="13" columns="2">
16554 <features tabularvalignment="middle">
16555 <column alignment="center" valignment="top" width="0pt">
16556 <column alignment="center" valignment="top" width="0pt">
16557 <row>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 コマンド
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 出力
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \backslash
16584 nabla
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 \begin_inset Formula $\nabla$
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607
16608 \backslash
16609 bigtriangledown
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\bigtriangledown$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632
16633 \backslash
16634 bigtriangleup
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $\bigtriangleup$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \backslash
16659 Box
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Formula $\Box$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \backslash
16684 cap 
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Formula $\cap$
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707
16708 \backslash
16709 cup
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Formula $\cup$
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \backslash
16734 dagger
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $\dagger$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \backslash
16759 ddagger
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $\ddagger$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782
16783 \backslash
16784 wr
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $\wr$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \backslash
16809 bigcirc
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Formula $\bigcirc$
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 wedge
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\wedge$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 vee
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\vee$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 </lyxtabular>
16878
16879 \end_inset
16880
16881
16882 \begin_inset space \hfill{}
16883 \end_inset
16884
16885
16886 \begin_inset Tabular
16887 <lyxtabular version="3" rows="13" columns="2">
16888 <features tabularvalignment="middle">
16889 <column alignment="center" valignment="top" width="0pt">
16890 <column alignment="center" valignment="top" width="0pt">
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 コマンド
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 出力
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \backslash
16918 oplus
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 \begin_inset Formula $\oplus$
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941
16942 \backslash
16943 ominus
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $\ominus$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \backslash
16968 otimes
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\otimes$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \backslash
16993 oslash
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 \begin_inset Formula $\oslash$
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \backslash
17018 odot
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $\odot$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 <row>
17037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041
17042 \backslash
17043 amalg
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $\amalg$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 <row>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066
17067 \backslash
17068 uplus
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $\uplus$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \backslash
17093 setminus
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102 \begin_inset Formula $\setminus$
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 <row>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \backslash
17118 sqcap
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Formula $\sqcap$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141
17142 \backslash
17143 sqcup
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 \begin_inset Formula $\sqcup$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \backslash
17168 triangleleft
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $\triangleleft$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 triangleright
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\triangleright$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 </lyxtabular>
17212
17213 \end_inset
17214
17215
17216 \begin_inset space \hfill{}
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \begin_layout Standard
17223 二項演算子は、すべて数式ツールバーボタンの
17224 \begin_inset Graphics
17225         filename ../../images/math/pm.png
17226         scale 85
17227
17228 \end_inset
17229
17230 から挿入することもできます。
17231 \end_layout
17232
17233 \begin_layout Standard
17234 ラプラス演算子を組版するには、
17235 \series bold
17236
17237 \backslash
17238 bigtriangleup
17239 \series default
17240 以外に、
17241 \series bold
17242
17243 \backslash
17244 Delta
17245 \series default
17246
17247 \series bold
17248
17249 \backslash
17250 nabla
17251 \series default
17252 ^
17253 \series bold
17254 2
17255 \series default
17256
17257 \begin_inset Formula $\nabla^{2}$
17258 \end_inset
17259
17260 )を使用することもできます。
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \family sans
17266 挿入\SpecialChar \menuseparator
17267 特殊文字
17268 \family default
17269 メニューの
17270 \family sans
17271 メニュー区切り
17272 \family default
17273 で入力される文字は、
17274 \series bold
17275
17276 \backslash
17277 triangleright
17278 \series default
17279 演算子です。
17280 \end_layout
17281
17282 \begin_layout Subsection
17283 自己定義演算子
17284 \begin_inset CommandInset label
17285 LatexCommand label
17286 name "sub:自己定義演算子"
17287
17288 \end_inset
17289
17290
17291 \begin_inset Index idx
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295 えんざんし@演算子 ! じこていぎ@自己定義
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304 LaTeXプリアンブルで
17305 \series bold
17306
17307 \backslash
17308 DeclareMathOperator
17309 \series default
17310
17311 \begin_inset Index idx
17312 status collapsed
17313
17314 \begin_layout Plain Layout
17315 こまんど@コマンド ! D ! 
17316 \backslash
17317 dbinom@
17318 \backslash
17319 DeclareMathOperator
17320 \end_layout
17321
17322 \end_inset
17323
17324 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330
17331 \backslash
17332 DeclareMathOperator{新規コマンド}{表示}
17333 \end_layout
17334
17335 \begin_layout Standard
17336 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17337 \begin_inset CommandInset ref
17338 LatexCommand ref
17339 reference "sub:演算子の範囲"
17340
17341 \end_inset
17342
17343 節で述べられた範囲を指定することができます。
17344 \end_layout
17345
17346 \begin_layout Standard
17347 たとえば、以下のようなLaTeXプリアンブル行
17348 \end_layout
17349
17350 \begin_layout Standard
17351
17352 \series bold
17353
17354 \backslash
17355 DeclareMathOperator*{
17356 \backslash
17357 Lozenge}{
17358 \backslash
17359 blacklozenge}
17360 \end_layout
17361
17362 \begin_layout Standard
17363 は、第
17364 \begin_inset CommandInset ref
17365 LatexCommand ref
17366 reference "sub:その他の記号"
17367
17368 \end_inset
17369
17370 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17371 \series bold
17372
17373 \backslash
17374 Lozenge
17375 \series default
17376 を定義します。
17377 \begin_inset Formula \[
17378 \Lozenge_{n=1}^{\infty}
17379 \]
17380
17381 \end_inset
17382
17383 上記の数式を作るコマンドは、
17384 \series bold
17385
17386 \backslash
17387 Lozenge
17388 \series default
17389 ^
17390 \series bold
17391
17392 \backslash
17393 infty
17394 \begin_inset Formula $\to$
17395 \end_inset
17396
17397 _n=1
17398 \series default
17399 です。
17400 \end_layout
17401
17402 \begin_layout Standard
17403 \begin_inset VSpace bigskip
17404 \end_inset
17405
17406 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17407 \series bold
17408
17409 \backslash
17410 mathop
17411 \series default
17412
17413 \begin_inset Index idx
17414 status collapsed
17415
17416 \begin_layout Plain Layout
17417 こまんど@コマンド ! M ! 
17418 \backslash
17419 mathop
17420 \end_layout
17421
17422 \end_inset
17423
17424 コマンドおよび
17425 \series bold
17426
17427 \backslash
17428 mathbin
17429 \series default
17430
17431 \begin_inset Index idx
17432 status collapsed
17433
17434 \begin_layout Plain Layout
17435 こまんど@コマンド ! M ! 
17436 \backslash
17437 mathbin
17438 \end_layout
17439
17440 \end_inset
17441
17442 コマンドを用いて定義を行うこともできます。
17443 \end_layout
17444
17445 \begin_layout Standard
17446 (書式)
17447 \series bold
17448
17449 \backslash
17450 mathop{表示}
17451 \series default
17452 および
17453 \series bold
17454
17455 \backslash
17456 mathbin{表示}
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461 \series bold
17462
17463 \backslash
17464 mathop
17465 \series default
17466 は大演算子を定義し、
17467 \series bold
17468
17469 \backslash
17470 mathbin
17471 \series default
17472 は二項演算子を定義します。
17473 \end_layout
17474
17475 \begin_layout Standard
17476 たとえば
17477 \series bold
17478
17479 \backslash
17480 mathop
17481 \series default
17482 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17483 \end_layout
17484
17485 \begin_layout Standard
17486 \begin_inset Formula \[
17487 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17488 \]
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Standard
17496 上記の数式では
17497 \begin_inset Newline newline
17498 \end_inset
17499
17500
17501 \series bold
17502
17503 \backslash
17504 mathop{
17505 \backslash
17506 sum
17507 \backslash
17508 negmedspace
17509 \backslash
17510 sum
17511 \series default
17512
17513 \begin_inset ERT
17514 status collapsed
17515
17516 \begin_layout Plain Layout
17517
17518
17519 \backslash
17520 spce 
17521 \end_layout
17522
17523 \end_inset
17524
17525
17526 \series bold
17527
17528 \begin_inset Formula $\to$
17529 \end_inset
17530
17531 ^N
17532 \series default
17533
17534 \begin_inset ERT
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538
17539
17540 \backslash
17541 spce 
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \series bold
17548 _i,j=1
17549 \begin_inset Newline newline
17550 \end_inset
17551
17552
17553 \series default
17554 というコマンドを用いています。
17555 \end_layout
17556
17557 \begin_layout Section
17558 書体
17559 \begin_inset Index idx
17560 status collapsed
17561
17562 \begin_layout Plain Layout
17563 しょたい@書体
17564 \end_layout
17565
17566 \end_inset
17567
17568
17569 \begin_inset Index idx
17570 status collapsed
17571
17572 \begin_layout Plain Layout
17573 ふぉんと@フォント | see
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578
17579 {
17580 \end_layout
17581
17582 \end_inset
17583
17584 書体
17585 \begin_inset ERT
17586 status collapsed
17587
17588 \begin_layout Plain Layout
17589
17590 }
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \begin_layout Subsection
17604 書体様式
17605 \begin_inset CommandInset label
17606 LatexCommand label
17607 name "sub:書体様式"
17608
17609 \end_inset
17610
17611
17612 \begin_inset Index idx
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 しょたい@書体 ! ようしき@様式
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \begin_layout Standard
17625 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17626 \begin_inset VSpace -2mm
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \begin_layout Standard
17633 \align center
17634 \begin_inset Tabular
17635 <lyxtabular version="3" rows="7" columns="3">
17636 <features tabularvalignment="middle">
17637 <column alignment="center" valignment="top" width="0">
17638 <column alignment="center" valignment="top" width="0">
17639 <column alignment="center" valignment="top" width="0">
17640 <row>
17641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645 コマンド
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 出力
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663 短絡キー
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 </row>
17669 <row>
17670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674
17675 \backslash
17676 mathbb
17677 \series bold
17678
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 spce 
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \series default
17693 ABC
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 \begin_inset Formula $\mathbb{ABC}$
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714 \begin_inset Info
17715 type  "shortcut"
17716 arg   "font-noun"
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 mathbf
17733 \series bold
17734
17735 \begin_inset ERT
17736 status collapsed
17737
17738 \begin_layout Plain Layout
17739
17740
17741 \backslash
17742 spce 
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \series default
17749 AbC
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 \begin_inset Formula $\mathbf{AbC}$
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 \begin_inset Info
17771 type  "shortcut"
17772 arg   "font-bold"
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \backslash
17788 boldsymbol
17789 \series bold
17790
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 spce 
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \series default
17805 AbC
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 \begin_inset Formula $\boldsymbol{AbC}$
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset Info
17827 type  "shortcuts"
17828 arg   "font-boldsymbol"
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \backslash
17844 mathcal
17845 \series bold
17846
17847 \begin_inset ERT
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851
17852
17853 \backslash
17854 spce 
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \series default
17861 ABC
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 \begin_inset Formula $\mathcal{ABC}$
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Info
17883 type  "shortcut"
17884 arg   "font-emph"
17885 \end_inset
17886
17887
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 </row>
17893 <row>
17894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \backslash
17900 mathfrak
17901 \series bold
17902
17903 \begin_inset ERT
17904 status collapsed
17905
17906 \begin_layout Plain Layout
17907
17908
17909 \backslash
17910 spce 
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \series default
17917 AbC
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 \begin_inset Formula $\mathfrak{AbC}$
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 -
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 </row>
17944 <row>
17945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \backslash
17951 mathscr
17952 \series bold
17953
17954 \begin_inset ERT
17955 status collapsed
17956
17957 \begin_layout Plain Layout
17958
17959
17960 \backslash
17961 spce 
17962 \end_layout
17963
17964 \end_inset
17965
17966
17967 \series default
17968 AbC
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 \begin_inset Formula $\mathscr{AbC}$
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 -
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 </lyxtabular>
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Standard
18003 \align center
18004 \begin_inset Tabular
18005 <lyxtabular version="3" rows="5" columns="3">
18006 <features tabularvalignment="middle">
18007 <column alignment="center" valignment="top" width="0">
18008 <column alignment="center" valignment="top" width="0">
18009 <column alignment="center" valignment="top" width="0">
18010 <row>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 コマンド
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 出力
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 短絡キー
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 <row>
18040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \backslash
18046 mathit
18047 \series bold
18048
18049 \begin_inset ERT
18050 status collapsed
18051
18052 \begin_layout Plain Layout
18053
18054
18055 \backslash
18056 spce 
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \series default
18063 AbC
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Formula $\mathit{AbC}$
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 -
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095
18096 \backslash
18097 mathrm
18098 \series bold
18099
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 spce 
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \series default
18114 AbC
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 \begin_inset Formula $\mathrm{AbC}$
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135 \begin_inset Info
18136 type  "shortcut"
18137 arg   "font-roman"
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 <row>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151
18152 \backslash
18153 mathsf
18154 \series bold
18155
18156 \begin_inset ERT
18157 status collapsed
18158
18159 \begin_layout Plain Layout
18160
18161
18162 \backslash
18163 spce 
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \series default
18170 AbC
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 \begin_inset Formula $\mathsf{AbC}$
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 \begin_inset Info
18192 type  "shortcut"
18193 arg   "font-sans"
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 </row>
18202 <row>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \backslash
18209 mathtt
18210 \series bold
18211
18212 \begin_inset ERT
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216
18217
18218 \backslash
18219 spce 
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \series default
18226 AbC
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 \begin_inset Formula $\mathtt{AbC}$
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 \begin_inset Info
18248 type  "shortcut"
18249 arg   "font-typewriter"
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 </lyxtabular>
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 \begin_inset Note Greyedout
18267 status open
18268
18269 \begin_layout Plain Layout
18270
18271 \series bold
18272 (注意)
18273 \backslash
18274 mathbb
18275 \series default
18276 様式と
18277 \series bold
18278
18279 \backslash
18280 mathcal
18281 \series default
18282 様式は、大文字にのみ使用することができます。
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \begin_layout Standard
18291 既定では、
18292 \series bold
18293
18294 \backslash
18295 mathnormal
18296 \series default
18297 様式に設定されています。
18298 \end_layout
18299
18300 \begin_layout Standard
18301 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18302 \begin_inset Formula \[
18303 \mathfrak{A=\frac{b}{C}}
18304 \]
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \begin_layout Standard
18312 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18313 \series bold
18314
18315 \backslash
18316 textrm
18317 \series default
18318 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18319 \begin_inset Foot
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323 \begin_inset CommandInset href
18324 LatexCommand href
18325 name "LyX-bug #4629"
18326 target "http://www.lyx.org/trac/ticket/4629"
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \begin_layout Standard
18339 書体様式コマンドの代わりに、
18340 \family sans
18341 編集\SpecialChar \menuseparator
18342 数学\SpecialChar \menuseparator
18343 文字様式
18344 \family default
18345 ダイアログや、
18346 \begin_inset Graphics
18347         filename ../../images/math/font.png
18348         scale 85
18349
18350 \end_inset
18351
18352 を使用することもできます。
18353 \end_layout
18354
18355 \begin_layout Subsection
18356 ボールド体の数式
18357 \begin_inset CommandInset label
18358 LatexCommand label
18359 name "sub:ボールド体の数式"
18360
18361 \end_inset
18362
18363
18364 \begin_inset Index idx
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368 すうしき@数式 ! ぼーるどたい@ボールド体
18369 \end_layout
18370
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \begin_layout Standard
18377 数式全体をボールド体にしようとすると、前節の
18378 \series bold
18379
18380 \backslash
18381 mathbf
18382 \series default
18383 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18384 字してしまいます。
18385 \end_layout
18386
18387 \begin_layout Standard
18388 \begin_inset Formula \[
18389 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18390 \]
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 この数式を正しく表示するには、以下のように、
18399 \series bold
18400
18401 \backslash
18402 boldsymbol
18403 \series default
18404 コマンドを使用します。
18405 \begin_inset Formula \[
18406 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18407 \]
18408
18409 \end_inset
18410
18411 また、数式を
18412 \series bold
18413 boldmath環境
18414 \series default
18415 に設定する方法もあります。この環境は、TeXモードで
18416 \series bold
18417
18418 \backslash
18419 boldmath
18420 \begin_inset Index idx
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424 こまんど@コマンド ! B ! 
18425 \backslash
18426 boldmath
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \series default
18433 コマンドを挿入することによって作ることができます。環境を閉じるには、
18434 \series bold
18435
18436 \backslash
18437 unboldmath
18438 \begin_inset Index idx
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442 こまんど@コマンド ! U ! 
18443 \backslash
18444 unboldmath
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \series default
18451 コマンドをTeXモードで挿入します。
18452 \begin_inset ERT
18453 status collapsed
18454
18455 \begin_layout Plain Layout
18456
18457
18458 \backslash
18459 boldmath 
18460 \end_layout
18461
18462 \end_inset
18463
18464
18465 \begin_inset Formula \[
18466 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18467 \]
18468
18469 \end_inset
18470
18471
18472 \begin_inset ERT
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476
18477
18478 \backslash
18479 unboldmath 
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Subsection
18488 色付きの数式
18489 \begin_inset Index idx
18490 status collapsed
18491
18492 \begin_layout Plain Layout
18493 すうしき@数式 ! いろつき@色付き
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18503 \begin_inset Formula \[
18504 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18505 \]
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "sub:色付きボックス"
18517
18518 \end_inset
18519
18520 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18521 \series bold
18522
18523 \backslash
18524 textcolor
18525 \series default
18526
18527 \begin_inset Index idx
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531 こまんど@コマンド ! T ! 
18532 \backslash
18533 textcolor
18534 \end_layout
18535
18536 \end_inset
18537
18538 TeXコードコマンドで適用することができます。
18539 \end_layout
18540
18541 \begin_layout Standard
18542
18543 \series bold
18544
18545 \backslash
18546 textcolor{色}{文字ないし数式}
18547 \end_layout
18548
18549 \begin_layout Standard
18550 下記の例は、全体を濃緑にし、一部を赤にしています。
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 textcolor{darkgreen}{
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \begin_inset Formula \[
18568 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18569 \]
18570
18571 \end_inset
18572
18573
18574 \begin_inset ERT
18575 status collapsed
18576
18577 \begin_layout Plain Layout
18578
18579 }
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18589 \begin_inset Foot
18590 status collapsed
18591
18592 \begin_layout Plain Layout
18593 \begin_inset CommandInset href
18594 LatexCommand href
18595 name "LyX-bug #5269"
18596 target "http://www.lyx.org/trac/ticket/5269"
18597
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \begin_layout Subsection
18609 書体寸法
18610 \begin_inset CommandInset label
18611 LatexCommand label
18612 name "sub:書体寸法"
18613
18614 \end_inset
18615
18616
18617 \begin_inset Index idx
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621 しょたい@書体 ! すんぽう@寸法
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18631 \end_layout
18632
18633 \begin_layout Standard
18634
18635 \series bold
18636
18637 \backslash
18638 Huge
18639 \series default
18640
18641 \series bold
18642
18643 \backslash
18644 huge
18645 \series default
18646
18647 \series bold
18648
18649 \backslash
18650 LARGE
18651 \series default
18652
18653 \series bold
18654
18655 \backslash
18656 Large
18657 \series default
18658
18659 \series bold
18660
18661 \backslash
18662 large
18663 \series default
18664
18665 \series bold
18666
18667 \backslash
18668 normalsize
18669 \series default
18670
18671 \series bold
18672
18673 \backslash
18674 small
18675 \series default
18676 ,
18677 \begin_inset Newline newline
18678 \end_inset
18679
18680
18681 \series bold
18682
18683 \backslash
18684 footnotesize
18685 \series default
18686
18687 \series bold
18688
18689 \backslash
18690 scriptsize
18691 \series default
18692 、および
18693 \series bold
18694
18695 \backslash
18696 tiny
18697 \end_layout
18698
18699 \begin_layout Standard
18700 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18701 \series bold
18702
18703 \backslash
18704 normalsize
18705 \series default
18706 コマンドに設定されます。他のコマンドは、
18707 \series bold
18708
18709 \backslash
18710 normalsize
18711 \series default
18712 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18713 \begin_inset space \thinspace{}
18714 \end_inset
18715
18716 ptであるならば、
18717 \series bold
18718
18719 \backslash
18720 Huge
18721 \series default
18722 コマンドは
18723 \series bold
18724
18725 \backslash
18726 huge
18727 \series default
18728 コマンドと同じ大きさに落とされます。
18729 \end_layout
18730
18731 \begin_layout Standard
18732 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18733 \series bold
18734
18735 \backslash
18736 normalsize
18737 \series default
18738 コマンドを挿入します。
18739 \end_layout
18740
18741 \begin_layout Standard
18742 \begin_inset Newpage newpage
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18750 \end_layout
18751
18752 \begin_layout Standard
18753 \noindent
18754 \align center
18755 \begin_inset Tabular
18756 <lyxtabular version="3" rows="5" columns="2">
18757 <features tabularvalignment="middle">
18758 <column alignment="center" valignment="top" width="0">
18759 <column alignment="center" valignment="top" width="0">
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 コマンド
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 出力
18775 \begin_inset Note Note
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779
18780 \series bold
18781
18782 \backslash
18783 raisebox
18784 \series default
18785  はスペーサーとして使用されているだけです。
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \backslash
18803 displaystyle
18804 \begin_inset Index idx
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808 こまんど@コマンド ! D ! 
18809 \backslash
18810 displaystyle
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 </row>
18833 <row>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \backslash
18840 textstyle
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \backslash
18865 scriptstyle
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \backslash
18890 scriptscriptstyle
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 </lyxtabular>
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18917 \end_layout
18918
18919 \begin_layout Standard
18920 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18921 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18922 \begin_inset VSpace -2mm
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 \begin_inset ERT
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 huge 
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \begin_inset Formula \[
18943 A=\frac{B}{c}\cdot\maltese
18944 \]
18945
18946 \end_inset
18947
18948
18949 \begin_inset Formula \[
18950 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18951 \]
18952
18953 \end_inset
18954
18955
18956 \begin_inset ERT
18957 status collapsed
18958
18959 \begin_layout Plain Layout
18960
18961
18962 \backslash
18963 normalsize 
18964 \end_layout
18965
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \begin_layout Standard
18972 \begin_inset VSpace medskip
18973 \end_inset
18974
18975 二つの式の前には、
18976 \series bold
18977
18978 \backslash
18979 huge
18980 \series default
18981 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18982 \begin_inset Newline newline
18983 \end_inset
18984
18985
18986 \series bold
18987
18988 \backslash
18989 maltese
18990 \begin_inset ERT
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994
18995
18996 \backslash
18997 spce 
18998 \end_layout
18999
19000 \end_inset
19001
19002 A Alt+M M 
19003 \backslash
19004 Large
19005 \begin_inset ERT
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009
19010
19011 \backslash
19012 spce 
19013 \end_layout
19014
19015 \end_inset
19016
19017
19018 \backslash
19019 maltese
19020 \begin_inset ERT
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024
19025
19026 \backslash
19027 spce 
19028 \end_layout
19029
19030 \end_inset
19031
19032
19033 \backslash
19034 textit
19035 \begin_inset ERT
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039
19040
19041 \backslash
19042 spce 
19043 \end_layout
19044
19045 \end_inset
19046
19047 A
19048 \begin_inset Formula $\to$
19049 \end_inset
19050
19051
19052 \begin_inset Formula $\to$
19053 \end_inset
19054
19055
19056 \begin_inset Newline newline
19057 \end_inset
19058
19059
19060 \begin_inset space \hspace*{}
19061 \length 1cm
19062 \end_inset
19063
19064 Alt+M
19065 \series default
19066  
19067 \series bold
19068
19069 \backslash
19070 tiny
19071 \begin_inset ERT
19072 status collapsed
19073
19074 \begin_layout Plain Layout
19075
19076
19077 \backslash
19078 spce 
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \backslash
19085 maltese
19086 \begin_inset ERT
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090
19091
19092 \backslash
19093 spce 
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \backslash
19100 textit
19101 \begin_inset ERT
19102 status collapsed
19103
19104 \begin_layout Plain Layout
19105
19106
19107 \backslash
19108 spce 
19109 \end_layout
19110
19111 \end_inset
19112
19113 A
19114 \begin_inset Newline newline
19115 \end_inset
19116
19117
19118 \series default
19119 のようになります。
19120 \end_layout
19121
19122 \begin_layout Standard
19123 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19124 \begin_inset Newpage newpage
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Section
19131 ギリシャ文字
19132 \begin_inset Index idx
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136 ぎりしゃもじ@ギリシャ文字
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Standard
19145 すべてのギリシャ文字は、ツールバーボタンの
19146 \begin_inset Graphics
19147         filename ../../images/math/alpha.png
19148         scale 85
19149
19150 \end_inset
19151
19152 からでも挿入することができます。 
19153 \lang english
19154 All international typesetting norms purport that Greek letters in math have
19155  to be typeset italic/slanted.
19156  In some languages, like French or Russian, they are nevertheless sometimes
19157  typeset upright.
19158 \end_layout
19159
19160 \begin_layout Subsection
19161 小文字
19162 \begin_inset Index idx
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Standard
19175 \begin_inset space \hfill{}
19176 \end_inset
19177
19178
19179 \begin_inset Tabular
19180 <lyxtabular version="3" rows="11" columns="2">
19181 <features tabularvalignment="middle">
19182 <column alignment="center" valignment="top" width="0pt">
19183 <column alignment="center" valignment="top" width="0pt">
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 コマンド
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 出力
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \backslash
19211 alpha
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 \begin_inset Formula $\alpha$
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \backslash
19236 beta
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 \begin_inset Formula $\beta$
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 </row>
19254 <row>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259
19260 \backslash
19261 gamma
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 \begin_inset Formula $\gamma$
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 <row>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \backslash
19286 delta
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 \begin_inset Formula $\delta$
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 </row>
19304 <row>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309
19310 \backslash
19311 epsilon
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 \begin_inset Formula $\epsilon$
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 </row>
19329 <row>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \backslash
19336 varepsilon
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 \begin_inset Formula $\varepsilon$
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \backslash
19361 zeta
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 \begin_inset Formula $\zeta$
19371 \end_inset
19372
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 </row>
19379 <row>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384
19385 \backslash
19386 eta
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 \begin_inset Formula $\eta$
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 </row>
19404 <row>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409
19410 \backslash
19411 theta
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420 \begin_inset Formula $\theta$
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434
19435 \backslash
19436 vartheta
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 \begin_inset Formula $\vartheta$
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 </lyxtabular>
19455
19456 \end_inset
19457
19458
19459 \begin_inset space \hfill{}
19460 \end_inset
19461
19462
19463 \begin_inset Tabular
19464 <lyxtabular version="3" rows="12" columns="2">
19465 <features tabularvalignment="middle">
19466 <column alignment="center" valignment="top" width="0pt">
19467 <column alignment="center" valignment="top" width="0pt">
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 コマンド
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 出力
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \backslash
19495 iota
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Formula $\iota$
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518
19519 \backslash
19520 kappa
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529 \begin_inset Formula $\kappa$
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 </row>
19538 <row>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543
19544 \backslash
19545 varkappa
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $\varkappa$
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 <row>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568
19569 \backslash
19570 lambda
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $\lambda$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 mu
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\mu$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 nu
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\nu$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 xi
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\xi$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 <row>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 o
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Formula $o$
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 </row>
19686 <row>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691
19692 \backslash
19693 pi
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 \begin_inset Formula $\pi$
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \backslash
19718 varpi
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset Formula $\varpi$
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741
19742 \backslash
19743 rho
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 \begin_inset Formula $\rho$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 </lyxtabular>
19762
19763 \end_inset
19764
19765
19766 \begin_inset space \hfill{}
19767 \end_inset
19768
19769
19770 \begin_inset Tabular
19771 <lyxtabular version="3" rows="11" columns="2">
19772 <features tabularvalignment="middle">
19773 <column alignment="center" valignment="top" width="0pt">
19774 <column alignment="center" valignment="top" width="0pt">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 コマンド
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 出力
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 varrho
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\varrho$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \backslash
19827 sigma
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset Formula $\sigma$
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 </row>
19845 <row>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850
19851 \backslash
19852 varsigma
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset Formula $\varsigma$
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 <row>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875
19876 \backslash
19877 tau
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 \begin_inset Formula $\tau$
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 <row>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \backslash
19902 upsilon
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 \begin_inset Formula $\upsilon$
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 phi
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\phi$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 varphi
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\varphi$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 chi
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\chi$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 psi
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\psi$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 omega
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\omega$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 </lyxtabular>
20046
20047 \end_inset
20048
20049
20050 \begin_inset space \hfill{}
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Standard
20057 \begin_inset VSpace medskip
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \begin_layout Standard
20064 アップライト体のギリシャ文字を作成する方法は、第
20065 \begin_inset CommandInset ref
20066 LatexCommand ref
20067 reference "sub:アップライト体ギリシャ小文字"
20068
20069 \end_inset
20070
20071 節に説明されています。
20072 \end_layout
20073
20074 \begin_layout Subsection
20075 大文字
20076 \begin_inset Index idx
20077 status collapsed
20078
20079 \begin_layout Plain Layout
20080 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20081 \end_layout
20082
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \begin_layout Standard
20089 \begin_inset space \hfill{}
20090 \end_inset
20091
20092
20093 \begin_inset Tabular
20094 <lyxtabular version="3" rows="7" columns="2">
20095 <features tabularvalignment="middle">
20096 <column alignment="center" valignment="top" width="0pt">
20097 <column alignment="center" valignment="top" width="0pt">
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \family roman
20105 \series medium
20106 \shape up
20107 \size normal
20108 \emph off
20109 \bar no
20110 \noun off
20111 \color none
20112 コマンド
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \family roman
20123 \series medium
20124 \shape up
20125 \size normal
20126 \emph off
20127 \bar no
20128 \noun off
20129 \color none
20130 出力
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 Gamma
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\Gamma$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 Delta
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\Delta$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \backslash
20193 Theta
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\Theta$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216
20217 \backslash
20218 Lambda
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset Formula $\Lambda$
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 </row>
20236 <row>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241
20242 \backslash
20243 Xi
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 \begin_inset Formula $\Xi$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \backslash
20268 Pi
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277 \begin_inset Formula $\Pi$
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 </row>
20286 </lyxtabular>
20287
20288 \end_inset
20289
20290
20291 \begin_inset space \hfill{}
20292 \end_inset
20293
20294
20295 \begin_inset Tabular
20296 <lyxtabular version="3" rows="6" columns="2">
20297 <features tabularvalignment="middle">
20298 <column alignment="center" valignment="top" width="0pt">
20299 <column alignment="center" valignment="top" width="0pt">
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \family roman
20307 \series medium
20308 \shape up
20309 \size normal
20310 \emph off
20311 \bar no
20312 \noun off
20313 \color none
20314 コマンド
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \family roman
20325 \series medium
20326 \shape up
20327 \size normal
20328 \emph off
20329 \bar no
20330 \noun off
20331 \color none
20332 出力
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 </row>
20338 <row>
20339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343
20344 \backslash
20345 Sigma
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354 \begin_inset Formula $\Sigma$
20355 \end_inset
20356
20357
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 </row>
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368
20369 \backslash
20370 Upsilon
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 \begin_inset Formula $\Upsilon$
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 </row>
20388 <row>
20389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393
20394 \backslash
20395 Phi
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404 \begin_inset Formula $\Phi$
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \backslash
20420 Psi
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Formula $\Psi$
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \backslash
20445 Omega
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Formula $\Omega$
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 </lyxtabular>
20464
20465 \end_inset
20466
20467
20468 \begin_inset space \hfill{}
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \begin_inset VSpace medskip
20476 \end_inset
20477
20478 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20479 ドの頭に
20480 \series bold
20481 var
20482 \series default
20483 を付けてください。たとえば、
20484 \series bold
20485
20486 \backslash
20487 varGamma
20488 \series default
20489 コマンドは、
20490 \begin_inset Formula $\varGamma$
20491 \end_inset
20492
20493 を生成します。 
20494 \lang english
20495 Another way is to load the package
20496 \lang japanese
20497  
20498 \series bold
20499 fixmath
20500 \series default
20501
20502 \begin_inset Foot
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506
20507 \series bold
20508 fixmath
20509 \series default
20510 は、LaTeXパッケージ
20511 \series bold
20512 was
20513 \series default
20514
20515 \begin_inset Index idx
20516 status collapsed
20517
20518 \begin_layout Plain Layout
20519 ぱっけーじ@パッケージ ! was
20520 \begin_inset ERT
20521 status collapsed
20522
20523 \begin_layout Plain Layout
20524
20525
20526 \backslash
20527 vspace{4mm}
20528 \end_layout
20529
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536
20537 に含まれています。
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \begin_inset Index idx
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547 ぱっけーじ@パッケージ ! fixmath
20548 \end_layout
20549
20550 \end_inset
20551
20552  
20553 \lang english
20554 with the LaTeX-preamble line
20555 \end_layout
20556
20557 \begin_layout Standard
20558
20559 \series bold
20560
20561 \backslash
20562 usepackage{fixmath}
20563 \end_layout
20564
20565 \begin_layout Standard
20566
20567 \lang english
20568 Then all big Greek letters in a document will automatically be typeset upright.
20569 \end_layout
20570
20571 \begin_layout Subsection
20572 ボールド体
20573 \begin_inset Index idx
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20578 \end_layout
20579
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \begin_layout Standard
20586 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20587 \series bold
20588
20589 \backslash
20590 boldsymbol
20591 \series default
20592 コマンドのみです
20593 \begin_inset Index idx
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 こまんど@コマンド ! B ! 
20598 \backslash
20599 boldsymbol
20600 \end_layout
20601
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Standard
20608 \align center
20609 \begin_inset Tabular
20610 <lyxtabular version="3" rows="3" columns="2">
20611 <features tabularvalignment="middle">
20612 <column alignment="center" valignment="top" width="0">
20613 <column alignment="center" valignment="top" width="0">
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 コマンド
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 出力
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 </row>
20634 <row>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639
20640 \backslash
20641 Upsilon
20642 \backslash
20643 boldsymbol
20644 \backslash
20645 Upsilon
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 theta
20671 \backslash
20672 boldsymbol
20673 \backslash
20674 theta
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\theta\boldsymbol{\theta}$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 </lyxtabular>
20693
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Section
20700 記号
20701 \begin_inset ERT
20702 status collapsed
20703
20704 \begin_layout Plain Layout
20705
20706
20707 \backslash
20708 texorpdfstring{
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \begin_inset Foot
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20719 \begin_inset CommandInset citation
20720 LatexCommand cite
20721 key "Symbols"
20722
20723 \end_inset
20724
20725 にあります。
20726 \end_layout
20727
20728 \end_inset
20729
20730
20731 \begin_inset ERT
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735
20736 }{}
20737 \end_layout
20738
20739 \end_inset
20740
20741
20742 \begin_inset Note Note
20743 status collapsed
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20749 \end_layout
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 texorpdfstringについての詳細は、第
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "sub:節見出し中の数式"
20758
20759 \end_inset
20760
20761 節にあります。
20762 \end_layout
20763
20764 \end_inset
20765
20766
20767 \begin_inset Index idx
20768 status collapsed
20769
20770 \begin_layout Plain Layout
20771 きごう@記号
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Standard
20780 本節に掲げてある各記号の多くは、ツールバーボタンの
20781 \begin_inset Graphics
20782         filename ../../images/math/nabla.png
20783         scale 85
20784
20785 \end_inset
20786
20787
20788 \begin_inset Graphics
20789         filename ../../images/math/digamma.png
20790         scale 85
20791
20792 \end_inset
20793
20794 でも挿入することができます。
20795 \end_layout
20796
20797 \begin_layout Subsection
20798 数学記号
20799 \begin_inset CommandInset label
20800 LatexCommand label
20801 name "sub:数学記号"
20802
20803 \end_inset
20804
20805
20806 \begin_inset Index idx
20807 status collapsed
20808
20809 \begin_layout Plain Layout
20810 きごう@記号 ! すうがく@数学
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Standard
20819 \begin_inset space \hfill{}
20820 \end_inset
20821
20822
20823 \begin_inset Tabular
20824 <lyxtabular version="3" rows="10" columns="2">
20825 <features tabularvalignment="middle">
20826 <column alignment="center" valignment="top" width="0pt">
20827 <column alignment="center" valignment="top" width="0pt">
20828 <row>
20829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833 コマンド
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 出力
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 neg
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\neg$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 Im
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\Im$
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 Re
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\Re$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 aleph
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\aleph$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953
20954 \backslash
20955 partial
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 \begin_inset Formula $\partial$
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \backslash
20980 infty
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 \begin_inset Formula $\infty$
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 <row>
20999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003
21004 \backslash
21005 wp
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 \begin_inset Formula $\wp$
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 imath
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\imath$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row>
21049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053
21054 \backslash
21055 jmath
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 \begin_inset Formula $\jmath$
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 </row>
21073 </lyxtabular>
21074
21075 \end_inset
21076
21077
21078 \begin_inset space \hfill{}
21079 \end_inset
21080
21081
21082 \begin_inset Tabular
21083 <lyxtabular version="3" rows="10" columns="2">
21084 <features tabularvalignment="middle">
21085 <column alignment="center" valignment="top" width="0pt">
21086 <column alignment="center" valignment="top" width="0pt">
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 コマンド
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 出力
21102 \begin_inset Note Note
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 ここで
21107 \series bold
21108
21109 \backslash
21110 raisebox
21111 \series default
21112 はスペーサーとして使用しているだけです。
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 forall
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Formula $\forall$
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 </row>
21148 <row>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \backslash
21155 exists
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Formula $\exists$
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 </row>
21173 <row>
21174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178
21179 \backslash
21180 nexists
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 \begin_inset Formula $\nexists$
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 </row>
21198 <row>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203
21204 \backslash
21205 emptyset
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Formula $\emptyset$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 </row>
21223 <row>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228
21229 \backslash
21230 varnothing
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 \begin_inset Formula $\varnothing$
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 <row>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253
21254 \backslash
21255 dag
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 \begin_inset Formula $\dag$
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 </row>
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278
21279 \backslash
21280 ddag
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 \begin_inset Formula $\ddag$
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \backslash
21305 complement
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset ERT
21315 status collapsed
21316
21317 \begin_layout Plain Layout
21318
21319
21320 \backslash
21321 raisebox{-0.8mm}{
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \begin_inset Formula $\complement$
21328 \end_inset
21329
21330
21331 \begin_inset ERT
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335
21336 }
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 Bbbk
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\Bbbk$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 </lyxtabular>
21373
21374 \end_inset
21375
21376
21377 \begin_inset space \hfill{}
21378 \end_inset
21379
21380
21381 \begin_inset Tabular
21382 <lyxtabular version="3" rows="10" columns="2">
21383 <features tabularvalignment="middle">
21384 <column alignment="center" valignment="top" width="0pt">
21385 <column alignment="center" valignment="top" width="0pt">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 コマンド
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 出力
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 prime
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\prime$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 backprime
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\backprime$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 mho
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\mho$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 <row>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \backslash
21488 triangle
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Formula $\triangle$
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 angle
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 \begin_inset Formula $\angle$
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 measuredangle
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\measuredangle$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 sphericalangle
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\sphericalangle$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 top
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\top$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 bot
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\bot$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 </lyxtabular>
21632
21633 \end_inset
21634
21635
21636 \begin_inset space \hfill{}
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Subsection
21643 その他の記号
21644 \begin_inset CommandInset label
21645 LatexCommand label
21646 name "sub:その他の記号"
21647
21648 \end_inset
21649
21650
21651 \begin_inset Index idx
21652 status collapsed
21653
21654 \begin_layout Plain Layout
21655 きごう@記号 ! そのた@その他
21656 \end_layout
21657
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \begin_layout Standard
21664 \noindent
21665 \align center
21666 \begin_inset Tabular
21667 <lyxtabular version="3" rows="10" columns="2">
21668 <features tabularvalignment="middle">
21669 <column alignment="center" valignment="top" width="0pt">
21670 <column alignment="center" valignment="top" width="0pt">
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \family roman
21678 \series medium
21679 \shape up
21680 \size normal
21681 \emph off
21682 \bar no
21683 \noun off
21684 \color none
21685 コマンド
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \family roman
21696 \series medium
21697 \shape up
21698 \size normal
21699 \emph off
21700 \bar no
21701 \noun off
21702 \color none
21703 出力
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 flat
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\flat$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 natural
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\natural$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \backslash
21766 sharp
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\sharp$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \backslash
21791 surd
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\surd$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 checkmark
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\checkmark$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 yen
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Formula $\yen$
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 <row>
21860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864
21865 \backslash
21866 pounds
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 \begin_inset Formula $\pounds$
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 $
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\$$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 §
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $§$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 </lyxtabular>
21931
21932 \end_inset
21933
21934
21935 \begin_inset Tabular
21936 <lyxtabular version="3" rows="10" columns="2">
21937 <features tabularvalignment="middle">
21938 <column alignment="center" valignment="top" width="0">
21939 <column alignment="center" valignment="top" width="0">
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \family roman
21947 \series medium
21948 \shape up
21949 \size normal
21950 \emph off
21951 \bar no
21952 \noun off
21953 \color none
21954 コマンド
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \family roman
21965 \series medium
21966 \shape up
21967 \size normal
21968 \emph off
21969 \bar no
21970 \noun off
21971 \color none
21972 出力
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 hbar
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\hbar$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 hslash
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\hslash$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 clubsuit
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\clubsuit$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 spadesuit
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\spadesuit$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \backslash
22085 bigstar
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\bigstar$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 blacklozenge
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\blacklozenge$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \backslash
22135 blacktriangle
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\blacktriangle$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \backslash
22160 blacktiangledown
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\blacktriangledown$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \backslash
22185 bullet
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Formula $\bullet$
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 </lyxtabular>
22204
22205 \end_inset
22206
22207
22208 \begin_inset Tabular
22209 <lyxtabular version="3" rows="10" columns="2">
22210 <features tabularvalignment="middle">
22211 <column alignment="center" valignment="top" width="0pt">
22212 <column alignment="center" valignment="top" width="0pt">
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \family roman
22220 \series medium
22221 \shape up
22222 \size normal
22223 \emph off
22224 \bar no
22225 \noun off
22226 \color none
22227 コマンド
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \family roman
22238 \series medium
22239 \shape up
22240 \size normal
22241 \emph off
22242 \bar no
22243 \noun off
22244 \color none
22245 出力
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \backslash
22258 diamondsuit
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Formula $\diamondsuit$
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 Diamond
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\Diamond$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 heartsuit
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\heartsuit$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 P
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\P$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 copyright
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\copyright$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 circledR
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $\circledR$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \backslash
22408 maltese
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\maltese$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 <row>
22427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \backslash
22433 diagup
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 \begin_inset Formula $\diagup$
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 diagdown
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\diagdown$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 </lyxtabular>
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Standard
22484 \begin_inset VSpace medskip
22485 \end_inset
22486
22487 ここにある以上の記号が、第
22488 \begin_inset CommandInset ref
22489 LatexCommand ref
22490 reference "sub:他の特殊文字"
22491
22492 \end_inset
22493
22494 節に挙げてあります。
22495 \end_layout
22496
22497 \begin_layout Standard
22498 寸法を変えて表示することのできる記号もあります。第
22499 \begin_inset CommandInset ref
22500 LatexCommand ref
22501 reference "sub:書体寸法"
22502
22503 \end_inset
22504
22505 節をご参照下さい。
22506 \end_layout
22507
22508 \begin_layout Subsection
22509 ユーロ通貨記号€
22510 \begin_inset Index idx
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \begin_inset Index idx
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524
22525 \backslash
22526 @
22527 \begin_inset ERT
22528 status collapsed
22529
22530 \begin_layout Plain Layout
22531
22532
22533 \backslash
22534 officialeuro
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \begin_layout Standard
22548 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22549 \series bold
22550 eurosym
22551 \series default
22552
22553 \begin_inset Index idx
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557 ぱっけーじ@パッケージ ! eurosym
22558 \end_layout
22559
22560 \end_inset
22561
22562 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22563 \end_layout
22564
22565 \begin_layout Standard
22566
22567 \series bold
22568
22569 \backslash
22570 usepackage[gennarrow]{eurosym}
22571 \end_layout
22572
22573 \begin_layout Standard
22574 すると、ユーロ通貨記号を
22575 \series bold
22576
22577 \backslash
22578 euro
22579 \series default
22580
22581 \begin_inset Index idx
22582 status collapsed
22583
22584 \begin_layout Plain Layout
22585 こまんど@コマンド ! E ! 
22586 \backslash
22587 euro
22588 \end_layout
22589
22590 \end_inset
22591
22592 コマンドで挿入することができるようになります。
22593 \end_layout
22594
22595 \begin_layout Standard
22596 数式テキストには、
22597 \series bold
22598 eurosym
22599 \series default
22600 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22601 \series bold
22602 eurosym
22603 \series default
22604 が導入されていれば、
22605 \series bold
22606
22607 \backslash
22608 euro
22609 \series default
22610 はTeXモードでも挿入することができます。また、正式な通貨記号を
22611 \series bold
22612
22613 \backslash
22614 officialeuro
22615 \series default
22616
22617 \begin_inset Index idx
22618 status collapsed
22619
22620 \begin_layout Plain Layout
22621 こまんど@コマンド ! O ! 
22622 \backslash
22623 officialeuro
22624 \end_layout
22625
22626 \end_inset
22627
22628 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22629 \end_layout
22630
22631 \begin_layout Standard
22632 \begin_inset ERT
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636
22637
22638 \backslash
22639 ifeurosym 
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \begin_inset Note Note
22646 status open
22647
22648 \begin_layout Plain Layout
22649 以下の表は、LaTeXパッケージ
22650 \series bold
22651 eurosym
22652 \series default
22653 が導入済みのときのみ表示されます。
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 以下は、各ユーロ通貨記号のまとめです。
22663 \end_layout
22664
22665 \begin_layout Standard
22666 \align center
22667 \begin_inset Tabular
22668 <lyxtabular version="3" rows="4" columns="3">
22669 <features tabularvalignment="middle">
22670 <column alignment="center" valignment="top" width="0pt">
22671 <column alignment="center" valignment="top" width="0pt">
22672 <column alignment="center" valignment="top" width="0pt">
22673 <row>
22674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 コマンド
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 出力
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 数式
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 euro
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\euro$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 数式テキスト
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\mbox{€}$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 TeXモード
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 officialeuro
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 officialeuro
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 </lyxtabular>
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \begin_layout Standard
22819 \begin_inset ERT
22820 status collapsed
22821
22822 \begin_layout Plain Layout
22823
22824
22825 \backslash
22826 else 
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \begin_inset Note Note
22833 status open
22834
22835 \begin_layout Plain Layout
22836 以下は、LaTeXパッケージ
22837 \series bold
22838 eurosym
22839 \series default
22840 が導入されていないときのみ表示されます。
22841 \end_layout
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Standard
22849 本節の残りを出力としてみるためには、LaTeXパッケージ
22850 \series bold
22851 eurosym
22852 \series default
22853 を導入する必要があります。
22854 \end_layout
22855
22856 \begin_layout Standard
22857 \begin_inset ERT
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861
22862
22863 \backslash
22864 fi 
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Section
22873 関係子
22874 \begin_inset CommandInset label
22875 LatexCommand label
22876 name "sec:関係子"
22877
22878 \end_inset
22879
22880
22881 \begin_inset Index idx
22882 status collapsed
22883
22884 \begin_layout Plain Layout
22885 かんけいし@関係子
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \begin_inset Index idx
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 ひかくし@比較子|see
22896 \begin_inset ERT
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900
22901 {
22902 \end_layout
22903
22904 \end_inset
22905
22906 関係子
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912 }
22913 \end_layout
22914
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 関係子はすべて、ツールバーボタンの
22927 \begin_inset Graphics
22928         filename ../../images/math/leq.png
22929         scale 85
22930
22931 \end_inset
22932
22933 でも挿入することができます。
22934 \end_layout
22935
22936 \begin_layout Standard
22937 \begin_inset space \hfill{}
22938 \end_inset
22939
22940
22941 \begin_inset Tabular
22942 <lyxtabular version="3" rows="17" columns="2">
22943 <features tabularvalignment="middle">
22944 <column alignment="center" valignment="top" width="0pt">
22945 <column alignment="center" valignment="top" width="0pt">
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 コマンド
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 出力
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $<$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 \begin_inset Formula $<$
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997
22998 \backslash
22999 le
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Formula $\le$
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 <row>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \backslash
23024 ll
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Formula $\ll$
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 <row>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047
23048 \backslash
23049 prec
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 \begin_inset Formula $\prec$
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072
23073 \backslash
23074 preceq
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 \begin_inset Formula $\preceq$
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 </row>
23092 <row>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097
23098 \backslash
23099 subset
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 \begin_inset Formula $\subset$
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \backslash
23124 subseteq
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 \begin_inset Formula $\subseteq$
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147
23148 \backslash
23149 sqsubseteq
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Formula $\sqsubseteq$
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 in
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Formula $\in$
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \backslash
23199 vdash
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 \begin_inset Formula $\vdash$
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 </row>
23217 <row>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \backslash
23224 smile
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 \begin_inset Formula $\smile$
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 </row>
23242 <row>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \backslash
23249 lhd
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 \begin_inset Formula $\lhd$
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \backslash
23274 unlhd
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset Formula $\unlhd$
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 </row>
23292 <row>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \backslash
23299 gtrless
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Formula $\gtrless$
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322
23323 \backslash
23324 mid
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Formula $\mid$
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \backslash
23349 nmid
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\nmid$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 </lyxtabular>
23368
23369 \end_inset
23370
23371
23372 \begin_inset space \hfill{}
23373 \end_inset
23374
23375
23376 \begin_inset Tabular
23377 <lyxtabular version="3" rows="17" columns="2">
23378 <features tabularvalignment="middle">
23379 <column alignment="center" valignment="top" width="0pt">
23380 <column alignment="center" valignment="top" width="0pt">
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 コマンド
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 出力
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 =
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset Formula $=$
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429
23430 \backslash
23431 not=
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $\not=$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \backslash
23456 equiv
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 \begin_inset Formula $\equiv$
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 </row>
23474 <row>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479
23480 \backslash
23481 sim
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 \begin_inset Formula $\sim$
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 </row>
23499 <row>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \backslash
23506 simeq
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 \begin_inset Formula $\simeq$
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 <row>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
23530 \backslash
23531 approx
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Formula $\approx$
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \backslash
23556 cong
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset Formula $\cong$
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 <row>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \backslash
23581 bowtie
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Formula $\bowtie$
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 </row>
23599 <row>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \backslash
23606 notin
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 \begin_inset Formula $\notin$
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \backslash
23631 perp
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset Formula $\perp$
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \backslash
23656 propto
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Formula $\propto$
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \backslash
23681 asymp
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Formula $\asymp$
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 doteq
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 \begin_inset Formula $\doteq$
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 circeq
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Formula $\circeq$
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \backslash
23756 models
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $\models$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 </row>
23774 <row>
23775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \backslash
23781 widehat=
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 \begin_inset Formula $\widehat{=}$
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 </lyxtabular>
23800
23801 \end_inset
23802
23803
23804 \begin_inset space \hfill{}
23805 \end_inset
23806
23807
23808 \begin_inset Tabular
23809 <lyxtabular version="3" rows="17" columns="2">
23810 <features tabularvalignment="middle">
23811 <column alignment="center" valignment="top" width="0pt">
23812 <column alignment="center" valignment="top" width="0pt">
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \family roman
23820 \series medium
23821 \shape up
23822 \size normal
23823 \emph off
23824 \bar no
23825 \noun off
23826 \color none
23827 コマンド
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \family roman
23838 \series medium
23839 \shape up
23840 \size normal
23841 \emph off
23842 \bar no
23843 \noun off
23844 \color none
23845 出力
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 </row>
23851 <row>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $>$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Formula $>$
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 </row>
23877 <row>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \backslash
23884 ge
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 \begin_inset Formula $\ge$
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 </row>
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \backslash
23909 gg
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 \begin_inset Formula $\gg$
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 </row>
23927 <row>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932
23933 \backslash
23934 succ
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 \begin_inset Formula $\succ$
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 </row>
23952 <row>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957
23958 \backslash
23959 succeq
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968 \begin_inset Formula $\succeq$
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \backslash
23984 supset
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 \begin_inset Formula $\supset$
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 </row>
24002 <row>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007
24008 \backslash
24009 supseteq
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018 \begin_inset Formula $\supseteq$
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 </row>
24027 <row>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032
24033 \backslash
24034 sqsupseteq
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 \begin_inset Formula $\sqsupseteq$
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057
24058 \backslash
24059 ni
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068 \begin_inset Formula $\ni$
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 </row>
24077 <row>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082
24083 \backslash
24084 dashv
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 \begin_inset Formula $\dashv$
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 </row>
24102 <row>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107
24108 \backslash
24109 frown
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 \begin_inset Formula $\frown$
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 </row>
24127 <row>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 rhd
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 \begin_inset Formula $\rhd$
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 </row>
24152 <row>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \backslash
24159 unrhd
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 \begin_inset Formula $\unrhd$
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 </row>
24177 <row>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182
24183 \backslash
24184 lessgtr
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 \begin_inset Formula $\lessgtr$
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 parallel
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 \begin_inset Formula $\parallel$
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 <row>
24228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232
24233 \backslash
24234 nparallel
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 \begin_inset Formula $\nparallel$
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 </row>
24252 </lyxtabular>
24253
24254 \end_inset
24255
24256
24257 \begin_inset space \hfill{}
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 \begin_inset VSpace medskip
24265 \end_inset
24266
24267
24268 \series bold
24269
24270 \backslash
24271 lhd
24272 \series default
24273
24274 \series bold
24275
24276 \backslash
24277 rhd
24278 \series default
24279 の文字は、同じように見える演算子
24280 \series bold
24281
24282 \backslash
24283 triangleleft
24284 \series default
24285 および
24286 \series bold
24287
24288 \backslash
24289 triangleright
24290 \series default
24291 よりも大きくなっています。
24292 \end_layout
24293
24294 \begin_layout Standard
24295 関係子は、記号とは違って、つねに前後に余白が置かれます。
24296 \end_layout
24297
24298 \begin_layout Standard
24299
24300 \series bold
24301
24302 \backslash
24303 stackrel
24304 \series default
24305
24306 \begin_inset Index idx
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 こまんど@コマンド ! S ! 
24311 \backslash
24312 stackrel
24313 \end_layout
24314
24315 \end_inset
24316
24317 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24318 \end_layout
24319
24320 \begin_layout Standard
24321 \align center
24322 \begin_inset Tabular
24323 <lyxtabular version="3" rows="2" columns="2">
24324 <features tabularvalignment="middle">
24325 <column alignment="center" valignment="top" width="0">
24326 <column alignment="center" valignment="top" width="0">
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 コマンド
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 出力
24342 \begin_inset Note Note
24343 status collapsed
24344
24345 \begin_layout Plain Layout
24346 ここで
24347 \series bold
24348
24349 \backslash
24350 raisebox
24351 \series default
24352 はスペーサーとして使用しているだけです。
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 </row>
24363 <row>
24364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 A(r)
24369 \backslash
24370 stackrel
24371 \begin_inset ERT
24372 status collapsed
24373
24374 \begin_layout Plain Layout
24375
24376
24377 \backslash
24378 spce 
24379 \end_layout
24380
24381 \end_inset
24382
24383 r
24384 \backslash
24385 to
24386 \backslash
24387 infty
24388 \begin_inset ERT
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392
24393
24394 \backslash
24395 spce 
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \begin_inset Formula $\downarrow$
24402 \end_inset
24403
24404
24405 \backslash
24406 approx
24407 \begin_inset ERT
24408 status collapsed
24409
24410 \begin_layout Plain Layout
24411
24412
24413 \backslash
24414 spce 
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \begin_inset ERT
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424
24425
24426 \backslash
24427 spce 
24428 \end_layout
24429
24430 \end_inset
24431
24432 B
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 </lyxtabular>
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Section
24458 函数
24459 \end_layout
24460
24461 \begin_layout Subsection
24462 定義済み函数
24463 \begin_inset CommandInset label
24464 LatexCommand label
24465 name "sub:定義済み函数"
24466
24467 \end_inset
24468
24469
24470 \begin_inset Index idx
24471 status collapsed
24472
24473 \begin_layout Plain Layout
24474 かんすう@函数 ! ていぎずみ@定義済み
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 一般的に、数式表現では変数は
24484 \shape italic
24485 イタリック体
24486 \shape default
24487 に設定されますが、函数名はイタリック体にしません。なぜなら、
24488 \begin_inset Formula $sin$
24489 \end_inset
24490
24491
24492 \begin_inset Formula $s\cdot i\cdot n$
24493 \end_inset
24494
24495 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24496 ックスラッシュを加えたコマンドとして挿入します。
24497 \end_layout
24498
24499 \begin_layout Standard
24500 \align center
24501 \begin_inset Tabular
24502 <lyxtabular version="3" rows="2" columns="4">
24503 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24508 <row>
24509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 コマンド
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 出力
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 コマンド
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 出力
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 </row>
24546 <row>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 Asin(x)+B
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Formula $Asin(x)+B$
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572 A
24573 \backslash
24574 sin(x)+B
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 \begin_inset Formula $A\sin(x)+B$
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 </row>
24592 </lyxtabular>
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Standard
24600 以下の函数が定義済みです。
24601 \end_layout
24602
24603 \begin_layout Standard
24604 \begin_inset VSpace -2mm
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \align center
24612 \begin_inset Tabular
24613 <lyxtabular version="3" rows="9" columns="4">
24614 <features tabularvalignment="middle">
24615 <column alignment="center" valignment="top" width="0pt">
24616 <column alignment="center" valignment="top" width="0pt">
24617 <column alignment="center" valignment="top" width="0pt">
24618 <column alignment="center" valignment="top" width="0pt">
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 コマンド
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633 コマンド
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642 コマンド
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 コマンド
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 </row>
24657 <row>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 sin
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 sinh
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 arcsin
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 sup
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 <row>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \backslash
24710 cos
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719
24720 \backslash
24721 cosh
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 arccos
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \backslash
24743 inf
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 </row>
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 tan
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 tanh
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 arctan
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787
24788 \backslash
24789 lim
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 </row>
24795 <row>
24796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800
24801 \backslash
24802 cot
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811
24812 \backslash
24813 coth
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \backslash
24824 arg
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \backslash
24835 liminf
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 </row>
24841 <row>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846
24847 \backslash
24848 sec
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \backslash
24859 min
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \backslash
24870 deg
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879
24880 \backslash
24881 limsup
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 <row>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892
24893 \backslash
24894 csc
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 max
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \backslash
24916 det
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 Pr
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 ln
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 exp
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 dim
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971
24972 \backslash
24973 hom
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 <row>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \backslash
24986 lg
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 log
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 ker
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 gcd
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 </lyxtabular>
25026
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 上記は、数式ツールバーボタンの
25034 \begin_inset Graphics
25035         filename ../../images/math/functions.png
25036         scale 85
25037
25038 \end_inset
25039
25040 でも挿入することができます。
25041 \end_layout
25042
25043 \begin_layout Subsection
25044 自己定義函数
25045 \begin_inset Index idx
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049 かんすう@函数 ! じこていぎ@自己定義
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25059 \end_layout
25060
25061 \begin_layout Itemize
25062 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25063 \begin_inset Foot
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067
25068 \series bold
25069
25070 \backslash
25071 DeclareMathOperator
25072 \series default
25073 についての詳細は、第
25074 \begin_inset CommandInset ref
25075 LatexCommand ref
25076 reference "sub:自己定義演算子"
25077
25078 \end_inset
25079
25080 節をご参照下さい。
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \begin_inset Newline newline
25087 \end_inset
25088
25089
25090 \begin_inset VSpace -3mm
25091 \end_inset
25092
25093
25094 \begin_inset Newline newline
25095 \end_inset
25096
25097
25098 \series bold
25099
25100 \backslash
25101 DeclareMathOperator{
25102 \backslash
25103 sgn}{sgn}
25104 \series default
25105
25106 \begin_inset Index idx
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110 こまんど@コマンド ! D ! 
25111 \backslash
25112 dbinom@
25113 \backslash
25114 DeclareMathOperator
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \begin_inset Newline newline
25121 \end_inset
25122
25123
25124 \begin_inset VSpace -2mm
25125 \end_inset
25126
25127
25128 \begin_inset Newline newline
25129 \end_inset
25130
25131 これによって、新しく定義された函数を
25132 \series bold
25133
25134 \backslash
25135 sgn
25136 \series default
25137 コマンドで呼び出すことができるようになります。
25138 \end_layout
25139
25140 \begin_layout Itemize
25141 数式を普通に書き下し、函数名を選択して(上記の例では
25142 \emph on
25143 sgn
25144 \emph default
25145 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25146 \end_layout
25147
25148 \begin_layout Standard
25149 双方とも定義済み函数と同等の出力をもたらします
25150 \begin_inset Foot
25151 status collapsed
25152
25153 \begin_layout Plain Layout
25154 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25155 \end_layout
25156
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \begin_layout Standard
25163 \align center
25164 \begin_inset Tabular
25165 <lyxtabular version="3" rows="3" columns="2">
25166 <features tabularvalignment="middle">
25167 <column alignment="center" valignment="top" width="0pt">
25168 <column alignment="center" valignment="top" width="0pt">
25169 <row>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 コマンド
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 出力
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 A
25195 \backslash
25196 sgn(x)+B
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 \begin_inset Formula $A\sgn(x)+B$
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 A
25220 \backslash
25221 ,
25222 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25223 \end_inset
25224
25225 (x)+B
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 </row>
25243 </lyxtabular>
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \begin_layout Standard
25251 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25252 \end_layout
25253
25254 \begin_layout Subsection
25255 極限
25256 \begin_inset Index idx
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260 きょくげん@極限
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \begin_layout Standard
25269 極限用には、
25270 \series bold
25271
25272 \backslash
25273 lim
25274 \series default
25275
25276 \begin_inset Index idx
25277 status collapsed
25278
25279 \begin_layout Plain Layout
25280 こまんど@コマンド ! L ! 
25281 \backslash
25282 lim
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \series bold
25289
25290 \backslash
25291 liminf
25292 \series default
25293
25294 \series bold
25295
25296 \backslash
25297 limsup
25298 \series default
25299 の他に、以下の函数があります。
25300 \end_layout
25301
25302 \begin_layout Standard
25303 \align center
25304 \begin_inset Tabular
25305 <lyxtabular version="3" rows="5" columns="2">
25306 <features tabularvalignment="middle">
25307 <column alignment="center" valignment="top" width="0">
25308 <column alignment="center" valignment="top" width="0">
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314 コマンド
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 出力
25324 \begin_inset Note Note
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328 ここで
25329 \series bold
25330
25331 \backslash
25332 raisebox
25333 \series default
25334 はスペーサーとして使用しているだけです。
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 </row>
25345 <row>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 varliminf
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361 \begin_inset Formula $\varliminf$
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 </row>
25370 <row>
25371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375
25376 \backslash
25377 varlimsup
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386 \begin_inset Formula $\varlimsup$
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 </row>
25395 <row>
25396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 varprojlim
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411 \begin_inset Formula $\varprojlim$
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 </row>
25420 <row>
25421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 varinjlim
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436 \begin_inset Formula $\varinjlim$
25437 \end_inset
25438
25439
25440 \begin_inset Formula $\raisebox{-2.5mm}{}$
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 </lyxtabular>
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Standard
25457 \begin_inset VSpace medskip
25458 \end_inset
25459
25460 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25461 \end_layout
25462
25463 \begin_layout Standard
25464 \align center
25465 \begin_inset Tabular
25466 <lyxtabular version="3" rows="2" columns="2">
25467 <features tabularvalignment="middle">
25468 <column alignment="center" valignment="top" width="0pt">
25469 <column alignment="center" valignment="top" width="0pt">
25470 <row>
25471 <cell alignment="center" valignment="top" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 コマンド
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 \begin_inset space \hspace{}
25485 \length 1cm
25486 \end_inset
25487
25488 出力
25489 \begin_inset Note Note
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 ここで
25494 \series bold
25495
25496 \backslash
25497 raisebox
25498 \series default
25499 はスペーサーとして使用しているだけです。
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 <row>
25511 <cell alignment="center" valignment="top" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515
25516 \backslash
25517 lim_x
25518 \backslash
25519 to
25520 \begin_inset ERT
25521 status collapsed
25522
25523 \begin_layout Plain Layout
25524
25525
25526 \backslash
25527 spce 
25528 \end_layout
25529
25530 \end_inset
25531
25532 A
25533 \begin_inset ERT
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537
25538
25539 \backslash
25540 spce 
25541 \end_layout
25542
25543 \end_inset
25544
25545 x=B
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 </row>
25563 </lyxtabular>
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Standard
25571 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25572 \begin_inset Formula \[
25573 \lim_{x\to A}x=B
25574 \]
25575
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \begin_layout Subsection
25582 剰余函数
25583 \begin_inset Index idx
25584 status collapsed
25585
25586 \begin_layout Plain Layout
25587 かんすう@函数 ! じょうよ@剰余
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \begin_inset Index idx
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 かんすう@函数 ! もじゅらす@モジュラス | see
25598 \begin_inset ERT
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602
25603 {
25604 \end_layout
25605
25606 \end_inset
25607
25608 剰余
25609 \begin_inset ERT
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613
25614 }
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 剰余函数は、特別に4つの派生型があります。
25629 \end_layout
25630
25631 \begin_layout Standard
25632 以下は、別行建て数式での派生型です。
25633 \begin_inset Formula \begin{align*}
25634 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25635 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25636 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25637 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25638 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25639 \end{align*}
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25648 \end_layout
25649
25650 \begin_layout Section
25651 特殊文字
25652 \begin_inset Index idx
25653 status collapsed
25654
25655 \begin_layout Plain Layout
25656 とくしゅもじ@特殊文字
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \begin_layout Subsection
25665 数式テキストにおける特殊文字
25666 \end_layout
25667
25668 \begin_layout Standard
25669 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \begin_inset space \hfill{}
25674 \end_inset
25675
25676
25677 \begin_inset Tabular
25678 <lyxtabular version="3" rows="8" columns="2">
25679 <features tabularvalignment="middle">
25680 <column alignment="block" valignment="top" width="0">
25681 <column alignment="block" valignment="top" width="0">
25682 <row>
25683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 コマンド
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 出力
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 </row>
25702 <row>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707
25708 \backslash
25709 oe
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718 \begin_inset Formula $\textrm{œ}$
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 <row>
25728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732
25733 \backslash
25734 OE
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743 \begin_inset Formula $\textrm{Œ}$
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 </row>
25752 <row>
25753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757
25758 \backslash
25759 ae
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 \begin_inset Formula $\textrm{æ}$
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 AE
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793 \begin_inset Formula $\textrm{Æ}$
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 aa
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset Formula $\textrm{\aa}$
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 <row>
25828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 AA
25835 \begin_inset Index idx
25836 status collapsed
25837
25838 \begin_layout Plain Layout
25839
25840 \lang english
25841
25842 \backslash
25843 @
25844 \begin_inset ERT
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848
25849
25850 \backslash
25851 textrm{
25852 \backslash
25853 AA}
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872 \begin_inset Formula $\textrm{Å}$
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 </row>
25881 <row>
25882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886
25887 \backslash
25888 i
25889 \end_layout
25890
25891 \end_inset
25892 </cell>
25893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25894 \begin_inset Text
25895
25896 \begin_layout Plain Layout
25897 \begin_inset Formula $\textrm{ı}$
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \end_inset
25904 </cell>
25905 </row>
25906 </lyxtabular>
25907
25908 \end_inset
25909
25910
25911 \begin_inset space \hfill{}
25912 \end_inset
25913
25914
25915 \begin_inset Tabular
25916 <lyxtabular version="3" rows="8" columns="2">
25917 <features tabularvalignment="middle">
25918 <column alignment="block" valignment="top" width="0">
25919 <column alignment="center" valignment="top" width="0">
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 コマンド
25926 \begin_inset Note Note
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930 0
25931 \begin_inset space \thinspace{}
25932 \end_inset
25933
25934 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948 出力
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 </row>
25954 <row>
25955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959
25960 \backslash
25961 o
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 \begin_inset Formula $\textrm{ø}$
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 O
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 \begin_inset Formula $\textrm{Ø}$
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 </row>
26004 <row>
26005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009
26010 \backslash
26011 l
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020 \begin_inset Formula $\textrm{ł}$
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 </row>
26029 <row>
26030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034
26035 \backslash
26036 L
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 \begin_inset Formula $\textrm{Ł}$
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 !
26060 \begin_inset space \hspace{}
26061 \length 0mm
26062 \end_inset
26063
26064 `
26065 \begin_inset ERT
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069
26070
26071 \backslash
26072 spce 
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 \begin_inset Formula $\textrm{!`}$
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 </row>
26095 <row>
26096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 ?
26101 \begin_inset space \hspace{}
26102 \length 0mm
26103 \end_inset
26104
26105 `
26106 \begin_inset ERT
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 spce 
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 \begin_inset Formula $\textrm{?`}$
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 j
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 \begin_inset Formula $\textrm{ȷ}$
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 </lyxtabular>
26162
26163 \end_inset
26164
26165
26166 \begin_inset space \hfill{}
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 \begin_inset Formula $\textrm{\textrm{Å}}$
26174 \end_inset
26175
26176
26177 \begin_inset Formula $\textrm{\textrm{Ø}}$
26178 \end_inset
26179
26180 の各文字は、数式ツールバーボタンの
26181 \begin_inset Graphics
26182         filename ../../images/math/digamma.png
26183         scale 85
26184
26185 \end_inset
26186
26187 からも挿入することができます。
26188 \end_layout
26189
26190 \begin_layout Standard
26191 例外は、
26192 \series bold
26193 !
26194 \begin_inset space \hspace{}
26195 \length 0mm
26196 \end_inset
26197
26198 `
26199 \series default
26200
26201 \series bold
26202 ?
26203 \begin_inset space \hspace{}
26204 \length 0mm
26205 \end_inset
26206
26207 `
26208 \series default
26209 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26210 \end_layout
26211
26212 \begin_layout Subsection
26213 文章中のアクセント
26214 \begin_inset CommandInset label
26215 LatexCommand label
26216 name "sub:文章中のアクセント"
26217
26218 \end_inset
26219
26220
26221 \begin_inset Index idx
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Standard
26234 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26235 \end_layout
26236
26237 \begin_layout Standard
26238 \begin_inset space \hfill{}
26239 \end_inset
26240
26241
26242 \begin_inset Tabular
26243 <lyxtabular version="3" rows="8" columns="2">
26244 <features tabularvalignment="middle">
26245 <column alignment="block" valignment="top" width="0">
26246 <column alignment="block" valignment="top" width="0">
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252 コマンド
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 出力
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 </row>
26267 <row>
26268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272
26273 \backslash
26274
26275 \begin_inset Quotes grd
26276 \end_inset
26277
26278 e
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287 \begin_inset ERT
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291
26292
26293 \backslash
26294 "e
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 <row>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310
26311 \backslash
26312 `e
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 `e
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344
26345 \backslash
26346 ^
26347 \begin_inset ERT
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351
26352
26353 \backslash
26354 spce 
26355 \end_layout
26356
26357 \end_inset
26358
26359 e
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 ^e
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \backslash
26393 =e
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402 \begin_inset ERT
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406
26407
26408 \backslash
26409 =e
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 <row>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425
26426 \backslash
26427 u
26428 \begin_inset ERT
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432
26433
26434 \backslash
26435 spce 
26436 \end_layout
26437
26438 \end_inset
26439
26440 e
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset ERT
26450 status collapsed
26451
26452 \begin_layout Plain Layout
26453
26454
26455 \backslash
26456 u e
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \backslash
26474 b
26475 \begin_inset ERT
26476 status collapsed
26477
26478 \begin_layout Plain Layout
26479
26480
26481 \backslash
26482 spce 
26483 \end_layout
26484
26485 \end_inset
26486
26487 e
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 b e
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 <row>
26515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519
26520 \backslash
26521 t
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 spce 
26530 \end_layout
26531
26532 \end_inset
26533
26534 ee
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547
26548
26549 \backslash
26550 t ee
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 </row>
26561 </lyxtabular>
26562
26563 \end_inset
26564
26565
26566 \begin_inset space \hfill{}
26567 \end_inset
26568
26569
26570 \begin_inset Tabular
26571 <lyxtabular version="3" rows="8" columns="2">
26572 <features tabularvalignment="middle">
26573 <column alignment="block" valignment="top" width="0">
26574 <column alignment="center" valignment="top" width="0">
26575 <row>
26576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 コマンド
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589 出力
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 <row>
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600
26601 \backslash
26602 H
26603 \begin_inset ERT
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607
26608
26609 \backslash
26610 spce 
26611 \end_layout
26612
26613 \end_inset
26614
26615 e
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 H e
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row>
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647
26648 \backslash
26649 'e
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 'e
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 ~e
26684 \begin_inset Index idx
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689 \lang english
26690 Tilde
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset ERT
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708
26709
26710 \backslash
26711 ~e
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 </row>
26722 <row>
26723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727
26728 \backslash
26729 .e
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset ERT
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742
26743
26744 \backslash
26745 .e
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 </row>
26756 <row>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761
26762 \backslash
26763 v
26764 \begin_inset ERT
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768
26769
26770 \backslash
26771 spce 
26772 \end_layout
26773
26774 \end_inset
26775
26776 e
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 \begin_inset ERT
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 v e
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 <row>
26804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 d
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 spce 
26819 \end_layout
26820
26821 \end_inset
26822
26823 e
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 \begin_inset ERT
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836
26837
26838 \backslash
26839 d e
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 </row>
26850 <row>
26851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855
26856 \backslash
26857 c
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 spce 
26866 \end_layout
26867
26868 \end_inset
26869
26870 e
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 \begin_inset ERT
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883
26884
26885 \backslash
26886 c e
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 </row>
26897 </lyxtabular>
26898
26899 \end_inset
26900
26901
26902 \begin_inset space \hfill{}
26903 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Standard
26909 \begin_inset VSpace medskip
26910 \end_inset
26911
26912
26913 \series bold
26914
26915 \backslash
26916 t
26917 \series default
26918 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26919 \series bold
26920
26921 \backslash
26922 t
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 spce 
26931 \end_layout
26932
26933 \end_inset
26934
26935 sz
26936 \series default
26937 は、
26938 \begin_inset ERT
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942
26943
26944 \backslash
26945 t sz
26946 \end_layout
26947
26948 \end_inset
26949
26950 となります。
26951 \end_layout
26952
26953 \begin_layout Standard
26954
26955 \series bold
26956 `
26957 \series default
26958  ・
26959 \series bold
26960  '
26961 \series default
26962  ・ 
26963 \series bold
26964 ^
26965 \series default
26966  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26967 \begin_inset Foot
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \series bold
26978 ~
26979 \series default
26980 を、
26981 \emph on
26982 a
26983 \emph default
26984
26985 \emph on
26986 n
26987 \emph default
26988
26989 \emph on
26990 o
26991 \emph default
26992 といっしょに使うときも同様です。
26993 \end_layout
26994
26995 \begin_layout Standard
26996
26997 \series bold
26998
26999 \backslash
27000 b
27001 \series default
27002
27003 \series bold
27004
27005 \backslash
27006 c
27007 \series default
27008
27009 \series bold
27010
27011 \backslash
27012 d
27013 \series default
27014
27015 \series bold
27016
27017 \backslash
27018 H
27019 \series default
27020
27021 \series bold
27022
27023 \backslash
27024 t
27025 \series default
27026
27027 \series bold
27028
27029 \backslash
27030 u
27031 \series default
27032
27033 \series bold
27034
27035 \backslash
27036 v
27037 \series default
27038 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27039 。第
27040 \begin_inset CommandInset ref
27041 LatexCommand ref
27042 reference "sub:一文字に付けるアクセント"
27043
27044 \end_inset
27045
27046 節をご参照下さい。
27047 \end_layout
27048
27049 \begin_layout Standard
27050 \begin_inset VSpace bigskip
27051 \end_inset
27052
27053 さらに、
27054 \series bold
27055
27056 \backslash
27057 textcircled
27058 \series default
27059
27060 \begin_inset Index idx
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064 こまんど@コマンド ! T ! 
27065 \backslash
27066 textcircled
27067 \end_layout
27068
27069 \end_inset
27070
27071 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27072
27073 \end_layout
27074
27075 \begin_layout Standard
27076 \align center
27077 \begin_inset Tabular
27078 <lyxtabular version="3" rows="3" columns="2">
27079 <features tabularvalignment="middle">
27080 <column alignment="center" valignment="top" width="0">
27081 <column alignment="center" valignment="top" width="0">
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087 コマンド
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096 出力
27097 \begin_inset Note Note
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101 ここで
27102 \series bold
27103
27104 \backslash
27105 raisebox
27106 \series default
27107 はスペーサーとして使用しているだけです。
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 </row>
27118 <row>
27119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27120 \begin_inset Text
27121
27122 \begin_layout Plain Layout
27123
27124 \backslash
27125 textcircled{w}
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 textcircled{w}
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 </row>
27152 <row>
27153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157
27158 \backslash
27159 Large 
27160 \backslash
27161 textcircled{
27162 \backslash
27163 normalsize
27164 \backslash
27165 protect
27166 \backslash
27167 raisebox{-1.5pt}{W}}
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176 \begin_inset Formula $\raisebox{4.5mm}{}$
27177 \end_inset
27178
27179
27180 \begin_inset ERT
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184
27185
27186 \backslash
27187 Large 
27188 \backslash
27189 textcircled{
27190 \backslash
27191 normalsize
27192 \backslash
27193 protect
27194 \backslash
27195 raisebox{-1.5pt}W}
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \begin_inset Formula $\raisebox{-2mm}{}$
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 </lyxtabular>
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27219 \series bold
27220
27221 \backslash
27222 Large
27223 \series default
27224
27225 \begin_inset Foot
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230 \begin_inset CommandInset ref
27231 LatexCommand ref
27232 reference "sub:書体寸法"
27233
27234 \end_inset
27235
27236 節参照のこと。
27237 \end_layout
27238
27239 \end_inset
27240
27241 で丸の大きさを指定しています。そして
27242 \series bold
27243
27244 \backslash
27245 raisebox
27246 \series default
27247
27248 \begin_inset Foot
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252
27253 \begin_inset CommandInset ref
27254 LatexCommand ref
27255 reference "sub:枠なしボックス"
27256
27257 \end_inset
27258
27259 節参照のこと。
27260 \end_layout
27261
27262 \end_inset
27263
27264 を使って、文字が真ん中にくるようにしています。
27265 \end_layout
27266
27267 \begin_layout Subsection
27268 小数字
27269 \begin_inset Index idx
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273 しょうすうじ@小数字
27274 \end_layout
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Standard
27282 小数字(minuscule number)は、
27283 \series bold
27284
27285 \backslash
27286 oldstylenums
27287 \series default
27288
27289 \begin_inset Index idx
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 こまんど@コマンド ! O ! 
27294 \backslash
27295 oldstylenums
27296 \end_layout
27297
27298 \end_inset
27299
27300 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27301 \end_layout
27302
27303 \begin_layout Standard
27304
27305 \series bold
27306
27307 \backslash
27308 oldstylenums{数字}
27309 \end_layout
27310
27311 \begin_layout Standard
27312 です。
27313 \series bold
27314
27315 \backslash
27316 oldstylenums{0123456789}
27317 \series default
27318 というコマンドは、
27319 \begin_inset Formula $\oldstylenums{0123456789}$
27320 \end_inset
27321
27322 のようになります。
27323 \end_layout
27324
27325 \begin_layout Subsection
27326 他の特殊文字
27327 \begin_inset CommandInset label
27328 LatexCommand label
27329 name "sub:他の特殊文字"
27330
27331 \end_inset
27332
27333
27334 \begin_inset Index idx
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 とくしゅもじ@特殊文字 ! たの@他の
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \begin_layout Standard
27347 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \align center
27352 \begin_inset Tabular
27353 <lyxtabular version="3" rows="4" columns="2">
27354 <features tabularvalignment="middle">
27355 <column alignment="center" valignment="top" width="0">
27356 <column alignment="center" valignment="top" width="0">
27357 <row>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362 コマンド
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371 出力
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 </row>
27377 <row>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382
27383 \backslash
27384 ^
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 spce 
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \end_inset
27401 </cell>
27402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27403 \begin_inset Text
27404
27405 \begin_layout Plain Layout
27406 \begin_inset Formula $\mathcircumflex$
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 </row>
27415 <row>
27416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27417 \begin_inset Text
27418
27419 \begin_layout Plain Layout
27420
27421 \backslash
27422 _
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431 \begin_inset Formula $\_$
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \end_inset
27438 </cell>
27439 </row>
27440 <row>
27441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445 ^
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 spce 
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \backslash
27460 circ
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465
27466 \lang english
27467
27468 \backslash
27469
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27480 \begin_inset Text
27481
27482 \begin_layout Plain Layout
27483 \begin_inset Formula $^{\circ}$
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 </row>
27492 </lyxtabular>
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27501 \begin_inset Foot
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 この件に関する詳細は、第
27506 \begin_inset CommandInset ref
27507 LatexCommand ref
27508 reference "sub:数式中のテキスト文字"
27509
27510 \end_inset
27511
27512 節にあります。
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Standard
27521
27522 \series bold
27523
27524 \backslash
27525 DeclareInputtext{176}{
27526 \backslash
27527 ifmmode^
27528 \backslash
27529 circ
27530 \backslash
27531 else
27532 \backslash
27533 textdegree
27534 \backslash
27535 fi}
27536 \end_layout
27537
27538 \begin_layout Section
27539 数式様式
27540 \begin_inset CommandInset label
27541 LatexCommand label
27542 name "sec:数式様式"
27543
27544 \end_inset
27545
27546
27547 \begin_inset Index idx
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551 すうしき@数式 ! ようしき@様式
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Itemize
27560 以下の二つの配置様式があります。
27561 \end_layout
27562
27563 \begin_deeper
27564 \begin_layout Description
27565 中央揃え 事前に定義された標準です。
27566 \end_layout
27567
27568 \begin_layout Description
27569 行頭下げ これを使うには、
27570 \family sans
27571 文書\SpecialChar \menuseparator
27572 設定
27573 \family default
27574 メニューの
27575 \family sans
27576 文書クラス
27577 \family default
27578 において、
27579 \series bold
27580 fleqn
27581 \series default
27582 オプションを指定しておかなくてはなりません。
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \series bold
27588 行頭下げ
27589 \series default
27590 を用いる場合には、行頭下げの大きさを
27591 \series bold
27592
27593 \backslash
27594 mathindent
27595 \series default
27596
27597 \begin_inset Index idx
27598 status collapsed
27599
27600 \begin_layout Plain Layout
27601 こまんど@コマンド ! M ! 
27602 \backslash
27603 mathindent
27604 \end_layout
27605
27606 \end_inset
27607
27608 の値で調整することができます。これを15
27609 \begin_inset space \thinspace{}
27610 \end_inset
27611
27612 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27613 \end_layout
27614
27615 \begin_layout Standard
27616
27617 \series bold
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 mathindent}{15mm}
27623 \end_layout
27624
27625 \begin_layout Standard
27626
27627 \series bold
27628
27629 \backslash
27630 mathindent
27631 \series default
27632 を明示的に指定しない場合には、事前に定義されている30
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 ptが適用されます。
27637 \end_layout
27638
27639 \end_deeper
27640 \begin_layout Itemize
27641 また、以下の二つの連番様式があります。
27642 \end_layout
27643
27644 \begin_deeper
27645 \begin_layout Description
27646 右 事前に定義された標準です。
27647 \end_layout
27648
27649 \begin_layout Description
27650 左 これを使うには、
27651 \family sans
27652 文書\SpecialChar \menuseparator
27653 設定
27654 \family default
27655 メニューの
27656 \family sans
27657 文書クラス
27658 \family default
27659 において、
27660 \series bold
27661 leqno
27662 \series default
27663 オプションを指定しておかなくてはなりません。
27664 \end_layout
27665
27666 \end_deeper
27667 \begin_layout Standard
27668
27669 \series bold
27670 fleqn
27671 \series default
27672
27673 \series bold
27674 leqno
27675 \series default
27676 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27677 \end_layout
27678
27679 \begin_layout Standard
27680 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27681 \series bold
27682 中央揃え
27683 \series default
27684 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27685 \begin_inset CommandInset ref
27686 LatexCommand ref
27687 reference "sub:flalign環境"
27688
27689 \end_inset
27690
27691 節をご覧下さい。
27692 \end_layout
27693
27694 \begin_layout Section
27695 多行数式
27696 \begin_inset CommandInset label
27697 LatexCommand label
27698 name "sec:多行数式"
27699
27700 \end_inset
27701
27702
27703 \begin_inset Index idx
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 すうしき@数式 ! たぎょう@多行
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Subsection
27716 概要
27717 \end_layout
27718
27719 \begin_layout Standard
27720 LyXでは、多行数式は、数式中で
27721 \series bold
27722
27723 \begin_inset Info
27724 type  "shortcut"
27725 arg   "newline-insert newline"
27726 \end_inset
27727
27728
27729 \series default
27730 を押すことで作られます。この操作によって、第
27731 \begin_inset CommandInset ref
27732 LatexCommand ref
27733 reference "sub:eqnarray環境"
27734
27735 \end_inset
27736
27737 節に述べられている
27738 \series bold
27739 eqnarray環境
27740 \series default
27741 が作り出されるか、あるいは文書設定で
27742 \family sans
27743 AMS mathパッケージを使う
27744 \family default
27745 オプションが選択されている場合には、第
27746 \begin_inset CommandInset ref
27747 LatexCommand ref
27748 reference "sub:標準align環境"
27749
27750 \end_inset
27751
27752 節に述べられている
27753 \series bold
27754 align環境
27755 \series default
27756 が作り出されることになります。
27757 \end_layout
27758
27759 \begin_layout Standard
27760 他にも、
27761 \family sans
27762 挿入\SpecialChar \menuseparator
27763 数式
27764 \family default
27765 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27766 \end_layout
27767
27768 \begin_layout Standard
27769 すべての多行数式において、新規行は、
27770 \begin_inset Info
27771 type  "shortcut"
27772 arg   "newline-insert newline"
27773 \end_inset
27774
27775 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27776 \begin_inset Graphics
27777         filename ../../images/tabular-feature_append-row.png
27778         scale 85
27779
27780 \end_inset
27781
27782
27783 \begin_inset Graphics
27784         filename ../../images/tabular-feature_delete-row.png
27785         scale 85
27786
27787 \end_inset
27788
27789 を使うか、
27790 \family sans
27791 編集\SpecialChar \menuseparator
27792 行と列
27793 \family default
27794 メニューを使うことができます。
27795 \end_layout
27796
27797 \begin_layout Subsubsection
27798 行間
27799 \begin_inset CommandInset label
27800 LatexCommand label
27801 name "sub:行間"
27802
27803 \end_inset
27804
27805
27806 \begin_inset Index idx
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27820 \begin_inset Formula \begin{eqnarray*}
27821 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}\\
27822 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
27823 \end{eqnarray*}
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \begin_layout Standard
27831 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27832 \begin_inset Foot
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 \begin_inset CommandInset href
27837 LatexCommand href
27838 name "LyX-bug #1505"
27839 target "http://www.lyx.org/trac/ticket/1505"
27840
27841 \end_inset
27842
27843 を参照。
27844 \end_layout
27845
27846 \end_inset
27847
27848 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27849 \series bold
27850
27851 \backslash
27852
27853 \backslash
27854 [3mm]
27855 \series default
27856 というコマンドを入れます。すると、次のようになります。
27857 \begin_inset ERT
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861
27862
27863 \backslash
27864 begin{eqnarray*}
27865 \end_layout
27866
27867 \begin_layout Plain Layout
27868
27869 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27870  = & 
27871 \backslash
27872 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27873 \backslash
27874
27875 \backslash
27876 [3mm]
27877 \end_layout
27878
27879 \begin_layout Plain Layout
27880
27881 4x^{2}
27882 \backslash
27883 left(B^{2}+x_{0}^{2}
27884 \backslash
27885 right)+4x_{0}x
27886 \backslash
27887 left(D-B^{2}
27888 \backslash
27889 right)+B^{2}
27890 \backslash
27891 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27892 \backslash
27893 right) & = & 0
27894 \end_layout
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 end{eqnarray*}
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset VSpace bigskip
27910 \end_inset
27911
27912 同一数式内のすべての行の行間を一律に指定するには、
27913 \series bold
27914
27915 \backslash
27916 jot
27917 \series default
27918
27919 \begin_inset Index idx
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923 こまんど@コマンド ! J ! 
27924 \backslash
27925 jot
27926 \end_layout
27927
27928 \end_inset
27929
27930 変数を変更します。定義は、
27931 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27932 \end_inset
27933
27934 となっています。
27935 \series bold
27936
27937 \backslash
27938 jot
27939 \series default
27940 の既定値は、3
27941 \begin_inset space \thinspace{}
27942 \end_inset
27943
27944 ptです。上記の例のように、行間を3
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 mm追加するには、
27949 \end_layout
27950
27951 \begin_layout Standard
27952
27953 \series bold
27954
27955 \backslash
27956 setlength{
27957 \backslash
27958 jot}{3mm+3pt}
27959 \end_layout
27960
27961 \begin_layout Standard
27962 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27963 \end_layout
27964
27965 \begin_layout Standard
27966
27967 \series bold
27968
27969 \backslash
27970 usepackage{calc}
27971 \end_layout
27972
27973 \begin_layout Standard
27974 という行を入れて、LaTeXパッケージ
27975 \series bold
27976 calc
27977 \series default
27978
27979 \begin_inset Foot
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983
27984 \series bold
27985 calc
27986 \series default
27987 は標準的なLaTeX頒布版のすべてに付属しています。
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \begin_inset Index idx
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 ぱっけーじ@パッケージ ! calc
27998 \end_layout
27999
28000 \end_inset
28001
28002  を読み込んでおく必要があります。すると、
28003 \begin_inset ERT
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007
28008
28009 \backslash
28010 setlength{
28011 \backslash
28012 jot}{3mm+3pt}
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \begin_inset Formula \begin{eqnarray*}
28019 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}\\
28020 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
28021 \end{eqnarray*}
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \begin_inset ERT
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033
28034
28035 \backslash
28036 setlength{
28037 \backslash
28038 jot}{3pt}
28039 \end_layout
28040
28041 \end_inset
28042
28043 のような結果を得ます。行間を既定値に戻すには、
28044 \series bold
28045
28046 \backslash
28047 jot
28048 \series default
28049 をふたたび3
28050 \begin_inset space \thinspace{}
28051 \end_inset
28052
28053 ptに戻します。
28054 \end_layout
28055
28056 \begin_layout Subsubsection
28057 列間
28058 \begin_inset CommandInset label
28059 LatexCommand label
28060 name "sub:列間"
28061
28062 \end_inset
28063
28064
28065 \begin_inset Index idx
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 列間は、
28084 \series bold
28085
28086 \backslash
28087 arraycolsep
28088 \series default
28089
28090 \begin_inset Index idx
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 こまんど@コマンド ! A ! 
28095 \backslash
28096 arraycolsep
28097 \end_layout
28098
28099 \end_inset
28100
28101 変数を使って指定し、
28102 \begin_inset Newline newline
28103 \end_inset
28104
28105 列間 = 2
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109
28110 \series bold
28111
28112 \backslash
28113 arraycolsep
28114 \series default
28115
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119 という関係があります。したがって、
28120 \end_layout
28121
28122 \begin_layout Standard
28123
28124 \series bold
28125
28126 \backslash
28127 setlength{
28128 \backslash
28129 arraycolsep}{1cm}
28130 \end_layout
28131
28132 \begin_layout Standard
28133 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 cmになります。これを既定値に戻すには、
28138 \series bold
28139
28140 \backslash
28141 arraycolsep
28142 \series default
28143 を5
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 ptに戻して下さい。
28148 \end_layout
28149
28150 \begin_layout Standard
28151 以下は、2
28152 \begin_inset space \thinspace{}
28153 \end_inset
28154
28155 cmの列間を持つ数式です。
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 setlength{
28164 \backslash
28165 arraycolsep}{1cm}
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \begin_inset Formula \begin{eqnarray*}
28172 A & = & B\\
28173 C & \ne & A
28174 \end{eqnarray*}
28175
28176 \end_inset
28177
28178 行列の既定の列間10
28179 \begin_inset space \thinspace{}
28180 \end_inset
28181
28182 ptを持つ数式です。
28183 \begin_inset ERT
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187
28188
28189 \backslash
28190 setlength{
28191 \backslash
28192 arraycolsep}{5pt}
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \begin_inset Formula \begin{eqnarray*}
28199 A & = & B\\
28200 C & \ne & A
28201 \end{eqnarray*}
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Subsubsection
28209 長い数式
28210 \begin_inset Index idx
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 すうしき@数式 ! ながい@長い
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \begin_layout Standard
28223 長い数式は、以下の方法を使って組版することができます。
28224 \end_layout
28225
28226 \begin_layout Itemize
28227 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28228 \begin_inset Formula \begin{eqnarray}
28229 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 \\
28230  &  & -\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}
28231 \end{eqnarray}
28232
28233 \end_inset
28234
28235 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28236 示されません。これを避けるために、マイナス記号の後に
28237 \series bold
28238
28239 \backslash
28240 hspace
28241 \series default
28242 .
28243 \begin_inset Foot
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248 \series bold
28249
28250 \backslash
28251 hspace
28252 \series default
28253 に関しての詳細は、第
28254 \begin_inset CommandInset ref
28255 LatexCommand ref
28256 reference "sub:可変長の空白"
28257
28258 \end_inset
28259
28260 節をご覧下さい。
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \begin_inset Index idx
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270 こまんど@コマンド ! H ! 
28271 \backslash
28272 hspace
28273 \end_layout
28274
28275 \end_inset
28276
28277 コマンドを使って3
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 pt空白を入れてあります。
28282 \end_layout
28283
28284 \begin_layout Itemize
28285 数式の両辺がともに長すぎるときには、
28286 \series bold
28287
28288 \backslash
28289 lefteqn
28290 \series default
28291
28292 \begin_inset Index idx
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 こまんど@コマンド ! L ! 
28297 \backslash
28298 lefteqn
28299 \end_layout
28300
28301 \end_inset
28302
28303 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28304 \begin_inset Formula \begin{eqnarray}
28305 \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 \\
28306  &  & -\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 \\
28307  &  & =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}
28308 \end{eqnarray}
28309
28310 \end_inset
28311
28312
28313 \series bold
28314
28315 \backslash
28316 lefteqn
28317 \series default
28318 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28319 \begin_inset Newline newline
28320 \end_inset
28321
28322 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28323 \begin_inset VSpace medskip
28324 \end_inset
28325
28326
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Note Greyedout
28332 status open
28333
28334 \begin_layout Plain Layout
28335
28336 \series bold
28337
28338 \backslash
28339 lefteqn
28340 \series default
28341 を使用する際には、以下のことにご注意下さい。
28342 \end_layout
28343
28344 \begin_layout Itemize
28345 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28346 \begin_inset Formula $-B^{2}$
28347 \end_inset
28348
28349 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28350 \end_layout
28351
28352 \begin_layout Itemize
28353 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28354 \begin_inset Foot
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 \begin_inset CommandInset href
28359 LatexCommand href
28360 name "LyX-bug #1429"
28361 target "http://www.lyx.org/trac/ticket/1429"
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Itemize
28379 長い数式を組む他の方法として、第
28380 \begin_inset CommandInset ref
28381 LatexCommand ref
28382 reference "sub:multline環境"
28383
28384 \end_inset
28385
28386 節と第
28387 \begin_inset CommandInset ref
28388 LatexCommand ref
28389 reference "sub:数式の一部の多行化"
28390
28391 \end_inset
28392
28393 節で述べられている環境を用いる方法があります。
28394 \end_layout
28395
28396 \begin_layout Subsubsection
28397 多行にわたる括弧
28398 \begin_inset CommandInset label
28399 LatexCommand label
28400 name "sub:多行にわたる括弧"
28401
28402 \end_inset
28403
28404
28405 \begin_inset Index idx
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Standard
28418 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28419 \begin_inset Formula \begin{eqnarray*}
28420 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28421  &  & \left.\cdots+B-D\right]
28422 \end{eqnarray*}
28423
28424 \end_inset
28425
28426
28427 \end_layout
28428
28429 \begin_layout Standard
28430 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28431 \end_layout
28432
28433 \begin_layout Standard
28434 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28435 \series bold
28436
28437 \backslash
28438 right.
28439 \series default
28440
28441 \begin_inset Index idx
28442 status collapsed
28443
28444 \begin_layout Plain Layout
28445 こまんど@コマンド ! R ! 
28446 \backslash
28447 right
28448 \end_layout
28449
28450 \end_inset
28451
28452 とし、二行めの始めを
28453 \series bold
28454
28455 \backslash
28456 left.
28457 \begin_inset Foot
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462 \series bold
28463
28464 \backslash
28465 left
28466 \series default
28467
28468 \series bold
28469
28470 \backslash
28471 right
28472 \series default
28473 に関する詳細は、第
28474 \begin_inset CommandInset ref
28475 LatexCommand ref
28476 reference "sub:自動の括弧丈"
28477
28478 \end_inset
28479
28480 節をご覧下さい。
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \series default
28487
28488 \begin_inset Index idx
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492 こまんど@コマンド ! L ! 
28493 \backslash
28494 left
28495 \end_layout
28496
28497 \end_inset
28498
28499 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28500 \series bold
28501
28502 \backslash
28503 left.
28504 \series default
28505 の後に、
28506 \series bold
28507
28508 \backslash
28509 vphantom
28510 \series default
28511
28512 \begin_inset ERT
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516
28517
28518 \backslash
28519 spce 
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \series bold
28526
28527 \backslash
28528 prod
28529 \series default
28530 ^
28531 \begin_inset ERT
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535
28536
28537 \backslash
28538 spce 
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \series bold
28545
28546 \backslash
28547 infty
28548 \series default
28549
28550 \begin_inset ERT
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554
28555
28556 \backslash
28557 spce 
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \series bold
28564
28565 \begin_inset Formula $\downarrow$
28566 \end_inset
28567
28568 _R=1}
28569 \series default
28570
28571 \begin_inset Index idx
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 こまんど@コマンド ! V ! 
28576 \backslash
28577 vphantom
28578 \end_layout
28579
28580 \end_inset
28581
28582 というコマンドを挿入します。
28583 \end_layout
28584
28585 \begin_layout Standard
28586 その結果が以下の数式です。
28587 \begin_inset Formula \begin{eqnarray*}
28588 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28589  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28590 \end{eqnarray*}
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Subsection
28598 align環境
28599 \end_layout
28600
28601 \begin_layout Standard
28602 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28603 \end_layout
28604
28605 \begin_layout Standard
28606 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28607 \end_layout
28608
28609 \begin_layout Standard
28610 align環境は、
28611 \family sans
28612 挿入\SpecialChar \menuseparator
28613 数式
28614 \family default
28615 メニューから作ることができます。
28616 \family sans
28617 編集\SpecialChar \menuseparator
28618 数式\SpecialChar \menuseparator
28619 数式の表記を変更
28620 \family default
28621 メニューを使えば、既存の数式をalign環境に変更することができます。
28622 \end_layout
28623
28624 \begin_layout Standard
28625 列を追加したり削除したりするには、数式ツールバーボタンの
28626 \begin_inset Graphics
28627         filename ../../images/tabular-feature_append-column.png
28628         scale 85
28629
28630 \end_inset
28631
28632
28633 \begin_inset Graphics
28634         filename ../../images/tabular-feature_delete-column.png
28635         scale 85
28636
28637 \end_inset
28638
28639 を使うか、
28640 \family sans
28641 編集\SpecialChar \menuseparator
28642 行と列
28643 \family default
28644 メニューを使います。
28645 \end_layout
28646
28647 \begin_layout Subsubsection
28648 標準align環境
28649 \begin_inset CommandInset label
28650 LatexCommand label
28651 name "sub:標準align環境"
28652
28653 \end_inset
28654
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 このalign環境は、数式中で
28670 \begin_inset Info
28671 type  "shortcut"
28672 arg   "newline-insert newline"
28673 \end_inset
28674
28675 を押すか、
28676 \family sans
28677 挿入\SpecialChar \menuseparator
28678 数式\SpecialChar \menuseparator
28679 AMS align環境
28680 \family default
28681 メニューで作ることができます。
28682 \end_layout
28683
28684 \begin_layout Standard
28685 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28686 \begin_inset Formula \begin{align*}
28687 A & =\sin(B) & C & =D\\
28688 C & \ne A & B & \ne D
28689 \end{align*}
28690
28691 \end_inset
28692
28693 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28694 \series bold
28695
28696 \backslash
28697 hfill
28698 \begin_inset Foot
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702
28703 \series bold
28704
28705 \backslash
28706 hfill
28707 \series default
28708 に関する詳細は、第
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "sub:可変長の空白"
28712
28713 \end_inset
28714
28715 節をご覧下さい。
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \series default
28722 があるかのように配置されます。数式様式として
28723 \series bold
28724 行頭下げ
28725 \begin_inset Foot
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730 \series bold
28731 数式様式については、第
28732 \series default
28733
28734 \begin_inset CommandInset ref
28735 LatexCommand ref
28736 reference "sec:数式様式"
28737
28738 \end_inset
28739
28740 節をご覧下さい。
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \series default
28747 を使う場合には、第一列の前の
28748 \series bold
28749
28750 \backslash
28751 hfill
28752 \series default
28753 はない形で数式が設定されます。
28754 \end_layout
28755
28756 \begin_layout Subsubsection
28757 alignat環境
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Standard
28771 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28772 \begin_inset CommandInset ref
28773 LatexCommand ref
28774 reference "sub:空白"
28775
28776 \end_inset
28777
28778 節に述べられている空白を使用して手動で入れます。
28779 \end_layout
28780
28781 \begin_layout Standard
28782 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28783 \begin_inset space \thinspace{}
28784 \end_inset
28785
28786 cmの空白を入れたものです。
28787 \begin_inset Formula \begin{alignat*}{2}
28788 A & =\sin(B) & \hspace{1cm}C & =D\\
28789 C & \ne A & B & \ne D
28790 \end{alignat*}
28791
28792 \end_inset
28793
28794 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28795 \end_layout
28796
28797 \begin_layout Subsubsection
28798 flalign環境
28799 \begin_inset CommandInset label
28800 LatexCommand label
28801 name "sub:flalign環境"
28802
28803 \end_inset
28804
28805
28806 \begin_inset Index idx
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Standard
28819 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28820 \begin_inset Formula \begin{flalign*}
28821 A & =1 & B & =2 & C & =3\\
28822 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28823 \end{flalign*}
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Standard
28831 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28832 \series bold
28833 中央揃え
28834 \series default
28835 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28836 \begin_inset CommandInset ref
28837 LatexCommand eqref
28838 reference "eq:VolInt"
28839
28840 \end_inset
28841
28842 式を行頭下げにしたものです。
28843 \begin_inset Formula \begin{flalign}
28844 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28845 \end{flalign}
28846
28847 \end_inset
28848
28849 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28850 \begin_inset space \thinspace{}
28851 \end_inset
28852
28853 ptの空白が第1列の頭に入れてあります。
28854 \end_layout
28855
28856 \begin_layout Subsection
28857 eqnarray環境
28858 \begin_inset CommandInset label
28859 LatexCommand label
28860 name "sub:eqnarray環境"
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index idx
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \begin_layout Standard
28878 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28879 いるので、その内容は中央揃えで少し小さく設定されます。
28880 \begin_inset Formula \begin{eqnarray*}
28881 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28882 AB & AB & AB\\
28883 A & = & A
28884 \end{eqnarray*}
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Subsection
28892 gather環境
28893 \begin_inset Index idx
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28907 \begin_inset Formula \begin{gather}
28908 A=1\\
28909 X=\textrm{-}1
28910 \end{gather}
28911
28912 \end_inset
28913
28914
28915 \end_layout
28916
28917 \begin_layout Subsection
28918 multline環境
28919 \begin_inset CommandInset label
28920 LatexCommand label
28921 name "sub:multline環境"
28922
28923 \end_inset
28924
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28940 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28941 \begin_inset CommandInset ref
28942 LatexCommand eqref
28943 reference "eq:lefteqn"
28944
28945 \end_inset
28946
28947 式をmultline環境に置いたものを示します。
28948 \begin_inset Formula \begin{multline}
28949 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}\\
28950 -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}\\
28951 =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}}
28952 \end{multline}
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Standard
28960 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28961 \begin_inset Foot
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 付番様式については、第
28966 \begin_inset CommandInset ref
28967 LatexCommand ref
28968 reference "sec:数式様式"
28969
28970 \end_inset
28971
28972 節を参照。
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981
28982 \series bold
28983
28984 \backslash
28985 shoveright
28986 \begin_inset Index idx
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990 こまんど@コマンド ! S ! 
28991 \backslash
28992 shoveright
28993 \end_layout
28994
28995 \end_inset
28996
28997 コマンドや
28998 \backslash
28999 shoveleft
29000 \begin_inset Index idx
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 こまんど@コマンド ! S ! 
29005 \backslash
29006 shoveleft
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \series default
29013 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29014 \end_layout
29015
29016 \begin_layout Standard
29017
29018 \series bold
29019
29020 \backslash
29021 shoveright{行の内容}
29022 \series default
29023 あるいは
29024 \series bold
29025
29026 \backslash
29027 shoveleft{行の内容}
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset VSpace medskip
29032 \end_inset
29033
29034
29035 \series bold
29036
29037 \backslash
29038 multlinegap
29039 \begin_inset Index idx
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 こまんど@コマンド ! M ! 
29044 \backslash
29045 multlinegap
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \series default
29052 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29053 \begin_inset space \thinspace{}
29054 \end_inset
29055
29056 ptの長さです。
29057 \end_layout
29058
29059 \begin_layout Standard
29060 以下は、上記の数式に
29061 \end_layout
29062
29063 \begin_layout Standard
29064
29065 \series bold
29066
29067 \backslash
29068 setlength{
29069 \backslash
29070 multlinegap}{2cm}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 というコマンドを、TeXモードで直前に挿入した例です。
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 setlength{
29083 \backslash
29084 multlinegap}{2cm}
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \begin_inset Formula \begin{multline}
29091 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}\\
29092 \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}}\\
29093 =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}}
29094 \end{multline}
29095
29096 \end_inset
29097
29098
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 setlength{
29107 \backslash
29108 multlinegap}{0pt}
29109 \end_layout
29110
29111 \end_inset
29112
29113 二行めは、
29114 \series bold
29115
29116 \backslash
29117 shoveleft
29118 \series default
29119 を使って左揃えにしています。
29120 \end_layout
29121
29122 \begin_layout Subsection
29123 数式の一部の多行化
29124 \begin_inset CommandInset label
29125 LatexCommand label
29126 name "sub:数式の一部の多行化"
29127
29128 \end_inset
29129
29130
29131 \begin_inset Index idx
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 数式の一部分のみを多行表示したい場合には、
29145 \series bold
29146 aligned
29147 \series default
29148
29149 \series bold
29150 alignedat
29151 \series default
29152
29153 \series bold
29154 gathered
29155 \series default
29156
29157 \series bold
29158 split
29159 \series default
29160 のうちのいずれかの環境を使用します。これらは、
29161 \family sans
29162 挿入\SpecialChar \menuseparator
29163 数式
29164 \family default
29165 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29166 \end_layout
29167
29168 \begin_layout Standard
29169 最初の三つの環境は、環境名から
29170 \series bold
29171 ed
29172 \series default
29173 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29174 \begin_inset Formula \[
29175 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29176 \Delta E\Delta t & \ge\frac{\hbar}{2}
29177 \end{aligned}
29178 \right\} \textrm{不確定性原理}
29179 \]
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Standard
29187 この数式を作るには、別行建て数式をまず作っておいて、そこに
29188 \series bold
29189
29190 \backslash
29191 aligned
29192 \begin_inset Index idx
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 こまんど@コマンド ! A ! 
29197 \backslash
29198 aligned
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \series default
29205 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29206 ます。
29207 \end_layout
29208
29209 \begin_layout Standard
29210 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29211 に配置できる利点があります。以下に例として、
29212 \begin_inset CommandInset ref
29213 LatexCommand eqref
29214 reference "eq:shortlong"
29215
29216 \end_inset
29217
29218 式にaligned環境を適用したものを示します。
29219 \begin_inset Formula \begin{equation}
29220 \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}|}\\
29221  & -\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}|}
29222 \end{aligned}
29223 \end{equation}
29224
29225 \end_inset
29226
29227
29228 \end_layout
29229
29230 \begin_layout Standard
29231
29232 \series bold
29233 alignedat
29234 \series default
29235
29236 \series bold
29237 gathered
29238 \series default
29239
29240 \series bold
29241 split
29242 \series default
29243 の各環境を使うには、それぞれ
29244 \series bold
29245
29246 \backslash
29247 alignedat
29248 \series default
29249
29250 \begin_inset Index idx
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 こまんど@コマンド ! A ! 
29255 \backslash
29256 alignedat
29257 \end_layout
29258
29259 \end_inset
29260
29261
29262 \series bold
29263
29264 \backslash
29265 gathered
29266 \series default
29267
29268 \begin_inset Index idx
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 こまんど@コマンド ! G ! 
29273 \backslash
29274 gathered
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \series bold
29281
29282 \backslash
29283 split
29284 \series default
29285
29286 \begin_inset Index idx
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 こまんど@コマンド ! S ! 
29291 \backslash
29292 split
29293 \end_layout
29294
29295 \end_inset
29296
29297 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29298 \end_layout
29299
29300 \begin_layout Subsection
29301 多行数式中のテキスト
29302 \begin_inset CommandInset label
29303 LatexCommand label
29304 name "sub:多行数式中のテキスト"
29305
29306 \end_inset
29307
29308
29309 \begin_inset Index idx
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 てきすと@テキスト ! すうしきちゅうの@数式中の
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \begin_inset Index idx
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29333 式を持つ
29334 \series bold
29335
29336 \backslash
29337 intertext
29338 \begin_inset Index idx
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 こまんど@コマンド ! I ! 
29343 \backslash
29344 intertext
29345 \end_layout
29346
29347 \end_inset
29348
29349 コマンドを使います。
29350 \end_layout
29351
29352 \begin_layout Standard
29353
29354 \series bold
29355
29356 \backslash
29357 intertext{テキスト}
29358 \end_layout
29359
29360 \begin_layout Standard
29361 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29362 \series bold
29363
29364 \backslash
29365 intertext
29366 \series default
29367 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29368 \series bold
29369
29370 \backslash
29371 intertext
29372 \series default
29373 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29374 \begin_inset Formula \begin{align}
29375 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29376 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29377 \end{align}
29378
29379 \end_inset
29380
29381
29382 \end_layout
29383
29384 \begin_layout Section
29385 数式番号
29386 \begin_inset Index idx
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390 すうしきばんごう@数式番号
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \begin_inset Index idx
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 すうしき@数式 ! ばんごう@番号|see
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406 {
29407 \end_layout
29408
29409 \end_inset
29410
29411 数式番号
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417 }
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 概要
29432 \end_layout
29433
29434 \begin_layout Standard
29435 付番数式は、
29436 \family sans
29437 挿入\SpecialChar \menuseparator
29438 数式\SpecialChar \menuseparator
29439 付番数式
29440 \family default
29441 メニュー(短絡キー
29442 \family sans
29443 Ctrl+Alt
29444 \begin_inset space ~
29445 \end_inset
29446
29447 N
29448 \family default
29449 )で作ることができます。既存の数式に番号を振るには、
29450 \family sans
29451 編集\SpecialChar \menuseparator
29452 数式\SpecialChar \menuseparator
29453 数式全体を付番
29454 \family default
29455 メニュー(短絡キー
29456 \begin_inset Info
29457 type  "shortcut"
29458 arg   "math-number-toggle"
29459 \end_inset
29460
29461 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29462 \end_layout
29463
29464 \begin_layout Standard
29465 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29466 \family sans
29467 編集\SpecialChar \menuseparator
29468 数式\SpecialChar \menuseparator
29469 この行を付番
29470 \family default
29471 メニュー(短絡キー
29472 \begin_inset Info
29473 type  "shortcut"
29474 arg   "math-number-line-toggle"
29475 \end_inset
29476
29477 )を使用すれば、各行毎に付番するかどうか指定することができます。
29478 \end_layout
29479
29480 \begin_layout Standard
29481 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29482 \begin_inset CommandInset ref
29483 LatexCommand ref
29484 reference "sec:数式様式"
29485
29486 \end_inset
29487
29488 節をご覧下さい。
29489 \end_layout
29490
29491 \begin_layout Subsection
29492 相互参照
29493 \begin_inset Index idx
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 そうごさんしょう@相互参照 ! すうしきへの@数式への
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29507 \family sans
29508 挿入\SpecialChar \menuseparator
29509 ラベル
29510 \family default
29511 メニューか、ツールバーボタンの
29512 \begin_inset Graphics
29513         filename ../../images/label-insert.png
29514         scale 85
29515
29516 \end_inset
29517
29518 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29519 \series bold
29520 eq:と
29521 \series default
29522 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29523 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29524 \family sans
29525 挿入\SpecialChar \menuseparator
29526 ラベル
29527 \family default
29528 メニューをもういちど使って下さい。
29529 \end_layout
29530
29531 \begin_layout Standard
29532 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29533 \end_layout
29534
29535 \begin_layout Standard
29536 相互参照は、
29537 \family sans
29538 挿入\SpecialChar \menuseparator
29539 相互参照
29540 \family default
29541 メニューかツールバーボタンの
29542 \begin_inset Graphics
29543         filename ../../images/dialog-show-new-inset_ref.png
29544         scale 85
29545
29546 \end_inset
29547
29548 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29549 \series bold
29550 (<参照>)
29551 \series default
29552 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29553 \begin_inset Newline newline
29554 \end_inset
29555
29556 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29557 \end_layout
29558
29559 \begin_layout Standard
29560 以下は、後の各小節に現れる数式への相互参照を含む例です。
29561 \begin_inset Note Note
29562 status open
29563
29564 \begin_layout Plain Layout
29565 相互参照の型の違いに留意してください。
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 \begin_inset CommandInset ref
29575 LatexCommand eqref
29576 reference "eq:tag"
29577
29578 \end_inset
29579
29580 式と
29581 \begin_inset CommandInset ref
29582 LatexCommand eqref
29583 reference "eq:c"
29584
29585 \end_inset
29586
29587 式は、等価です。(
29588 \begin_inset CommandInset ref
29589 LatexCommand ref
29590 reference "eq:Rom"
29591
29592 \end_inset
29593
29594 )式とは異なり、(
29595 \begin_inset CommandInset ref
29596 LatexCommand ref
29597 reference "eq:Lat"
29598
29599 \end_inset
29600
29601 )式では、付番にラテン数字を使用しています。
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset VSpace medskip
29606 \end_inset
29607
29608
29609 \series bold
29610
29611 \backslash
29612 tag
29613 \begin_inset Foot
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618 \series bold
29619
29620 \backslash
29621 tag
29622 \series default
29623 は、第
29624 \begin_inset CommandInset ref
29625 LatexCommand ref
29626 reference "sub:ユーザー定義番号"
29627
29628 \end_inset
29629
29630 節に説明があります。
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \series default
29637 の引数が、第
29638 \begin_inset CommandInset ref
29639 LatexCommand ref
29640 reference "sub:段落ボックス"
29641
29642 \end_inset
29643
29644 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 細目番号
29649 \begin_inset Index idx
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 begin{subequations}
29667 \series default
29668 および
29669 \series bold
29670
29671 \backslash
29672 end{subequations}
29673 \series default
29674 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29675 \end_layout
29676
29677 \begin_layout Standard
29678 たとえば、
29679 \begin_inset Formula \begin{equation}
29680 A=C-B\label{eq:a}
29681 \end{equation}
29682
29683 \end_inset
29684
29685
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 addtocounter{equation}{-1}
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704
29705 \backslash
29706 begin{subequations}
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \begin_inset VSpace -5mm
29713 \end_inset
29714
29715
29716 \begin_inset Formula \begin{equation}
29717 B=C-A\label{eq:b}
29718 \end{equation}
29719
29720 \end_inset
29721
29722
29723 \begin_inset Formula \begin{equation}
29724 C=A+B\label{eq:c}
29725 \end{equation}
29726
29727 \end_inset
29728
29729
29730 \end_layout
29731
29732 \begin_layout Standard
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738
29739 \backslash
29740 end{subequations}
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Standard
29749 この例を作るには、次のようにします。
29750 \end_layout
29751
29752 \begin_layout Enumerate
29753 一つめの数式を入力します。
29754 \end_layout
29755
29756 \begin_layout Enumerate
29757 一つめの数式の後に
29758 \begin_inset Newline newline
29759 \end_inset
29760
29761
29762 \series bold
29763
29764 \backslash
29765 addtocounter{equation}{-1} 
29766 \backslash
29767 begin{subequations}
29768 \begin_inset Index idx
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 こまんど@コマンド ! A ! 
29773 \backslash
29774 addtocounter
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Newline newline
29781 \end_inset
29782
29783
29784 \series default
29785 を入力します。
29786 \end_layout
29787
29788 \begin_layout Enumerate
29789 二つめの数式を入力します。
29790 \end_layout
29791
29792 \begin_layout Enumerate
29793 三つめの数式を入力します。
29794 \end_layout
29795
29796 \begin_layout Enumerate
29797 三つめの数式の後に、
29798 \series bold
29799
29800 \backslash
29801 end{subequations}
29802 \series default
29803 を入力します。
29804 \end_layout
29805
29806 \begin_layout Standard
29807
29808 \series bold
29809
29810 \backslash
29811 begin
29812 \series default
29813 コマンドと
29814 \series bold
29815
29816 \backslash
29817 end
29818 \series default
29819 コマンドのあいだの数式はすべて、a・b・
29820 \begin_inset Newline linebreak
29821 \end_inset
29822
29823 c\SpecialChar \ldots{}
29824 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29825 \emph on
29826 ひとつの
29827 \emph default
29828 付番数式として扱われますが、それぞれの付番数式が
29829 \series bold
29830 equation
29831 \series default
29832 カウンタを一つずつ進めてしまうので、
29833 \series bold
29834
29835 \backslash
29836 addtocounter
29837 \series default
29838 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29839 \begin_inset CommandInset ref
29840 LatexCommand eqref
29841 reference "eq:a"
29842
29843 \end_inset
29844
29845 式・
29846 \begin_inset CommandInset ref
29847 LatexCommand eqref
29848 reference "eq:b"
29849
29850 \end_inset
29851
29852 式・
29853 \begin_inset CommandInset ref
29854 LatexCommand eqref
29855 reference "eq:c"
29856
29857 \end_inset
29858
29859 式は、それぞれ
29860 \begin_inset CommandInset ref
29861 LatexCommand eqref
29862 reference "eq:a"
29863
29864 \end_inset
29865
29866 式・
29867 \begin_inset CommandInset ref
29868 LatexCommand eqref
29869 reference "eq:d"
29870
29871 \end_inset
29872
29873 式・
29874 \begin_inset CommandInset ref
29875 LatexCommand eqref
29876 reference "eq:f"
29877
29878 \end_inset
29879
29880 式として番号が振られてしまいます。
29881 \end_layout
29882
29883 \begin_layout Standard
29884 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29885 \begin_inset space \thinspace{}
29886 \end_inset
29887
29888 mmの垂直空白を
29889 \series bold
29890
29891 \backslash
29892 begin{subequations}
29893 \series default
29894 コマンドの後に入れています。数式様式として
29895 \series bold
29896 行頭下げ
29897 \begin_inset Foot
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902 \series bold
29903 数式様式に関しては、第
29904 \series default
29905
29906 \begin_inset CommandInset ref
29907 LatexCommand ref
29908 reference "sec:数式様式"
29909
29910 \end_inset
29911
29912 節を参照。
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \series default
29919 を用いているときには、これを-7
29920 \begin_inset space \thinspace{}
29921 \end_inset
29922
29923 mm空白にしてください。
29924 \end_layout
29925
29926 \begin_layout Standard
29927 以下は、二行めのみ付番を無効にしている多行数式の例です。
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 begin{subequations}
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Formula \begin{eqnarray}
29942 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29943  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29944  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29945 \end{eqnarray}
29946
29947 \end_inset
29948
29949
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955
29956 \backslash
29957 end{subequations}
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Subsection
29966 ユーザー定義番号
29967 \begin_inset CommandInset label
29968 LatexCommand label
29969 name "sub:ユーザー定義番号"
29970
29971 \end_inset
29972
29973
29974 \begin_inset Index idx
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset Index idx
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29992 \end_layout
29993
29994 \end_inset
29995
29996 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29997 \end_layout
29998
29999 \begin_layout Standard
30000
30001 \series bold
30002
30003 \backslash
30004 def
30005 \backslash
30006 tagform@#1{
30007 \backslash
30008 maketag@@@{
30009 \series default
30010
30011 \begin_inset Formula $\boldsymbol{|}$
30012 \end_inset
30013
30014
30015 \series bold
30016 #1
30017 \series default
30018
30019 \begin_inset Formula $\boldsymbol{|}$
30020 \end_inset
30021
30022
30023 \series bold
30024 }}
30025 \series default
30026
30027 \begin_inset Note Note
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \begin_layout Standard
30040 他の記号を使いたいときには、
30041 \series bold
30042 #1
30043 \series default
30044 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace bigskip
30049 \end_inset
30050
30051 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30052 \series bold
30053
30054 \backslash
30055 tag
30056 \series default
30057
30058 \begin_inset Index idx
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062 こまんど@コマンド ! T ! 
30063 \backslash
30064 tag
30065 \end_layout
30066
30067 \end_inset
30068
30069 コマンドを使います。
30070 \begin_inset Formula \begin{equation}
30071 A+B=C\tag{何とかかんとか}\label{eq:tag}
30072 \end{equation}
30073
30074 \end_inset
30075
30076 上記の例では、
30077 \series bold
30078
30079 \backslash
30080 tag
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 spce 
30089 \end_layout
30090
30091 \end_inset
30092
30093 何とかかんとか
30094 \series default
30095 というコマンドを数式に打ち込んでいます。
30096 \end_layout
30097
30098 \begin_layout Standard
30099 代わりに
30100 \series bold
30101
30102 \backslash
30103 tag*
30104 \begin_inset ERT
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108
30109
30110 \backslash
30111 spce 
30112 \end_layout
30113
30114 \end_inset
30115
30116 何とかかんとか
30117 \series default
30118 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30119 \begin_inset Formula \[
30120 A+B=C\tag*{something}
30121 \]
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Standard
30129 \begin_inset VSpace bigskip
30130 \end_inset
30131
30132 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \series bold
30138
30139 \backslash
30140 @addtoreset{equation}{part}
30141 \series default
30142
30143 \begin_inset Index idx
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 こまんど@コマンド ! 
30148 \begin_inset ERT
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152
30153 "
30154 \end_layout
30155
30156 \end_inset
30157
30158 @
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164 "
30165 \end_layout
30166
30167 \end_inset
30168
30169  ! 
30170 \backslash
30171
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177 "
30178 \end_layout
30179
30180 \end_inset
30181
30182 @
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 "
30189 \end_layout
30190
30191 \end_inset
30192
30193 addtoreset
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Newline newline
30200 \end_inset
30201
30202 節に関しては
30203 \begin_inset Newline newline
30204 \end_inset
30205
30206
30207 \series bold
30208
30209 \backslash
30210 @addtoreset{equation}{section}
30211 \begin_inset Newline newline
30212 \end_inset
30213
30214
30215 \series default
30216 というコマンドを使います。
30217 \end_layout
30218
30219 \begin_layout Standard
30220 これらのコマンドをTeXモードで使えるようにするためには、
30221 \series bold
30222
30223 \backslash
30224 makeatletter
30225 \series default
30226 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30227 \series bold
30228
30229 \backslash
30230 makeatother
30231 \series default
30232 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30233 \end_layout
30234
30235 \begin_layout Standard
30236
30237 \series bold
30238
30239 \backslash
30240 makeatletter
30241 \begin_inset Newline newline
30242 \end_inset
30243
30244
30245 \backslash
30246 @addtoreset{equation}{section}
30247 \begin_inset Newline newline
30248 \end_inset
30249
30250
30251 \backslash
30252 makeatother
30253 \begin_inset Newline newline
30254 \end_inset
30255
30256
30257 \series default
30258 のようにならなくてはなりません。
30259 \end_layout
30260
30261 \begin_layout Standard
30262 LaTeXプリアンブル中では、
30263 \series bold
30264
30265 \backslash
30266 makeatletter
30267 \series default
30268
30269 \series bold
30270
30271 \backslash
30272 makeatother
30273 \series default
30274 は、LyXが内部的に自動で挿入するので省略してかまいません。
30275 \end_layout
30276
30277 \begin_layout Standard
30278
30279 \series bold
30280
30281 \backslash
30282 @addtoreset
30283 \series default
30284 を戻すには、まずLaTeXプリアンブル中に
30285 \end_layout
30286
30287 \begin_layout Standard
30288
30289 \series bold
30290
30291 \backslash
30292 usepackage{remreset}
30293 \end_layout
30294
30295 \begin_layout Standard
30296 という行を入れて、
30297 \series bold
30298 remreset.sty
30299 \series default
30300
30301 \begin_inset Foot
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306 \series bold
30307 remreset
30308 \series default
30309 は、LaTeXパッケージの
30310 \series bold
30311 carlisle
30312 \series default
30313
30314 \begin_inset Index idx
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318 ぱっけーじ@パッケージ ! carlisle
30319 \end_layout
30320
30321 \end_inset
30322
30323 の一部として含まれており、LaTeX標準頒布版には含まれています。
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset Index idx
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333 ぱっけーじ@パッケージ ! remreset
30334 \end_layout
30335
30336 \end_inset
30337
30338 ファイルを読み込んでおかなくてはなりません。その後
30339 \begin_inset Newline newline
30340 \end_inset
30341
30342
30343 \series bold
30344
30345 \backslash
30346 @removefromreset
30347 \series default
30348
30349 \begin_inset Index idx
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353 こまんど@コマンド ! 
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359 "
30360 \end_layout
30361
30362 \end_inset
30363
30364 @
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370 "
30371 \end_layout
30372
30373 \end_inset
30374
30375  ! 
30376 \backslash
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383 "
30384 \end_layout
30385
30386 \end_inset
30387
30388 @
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394 "
30395 \end_layout
30396
30397 \end_inset
30398
30399 removefromreset
30400 \end_layout
30401
30402 \end_inset
30403
30404 コマンドを
30405 \series bold
30406
30407 \backslash
30408 @addtoreset
30409 \series default
30410 と同じ書式で使用すると、
30411 \series bold
30412
30413 \backslash
30414 @addtoreset
30415 \series default
30416 を戻すことができます。
30417 \end_layout
30418
30419 \begin_layout Standard
30420 \begin_inset VSpace bigskip
30421 \end_inset
30422
30423 ときには、数式を
30424 \end_layout
30425
30426 \begin_layout Standard
30427
30428 \family typewriter
30429 (節番号.数式番号)
30430 \end_layout
30431
30432 \begin_layout Standard
30433 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30434 \end_layout
30435
30436 \begin_layout Standard
30437 このような場合のために、
30438 \series bold
30439
30440 \backslash
30441 numberwithin
30442 \series default
30443
30444 \begin_inset Index idx
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 こまんど@コマンド ! N ! 
30449 \backslash
30450 numberwithin
30451 \end_layout
30452
30453 \end_inset
30454
30455 というコマンドがあり、
30456 \end_layout
30457
30458 \begin_layout Standard
30459
30460 \series bold
30461
30462 \backslash
30463 numberwithin{カウンタ}{節階層}
30464 \end_layout
30465
30466 \begin_layout Standard
30467 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30468 \end_layout
30469
30470 \begin_layout Standard
30471 したがって、ここではLaTeXプリアンブルかTeXコードで
30472 \end_layout
30473
30474 \begin_layout Standard
30475
30476 \series bold
30477
30478 \backslash
30479 numberwithin{equation}{section}
30480 \end_layout
30481
30482 \begin_layout Standard
30483 という行を用いることにしましょう。その結果がこれです。
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 numberwithin{equation}{section}
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Formula \begin{equation}
30498 A+B=C
30499 \end{equation}
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Standard
30507 たとえば、部番号を節階層として使用して、表に付番を施すときには
30508 \begin_inset Newline newline
30509 \end_inset
30510
30511
30512 \series bold
30513
30514 \backslash
30515 numberwithin{table}{part}
30516 \series default
30517 を用います。
30518 \end_layout
30519
30520 \begin_layout Standard
30521 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30522 \end_layout
30523
30524 \begin_layout Standard
30525
30526 \series bold
30527
30528 \backslash
30529 renewcommand{
30530 \backslash
30531 theequation}{
30532 \backslash
30533 arabic{equation}}
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 こまんど@コマンド ! A ! 
30539 \backslash
30540 arabic
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \series default
30547
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 renewcommand{
30556 \backslash
30557 theequation}{
30558 \backslash
30559 arabic{equation}}
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \series bold
30566
30567 \begin_inset Newline newline
30568 \end_inset
30569
30570
30571 \series default
30572 あるいは
30573 \series bold
30574
30575 \begin_inset Newline newline
30576 \end_inset
30577
30578
30579 \backslash
30580 renewcommand{
30581 \backslash
30582 thetable}{
30583 \backslash
30584 arabic{table}}
30585 \end_layout
30586
30587 \begin_layout Standard
30588 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30589 \series bold
30590
30591 \backslash
30592 numberwithin
30593 \series default
30594 は、内部的に上記で述べた
30595 \series bold
30596
30597 \backslash
30598 @addtoreset
30599 \series default
30600 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606
30607 \backslash
30608 makeatletter
30609 \end_layout
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 @removefromreset{equation}{section}
30616 \end_layout
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 makeatother
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Subsection
30631 ローマ数字や文字を使った付番
30632 \begin_inset Index idx
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \begin_inset Index idx
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Standard
30655 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30656 \end_layout
30657
30658 \begin_layout Standard
30659
30660 \series bold
30661
30662 \backslash
30663 renewcommand{
30664 \backslash
30665 theequation}{
30666 \backslash
30667 roman{equation}}
30668 \end_layout
30669
30670 \begin_layout Standard
30671 というコマンドを入れます。
30672 \series bold
30673
30674 \backslash
30675 renewcommand
30676 \series default
30677
30678 \begin_inset Index idx
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682 こまんど@コマンド ! R ! 
30683 \backslash
30684 renewcommand
30685 \end_layout
30686
30687 \end_inset
30688
30689 は、定義済みのコマンド
30690 \series bold
30691
30692 \backslash
30693 theequation
30694 \series default
30695 をコマンド
30696 \series bold
30697
30698 \backslash
30699 roman{equation}
30700 \series default
30701 に再定義します
30702 \begin_inset Foot
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 \series bold
30708
30709 \backslash
30710 renewcommand
30711 \series default
30712 コマンドは、第
30713 \begin_inset CommandInset ref
30714 LatexCommand ref
30715 reference "sub:newcommandコマンド"
30716
30717 \end_inset
30718
30719 節に述べられている
30720 \series bold
30721
30722 \backslash
30723 newcommand
30724 \series default
30725 コマンドと同じ書式を持ちます。
30726 \end_layout
30727
30728 \end_inset
30729
30730 。ここで、
30731 \series bold
30732 equation
30733 \series default
30734 は数式カウンタです。コマンド
30735 \series bold
30736
30737 \backslash
30738 the
30739 \series default
30740 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30741 \series bold
30742
30743 \backslash
30744 theequation
30745 \series default
30746 コマンドを数式の後ろに置くのです。
30747 \series bold
30748
30749 \backslash
30750 roman{equation}
30751 \begin_inset Index idx
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 こまんど@コマンド ! R ! 
30756 \backslash
30757 roman
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \series default
30764 は、カウンタを小文字のローマ数字として出力します。
30765 \end_layout
30766
30767 \begin_layout Standard
30768 こうして、
30769 \series bold
30770
30771 \backslash
30772 renew
30773 \series default
30774 c
30775 \series bold
30776 ommand
30777 \series default
30778 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30779 \series bold
30780
30781 \backslash
30782 roman
30783 \series default
30784 の部分を
30785 \series bold
30786
30787 \backslash
30788 Roman
30789 \series default
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 こまんど@コマンド ! R ! 
30796 \backslash
30797 roman@
30798 \backslash
30799 Roman
30800 \end_layout
30801
30802 \end_inset
30803
30804 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30805 \series bold
30806
30807 \backslash
30808 alph
30809 \series default
30810
30811 \begin_inset Index idx
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 こまんど@コマンド ! A ! 
30816 \backslash
30817 alph
30818 \end_layout
30819
30820 \end_inset
30821
30822 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30823 \series bold
30824
30825 \backslash
30826 Alph
30827 \series default
30828
30829 \begin_inset Index idx
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833 こまんど@コマンド ! A ! 
30834 \backslash
30835 alph@
30836 \backslash
30837 Alph
30838 \end_layout
30839
30840 \end_inset
30841
30842 コマンドがあります。
30843 \end_layout
30844
30845 \begin_layout Standard
30846 \begin_inset Note Greyedout
30847 status open
30848
30849 \begin_layout Plain Layout
30850
30851 \series bold
30852 (注意)
30853 \series default
30854 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset ERT
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867
30868
30869 \backslash
30870 renewcommand{
30871 \backslash
30872 theequation}{
30873 \backslash
30874 roman{equation}}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset Formula \begin{equation}
30884 A=\textrm{小文字ローマ数字}
30885 \end{equation}
30886
30887 \end_inset
30888
30889
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 renewcommand{
30898 \backslash
30899 theequation}{
30900 \backslash
30901 Roman{equation}}
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \begin_inset Formula \begin{equation}
30908 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30909 \end{equation}
30910
30911 \end_inset
30912
30913
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919
30920 \backslash
30921 renewcommand{
30922 \backslash
30923 theequation}{
30924 \backslash
30925 alph{equation}}
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \begin_inset Formula \begin{equation}
30932 C=\textrm{小文字ラテン文字}
30933 \end{equation}
30934
30935 \end_inset
30936
30937
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943
30944 \backslash
30945 renewcommand{
30946 \backslash
30947 theequation}{
30948 \backslash
30949 Alph{equation}}
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset Formula \begin{equation}
30956 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30957 \end{equation}
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30966 \end_layout
30967
30968 \begin_layout Standard
30969
30970 \series bold
30971
30972 \backslash
30973 renewcommand{
30974 \backslash
30975 theequation}{
30976 \backslash
30977 arabic{equation}}
30978 \begin_inset Index idx
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 こまんど@コマンド ! A ! 
30983 \backslash
30984 arabic
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \end_layout
30991
30992 \begin_layout Standard
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998
30999 \backslash
31000 renewcommand{
31001 \backslash
31002 theequation}{
31003 \backslash
31004 arabic{equation}}
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \begin_inset Formula \begin{equation}
31011 E=\textrm{アラビア数字}
31012 \end{equation}
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \begin_inset VSpace medskip
31021 \end_inset
31022
31023 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31024 てはなりません。この点に関する説明は、ファイル
31025 \begin_inset CommandInset href
31026 LatexCommand href
31027 name "Formula-numbering.lyx"
31028 target "run:Formula-numbering.lyx"
31029
31030 \end_inset
31031
31032 にあります。
31033 \end_layout
31034
31035 \begin_layout Section
31036 化学記号と化学式
31037 \begin_inset CommandInset label
31038 LatexCommand label
31039 name "sub:化学記号と化学式"
31040
31041 \end_inset
31042
31043
31044 \begin_inset Index idx
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048 かがくきごう@化学記号 ! きごう@記号
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \begin_inset Index idx
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058 かがくしき@化学式
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 きごう@記号 ! かがく@化学
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \end_layout
31075
31076 \begin_layout Standard
31077 以下は、化学関係の文章の例です。
31078 \end_layout
31079
31080 \begin_layout Quote
31081 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31082 \end_inset
31083
31084 イオンは、2つの
31085 \begin_inset Formula $\mathrm{Na^{+}}$
31086 \end_inset
31087
31088 イオンと反応して、硫酸化塩
31089 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31090 \end_inset
31091
31092 を形成します。この化学式は以下のようになります。
31093 \begin_inset Formula \begin{equation}
31094 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31095 \end{equation}
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \begin_layout Standard
31103 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31104 \begin_inset Info
31105 type  "shortcut"
31106 arg   "font-roman"
31107 \end_inset
31108
31109 を押せば、アップライトフォント様式に変更することができます
31110 \begin_inset Foot
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 フォント様式に関しては、第
31115 \begin_inset CommandInset ref
31116 LatexCommand ref
31117 reference "sub:書体様式"
31118
31119 \end_inset
31120
31121 節を参照のこと。
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31131 \series bold
31132 mhchem
31133 \series default
31134
31135 \begin_inset Index idx
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 ぱっけーじ@パッケージ ! mhchem
31140 \end_layout
31141
31142 \end_inset
31143
31144 が導入されているときに使用することができる
31145 \series bold
31146
31147 \backslash
31148 ce
31149 \series default
31150
31151 \begin_inset Index idx
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155 こまんど@コマンド ! C ! 
31156 \backslash
31157 ce
31158 \end_layout
31159
31160 \end_inset
31161
31162 コマンドを使用することです。
31163 \series bold
31164
31165 \backslash
31166 ce
31167 \series default
31168 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31169 \end_layout
31170
31171 \begin_layout Standard
31172 \align center
31173 \begin_inset Tabular
31174 <lyxtabular version="3" rows="9" columns="2">
31175 <features tabularvalignment="middle">
31176 <column alignment="center" valignment="top" width="0">
31177 <column alignment="center" valignment="top" width="0">
31178 <row>
31179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31180 \begin_inset Text
31181
31182 \begin_layout Plain Layout
31183 コマンド
31184 \end_layout
31185
31186 \end_inset
31187 </cell>
31188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31189 \begin_inset Text
31190
31191 \begin_layout Plain Layout
31192 出力
31193 \begin_inset Note Note
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197
31198 \series bold
31199
31200 \backslash
31201 raisebox
31202 \series default
31203 はスペーサーとしてのみ使用されています。
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 </row>
31214 <row>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219
31220 \backslash
31221 ce
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227
31228 \backslash
31229 spce 
31230 \end_layout
31231
31232 \end_inset
31233
31234 H2CO3
31235 \end_layout
31236
31237 \end_inset
31238 </cell>
31239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31240 \begin_inset Text
31241
31242 \begin_layout Plain Layout
31243 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \end_inset
31250 </cell>
31251 </row>
31252 <row>
31253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31254 \begin_inset Text
31255
31256 \begin_layout Plain Layout
31257
31258 \backslash
31259 ce
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 spce 
31268 \end_layout
31269
31270 \end_inset
31271
31272 SO4^2-
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \end_inset
31288 </cell>
31289 </row>
31290 <row>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295
31296 \backslash
31297 ce
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 spce 
31306 \end_layout
31307
31308 \end_inset
31309
31310 (NH4)2S
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326 </cell>
31327 </row>
31328 <row>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333
31334 \backslash
31335 ce
31336 \begin_inset ERT
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340
31341
31342 \backslash
31343 spce 
31344 \end_layout
31345
31346 \end_inset
31347
31348 KCr(SO4)2.12H2O
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \end_inset
31364 </cell>
31365 </row>
31366 <row>
31367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31368 \begin_inset Text
31369
31370 \begin_layout Plain Layout
31371
31372 \backslash
31373 ce
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 A-B
31387 \backslash
31388 dbond
31389 \begin_inset ERT
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394
31395 \backslash
31396 spce 
31397 \end_layout
31398
31399 \end_inset
31400
31401 C
31402 \backslash
31403 tbond
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 spce 
31412 \end_layout
31413
31414 \end_inset
31415
31416 D
31417 \end_layout
31418
31419 \end_inset
31420 </cell>
31421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31422 \begin_inset Text
31423
31424 \begin_layout Plain Layout
31425 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \end_inset
31432 </cell>
31433 </row>
31434 <row>
31435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31436 \begin_inset Text
31437
31438 \begin_layout Plain Layout
31439
31440 \backslash
31441 ce
31442 \begin_inset ERT
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 spce 
31450 \end_layout
31451
31452 \end_inset
31453
31454 ^227
31455 \begin_inset Formula $\downarrow$
31456 \end_inset
31457
31458 _90
31459 \begin_inset Formula $\to$
31460 \end_inset
31461
31462 Th+
31463 \end_layout
31464
31465 \end_inset
31466 </cell>
31467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31468 \begin_inset Text
31469
31470 \begin_layout Plain Layout
31471 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 </row>
31480 <row>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485
31486 \backslash
31487 ce
31488 \begin_inset ERT
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492
31493
31494 \backslash
31495 spce 
31496 \end_layout
31497
31498 \end_inset
31499
31500 CO2
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 spce 
31509 \end_layout
31510
31511 \end_inset
31512
31513 +
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 spce 
31522 \end_layout
31523
31524 \end_inset
31525
31526 C
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 spce 
31535 \end_layout
31536
31537 \end_inset
31538
31539 <=>
31540 \begin_inset ERT
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 spce 
31548 \end_layout
31549
31550 \end_inset
31551
31552 2CO
31553 \end_layout
31554
31555 \end_inset
31556 </cell>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 </row>
31570 <row>
31571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575
31576 \backslash
31577 ce
31578 \begin_inset ERT
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583
31584 \backslash
31585 spce 
31586 \end_layout
31587
31588 \end_inset
31589
31590 CO2
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 spce 
31599 \end_layout
31600
31601 \end_inset
31602
31603 +
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 spce 
31612 \end_layout
31613
31614 \end_inset
31615
31616 C
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622
31623 \backslash
31624 spce 
31625 \end_layout
31626
31627 \end_inset
31628
31629 ->[
31630 \backslash
31631 alpha][
31632 \backslash
31633 beta]
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 spce 
31642 \end_layout
31643
31644 \end_inset
31645
31646 2CO}
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31652 \begin_inset Text
31653
31654 \begin_layout Plain Layout
31655 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 </row>
31664 </lyxtabular>
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 \begin_inset Note Greyedout
31673 status open
31674
31675 \begin_layout Plain Layout
31676
31677 \series bold
31678 【註】
31679 \backslash
31680 ce
31681 \series default
31682 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31683 \series bold
31684
31685 \backslash
31686 ce{$
31687 \backslash
31688 mu
31689 \backslash
31690 hyphen$Cl}
31691 \series default
31692
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 ce{$
31701 \backslash
31702 mu
31703 \backslash
31704 hyphen$Cl}
31705 \end_layout
31706
31707 \end_inset
31708
31709 )のようにTeXコードを使わなくてはなりません。
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718
31719 \series bold
31720
31721 \backslash
31722 ce
31723 \series default
31724 を使うと
31725 \begin_inset CommandInset ref
31726 LatexCommand eqref
31727 reference "eq:chem-reaction"
31728
31729 \end_inset
31730
31731 式のコマンドは
31732 \begin_inset Newline newline
31733 \end_inset
31734
31735
31736 \series bold
31737  
31738 \backslash
31739 ce
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745
31746 \backslash
31747 spce 
31748 \end_layout
31749
31750 \end_inset
31751
31752 2Na+
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758
31759 \backslash
31760 spce 
31761 \end_layout
31762
31763 \end_inset
31764
31765 +
31766 \begin_inset ERT
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770
31771
31772 \backslash
31773 spce 
31774 \end_layout
31775
31776 \end_inset
31777
31778 SO4^2-
31779 \begin_inset ERT
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783
31784
31785 \backslash
31786 spce 
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \begin_inset ERT
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796
31797
31798 \backslash
31799 spce 
31800 \end_layout
31801
31802 \end_inset
31803
31804 ->
31805 \begin_inset ERT
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809
31810
31811 \backslash
31812 spce 
31813 \end_layout
31814
31815 \end_inset
31816
31817 Na2SO4
31818 \begin_inset Newline newline
31819 \end_inset
31820
31821
31822 \series default
31823 のようになります。
31824 \end_layout
31825
31826 \begin_layout Standard
31827 複数行の化学式を作るには、第
31828 \begin_inset CommandInset ref
31829 LatexCommand ref
31830 reference "sec:多行数式"
31831
31832 \end_inset
31833
31834 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31835 \series bold
31836
31837 \backslash
31838 ce
31839 \series default
31840 コマンドを使用します。
31841 \begin_inset CommandInset ref
31842 LatexCommand eqref
31843 reference "eq:TEOS-reaction-1"
31844
31845 \end_inset
31846
31847 式と
31848 \begin_inset CommandInset ref
31849 LatexCommand eqref
31850 reference "eq:TEOS-reaction-2"
31851
31852 \end_inset
31853
31854 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31855 \begin_inset Formula \begin{eqnarray}
31856 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31857 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31858 \end{eqnarray}
31859
31860 \end_inset
31861
31862
31863 \end_layout
31864
31865 \begin_layout Standard
31866
31867 \series bold
31868 mhchem
31869 \series default
31870 パッケージは、
31871 \series bold
31872
31873 \backslash
31874 ce
31875 \series default
31876 の他に、特殊ケースに使用する
31877 \series bold
31878
31879 \backslash
31880 cf
31881 \series default
31882
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 こまんど@コマンド ! C ! 
31888 \backslash
31889 cf
31890 \end_layout
31891
31892 \end_inset
31893
31894 コマンドを提供しています。
31895 \series bold
31896
31897 \backslash
31898 cf
31899 \series default
31900 の詳しい情報と例示については、
31901 \series bold
31902 mhchem
31903 \series default
31904
31905 \begin_inset CommandInset citation
31906 LatexCommand cite
31907 key "mhchem"
31908
31909 \end_inset
31910
31911 の取扱説明書をご覧ください。
31912 \end_layout
31913
31914 \begin_layout Standard
31915 \begin_inset Newpage newpage
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Section
31922 図解
31923 \end_layout
31924
31925 \begin_layout Standard
31926 LyXは、二つの型の可換図
31927 \series bold
31928 amscd
31929 \series default
31930 および
31931 \series bold
31932 xymatrix
31933 \series default
31934 をサポートしており、以下でこれらの説明をします。
31935 \end_layout
31936
31937 \begin_layout Subsection
31938 amscd図解
31939 \begin_inset Index idx
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 ずかい@図解 ! amscd
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31953 \begin_inset Formula \[
31954 \begin{CD}A@>>>B@>>>C\\
31955 @AAA@.@VVV\\
31956 F@<<<E@<<<D
31957 \end{CD}
31958 \]
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 これを作るには、数式に
31967 \series bold
31968
31969 \backslash
31970 CD
31971 \begin_inset Index idx
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975 こまんど@コマンド ! C ! 
31976 \backslash
31977 CD
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \series default
31984 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31985 \begin_inset Info
31986 type  "shortcut"
31987 arg   "newline-insert newline"
31988 \end_inset
31989
31990 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31991 \end_layout
31992
31993 \begin_layout Standard
31994 関係を作るには、以下のコマンドがあります。
31995 \end_layout
31996
31997 \begin_layout Itemize
31998 \begin_inset Formula $\boldsymbol{@<<<}$
31999 \end_inset
32000
32001 は左矢印、
32002 \begin_inset Formula $\boldsymbol{@>>>}$
32003 \end_inset
32004
32005 は右矢印、
32006 \series bold
32007 @=
32008 \series default
32009 は長い等号を生成します。
32010 \end_layout
32011
32012 \begin_layout Itemize
32013
32014 \series bold
32015 @AAA
32016 \series default
32017 は上矢印、
32018 \series bold
32019 @VVV
32020 \series default
32021 は下矢印、
32022 \begin_inset Formula $\boldsymbol{@|}$
32023 \end_inset
32024
32025 は縦向きの等号を生成します。
32026 \end_layout
32027
32028 \begin_layout Itemize
32029
32030 \series bold
32031 @.
32032 \series default
32033 は関係が存在しない部分に置きます。
32034 \end_layout
32035
32036 \begin_layout Standard
32037 矢印はすべて、以下のようにラベル付けをすることができます。
32038 \end_layout
32039
32040 \begin_layout Itemize
32041 文章を、第1と第2の「
32042 \begin_inset Formula $<$
32043 \end_inset
32044
32045 」ないし「
32046 \begin_inset Formula $>$
32047 \end_inset
32048
32049 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32050 \begin_inset Formula $<$
32051 \end_inset
32052
32053 」ないし「
32054 \begin_inset Formula $>$
32055 \end_inset
32056
32057 」のあいだに入れると、矢印の下に表示されます。
32058 \end_layout
32059
32060 \begin_layout Itemize
32061 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32062 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32063 \end_layout
32064
32065 \begin_layout Standard
32066 以下は、上記のすべての関係を使った例です。
32067 \end_layout
32068
32069 \begin_layout Standard
32070 \begin_inset Formula \[
32071 \begin{CD}A@>j>>B@>>k>C@=F\\
32072 @AmAA@.@VV{V}V@|\\
32073 D@<<j<E@>k>>F@=C
32074 \end{CD}
32075 \]
32076
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \begin_layout Standard
32083 これを作るコマンドは、以下のとおりです。
32084 \begin_inset Newline newline
32085 \end_inset
32086
32087
32088 \series bold
32089
32090 \backslash
32091 CD
32092 \begin_inset ERT
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096
32097
32098 \backslash
32099 spce 
32100 \end_layout
32101
32102 \end_inset
32103
32104 A
32105 \begin_inset Formula $\boldsymbol{@>}$
32106 \end_inset
32107
32108 j
32109 \begin_inset Formula $\boldsymbol{>>}$
32110 \end_inset
32111
32112 B
32113 \begin_inset Formula $\boldsymbol{@>>}$
32114 \end_inset
32115
32116 k
32117 \begin_inset Formula $\boldsymbol{>}$
32118 \end_inset
32119
32120 C@=F Ctrl+Return
32121 \begin_inset Newline newline
32122 \end_inset
32123
32124
32125 \begin_inset Phantom HPhantom
32126 status open
32127
32128 \begin_layout Plain Layout
32129
32130 \series bold
32131
32132 \backslash
32133 CD
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139
32140 \backslash
32141 spce 
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \end_inset
32150
32151 @AmAA@.@VV
32152 \backslash
32153 {V
32154 \series default
32155
32156 \begin_inset Formula $\to$
32157 \end_inset
32158
32159
32160 \series bold
32161 V
32162 \begin_inset Formula $\boldsymbol{@|}$
32163 \end_inset
32164
32165  Ctrl+Return
32166 \begin_inset Newline newline
32167 \end_inset
32168
32169
32170 \begin_inset Phantom HPhantom
32171 status open
32172
32173 \begin_layout Plain Layout
32174
32175 \series bold
32176
32177 \backslash
32178 CD
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 spce 
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \end_inset
32195
32196 D
32197 \begin_inset Formula $\boldsymbol{@<<}$
32198 \end_inset
32199
32200 j
32201 \begin_inset Formula $\boldsymbol{<}$
32202 \end_inset
32203
32204 E
32205 \begin_inset Formula $\boldsymbol{@>}$
32206 \end_inset
32207
32208 k
32209 \begin_inset Formula $\boldsymbol{>>}$
32210 \end_inset
32211
32212 F@=C
32213 \end_layout
32214
32215 \begin_layout Subsection
32216 xymatrix図解
32217 \begin_inset Index idx
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 ずかい@図解 ! xymatrix
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 xymatricesを使うには、LaTeXパッケージの
32231 \series bold
32232 xypic
32233 \series default
32234 が導入済みである必要があります。xymatrixは、数式中に
32235 \series bold
32236
32237 \backslash
32238 xymatrix
32239 \series default
32240 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32241 \begin_inset CommandInset ref
32242 LatexCommand ref
32243 reference "sec:行列"
32244
32245 \end_inset
32246
32247 節をご参照下さい。
32248 \end_layout
32249
32250 \begin_layout Standard
32251 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32252 \family sans
32253 ヘルプ\SpecialChar \menuseparator
32254 用途別説明書\SpecialChar \menuseparator
32255 XY-pic説明書
32256 \family default
32257 メニューにある
32258 \emph on
32259 XY-pic説明書
32260 \emph default
32261 で詳しく網羅しています。
32262 \end_layout
32263
32264 \begin_layout Subsection
32265
32266 \noun on
32267 \lang english
32268 Feynman
32269 \noun default
32270  Diagrams
32271 \lang japanese
32272
32273 \begin_inset Index idx
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277 ずかい@図解 ! Feynman
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286
32287 \lang english
32288 To be able to use 
32289 \noun on
32290 Feynman
32291 \noun default
32292 -diagrams, the LaTeX-package 
32293 \series bold
32294 feyn
32295 \series default
32296  must be installed.
32297  A 
32298 \noun on
32299 Feynman
32300 \noun default
32301 -diagram is created by inserting the command 
32302 \series bold
32303
32304 \backslash
32305 Diagram
32306 \series default
32307  in a formula.
32308  Then you are able to add new matrix columns and rows like for normal matrices,
32309  see
32310 \lang japanese
32311  
32312 \begin_inset CommandInset ref
32313 LatexCommand ref
32314 reference "sec:行列"
32315
32316 \end_inset
32317
32318 .
32319 \end_layout
32320
32321 \begin_layout Standard
32322
32323 \lang english
32324 Examples how to create 
32325 \noun on
32326 Feynman-
32327 \noun default
32328 diagrams in LyX is given in the 
32329 \emph on
32330 Feynman-diagram manual
32331 \emph default
32332  that you find in the menu 
32333 \family sans
32334 Help\SpecialChar \menuseparator
32335 Specific
32336 \begin_inset space ~
32337 \end_inset
32338
32339 Manuals
32340 \family default
32341 .
32342 \end_layout
32343
32344 \begin_layout Standard
32345 \begin_inset Newpage newpage
32346 \end_inset
32347
32348
32349 \end_layout
32350
32351 \begin_layout Section
32352 ユーザー定義コマンド
32353 \begin_inset Index idx
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357 ゆーざーていぎこまんど@ユーザー定義コマンド
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 \begin_inset Note Greyedout
32367 status open
32368
32369 \begin_layout Plain Layout
32370 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Subsection
32379
32380 \backslash
32381 newcommandコマンド
32382 \begin_inset CommandInset label
32383 LatexCommand label
32384 name "sub:newcommandコマンド"
32385
32386 \end_inset
32387
32388
32389 \begin_inset Index idx
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32394 \backslash
32395 newcommand
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \begin_inset Index idx
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405 こまんど@コマンド ! N ! 
32406 \backslash
32407 newcommand
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \begin_layout Standard
32416 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32417 \series bold
32418
32419 \backslash
32420 newcommand
32421 \series default
32422 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32423 \end_layout
32424
32425 \begin_layout Standard
32426
32427 \series bold
32428
32429 \backslash
32430 newcommand
32431 \series default
32432 コマンドの書式は、
32433 \end_layout
32434
32435 \begin_layout Standard
32436
32437 \series bold
32438
32439 \backslash
32440 newcommand{新コマンド名}[引数の数][オプションの値]
32441 \begin_inset Newline newline
32442 \end_inset
32443
32444
32445 \begin_inset Phantom HPhantom
32446 status open
32447
32448 \begin_layout Plain Layout
32449
32450 \series bold
32451
32452 \backslash
32453 newcommand
32454 \end_layout
32455
32456 \end_inset
32457
32458 {コマンド定義}
32459 \end_layout
32460
32461 \begin_layout Standard
32462 です。
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset Note Greyedout
32467 status open
32468
32469 \begin_layout Plain Layout
32470
32471 \series bold
32472 (注意)
32473 \series default
32474 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32475 \series bold
32476
32477 \backslash
32478 Leftarrow
32479 \series default
32480 の短縮のつもりで
32481 \series bold
32482
32483 \backslash
32484 le
32485 \series default
32486 というコマンドを定義したとすると、
32487 \series bold
32488
32489 \backslash
32490 le
32491 \series default
32492 は既に「
32493 \begin_inset Formula $\le$
32494 \end_inset
32495
32496 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32497 \end_layout
32498
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \begin_layout Standard
32505 「引数の数」は、0
32506 \begin_inset space \thinspace{}
32507 \end_inset
32508
32509 -
32510 \begin_inset space \thinspace{}
32511 \end_inset
32512
32513 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32514 ドの
32515 \emph on
32516 最初の
32517 \emph default
32518 引数は、自動的に非必須の引数になります。
32519 \end_layout
32520
32521 \begin_layout Standard
32522 以下にいくつかの例を挙げます。
32523 \end_layout
32524
32525 \begin_layout Itemize
32526
32527 \series bold
32528
32529 \backslash
32530 Longrightarrow
32531 \series default
32532 の短縮形として
32533 \series bold
32534
32535 \backslash
32536 gr
32537 \series default
32538 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32539 \begin_inset VSpace medskip
32540 \end_inset
32541
32542
32543 \begin_inset Newline newline
32544 \end_inset
32545
32546
32547 \series bold
32548
32549 \backslash
32550 newcommand{
32551 \backslash
32552 gr}{
32553 \backslash
32554 Longrightarrow}
32555 \end_layout
32556
32557 \begin_layout Itemize
32558
32559 \series bold
32560
32561 \backslash
32562 underline
32563 \series default
32564 の短縮形として
32565 \series bold
32566
32567 \backslash
32568 us
32569 \series default
32570 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32571 \begin_inset VSpace medskip
32572 \end_inset
32573
32574
32575 \begin_inset Newline newline
32576 \end_inset
32577
32578
32579 \series bold
32580
32581 \backslash
32582 newcommand{
32583 \backslash
32584 us}[1]{
32585 \backslash
32586 underline{#1}}
32587 \series default
32588
32589 \begin_inset VSpace medskip
32590 \end_inset
32591
32592
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596
32597 \series bold
32598 #
32599 \series default
32600 」という文字は、引数の入る場所を示し、その後ろの「
32601 \series bold
32602 1
32603 \series default
32604 」は、これが第1引数の入る場所であることを示します。
32605 \end_layout
32606
32607 \begin_layout Itemize
32608
32609 \series bold
32610
32611 \backslash
32612 framebox
32613 \series default
32614 の短縮形として、たとえば
32615 \series bold
32616
32617 \backslash
32618 fb
32619 \series default
32620 というコマンドを定義するには、
32621 \begin_inset VSpace medskip
32622 \end_inset
32623
32624
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \series bold
32630
32631 \backslash
32632 newcommand{
32633 \backslash
32634 fb}[3]{
32635 \backslash
32636 framebox#1#2{$#3$}}
32637 \series default
32638
32639 \begin_inset VSpace medskip
32640 \end_inset
32641
32642
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646 二つのドルマークは、
32647 \series bold
32648
32649 \backslash
32650 framebox
32651 \series default
32652 が必要とする内部の数式を作り出します。第
32653 \begin_inset CommandInset ref
32654 LatexCommand ref
32655 reference "sub:縁付きボックス"
32656
32657 \end_inset
32658
32659 節をご参照下さい。
32660 \end_layout
32661
32662 \begin_layout Itemize
32663 ボックスの色を指定する必要がない
32664 \series bold
32665
32666 \backslash
32667 fcolorbox
32668 \series default
32669 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32670 \begin_inset VSpace medskip
32671 \end_inset
32672
32673
32674 \begin_inset Newline newline
32675 \end_inset
32676
32677
32678 \series bold
32679
32680 \backslash
32681 newcommand{
32682 \backslash
32683 cb}[3][white]{
32684 \backslash
32685 fcolorbox{#2}{#1}{$#3$}}
32686 \series default
32687
32688 \begin_inset VSpace medskip
32689 \end_inset
32690
32691
32692 \begin_inset Newline newline
32693 \end_inset
32694
32695
32696 \series bold
32697
32698 \backslash
32699 cb
32700 \series default
32701 を使うときに色が指定されなければ、事前に定義された色である
32702 \series bold
32703 white
32704 \series default
32705 が使用されます。
32706 \end_layout
32707
32708 \begin_layout Standard
32709 以下は、上で定義したコマンドの動作テストです。
32710 \end_layout
32711
32712 \begin_layout Standard
32713 \align center
32714 \begin_inset Tabular
32715 <lyxtabular version="3" rows="6" columns="2">
32716 <features tabularvalignment="middle">
32717 <column alignment="center" valignment="top" width="0">
32718 <column alignment="center" valignment="top" width="0">
32719 <row>
32720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 コマンド
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 出力
32734 \begin_inset Note Note
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738 ここで
32739 \series bold
32740
32741 \backslash
32742 raisebox
32743 \series default
32744 はスペーサーとして使用しているだけです。
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 <row>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 A
32761 \backslash
32762 gr
32763 \begin_inset ERT
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767
32768
32769 \backslash
32770 spce 
32771 \end_layout
32772
32773 \end_inset
32774
32775 B
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 \begin_inset Formula $A\gr B$
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \end_inset
32791 </cell>
32792 </row>
32793 <row>
32794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798
32799 \backslash
32800 us{ABcd
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 </row>
32818 <row>
32819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823
32824 \backslash
32825 fb{[2cm]
32826 \begin_inset Formula $\to$
32827 \end_inset
32828
32829
32830 \backslash
32831 {
32832 \begin_inset Formula $\to$
32833 \end_inset
32834
32835
32836 \backslash
32837 {
32838 \backslash
32839 int
32840 \begin_inset ERT
32841 status collapsed
32842
32843 \begin_layout Plain Layout
32844
32845
32846 \backslash
32847 spce 
32848 \end_layout
32849
32850 \end_inset
32851
32852 A=B
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32862 \end_inset
32863
32864
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875
32876 \backslash
32877 cb{red
32878 \begin_inset Formula $\to$
32879 \end_inset
32880
32881
32882 \backslash
32883 {
32884 \backslash
32885 int
32886 \begin_inset ERT
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890
32891
32892 \backslash
32893 spce 
32894 \end_layout
32895
32896 \end_inset
32897
32898 A=B
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 </row>
32916 <row>
32917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921
32922 \backslash
32923 cb[green]
32924 \backslash
32925 {red
32926 \begin_inset Formula $\to$
32927 \end_inset
32928
32929
32930 \backslash
32931 {
32932 \backslash
32933 int
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 spce 
32942 \end_layout
32943
32944 \end_inset
32945
32946 A=B
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 </row>
32964 </lyxtabular>
32965
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \begin_layout Subsection
32972 数式マクロ
32973 \begin_inset Index idx
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32978 \end_layout
32979
32980 \end_inset
32981
32982
32983 \begin_inset Index idx
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 まくろ@マクロ
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32997 般型は、
32998 \begin_inset Formula \[
32999 0=\lambda^{2}+p\lambda+q
33000 \]
33001
33002 \end_inset
33003
33004 であり、その解の一般型は
33005 \begin_inset Formula \[
33006 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33007 \]
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Standard
33015 です。
33016 \begin_inset Formula $\lambda$
33017 \end_inset
33018
33019
33020 \begin_inset Formula $p$
33021 \end_inset
33022
33023
33024 \begin_inset Formula $q$
33025 \end_inset
33026
33027 の3つのパラメータを指定することが必須であり、
33028 \begin_inset Formula $\lambda$
33029 \end_inset
33030
33031 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \series bold
33037
33038 \backslash
33039 newcommand{
33040 \backslash
33041 qG}[4][1,
33042 \backslash
33043 ,2]{#2_{#1}=-
33044 \backslash
33045 frac{#3}{2}
33046 \backslash
33047 pm
33048 \begin_inset Newline newline
33049 \end_inset
33050
33051
33052 \begin_inset Phantom HPhantom
33053 status open
33054
33055 \begin_layout Plain Layout
33056
33057 \series bold
33058
33059 \backslash
33060 newcommand
33061 \end_layout
33062
33063 \end_inset
33064
33065
33066 \backslash
33067 sqrt{
33068 \backslash
33069 frac{#3^{2}}{4}-#4}}
33070 \end_layout
33071
33072 \begin_layout Standard
33073 これを使って解の公式を作るには、
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \series bold
33079
33080 \backslash
33081 qG{
33082 \backslash
33083 lambda
33084 \begin_inset Formula $\to$
33085 \end_inset
33086
33087
33088 \backslash
33089 {p
33090 \begin_inset Formula $\to$
33091 \end_inset
33092
33093
33094 \backslash
33095 {q
33096 \series default
33097 というコマンドを数式に入れます。
33098 \end_layout
33099
33100 \begin_layout Standard
33101 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33102 \series bold
33103
33104 \backslash
33105 frac{分子}{分母}
33106 \series default
33107 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33108 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33109 \series bold
33110
33111 \backslash
33112 newcommand
33113 \series default
33114 コマンドの代わりに、数式マクロを使う方法を提供しています。
33115 \end_layout
33116
33117 \begin_layout Standard
33118 数式マクロは、
33119 \family sans
33120 挿入\SpecialChar \menuseparator
33121 数式\SpecialChar \menuseparator
33122 マクロ
33123 \family default
33124 メニューか、ツールバーボタンの
33125 \begin_inset Graphics
33126         filename ../../images/math-macro_newmacroname_newcommand.png
33127         scale 85
33128
33129 \end_inset
33130
33131 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33132 \begin_inset Newline newline
33133 \end_inset
33134
33135
33136 \begin_inset space \hspace*{\fill}
33137 \end_inset
33138
33139
33140 \begin_inset Graphics
33141         filename ../clipart/macrobox.png
33142
33143 \end_inset
33144
33145
33146 \begin_inset space \hspace*{\fill}
33147 \end_inset
33148
33149
33150 \begin_inset Newline newline
33151 \end_inset
33152
33153
33154 \begin_inset FormulaMacro
33155 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33156 \end_inset
33157
33158
33159 \backslash
33160 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33161 \series bold
33162
33163 \backslash
33164 #1
33165 \series default
33166 のように
33167 \series bold
33168
33169 \backslash
33170 #引数番号
33171 \series default
33172 というコマンドで入力するか、マクロツールバーボタンの
33173 \begin_inset Graphics
33174         filename ../../images/math-macro-add-param.png
33175         scale 85
33176
33177 \end_inset
33178
33179 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33180 \begin_inset Graphics
33181         filename ../../images/math-macro-add-optional-param.png
33182         scale 85
33183
33184 \end_inset
33185
33186 で作ることができます。最初の必須引数は、ツールバーボタンの
33187 \begin_inset Graphics
33188         filename ../../images/math-macro-make-optional.png
33189         scale 85
33190
33191 \end_inset
33192
33193 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33194 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \series bold
33200 qG: 
33201 \backslash
33202 #1
33203 \series default
33204  
33205 \series bold
33206 ,
33207 \series default
33208  
33209 \series bold
33210
33211 \backslash
33212 #2
33213 \series default
33214  
33215 \series bold
33216 ,
33217 \series default
33218  
33219 \series bold
33220
33221 \backslash
33222 #3, 
33223 \backslash
33224 #4
33225 \begin_inset Newline newline
33226 \end_inset
33227
33228
33229 \series default
33230 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33231 されます。
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33236 \family sans
33237 表示\SpecialChar \menuseparator
33238 数式マクロを展開(畳む)
33239 \family default
33240 メニューを使うことで、マクロ毎に変えることができます。
33241 \end_layout
33242
33243 \begin_layout Standard
33244 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33245 \series bold
33246
33247 \backslash
33248 qG
33249 \series default
33250 とします。このマクロは、LyX中では以下のように表示されます。
33251 \begin_inset Newline newline
33252 \end_inset
33253
33254
33255 \begin_inset space \hspace*{\fill}
33256 \end_inset
33257
33258
33259 \begin_inset Graphics
33260         filename ../clipart/macrouse.png
33261
33262 \end_inset
33263
33264
33265 \begin_inset space \hspace*{\fill}
33266 \end_inset
33267
33268
33269 \begin_inset Newline newline
33270 \end_inset
33271
33272 以下は、上記の例に、引数
33273 \begin_inset Formula $x$
33274 \end_inset
33275
33276
33277 \begin_inset Formula $\ln(x)$
33278 \end_inset
33279
33280
33281 \begin_inset Formula $B$
33282 \end_inset
33283
33284 を指定したものです。
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \begin_inset Formula \[
33289 \qG x{\ln(x)}B
33290 \]
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 LyXは、
33299 \family sans
33300 ツール\SpecialChar \menuseparator
33301 設定\SpecialChar \menuseparator
33302 編集\SpecialChar \menuseparator
33303 制御
33304 \family default
33305 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33306 せてみてください。
33307 \end_layout
33308
33309 \begin_layout Standard
33310 数式マクロは、文書書き出し時に、内部的に
33311 \series bold
33312
33313 \backslash
33314 newcommand
33315 \series default
33316 コマンドに変換されます。こうして生成された
33317 \series bold
33318
33319 \backslash
33320 newcommand
33321 \series default
33322 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33323 \end_layout
33324
33325 \begin_layout Standard
33326 数式マクロは、
33327 \series bold
33328
33329 \backslash
33330 newcommand
33331 \series default
33332 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33333 \series bold
33334
33335 \begin_inset Newline newline
33336 \end_inset
33337
33338
33339 \backslash
33340 newcommand{
33341 \backslash
33342 larrow}[2]{
33343 \backslash
33344 xleftarrow[#2]{#1}}
33345 \begin_inset Newline newline
33346 \end_inset
33347
33348
33349 \series default
33350 というコマンドを書き入れ、この全体を選択して、短絡キー
33351 \family sans
33352 Ctrl+M
33353 \family default
33354 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33355 \series bold
33356
33357 \backslash
33358 newcommand
33359 \series default
33360 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33361 \end_layout
33362
33363 \begin_layout Standard
33364 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33365 \begin_inset CommandInset ref
33366 LatexCommand ref
33367 reference "sub:newcommandコマンド"
33368
33369 \end_inset
33370
33371 節で例として作った
33372 \series bold
33373
33374 \backslash
33375 fb
33376 \series default
33377 は、マクロとしては作ることができません。
33378 \end_layout
33379
33380 \begin_layout Standard
33381 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33382 \end_layout
33383
33384 \begin_layout Standard
33385 \begin_inset VSpace defskip
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Standard
33392 \begin_inset Graphics
33393         filename ../clipart/MacroToolbar.png
33394
33395 \end_inset
33396
33397
33398 \begin_inset Index idx
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 まくろ@マクロ ! つーるばー@ツールバー
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 \begin_inset VSpace defskip
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Standard
33418 マクロツールバーは、左から右に、以下の各ボタンがあります。
33419 \end_layout
33420
33421 \begin_layout Standard
33422 \begin_inset VSpace defskip
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \begin_layout Standard
33429 \begin_inset Tabular
33430 <lyxtabular version="3" rows="9" columns="2">
33431 <features islongtable="true" longtabularalignment="center">
33432 <column alignment="left" valignment="top" width="0">
33433 <column alignment="left" valignment="top" width="85col%">
33434 <row interlinespace="2.5mm">
33435 <cell alignment="center" valignment="top" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 \begin_inset Graphics
33440         filename ../../images/math-macro-remove-param.png
33441         rotateOrigin center
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454
33455 \family sans
33456 編集\SpecialChar \menuseparator
33457 数式\SpecialChar \menuseparator
33458 マクロ定義\SpecialChar \menuseparator
33459 最後の引数を削除
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 </row>
33465 <row interlinespace="2.5mm">
33466 <cell alignment="center" valignment="top" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 \begin_inset Graphics
33471         filename ../../images/math-macro-add-param.png
33472         rotateOrigin center
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 <cell alignment="center" valignment="top" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485
33486 \family sans
33487 編集\SpecialChar \menuseparator
33488 数式\SpecialChar \menuseparator
33489 マクロ定義\SpecialChar \menuseparator
33490 引数を追加
33491 \end_layout
33492
33493 \end_inset
33494 </cell>
33495 </row>
33496 <row interlinespace="2.5mm">
33497 <cell alignment="center" valignment="top" usebox="none">
33498 \begin_inset Text
33499
33500 \begin_layout Plain Layout
33501 \begin_inset Graphics
33502         filename ../../images/math-macro-make-optional.png
33503         rotateOrigin center
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516
33517 \family sans
33518 編集\SpecialChar \menuseparator
33519 数式\SpecialChar \menuseparator
33520 マクロ定義\SpecialChar \menuseparator
33521 最初の必須引数を
33522 \begin_inset Newline newline
33523 \end_inset
33524
33525
33526 \begin_inset Phantom HPhantom
33527 status open
33528
33529 \begin_layout Plain Layout
33530
33531 \family sans
33532 編集\SpecialChar \menuseparator
33533 数式\SpecialChar \menuseparator
33534 マクロ定義\SpecialChar \menuseparator
33535
33536 \end_layout
33537
33538 \end_inset
33539
33540 非必須引数にする
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 </row>
33546 <row interlinespace="2.5mm">
33547 <cell alignment="center" valignment="top" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 \begin_inset Graphics
33552         filename ../../images/math-macro-make-nonoptional.png
33553         rotateOrigin center
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 <cell alignment="center" valignment="top" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566
33567 \family sans
33568 編集\SpecialChar \menuseparator
33569 数式\SpecialChar \menuseparator
33570 マクロ定義\SpecialChar \menuseparator
33571 最後の非必須引数を
33572 \begin_inset Newline newline
33573 \end_inset
33574
33575
33576 \begin_inset Phantom HPhantom
33577 status open
33578
33579 \begin_layout Plain Layout
33580
33581 \family sans
33582 編集\SpecialChar \menuseparator
33583 数式\SpecialChar \menuseparator
33584 マクロ定義\SpecialChar \menuseparator
33585
33586 \end_layout
33587
33588 \end_inset
33589
33590 必須引数にする
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 </row>
33596 <row interlinespace="2.5mm">
33597 <cell alignment="center" valignment="top" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601 \begin_inset Graphics
33602         filename ../../images/math-macro-remove-optional-param.png
33603         rotateOrigin center
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 <cell alignment="center" valignment="top" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616
33617 \family sans
33618 編集\SpecialChar \menuseparator
33619 数式\SpecialChar \menuseparator
33620 マクロ定義\SpecialChar \menuseparator
33621 非必須引数を削除
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 </row>
33627 <row interlinespace="2.5mm">
33628 <cell alignment="center" valignment="top" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 \begin_inset Graphics
33633         filename ../../images/math-macro-add-optional-param.png
33634         rotateOrigin center
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 <cell alignment="center" valignment="top" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647
33648 \family sans
33649 編集\SpecialChar \menuseparator
33650 数式\SpecialChar \menuseparator
33651 マクロ定義\SpecialChar \menuseparator
33652 非必須引数を挿入
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 <row interlinespace="2.5mm">
33659 <cell alignment="center" valignment="top" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663 \begin_inset Graphics
33664         filename ../../images/math-macro-remove-greedy-param.png
33665         rotateOrigin center
33666
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678
33679 \family sans
33680 編集\SpecialChar \menuseparator
33681 数式\SpecialChar \menuseparator
33682 マクロ定義\SpecialChar \menuseparator
33683 右に吐き出す形で
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687
33688 \begin_inset Phantom HPhantom
33689 status open
33690
33691 \begin_layout Plain Layout
33692
33693 \family sans
33694 編集\SpecialChar \menuseparator
33695 数式\SpecialChar \menuseparator
33696 マクロ定義\SpecialChar \menuseparator
33697
33698 \end_layout
33699
33700 \end_inset
33701
33702 最後の引数を削除
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 </row>
33708 <row interlinespace="2.5mm">
33709 <cell alignment="center" valignment="top" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713 \begin_inset Graphics
33714         filename ../../images/math-macro-append-greedy-param.png
33715         rotateOrigin center
33716
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 <cell alignment="center" valignment="top" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728
33729 \family sans
33730 編集\SpecialChar \menuseparator
33731 数式\SpecialChar \menuseparator
33732 マクロ定義\SpecialChar \menuseparator
33733 右から喰う形で
33734 \begin_inset Newline newline
33735 \end_inset
33736
33737
33738 \begin_inset Phantom HPhantom
33739 status open
33740
33741 \begin_layout Plain Layout
33742
33743 \family sans
33744 編集\SpecialChar \menuseparator
33745 数式\SpecialChar \menuseparator
33746 マクロ定義\SpecialChar \menuseparator
33747
33748 \end_layout
33749
33750 \end_inset
33751
33752 引数を追加
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row interlinespace="2.5mm">
33759 <cell alignment="center" valignment="top" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 \begin_inset Graphics
33764         filename ../../images/math-macro-add-greedy-optional-param.png
33765         rotateOrigin center
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \end_inset
33773 </cell>
33774 <cell alignment="center" valignment="top" usebox="none">
33775 \begin_inset Text
33776
33777 \begin_layout Plain Layout
33778
33779 \family sans
33780 編集\SpecialChar \menuseparator
33781 数式\SpecialChar \menuseparator
33782 マクロ定義\SpecialChar \menuseparator
33783 右から喰う形で
33784 \begin_inset Newline newline
33785 \end_inset
33786
33787
33788 \begin_inset Phantom HPhantom
33789 status open
33790
33791 \begin_layout Plain Layout
33792
33793 \family sans
33794 編集\SpecialChar \menuseparator
33795 数式\SpecialChar \menuseparator
33796 マクロ定義\SpecialChar \menuseparator
33797
33798 \end_layout
33799
33800 \end_inset
33801
33802 非必須引数を追加
33803 \end_layout
33804
33805 \end_inset
33806 </cell>
33807 </row>
33808 </lyxtabular>
33809
33810 \end_inset
33811
33812
33813 \end_layout
33814
33815 \begin_layout Standard
33816 \begin_inset Newpage newpage
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Section
33823 さまざまな秘訣
33824 \begin_inset Index idx
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828 ひけつ@秘訣
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Subsection
33837 負の数
33838 \begin_inset Index idx
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842 かず@数 ! ふの@負の ---
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33852 く表示されます。
33853 \end_layout
33854
33855 \begin_layout Standard
33856 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33857 \end_layout
33858
33859 \begin_layout Standard
33860 以下は、この問題を示す例です。
33861 \end_layout
33862
33863 \begin_layout Standard
33864 \align center
33865 \begin_inset Tabular
33866 <lyxtabular version="3" rows="3" columns="2">
33867 <features tabularvalignment="middle">
33868 <column alignment="right" valignment="top" width="0">
33869 <column alignment="left" valignment="top" width="0">
33870 <row>
33871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875 通常の文章:
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33881 \begin_inset Text
33882
33883 \begin_layout Plain Layout
33884 x = -2
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 </row>
33890 <row>
33891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33892 \begin_inset Text
33893
33894 \begin_layout Plain Layout
33895 数式:
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904 \begin_inset Formula $x=-2$
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \end_inset
33911 </cell>
33912 </row>
33913 <row>
33914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33915 \begin_inset Text
33916
33917 \begin_layout Plain Layout
33918 解決策:
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33924 \begin_inset Text
33925
33926 \begin_layout Plain Layout
33927 \begin_inset Formula $x=\textrm{-}2$
33928 \end_inset
33929
33930
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 </row>
33936 </lyxtabular>
33937
33938 \end_inset
33939
33940
33941 \end_layout
33942
33943 \begin_layout Subsection
33944 位区切りとしてのコンマ
33945 \begin_inset Index idx
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949 こんま@コンマ
33950 \end_layout
33951
33952 \end_inset
33953
33954
33955 \begin_inset Index idx
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959 かんま@カンマ|see
33960 \begin_inset ERT
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964
33965 {
33966 \end_layout
33967
33968 \end_inset
33969
33970 コンマ
33971 \begin_inset ERT
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975
33976 }
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \end_layout
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Standard
33990 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33991 \end_layout
33992
33993 \begin_layout Standard
33994 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33995 \begin_inset Info
33996 type  "shortcut"
33997 arg   "math-mode"
33998 \end_inset
33999
34000 )。
34001 \end_layout
34002
34003 \begin_layout Standard
34004 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 usepackage{icomma}
34013 \end_layout
34014
34015 \begin_layout Standard
34016 という行を加えて、
34017 \series bold
34018 icomma.sty
34019 \series default
34020
34021 \begin_inset Foot
34022 status collapsed
34023
34024 \begin_layout Plain Layout
34025
34026 \series bold
34027 icomma
34028 \series default
34029 は、LaTeXパッケージ
34030 \series bold
34031 was
34032 \series default
34033
34034 \begin_inset Index idx
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038 ぱっけーじ@パッケージ ! was
34039 \begin_inset ERT
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043
34044
34045 \backslash
34046 vspace{4mm}
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \end_layout
34053
34054 \end_inset
34055
34056 に含まれています。
34057 \end_layout
34058
34059 \end_inset
34060
34061
34062 \begin_inset Index idx
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066 ぱっけーじ@パッケージ ! icomma
34067 \end_layout
34068
34069 \end_inset
34070
34071 ファイルを読み込みます。
34072 \end_layout
34073
34074 \begin_layout Subsection
34075 物理ベクトル
34076 \begin_inset CommandInset label
34077 LatexCommand label
34078 name "sub:物理ベクトル"
34079
34080 \end_inset
34081
34082
34083 \begin_inset Index idx
34084 status collapsed
34085
34086 \begin_layout Plain Layout
34087 Vectors ! physical
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \begin_layout Standard
34096 LaTeXパッケージ
34097 \series bold
34098 braket
34099 \series default
34100
34101 \begin_inset Foot
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106 \series bold
34107 braket
34108 \series default
34109  は標準的LaTeX頒布版のすべてに含まれています。
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \begin_inset Index idx
34116 status collapsed
34117
34118 \begin_layout Plain Layout
34119 ぱっけーじ@パッケージ ! braket
34120 \end_layout
34121
34122 \end_inset
34123
34124 には、定義済みのベクトルが提供されており、
34125 \end_layout
34126
34127 \begin_layout Standard
34128
34129 \series bold
34130
34131 \backslash
34132 usepackage{braket}
34133 \end_layout
34134
34135 \begin_layout Standard
34136 というLaTeXプリアンブル行で読み込むことができます。
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset ERT
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144
34145
34146 \backslash
34147 ifbraket 
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \begin_inset Note Note
34154 status open
34155
34156 \begin_layout Plain Layout
34157 以下の表は、
34158 \series bold
34159 braket
34160 \series default
34161  LaTeXパッケージが導入済みのときのみ表示されます。
34162 \end_layout
34163
34164 \end_inset
34165
34166 以下のコマンドが定義されています。
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \align center
34171 \begin_inset Tabular
34172 <lyxtabular version="3" rows="4" columns="2">
34173 <features tabularvalignment="middle">
34174 <column alignment="center" valignment="top" width="0">
34175 <column alignment="center" valignment="top" width="0">
34176 <row>
34177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34178 \begin_inset Text
34179
34180 \begin_layout Plain Layout
34181 コマンド
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 出力
34191 \end_layout
34192
34193 \end_inset
34194 </cell>
34195 </row>
34196 <row>
34197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34198 \begin_inset Text
34199
34200 \begin_layout Plain Layout
34201
34202 \backslash
34203 Bra{
34204 \backslash
34205 psi
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214 \begin_inset Formula $\Bra{\psi}$
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 <row>
34224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Plain Layout
34228
34229 \backslash
34230 Ket{
34231 \backslash
34232 psi
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241 \begin_inset Formula $\Ket{\psi}$
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \end_inset
34248 </cell>
34249 </row>
34250 <row>
34251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34252 \begin_inset Text
34253
34254 \begin_layout Plain Layout
34255
34256 \backslash
34257 Braket{
34258 \backslash
34259 psi
34260 \begin_inset Formula $|$
34261 \end_inset
34262
34263
34264 \backslash
34265 phi
34266 \end_layout
34267
34268 \end_inset
34269 </cell>
34270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Plain Layout
34274 \begin_inset Formula $\Braket{\psi|\phi}$
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \end_inset
34281 </cell>
34282 </row>
34283 </lyxtabular>
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \begin_layout Standard
34291
34292 \series bold
34293
34294 \backslash
34295 Braket
34296 \series default
34297 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34298 \begin_inset Formula \[
34299 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34300 \]
34301
34302 \end_inset
34303
34304
34305 \begin_inset ERT
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309
34310
34311 \backslash
34312 else 
34313 \end_layout
34314
34315 \end_inset
34316
34317
34318 \begin_inset Note Note
34319 status open
34320
34321 \begin_layout Plain Layout
34322
34323 \series bold
34324 braket
34325 \series default
34326  LaTeXパッケージが導入されていないときには、以下が表示されます。
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 本小節の全体を出力で見るためには、
34336 \series bold
34337 braket
34338 \series default
34339  LaTeXパッケージを導入する必要があります。
34340 \end_layout
34341
34342 \begin_layout Standard
34343 \begin_inset ERT
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347
34348
34349 \backslash
34350 fi 
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359
34360 \series bold
34361
34362 \backslash
34363 Braket
34364 \series default
34365 と同じ効果は、第
34366 \begin_inset CommandInset ref
34367 LatexCommand ref
34368 reference "sub:自動の括弧丈"
34369
34370 \end_inset
34371
34372 節に説明されているとおり、
34373 \series bold
34374
34375 \backslash
34376 middle
34377 \series default
34378 コマンドを用いることによっても実現できます。
34379 \end_layout
34380
34381 \begin_layout Subsection
34382 自己定義の分数
34383 \begin_inset CommandInset label
34384 LatexCommand label
34385 name "sub:自己定義の分数"
34386
34387 \end_inset
34388
34389
34390 \begin_inset Index idx
34391 status collapsed
34392
34393 \begin_layout Plain Layout
34394 ぶんすう@分数 ! じこていぎの@自己定義の ---
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \end_layout
34401
34402 \begin_layout Standard
34403 分数用の自製コマンドを定義するには、以下の書式を持つ
34404 \series bold
34405
34406 \backslash
34407 genfrac
34408 \series default
34409
34410 \begin_inset Index idx
34411 status collapsed
34412
34413 \begin_layout Plain Layout
34414 こまんど@コマンド ! G ! 
34415 \backslash
34416 genfrac
34417 \end_layout
34418
34419 \end_inset
34420
34421 コマンドを使います。
34422 \end_layout
34423
34424 \begin_layout Standard
34425
34426 \series bold
34427
34428 \backslash
34429 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34430 \begin_inset Newline newline
34431 \end_inset
34432
34433
34434 \begin_inset Phantom HPhantom
34435 status open
34436
34437 \begin_layout Plain Layout
34438
34439 \series bold
34440
34441 \backslash
34442 genfrac
34443 \end_layout
34444
34445 \end_inset
34446
34447 {分子}{分母}
34448 \end_layout
34449
34450 \begin_layout Standard
34451 ここで「様式」は、0
34452 \begin_inset space \thinspace{}
34453 \end_inset
34454
34455 -
34456 \begin_inset space \thinspace{}
34457 \end_inset
34458
34459 3の範囲の数字です。
34460 \end_layout
34461
34462 \begin_layout Standard
34463 \align center
34464 \begin_inset Tabular
34465 <lyxtabular version="3" rows="5" columns="2">
34466 <features tabularvalignment="middle">
34467 <column alignment="center" valignment="top" width="0">
34468 <column alignment="center" valignment="top" width="0">
34469 <row>
34470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474 数字
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Plain Layout
34483 様式(大きさ)
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 </row>
34489 <row>
34490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34491 \begin_inset Text
34492
34493 \begin_layout Plain Layout
34494 0
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 別行建て様式の数式
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 </row>
34509 <row>
34510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Plain Layout
34514 1
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 行内数式
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 </row>
34529 <row>
34530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Plain Layout
34534 2
34535 \end_layout
34536
34537 \end_inset
34538 </cell>
34539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34540 \begin_inset Text
34541
34542 \begin_layout Plain Layout
34543 やや小(small)
34544 \end_layout
34545
34546 \end_inset
34547 </cell>
34548 </row>
34549 <row>
34550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554 3
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 最小(tiny)
34564 \end_layout
34565
34566 \end_inset
34567 </cell>
34568 </row>
34569 </lyxtabular>
34570
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \begin_layout Standard
34577 「様式」を指定しないときには、
34578 \series bold
34579
34580 \backslash
34581 frac
34582 \series default
34583 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34584 \end_layout
34585
34586 \begin_layout Standard
34587 「分数線の厚み」を指定しないときには、既定値である0.4
34588 \begin_inset space \thinspace{}
34589 \end_inset
34590
34591 ptが用いられます。
34592 \end_layout
34593
34594 \begin_layout Standard
34595 \begin_inset VSpace medskip
34596 \end_inset
34597
34598 たとえば、第
34599 \begin_inset CommandInset ref
34600 LatexCommand ref
34601 reference "sub:分数"
34602
34603 \end_inset
34604
34605 節の
34606 \series bold
34607
34608 \backslash
34609 dfrac
34610 \series default
34611 コマンドおよび
34612 \series bold
34613
34614 \backslash
34615 tbinom
34616 \series default
34617 コマンドは、
34618 \end_layout
34619
34620 \begin_layout Standard
34621
34622 \series bold
34623
34624 \backslash
34625 newcommand{
34626 \backslash
34627 dfrac}[2]{
34628 \backslash
34629 genfrac{}{}{}{0}{#1}{#2}}
34630 \end_layout
34631
34632 \begin_layout Standard
34633 あるいは
34634 \end_layout
34635
34636 \begin_layout Standard
34637
34638 \series bold
34639
34640 \backslash
34641 newcommand{
34642 \backslash
34643 tbinom}[2]{
34644 \backslash
34645 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34646 \end_layout
34647
34648 \begin_layout Standard
34649 というコマンドで定義できます。
34650 \end_layout
34651
34652 \begin_layout Standard
34653 \begin_inset VSpace medskip
34654 \end_inset
34655
34656 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34657 \end_layout
34658
34659 \begin_layout Standard
34660
34661 \series bold
34662
34663 \backslash
34664 newcommand{
34665 \backslash
34666 fracS}[3][]{
34667 \backslash
34668 genfrac{}{}{#1}{}{#2}{#3}}
34669 \end_layout
34670
34671 \begin_layout Standard
34672 という行を入れます。
34673 \end_layout
34674
34675 \begin_layout Standard
34676 以下は、そのテストです。
34677 \begin_inset Formula \begin{align*}
34678 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34679 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34680 \end{align*}
34681
34682 \end_inset
34683
34684 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34685 \end_layout
34686
34687 \begin_layout Subsection
34688 数式の取り消し
34689 \begin_inset Index idx
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693 すうしき@数式 ! とりけし@取り消し
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Standard
34702 数式あるいはその一部を取り消すには、
34703 \series bold
34704 cancel
34705 \series default
34706
34707 \begin_inset Foot
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711
34712 \series bold
34713 cancel
34714 \series default
34715 は、標準的なLaTeX頒布版のすべてに含まれています。
34716 \end_layout
34717
34718 \end_inset
34719
34720
34721 \begin_inset Index idx
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 ぱっけーじ@パッケージ ! cancel
34726 \end_layout
34727
34728 \end_inset
34729
34730  LaTeXパッケージを、LaTeXプリアンブル行に
34731 \end_layout
34732
34733 \begin_layout Standard
34734
34735 \series bold
34736
34737 \backslash
34738 usepackage[samesize]{cancel}
34739 \end_layout
34740
34741 \begin_layout Standard
34742 と書いて読み込む必要があります。
34743 \end_layout
34744
34745 \begin_layout Standard
34746 数式を取り消すには、4つの方法があります。
34747 \end_layout
34748
34749 \begin_layout Standard
34750 \align center
34751 \begin_inset Tabular
34752 <lyxtabular version="3" rows="5" columns="2">
34753 <features tabularvalignment="middle">
34754 <column alignment="center" valignment="top" width="0">
34755 <column alignment="center" valignment="top" width="0">
34756 <row>
34757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761 コマンド
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 出力
34771 \begin_inset Note Note
34772 status collapsed
34773
34774 \begin_layout Plain Layout
34775 ここで
34776 \series bold
34777
34778 \backslash
34779 raisebox
34780 \series default
34781 はスペーサーとして使用しているだけです。
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 <row>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 cancel{
34800 \backslash
34801 int
34802 \begin_inset ERT
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806
34807
34808 \backslash
34809 spce 
34810 \end_layout
34811
34812 \end_inset
34813
34814 A=B
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 </row>
34832 <row>
34833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837
34838 \backslash
34839 bcancel{
34840 \backslash
34841 int
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847
34848 \backslash
34849 spce 
34850 \end_layout
34851
34852 \end_inset
34853
34854 A=B
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row>
34873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877
34878 \backslash
34879 xcancel{
34880 \backslash
34881 int
34882 \begin_inset ERT
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886
34887
34888 \backslash
34889 spce 
34890 \end_layout
34891
34892 \end_inset
34893
34894 A=B
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 </row>
34912 <row>
34913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917
34918 \backslash
34919 cancelto{1
34920 \begin_inset Formula $\to$
34921 \end_inset
34922
34923
34924 \backslash
34925 {
34926 \backslash
34927 int
34928 \begin_inset ERT
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932
34933
34934 \backslash
34935 spce 
34936 \end_layout
34937
34938 \end_inset
34939
34940 A=B
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 </row>
34958 </lyxtabular>
34959
34960 \end_inset
34961
34962
34963 \end_layout
34964
34965 \begin_layout Standard
34966
34967 \series bold
34968
34969 \backslash
34970 cancelto
34971 \series default
34972 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34973 \begin_inset Formula \[
34974 \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}}}
34975 \]
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Subsection
34983 節見出し中の数式
34984 \begin_inset CommandInset label
34985 LatexCommand label
34986 name "sub:節見出し中の数式"
34987
34988 \end_inset
34989
34990
34991 \begin_inset Index idx
34992 status collapsed
34993
34994 \begin_layout Plain Layout
34995 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Standard
35004 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35005 \end_layout
35006
35007 \begin_layout Standard
35008 \begin_inset Note Greyedout
35009 status open
35010
35011 \begin_layout Plain Layout
35012 文書設定ダイアログの
35013 \family sans
35014 PDF特性
35015 \family default
35016
35017 \series bold
35018 hyperref
35019 \series default
35020
35021 \begin_inset Index idx
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025 ぱっけーじ@パッケージ ! hyperref
35026 \end_layout
35027
35028 \end_inset
35029
35030 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35031 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \begin_layout Standard
35040 これらの問題は、
35041 \family sans
35042 挿入\SpecialChar \menuseparator
35043 短縮タイトル
35044 \family default
35045 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35046 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35047 \end_layout
35048
35049 \begin_layout Standard
35050 数式を目次中でも使わなくてもならないが、
35051 \series bold
35052 hyperref
35053 \series default
35054 も使用しなくてはならないときには、
35055 \end_layout
35056
35057 \begin_layout Standard
35058
35059 \series bold
35060
35061 \backslash
35062 texorpdfstring{部分}{代替文字列}
35063 \begin_inset Index idx
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067 こまんど@コマンド ! T ! 
35068 \backslash
35069 texorpdfstring
35070 \end_layout
35071
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \begin_layout Standard
35078 というコマンドをTeXモードで使う方法があります。
35079 \end_layout
35080
35081 \begin_layout Standard
35082 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35083 文字列」が用いられます。
35084 \end_layout
35085
35086 \begin_layout Standard
35087 以下の二つは、見出しの例です。
35088 \begin_inset VSpace -3mm
35089 \end_inset
35090
35091
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097
35098 \backslash
35099 boldmath 
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Subsubsection
35108 目次中では数式を使わない見出し
35109 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35110 \end_inset
35111
35112
35113 \begin_inset Argument
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117 目次中では数式を使わない見出し
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \begin_layout Subsubsection
35126 目次中で数式を使う見出し
35127 \begin_inset ERT
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132
35133 \backslash
35134 texorpdfstring{
35135 \end_layout
35136
35137 \end_inset
35138
35139  
35140 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35141 \end_inset
35142
35143
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149 }{}
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \begin_inset ERT
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162
35163
35164 \backslash
35165 unboldmath 
35166 \end_layout
35167
35168 \end_inset
35169
35170 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35171 \series bold
35172
35173 \backslash
35174 texorpdfstring
35175 \series default
35176 が使われています。
35177 \end_layout
35178
35179 \begin_layout Standard
35180 他の節見出しと同じ書式を得るために、上の見出し全体は
35181 \series bold
35182 boldmath
35183 \series default
35184 環境に設定してあります
35185 \begin_inset Foot
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189
35190 \begin_inset CommandInset ref
35191 LatexCommand ref
35192 reference "sub:ボールド体の数式"
35193
35194 \end_inset
35195
35196 節参照。
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Subsection
35205 多段組文中の数式
35206 \begin_inset Index idx
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35220 \series bold
35221 multicol
35222 \series default
35223
35224 \begin_inset Foot
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228
35229 \series bold
35230 multicol
35231 \series default
35232 は、標準的LaTeX頒布版のすべてに含まれています。
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \begin_inset Index idx
35239 status collapsed
35240
35241 \begin_layout Plain Layout
35242 ぱっけーじ@パッケージ ! multicol
35243 \end_layout
35244
35245 \end_inset
35246
35247  LaTeXパッケージを、
35248 \end_layout
35249
35250 \begin_layout Standard
35251
35252 \series bold
35253
35254 \backslash
35255 usepackage{multicol}
35256 \end_layout
35257
35258 \begin_layout Standard
35259 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset Note Greyedout
35264 status open
35265
35266 \begin_layout Plain Layout
35267 ここで、
35268 \family sans
35269 文書\SpecialChar \menuseparator
35270 設定
35271 \family default
35272 メニューの
35273 \family sans
35274 本文レイアウト
35275 \family default
35276 で、
35277 \family sans
35278 二段組文書
35279 \family default
35280 の設定を
35281 \emph on
35282 有効にしてはならない
35283 \emph default
35284 ことに注意してください。
35285 \end_layout
35286
35287 \end_inset
35288
35289
35290 \end_layout
35291
35292 \begin_layout Standard
35293 多段組文の前に
35294 \end_layout
35295
35296 \begin_layout Standard
35297
35298 \series bold
35299
35300 \backslash
35301 begin{multicols}{段数}
35302 \end_layout
35303
35304 \begin_layout Standard
35305 というコマンドをTeXモードで書き入れます。「段数」は、2
35306 \begin_inset space \thinspace{}
35307 \end_inset
35308
35309 -
35310 \begin_inset space \thinspace{}
35311 \end_inset
35312
35313 10のあいだの数字です。多段組文の終わる数式の前には、
35314 \end_layout
35315
35316 \begin_layout Standard
35317
35318 \series bold
35319
35320 \backslash
35321 end{multicols}
35322 \end_layout
35323
35324 \begin_layout Standard
35325 というコマンドをTeXモードで入れます。
35326 \end_layout
35327
35328 \begin_layout Standard
35329 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35330 \begin_inset space \thinspace{}
35331 \end_inset
35332
35333 mmの垂直空白を入れて下さい。数式様式
35334 \series bold
35335
35336 \begin_inset Foot
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341 \series bold
35342 数式様式に関しては、第
35343 \series default
35344
35345 \begin_inset CommandInset ref
35346 LatexCommand ref
35347 reference "sec:数式様式"
35348
35349 \end_inset
35350
35351 節をご覧下さい。
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \series default
35358 として
35359 \series bold
35360 行頭下げ
35361 \series default
35362 を使用している場合には、代わりに-9
35363 \begin_inset space \thinspace{}
35364 \end_inset
35365
35366 mmの垂直空白を入れて下さい。
35367 \end_layout
35368
35369 \begin_layout Standard
35370 以下は、別行建て数式を含む、多段組文の例です。
35371 \end_layout
35372
35373 \begin_layout Standard
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379
35380 \backslash
35381 begin{multicols}{2}
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \lang ngerman
35388 Das Spektrum wird fouriertransformiert.
35389  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35390 , Lösungsmittel) zu trennen.
35391  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35392  nun das Aussehen des Ausgangssignals.
35393  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35394  über alle Phasen integrieren muss.
35395  Sei nun 
35396 \begin_inset Formula $S$
35397 \end_inset
35398
35399  unser normiertes Ausgangssignal und 
35400 \begin_inset Formula $P$
35401 \end_inset
35402
35403  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35404 \lang japanese
35405
35406 \begin_inset ERT
35407 status collapsed
35408
35409 \begin_layout Plain Layout
35410
35411
35412 \backslash
35413 end{multicols}
35414 \end_layout
35415
35416 \end_inset
35417
35418
35419 \begin_inset VSpace -6mm
35420 \end_inset
35421
35422
35423 \begin_inset Formula \begin{equation}
35424 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35425 \end{equation}
35426
35427 \end_inset
35428
35429
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 begin{multicols}{2}
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \lang ngerman
35444 wobei 
35445 \begin_inset Formula $S_{0}$
35446 \end_inset
35447
35448  das Signal ohne Gradient ist und die Normierungsbedingung 
35449 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35450 \end_inset
35451
35452  gilt.
35453  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35454  Direkt nach dem 
35455 \begin_inset Formula $\nicefrac{\pi}{2}$
35456 \end_inset
35457
35458
35459 \begin_inset space \thinspace{}
35460 \end_inset
35461
35462 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35463  das Signal zusätzlich abschwächt.
35464  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35465  
35466 \begin_inset Formula $T_{2}$
35467 \end_inset
35468
35469 -Zeit.
35470 \end_layout
35471
35472 \begin_layout Standard
35473 \begin_inset ERT
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477
35478
35479 \backslash
35480 end{multicols}
35481 \end_layout
35482
35483 \end_inset
35484
35485  
35486 \end_layout
35487
35488 \begin_layout Subsection
35489 変数の説明付き数式
35490 \begin_inset Index idx
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \end_layout
35501
35502 \begin_layout Standard
35503 \begin_inset CommandInset ref
35504 LatexCommand eqref
35505 reference "eq:within"
35506
35507 \end_inset
35508
35509 式のように、数式内で変数の説明をするには、
35510 \begin_inset Formula $n$
35511 \end_inset
35512
35513 個の変数が使われている場合、左寄せの列を持つ2
35514 \series bold
35515 ×
35516 \series default
35517
35518 \begin_inset Formula $n$
35519 \end_inset
35520
35521 行列を使用します
35522 \begin_inset Foot
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526 行列に関しては、第
35527 \begin_inset CommandInset ref
35528 LatexCommand ref
35529 reference "sec:行列"
35530
35531 \end_inset
35532
35533 節参照。
35534 \end_layout
35535
35536 \end_inset
35537
35538 。説明を小さな文字にするには、行列の前に、たとえば
35539 \series bold
35540
35541 \backslash
35542 footnotesize
35543 \series default
35544 コマンドを挿入します
35545 \begin_inset Foot
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549 フォント寸法に関しては、第
35550 \begin_inset CommandInset ref
35551 LatexCommand ref
35552 reference "sub:書体寸法"
35553
35554 \end_inset
35555
35556 節参照。
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \begin_layout Standard
35565 数式様式に
35566 \series bold
35567 行頭下げ
35568 \begin_inset Foot
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572
35573 \series bold
35574 数式様式に関しては、第
35575 \series default
35576
35577 \begin_inset CommandInset ref
35578 LatexCommand ref
35579 reference "sec:数式様式"
35580
35581 \end_inset
35582
35583 節参照。
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \series default
35590 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35591 \series bold
35592
35593 \backslash
35594 hfill
35595 \series default
35596
35597 \begin_inset Foot
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601
35602 \series bold
35603
35604 \backslash
35605 hfill
35606 \series default
35607 は、
35608 \series bold
35609 行頭下げ
35610 \series default
35611 様式のときのみ機能します。第
35612 \begin_inset CommandInset ref
35613 LatexCommand ref
35614 reference "sub:可変長の空白"
35615
35616 \end_inset
35617
35618 節をご覧下さい。
35619 \end_layout
35620
35621 \end_inset
35622
35623 を入れます。
35624 \end_layout
35625
35626 \begin_layout Standard
35627 数式様式に
35628 \series bold
35629 中央揃え
35630 \series default
35631 を使っている場合、数式を字下げするには、第
35632 \begin_inset CommandInset ref
35633 LatexCommand ref
35634 reference "sub:flalign環境"
35635
35636 \end_inset
35637
35638 節で述べた方法を使用します。
35639 \begin_inset CommandInset ref
35640 LatexCommand eqref
35641 reference "eq:within"
35642
35643 \end_inset
35644
35645 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35646 \begin_inset Formula \begin{flalign}
35647 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35648 \rho & \textrm{density}\\
35649 V & \textrm{volume}\\
35650 g & \textrm{gravitational acceleration}
35651 \end{array} &  & {}\label{eq:within}
35652 \end{flalign}
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \begin_layout Subsection
35660 アップライト体のギリシャ小文字
35661 \begin_inset CommandInset label
35662 LatexCommand label
35663 name "sub:アップライト体ギリシャ小文字"
35664
35665 \end_inset
35666
35667
35668 \begin_inset Index idx
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Standard
35681 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35682 \begin_inset Formula $\pi$
35683 \end_inset
35684
35685 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35686 \series bold
35687 upgreek.sty
35688 \series default
35689
35690 \begin_inset Foot
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694
35695 \series bold
35696 upgreek
35697 \series default
35698 は、
35699 \series bold
35700 was
35701 \series default
35702
35703 \begin_inset Index idx
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707 ぱっけーじ@パッケージ ! was
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 vspace{4mm}
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \end_inset
35724
35725  LaTeXパッケージの一部です。
35726 \end_layout
35727
35728 \end_inset
35729
35730
35731 \begin_inset Index idx
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 ぱっけーじ@パッケージ ! upgreek
35736 \end_layout
35737
35738 \end_inset
35739
35740  ファイルを
35741 \end_layout
35742
35743 \begin_layout Standard
35744
35745 \series bold
35746
35747 \backslash
35748 usepackage{upgreek}
35749 \end_layout
35750
35751 \begin_layout Standard
35752 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35753 \begin_inset ERT
35754 status collapsed
35755
35756 \begin_layout Plain Layout
35757
35758
35759 \backslash
35760 ifupgreek 
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \begin_inset Note Note
35767 status open
35768
35769 \begin_layout Plain Layout
35770 以下の表は、
35771 \series bold
35772 upgreek
35773 \series default
35774  LaTeXパッケージが導入済みのときのみ表示されます。
35775 \end_layout
35776
35777 \end_inset
35778
35779 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35780 \series bold
35781 up
35782 \series default
35783 を付けると作ることができます。たとえば
35784 \series bold
35785
35786 \backslash
35787 uptau
35788 \series default
35789 コマンドは、
35790 \begin_inset Formula $\uptau$
35791 \end_inset
35792
35793 のようになります。
35794 \end_layout
35795
35796 \begin_layout Standard
35797 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35798 \begin_inset Formula \[
35799 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35800 \]
35801
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \begin_layout Standard
35808 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35809 \end_layout
35810
35811 \begin_layout Standard
35812 \begin_inset ERT
35813 status collapsed
35814
35815 \begin_layout Plain Layout
35816
35817
35818 \backslash
35819 else 
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \begin_inset Note Note
35826 status open
35827
35828 \begin_layout Plain Layout
35829 以下は、
35830 \series bold
35831 upgreek
35832 \series default
35833  LaTeXパッケージが導入されていないときのみ表示されます。
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 この小節のすべてを出力で見るには、
35843 \series bold
35844 upgreek
35845 \series default
35846  LaTeXパッケージを導入する必要があります。
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \begin_inset ERT
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855
35856 \backslash
35857 fi 
35858 \end_layout
35859
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \begin_layout Subsection
35866 数式中のテキスト文字
35867 \begin_inset CommandInset label
35868 LatexCommand label
35869 name "sub:数式中のテキスト文字"
35870
35871 \end_inset
35872
35873
35874 \begin_inset Index idx
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \end_layout
35885
35886 \begin_layout Standard
35887 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35888 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35889 \end_inset
35890
35891 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35892 \series bold
35893
35894 \backslash
35895 cdot
35896 \series default
35897
35898 \begin_inset Foot
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902
35903 \begin_inset CommandInset ref
35904 LatexCommand ref
35905 reference "sub:二項演算子"
35906
35907 \end_inset
35908
35909 節参照。
35910 \end_layout
35911
35912 \end_inset
35913
35914 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35915 \end_layout
35916
35917 \begin_layout Standard
35918
35919 \series bold
35920
35921 \backslash
35922 Declare Inputtext{183}{
35923 \backslash
35924 ifmmode
35925 \backslash
35926 cdot
35927 \backslash
35928 else
35929 \backslash
35930 textperiodcentered
35931 \backslash
35932 f\SpecialChar \textcompwordmark{}
35933 i}
35934 \end_layout
35935
35936 \begin_layout Standard
35937 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35938 \end_layout
35939
35940 \begin_layout Standard
35941 文字エンコーディング(
35942 \family sans
35943 文書\SpecialChar \menuseparator
35944 設定\SpecialChar \menuseparator
35945 言語
35946 \family default
35947 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35948 \series bold
35949
35950 \backslash
35951 textperiodcentered
35952 \series default
35953 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35954 否かによって、正しいコマンドが自動的に選択されます。
35955 \end_layout
35956
35957 \begin_layout Standard
35958 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35959 \series bold
35960 latin9
35961 \series default
35962 エンコーディングは、LaTeXがインストールされたフォルダにある
35963 \series bold
35964 latin9.def
35965 \series default
35966 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35967 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35968 \end_layout
35969
35970 \begin_layout Standard
35971 \begin_inset VSpace medskip
35972 \end_inset
35973
35974 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35975 \begin_inset Foot
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \end_layout
35986
35987 \begin_layout Standard
35988
35989 \series bold
35990
35991 \backslash
35992 DeclareInputtext{176}{
35993 \backslash
35994 ifmmode^
35995 \backslash
35996 circ
35997 \backslash
35998 else
35999 \backslash
36000 textdegree
36001 \backslash
36002 f\SpecialChar \textcompwordmark{}
36003 i}
36004 \end_layout
36005
36006 \begin_layout Standard
36007 \begin_inset Newpage newpage
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \begin_layout Section
36014 \start_of_appendix
36015 組版上の助言
36016 \begin_inset Index idx
36017 status collapsed
36018
36019 \begin_layout Plain Layout
36020 くみばんじょうのじょげん@組版上の助言
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \end_layout
36027
36028 \begin_layout Standard
36029 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36030 \begin_inset Foot
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034 この要約の一部は、ISO規則を取り上げている「Duden」
36035 \begin_inset CommandInset citation
36036 LatexCommand cite
36037 key "Duden"
36038
36039 \end_inset
36040
36041 と呼ばれるドイツの半公的辞書から採られています。
36042 \end_layout
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \begin_layout Itemize
36050 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36051 \begin_inset Foot
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055 書体様式で指定します。第
36056 \begin_inset CommandInset ref
36057 LatexCommand ref
36058 reference "sub:書体様式"
36059
36060 \end_inset
36061
36062 節を参照。
36063 \end_layout
36064
36065 \end_inset
36066
36067 :30
36068 \begin_inset space \thinspace{}
36069 \end_inset
36070
36071 km/h
36072 \begin_inset Newline newline
36073 \end_inset
36074
36075 値と単位の間には、最小空白を入れます。第
36076 \begin_inset CommandInset ref
36077 LatexCommand ref
36078 reference "sub:定義済みの空白"
36079
36080 \end_inset
36081
36082 節を参照。
36083 \begin_inset Newline newline
36084 \end_inset
36085
36086 この慣習は、
36087 \series bold
36088
36089 \backslash
36090 unittwo
36091 \series default
36092 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36093 が得られます:
36094 \begin_inset Formula $\unit[30]{km/h}$
36095 \end_inset
36096
36097
36098 \begin_inset space \thinspace{}
36099 \end_inset
36100
36101 。実は、
36102 \series bold
36103
36104 \backslash
36105 unittwo
36106 \series default
36107 は、LaTeXコマンドの実体ではなく、
36108 \series bold
36109
36110 \backslash
36111 unit[値]{単位}
36112 \series default
36113 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36114 \end_layout
36115
36116 \begin_layout Itemize
36117 百分率記号と千分率記号は、物理単位と同様に組みます:
36118 \begin_inset Newline newline
36119 \end_inset
36120
36121 血中アルコール1,2
36122 \begin_inset space \thinspace{}
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Itemize
36129 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36130 \begin_inset space \thinspace{}
36131 \end_inset
36132
36133 °C
36134 \end_layout
36135
36136 \begin_layout Itemize
36137 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36138 \begin_inset space \thinspace{}
36139 \end_inset
36140
36141 473
36142 \begin_inset space \thinspace{}
36143 \end_inset
36144
36145 588
36146 \end_layout
36147
36148 \begin_layout Itemize
36149 120×90×40
36150 \begin_inset space \thinspace{}
36151 \end_inset
36152
36153 cmのような寸法には、積記号「×」を用います。これは、
36154 \series bold
36155
36156 \backslash
36157 times
36158 \series default
36159 コマンドか、
36160 \family sans
36161 挿入\SpecialChar \menuseparator
36162 特殊文字\SpecialChar \menuseparator
36163 記号
36164 \family default
36165 メニューから入れることができます。
36166 \end_layout
36167
36168 \begin_layout Itemize
36169 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36170 \begin_inset CommandInset ref
36171 LatexCommand ref
36172 reference "sub:定義済み函数"
36173
36174 \end_inset
36175
36176 節を参照。
36177 \end_layout
36178
36179 \begin_layout Itemize
36180 複数の文字を含む指数は、アップライト体にします:
36181 \begin_inset Formula $E_{\mathrm{kin}}$
36182 \end_inset
36183
36184
36185 \begin_inset Newline newline
36186 \end_inset
36187
36188 行列要素はイタリック体にします:
36189 \begin_inset Formula $\hat{H}_{kl}$
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \begin_layout Itemize
36196 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36197 \end_layout
36198
36199 \begin_layout Itemize
36200
36201 \noun on
36202 フーリエ
36203 \noun default
36204 変換を表す文字は、
36205 \series bold
36206
36207 \backslash
36208 mathscr
36209 \begin_inset ERT
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213
36214
36215 \backslash
36216 spce 
36217 \end_layout
36218
36219 \end_inset
36220
36221 {F
36222 \series default
36223 コマンド
36224 \begin_inset Index idx
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228 こまんど@コマンド! M ! 
36229 \backslash
36230 mathscr
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \family sans
36237 挿入\SpecialChar \menuseparator
36238 特殊文字\SpecialChar \menuseparator
36239 記号\SpecialChar \menuseparator
36240 文字様記号
36241 \family default
36242 メニューの
36243 \begin_inset Formula $\mathscr{F}$
36244 \end_inset
36245
36246 で入れることができます。
36247 \begin_inset Newline newline
36248 \end_inset
36249
36250
36251 \series bold
36252
36253 \backslash
36254 mathscr
36255 \series default
36256 コマンドを使うためには、LaTeXパッケージの
36257 \series bold
36258 mathrsfs
36259 \series default
36260
36261 \begin_inset Index idx
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 ぱっけーじ@パッケージ! mathrsfs
36266 \end_layout
36267
36268 \end_inset
36269
36270 を、LaTeXプリアンブルで
36271 \series bold
36272
36273 \backslash
36274 usepackage{mathrsfs}
36275 \series default
36276 として読み込む必要があります。
36277 \end_layout
36278
36279 \begin_layout Standard
36280 \begin_inset Newpage newpage
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \begin_layout Section
36287 同義語
36288 \begin_inset Index idx
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292 どうぎご@同義語
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \begin_layout Standard
36301 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36302 \end_layout
36303
36304 \begin_layout Standard
36305 \begin_inset VSpace bigskip
36306 \end_inset
36307
36308
36309 \begin_inset space \hfill{}
36310 \end_inset
36311
36312
36313 \begin_inset Tabular
36314 <lyxtabular version="3" rows="12" columns="2">
36315 <features tabularvalignment="middle">
36316 <column alignment="center" valignment="top" width="0pt">
36317 <column alignment="center" valignment="top" width="0pt">
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323 コマンド
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 同義のコマンド
36333 \begin_inset Note Note
36334 status collapsed
36335
36336 \begin_layout Plain Layout
36337 ここで
36338 \series bold
36339
36340 \backslash
36341 raisebox
36342 \series default
36343 はスペーサーとして使用しているだけです。
36344 \end_layout
36345
36346 \end_inset
36347
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 ast
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 \begin_inset ERT
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375
36376 \backslash
36377 raisebox{-1.2mm}{
36378 \end_layout
36379
36380 \end_inset
36381
36382 *
36383 \begin_inset ERT
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387
36388 }
36389 \end_layout
36390
36391 \end_inset
36392
36393
36394 \end_layout
36395
36396 \end_inset
36397 </cell>
36398 </row>
36399 <row>
36400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404
36405 \backslash
36406 choose
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415
36416 \backslash
36417 binom
36418 \end_layout
36419
36420 \end_inset
36421 </cell>
36422 </row>
36423 <row>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428
36429 \backslash
36430 geq
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36436 \begin_inset Text
36437
36438 \begin_layout Plain Layout
36439
36440 \backslash
36441 ge
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 </row>
36447 <row>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452
36453 \backslash
36454 lbrace
36455 \end_layout
36456
36457 \end_inset
36458 </cell>
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463 {
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 </row>
36469 <row>
36470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36471 \begin_inset Text
36472
36473 \begin_layout Plain Layout
36474
36475 \backslash
36476 lbracket
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36482 \begin_inset Text
36483
36484 \begin_layout Plain Layout
36485 [
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496
36497 \backslash
36498 leftarrow
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \backslash
36509 gets
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 </row>
36515 <row>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520
36521 \backslash
36522 leq
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531
36532 \backslash
36533 le
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 </row>
36539 <row>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 lor
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555
36556 \backslash
36557 vee
36558 \end_layout
36559
36560 \end_inset
36561 </cell>
36562 </row>
36563 <row>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 neq
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579
36580 \backslash
36581 not=
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 </row>
36587 <row>
36588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592
36593 \backslash
36594 slash
36595 \end_layout
36596
36597 \end_inset
36598 </cell>
36599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603 /
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 </row>
36609 <row>
36610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614
36615 \backslash
36616 vert
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625 \begin_inset Formula $|$
36626 \end_inset
36627
36628
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 </lyxtabular>
36635
36636 \end_inset
36637
36638
36639 \begin_inset space \hfill{}
36640 \end_inset
36641
36642
36643 \begin_inset Tabular
36644 <lyxtabular version="3" rows="12" columns="2">
36645 <features tabularvalignment="middle">
36646 <column alignment="center" valignment="top" width="0pt">
36647 <column alignment="center" valignment="top" width="0pt">
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653 コマンド
36654 \end_layout
36655
36656 \end_inset
36657 </cell>
36658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 同義のコマンド
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 backslash
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686
36687 \backslash
36688
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 <row>
36695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699
36700 \backslash
36701 dasharrow
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 dashrightarrow
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 <row>
36719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723
36724 \backslash
36725 land
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734
36735 \backslash
36736 wedge
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 </row>
36742 <row>
36743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747
36748 \backslash
36749 rbrace
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758 }
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 </row>
36764 <row>
36765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36766 \begin_inset Text
36767
36768 \begin_layout Plain Layout
36769
36770 \backslash
36771 rbracket
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780 ]
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791
36792 \backslash
36793 rightarrow
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 to
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 <row>
36811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815
36816 \backslash
36817 lnot
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 neg
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row>
36835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839
36840 \backslash
36841 ne
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 not=
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 </row>
36858 <row>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863
36864 \backslash
36865 owns
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 ni
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 </row>
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887
36888 \backslash
36889 square
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 Box
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 <row>
36907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911
36912 \backslash
36913 Vert
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922
36923 \backslash
36924
36925 \begin_inset Formula $|$
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 </row>
36934 </lyxtabular>
36935
36936 \end_inset
36937
36938
36939 \begin_inset space \hfill{}
36940 \end_inset
36941
36942
36943 \end_layout
36944
36945 \begin_layout Standard
36946 \begin_inset Newpage newpage
36947 \end_inset
36948
36949
36950 \end_layout
36951
36952 \begin_layout Bibliography
36953 \labelwidthstring 参考文献
36954 \begin_inset CommandInset bibitem
36955 LatexCommand bibitem
36956 key "TLC2"
36957
36958 \end_inset
36959
36960
36961 \shape smallcaps
36962 Mittelbach, F.
36963  ; Goossens, M.
36964 \shape default
36965
36966 \shape italic
36967 The LaTeX Companion
36968 \shape default
36969 , 2nd ed.
36970  Addison Wesley, 2004
36971 \end_layout
36972
36973 \begin_layout Bibliography
36974 \labelwidthstring 参考文献
36975 \begin_inset CommandInset bibitem
36976 LatexCommand bibitem
36977 key "Mathmode"
36978
36979 \end_inset
36980
36981 LaTeXの数式能力の
36982 \begin_inset CommandInset href
36983 LatexCommand href
36984 name "説明"
36985 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Bibliography
36993 \labelwidthstring 参考文献
36994 \begin_inset CommandInset bibitem
36995 LatexCommand bibitem
36996 key "Voss"
36997
36998 \end_inset
36999
37000 LaTeXの技と秘訣の
37001 \begin_inset CommandInset href
37002 LatexCommand href
37003 name "ページ"
37004 target "http://tug.org/TeXnik/"
37005
37006 \end_inset
37007
37008
37009 \end_layout
37010
37011 \begin_layout Bibliography
37012 \labelwidthstring 参考文献
37013 \begin_inset CommandInset bibitem
37014 LatexCommand bibitem
37015 key "AMS"
37016
37017 \end_inset
37018
37019
37020 \begin_inset ERT
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024
37025
37026 \backslash
37027 AmS
37028 \end_layout
37029
37030 \end_inset
37031
37032 -LaTeXの
37033 \begin_inset CommandInset href
37034 LatexCommand href
37035 name "説明"
37036 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Bibliography
37044 \labelwidthstring 参考文献
37045 \begin_inset CommandInset bibitem
37046 LatexCommand bibitem
37047 key "Symbols"
37048
37049 \end_inset
37050
37051 LaTeXパッケージで利用できる記号の
37052 \begin_inset CommandInset href
37053 LatexCommand href
37054 name "全覧"
37055 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Bibliography
37063 \labelwidthstring 参考文献
37064 \begin_inset CommandInset bibitem
37065 LatexCommand bibitem
37066 key "hyperref"
37067
37068 \end_inset
37069
37070 LaTeX 
37071 \series bold
37072 hyperref
37073 \series default
37074
37075 \begin_inset Index idx
37076 status collapsed
37077
37078 \begin_layout Plain Layout
37079 ぱっけーじ@パッケージ ! hyperref
37080 \end_layout
37081
37082 \end_inset
37083
37084 パッケージの
37085 \begin_inset CommandInset href
37086 LatexCommand href
37087 name "取扱説明書"
37088 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37089
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \begin_layout Bibliography
37096 \labelwidthstring 参考文献
37097 \begin_inset CommandInset bibitem
37098 LatexCommand bibitem
37099 key "Mathclap"
37100
37101 \end_inset
37102
37103
37104 \begin_inset CommandInset ref
37105 LatexCommand ref
37106 reference "sub:演算子の範囲"
37107
37108 \end_inset
37109
37110 節に述べられている
37111 \series bold
37112
37113 \backslash
37114 mathclap
37115 \series default
37116 コマンドの
37117 \begin_inset CommandInset href
37118 LatexCommand href
37119 name "説明"
37120 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37121
37122 \end_inset
37123
37124
37125 \begin_inset Index idx
37126 status collapsed
37127
37128 \begin_layout Plain Layout
37129 こまんど@コマンド ! M ! 
37130 \backslash
37131 mathclap
37132 \end_layout
37133
37134 \end_inset
37135
37136
37137 \end_layout
37138
37139 \begin_layout Bibliography
37140 \labelwidthstring 参考文献
37141 \begin_inset CommandInset bibitem
37142 LatexCommand bibitem
37143 key "Duden"
37144
37145 \end_inset
37146
37147
37148 \emph on
37149 Duden Band 1
37150 \emph default
37151 .
37152  22.
37153  Auflage, Duden 2001
37154 \end_layout
37155
37156 \begin_layout Subsubsection*
37157 \begin_inset CommandInset index_print
37158 LatexCommand printindex
37159 type "idx"
37160
37161 \end_inset
37162
37163
37164 \end_layout
37165
37166 \end_body
37167 \end_document