]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Japanese UserGuide.lyx: update it to the state of the other language versions
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass jarticle
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 \newlength{\abc}
46 \settowidth{\abc}{\space}
47 \addto\extrasenglish{
48  \renewcommand{\equationautorefname}{\hspace{-\abc}}
49  \renewcommand{\sectionautorefname}{sec.\negthinspace}
50  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
52
53 % don't load packages twice
54 % see first footnote in sec. 9.3
55 \@ifundefined{textcolor}{\usepackage{color}}{}
56
57 % the pages of the TOC are numbered roman
58 % and a PDF-bookmark for the TOC is added
59 \pagenumbering{roman}
60 \let\myTOC\tableofcontents
61 \renewcommand{\tableofcontents}{%
62  \vspace{1cm}
63  \pdfbookmark[1]{\contentsname}{}
64  \myTOC
65  \cleardoublepage
66  \pagenumbering{arabic}}
67
68 % insert additional vertical space of 1.5 mm between footnotes,
69 \let\myFoot\footnote
70 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
71
72 % provides caption formatting
73 %\setkomafont{captionlabel}{\bfseries}
74
75 % used in Kap. 22.6
76 \usepackage[samesize]{cancel}
77
78 % enables calculation of values,
79 \usepackage{calc}
80
81 % for multiple table row and column cells
82 \usepackage{multirow}
83 \usepackage{multicol}
84
85 % needed in sec. 19.4
86 \usepackage{remreset}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % needed in sec. 22.4
132 % check for package braket
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % make pdf bookmark sane with Japanese
148 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
149 \end_preamble
150 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
151 \use_default_options true
152 \maintain_unincluded_children false
153 \language japanese
154 \inputencoding auto
155 \fontencoding global
156 \font_roman default
157 \font_sans default
158 \font_typewriter default
159 \font_default_family default
160 \use_xetex false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165
166 \graphics default
167 \default_output_format default
168 \output_sync 0
169 \bibtex_command default
170 \index_command default
171 \paperfontsize default
172 \spacing single
173 \use_hyperref true
174 \pdf_title "LyX数式説明書"
175 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
176 \pdf_subject "LyXの数式機能に関する説明書"
177 \pdf_keywords "LyX, Mathed"
178 \pdf_bookmarks true
179 \pdf_bookmarksnumbered true
180 \pdf_bookmarksopen true
181 \pdf_bookmarksopenlevel 1
182 \pdf_breaklinks false
183 \pdf_pdfborder false
184 \pdf_colorlinks true
185 \pdf_backref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
188 \papersize a4paper
189 \use_geometry true
190 \use_amsmath 2
191 \use_esint 1
192 \use_mhchem 1
193 \use_mathdots 1
194 \cite_engine basic
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \index 索引
200 \shortcut idx
201 \color #008000
202 \end_index
203 \leftmargin 3.5cm
204 \topmargin 3cm
205 \rightmargin 3cm
206 \bottommargin 3.5cm
207 \secnumdepth 4
208 \tocdepth 3
209 \paragraph_separation skip
210 \defskip medskip
211 \quotes_language english
212 \papercolumns 1
213 \papersides 2
214 \paperpagestyle plain
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 LyXの数式詳細説明書
225 \end_layout
226
227 \begin_layout Author
228 LyXプロジェクトチーム
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \family default
247 までお知らせください。
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 著者:Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 第2.0.x版
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
290 \series bold
291 eurosym
292 \series default
293
294 \series bold
295 mhchem
296 \series default
297
298 \series bold
299 multirow
300 \series default
301
302 \series bold
303 wasが導入されている必要があります。
304 \series default
305 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
306 \series bold
307 mhchem
308 \series default
309 が導入されていないと、本ファイルを書き出すことができません。
310 \end_layout
311
312 \begin_layout Plain Layout
313 この文書の最新のPDF版は
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \series default
325 にあります。
326 \end_layout
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset Newpage newpage
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 はじめに
342 \end_layout
343
344 \begin_layout Standard
345 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
346 使用を念頭に置いています。したがいまして、ユーザーの手引きの
347 \family typewriter
348 数式
349 \family default
350 の節をすでにお読みになっていることを前提としています。
351 \end_layout
352
353 \begin_layout Standard
354 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
355 \family sans
356 挿入\SpecialChar \menuseparator
357 数式
358 \family default
359 メニューか
360 \family sans
361 数式ツールバー
362 \family default
363 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
364 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
365 \end_layout
366
367 \begin_layout Standard
368 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
369 \family sans
370 文書\SpecialChar \menuseparator
371 設定\SpecialChar \menuseparator
372 数式オプション
373 \family default
374 メニュー)で
375 \family sans
376 AMS mathパッケージを使う
377 \family default
378 オプションを有効にしなくてはなりません
379 \begin_inset Foot
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 \family sans
385 AMS mathパッケージを自動的に使う
386 \family default
387 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393
394 \backslash
395 AmS 
396 \end_layout
397
398 \end_inset
399
400 -mathパッケージを使用します。
401 \end_layout
402
403 \end_inset
404
405
406 \end_layout
407
408 \begin_layout Standard
409 説明を明瞭にするために、この文書はすべての
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -mathコマンド
423 \begin_inset Foot
424 status collapsed
425
426 \begin_layout Plain Layout
427 すべての
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS
436 \end_layout
437
438 \end_inset
439
440 -mathコマンドの一覧は、
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
453 \end_layout
454
455 \end_inset
456
457 を列挙はしません。
458 \end_layout
459
460 \begin_layout Section
461 一般的な説明
462 \end_layout
463
464 \begin_layout Standard
465 本文に埋め込まれた行内数式
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 すうしき ! ぎょうない @ 数式 ! 行内
471 \end_layout
472
473 \end_inset
474
475 を作成するには、短絡キー
476 \begin_inset Info
477 type  "shortcuts"
478 arg   "math-mode"
479 \end_inset
480
481 のうちのいずれか、あるいはツールバーボタン
482 \begin_inset Graphics
483         filename ../../images/math-mode.png
484         scale 85
485
486 \end_inset
487
488 を使用してください。
489 \begin_inset Newline newline
490 \end_inset
491
492 大きく別の段落として表示される別行建て数式
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
498 \end_layout
499
500 \end_inset
501
502 を作成するには、
503 \begin_inset Info
504 type  "shortcuts"
505 arg   "math-display"
506 \end_inset
507
508 のうちいずれかの短絡キーを使用して下さい。
509 \end_layout
510
511 \begin_layout Standard
512 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
513 \begin_inset Info
514 type  "shortcuts"
515 arg   "math-mode"
516 \end_inset
517
518 のいずれかの短絡キーか、
519 \family sans
520 編集\SpecialChar \menuseparator
521 数式\SpecialChar \menuseparator
522 数式の表記を変更
523 \family default
524 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
525 \end_layout
526
527 \begin_layout Standard
528 行内数式の一部を別行建て数式の大きさで表示するには、
529 \series bold
530
531 \backslash
532 displaystyle
533 \begin_inset Index idx
534 status collapsed
535
536 \begin_layout Plain Layout
537
538 \size normal
539 こまんど@コマンド ! D ! 
540 \backslash
541 displaystyle
542 \end_layout
543
544 \end_inset
545
546
547 \series default
548 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
549 \end_layout
550
551 \begin_layout Standard
552 表の中では、行内数式のみの使用が許されています。
553 \end_layout
554
555 \begin_layout Standard
556
557 \family sans
558 数式ツールバー
559 \family default
560 は、
561 \family sans
562 表示\SpecialChar \menuseparator
563 ツールバー
564 \family default
565 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
566 \family sans
567 ツールバー
568 \family default
569 メニューの中ではチェック印で表されます。この状態から、
570 \family sans
571 ツールバー
572 \family default
573 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
574 数式(自動)」に変わることで表されます。
575 \end_layout
576
577 \begin_layout Standard
578 TeXモード
579 \begin_inset Index idx
580 status collapsed
581
582 \begin_layout Plain Layout
583 T@TeXモード
584 \end_layout
585
586 \end_inset
587
588 は、ツールバーボタン
589 \begin_inset Graphics
590         filename ../../images/ert-insert.png
591         scale 85
592
593 \end_inset
594
595 を押すか、
596 \family sans
597 挿入\SpecialChar \menuseparator
598 Te
599 \begin_inset ERT
600 status collapsed
601
602 \begin_layout Plain Layout
603
604 {}
605 \end_layout
606
607 \end_inset
608
609 Xコード
610 \family default
611 (短絡キー
612 \begin_inset Info
613 type  "shortcut"
614 arg   "ert-insert"
615 \end_inset
616
617 )メニューを使うことで、起動できます。
618 \begin_inset Note Note
619 status collapsed
620
621 \begin_layout Plain Layout
622 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
623 のを防ぐために、ここではTeX括弧が挿入されています。
624 \end_layout
625
626 \end_inset
627
628
629 \end_layout
630
631 \begin_layout Standard
632 LaTeXプリアンブル
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 L@LaTeXプリアンブル
638 \end_layout
639
640 \end_inset
641
642 を変更するには、
643 \family sans
644 文書\SpecialChar \menuseparator
645 設定\SpecialChar \menuseparator
646 LaT
647 \begin_inset ERT
648 status collapsed
649
650 \begin_layout Plain Layout
651
652 {}
653 \end_layout
654
655 \end_inset
656
657 eXプリアンブル
658 \family default
659 メニューを使用してください。
660 \end_layout
661
662 \begin_layout Standard
663 行列や場合分け、多行数式を続けて編集するには、
664 \family sans
665 編集\SpecialChar \menuseparator
666 数式
667 \family default
668 メニューと
669 \family sans
670 編集\SpecialChar \menuseparator
671 行と列
672 \family default
673 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
674 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
675 \end_layout
676
677 \begin_layout Standard
678 数式内で文章を書く
679 \begin_inset Foot
680 status collapsed
681
682 \begin_layout Plain Layout
683 多行数式では、
684 \series bold
685
686 \backslash
687 intertext
688 \series default
689 コマンドが使用されます。
690 \begin_inset CommandInset ref
691 LatexCommand ref
692 reference "sub:多行数式中のテキスト"
693
694 \end_inset
695
696 を参照のこと。
697 \end_layout
698
699 \end_inset
700
701 には、
702 \emph on
703 数式テキスト
704 \emph default
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 てきすと ! すうしきないの @ テキスト ! 数式内の
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 すうしきてきすと @ 数式テキスト
721 \end_layout
722
723 \end_inset
724
725 が使用されます。このモードには、短絡キー
726 \begin_inset Info
727 type  "shortcut"
728 arg   "math-mode"
729 \end_inset
730
731 を使うか、
732 \series bold
733
734 \backslash
735 text
736 \series default
737
738 \begin_inset Index idx
739 status collapsed
740
741 \begin_layout Plain Layout
742 こまんど @ コマンド ! T ! 
743 \backslash
744 text
745 \end_layout
746
747 \end_inset
748
749 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
750 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
751 \end_layout
752
753 \begin_layout Subsection*
754 コマンドの構成
755 \end_layout
756
757 \begin_layout Standard
758 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
759 \end_layout
760
761 \begin_layout Standard
762
763 \series bold
764
765 \backslash
766 コマンド名[非必須引数]{必須引数}
767 \end_layout
768
769 \begin_layout Standard
770 コマンドは、つねにバックスラッシュ「
771 \series bold
772
773 \backslash
774
775 \series default
776 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 T@TeX括弧
782 \end_layout
783
784 \end_inset
785
786 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
787 \series bold
788
789 \backslash
790 {
791 \series default
792 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
793 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
794 \end_layout
795
796 \begin_layout Standard
797 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
798 \emph on
799 かならず
800 \emph default
801 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
802 ん。
803 \end_layout
804
805 \begin_layout Standard
806 保護された空白は、
807 \begin_inset Info
808 type  "shortcut"
809 arg   "space-insert protected"
810 \end_inset
811
812 で入力できます。
813 \end_layout
814
815 \begin_layout Subsection*
816 \begin_inset Newpage newpage
817 \end_inset
818
819 文法の説明
820 \end_layout
821
822 \begin_layout Itemize
823 記号
824 \begin_inset Foot
825 status collapsed
826
827 \begin_layout Plain Layout
828 この可視化された空白文字は、
829 \series bold
830
831 \backslash
832 textvisiblespace
833 \series default
834
835 \begin_inset Index idx
836 status collapsed
837
838 \begin_layout Plain Layout
839 こまんど@コマンド ! T ! 
840 \backslash
841 textvisiblespace
842 \end_layout
843
844 \end_inset
845
846 コマンドをTeXモード中に挿入することで作ることができます。
847 \end_layout
848
849 \end_inset
850
851
852 \begin_inset ERT
853 status collapsed
854
855 \begin_layout Plain Layout
856
857
858 \backslash
859 spce 
860 \end_layout
861
862 \end_inset
863
864 は、空白文字を入力することを表します。
865 \end_layout
866
867 \begin_layout Itemize
868 \begin_inset Formula $\to$
869 \end_inset
870
871 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
872 \end_layout
873
874 \begin_layout Subsection*
875 使用できる単位
876 \end_layout
877
878 \begin_layout Standard
879 \align center
880 \begin_inset Float table
881 placement H
882 wide false
883 sideways false
884 status open
885
886 \begin_layout Plain Layout
887 \align center
888 \begin_inset Caption
889
890 \begin_layout Plain Layout
891 \begin_inset CommandInset label
892 LatexCommand label
893 name "tab:使用できる単位"
894
895 \end_inset
896
897 使用できる単位
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Plain Layout
906 \align center
907 \begin_inset Tabular
908 <lyxtabular version="3" rows="13" columns="2">
909 <features tabularvalignment="middle">
910 <column alignment="center" valignment="top" width="0">
911 <column alignment="center" valignment="top" width="0">
912 <row>
913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
914 \begin_inset Text
915
916 \begin_layout Plain Layout
917 単位
918 \end_layout
919
920 \end_inset
921 </cell>
922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
923 \begin_inset Text
924
925 \begin_layout Plain Layout
926 名称/摘要
927 \end_layout
928
929 \end_inset
930 </cell>
931 </row>
932 <row>
933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
934 \begin_inset Text
935
936 \begin_layout Plain Layout
937 mm
938 \end_layout
939
940 \end_inset
941 </cell>
942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
943 \begin_inset Text
944
945 \begin_layout Plain Layout
946 ミリメートル
947 \end_layout
948
949 \end_inset
950 </cell>
951 </row>
952 <row>
953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
954 \begin_inset Text
955
956 \begin_layout Plain Layout
957 cm
958 \end_layout
959
960 \end_inset
961 </cell>
962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
963 \begin_inset Text
964
965 \begin_layout Plain Layout
966 センチメートル
967 \end_layout
968
969 \end_inset
970 </cell>
971 </row>
972 <row>
973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
974 \begin_inset Text
975
976 \begin_layout Plain Layout
977 in
978 \end_layout
979
980 \end_inset
981 </cell>
982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
983 \begin_inset Text
984
985 \begin_layout Plain Layout
986 インチ
987 \end_layout
988
989 \end_inset
990 </cell>
991 </row>
992 <row>
993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
994 \begin_inset Text
995
996 \begin_layout Plain Layout
997 pt
998 \end_layout
999
1000 \end_inset
1001 </cell>
1002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1003 \begin_inset Text
1004
1005 \begin_layout Plain Layout
1006 ポイント (72.27
1007 \begin_inset Formula $\,$
1008 \end_inset
1009
1010 pt = 1
1011 \begin_inset Formula $\,$
1012 \end_inset
1013
1014 in)
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 </row>
1020 <row>
1021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 pc
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 パイカ (1
1035 \begin_inset Formula $\,$
1036 \end_inset
1037
1038 pc = 12
1039 \begin_inset Formula $\,$
1040 \end_inset
1041
1042 pt)
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 sp
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 スケールポイント (65536
1063 \begin_inset Formula $\,$
1064 \end_inset
1065
1066 sp = 1
1067 \begin_inset Formula $\,$
1068 \end_inset
1069
1070 pt)
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 bp
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 ビッグポイント (72
1091 \begin_inset Formula $\,$
1092 \end_inset
1093
1094 bp = 1
1095 \begin_inset Formula $\,$
1096 \end_inset
1097
1098 in)
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 dd
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 ディドー (72
1119 \begin_inset Formula $\,$
1120 \end_inset
1121
1122 dd 
1123 \begin_inset Formula $\approx$
1124 \end_inset
1125
1126  37.6
1127 \begin_inset Formula $\,$
1128 \end_inset
1129
1130 mm)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 cc
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 シセロ (1
1151 \begin_inset Formula $\,$
1152 \end_inset
1153
1154 cc = 12
1155 \begin_inset Formula $\,$
1156 \end_inset
1157
1158 dd)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 ex
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 現在のフォントの文字「x」の高さ
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 em
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 現在のフォントの文字「M」の幅
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 mu
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 数式単位(1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 mu = 
1223 \begin_inset Formula $\nicefrac{1}{18}$
1224 \end_inset
1225
1226
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 em)
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 </row>
1236 </lyxtabular>
1237
1238 \end_inset
1239
1240
1241 \end_layout
1242
1243 \end_inset
1244
1245
1246 \end_layout
1247
1248 \begin_layout Standard
1249 \begin_inset Newpage newpage
1250 \end_inset
1251
1252
1253 \end_layout
1254
1255 \begin_layout Section
1256 基礎的な函数
1257 \end_layout
1258
1259 \begin_layout Subsection
1260 指数
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 しすう@指数
1266 \end_layout
1267
1268 \end_inset
1269
1270 および添字
1271 \begin_inset Index idx
1272 status collapsed
1273
1274 \begin_layout Plain Layout
1275 そえじ@添字
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \begin_inset Index idx
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285 うえつきもじ@上付き文字|see
1286 \begin_inset ERT
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290
1291 {
1292 \end_layout
1293
1294 \end_inset
1295
1296 指数
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 }
1303 \end_layout
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 したつきもじ@下付き文字|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 添字
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \begin_layout Standard
1348 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1349 \begin_inset Graphics
1350         filename ../../images/math-subscript.png
1351         scale 85
1352
1353 \end_inset
1354
1355 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1356 \begin_inset Graphics
1357         filename ../../images/math-superscript.png
1358         scale 85
1359
1360 \end_inset
1361
1362 を使って入力することができます。
1363 \end_layout
1364
1365 \begin_layout Standard
1366 \align center
1367 \begin_inset Tabular
1368 <lyxtabular version="3" rows="4" columns="2">
1369 <features tabularvalignment="middle">
1370 <column alignment="center" valignment="top" width="0pt">
1371 <column alignment="center" valignment="top" width="0pt">
1372 <row>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 コマンド
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 結果
1387 \begin_inset Note Note
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 ここで使われている
1392 \series bold
1393
1394 \backslash
1395 raisebox
1396 \series default
1397 は単なるスペーサーです。
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \end_inset
1406 </cell>
1407 </row>
1408 <row>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Plain Layout
1413 B_V
1414 \end_layout
1415
1416 \end_inset
1417 </cell>
1418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1419 \begin_inset Text
1420
1421 \begin_layout Plain Layout
1422 \begin_inset Formula $B_{V}$
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429 </cell>
1430 </row>
1431 <row>
1432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1433 \begin_inset Text
1434
1435 \begin_layout Plain Layout
1436 B^V
1437 \end_layout
1438
1439 \end_inset
1440 </cell>
1441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1442 \begin_inset Text
1443
1444 \begin_layout Plain Layout
1445 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 </row>
1454 <row>
1455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1456 \begin_inset Text
1457
1458 \begin_layout Plain Layout
1459 B^
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465
1466 \backslash
1467 spce 
1468 \end_layout
1469
1470 \end_inset
1471
1472 A
1473 \end_layout
1474
1475 \end_inset
1476 </cell>
1477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1478 \begin_inset Text
1479
1480 \begin_layout Plain Layout
1481 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 </row>
1490 </lyxtabular>
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \begin_layout Standard
1498 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1499 ってしまいます
1500 \begin_inset Foot
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1505 \end_layout
1506
1507 \end_inset
1508
1509 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1510 \family sans
1511 Space
1512 \family default
1513 を押してください。
1514 \end_layout
1515
1516 \begin_layout Subsection
1517 分数
1518 \begin_inset CommandInset label
1519 LatexCommand label
1520 name "sub:分数"
1521
1522 \end_inset
1523
1524
1525 \begin_inset Index idx
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 ぶんすう@分数
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \begin_layout Standard
1538 分数は、コマンド
1539 \series bold
1540
1541 \backslash
1542 frac
1543 \series default
1544
1545 \begin_inset Index idx
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549 こまんど@コマンド ! F ! 
1550 \backslash
1551 frac
1552 \end_layout
1553
1554 \end_inset
1555
1556 か数式ツールバーボタン
1557 \begin_inset Graphics
1558         filename ../../images/math/frac.png
1559         scale 50
1560
1561 \end_inset
1562
1563 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1564 \begin_inset Graphics
1565         filename ../../images/math/frac-square.png
1566         scale 85
1567
1568 \end_inset
1569
1570 を使えば、分数の種類を選ぶことができます。
1571 \end_layout
1572
1573 \begin_layout Standard
1574 コマンド
1575 \series bold
1576
1577 \backslash
1578 dfrac
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 こまんど@コマンド ! D ! 
1584 \backslash
1585 dfrac
1586 \end_layout
1587
1588 \end_inset
1589
1590 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1591 \backslash
1592 tfrac
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 こまんど@コマンド ! T ! 
1598 \backslash
1599 tfrac
1600 \end_layout
1601
1602 \end_inset
1603
1604 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1605 \end_layout
1606
1607 \begin_layout Standard
1608 これは、コマンド
1609 \series bold
1610
1611 \backslash
1612 frac
1613 \series default
1614 を使用して作った分数
1615 \begin_inset Formula $\frac{1}{2}$
1616 \end_inset
1617
1618 を含む行です。
1619 \end_layout
1620
1621 \begin_layout Standard
1622 これは、コマンド
1623 \series bold
1624
1625 \backslash
1626 dfrac
1627 \series default
1628 を使用して作った分数
1629 \begin_inset Formula $\dfrac{1}{2}$
1630 \end_inset
1631
1632 を含む行です。
1633 \end_layout
1634
1635 \begin_layout Standard
1636 \align center
1637 \begin_inset Tabular
1638 <lyxtabular version="3" rows="4" columns="2">
1639 <features tabularvalignment="middle">
1640 <column alignment="center" valignment="top" width="0pt">
1641 <column alignment="center" valignment="top" width="0pt">
1642 <row>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 コマンド
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656 出力
1657 \begin_inset Note Note
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 ここで
1662 \series bold
1663
1664 \backslash
1665 raisebox
1666 \series default
1667 はスペーサーとして使用しているだけです。
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 </row>
1678 <row>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \backslash
1685 frac
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691
1692 \backslash
1693 spce 
1694 \end_layout
1695
1696 \end_inset
1697
1698 A
1699 \begin_inset Formula $\downarrow$
1700 \end_inset
1701
1702 B
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 </row>
1720 <row>
1721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Plain Layout
1725
1726 \backslash
1727 dfrac
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732
1733
1734 \backslash
1735 spce 
1736 \end_layout
1737
1738 \end_inset
1739
1740 A
1741 \begin_inset Formula $\downarrow$
1742 \end_inset
1743
1744 B
1745 \end_layout
1746
1747 \end_inset
1748 </cell>
1749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 </row>
1762 <row>
1763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \backslash
1769 dfrac
1770 \begin_inset ERT
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774
1775
1776 \backslash
1777 spce 
1778 \end_layout
1779
1780 \end_inset
1781
1782 e^
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788
1789 \backslash
1790 spce 
1791 \end_layout
1792
1793 \end_inset
1794
1795
1796 \backslash
1797 frac
1798 \begin_inset ERT
1799 status collapsed
1800
1801 \begin_layout Plain Layout
1802
1803
1804 \backslash
1805 spce 
1806 \end_layout
1807
1808 \end_inset
1809
1810 1
1811 \begin_inset Formula $\downarrow$
1812 \end_inset
1813
1814 2
1815 \begin_inset Formula $\downarrow\downarrow$
1816 \end_inset
1817
1818 3
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 </row>
1836 </lyxtabular>
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \begin_layout Standard
1844 \begin_inset VSpace bigskip
1845 \end_inset
1846
1847
1848 \begin_inset Newpage newpage
1849 \end_inset
1850
1851 入れ子の分数を作るには、コマンド
1852 \series bold
1853
1854 \backslash
1855 cfrac
1856 \series default
1857
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 こまんど@コマンド ! C ! 
1863 \backslash
1864 cfrac
1865 \end_layout
1866
1867 \end_inset
1868
1869 が使えます。以下がその例です。
1870 \begin_inset VSpace -3mm
1871 \end_inset
1872
1873
1874 \end_layout
1875
1876 \begin_layout Standard
1877 \begin_inset Formula \begin{align*}
1878 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1879 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1880 \end{align*}
1881
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \begin_layout Standard
1888 上記の例で使用したコマンドは、
1889 \end_layout
1890
1891 \begin_layout Standard
1892
1893 \series bold
1894
1895 \backslash
1896 cfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 space 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B+
1914 \backslash
1915 cfrac
1916 \begin_inset ERT
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920
1921
1922 \backslash
1923 space 
1924 \end_layout
1925
1926 \end_inset
1927
1928 C+
1929 \backslash
1930 cfrac
1931 \begin_inset ERT
1932 status collapsed
1933
1934 \begin_layout Plain Layout
1935
1936
1937 \backslash
1938 space 
1939 \end_layout
1940
1941 \end_inset
1942
1943 E
1944 \begin_inset Formula $\downarrow$
1945 \end_inset
1946
1947 F
1948 \begin_inset Formula $\downarrow$
1949 \end_inset
1950
1951 D
1952 \end_layout
1953
1954 \begin_layout Standard
1955 です。
1956 \end_layout
1957
1958 \begin_layout Standard
1959 \begin_inset VSpace medskip
1960 \end_inset
1961
1962
1963 \end_layout
1964
1965 \begin_layout Standard
1966
1967 \series bold
1968
1969 \backslash
1970 cfrac
1971 \series default
1972 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1973 \end_layout
1974
1975 \begin_layout Standard
1976 分子の揃え方は、指定することができます。
1977 \series bold
1978
1979 \backslash
1980 cfracleft
1981 \series default
1982 コマンドは左揃えにし、
1983 \series bold
1984
1985 \backslash
1986 cfracright
1987 \series default
1988 は右揃えにします。
1989 \series bold
1990
1991 \backslash
1992 cfrac
1993 \series default
1994 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1995 \begin_inset Newline newline
1996 \end_inset
1997
1998
1999 \series bold
2000
2001 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2002 \end_inset
2003
2004
2005 \begin_inset Formula $\cfrac{A}{B+C}$
2006 \end_inset
2007
2008
2009 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 \begin_inset Note Greyedout
2017 status open
2018
2019 \begin_layout Plain Layout
2020
2021 \series bold
2022 (註)
2023 \backslash
2024 cfracleft
2025 \series default
2026
2027 \series bold
2028
2029 \backslash
2030 cfracright
2031 \series default
2032 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2033 \series bold
2034
2035 \backslash
2036 cfrac[揃え位置]{分子}{分母}
2037 \series default
2038 です。したがって、これらをTeXモードで使うことはできません。
2039 \end_layout
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset VSpace medskip
2048 \end_inset
2049
2050 ときに、以下のように
2051 \series bold
2052
2053 \backslash
2054 cfrac
2055 \series default
2056
2057 \series bold
2058
2059 \backslash
2060 frac
2061 \series default
2062 を組み合わせて使うと便利です。
2063 \begin_inset Formula \[
2064 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2065
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 斜めの分数線を持つ行内分数を作るには、コマンド
2073 \series bold
2074
2075 \backslash
2076 nicefrac
2077 \series default
2078
2079 \begin_inset Index idx
2080 status collapsed
2081
2082 \begin_layout Plain Layout
2083 こまんど@コマンド ! N ! 
2084 \backslash
2085 nicefrac
2086 \end_layout
2087
2088 \end_inset
2089
2090 (例:
2091 \begin_inset Formula $\nicefrac{5}{31}$
2092 \end_inset
2093
2094 )を使うか、コマンド
2095 \series bold
2096
2097 \backslash
2098 unitfrac
2099 \series default
2100
2101 \begin_inset Index idx
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105 こまんど@コマンド ! U ! 
2106 \backslash
2107 unitfrac
2108 \end_layout
2109
2110 \end_inset
2111
2112 (例:
2113 \begin_inset Formula $\unitfrac{5}{31}$
2114 \end_inset
2115
2116 )を使います。さらに、
2117 \begin_inset Formula $\unitfrac[2]{1}{3}$
2118 \end_inset
2119
2120 のような帯分数を作るコマンド
2121 \series bold
2122
2123 \backslash
2124 unitfracthree
2125 \series default
2126 もあります。
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset Note Greyedout
2131 status open
2132
2133 \begin_layout Plain Layout
2134
2135 \series bold
2136 (註)
2137 \series default
2138 実は、
2139 \series bold
2140
2141 \backslash
2142 unitfracthree
2143 \series default
2144 は生粋のLaTeXコマンドではなく、実体は
2145 \begin_inset Newline newline
2146 \end_inset
2147
2148
2149 \series bold
2150
2151 \backslash
2152 unitfrac[自然数]{分子}{分母}
2153 \series default
2154 というコマンドなので、TeXコードでは使用できません。
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 分数線を変更できるような独自の分数の定義のしかたは、第
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "sub:自己定義の分数"
2167
2168 \end_inset
2169
2170 節に説明があります。
2171 \end_layout
2172
2173 \begin_layout Subsection
2174 根号
2175 \begin_inset Index idx
2176 status collapsed
2177
2178 \begin_layout Plain Layout
2179 こんごう@根号
2180 \end_layout
2181
2182 \end_inset
2183
2184
2185 \begin_inset Index idx
2186 status collapsed
2187
2188 \begin_layout Plain Layout
2189 るーと@ルート|see
2190 \begin_inset ERT
2191 status collapsed
2192
2193 \begin_layout Plain Layout
2194
2195 {
2196 \end_layout
2197
2198 \end_inset
2199
2200 根号
2201 \begin_inset ERT
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205
2206 }
2207 \end_layout
2208
2209 \end_inset
2210
2211
2212 \end_layout
2213
2214 \end_inset
2215
2216
2217 \end_layout
2218
2219 \begin_layout Standard
2220 平方根は、
2221 \series bold
2222
2223 \backslash
2224 sqrt
2225 \series default
2226
2227 \begin_inset Index idx
2228 status collapsed
2229
2230 \begin_layout Plain Layout
2231 こまんど@コマンド ! S ! 
2232 \backslash
2233 sqrt
2234 \end_layout
2235
2236 \end_inset
2237
2238 か数式ツールバーボタン
2239 \begin_inset Graphics
2240         filename ../../images/math/sqrt.png
2241         scale 85
2242
2243 \end_inset
2244
2245 で作成することができ、他のすべての根号は、コマンド
2246 \series bold
2247
2248 \backslash
2249 root
2250 \series default
2251
2252 \begin_inset Index idx
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 こまんど@コマンド ! R ! 
2257 \backslash
2258 root
2259 \end_layout
2260
2261 \end_inset
2262
2263 か数式ツールバーボタン
2264 \begin_inset Graphics
2265         filename ../../images/math/root.png
2266         scale 85
2267
2268 \end_inset
2269
2270 で作成することができます。
2271 \end_layout
2272
2273 \begin_layout Standard
2274 \align center
2275 \begin_inset Tabular
2276 <lyxtabular version="3" rows="3" columns="2">
2277 <features tabularvalignment="middle">
2278 <column alignment="center" valignment="top" width="0pt">
2279 <column alignment="center" valignment="top" width="0pt">
2280 <row>
2281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2282 \begin_inset Text
2283
2284 \begin_layout Plain Layout
2285 コマンド
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2291 \begin_inset Text
2292
2293 \begin_layout Plain Layout
2294 出力
2295 \begin_inset Note Note
2296 status collapsed
2297
2298 \begin_layout Plain Layout
2299 ここで
2300 \series bold
2301
2302 \backslash
2303 raisebox
2304 \series default
2305 はスペーサーとして使用しているだけです。
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 </row>
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \backslash
2323 sqrt
2324 \begin_inset ERT
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328
2329
2330 \backslash
2331 spce 
2332 \end_layout
2333
2334 \end_inset
2335
2336 A-B
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2342 \begin_inset Text
2343
2344 \begin_layout Plain Layout
2345 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2346 \end_inset
2347
2348
2349 \end_layout
2350
2351 \end_inset
2352 </cell>
2353 </row>
2354 <row>
2355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359
2360 \backslash
2361 root
2362 \begin_inset ERT
2363 status collapsed
2364
2365 \begin_layout Plain Layout
2366
2367
2368 \backslash
2369 spce 
2370 \end_layout
2371
2372 \end_inset
2373
2374 3
2375 \begin_inset Formula $\downarrow$
2376 \end_inset
2377
2378 A-B
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2388 \end_inset
2389
2390
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 </row>
2396 </lyxtabular>
2397
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \begin_layout Standard
2404 平方根は、根号指数フィールドを空白のままにしておけば、
2405 \series bold
2406
2407 \backslash
2408 root
2409 \series default
2410 でも作成することができます。
2411 \end_layout
2412
2413 \begin_layout Standard
2414 \begin_inset Formula $\sqrt[\beta]{B}$
2415 \end_inset
2416
2417 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2418 \begin_inset Newline newline
2419 \end_inset
2420
2421 この場合には、
2422 \begin_inset Formula $\beta$
2423 \end_inset
2424
2425 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2426 \series bold
2427
2428 \backslash
2429 leftroot
2430 \series default
2431
2432 \begin_inset Index idx
2433 status collapsed
2434
2435 \begin_layout Plain Layout
2436 こまんど@コマンド ! L ! 
2437 \backslash
2438 leftroot
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \series bold
2445
2446 \backslash
2447 uproot
2448 \series default
2449
2450 \begin_inset Index idx
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 こまんど@コマンド ! U ! 
2455 \backslash
2456 uproot
2457 \end_layout
2458
2459 \end_inset
2460
2461 を使います。
2462 \end_layout
2463
2464 \begin_layout Standard
2465
2466 \series bold
2467
2468 \backslash
2469 leftroot{距離}
2470 \series default
2471 および
2472 \series bold
2473
2474 \backslash
2475 uproot{距離}
2476 \end_layout
2477
2478 \begin_layout Standard
2479 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2480 \begin_inset Formula $\mathrm{72\, bp=1}$
2481 \end_inset
2482
2483 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2484 \begin_inset Newline newline
2485 \end_inset
2486
2487
2488 \series bold
2489
2490 \backslash
2491 root
2492 \backslash
2493 leftroot{-1
2494 \begin_inset Formula $\to$
2495 \end_inset
2496
2497
2498 \backslash
2499 uproot{2
2500 \begin_inset Formula $\to$
2501 \end_inset
2502
2503
2504 \backslash
2505 beta
2506 \begin_inset ERT
2507 status collapsed
2508
2509 \begin_layout Plain Layout
2510
2511
2512 \backslash
2513 spce 
2514 \end_layout
2515
2516 \end_inset
2517
2518
2519 \begin_inset Formula $\to$
2520 \end_inset
2521
2522 B
2523 \begin_inset Newline newline
2524 \end_inset
2525
2526
2527 \series default
2528 は、正しく組版された数式
2529 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2530 \end_inset
2531
2532 を生成します。
2533 \end_layout
2534
2535 \begin_layout Subsection
2536 二項係数
2537 \begin_inset Index idx
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541 にこうけいすう@二項係数
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 二項係数は、コマンド
2551 \series bold
2552
2553 \backslash
2554 binom
2555 \series default
2556
2557 \begin_inset Index idx
2558 status collapsed
2559
2560 \begin_layout Plain Layout
2561 こまんど@コマンド ! B ! 
2562 \backslash
2563 binom
2564 \end_layout
2565
2566 \end_inset
2567
2568 か数式ツールバーボタン
2569 \begin_inset Graphics
2570         filename ../../images/math/frac-square.png
2571         scale 85
2572
2573 \end_inset
2574
2575 の下位メニューを使って挿入することができます。分数(
2576 \series bold
2577
2578 \backslash
2579 frac
2580 \series default
2581 )と同様に、
2582 \series bold
2583
2584 \backslash
2585 binom
2586 \series default
2587 の他に、コマンド
2588 \series bold
2589
2590 \backslash
2591 dbinom
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 こまんど@コマンド ! D ! 
2597 \backslash
2598 dbinom
2599 \end_layout
2600
2601 \end_inset
2602
2603 および
2604 \backslash
2605 tbinom
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 こまんど@コマンド ! T ! 
2613 \backslash
2614 tbinom
2615 \end_layout
2616
2617 \end_inset
2618
2619 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2620 \series bold
2621
2622 \backslash
2623 brace
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 こまんど@コマンド ! B ! 
2631 \backslash
2632 brace
2633 \end_layout
2634
2635 \end_inset
2636
2637
2638 \series bold
2639
2640 \backslash
2641 brack
2642 \series default
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 こまんど@コマンド ! B ! 
2649 \backslash
2650 brack
2651 \end_layout
2652
2653 \end_inset
2654
2655 があります。
2656 \end_layout
2657
2658 \begin_layout Standard
2659 \align center
2660 \begin_inset Tabular
2661 <lyxtabular version="3" rows="6" columns="2">
2662 <features tabularvalignment="middle">
2663 <column alignment="center" valignment="top" width="0pt">
2664 <column alignment="center" valignment="top" width="0pt">
2665 <row>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670 コマンド
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2676 \begin_inset Text
2677
2678 \begin_layout Plain Layout
2679 出力
2680 \begin_inset Note Note
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 ここで
2685 \series bold
2686
2687 \backslash
2688 raisebox
2689 \series default
2690 はスペーサーとして使用しているだけです。
2691 \end_layout
2692
2693 \end_inset
2694
2695
2696 \end_layout
2697
2698 \end_inset
2699 </cell>
2700 </row>
2701 <row>
2702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2703 \begin_inset Text
2704
2705 \begin_layout Plain Layout
2706
2707 \backslash
2708 binom
2709 \begin_inset ERT
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713
2714
2715 \backslash
2716 spce 
2717 \end_layout
2718
2719 \end_inset
2720
2721 A
2722 \begin_inset Formula $\downarrow$
2723 \end_inset
2724
2725 B
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2735 \end_inset
2736
2737
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 </row>
2743 <row>
2744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748
2749 \backslash
2750 dbinom
2751 \begin_inset ERT
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755
2756
2757 \backslash
2758 spce 
2759 \end_layout
2760
2761 \end_inset
2762
2763 A
2764 \begin_inset Formula $\downarrow$
2765 \end_inset
2766
2767 B
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 </row>
2785 <row>
2786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790
2791 \backslash
2792 tbinom
2793 \begin_inset ERT
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797
2798
2799 \backslash
2800 spce 
2801 \end_layout
2802
2803 \end_inset
2804
2805 A
2806 \begin_inset Formula $\downarrow$
2807 \end_inset
2808
2809 B
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2819 \end_inset
2820
2821
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 </row>
2827 <row>
2828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832
2833 \backslash
2834 brack
2835 \begin_inset ERT
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839
2840
2841 \backslash
2842 spce 
2843 \end_layout
2844
2845 \end_inset
2846
2847 A
2848 \begin_inset Formula $\downarrow$
2849 \end_inset
2850
2851 B
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2861 \end_inset
2862
2863
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 </row>
2869 <row>
2870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874
2875 \backslash
2876 brace
2877 \begin_inset ERT
2878 status collapsed
2879
2880 \begin_layout Plain Layout
2881
2882
2883 \backslash
2884 spce 
2885 \end_layout
2886
2887 \end_inset
2888
2889 A
2890 \begin_inset Formula $\downarrow$
2891 \end_inset
2892
2893 B
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 </row>
2911 </lyxtabular>
2912
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \begin_layout Subsection
2919 場合分け
2920 \begin_inset Index idx
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924 ばあいわけ@場合分け
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Standard
2933 \align center
2934 \begin_inset Tabular
2935 <lyxtabular version="3" rows="3" columns="2">
2936 <features tabularvalignment="middle">
2937 <column alignment="center" valignment="top" width="0pt">
2938 <column alignment="center" valignment="top" width="0pt">
2939 <row>
2940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2941 \begin_inset Text
2942
2943 \begin_layout Plain Layout
2944 コマンド
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Plain Layout
2953 出力
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 </row>
2959 <row>
2960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \backslash
2966 cases
2967 \begin_inset ERT
2968 status collapsed
2969
2970 \begin_layout Plain Layout
2971
2972
2973 \backslash
2974 spce 
2975 \end_layout
2976
2977 \end_inset
2978
2979 A
2980 \begin_inset Formula $\to$
2981 \end_inset
2982
2983 B
2984 \begin_inset Formula $>$
2985 \end_inset
2986
2987 0
2988 \begin_inset Index idx
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992 こまんど@コマンド ! C ! 
2993 \backslash
2994 cases
2995 \end_layout
2996
2997 \end_inset
2998
2999
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 \begin_inset Formula $\begin{cases}
3009 A & B>0\end{cases}$
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \backslash
3025 cases
3026 \begin_inset ERT
3027 status collapsed
3028
3029 \begin_layout Plain Layout
3030
3031
3032 \backslash
3033 spce 
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \begin_inset Info
3040 type  "shortcut"
3041 arg   "newline-insert newline"
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 \begin_inset Formula $\begin{cases}
3054 A & \textrm{for }x>0\\
3055 B & \textrm{for }x=0
3056 \end{cases}$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 </lyxtabular>
3066
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Standard
3073
3074 \series bold
3075
3076 \backslash
3077 cases
3078 \series default
3079 を挿入するか数式ツールバーボタン
3080 \begin_inset Graphics
3081         filename ../../images/math/cases.png
3082         scale 85
3083
3084 \end_inset
3085
3086 を使用した後では、短絡キー
3087 \begin_inset Info
3088 type  "shortcut"
3089 arg   "newline-insert newline"
3090 \end_inset
3091
3092 か表ツールバーボタン
3093 \begin_inset Graphics
3094         filename ../../images/tabular-feature_append-row.png
3095         scale 85
3096
3097 \end_inset
3098
3099 を使えば、新しい行を作ることができます。
3100 \end_layout
3101
3102 \begin_layout Standard
3103 コマンド
3104 \series bold
3105
3106 \backslash
3107 cases
3108 \series default
3109 は、
3110 \family sans
3111 挿入\SpecialChar \menuseparator
3112 数式\SpecialChar \menuseparator
3113 Cases環境
3114 \family default
3115 メニューで挿入することもできます。
3116 \end_layout
3117
3118 \begin_layout Subsection
3119 否定
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 ひてい@否定
3125 \end_layout
3126
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \begin_layout Standard
3133
3134 \series bold
3135
3136 \backslash
3137 not
3138 \series default
3139
3140 \begin_inset Index idx
3141 status collapsed
3142
3143 \begin_layout Plain Layout
3144 こまんど@コマンド ! N ! 
3145 \backslash
3146 not
3147 \end_layout
3148
3149 \end_inset
3150
3151 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3152 \end_layout
3153
3154 \begin_layout Standard
3155 \align center
3156 \begin_inset Tabular
3157 <lyxtabular version="3" rows="4" columns="2">
3158 <features tabularvalignment="middle">
3159 <column alignment="center" valignment="top" width="0pt">
3160 <column alignment="center" valignment="top" width="0pt">
3161 <row>
3162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 コマンド
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 出力
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \backslash
3188 not=
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 \begin_inset Formula $\not=$
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \backslash
3213 not 
3214 \backslash
3215 le
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 \begin_inset Formula $\not\le$
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \backslash
3240 not 
3241 \backslash
3242 parallel
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 \begin_inset Formula $\not\parallel$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 </lyxtabular>
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3269 \begin_inset CommandInset ref
3270 LatexCommand ref
3271 reference "sub:数学記号"
3272
3273 \end_inset
3274
3275 節および第
3276 \begin_inset CommandInset ref
3277 LatexCommand ref
3278 reference "sec:関係子"
3279
3280 \end_inset
3281
3282 節を参照)。
3283 \end_layout
3284
3285 \begin_layout Subsection
3286 空打ち文字
3287 \begin_inset CommandInset label
3288 LatexCommand label
3289 name "sub:空打ち文字"
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 からうちもじ@空打ち文字
3299 \end_layout
3300
3301 \end_inset
3302
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 かがくきごう@化学記号 ! どういたい@同位体
3309 \end_layout
3310
3311 \end_inset
3312
3313
3314 \begin_inset Index idx
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318 どういたい@同位体|see
3319 \begin_inset ERT
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323
3324 {
3325 \end_layout
3326
3327 \end_inset
3328
3329 化学記号
3330 \begin_inset ERT
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334
3335 }
3336 \end_layout
3337
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \end_inset
3344
3345
3346 \begin_inset Index idx
3347 status collapsed
3348
3349 \begin_layout Plain Layout
3350 あいそとーぷ@アイソトープ|see
3351 \begin_inset ERT
3352 status collapsed
3353
3354 \begin_layout Plain Layout
3355
3356 {
3357 \end_layout
3358
3359 \end_inset
3360
3361 同位体
3362 \begin_inset ERT
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366
3367 }
3368 \end_layout
3369
3370 \end_inset
3371
3372
3373 \end_layout
3374
3375 \end_inset
3376
3377
3378 \end_layout
3379
3380 \begin_layout Standard
3381 たとえば同位体
3382 \begin_inset Foot
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386 同位体と化学記号の組版に関しては、第
3387 \begin_inset CommandInset ref
3388 LatexCommand ref
3389 reference "sub:化学記号と化学式"
3390
3391 \end_inset
3392
3393 節に記述があります。
3394 \end_layout
3395
3396 \end_inset
3397
3398 を表示しようとすると、次のような問題が起こります。
3399 \end_layout
3400
3401 \begin_layout Standard
3402 \align center
3403 \begin_inset Tabular
3404 <lyxtabular version="3" rows="2" columns="2">
3405 <features tabularvalignment="middle">
3406 <column alignment="center" valignment="top" width="0pt">
3407 <column alignment="center" valignment="top" width="0pt">
3408 <row>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 上付き文字と下付き文字を使用して作った指数:
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 正しい指数:
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3446 \end_inset
3447
3448
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 </row>
3454 </lyxtabular>
3455
3456 \end_inset
3457
3458
3459 \begin_inset Note Note
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 ここで
3464 \series bold
3465
3466 \backslash
3467 raisebox
3468 \series default
3469 はスペーサーとして使用しているだけです。
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \end_layout
3476
3477 \begin_layout Standard
3478 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3479 \series bold
3480
3481 \backslash
3482 phantom
3483 \series default
3484
3485 \begin_inset Index idx
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 こまんど@コマンド ! P ! 
3490 \backslash
3491 phantom
3492 \end_layout
3493
3494 \end_inset
3495
3496 や数式ツールバーボタン
3497 \begin_inset Foot
3498 status collapsed
3499
3500 \begin_layout Plain Layout
3501 ツールバーボタン
3502 \begin_inset Graphics
3503         filename ../../images/math/space.png
3504         scale 85
3505
3506 \end_inset
3507
3508 の下位メニューに入っています。
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \begin_inset Graphics
3515         filename ../../images/math/phantom.png
3516         scale 85
3517
3518 \end_inset
3519
3520 があります。
3521 \series bold
3522
3523 \backslash
3524 phantom
3525 \series default
3526 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3527 \series bold
3528
3529 \backslash
3530 phantom
3531 \series default
3532 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3533 \end_layout
3534
3535 \begin_layout Standard
3536 \align center
3537 \begin_inset Tabular
3538 <lyxtabular version="3" rows="4" columns="2">
3539 <features tabularvalignment="middle">
3540 <column alignment="center" valignment="top" width="0">
3541 <column alignment="center" valignment="top" width="0">
3542 <row>
3543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 コマンド
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 出力
3557 \begin_inset Note Note
3558 status collapsed
3559
3560 \begin_layout Plain Layout
3561 ここで
3562 \series bold
3563
3564 \backslash
3565 raisebox
3566 \series default
3567 はスペーサーとして使用しているだけです。
3568 \end_layout
3569
3570 \end_inset
3571
3572
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row>
3579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 ^19
3584 \begin_inset ERT
3585 status collapsed
3586
3587 \begin_layout Plain Layout
3588
3589
3590 \backslash
3591 spce 
3592 \end_layout
3593
3594 \end_inset
3595
3596 _
3597 \backslash
3598 phantom
3599 \begin_inset ERT
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603
3604
3605 \backslash
3606 spce 
3607 \end_layout
3608
3609 \end_inset
3610
3611 1
3612 \begin_inset Formula $\to$
3613 \end_inset
3614
3615 9
3616 \begin_inset ERT
3617 status collapsed
3618
3619 \begin_layout Plain Layout
3620
3621
3622 \backslash
3623 spce 
3624 \end_layout
3625
3626 \end_inset
3627
3628 F
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3638 \end_inset
3639
3640
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 ^235
3652 \begin_inset ERT
3653 status collapsed
3654
3655 \begin_layout Plain Layout
3656
3657
3658 \backslash
3659 spce 
3660 \end_layout
3661
3662 \end_inset
3663
3664 _
3665 \backslash
3666 phantom
3667 \begin_inset ERT
3668 status collapsed
3669
3670 \begin_layout Plain Layout
3671
3672
3673 \backslash
3674 spce 
3675 \end_layout
3676
3677 \end_inset
3678
3679 23
3680 \begin_inset Formula $\to$
3681 \end_inset
3682
3683 9
3684 \begin_inset ERT
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688
3689
3690 \backslash
3691 spce 
3692 \end_layout
3693
3694 \end_inset
3695
3696 F
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3706 \end_inset
3707
3708
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 </row>
3714 <row>
3715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719
3720 \backslash
3721 Lambda^
3722 \begin_inset ERT
3723 status collapsed
3724
3725 \begin_layout Plain Layout
3726
3727
3728 \backslash
3729 spce 
3730 \end_layout
3731
3732 \end_inset
3733
3734
3735 \backslash
3736 phantom
3737 \begin_inset ERT
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741
3742
3743 \backslash
3744 spce 
3745 \end_layout
3746
3747 \end_inset
3748
3749 ii
3750 \begin_inset Formula $\to$
3751 \end_inset
3752
3753 t
3754 \begin_inset ERT
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758
3759
3760 \backslash
3761 spce 
3762 \end_layout
3763
3764 \end_inset
3765
3766 _MMt
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3776 \end_inset
3777
3778
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 </lyxtabular>
3785
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \begin_layout Standard
3792 さらに、
3793 \series bold
3794
3795 \backslash
3796 vphantom
3797 \series default
3798
3799 \begin_inset Index idx
3800 status collapsed
3801
3802 \begin_layout Plain Layout
3803 こまんど@コマンド ! V ! 
3804 \backslash
3805 vphantom
3806 \end_layout
3807
3808 \end_inset
3809
3810 (ツールバーボタン
3811 \begin_inset space ~
3812 \end_inset
3813
3814
3815 \begin_inset Graphics
3816         filename ../../images/math/vphantom.png
3817         scale 85
3818
3819 \end_inset
3820
3821 )および
3822 \series bold
3823
3824 \backslash
3825 hphantom
3826 \series default
3827
3828 \begin_inset Index idx
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832 こまんど@コマンド ! H ! 
3833 \backslash
3834 hphantom
3835 \end_layout
3836
3837 \end_inset
3838
3839 (ツールバーボタン
3840 \begin_inset space ~
3841 \end_inset
3842
3843
3844 \begin_inset Graphics
3845         filename ../../images/math/hphantom.png
3846         scale 85
3847
3848 \end_inset
3849
3850 )というコマンドもあります。
3851 \series bold
3852
3853 \backslash
3854 vphantom
3855 \series default
3856 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3857 \series bold
3858
3859 \backslash
3860 hphantom
3861 \series default
3862 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3863 \end_layout
3864
3865 \begin_layout Standard
3866 たとえば、
3867 \series bold
3868
3869 \backslash
3870 vphantom
3871 \series default
3872
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 spce 
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \series bold
3887 a
3888 \backslash
3889 int
3890 \series default
3891 は、積分記号
3892 \begin_inset Foot
3893 status collapsed
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898
3899 \backslash
3900 int
3901 \series default
3902 コマンドは、積分記号を生成します。第
3903 \begin_inset CommandInset ref
3904 LatexCommand ref
3905 reference "sub:大演算子"
3906
3907 \end_inset
3908
3909 節を参照してください。
3910 \end_layout
3911
3912 \end_inset
3913
3914 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3915 \begin_inset CommandInset ref
3916 LatexCommand ref
3917 reference "sub:多行にわたる括弧"
3918
3919 \end_inset
3920
3921 節を参照してください。
3922 \end_layout
3923
3924 \begin_layout Standard
3925
3926 \lang english
3927 Placeholders can also be used for text when it is inserted via the menu
3928  
3929 \family sans
3930 Insert\SpecialChar \menuseparator
3931 Formatting\SpecialChar \menuseparator
3932 Phantom
3933 \family default
3934 :
3935 \end_layout
3936
3937 \begin_layout Standard
3938
3939 \lang english
3940 This is a sentence.
3941 \begin_inset Newline newline
3942 \end_inset
3943
3944
3945 \begin_inset Phantom Phantom
3946 status open
3947
3948 \begin_layout Plain Layout
3949
3950 \lang english
3951 This
3952 \end_layout
3953
3954 \end_inset
3955
3956  is a sentence.
3957 \end_layout
3958
3959 \begin_layout Subsection
3960 横線
3961 \begin_inset Index idx
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965 よこせん@横線
3966 \end_layout
3967
3968 \end_inset
3969
3970
3971 \begin_inset Index idx
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 すうしき@数式 ! かせん@下線
3976 \end_layout
3977
3978 \end_inset
3979
3980
3981 \begin_inset Index idx
3982 status collapsed
3983
3984 \begin_layout Plain Layout
3985 ぼうせん@棒線|see
3986 \begin_inset ERT
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990
3991 {
3992 \end_layout
3993
3994 \end_inset
3995
3996 横線
3997 \begin_inset ERT
3998 status collapsed
3999
4000 \begin_layout Plain Layout
4001
4002 }
4003 \end_layout
4004
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \end_inset
4011
4012
4013 \end_layout
4014
4015 \begin_layout Standard
4016 \align center
4017 \begin_inset Tabular
4018 <lyxtabular version="3" rows="4" columns="2">
4019 <features tabularvalignment="middle">
4020 <column alignment="center" valignment="top" width="0pt">
4021 <column alignment="center" valignment="top" width="0pt">
4022 <row>
4023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 コマンド
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 出力
4037 \begin_inset Note Note
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041 ここで
4042 \series bold
4043
4044 \backslash
4045 raisebox
4046 \series default
4047 はスペーサーとして使用しているだけです。
4048 \end_layout
4049
4050 \end_inset
4051
4052
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \backslash
4065 overline
4066 \begin_inset ERT
4067 status collapsed
4068
4069 \begin_layout Plain Layout
4070
4071
4072 \backslash
4073 spce 
4074 \end_layout
4075
4076 \end_inset
4077
4078 A+B
4079 \begin_inset Index idx
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 こまんど@コマンド ! O ! 
4084 \backslash
4085 overline
4086 \end_layout
4087
4088 \end_inset
4089
4090
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4100 \end_inset
4101
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \backslash
4115 underline
4116 \begin_inset ERT
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120
4121
4122 \backslash
4123 spce 
4124 \end_layout
4125
4126 \end_inset
4127
4128 A+B
4129 \begin_inset Index idx
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 こまんど@コマンド ! U ! 
4134 \backslash
4135 underline
4136 \end_layout
4137
4138 \end_inset
4139
4140
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \backslash
4165 overline
4166 \begin_inset ERT
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170
4171
4172 \backslash
4173 spce 
4174 \end_layout
4175
4176 \end_inset
4177
4178
4179 \backslash
4180 underline
4181 \begin_inset ERT
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185
4186
4187 \backslash
4188 spce 
4189 \end_layout
4190
4191 \end_inset
4192
4193 A+B
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 </lyxtabular>
4212
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \begin_layout Standard
4219 上記最後の例では、先に
4220 \series bold
4221
4222 \backslash
4223 overline
4224 \series default
4225 が来ようが
4226 \series bold
4227
4228 \backslash
4229 underline
4230 \series default
4231 が来ようが、関係ありません。
4232 \end_layout
4233
4234 \begin_layout Standard
4235 二重下線を引くには、
4236 \series bold
4237
4238 \backslash
4239 underline
4240 \series default
4241 を二回使います。
4242 \end_layout
4243
4244 \begin_layout Standard
4245 文字の上下6本の線まで引くことができます。
4246 \end_layout
4247
4248 \begin_layout Standard
4249 \begin_inset VSpace bigskip
4250 \end_inset
4251
4252 自製の線は、以下の書式を持つ
4253 \series bold
4254
4255 \backslash
4256 rule
4257 \series default
4258
4259 \begin_inset Index idx
4260 status collapsed
4261
4262 \begin_layout Plain Layout
4263 こまんど@こまんど ! R ! 
4264 \backslash
4265 rule
4266 \end_layout
4267
4268 \end_inset
4269
4270 コマンドで作成することができます。
4271 \end_layout
4272
4273 \begin_layout Standard
4274
4275 \series bold
4276
4277 \backslash
4278 rule[垂直オフセット幅]{長さ}{厚み}
4279 \end_layout
4280
4281 \begin_layout Standard
4282 オプションの
4283 \series bold
4284 「垂直オフセット幅
4285 \series default
4286 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4287 \begin_inset CommandInset ref
4288 LatexCommand ref
4289 reference "tab:使用できる単位"
4290
4291 \end_inset
4292
4293 表に掲げてある単位を用いることができます。以下に、
4294 \begin_inset Newline newline
4295 \end_inset
4296
4297
4298 \series bold
4299
4300 \backslash
4301 rule[-2ex]{3cm}{2pt}
4302 \series default
4303  および 
4304 \series bold
4305
4306 \backslash
4307 rule{2cm}{1pt}
4308 \begin_inset Newline newline
4309 \end_inset
4310
4311 というコマンドを用いて作成したふたつの例を例示します。
4312 \end_layout
4313
4314 \begin_layout Standard
4315 この行には、
4316 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4317 \end_inset
4318
4319 二本の線があります。
4320 \end_layout
4321
4322 \begin_layout Standard
4323
4324 \series bold
4325 \lang english
4326
4327 \backslash
4328 rule
4329 \series default
4330  can also be used for text when a line is inserted via the menu 
4331 \family sans
4332 Insert\SpecialChar \menuseparator
4333 Formatting\SpecialChar \menuseparator
4334 Horizontal
4335 \begin_inset space ~
4336 \end_inset
4337
4338 Line
4339 \family default
4340 :
4341 \end_layout
4342
4343 \begin_layout Standard
4344
4345 \lang english
4346 This is a sentence 
4347 \begin_inset CommandInset line
4348 LatexCommand rule
4349 offset "0.5ex"
4350 width "3cm"
4351 height "1pt"
4352
4353 \end_inset
4354
4355  with one line.
4356 \end_layout
4357
4358 \begin_layout Subsection
4359 省略符号
4360 \begin_inset CommandInset label
4361 LatexCommand label
4362 name "sub:省略符号"
4363
4364 \end_inset
4365
4366
4367 \begin_inset Index idx
4368 status collapsed
4369
4370 \begin_layout Plain Layout
4371 しょうりゃくふごう@省略符号
4372 \end_layout
4373
4374 \end_inset
4375
4376
4377 \end_layout
4378
4379 \begin_layout Standard
4380 省略符号には、いくつかの種類が使用できます
4381 \begin_inset Foot
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 数式ツールバー中の
4386 \begin_inset Graphics
4387         filename ../../images/math/ldots.png
4388         scale 85
4389
4390 \end_inset
4391
4392 ボタンで表示されている下位メニューです。
4393 \end_layout
4394
4395 \end_inset
4396
4397 。列挙のためには、ベースラインの点々(
4398 \series bold
4399
4400 \backslash
4401 ldots
4402 \series default
4403
4404 \begin_inset Index idx
4405 status collapsed
4406
4407 \begin_layout Plain Layout
4408 こまんど@コマンド ! L ! 
4409 \backslash
4410 ldots
4411 \end_layout
4412
4413 \end_inset
4414
4415 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4416 \series bold
4417
4418 \backslash
4419 cdots
4420 \series default
4421
4422 \begin_inset Index idx
4423 status collapsed
4424
4425 \begin_layout Plain Layout
4426 こまんど@コマンド ! C ! 
4427 \backslash
4428 cdots
4429 \end_layout
4430
4431 \end_inset
4432
4433 )が必要です。
4434 \series bold
4435
4436 \backslash
4437 dots
4438 \series default
4439
4440 \begin_inset Index idx
4441 status collapsed
4442
4443 \begin_layout Plain Layout
4444 こまんど@コマンド ! D ! 
4445 \backslash
4446 dots
4447 \end_layout
4448
4449 \end_inset
4450
4451 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4452 \end_layout
4453
4454 \begin_layout Standard
4455 \align center
4456 \begin_inset Tabular
4457 <lyxtabular version="3" rows="8" columns="2">
4458 <features tabularvalignment="middle">
4459 <column alignment="center" valignment="top" width="0pt">
4460 <column alignment="center" valignment="top" width="0pt">
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 コマンド
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 出力
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 A_1
4487 \begin_inset ERT
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491
4492
4493 \backslash
4494 spce 
4495 \end_layout
4496
4497 \end_inset
4498
4499 ,
4500 \backslash
4501 dots
4502 \begin_inset ERT
4503 status collapsed
4504
4505 \begin_layout Plain Layout
4506
4507
4508 \backslash
4509 spce 
4510 \end_layout
4511
4512 \end_inset
4513
4514 ,A_n
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 \begin_inset Formula $A_{1},\dots,A_{n}$
4524 \end_inset
4525
4526
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 </row>
4532 <row>
4533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 A_1
4538 \begin_inset ERT
4539 status collapsed
4540
4541 \begin_layout Plain Layout
4542
4543
4544 \backslash
4545 spce 
4546 \end_layout
4547
4548 \end_inset
4549
4550 +
4551 \backslash
4552 dots
4553 \begin_inset ERT
4554 status collapsed
4555
4556 \begin_layout Plain Layout
4557
4558
4559 \backslash
4560 spce 
4561 \end_layout
4562
4563 \end_inset
4564
4565 +A_n
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 \begin_inset Formula $A_{1}+\dots+A_{n}$
4575 \end_inset
4576
4577
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 A_1
4589 \begin_inset ERT
4590 status collapsed
4591
4592 \begin_layout Plain Layout
4593
4594
4595 \backslash
4596 spce 
4597 \end_layout
4598
4599 \end_inset
4600
4601 ,
4602 \backslash
4603 ldots
4604 \begin_inset ERT
4605 status collapsed
4606
4607 \begin_layout Plain Layout
4608
4609
4610 \backslash
4611 spce 
4612 \end_layout
4613
4614 \end_inset
4615
4616 ,A_n
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 \begin_inset Formula $A_{1},\ldots,A_{n}$
4626 \end_inset
4627
4628
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 A_1
4640 \begin_inset ERT
4641 status collapsed
4642
4643 \begin_layout Plain Layout
4644
4645
4646 \backslash
4647 spce 
4648 \end_layout
4649
4650 \end_inset
4651
4652 +
4653 \backslash
4654 cdots
4655 \begin_inset ERT
4656 status collapsed
4657
4658 \begin_layout Plain Layout
4659
4660
4661 \backslash
4662 spce 
4663 \end_layout
4664
4665 \end_inset
4666
4667 +A_n
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4677 \end_inset
4678
4679
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \backslash
4692 vdots
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 \begin_inset Formula $\vdots$
4702 \end_inset
4703
4704
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \backslash
4717 ddots
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 \begin_inset Formula $\ddots$
4727 \end_inset
4728
4729
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 <row>
4736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 いろいろな点々を使った3×3行列
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 \begin_inset Formula $\begin{array}{ccc}
4750 A_{11} & \cdots & A_{1m}\\
4751 \vdots & \ddots & \vdots\\
4752 A_{n1} & \cdots & A_{nm}
4753 \end{array}$
4754 \end_inset
4755
4756
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 </lyxtabular>
4763
4764 \end_inset
4765
4766
4767 \end_layout
4768
4769 \begin_layout Standard
4770
4771 \family sans
4772 挿入\SpecialChar \menuseparator
4773 省略符号
4774 \family default
4775 メニューで挿入される省略符号は
4776 \series bold
4777
4778 \backslash
4779 ldots
4780 \series default
4781 です。
4782 \end_layout
4783
4784 \begin_layout Standard
4785 \begin_inset VSpace medskip
4786 \end_inset
4787
4788 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4789 \series bold
4790
4791 \backslash
4792 hdotsfor
4793 \series default
4794
4795 \begin_inset Index idx
4796 status collapsed
4797
4798 \begin_layout Plain Layout
4799 こまんど@コマンド ! H ! 
4800 \backslash
4801 hdotsfor
4802 \end_layout
4803
4804 \end_inset
4805
4806 コマンドで作ることができます。
4807 \end_layout
4808
4809 \begin_layout Standard
4810
4811 \series bold
4812
4813 \backslash
4814 hdotsfor[距離]{列数}
4815 \end_layout
4816
4817 \begin_layout Standard
4818 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4819 \end_layout
4820
4821 \begin_layout Standard
4822 以下の行列では、2行目の1つ目の枠に
4823 \series bold
4824
4825 \backslash
4826 hdotsfor[2]{4}
4827 \series default
4828 を挿入して、
4829 \series bold
4830
4831 \backslash
4832 dots
4833 \series default
4834 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4835 \begin_inset Formula \[
4836 \left(\begin{array}{cccc}
4837 A & B & C & D\\
4838 \hdotsfor[2]{4}\\
4839 q & w & e & r
4840 \end{array}\right)\]
4841
4842 \end_inset
4843
4844 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4845 \end_layout
4846
4847 \begin_layout Standard
4848 \begin_inset VSpace bigskip
4849 \end_inset
4850
4851 さらに、
4852 \series bold
4853
4854 \backslash
4855 dotfill
4856 \series default
4857
4858 \begin_inset Index idx
4859 status collapsed
4860
4861 \begin_layout Plain Layout
4862 こまんど@コマンド ! D ! 
4863 \backslash
4864 dotfill
4865 \end_layout
4866
4867 \end_inset
4868
4869 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4870 \series bold
4871
4872 \backslash
4873 hfill
4874 \series default
4875 と同様のものです。第
4876 \begin_inset CommandInset ref
4877 LatexCommand ref
4878 reference "sub:可変長の空白"
4879
4880 \end_inset
4881
4882 節をご参照下さい。
4883 \end_layout
4884
4885 \begin_layout Standard
4886 たとえば、
4887 \series bold
4888 A
4889 \backslash
4890 dotfill
4891 \begin_inset ERT
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895
4896
4897 \backslash
4898 spce 
4899 \end_layout
4900
4901 \end_inset
4902
4903 B
4904 \series default
4905 コマンドは、
4906 \end_layout
4907
4908 \begin_layout Standard
4909 \begin_inset Formula $A\dotfill B$
4910 \end_inset
4911
4912
4913 \end_layout
4914
4915 \begin_layout Standard
4916 のようになります。
4917 \series bold
4918 点々を使う
4919 \backslash
4920 dotfill
4921 \series default
4922 の直線版として、
4923 \series bold
4924
4925 \backslash
4926 hrulefill
4927 \series default
4928
4929 \begin_inset Index idx
4930 status collapsed
4931
4932 \begin_layout Plain Layout
4933 こまんど@コマンド ! H ! 
4934 \backslash
4935 hrulefill
4936 \end_layout
4937
4938 \end_inset
4939
4940
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset Formula $A\hrulefill B$
4945 \end_inset
4946
4947
4948 \end_layout
4949
4950 \begin_layout Standard
4951 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4952 \end_layout
4953
4954 \begin_layout Section
4955 行列
4956 \begin_inset CommandInset label
4957 LatexCommand label
4958 name "sec:行列"
4959
4960 \end_inset
4961
4962
4963 \begin_inset Index idx
4964 status collapsed
4965
4966 \begin_layout Plain Layout
4967 ぎょうれつ@行列
4968 \end_layout
4969
4970 \end_inset
4971
4972
4973 \end_layout
4974
4975 \begin_layout Standard
4976 行列は、数式ツールバーボタンの
4977 \begin_inset Graphics
4978         filename ../../images/dialog-show_mathmatrix.png
4979         scale 85
4980
4981 \end_inset
4982
4983
4984 \family sans
4985 挿入\SpecialChar \menuseparator
4986 数式\SpecialChar \menuseparator
4987 行列
4988 \family default
4989 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4990 \lang english
4991 and the decoration
4992 \end_layout
4993
4994 \begin_layout Standard
4995 最初の行列は「上」配置
4996 \begin_inset Formula $\begin{array}[t]{cccc}
4997 A & D & G & J\\
4998 B & E & H & K\\
4999 C & F & I & L
5000 \end{array}$
5001 \end_inset
5002
5003 で、二番目は「中央」配置
5004 \begin_inset Formula $\begin{array}{cccc}
5005 A & D & G & J\\
5006 B & E & H & K\\
5007 C & F & I & L
5008 \end{array}$
5009 \end_inset
5010
5011 、三番目は「下」配置
5012 \begin_inset Formula $\begin{array}[b]{cccc}
5013 A & D & G & J\\
5014 B & E & H & K\\
5015 C & F & I & L
5016 \end{array}$
5017 \end_inset
5018
5019 です。
5020 \end_layout
5021
5022 \begin_layout Standard
5023 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5024 \emph on
5025 l
5026 \emph default
5027 は左寄せ、
5028 \emph on
5029 c
5030 \emph default
5031 は中央揃え、
5032 \emph on
5033 r
5034 \emph default
5035 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5036 \series bold
5037 ×
5038 \series default
5039 4行列を作成するには、水平配置のところに
5040 \series bold
5041 lccr
5042 \series default
5043 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5044 \series bold
5045 c
5046 \series default
5047 です。
5048 \end_layout
5049
5050 \begin_layout Standard
5051 水平行列の例です。
5052 \end_layout
5053
5054 \begin_layout Standard
5055
5056 \series bold
5057 lll
5058 \series default
5059  : 
5060 \begin_inset Formula $\begin{array}{lll}
5061 10000 & D & G\\
5062 B & 10000 & H\\
5063 C & F & 10000
5064 \end{array}$
5065 \end_inset
5066
5067  , 
5068 \series bold
5069 ccc
5070 \series default
5071  : 
5072 \begin_inset Formula $\begin{array}{ccc}
5073 10000 & D & G\\
5074 B & 10000 & H\\
5075 C & F & 10000
5076 \end{array}$
5077 \end_inset
5078
5079  , 
5080 \series bold
5081 rrr
5082 \series default
5083  : 
5084 \begin_inset Formula $\begin{array}{rrr}
5085 10000 & D & G\\
5086 B & 10000 & H\\
5087 C & F & 10000
5088 \end{array}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \begin_layout Standard
5095 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5096 \begin_inset Graphics
5097         filename ../../images/tabular-feature_append-row.png
5098         scale 85
5099
5100 \end_inset
5101
5102
5103 \begin_inset Graphics
5104         filename ../../images/tabular-feature_delete-row.png
5105         scale 85
5106
5107 \end_inset
5108
5109 などや
5110 \family sans
5111 編集\SpecialChar \menuseparator
5112 行と列
5113 \family default
5114 メニューを使用することができます。また、行は
5115 \begin_inset Info
5116 type  "shortcut"
5117 arg   "newline-insert newline"
5118 \end_inset
5119
5120 で作成することもできます。
5121 \end_layout
5122
5123 \begin_layout Standard
5124 \begin_inset VSpace bigskip
5125 \end_inset
5126
5127
5128 \lang english
5129 The 
5130 \family sans
5131 Decoration
5132 \family default
5133  adds parentheses in the selected style around the matrix.
5134  Alternatively, parentheses can can either be created with the
5135 \lang japanese
5136  行列を囲む括弧は、
5137 \series bold
5138
5139 \backslash
5140 left
5141 \series default
5142
5143 \begin_inset Index idx
5144 status collapsed
5145
5146 \begin_layout Plain Layout
5147 こまんど@コマンド ! L ! 
5148 \backslash
5149 left
5150 \end_layout
5151
5152 \end_inset
5153
5154 コマンドや
5155 \series bold
5156
5157 \backslash
5158 right
5159 \series default
5160
5161 \begin_inset Index idx
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165 こまんど@コマンド ! R ! 
5166 \backslash
5167 right
5168 \end_layout
5169
5170 \end_inset
5171
5172 コマンドで作成することができます(短絡キー
5173 \family sans
5174 Alt+M
5175 \begin_inset space ~
5176 \end_inset
5177
5178 Parenthesis
5179 \family default
5180 )。第
5181 \begin_inset CommandInset ref
5182 LatexCommand ref
5183 reference "sub:自動の括弧丈"
5184
5185 \end_inset
5186
5187 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5188 \begin_inset VSpace medskip
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \begin_layout Standard
5195 \begin_inset space \hfill{}
5196 \end_inset
5197
5198
5199 \begin_inset Tabular
5200 <lyxtabular version="3" rows="4" columns="2">
5201 <features tabularvalignment="middle">
5202 <column alignment="center" valignment="top" width="0">
5203 <column alignment="center" valignment="top" width="0">
5204 <row>
5205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 コマンド
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 出力
5219 \begin_inset Note Note
5220 status collapsed
5221
5222 \begin_layout Plain Layout
5223 ここで
5224 \series bold
5225
5226 \backslash
5227 raisebox
5228 \series default
5229 はスペーサーとして使用しているだけです。
5230 \end_layout
5231
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 bmatrix
5248 \begin_inset ERT
5249 status collapsed
5250
5251 \begin_layout Plain Layout
5252
5253
5254 \backslash
5255 spce 
5256 \end_layout
5257
5258 \end_inset
5259
5260 2
5261 \series bold
5262 ×
5263 \series default
5264 2
5265 \begin_inset space \thinspace{}
5266 \end_inset
5267
5268 matrix
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5278 0 & \textrm{-}\mathrm{i}\\
5279 \mathrm{i} & 0
5280 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 </row>
5289 <row>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294
5295 \backslash
5296 Bmatrix
5297 \begin_inset ERT
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301
5302
5303 \backslash
5304 spce 
5305 \end_layout
5306
5307 \end_inset
5308
5309 2
5310 \series bold
5311 ×
5312 \series default
5313 2
5314 \begin_inset space \thinspace{}
5315 \end_inset
5316
5317 matrix
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5327 0 & \textrm{-}\mathrm{i}\\
5328 \mathrm{i} & 0
5329 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5330 \end_inset
5331
5332
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 <row>
5339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \backslash
5345 pmatrix
5346 \begin_inset ERT
5347 status collapsed
5348
5349 \begin_layout Plain Layout
5350
5351
5352 \backslash
5353 spce 
5354 \end_layout
5355
5356 \end_inset
5357
5358 2
5359 \series bold
5360 ×
5361 \series default
5362 2
5363 \begin_inset space \thinspace{}
5364 \end_inset
5365
5366 matrix
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5376 0 & \textrm{-}\mathrm{i}\\
5377 \mathrm{i} & 0
5378 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 </lyxtabular>
5388
5389 \end_inset
5390
5391
5392 \begin_inset space \hfill{}
5393 \end_inset
5394
5395
5396 \begin_inset Tabular
5397 <lyxtabular version="3" rows="4" columns="2">
5398 <features tabularvalignment="middle">
5399 <column alignment="center" valignment="top" width="0">
5400 <column alignment="center" valignment="top" width="0">
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 コマンド
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 出力
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \backslash
5428 vmatrix
5429 \begin_inset ERT
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433
5434
5435 \backslash
5436 spce 
5437 \end_layout
5438
5439 \end_inset
5440
5441 2
5442 \series bold
5443 ×
5444 \series default
5445 2
5446 \begin_inset space \thinspace{}
5447 \end_inset
5448
5449 matrix
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5459 0 & \textrm{-}\mathrm{i}\\
5460 \mathrm{i} & 0
5461 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 <row>
5471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \backslash
5477 Vmatrix
5478 \begin_inset ERT
5479 status collapsed
5480
5481 \begin_layout Plain Layout
5482
5483
5484 \backslash
5485 spce 
5486 \end_layout
5487
5488 \end_inset
5489
5490 2
5491 \series bold
5492 ×
5493 \series default
5494 2
5495 \begin_inset space \thinspace{}
5496 \end_inset
5497
5498 matrix
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5508 0 & \textrm{-}\mathrm{i}\\
5509 \mathrm{i} & 0
5510 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \backslash
5526 matrix
5527 \begin_inset ERT
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531
5532
5533 \backslash
5534 spce 
5535 \end_layout
5536
5537 \end_inset
5538
5539 2
5540 \series bold
5541 ×
5542 \series default
5543 2
5544 \begin_inset space \thinspace{}
5545 \end_inset
5546
5547 matrix
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5557 0 & \textrm{-}\mathrm{i}\\
5558 \mathrm{i} & 0
5559 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 </row>
5568 </lyxtabular>
5569
5570 \end_inset
5571
5572
5573 \begin_inset space \hfill{}
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \begin_layout Standard
5580 \begin_inset VSpace medskip
5581 \end_inset
5582
5583 たとえば
5584 \series bold
5585
5586 \backslash
5587 vmatrix
5588 \series default
5589 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5590 \end_layout
5591
5592 \begin_layout Standard
5593 \begin_inset VSpace bigskip
5594 \end_inset
5595
5596 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5597 \begin_inset CommandInset ref
5598 LatexCommand ref
5599 reference "sub:列間"
5600
5601 \end_inset
5602
5603 節に説明されている距離
5604 \series bold
5605
5606 \backslash
5607 arraycolsep
5608 \series default
5609
5610 \begin_inset Index idx
5611 status collapsed
5612
5613 \begin_layout Plain Layout
5614 こまんど@コマンド ! A ! 
5615 \backslash
5616 arraycolsep
5617 \end_layout
5618
5619 \end_inset
5620
5621 をここでも使用することができます。
5622 \end_layout
5623
5624 \begin_layout Standard
5625 行間隔を変更するには、
5626 \series bold
5627
5628 \backslash
5629 arraystretch
5630 \series default
5631
5632 \begin_inset Index idx
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636 こまんど@コマンド ! A ! 
5637 \backslash
5638 arraystretch
5639 \end_layout
5640
5641 \end_inset
5642
5643 コマンドを使用します。以下のようにして使用します。
5644 \end_layout
5645
5646 \begin_layout Standard
5647
5648 \series bold
5649
5650 \backslash
5651 renewcommand{
5652 \backslash
5653 arraystretch}{伸長因子}
5654 \begin_inset Index idx
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 こまんど@コマンド ! R ! 
5659 \backslash
5660 renewcommand
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Standard
5669
5670 \series bold
5671
5672 \backslash
5673 renewcommand
5674 \series default
5675 コマンドは、伸長因子を定義済みの
5676 \series bold
5677
5678 \backslash
5679 arraystretch
5680 \series default
5681 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5682 は、
5683 \series bold
5684
5685 \backslash
5686 arraystretch
5687 \series default
5688 に因子1を割り当てて下さい。
5689 \end_layout
5690
5691 \begin_layout Standard
5692 本文行中に行列を入れるには、
5693 \series bold
5694
5695 \backslash
5696 smallmatrix
5697 \series default
5698
5699 \begin_inset Index idx
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703 こまんど@コマンド ! S ! 
5704 \backslash
5705 smallmatrix
5706 \end_layout
5707
5708 \end_inset
5709
5710 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5711 \end_layout
5712
5713 \begin_layout Standard
5714 これは、本文行中の行列
5715 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5716 C & D
5717 \end{smallmatrix}\right)$
5718 \end_inset
5719
5720 です。
5721 \end_layout
5722
5723 \begin_layout Section
5724 括弧と区分記号
5725 \begin_inset Index idx
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729 かっこ@括弧
5730 \end_layout
5731
5732 \end_inset
5733
5734
5735 \begin_inset Index idx
5736 status collapsed
5737
5738 \begin_layout Plain Layout
5739 くぶんきごう@区分記号
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Subsection
5748 垂直括弧と区分記号
5749 \begin_inset Index idx
5750 status collapsed
5751
5752 \begin_layout Plain Layout
5753 かっこ@括弧 ! すいちょく@垂直
5754 \end_layout
5755
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \begin_layout Standard
5762 \begin_inset space \hfill{}
5763 \end_inset
5764
5765
5766 \begin_inset Tabular
5767 <lyxtabular version="3" rows="9" columns="2">
5768 <features tabularvalignment="middle">
5769 <column alignment="center" valignment="top" width="0pt">
5770 <column alignment="center" valignment="top" width="0pt">
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 コマンド
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 出力
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 (
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 \begin_inset Formula $($
5806 \end_inset
5807
5808
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 {
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 \begin_inset Formula $\{$
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 [
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $[$
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \backslash
5867 langle
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 \begin_inset Formula $\langle$
5877 \end_inset
5878
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 </row>
5885 <row>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890
5891 \backslash
5892 lceil
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 \begin_inset Formula $\lceil$
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 </row>
5910 <row>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915
5916 \backslash
5917 lfloor
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Formula $\lfloor$
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 /
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $/$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $|$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 \begin_inset Formula $|$
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 </row>
5984 </lyxtabular>
5985
5986 \end_inset
5987
5988
5989 \begin_inset space \hfill{}
5990 \end_inset
5991
5992
5993 \begin_inset Tabular
5994 <lyxtabular version="3" rows="9" columns="2">
5995 <features tabularvalignment="middle">
5996 <column alignment="center" valignment="top" width="0pt">
5997 <column alignment="center" valignment="top" width="0pt">
5998 <row>
5999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 コマンド
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 出力
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 )
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 \begin_inset Formula $)$
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 </row>
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 }
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Formula $\}$
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 ]
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 \begin_inset Formula $]$
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \backslash
6094 rangle
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 \begin_inset Formula $\rangle$
6104 \end_inset
6105
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117
6118 \backslash
6119 rceil
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 \begin_inset Formula $\rceil$
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142
6143 \backslash
6144 rfloor
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $\rfloor$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167
6168 \backslash
6169
6170 \backslash
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\backslash$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194
6195 \backslash
6196
6197 \begin_inset Formula $|$
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 \begin_inset Formula $\|$
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 </lyxtabular>
6219
6220 \end_inset
6221
6222
6223 \begin_inset space \hfill{}
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \begin_layout Standard
6230 \begin_inset Note Greyedout
6231 status open
6232
6233 \begin_layout Plain Layout
6234
6235 \series bold
6236 (注意)
6237 \series default
6238 TeXモードでは、
6239 \backslash
6240
6241 \backslash
6242 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6243 \series bold
6244
6245 \backslash
6246 textbackslash
6247 \series default
6248
6249 \begin_inset Index idx
6250 status collapsed
6251
6252 \begin_layout Plain Layout
6253 こまんど@コマンド! T ! 
6254 \backslash
6255 textbackslash
6256 \end_layout
6257
6258 \end_inset
6259
6260 を使わなくてはなりません。
6261 \end_layout
6262
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6270 \series bold
6271
6272 \backslash
6273 langle
6274 \series default
6275
6276 \series bold
6277
6278 \backslash
6279 rangle
6280 \series default
6281 コマンドを使用せずに
6282 \begin_inset Formula $<$
6283 \end_inset
6284
6285
6286 \begin_inset Formula $>$
6287 \end_inset
6288
6289 の文字を直接使用することができます。
6290 \end_layout
6291
6292 \begin_layout Subsubsection
6293 手動の括弧丈
6294 \begin_inset CommandInset label
6295 LatexCommand label
6296 name "sub:手動の括弧丈"
6297
6298 \end_inset
6299
6300
6301 \begin_inset Index idx
6302 status collapsed
6303
6304 \begin_layout Plain Layout
6305 かっこたけ@括弧丈 ! しゅどう@手動
6306 \end_layout
6307
6308 \end_inset
6309
6310
6311 \end_layout
6312
6313 \begin_layout Standard
6314 括弧の丈は、LaTeXコマンドの
6315 \series bold
6316
6317 \backslash
6318 big
6319 \series default
6320
6321 \begin_inset Index idx
6322 status collapsed
6323
6324 \begin_layout Plain Layout
6325 こまんど@コマンド ! B ! 
6326 \backslash
6327 big
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \series bold
6334
6335 \backslash
6336 Big
6337 \series default
6338
6339 \series bold
6340
6341 \backslash
6342 bigg
6343 \series default
6344 および
6345 \series bold
6346
6347 \backslash
6348 Bigg
6349 \series default
6350 を使って、手動で指定することができます。
6351 \series bold
6352
6353 \backslash
6354 big
6355 \series default
6356 が最小の大きさであり、
6357 \series bold
6358
6359 \backslash
6360 Bigg
6361 \series default
6362 が最大の括弧丈になります。
6363 \end_layout
6364
6365 \begin_layout Standard
6366 これらのコマンドは、括弧の階層を強調するのに使われます。
6367 \end_layout
6368
6369 \begin_layout Standard
6370 \align center
6371 \begin_inset Tabular
6372 <lyxtabular version="3" rows="2" columns="2">
6373 <features tabularvalignment="middle">
6374 <column alignment="center" valignment="top" width="0pt">
6375 <column alignment="center" valignment="top" width="0pt">
6376 <row>
6377 <cell alignment="center" valignment="top" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 すべての括弧が同じ大きさ:
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 こちらの方が良い:
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6414 \end_inset
6415
6416
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 </lyxtabular>
6423
6424 \end_inset
6425
6426
6427 \begin_inset Note Note
6428 status collapsed
6429
6430 \begin_layout Plain Layout
6431 ここで
6432 \series bold
6433
6434 \backslash
6435 raisebox
6436 \series default
6437 はスペーサーとして使用しているだけです。
6438 \end_layout
6439
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \begin_layout Standard
6446 二つ目の数式では、
6447 \series bold
6448
6449 \backslash
6450 Big((A+B)(A-B)
6451 \backslash
6452 Big)^
6453 \begin_inset ERT
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457
6458
6459 \backslash
6460 spce 
6461 \end_layout
6462
6463 \end_inset
6464
6465 C
6466 \series default
6467 というコマンドが使われています。
6468 \end_layout
6469
6470 \begin_layout Standard
6471 以下は、すべての括弧丈の羅列です。
6472 \end_layout
6473
6474 \begin_layout Standard
6475 \align center
6476
6477 \backslash
6478 Bigg(
6479 \backslash
6480 exp
6481 \backslash
6482 bigg
6483 \begin_inset Formula $<$
6484 \end_inset
6485
6486
6487 \backslash
6488 Big[
6489 \backslash
6490 big{
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 big}^2
6495 \begin_inset ERT
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499
6500
6501 \backslash
6502 spce 
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \backslash
6509 sin(x)
6510 \backslash
6511 Big]^
6512 \begin_inset ERT
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516
6517
6518 \backslash
6519 spce 
6520 \end_layout
6521
6522 \end_inset
6523
6524 A
6525 \begin_inset ERT
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529
6530
6531 \backslash
6532 spce 
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \backslash
6539 bigg
6540 \begin_inset Formula $>$
6541 \end_inset
6542
6543
6544 \backslash
6545 Bigg)^0,5
6546 \end_layout
6547
6548 \begin_layout Standard
6549 \align center
6550 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557
6558 \series bold
6559
6560 \backslash
6561 big
6562 \series default
6563 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6564 \series bold
6565
6566 \backslash
6567 bigm
6568 \series default
6569
6570 \begin_inset Index idx
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 こまんど@コマンド ! B ! 
6575 \backslash
6576 bigm
6577 \end_layout
6578
6579 \end_inset
6580
6581 という派生型と、空白を追加しない
6582 \series bold
6583
6584 \backslash
6585 bigl
6586 \series default
6587 -
6588 \series bold
6589
6590 \backslash
6591 bigr
6592 \series default
6593
6594 \begin_inset Index idx
6595 status collapsed
6596
6597 \begin_layout Plain Layout
6598 こまんど@コマンド ! B ! 
6599 \backslash
6600 bigl - 
6601 \backslash
6602 bigr
6603 \end_layout
6604
6605 \end_inset
6606
6607 派生型があります。
6608 \series bold
6609
6610 \backslash
6611 bigl
6612 \series default
6613 コマンドの最後の
6614 \emph on
6615 l
6616 \emph default
6617 は、左括弧であることを示し、右括弧の場合には、
6618 \emph on
6619 l
6620 \emph default
6621 の代わりに
6622 \emph on
6623 r
6624 \emph default
6625 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6626 \end_layout
6627
6628 \begin_layout Standard
6629 以下の表は、これらの派生型の比較です。
6630 \end_layout
6631
6632 \begin_layout Standard
6633 \align center
6634 \begin_inset Tabular
6635 <lyxtabular version="3" rows="5" columns="2">
6636 <features tabularvalignment="middle">
6637 <column alignment="center" valignment="middle" width="0">
6638 <column alignment="center" valignment="middle" width="0">
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 コマンド
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 出力
6654 \begin_inset Note Note
6655 status collapsed
6656
6657 \begin_layout Plain Layout
6658 ここで
6659 \series bold
6660
6661 \backslash
6662 raisebox
6663 \series default
6664 はスペーサーとして使用しているだけです。
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 </row>
6675 <row>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \backslash
6682 Bigm(
6683 \backslash
6684 bigm(
6685 \backslash
6686 ln(3x)
6687 \backslash
6688 bigm)^2
6689 \series bold
6690
6691 \begin_inset ERT
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695
6696
6697 \backslash
6698 spce 
6699 \end_layout
6700
6701 \end_inset
6702
6703
6704 \series default
6705
6706 \backslash
6707 Bigm)
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6717 \end_inset
6718
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \backslash
6732 Big(
6733 \backslash
6734 big(
6735 \backslash
6736 ln(3x)
6737 \backslash
6738 big)^2
6739 \series bold
6740
6741 \begin_inset ERT
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745
6746
6747 \backslash
6748 spce 
6749 \end_layout
6750
6751 \end_inset
6752
6753
6754 \series default
6755
6756 \backslash
6757 Big)
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 Bigl(
6783 \backslash
6784 bigl(
6785 \backslash
6786 ln(3x)
6787 \backslash
6788 bigr)^2
6789 \series bold
6790
6791 \begin_inset ERT
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795
6796
6797 \backslash
6798 spce 
6799 \end_layout
6800
6801 \end_inset
6802
6803
6804 \series default
6805
6806 \backslash
6807 Bigr)
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \backslash
6832 bigl)
6833 \backslash
6834 ln(3x)
6835 \backslash
6836 bigr(
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 </lyxtabular>
6855
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \begin_layout Subsubsection
6862 自動の括弧丈
6863 \begin_inset CommandInset label
6864 LatexCommand label
6865 name "sub:自動の括弧丈"
6866
6867 \end_inset
6868
6869
6870 \begin_inset Index idx
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874 かっこたけ@括弧丈 ! じどう@自動
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 可変の丈を持つ括弧は、
6884 \series bold
6885
6886 \backslash
6887 left
6888 \series default
6889
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 こまんど@コマンド ! L ! 
6895 \backslash
6896 left
6897 \end_layout
6898
6899 \end_inset
6900
6901 コマンドおよび
6902 \series bold
6903
6904 \backslash
6905 right
6906 \series default
6907
6908 \begin_inset Index idx
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 こまんど@コマンド ! R ! 
6913 \backslash
6914 right
6915 \end_layout
6916
6917 \end_inset
6918
6919 コマンド、あるいは数式ツールバーボタンの
6920 \begin_inset Graphics
6921         filename ../../images/dialog-show_mathdelimiter.png
6922         scale 85
6923
6924 \end_inset
6925
6926 で挿入することができます。
6927 \series bold
6928
6929 \backslash
6930 left
6931 \series default
6932 および
6933 \series bold
6934
6935 \backslash
6936 right
6937 \series default
6938 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6939 \end_layout
6940
6941 \begin_layout Standard
6942 \align center
6943 通常の括弧:
6944 \series bold
6945
6946 \backslash
6947 ln(
6948 \backslash
6949 frac
6950 \begin_inset ERT
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954
6955
6956 \backslash
6957 spce 
6958 \end_layout
6959
6960 \end_inset
6961
6962 A
6963 \begin_inset Formula $\downarrow$
6964 \end_inset
6965
6966 C
6967 \begin_inset ERT
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971
6972
6973 \backslash
6974 spce 
6975 \end_layout
6976
6977 \end_inset
6978
6979 )
6980 \series default
6981 というコマンドは
6982 \begin_inset Formula \[
6983 \ln(\frac{A}{C})\]
6984
6985 \end_inset
6986
6987 を生成します。
6988 \end_layout
6989
6990 \begin_layout Standard
6991 \align center
6992 複数行の括弧:
6993 \series bold
6994
6995 \backslash
6996 ln
6997 \backslash
6998 left(
6999 \backslash
7000 frac
7001 \begin_inset ERT
7002 status collapsed
7003
7004 \begin_layout Plain Layout
7005
7006
7007 \backslash
7008 spce 
7009 \end_layout
7010
7011 \end_inset
7012
7013 A
7014 \begin_inset Formula $\downarrow$
7015 \end_inset
7016
7017 C
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023
7024 \backslash
7025 spce 
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \backslash
7032 right)
7033 \series default
7034 というコマンドは
7035 \begin_inset Formula \[
7036 \ln\left(\frac{A}{C}\right)\]
7037
7038 \end_inset
7039
7040 を生成します。
7041 \end_layout
7042
7043 \begin_layout Standard
7044
7045 \series bold
7046
7047 \backslash
7048 left
7049 \series default
7050
7051 \series bold
7052
7053 \backslash
7054 right
7055 \series default
7056 の代わりに、短絡キー
7057 \family sans
7058 Alt+M
7059 \begin_inset space ~
7060 \end_inset
7061
7062 括弧
7063 \family default
7064 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7065 \begin_inset Newline newline
7066 \end_inset
7067
7068 すると、先ほどの例を作るコマンドは
7069 \series bold
7070
7071 \backslash
7072 ln Alt+M
7073 \series default
7074  
7075 \series bold
7076 (
7077 \backslash
7078 frac
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 spce 
7087 \end_layout
7088
7089 \end_inset
7090
7091 A
7092 \begin_inset Formula $\downarrow$
7093 \end_inset
7094
7095 C
7096 \series default
7097 となります。
7098 \end_layout
7099
7100 \begin_layout Standard
7101 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7102 \series bold
7103
7104 \backslash
7105 left.
7106 \backslash
7107 frac
7108 \begin_inset ERT
7109 status collapsed
7110
7111 \begin_layout Plain Layout
7112
7113
7114 \backslash
7115 spce 
7116 \end_layout
7117
7118 \end_inset
7119
7120 A
7121 \begin_inset Formula $\downarrow$
7122 \end_inset
7123
7124 B
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 spce 
7133 \end_layout
7134
7135 \end_inset
7136
7137
7138 \backslash
7139 right}
7140 \series default
7141 というコマンドは
7142 \series bold
7143
7144 \begin_inset Formula \[
7145 \left.\frac{A}{B}\right\} \]
7146
7147 \end_inset
7148
7149 を生成します。
7150 \backslash
7151 left
7152 \series default
7153 コマンドおよび
7154 \series bold
7155
7156 \backslash
7157 right
7158 \series default
7159 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7160 \end_layout
7161
7162 \begin_layout Standard
7163 \begin_inset VSpace bigskip
7164 \end_inset
7165
7166 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7167 \series bold
7168
7169 \backslash
7170 middle
7171 \series default
7172
7173 \begin_inset Index idx
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177 こまんど@コマンド ! M ! 
7178 \backslash
7179 middle
7180 \end_layout
7181
7182 \end_inset
7183
7184 コマンドも使用することができます
7185 \begin_inset Foot
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190 \series bold
7191 (訳註)
7192 \series default
7193 pLaTeXでは、標準では
7194 \series bold
7195
7196 \backslash
7197 middle
7198 \series default
7199 コマンドは使えません。よって、以下の例では「
7200 \series bold
7201
7202 \backslash
7203 middle
7204 \series default
7205
7206 \begin_inset Formula $|$
7207 \end_inset
7208
7209 」の代わりに「
7210 \series bold
7211
7212 \backslash
7213 biggm
7214 \series default
7215
7216 \begin_inset Formula $|$
7217 \end_inset
7218
7219 」を用いています。
7220 \end_layout
7221
7222 \end_inset
7223
7224 。このコマンドでは、物理ベクトル
7225 \begin_inset Formula \[
7226 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7227
7228 \end_inset
7229
7230 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7231 \begin_inset CommandInset ref
7232 LatexCommand ref
7233 reference "sub:物理ベクトル"
7234
7235 \end_inset
7236
7237 節に説明されているように特殊なLaTeXパッケージがあります。
7238 \end_layout
7239
7240 \begin_layout Subsection
7241 水平括弧
7242 \begin_inset Index idx
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246 かっこ@括弧 ! すいへい@水平
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Standard
7255 \align center
7256 \begin_inset Tabular
7257 <lyxtabular version="3" rows="4" columns="2">
7258 <features tabularvalignment="middle">
7259 <column alignment="center" valignment="top" width="0pt">
7260 <column alignment="center" valignment="top" width="0pt">
7261 <row>
7262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 コマンド
7267 \begin_inset Note Note
7268 status collapsed
7269
7270 \begin_layout Plain Layout
7271 ここで
7272 \series bold
7273
7274 \backslash
7275 raisebox
7276 \series default
7277 はスペーサーとして使用しているだけです。
7278 \end_layout
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 出力
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 </row>
7297 <row>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 \begin_inset ERT
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306
7307
7308 \backslash
7309 raisebox{2.3mm}{
7310 \end_layout
7311
7312 \end_inset
7313
7314
7315 \backslash
7316 overbrace
7317 \begin_inset ERT
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321
7322
7323 \backslash
7324 spce 
7325 \end_layout
7326
7327 \end_inset
7328
7329 A+B
7330 \begin_inset ERT
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334
7335
7336 \backslash
7337 spce 
7338 \end_layout
7339
7340 \end_inset
7341
7342 ^
7343 \begin_inset ERT
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347
7348
7349 \backslash
7350 spce 
7351 \end_layout
7352
7353 \end_inset
7354
7355 3
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361 }
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \begin_inset Index idx
7368 status collapsed
7369
7370 \begin_layout Plain Layout
7371 こまんど@コマンド ! O ! 
7372 \backslash
7373 overbrace
7374 \end_layout
7375
7376 \end_inset
7377
7378
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset Formula $\overbrace{A+B}^{3}$
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row>
7397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 raisebox{-2.2mm}{
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \backslash
7415 underbrace
7416 \begin_inset ERT
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420
7421
7422 \backslash
7423 spce 
7424 \end_layout
7425
7426 \end_inset
7427
7428 A+B
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434
7435 \backslash
7436 spce 
7437 \end_layout
7438
7439 \end_inset
7440
7441 _5
7442 \begin_inset ERT
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446
7447 }
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \begin_inset Index idx
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 こまんど@コマンド ! U ! 
7458 \backslash
7459 underbrace
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 \begin_inset Formula $\underbrace{A+B}_{5}$
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row>
7483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487
7488 \backslash
7489 overbrace
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495
7496 \backslash
7497 spce 
7498 \end_layout
7499
7500 \end_inset
7501
7502
7503 \backslash
7504 underbrace
7505 \begin_inset ERT
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509
7510
7511 \backslash
7512 spce 
7513 \end_layout
7514
7515 \end_inset
7516
7517 A+B_w
7518 \begin_inset ERT
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522
7523
7524 \backslash
7525 spce 
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \begin_inset ERT
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536
7537 \backslash
7538 spce 
7539 \end_layout
7540
7541 \end_inset
7542
7543 _7
7544 \begin_inset ERT
7545 status collapsed
7546
7547 \begin_layout Plain Layout
7548
7549
7550 \backslash
7551 spce 
7552 \end_layout
7553
7554 \end_inset
7555
7556
7557 \begin_inset ERT
7558 status collapsed
7559
7560 \begin_layout Plain Layout
7561
7562
7563 \backslash
7564 spce 
7565 \end_layout
7566
7567 \end_inset
7568
7569 ^
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575
7576 \backslash
7577 spce 
7578 \end_layout
7579
7580 \end_inset
7581
7582 C
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7592 \end_inset
7593
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 </lyxtabular>
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \begin_layout Standard
7608 最後の例では、
7609 \series bold
7610
7611 \backslash
7612 overbrace
7613 \series default
7614 が先に挿入されようが
7615 \series bold
7616
7617 \backslash
7618 underbrace
7619 \series default
7620 が先に挿入されようが代わりはありません。
7621 \end_layout
7622
7623 \begin_layout Standard
7624 \begin_inset VSpace bigskip
7625 \end_inset
7626
7627 括弧をお互いに重ねる必要がある場合には、第
7628 \begin_inset CommandInset ref
7629 LatexCommand ref
7630 reference "sec:多行数式"
7631
7632 \end_inset
7633
7634 節に説明されているように、次のような多行数式を使わなくてはなりません。
7635 \begin_inset Formula \begin{eqnarray*}
7636 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7637  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7638 \end{eqnarray*}
7639
7640 \end_inset
7641
7642 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7643 \begin_inset Foot
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 空白コマンドは第
7648 \begin_inset CommandInset ref
7649 LatexCommand ref
7650 reference "sub:定義済みの空白"
7651
7652 \end_inset
7653
7654 章に説明があります。
7655 \end_layout
7656
7657 \end_inset
7658
7659
7660 \series bold
7661
7662 \backslash
7663 :
7664 \series default
7665 を最初の
7666 \begin_inset Formula $d$
7667 \end_inset
7668
7669 の前に挿入しておくことが重要です。さもないと、
7670 \begin_inset Formula $q$
7671 \end_inset
7672
7673 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7674 \begin_inset Foot
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678 これは、括弧が文字として取り扱われないためです。第
7679 \begin_inset CommandInset ref
7680 LatexCommand ref
7681 reference "sub:二項演算子"
7682
7683 \end_inset
7684
7685 章参照。
7686 \end_layout
7687
7688 \end_inset
7689
7690 ためです。二行目には、二つめの括弧が挿入されています。
7691 \begin_inset Formula $b$
7692 \end_inset
7693
7694 の直前から始まるようにするために、まず
7695 \series bold
7696
7697 \backslash
7698 hphantom{gggg+
7699 \backslash
7700 :}
7701 \series default
7702 というコマンド
7703 \begin_inset Foot
7704 status collapsed
7705
7706 \begin_layout Plain Layout
7707
7708 \series bold
7709
7710 \backslash
7711 hphantom
7712 \series default
7713 に関する詳細は、第
7714 \begin_inset CommandInset ref
7715 LatexCommand ref
7716 reference "sub:空打ち文字"
7717
7718 \end_inset
7719
7720 章を参照してください。
7721 \end_layout
7722
7723 \end_inset
7724
7725 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7726 \series bold
7727
7728 \backslash
7729 hphantom{bbqq+dddd}
7730 \series default
7731 コマンドの下に置きます。
7732 \end_layout
7733
7734 \begin_layout Standard
7735 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7736 \begin_inset ERT
7737 status collapsed
7738
7739 \begin_layout Plain Layout
7740
7741
7742 \backslash
7743 setlength{
7744 \backslash
7745 jot}{-6pt}
7746 \end_layout
7747
7748 \end_inset
7749
7750
7751 \begin_inset Formula \begin{eqnarray*}
7752  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7753 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7754 \end{eqnarray*}
7755
7756 \end_inset
7757
7758
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 setlength{
7767 \backslash
7768 jot}{3pt}
7769 \end_layout
7770
7771 \end_inset
7772
7773 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7774 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7775 \begin_inset Foot
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 \begin_inset CommandInset href
7780 LatexCommand href
7781 name "LyX-bug #1505"
7782 target "http://www.lyx.org/trac/ticket/1505"
7783
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790
7791 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7792 \series bold
7793 setlength{
7794 \backslash
7795 jot}{-6pt}
7796 \series default
7797 というコマンドを入れて、大域的な数式行間
7798 \series bold
7799
7800 \backslash
7801 jot
7802 \series default
7803
7804 \begin_inset Index idx
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 こまんど@コマンド ! J ! 
7809 \backslash
7810 jot
7811 \end_layout
7812
7813 \end_inset
7814
7815 を-6
7816 \begin_inset space \thinspace{}
7817 \end_inset
7818
7819 ptに変更しなくてはなりません。
7820 \series bold
7821
7822 \backslash
7823 jot
7824 \series default
7825 は、数式直後に同様のコマンドを使って標準値の3
7826 \begin_inset space \thinspace{}
7827 \end_inset
7828
7829 ptに戻します。数式中の行間について、詳しくは第
7830 \begin_inset CommandInset ref
7831 LatexCommand ref
7832 reference "sub:行間"
7833
7834 \end_inset
7835
7836 章に説明があります。
7837 \end_layout
7838
7839 \begin_layout Section
7840 矢印
7841 \begin_inset Index idx
7842 status collapsed
7843
7844 \begin_layout Plain Layout
7845 やじるし@矢印
7846 \end_layout
7847
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \begin_layout Standard
7854 矢印は、数式ツールバーボタンの
7855 \begin_inset Graphics
7856         filename ../../images/math/leftarrow.png
7857         scale 85
7858
7859 \end_inset
7860
7861 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7862 \end_layout
7863
7864 \begin_layout Standard
7865 \begin_inset Newpage newpage
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \begin_layout Subsection
7872 水平矢印
7873 \begin_inset Index idx
7874 status collapsed
7875
7876 \begin_layout Plain Layout
7877 やじるし@矢印 ! すいへい@水平
7878 \end_layout
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \begin_layout Standard
7886 \begin_inset space \hfill{}
7887 \end_inset
7888
7889
7890 \begin_inset Tabular
7891 <lyxtabular version="3" rows="8" columns="2">
7892 <features tabularvalignment="middle">
7893 <column alignment="center" valignment="top" width="0pt">
7894 <column alignment="center" valignment="top" width="0pt">
7895 <row>
7896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 コマンド
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 出力
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \backslash
7922 gets
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 \begin_inset Formula $\gets$
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 Leftarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\Leftarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 longleftarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\longleftarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 Longleftarrow
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\Longleftarrow$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 leftharpoonup
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\leftharpoonup$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 leftharpoondown
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\leftharpoondown$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \backslash
8072 hookleftarrow
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 \begin_inset Formula $\hookleftarrow$
8082 \end_inset
8083
8084
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 </lyxtabular>
8091
8092 \end_inset
8093
8094
8095 \begin_inset space \hfill{}
8096 \end_inset
8097
8098
8099 \begin_inset Tabular
8100 <lyxtabular version="3" rows="8" columns="2">
8101 <features tabularvalignment="middle">
8102 <column alignment="center" valignment="top" width="0pt">
8103 <column alignment="center" valignment="top" width="0pt">
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 コマンド
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 出力
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 to
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\to$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 Rightarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\Rightarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 longrightarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\longrightarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 Longrightarrow
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\Longrightarrow$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 rightharpoonup
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\rightharpoonup$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 rightharpoondown
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\rightharpoondown$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \backslash
8281 hookrightarrow
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 \begin_inset Formula $\hookrightarrow$
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 </lyxtabular>
8300
8301 \end_inset
8302
8303
8304 \begin_inset space \hfill{}
8305 \end_inset
8306
8307
8308 \end_layout
8309
8310 \begin_layout Standard
8311 \begin_inset space \hfill{}
8312 \end_inset
8313
8314
8315 \begin_inset Tabular
8316 <lyxtabular version="3" rows="6" columns="2">
8317 <features tabularvalignment="middle">
8318 <column alignment="center" valignment="top" width="0pt">
8319 <column alignment="center" valignment="top" width="0pt">
8320 <row>
8321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 コマンド
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 出力
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \backslash
8347 leftrightarrow
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 \begin_inset Formula $\leftrightarrow$
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \backslash
8372 Leftrightarrow
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 \begin_inset Formula $\Leftrightarrow$
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 longleftrightarrow
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\longleftrightarrow$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 Longleftrightarrow
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\Longleftrightarrow$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \backslash
8447 rightleftharpoons
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 \begin_inset Formula $\rightleftharpoons$
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 </lyxtabular>
8466
8467 \end_inset
8468
8469
8470 \begin_inset space \hspace{}
8471 \length 25pt
8472 \end_inset
8473
8474
8475 \begin_inset space \hfill{}
8476 \end_inset
8477
8478
8479 \begin_inset Tabular
8480 <lyxtabular version="3" rows="5" columns="2">
8481 <features tabularvalignment="middle">
8482 <column alignment="center" valignment="top" width="0pt">
8483 <column alignment="center" valignment="top" width="0pt">
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 コマンド
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 出力
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 mapsto
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\mapsto$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 longmapsto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\longmapsto$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 leadsto
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\leadsto$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \backslash
8586 dasharrow
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 \begin_inset Formula $\dasharrow$
8596 \end_inset
8597
8598
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 </lyxtabular>
8605
8606 \end_inset
8607
8608
8609 \begin_inset space \hfill{}
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \begin_layout Standard
8616 \begin_inset VSpace medskip
8617 \end_inset
8618
8619 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8620 \begin_inset CommandInset ref
8621 LatexCommand ref
8622 reference "sec:アクセント"
8623
8624 \end_inset
8625
8626 節に一覧があります。
8627 \end_layout
8628
8629 \begin_layout Standard
8630 \begin_inset VSpace bigskip
8631 \end_inset
8632
8633 さらに、ラベル付き矢印
8634 \begin_inset Index idx
8635 status collapsed
8636
8637 \begin_layout Plain Layout
8638 やじるし@矢印 ! らべるつき@ラベル付き
8639 \end_layout
8640
8641 \end_inset
8642
8643 として、
8644 \series bold
8645
8646 \backslash
8647 xleftarrow
8648 \series default
8649
8650 \begin_inset Index idx
8651 status collapsed
8652
8653 \begin_layout Plain Layout
8654 こまんど@コマンド ! X ! 
8655 \backslash
8656 xleftarrow
8657 \end_layout
8658
8659 \end_inset
8660
8661
8662 \series bold
8663
8664 \backslash
8665 xrightarrow
8666 \series default
8667
8668 \begin_inset Index idx
8669 status collapsed
8670
8671 \begin_layout Plain Layout
8672 こまんど@コマンド ! X ! 
8673 \backslash
8674 xrightarrow
8675 \begin_inset ERT
8676 status collapsed
8677
8678 \begin_layout Plain Layout
8679
8680
8681 \backslash
8682 vspace{4mm}
8683 \end_layout
8684
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691
8692 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8693 ます。
8694 \end_layout
8695
8696 \begin_layout Standard
8697 \align center
8698 \begin_inset Tabular
8699 <lyxtabular version="3" rows="3" columns="2">
8700 <features tabularvalignment="middle">
8701 <column alignment="center" valignment="top" width="0pt">
8702 <column alignment="center" valignment="top" width="0pt">
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 コマンド
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 出力
8718 \begin_inset Note Note
8719 status collapsed
8720
8721 \begin_layout Plain Layout
8722 ここで
8723 \series bold
8724
8725 \backslash
8726 raisebox
8727 \series default
8728 はスペーサーとして使用しているだけです。
8729 \end_layout
8730
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 F(a)
8745 \backslash
8746 xleftarrow
8747 \begin_inset ERT
8748 status collapsed
8749
8750 \begin_layout Plain Layout
8751
8752
8753 \backslash
8754 spce 
8755 \end_layout
8756
8757 \end_inset
8758
8759 x=a
8760 \begin_inset Formula $\downarrow$
8761 \end_inset
8762
8763 x
8764 \begin_inset Formula $>$
8765 \end_inset
8766
8767 0
8768 \begin_inset Formula $\to$
8769 \end_inset
8770
8771 F(x)
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8781 \end_inset
8782
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 F(x)
8795 \backslash
8796 xrightarrow
8797 \begin_inset ERT
8798 status collapsed
8799
8800 \begin_layout Plain Layout
8801
8802
8803 \backslash
8804 spce 
8805 \end_layout
8806
8807 \end_inset
8808
8809 x=a
8810 \begin_inset Formula $\downarrow$
8811 \end_inset
8812
8813 x
8814 \begin_inset Formula $>$
8815 \end_inset
8816
8817 0
8818 \begin_inset Formula $\to$
8819 \end_inset
8820
8821 F(a)
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8831 \end_inset
8832
8833
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 </lyxtabular>
8840
8841 \end_inset
8842
8843
8844 \end_layout
8845
8846 \begin_layout Subsection
8847 垂直矢印および対角矢印
8848 \begin_inset Index idx
8849 status collapsed
8850
8851 \begin_layout Plain Layout
8852 やじるし@矢印 ! たいかく@対角
8853 \end_layout
8854
8855 \end_inset
8856
8857
8858 \begin_inset Index idx
8859 status collapsed
8860
8861 \begin_layout Plain Layout
8862 やじるし@矢印 ! すいちょく@垂直
8863 \end_layout
8864
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \begin_layout Standard
8871 \begin_inset space \hfill{}
8872 \end_inset
8873
8874
8875 \begin_inset Tabular
8876 <lyxtabular version="3" rows="7" columns="2">
8877 <features tabularvalignment="middle">
8878 <column alignment="center" valignment="top" width="0pt">
8879 <column alignment="center" valignment="top" width="0pt">
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 コマンド
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 出力
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \backslash
8907 uparrow
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\uparrow$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932 Uparrow
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\Uparrow$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 updownarrow
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\updownarrow$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982 Updownarrow
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\Updownarrow$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \backslash
9007 Downarrow
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 \begin_inset Formula $\Downarrow$
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \backslash
9032 downarrow
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\downarrow$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 </lyxtabular>
9051
9052 \end_inset
9053
9054
9055 \begin_inset space \hfill{}
9056 \end_inset
9057
9058
9059 \begin_inset Tabular
9060 <lyxtabular version="3" rows="5" columns="2">
9061 <features tabularvalignment="middle">
9062 <column alignment="center" valignment="top" width="0pt">
9063 <column alignment="center" valignment="top" width="0pt">
9064 <row>
9065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 コマンド
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 出力
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \backslash
9091 nearrow
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\nearrow$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \backslash
9116 searrow
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 \begin_inset Formula $\searrow$
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \backslash
9141 swarrow
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 \begin_inset Formula $\swarrow$
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \backslash
9166 nwarrow
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 \begin_inset Formula $\nwarrow$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 </lyxtabular>
9185
9186 \end_inset
9187
9188
9189 \begin_inset space \hfill{}
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \begin_layout Standard
9196 \begin_inset VSpace medskip
9197 \end_inset
9198
9199 垂直矢印は、第
9200 \begin_inset CommandInset ref
9201 LatexCommand ref
9202 reference "sub:手動の括弧丈"
9203
9204 \end_inset
9205
9206 節および第
9207 \begin_inset CommandInset ref
9208 LatexCommand ref
9209 reference "sub:自動の括弧丈"
9210
9211 \end_inset
9212
9213 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9214 \end_layout
9215
9216 \begin_layout Standard
9217 \begin_inset Newpage newpage
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \begin_layout Section
9224 アクセント
9225 \begin_inset CommandInset label
9226 LatexCommand label
9227 name "sec:アクセント"
9228
9229 \end_inset
9230
9231
9232 \begin_inset Index idx
9233 status collapsed
9234
9235 \begin_layout Plain Layout
9236 あくせんと@アクセント
9237 \end_layout
9238
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \begin_layout Standard
9245 アクセントは、数式ツールバーボタンの
9246 \begin_inset Graphics
9247         filename ../../images/math/hat.png
9248         scale 85
9249
9250 \end_inset
9251
9252 か、以下の各小節に列挙してあるコマンドで入力することができます。
9253 \end_layout
9254
9255 \begin_layout Subsection
9256 一文字に付けるアクセント
9257 \begin_inset ERT
9258 status collapsed
9259
9260 \begin_layout Plain Layout
9261
9262
9263 \backslash
9264 texorpdfstring{
9265 \end_layout
9266
9267 \end_inset
9268
9269
9270 \begin_inset Foot
9271 status collapsed
9272
9273 \begin_layout Plain Layout
9274 本文中のアクセントについては、第
9275 \begin_inset CommandInset ref
9276 LatexCommand ref
9277 reference "sub:文章中のアクセント"
9278
9279 \end_inset
9280
9281 節を参照。
9282 \end_layout
9283
9284 \end_inset
9285
9286
9287 \begin_inset ERT
9288 status collapsed
9289
9290 \begin_layout Plain Layout
9291
9292 }{}
9293 \end_layout
9294
9295 \end_inset
9296
9297
9298 \begin_inset Note Note
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
9305 \end_layout
9306
9307 \begin_layout Plain Layout
9308
9309 \backslash
9310 texorpdfstringについての詳細は、第
9311 \begin_inset CommandInset ref
9312 LatexCommand ref
9313 reference "sub:節見出し中の数式"
9314
9315 \end_inset
9316
9317 節にあります。
9318 \end_layout
9319
9320 \end_inset
9321
9322
9323 \begin_inset CommandInset label
9324 LatexCommand label
9325 name "sub:一文字に付けるアクセント"
9326
9327 \end_inset
9328
9329
9330 \begin_inset Index idx
9331 status collapsed
9332
9333 \begin_layout Plain Layout
9334 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9335 \end_layout
9336
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \begin_layout Standard
9343 \begin_inset space \hfill{}
9344 \end_inset
9345
9346
9347 \begin_inset Tabular
9348 <lyxtabular version="3" rows="8" columns="2">
9349 <features tabularvalignment="middle">
9350 <column alignment="center" valignment="top" width="0pt">
9351 <column alignment="center" valignment="top" width="0pt">
9352 <row>
9353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 コマンド
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 出力
9367 \begin_inset Note Note
9368 status collapsed
9369
9370 \begin_layout Plain Layout
9371 ここで
9372 \series bold
9373
9374 \backslash
9375 raisebox
9376 \series default
9377 はスペーサーとして使用しているだけです。
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \backslash
9395 dot
9396 \begin_inset ERT
9397 status collapsed
9398
9399 \begin_layout Plain Layout
9400
9401
9402 \backslash
9403 spce 
9404 \end_layout
9405
9406 \end_inset
9407
9408 A
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \backslash
9433 ddot
9434 \begin_inset ERT
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438
9439
9440 \backslash
9441 spce 
9442 \end_layout
9443
9444 \end_inset
9445
9446 A
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \backslash
9471 dddot
9472 \begin_inset ERT
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476
9477
9478 \backslash
9479 spce 
9480 \end_layout
9481
9482 \end_inset
9483
9484 A
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row>
9503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \backslash
9509 ddddot
9510 \begin_inset ERT
9511 status collapsed
9512
9513 \begin_layout Plain Layout
9514
9515
9516 \backslash
9517 spce 
9518 \end_layout
9519
9520 \end_inset
9521
9522 A
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \backslash
9547 vec
9548 \begin_inset ERT
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552
9553
9554 \backslash
9555 spce 
9556 \end_layout
9557
9558 \end_inset
9559
9560 A
9561 \begin_inset Index idx
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565
9566 \lang english
9567 Vectors
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 bar
9598 \begin_inset ERT
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603
9604 \backslash
9605 spce 
9606 \end_layout
9607
9608 \end_inset
9609
9610 A
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \backslash
9635 mathring
9636 \begin_inset ERT
9637 status collapsed
9638
9639 \begin_layout Plain Layout
9640
9641
9642 \backslash
9643 spce 
9644 \end_layout
9645
9646 \end_inset
9647
9648 A
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 </lyxtabular>
9667
9668 \end_inset
9669
9670
9671 \begin_inset space \hfill{}
9672 \end_inset
9673
9674
9675 \begin_inset Tabular
9676 <lyxtabular version="3" rows="7" columns="2">
9677 <features tabularvalignment="middle">
9678 <column alignment="center" valignment="top" width="0pt">
9679 <column alignment="center" valignment="top" width="0pt">
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 コマンド
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 出力
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 tilde
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 spce 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 hat
9746 \begin_inset ERT
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751
9752 \backslash
9753 spce 
9754 \end_layout
9755
9756 \end_inset
9757
9758 A
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 check
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 spce 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 acute
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827
9828 \backslash
9829 spce 
9830 \end_layout
9831
9832 \end_inset
9833
9834 A
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \backslash
9859 grave
9860 \begin_inset ERT
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864
9865
9866 \backslash
9867 spce 
9868 \end_layout
9869
9870 \end_inset
9871
9872 A
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \backslash
9897 breve
9898 \begin_inset ERT
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902
9903
9904 \backslash
9905 spce 
9906 \end_layout
9907
9908 \end_inset
9909
9910 A
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 </lyxtabular>
9929
9930 \end_inset
9931
9932
9933 \begin_inset space \hfill{}
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \begin_layout Standard
9940 \begin_inset VSpace bigskip
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \begin_layout Standard
9947 \begin_inset ERT
9948 status collapsed
9949
9950 \begin_layout Plain Layout
9951
9952
9953 \backslash
9954 '{e}
9955 \end_layout
9956
9957 \end_inset
9958
9959 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9960 \begin_inset Index idx
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964 うむらうと@ウムラウト
9965 \end_layout
9966
9967 \end_inset
9968
9969 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9970 として取り扱います。
9971 \series bold
9972
9973 \backslash
9974 ddot
9975 \series default
9976 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9977 \end_layout
9978
9979 \begin_layout Standard
9980 \begin_inset VSpace -2mm
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \begin_layout Standard
9987 \align center
9988 \begin_inset Tabular
9989 <lyxtabular version="3" rows="3" columns="2">
9990 <features tabularvalignment="middle">
9991 <column alignment="center" valignment="top" width="0">
9992 <column alignment="center" valignment="top" width="0">
9993 <row>
9994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 コマンド
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 出力
10008 \begin_inset Note Note
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012 ここで
10013 \series bold
10014
10015 \backslash
10016 raisebox
10017 \series default
10018 および0ポイント空白はスペーサーとして使用しているだけです。
10019 \end_layout
10020
10021 \end_inset
10022
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset Quotes grd
10035 \end_inset
10036
10037 i
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \lang ngerman
10048 \begin_inset space \hspace{}
10049 \length 0pt
10050 \end_inset
10051
10052
10053 \begin_inset Formula $"i$
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \backslash
10069 ddot
10070 \begin_inset ERT
10071 status collapsed
10072
10073 \begin_layout Plain Layout
10074
10075
10076 \backslash
10077 spce 
10078 \end_layout
10079
10080 \end_inset
10081
10082 i
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 </lyxtabular>
10101
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \begin_layout Standard
10108
10109 \series bold
10110
10111 \backslash
10112 ddot
10113 \series default
10114 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10115 \emph on
10116 数式中テキストでは使用できない
10117 \emph default
10118 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10119 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10120 \end_layout
10121
10122 \begin_layout Standard
10123 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10124 \end_layout
10125
10126 \begin_layout Subsection
10127 演算子に付けるアクセント
10128 \begin_inset Index idx
10129 status collapsed
10130
10131 \begin_layout Plain Layout
10132 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10133 \end_layout
10134
10135 \end_inset
10136
10137
10138 \end_layout
10139
10140 \begin_layout Standard
10141
10142 \series bold
10143
10144 \backslash
10145 overset
10146 \series default
10147
10148 \begin_inset Index idx
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152 こまんど@コマンド ! O ! 
10153 \backslash
10154 overset
10155 \end_layout
10156
10157 \end_inset
10158
10159 コマンドや
10160 \series bold
10161
10162 \backslash
10163 underset
10164 \series default
10165
10166 \begin_inset Index idx
10167 status collapsed
10168
10169 \begin_layout Plain Layout
10170 こまんど@コマンド ! U ! 
10171 \backslash
10172 underset
10173 \end_layout
10174
10175 \end_inset
10176
10177 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10178 \series bold
10179
10180 \backslash
10181 sideset
10182 \series default
10183
10184 \begin_inset Index idx
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188 こまんど@コマンド ! S ! 
10189 \backslash
10190 sideset
10191 \end_layout
10192
10193 \end_inset
10194
10195 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10196 \end_layout
10197
10198 \begin_layout Standard
10199
10200 \series bold
10201
10202 \backslash
10203 sideset{前置文字}{後置文字}
10204 \end_layout
10205
10206 \begin_layout Standard
10207
10208 \series bold
10209
10210 \backslash
10211 sideset
10212 \series default
10213 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10214 \series bold
10215
10216 \backslash
10217 sideset
10218 \series default
10219 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10220 \end_layout
10221
10222 \begin_layout Standard
10223 たとえば、
10224 \series bold
10225
10226 \backslash
10227 sideset{
10228 \begin_inset Formula $\to$
10229 \end_inset
10230
10231
10232 \backslash
10233 {
10234 \series default
10235 '
10236 \series bold
10237
10238 \begin_inset Formula $\to$
10239 \end_inset
10240
10241
10242 \backslash
10243 sum_k=1
10244 \begin_inset ERT
10245 status collapsed
10246
10247 \begin_layout Plain Layout
10248
10249
10250 \backslash
10251 spce 
10252 \end_layout
10253
10254 \end_inset
10255
10256
10257 \series default
10258 ^
10259 \series bold
10260 n
10261 \series default
10262 というコマンドを入力すると、
10263 \begin_inset Formula \[
10264 \sideset{}{'}\sum_{k=1}^{n}\]
10265
10266 \end_inset
10267
10268 のようになります。
10269 \end_layout
10270
10271 \begin_layout Standard
10272 また、
10273 \series bold
10274
10275 \backslash
10276 overset
10277 \begin_inset ERT
10278 status collapsed
10279
10280 \begin_layout Plain Layout
10281
10282
10283 \backslash
10284 spce 
10285 \end_layout
10286
10287 \end_inset
10288
10289
10290 \backslash
10291 maltese
10292 \begin_inset ERT
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296
10297
10298 \backslash
10299 spce 
10300 \end_layout
10301
10302 \end_inset
10303
10304
10305 \series default
10306
10307 \begin_inset Formula $\uparrow$
10308 \end_inset
10309
10310
10311 \series bold
10312 a
10313 \series default
10314 というコマンドならば、
10315 \begin_inset Formula \[
10316 \overset{a}{\maltese}\]
10317
10318 \end_inset
10319
10320 のようになります。最後の例からわかるように、
10321 \series bold
10322
10323 \backslash
10324 overset
10325 \series default
10326
10327 \series bold
10328
10329 \backslash
10330 underset
10331 \series default
10332 では、記号や文字にアクセントをつけることもできます。一方、
10333 \series bold
10334
10335 \backslash
10336 sideset
10337 \series default
10338 では、このようなことはできません。
10339 \end_layout
10340
10341 \begin_layout Subsection
10342 複数の文字に付けるアクセント
10343 \begin_inset Index idx
10344 status collapsed
10345
10346 \begin_layout Plain Layout
10347 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \begin_layout Standard
10356 \begin_inset space \hfill{}
10357 \end_inset
10358
10359
10360 \begin_inset Tabular
10361 <lyxtabular version="3" rows="5" columns="2">
10362 <features tabularvalignment="middle">
10363 <column alignment="center" valignment="top" width="0pt">
10364 <column alignment="center" valignment="top" width="0pt">
10365 <row>
10366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 コマンド
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 出力
10380 \begin_inset Note Note
10381 status collapsed
10382
10383 \begin_layout Plain Layout
10384 ここで
10385 \series bold
10386
10387 \backslash
10388 raisebox
10389 \series default
10390 はスペーサーとして使用しているだけです。
10391 \end_layout
10392
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \backslash
10408 overleftarrow
10409 \begin_inset ERT
10410 status collapsed
10411
10412 \begin_layout Plain Layout
10413
10414
10415 \backslash
10416 spce 
10417 \end_layout
10418
10419 \end_inset
10420
10421 A=B
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \backslash
10446 underleftarrow
10447 \begin_inset ERT
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451
10452
10453 \backslash
10454 spce 
10455 \end_layout
10456
10457 \end_inset
10458
10459 A=B
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \backslash
10484 overleftrightarrow
10485 \begin_inset ERT
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489
10490
10491 \backslash
10492 spce 
10493 \end_layout
10494
10495 \end_inset
10496
10497 A=B
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10507 \end_inset
10508
10509
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \backslash
10522 underleftrightarrow
10523 \begin_inset ERT
10524 status collapsed
10525
10526 \begin_layout Plain Layout
10527
10528
10529 \backslash
10530 spce 
10531 \end_layout
10532
10533 \end_inset
10534
10535 A=B
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10545 \end_inset
10546
10547
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 </lyxtabular>
10554
10555 \end_inset
10556
10557
10558 \begin_inset space \hfill{}
10559 \end_inset
10560
10561
10562 \begin_inset Tabular
10563 <lyxtabular version="3" rows="5" columns="2">
10564 <features tabularvalignment="middle">
10565 <column alignment="center" valignment="top" width="0pt">
10566 <column alignment="center" valignment="top" width="0pt">
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 コマンド
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 出力
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \backslash
10594 overrightarrow
10595 \begin_inset ERT
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600
10601 \backslash
10602 spce 
10603 \end_layout
10604
10605 \end_inset
10606
10607 A=B
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \backslash
10632 underrightarrow
10633 \begin_inset ERT
10634 status collapsed
10635
10636 \begin_layout Plain Layout
10637
10638
10639 \backslash
10640 spce 
10641 \end_layout
10642
10643 \end_inset
10644
10645 A=B
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 </row>
10663 <row>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668
10669 \backslash
10670 widetilde
10671 \begin_inset ERT
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676
10677 \backslash
10678 spce 
10679 \end_layout
10680
10681 \end_inset
10682
10683 A=B
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \backslash
10708 widehat
10709 \begin_inset ERT
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714
10715 \backslash
10716 spce 
10717 \end_layout
10718
10719 \end_inset
10720
10721 A=B
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 </lyxtabular>
10740
10741 \end_inset
10742
10743
10744 \begin_inset space \hfill{}
10745 \end_inset
10746
10747
10748 \end_layout
10749
10750 \begin_layout Standard
10751 \begin_inset VSpace medskip
10752 \end_inset
10753
10754 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10755 \series bold
10756
10757 \backslash
10758 widetilde
10759 \series default
10760 および
10761 \series bold
10762
10763 \backslash
10764 widehat
10765 \series default
10766 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10767 \begin_inset Formula \[
10768 \widetilde{A+B=C-D}\]
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \begin_layout Standard
10776 前小節で述べた
10777 \series bold
10778
10779 \backslash
10780 overset
10781 \series default
10782
10783 \begin_inset Index idx
10784 status collapsed
10785
10786 \begin_layout Plain Layout
10787 こまんど@コマンド ! O ! 
10788 \backslash
10789 overset
10790 \end_layout
10791
10792 \end_inset
10793
10794 コマンドと
10795 \series bold
10796
10797 \backslash
10798 underset
10799 \series default
10800
10801 \begin_inset Index idx
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805 こまんど@コマンド ! U ! 
10806 \backslash
10807 underset
10808 \end_layout
10809
10810 \end_inset
10811
10812 コマンドを使っても、複数の文字にアクセントを付けることができます。
10813 \series bold
10814
10815 \backslash
10816 underset
10817 \begin_inset ERT
10818 status collapsed
10819
10820 \begin_layout Plain Layout
10821
10822
10823 \backslash
10824 spce 
10825 \end_layout
10826
10827 \end_inset
10828
10829 A=B
10830 \begin_inset Formula $\downarrow$
10831 \end_inset
10832
10833 ***
10834 \series default
10835 というコマンドは、
10836 \begin_inset Formula \[
10837 \underset{***}{A=B}\]
10838
10839 \end_inset
10840
10841 のようになります。
10842 \end_layout
10843
10844 \begin_layout Section
10845 空白
10846 \begin_inset CommandInset label
10847 LatexCommand label
10848 name "sub:空白"
10849
10850 \end_inset
10851
10852
10853 \begin_inset Index idx
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857 くうはく@空白 ! すいへい@水平
10858 \end_layout
10859
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \begin_layout Subsection
10866 定義済みの空白
10867 \begin_inset CommandInset label
10868 LatexCommand label
10869 name "sub:定義済みの空白"
10870
10871 \end_inset
10872
10873
10874 \begin_inset Index idx
10875 status collapsed
10876
10877 \begin_layout Plain Layout
10878 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10879 \end_layout
10880
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \begin_layout Standard
10887 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10888 \begin_inset Info
10889 type  "shortcut"
10890 arg   "space-insert protected"
10891 \end_inset
10892
10893 )を挿入することで実現できます。「
10894 \color blue
10895
10896 \begin_inset ERT
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900
10901
10902 \backslash
10903 spce 
10904 \end_layout
10905
10906 \end_inset
10907
10908
10909 \color inherit
10910 」が現れるので、
10911 \family sans
10912 Space
10913 \family default
10914 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10915 \begin_inset Graphics
10916         filename ../../images/math/space.png
10917         scale 85
10918
10919 \end_inset
10920
10921 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10922 \family sans
10923 Space
10924 \family default
10925 を押すことによって、長さを変更することができます。
10926 \end_layout
10927
10928 \begin_layout Standard
10929 \noindent
10930 \align center
10931 \begin_inset Tabular
10932 <lyxtabular version="3" rows="3" columns="7">
10933 <features tabularvalignment="middle">
10934 <column alignment="center" valignment="middle" width="6.8cm">
10935 <column alignment="center" valignment="top" width="0">
10936 <column alignment="center" valignment="top" width="0">
10937 <column alignment="center" valignment="top" width="0">
10938 <column alignment="center" valignment="top" width="0">
10939 <column alignment="center" valignment="top" width="0">
10940 <column alignment="center" valignment="top" width="0">
10941 <row>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 コマンド
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \backslash
10957 ,
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \backslash
10968 :
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \backslash
10979 ;
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \backslash
10990 quad
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \backslash
11001 qquad
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \backslash
11012 !
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 保護された空白を挿入したのち、
11024 \family sans
11025 Space
11026 \family default
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 0
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 1
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 2
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 3
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 4
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 5
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 出力
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 \begin_inset Formula $A\, B$
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 \begin_inset Formula $A\: B$
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 \begin_inset Formula $A\; B$
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 \begin_inset Formula $A\quad B$
11138 \end_inset
11139
11140
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Formula $A\qquad B$
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\! B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 </row>
11170 </lyxtabular>
11171
11172 \end_inset
11173
11174
11175 \end_layout
11176
11177 \begin_layout Standard
11178 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11179 さの空白があります。
11180 \end_layout
11181
11182 \begin_layout Standard
11183 \align center
11184 \begin_inset Tabular
11185 <lyxtabular version="3" rows="3" columns="3">
11186 <features tabularvalignment="middle">
11187 <column alignment="center" valignment="middle" width="6.8cm">
11188 <column alignment="center" valignment="top" width="0pt">
11189 <column alignment="center" valignment="top" width="0pt">
11190 <row>
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 コマンド
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \backslash
11206 negmedspace
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \backslash
11217 negthickspace
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 </row>
11223 <row>
11224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 保護された空白を挿入したのち、
11229 \family sans
11230 Space
11231 \family default
11232 を叩く回数
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 6
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 7
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 出力
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 \begin_inset Formula $A\negmedspace B$
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 \begin_inset Formula $A\negthickspace B$
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 </lyxtabular>
11292
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \begin_layout Standard
11299 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11300 \end_layout
11301
11302 \begin_layout Standard
11303 \align center
11304 \begin_inset Tabular
11305 <lyxtabular version="3" rows="3" columns="2">
11306 <features tabularvalignment="middle">
11307 <column alignment="center" valignment="top" width="0">
11308 <column alignment="center" valignment="top" width="0">
11309 <row>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 コマンド
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 出力
11324 \begin_inset Note Note
11325 status collapsed
11326
11327 \begin_layout Plain Layout
11328 ここで
11329 \series bold
11330
11331 \backslash
11332 raisebox
11333 \series default
11334 はスペーサーとして使用しているだけです。
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 </row>
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350
11351 \backslash
11352 sum
11353 \backslash
11354 sum
11355 \begin_inset ERT
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359
11360
11361 \backslash
11362 spce 
11363 \end_layout
11364
11365 \end_inset
11366
11367 f_kl
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11377 \end_inset
11378
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \backslash
11392 sum
11393 \backslash
11394 negmedspace
11395 \backslash
11396 sum
11397 \begin_inset ERT
11398 status collapsed
11399
11400 \begin_layout Plain Layout
11401
11402
11403 \backslash
11404 spce 
11405 \end_layout
11406
11407 \end_inset
11408
11409 f_kl
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 </lyxtabular>
11428
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \begin_layout Standard
11435 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11436 \end_layout
11437
11438 \begin_layout Standard
11439 \align center
11440 \begin_inset Tabular
11441 <lyxtabular version="3" rows="2" columns="2">
11442 <features tabularvalignment="middle">
11443 <column alignment="center" valignment="top" width="0pt">
11444 <column alignment="center" valignment="top" width="0pt">
11445 <row>
11446 <cell alignment="center" valignment="top" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 通常の数式
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 \begin_inset Formula $A=B$
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Note Note
11474 status collapsed
11475
11476 \begin_layout Plain Layout
11477 ここで
11478 \series bold
11479
11480 \backslash
11481 raisebox
11482 \series default
11483 はスペーサーとして使用しているだけです。
11484 \end_layout
11485
11486 \end_inset
11487
11488
11489 \begin_inset Formula $\raisebox{5mm}{}$
11490 \end_inset
11491
11492 空白なしの数式
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 \begin_inset Formula $A{=}B$
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 </lyxtabular>
11511
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \noindent
11519 二行目の数式を作るコマンドは、
11520 \series bold
11521 A
11522 \backslash
11523 {=
11524 \begin_inset Formula $\to$
11525 \end_inset
11526
11527 B
11528 \series default
11529 です。
11530 \end_layout
11531
11532 \begin_layout Standard
11533 \begin_inset VSpace bigskip
11534 \end_inset
11535
11536 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11537 整形\SpecialChar \menuseparator
11538 小空白メニュー(短
11539 絡キー
11540 \begin_inset Info
11541 type  "shortcut"
11542 arg   "space-insert thin"
11543 \end_inset
11544
11545 )で、最小の空白を挿入することができます。
11546 \end_layout
11547
11548 \begin_layout Standard
11549 違いを示す例を以下に掲げます。
11550 \end_layout
11551
11552 \begin_layout Standard
11553 \begin_inset Tabular
11554 <lyxtabular version="3" rows="2" columns="2">
11555 <features tabularvalignment="middle">
11556 <column alignment="left" valignment="top" width="0">
11557 <column alignment="left" valignment="top" width="0">
11558 <row>
11559 <cell alignment="center" valignment="top" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 24 kW
11564 \begin_inset Formula $\cdot$
11565 \end_inset
11566
11567 h
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 値と単位のあいだに通常の空白を入れた例
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 </row>
11582 <row>
11583 <cell alignment="center" valignment="top" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 24
11588 \begin_inset space \thinspace{}
11589 \end_inset
11590
11591 kW
11592 \begin_inset Formula $\cdot$
11593 \end_inset
11594
11595 h
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 値と単位のあいだに最小の空白を入れた例
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 </lyxtabular>
11611
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \begin_layout Subsection
11618 可変長の空白
11619 \begin_inset ERT
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623
11624
11625 \backslash
11626 texorpdfstring{
11627 \end_layout
11628
11629 \end_inset
11630
11631
11632 \begin_inset Foot
11633 status collapsed
11634
11635 \begin_layout Plain Layout
11636 数式中の垂直方向の空白については、第
11637 \begin_inset CommandInset ref
11638 LatexCommand ref
11639 reference "sub:行間"
11640
11641 \end_inset
11642
11643 節をご覧下さい。
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \begin_inset ERT
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653
11654 }{}
11655 \end_layout
11656
11657 \end_inset
11658
11659
11660 \begin_inset Note Note
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664
11665 \backslash
11666 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11667 \end_layout
11668
11669 \begin_layout Plain Layout
11670
11671 \backslash
11672 texorpdfstringについての詳細は、第
11673 \begin_inset CommandInset ref
11674 LatexCommand ref
11675 reference "sub:節見出し中の数式"
11676
11677 \end_inset
11678
11679 節にあります。
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \begin_inset CommandInset label
11686 LatexCommand label
11687 name "sub:可変長の空白"
11688
11689 \end_inset
11690
11691
11692 \begin_inset Index idx
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Standard
11705 指定した長さの空白が、
11706 \series bold
11707
11708 \backslash
11709 hspace
11710 \series default
11711
11712 \begin_inset Index idx
11713 status collapsed
11714
11715 \begin_layout Plain Layout
11716 こまんど@コマンド ! H ! 
11717 \backslash
11718 hspace
11719 \end_layout
11720
11721 \end_inset
11722
11723 コマンドで入力することができます。すると、ながい「
11724 \color blue
11725
11726 \begin_inset ERT
11727 status collapsed
11728
11729 \begin_layout Plain Layout
11730
11731
11732 \backslash
11733 spce 
11734 \end_layout
11735
11736 \end_inset
11737
11738
11739 \color inherit
11740 」が現れます。長さは、「
11741 \color blue
11742
11743 \begin_inset ERT
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747
11748
11749 \backslash
11750 spce 
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \color inherit
11757 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11758 \series bold
11759
11760 \backslash
11761 hfill
11762 \series default
11763
11764 \begin_inset Index idx
11765 status collapsed
11766
11767 \begin_layout Plain Layout
11768 こまんど@コマンド ! H ! 
11769 \backslash
11770 hfill
11771 \end_layout
11772
11773 \end_inset
11774
11775 コマンドを使用します。
11776 \end_layout
11777
11778 \begin_layout Standard
11779 \begin_inset VSpace -1mm
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 \align center
11787 \begin_inset Tabular
11788 <lyxtabular version="3" rows="4" columns="2">
11789 <features tabularvalignment="middle">
11790 <column alignment="center" valignment="top" width="0">
11791 <column alignment="center" valignment="top" width="0">
11792 <row>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 コマンド(
11798 \backslash
11799 hspace 長さ)
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 出力
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 <row>
11815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 A=B
11820 \backslash
11821 hspace
11822 \begin_inset ERT
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826
11827
11828 \backslash
11829 spce 
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \begin_inset Formula $\to$
11836 \end_inset
11837
11838 A
11839 \backslash
11840 not=C (3
11841 \begin_inset space \thinspace{}
11842 \end_inset
11843
11844 cm)
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
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 A
11868 \backslash
11869 hspace
11870 \begin_inset ERT
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874
11875
11876 \backslash
11877 spce 
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \begin_inset Formula $\to$
11884 \end_inset
11885
11886 A
11887 \backslash
11888 not=A (-1
11889 \begin_inset space \thinspace{}
11890 \end_inset
11891
11892 mm)
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 </row>
11910 <row>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 A=A
11916 \backslash
11917 hfill
11918 \begin_inset ERT
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922
11923
11924 \backslash
11925 spce 
11926 \end_layout
11927
11928 \end_inset
11929
11930 B=B
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 \begin_inset Formula $A=A\hfill B=B$
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 </lyxtabular>
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11957 \series bold
11958
11959 \backslash
11960 hfill
11961 \series default
11962 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11963 \series bold
11964
11965 \backslash
11966 hfill
11967 \series default
11968 は、別行建て数式中では、
11969 \series bold
11970 行頭下げ
11971 \series default
11972 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11973 \begin_inset CommandInset ref
11974 LatexCommand ref
11975 reference "sec:数式様式"
11976
11977 \end_inset
11978
11979 節で説明されています)。
11980 \end_layout
11981
11982 \begin_layout Standard
11983
11984 \series bold
11985
11986 \backslash
11987 hfill
11988 \series default
11989 の他にも、空白を模様で埋める
11990 \series bold
11991
11992 \backslash
11993 dotfill
11994 \series default
11995
11996 \series bold
11997
11998 \backslash
11999 hrulefill
12000 \series default
12001 といったコマンドがあります。用例については第
12002 \begin_inset CommandInset ref
12003 LatexCommand ref
12004 reference "sub:省略符号"
12005
12006 \end_inset
12007
12008 節をご参照下さい。
12009 \end_layout
12010
12011 \begin_layout Standard
12012 本文中では、可変長空白は、
12013 \family sans
12014 挿入\SpecialChar \menuseparator
12015 整形\SpecialChar \menuseparator
12016 水平方向の空白
12017 \family default
12018 メニューで挿入することができます。
12019 \end_layout
12020
12021 \begin_layout Standard
12022 (例)
12023 \end_layout
12024
12025 \begin_layout Standard
12026 この行には、
12027 \begin_inset space \hspace{}
12028 \length 2cm
12029 \end_inset
12030
12031 2
12032 \begin_inset space \thinspace{}
12033 \end_inset
12034
12035 cmの空白が入っています。
12036 \end_layout
12037
12038 \begin_layout Standard
12039 この行には、
12040 \begin_inset space \hfill{}
12041 \end_inset
12042
12043 最大の空白が入っています。
12044 \end_layout
12045
12046 \begin_layout Subsection
12047 行内数式周りの空白
12048 \begin_inset Index idx
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \begin_layout Standard
12061 行内数式前後の空白は、長さ
12062 \series bold
12063
12064 \backslash
12065 mathsurround
12066 \begin_inset Index idx
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 こまんど@コマンド ! M ! 
12071 \backslash
12072 mathsurround
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \series default
12079 を使って調節することができます。長さの値は、以下の書式を持つ
12080 \series bold
12081
12082 \backslash
12083 setlength
12084 \begin_inset Index idx
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 こまんど@コマンド ! S ! 
12089 \backslash
12090 setlength
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \series default
12097 コマンドを使って設定することができます。
12098 \end_layout
12099
12100 \begin_layout Standard
12101
12102 \series bold
12103
12104 \backslash
12105 setlength{長さ名}{値}
12106 \end_layout
12107
12108 \begin_layout Standard
12109
12110 \series bold
12111
12112 \backslash
12113 mathsurround
12114 \series default
12115 を5
12116 \begin_inset space \thinspace{}
12117 \end_inset
12118
12119 mmの値に設定するには、以下のコマンド
12120 \end_layout
12121
12122 \begin_layout Standard
12123
12124 \series bold
12125
12126 \backslash
12127 setlength{
12128 \backslash
12129 mathsurround}{5mm}
12130 \end_layout
12131
12132 \begin_layout Standard
12133 をTeXモードで挿入します。すると、5
12134 \begin_inset space \thinspace{}
12135 \end_inset
12136
12137 mmの空白がすべての行内数式の前後に設定されることになります。
12138 \begin_inset ERT
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142
12143
12144 \backslash
12145 setlength{
12146 \backslash
12147 mathsurround}{5mm}
12148 \end_layout
12149
12150 \end_inset
12151
12152
12153 \end_layout
12154
12155 \begin_layout Standard
12156 この行には、周囲に5
12157 \begin_inset space \thinspace{}
12158 \end_inset
12159
12160 mmの余白を設定した行内数式
12161 \begin_inset Formula $A=B$
12162 \end_inset
12163
12164 があります。
12165 \begin_inset ERT
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169
12170
12171 \backslash
12172 setlength{
12173 \backslash
12174 mathsurround}{0pt}
12175 \end_layout
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 既定値に戻すには、
12184 \series bold
12185
12186 \backslash
12187 mathsurround
12188 \series default
12189 を0
12190 \begin_inset space \thinspace{}
12191 \end_inset
12192
12193 ptの値に戻して下さい。
12194 \end_layout
12195
12196 \begin_layout Section
12197 ボックスと枠
12198 \begin_inset Index idx
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202 ぼっくす@ボックス
12203 \end_layout
12204
12205 \end_inset
12206
12207
12208 \begin_inset Index idx
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212 わく@枠 | see
12213 \begin_inset ERT
12214 status collapsed
12215
12216 \begin_layout Plain Layout
12217
12218 {
12219 \end_layout
12220
12221 \end_inset
12222
12223 ボックス
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229 }
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \end_layout
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243 本文中のボックスについては、取扱説明書
12244 \family typewriter
12245 埋め込みオブジェクト篇
12246 \family default
12247
12248 \family typewriter
12249 Boxes
12250 \family default
12251 の章に述べられています。
12252 \end_layout
12253
12254 \begin_layout Subsection
12255 縁付きボックス
12256 \begin_inset CommandInset label
12257 LatexCommand label
12258 name "sub:縁付きボックス"
12259
12260 \end_inset
12261
12262
12263 \begin_inset Index idx
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267 ぼっくす@ボックス ! ふちつき@縁付き
12268 \end_layout
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276
12277 \series bold
12278
12279 \backslash
12280 fbox
12281 \series default
12282
12283 \begin_inset Index idx
12284 status collapsed
12285
12286 \begin_layout Plain Layout
12287 こまんど@コマンド ! F ! 
12288 \backslash
12289 fbox
12290 \end_layout
12291
12292 \end_inset
12293
12294 コマンドや
12295 \series bold
12296
12297 \backslash
12298 boxed
12299 \series default
12300
12301 \begin_inset Index idx
12302 status collapsed
12303
12304 \begin_layout Plain Layout
12305 こまんど@コマンド ! B ! 
12306 \backslash
12307 boxed
12308 \end_layout
12309
12310 \end_inset
12311
12312 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12313 \end_layout
12314
12315 \begin_layout Standard
12316 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12317 \series bold
12318
12319 \backslash
12320 fbox
12321 \series default
12322 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12323 \family sans
12324 Ctrl+M
12325 \family default
12326 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12327 \series bold
12328
12329 \backslash
12330 boxed
12331 \series default
12332 を使った場合には、新しい数式が自動的に枠内に作られます。
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338
12339 \backslash
12340 fbox
12341 \series default
12342 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12343 \series bold
12344
12345 \backslash
12346 boxed
12347 \series default
12348 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12349 \end_layout
12350
12351 \begin_layout Standard
12352
12353 \series bold
12354
12355 \backslash
12356 fbox
12357 \series default
12358 の拡張として、枠幅と配置も指定することができる
12359 \series bold
12360
12361 \backslash
12362 framebox
12363 \series default
12364
12365 \begin_inset Index idx
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 こまんど@コマンド ! F ! 
12370 \backslash
12371 framebox
12372 \end_layout
12373
12374 \end_inset
12375
12376 コマンドがあります。
12377 \series bold
12378
12379 \backslash
12380 framebox
12381 \series default
12382 は、以下の書式を持ちます。
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 framebox[枠幅][位置]{ボックスの内容}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 「位置」は、
12395 \emph on
12396 l
12397 \emph default
12398
12399 \emph on
12400 r
12401 \emph default
12402 の値をとります。
12403 \emph on
12404 l
12405 \emph default
12406 は、ボックス中で数式を左寄せ、
12407 \emph on
12408 r
12409 \emph default
12410 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12411 \begin_inset Newline newline
12412 \end_inset
12413
12414 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12415 \series bold
12416
12417 \backslash
12418 fbox
12419 \series default
12420 と同様、枠幅がボックスの内容に応じて調節されるのです。
12421 \end_layout
12422
12423 \begin_layout Standard
12424
12425 \series bold
12426
12427 \backslash
12428 framebox
12429 \series default
12430 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12431 \series bold
12432
12433 \backslash
12434 fbox
12435 \series default
12436 同様、数式の断片を入れるためのものです。
12437 \end_layout
12438
12439 \begin_layout Standard
12440 \align center
12441 \begin_inset Tabular
12442 <lyxtabular version="3" rows="5" columns="2">
12443 <features tabularvalignment="middle">
12444 <column alignment="center" valignment="top" width="0">
12445 <column alignment="center" valignment="top" width="0">
12446 <row>
12447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 コマンド
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 出力
12461 \begin_inset Note Note
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465 ここで
12466 \series bold
12467
12468 \backslash
12469 raisebox
12470 \series default
12471 はスペーサーとして使用しているだけです。
12472 \end_layout
12473
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 </row>
12482 <row>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487
12488 \backslash
12489 fbox
12490 \begin_inset ERT
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494
12495
12496 \backslash
12497 spce 
12498 \end_layout
12499
12500 \end_inset
12501
12502
12503 \family sans
12504 Ctrl+M
12505 \family default
12506  
12507 \backslash
12508 int
12509 \begin_inset ERT
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513
12514
12515 \backslash
12516 spce 
12517 \end_layout
12518
12519 \end_inset
12520
12521 A=B
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12531 \end_inset
12532
12533
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 </row>
12539 <row>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \backslash
12546 boxed
12547 \begin_inset ERT
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551
12552
12553 \backslash
12554 spce 
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \backslash
12561 int
12562 \begin_inset ERT
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566
12567
12568 \backslash
12569 spce 
12570 \end_layout
12571
12572 \end_inset
12573
12574 A=B
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12584 \end_inset
12585
12586
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 A+
12598 \backslash
12599 fbox
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604
12605
12606 \backslash
12607 spce 
12608 \end_layout
12609
12610 \end_inset
12611
12612 B
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635
12636 \backslash
12637 framebox
12638 \begin_inset ERT
12639 status collapsed
12640
12641 \begin_layout Plain Layout
12642
12643
12644 \backslash
12645 spce 
12646 \end_layout
12647
12648 \end_inset
12649
12650 20mm
12651 \begin_inset Formula $\to$
12652 \end_inset
12653
12654
12655 \begin_inset Formula $\to$
12656 \end_inset
12657
12658
12659 \family sans
12660 Ctrl+M
12661 \family default
12662  
12663 \backslash
12664 frac
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670
12671 \backslash
12672 spce 
12673 \end_layout
12674
12675 \end_inset
12676
12677 A
12678 \begin_inset Formula $\downarrow$
12679 \end_inset
12680
12681 B
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 \begin_inset Formula $\raisebox{6mm}{}$
12691 \end_inset
12692
12693
12694 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12695 \end_inset
12696
12697
12698 \begin_inset Formula $\raisebox{-4mm}{}$
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 </lyxtabular>
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12716 \end_layout
12717
12718 \begin_layout Standard
12719
12720 \series bold
12721
12722 \backslash
12723 fboxrule
12724 \series default
12725  
12726 \series bold
12727
12728 \begin_inset Quotes eld
12729 \end_inset
12730
12731 厚み
12732 \begin_inset Quotes erd
12733 \end_inset
12734
12735
12736 \series default
12737  
12738 \series bold
12739
12740 \backslash
12741 fboxsep
12742 \series default
12743  
12744 \series bold
12745
12746 \begin_inset Quotes eld
12747 \end_inset
12748
12749 距離
12750 \begin_inset Quotes erd
12751 \end_inset
12752
12753
12754 \end_layout
12755
12756 \begin_layout Standard
12757 \begin_inset Quotes eld
12758 \end_inset
12759
12760 距離
12761 \begin_inset Quotes erd
12762 \end_inset
12763
12764 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 fboxrule 2mm 
12773 \backslash
12774 fboxsep 3mm
12775 \end_layout
12776
12777 \end_inset
12778
12779
12780 \begin_inset Formula \[
12781 \boxed{A+B=C}\]
12782
12783 \end_inset
12784
12785 この数式の直前には、
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 2mm
12798 \series default
12799  
12800 \series bold
12801
12802 \backslash
12803 fboxsep
12804 \series default
12805  
12806 \series bold
12807 3mm
12808 \end_layout
12809
12810 \begin_layout Standard
12811 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12812 \end_layout
12813
12814 \begin_layout Standard
12815 標準の枠寸法に戻すには、
12816 \end_layout
12817
12818 \begin_layout Standard
12819
12820 \series bold
12821
12822 \backslash
12823 fboxrule
12824 \series default
12825  
12826 \series bold
12827 0.4pt
12828 \series default
12829  
12830 \series bold
12831
12832 \backslash
12833 fboxsep
12834 \series default
12835  
12836 \series bold
12837 3pt
12838 \series default
12839
12840 \begin_inset ERT
12841 status collapsed
12842
12843 \begin_layout Plain Layout
12844
12845
12846 \backslash
12847 fboxrule 0.4pt 
12848 \backslash
12849 fboxsep 3pt
12850 \end_layout
12851
12852 \end_inset
12853
12854
12855 \end_layout
12856
12857 \begin_layout Standard
12858 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12859 \end_layout
12860
12861 \begin_layout Subsection
12862 縁なしボックス
12863 \begin_inset CommandInset label
12864 LatexCommand label
12865 name "sub:枠なしボックス"
12866
12867 \end_inset
12868
12869
12870 \begin_inset Index idx
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874 ぼっくす@ボックス ! わくなし@枠なし
12875 \end_layout
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \begin_layout Standard
12883 縁のないボックスを作るには、
12884 \series bold
12885
12886 \backslash
12887 mbox
12888 \series default
12889
12890 \begin_inset Index idx
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894 こまんど@コマンド ! M ! 
12895 \backslash
12896 mbox
12897 \end_layout
12898
12899 \end_inset
12900
12901
12902 \series bold
12903
12904 \backslash
12905 makebox
12906 \series default
12907
12908 \begin_inset Index idx
12909 status collapsed
12910
12911 \begin_layout Plain Layout
12912 こまんど@コマンド ! M ! 
12913 \backslash
12914 makebox
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \series bold
12921
12922 \backslash
12923 raisebox
12924 \series default
12925
12926 \begin_inset Index idx
12927 status collapsed
12928
12929 \begin_layout Plain Layout
12930 こまんど@コマンド ! R ! 
12931 \backslash
12932 raisebox
12933 \end_layout
12934
12935 \end_inset
12936
12937 の三つのコマンドがあります。
12938 \end_layout
12939
12940 \begin_layout Standard
12941
12942 \series bold
12943
12944 \backslash
12945 raisebox
12946 \series default
12947 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12948 \series bold
12949
12950 \backslash
12951 raisebox
12952 \series default
12953 は、以下の書式で用いられます。
12954 \end_layout
12955
12956 \begin_layout Standard
12957
12958 \series bold
12959
12960 \backslash
12961 raisebox{高さ}{ボックスの内容}
12962 \end_layout
12963
12964 \begin_layout Standard
12965
12966 \series bold
12967
12968 \backslash
12969 fbox
12970 \series default
12971 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12972 \begin_inset Note Greyedout
12973 status open
12974
12975 \begin_layout Plain Layout
12976
12977 \series bold
12978 (註)
12979 \series default
12980 下の最後の
12981 \series bold
12982
12983 \backslash
12984 raisebox
12985 \series default
12986 のところで、
12987 \family sans
12988 Ctrl+M
12989 \family default
12990 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12991 \series bold
12992
12993 \backslash
12994 raisebox
12995 \series default
12996 を直接サポートしていないためです。
12997 \end_layout
12998
12999 \end_inset
13000
13001
13002 \end_layout
13003
13004 \begin_layout Standard
13005 \align center
13006 \begin_inset Tabular
13007 <lyxtabular version="3" rows="4" columns="2">
13008 <features tabularvalignment="middle">
13009 <column alignment="center" valignment="top" width="0">
13010 <column alignment="center" valignment="top" width="0">
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 コマンド
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 出力
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 <row>
13032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 H
13037 \backslash
13038 raisebox{2mm
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042
13043 \backslash
13044 {al
13045 \begin_inset Formula $\to$
13046 \end_inset
13047
13048  lo
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 </row>
13066 <row>
13067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 H
13072 \backslash
13073 raisebox{-2mm
13074 \begin_inset Formula $\to$
13075 \end_inset
13076
13077
13078 \backslash
13079 {al
13080 \begin_inset Formula $\to$
13081 \end_inset
13082
13083 lo
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 </row>
13101 <row>
13102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 A=
13107 \backslash
13108 raisebox{-2mm
13109 \begin_inset Formula $\to$
13110 \end_inset
13111
13112
13113 \backslash
13114 {
13115 \family sans
13116 Ctrl+M Ctrl+M
13117 \family default
13118  
13119 \backslash
13120 sqrt
13121 \begin_inset ERT
13122 status collapsed
13123
13124 \begin_layout Plain Layout
13125
13126
13127 \backslash
13128 spce 
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 </lyxtabular>
13152
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 縁がないことを除けば、
13160 \series bold
13161
13162 \backslash
13163 mbox
13164 \series default
13165 コマンドは
13166 \series bold
13167
13168 \backslash
13169 fbox
13170 \series default
13171 と同じであり、
13172 \series bold
13173
13174 \backslash
13175 makebox
13176 \series default
13177
13178 \series bold
13179
13180 \backslash
13181 framebox
13182 \series default
13183 と同じです。
13184 \end_layout
13185
13186 \begin_layout Subsection
13187 色付きボックス
13188 \begin_inset CommandInset label
13189 LatexCommand label
13190 name "sub:色付きボックス"
13191
13192 \end_inset
13193
13194
13195 \begin_inset Index idx
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199 ぼっくす@ボックス ! いろつき@色付き
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13209 \end_layout
13210
13211 \begin_layout Standard
13212
13213 \series bold
13214
13215 \backslash
13216 usepackage{color}
13217 \end_layout
13218
13219 \begin_layout Standard
13220 という行
13221 \begin_inset Foot
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13226 \series bold
13227 color
13228 \series default
13229 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \begin_inset Note Note
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13240 \end_layout
13241
13242 \end_inset
13243
13244 を書き加えて、LaTeXパッケージの
13245 \series bold
13246 color
13247 \series default
13248
13249 \begin_inset Foot
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253 LaTeXパッケージ
13254 \series bold
13255 color
13256 \series default
13257 は、すべての標準的なLaTeX頒布版に含まれています。
13258 \end_layout
13259
13260 \end_inset
13261
13262
13263 \begin_inset Index idx
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 ぱっけーじ@パッケージ ! color
13268 \end_layout
13269
13270 \end_inset
13271
13272 を読み込む必要があります。
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset VSpace medskip
13277 \end_inset
13278
13279 ボックスに色を付けるには、
13280 \series bold
13281
13282 \backslash
13283 colorbox
13284 \series default
13285
13286 \begin_inset Index idx
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290 こまんど@コマンド ! C ! 
13291 \backslash
13292 colorbox
13293 \end_layout
13294
13295 \end_inset
13296
13297 コマンドを以下の書式で使用します。
13298 \end_layout
13299
13300 \begin_layout Standard
13301
13302 \series bold
13303
13304 \backslash
13305 colorbox{色}{ボックスの内容}
13306 \end_layout
13307
13308 \begin_layout Standard
13309 ボックスの内容には、別のボックスが含まれても構いませんし、
13310 \series bold
13311
13312 \backslash
13313 colorbox
13314 \series default
13315 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13316 \series bold
13317
13318 \backslash
13319 raisebox
13320 \series default
13321 と同様、明示的に数式を作らなくてはなりません
13322 \begin_inset Foot
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 これは、
13327 \series bold
13328
13329 \backslash
13330 fcolorbox
13331 \series default
13332 コマンドにも当てはまります。
13333 \end_layout
13334
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 選択できる定義済みの色としては、
13342 \end_layout
13343
13344 \begin_layout Standard
13345
13346 \series bold
13347 black
13348 \series default
13349 (黒)・
13350 \series bold
13351 blue
13352 \series default
13353 (青)・
13354 \series bold
13355 cyan
13356 \series default
13357 (シアン)・
13358 \series bold
13359 green
13360 \series default
13361 (緑)・
13362 \series bold
13363 magenta
13364 \series default
13365 (マゼンタ)・
13366 \series bold
13367 red
13368 \series default
13369 (赤)・
13370 \series bold
13371 white
13372 \series default
13373 (白)・
13374 \series bold
13375 yellow
13376 \series default
13377 (黄)
13378 \end_layout
13379
13380 \begin_layout Standard
13381 があります。
13382 \end_layout
13383
13384 \begin_layout Standard
13385 \align center
13386 \begin_inset Tabular
13387 <lyxtabular version="3" rows="4" columns="2">
13388 <features tabularvalignment="middle">
13389 <column alignment="center" valignment="top" width="0">
13390 <column alignment="center" valignment="top" width="0">
13391 <row>
13392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 コマンド
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 出力
13406 \begin_inset Note Note
13407 status collapsed
13408
13409 \begin_layout Plain Layout
13410 ここで
13411 \series bold
13412
13413 \backslash
13414 raisebox
13415 \series default
13416 はスペーサーとして使用しているだけです。
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432
13433 \backslash
13434 colorbox{yellow
13435 \begin_inset Formula $\to$
13436 \end_inset
13437
13438
13439 \backslash
13440 {A=B
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463
13464 \backslash
13465 colorbox{green
13466 \begin_inset Formula $\to$
13467 \end_inset
13468
13469
13470 \backslash
13471 {
13472 \backslash
13473 fbox
13474 \begin_inset ERT
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478
13479
13480 \backslash
13481 spce 
13482 \end_layout
13483
13484 \end_inset
13485
13486 A=B
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 <row>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509
13510 \backslash
13511 fbox
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Plain Layout
13516
13517
13518 \backslash
13519 spce 
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \backslash
13526 colorbox{green
13527 \begin_inset Formula $\to$
13528 \end_inset
13529
13530
13531 \backslash
13532 {
13533 \family sans
13534 Ctrl+M
13535 \family default
13536  
13537 \family sans
13538 Ctrl+M
13539 \family default
13540  
13541 \backslash
13542 int
13543 \begin_inset ERT
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547
13548
13549 \backslash
13550 spce 
13551 \end_layout
13552
13553 \end_inset
13554
13555 C=D
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 </row>
13573 </lyxtabular>
13574
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \begin_layout Standard
13581
13582 \series bold
13583
13584 \backslash
13585 colorbox
13586 \series default
13587 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13588 \family sans
13589 文字様式
13590 \family default
13591 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13592 \begin_inset Graphics
13593         filename ../../images/dialog-show_character.png
13594         scale 85
13595
13596 \end_inset
13597
13598
13599 \family sans
13600 編集\SpecialChar \menuseparator
13601 文字様式\SpecialChar \menuseparator
13602 任意設定
13603 \family default
13604 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13605
13606 \end_layout
13607
13608 \begin_layout Standard
13609 たとえば、
13610 \end_layout
13611
13612 \begin_layout Standard
13613
13614 \color red
13615 \begin_inset Formula \begin{equation}
13616 \int A=B\label{eq:red}\end{equation}
13617
13618 \end_inset
13619
13620
13621 \color green
13622
13623 \begin_inset Formula \begin{equation}
13624 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13625
13626 \end_inset
13627
13628
13629 \end_layout
13630
13631 \begin_layout Standard
13632 数式
13633 \begin_inset CommandInset ref
13634 LatexCommand eqref
13635 reference "eq:red"
13636
13637 \end_inset
13638
13639 は、全体が赤色です。
13640 \begin_inset Newline newline
13641 \end_inset
13642
13643 数式
13644 \begin_inset CommandInset ref
13645 LatexCommand eqref
13646 reference "eq:redgreen"
13647
13648 \end_inset
13649
13650 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13651 \end_layout
13652
13653 \begin_layout Standard
13654 \begin_inset VSpace bigskip
13655 \end_inset
13656
13657 ボックスの縁だけ別の色にするには、
13658 \series bold
13659
13660 \backslash
13661 fcolorbox
13662 \series default
13663
13664 \begin_inset Index idx
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668 こまんど@コマンド ! F ! 
13669 \backslash
13670 fcolorbox
13671 \end_layout
13672
13673 \end_inset
13674
13675 コマンドを以下の書式で使用します。
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681
13682 \backslash
13683 fcolorbox{縁の色}{色}{ボックスの内容}
13684 \end_layout
13685
13686 \begin_layout Standard
13687 つまり、
13688 \series bold
13689
13690 \backslash
13691 fcolorbox
13692 \series default
13693
13694 \series bold
13695
13696 \backslash
13697 colorbox
13698 \series default
13699 コマンドの拡張です。
13700 \series bold
13701
13702 \backslash
13703 frameboxと同様に、縁の厚みは
13704 \backslash
13705 fboxrule
13706 \series default
13707
13708 \series bold
13709
13710 \backslash
13711 fboxsep
13712 \series default
13713 で設定します。たとえば、
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719
13720 \backslash
13721 fboxrule 1mm 
13722 \backslash
13723 fboxsep 1mm
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \begin_inset Formula \[
13730 \fcolorbox{cyan}{magenta}{A=B}\]
13731
13732 \end_inset
13733
13734
13735 \begin_inset ERT
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739
13740
13741 \backslash
13742 fboxrule 0.4pt 
13743 \backslash
13744 fboxsep 3pt
13745 \end_layout
13746
13747 \end_inset
13748
13749 のようにします。
13750 \end_layout
13751
13752 \begin_layout Standard
13753 上記の数式は、以下のコマンドで作成されています。
13754 \begin_inset Newline newline
13755 \end_inset
13756
13757
13758 \series bold
13759
13760 \backslash
13761 fcolorbox{cyan
13762 \begin_inset Formula $\to$
13763 \end_inset
13764
13765
13766 \backslash
13767 {magenta
13768 \begin_inset Formula $\to$
13769 \end_inset
13770
13771
13772 \backslash
13773 {A=B
13774 \series default
13775 .
13776 \end_layout
13777
13778 \begin_layout Standard
13779 \begin_inset VSpace bigskip
13780 \end_inset
13781
13782 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13783 \end_layout
13784
13785 \begin_layout Standard
13786 たとえば、「
13787 \series bold
13788 darkgreen
13789 \series default
13790 」という色を定義するには、LaTeXプリアンブルに
13791 \end_layout
13792
13793 \begin_layout Standard
13794
13795 \series bold
13796
13797 \backslash
13798 definecolor{darkgreen}{cmyk}{0.5,
13799 \series default
13800  
13801 \series bold
13802 0,
13803 \series default
13804  
13805 \series bold
13806 1,
13807 \series default
13808  
13809 \series bold
13810 0.5}
13811 \series default
13812
13813 \begin_inset Index idx
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817 こまんど@コマンド ! D ! 
13818 \backslash
13819 definecolor
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \begin_layout Standard
13828 という行を書き加えます。
13829 \end_layout
13830
13831 \begin_layout Standard
13832
13833 \series bold
13834 cmyk
13835 \series default
13836 とは、
13837 \series bold
13838 cyan
13839 \series default
13840 (シアン)・
13841 \series bold
13842 magenta
13843 \series default
13844 (マゼンタ)・
13845 \series bold
13846 yellow
13847 \series default
13848 (黄)・
13849 \series bold
13850 black
13851 \series default
13852 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13853 \begin_inset space \thinspace{}
13854 \end_inset
13855
13856 -
13857 \begin_inset space \thinspace{}
13858 \end_inset
13859
13860 1の範囲をとることができます。定義には、
13861 \series bold
13862 cmyk
13863 \series default
13864 の他に、
13865 \series bold
13866 rgb
13867 \series default
13868 という色空間を使うこともできます。
13869 \series bold
13870 rgb
13871 \series default
13872 とは、
13873 \series bold
13874 red
13875 \series default
13876 (赤)・
13877 \series bold
13878 green
13879 \series default
13880 (緑)・
13881 \series bold
13882 blue
13883 \series default
13884 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13885 \series bold
13886 gray
13887 \series default
13888 という色空間もあります。
13889 \end_layout
13890
13891 \begin_layout Standard
13892 例として、文字が
13893 \series bold
13894 yellow
13895 \series default
13896 に色付けされ、新しく定義した
13897 \series bold
13898 darkgreen
13899 \series default
13900 という色を持つ縁付きボックスを挙げておきます。
13901 \begin_inset Formula \begin{equation}
13902 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Standard
13910
13911 \series bold
13912
13913 \backslash
13914 textcolor
13915 \series default
13916 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13917 \begin_inset Index idx
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 てきすと@テキスト ! いろつき@色付き
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 textcolor{darkgreen}{
13938 \end_layout
13939
13940 \end_inset
13941
13942 この文は「darkgreen」です。
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948 }
13949 \end_layout
13950
13951 \end_inset
13952
13953
13954 \end_layout
13955
13956 \begin_layout Standard
13957
13958 \series bold
13959
13960 \backslash
13961 textcolor
13962 \series default
13963
13964 \begin_inset Index idx
13965 status collapsed
13966
13967 \begin_layout Plain Layout
13968 こまんど@コマンド ! T ! 
13969 \backslash
13970 textcolor
13971 \end_layout
13972
13973 \end_inset
13974
13975 は、
13976 \series bold
13977
13978 \backslash
13979 textcolor{色}{色付けをする文}
13980 \series default
13981 という書式で使用することができます。
13982 \end_layout
13983
13984 \begin_layout Subsection
13985 段落ボックス
13986 \begin_inset CommandInset label
13987 LatexCommand label
13988 name "sub:段落ボックス"
13989
13990 \end_inset
13991
13992
13993 \begin_inset Index idx
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997 ぼっくす@ボックス ! だんらく@段落
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \begin_inset Index idx
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007 ぼっくす@ボックス ! parbox|see
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013 {
14014 \end_layout
14015
14016 \end_inset
14017
14018 ボックス ! 段落ボックス
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024 }
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Standard
14038 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14039 \family sans
14040 挿入\SpecialChar \menuseparator
14041 ボックス
14042 \family default
14043 メニューかツールバーボタン
14044 \begin_inset Graphics
14045         filename ../../images/box-insert.png
14046         scale 85
14047
14048 \end_inset
14049
14050 で作成することができます。
14051 \end_layout
14052
14053 \begin_layout Standard
14054 以下の例は、行中の縁付きparboxを示したものです。
14055 \end_layout
14056
14057 \begin_layout Standard
14058 \begin_inset VSpace medskip
14059 \end_inset
14060
14061 この行は、
14062 \begin_inset Box Boxed
14063 position "c"
14064 hor_pos "c"
14065 has_inner_box 1
14066 inner_pos "t"
14067 use_parbox 1
14068 use_makebox 0
14069 width "5cm"
14070 special "none"
14071 height "1in"
14072 height_special "totalheight"
14073 status open
14074
14075 \begin_layout Plain Layout
14076 これは段落ボックスです。これはちょうど5
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 cmの幅になっており、以下のように数式を含めることもできます。
14081 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \end_inset
14088
14089 parboxの入った行です。
14090 \end_layout
14091
14092 \begin_layout Standard
14093 \begin_inset VSpace medskip
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14101 \emph on
14102 装飾
14103 \emph default
14104 :簡素な長方形の箱型、
14105 \emph on
14106 内部ボックス
14107 \emph default
14108 :parboxコマンド、
14109 \emph on
14110
14111 \emph default
14112 :5
14113 \begin_inset space \thinspace{}
14114 \end_inset
14115
14116 cm、
14117 \emph on
14118 垂直ボックス配置
14119 \emph default
14120 :中央、に設定されています。
14121 \end_layout
14122
14123 \begin_layout Standard
14124 \begin_inset VSpace medskip
14125 \end_inset
14126
14127 LaTeXでは、parboxは、以下の書式を持つ
14128 \series bold
14129
14130 \backslash
14131 parbox
14132 \series default
14133
14134 \begin_inset Index idx
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138 こまんど@コマンド ! P ! 
14139 \backslash
14140 parbox
14141 \end_layout
14142
14143 \end_inset
14144
14145 コマンドによって作られます。
14146 \end_layout
14147
14148 \begin_layout Standard
14149
14150 \series bold
14151
14152 \backslash
14153 parbox[位置]{幅}{ボックスの内容}
14154 \end_layout
14155
14156 \begin_layout Standard
14157 「位置」は、
14158 \emph on
14159 b
14160 \emph default
14161
14162 \emph on
14163 t
14164 \emph default
14165 の値をとることができます。下揃えを意味する
14166 \emph on
14167 b
14168 \emph default
14169
14170 \bar under
14171 b
14172 \bar default
14173 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14174 \emph on
14175 t
14176 \emph default
14177
14178 \bar under
14179 t
14180 \bar default
14181 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14182 \emph on
14183 Boxes
14184 \emph default
14185 の節をご参照下さい。
14186 \end_layout
14187
14188 \begin_layout Standard
14189 \begin_inset VSpace bigskip
14190 \end_inset
14191
14192 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14193 \series bold
14194 parbox{
14195 \backslash
14196 linewidth-2
14197 \backslash
14198 fboxsep-2
14199 \backslash
14200 fboxrule}{
14201 \series default
14202 というコマンドを挿入します。ここで
14203 \series bold
14204
14205 \backslash
14206 linewidth
14207 \begin_inset Index idx
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211 こまんど@コマンド ! L ! 
14212 \backslash
14213 linewidth
14214 \end_layout
14215
14216 \end_inset
14217
14218
14219 \series default
14220 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14221 \begin_inset Foot
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 \begin_inset CommandInset href
14226 LatexCommand href
14227 name "LyX-bug #4483"
14228 target "http://www.lyx.org/trac/ticket/4483"
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \end_inset
14236
14237 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14238 \series bold
14239 calc
14240 \series default
14241
14242 \begin_inset Foot
14243 status collapsed
14244
14245 \begin_layout Plain Layout
14246
14247 \series bold
14248 calc
14249 \series default
14250 は、標準的LaTeX頒布版のすべてに含まれています。
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \begin_inset Index idx
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260 ぱっけーじ@パッケージ ! calc
14261 \end_layout
14262
14263 \end_inset
14264
14265 を、LaTeXプリアンブル中で
14266 \end_layout
14267
14268 \begin_layout Standard
14269
14270 \series bold
14271
14272 \backslash
14273 usepackage{calc}
14274 \end_layout
14275
14276 \begin_layout Standard
14277 のように読み込んでおく必要があります。数式の後では、TeXモードで
14278 \series bold
14279 }}
14280 \series default
14281 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14282 \begin_inset ERT
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286
14287
14288 \backslash
14289 fboxsep 5mm 
14290 \backslash
14291 fboxrule 5mm
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305
14306 \backslash
14307 fbox{
14308 \backslash
14309 parbox{
14310 \backslash
14311 linewidth-2
14312 \backslash
14313 fboxsep-2
14314 \backslash
14315 fboxrule}{
14316 \end_layout
14317
14318 \end_inset
14319
14320
14321 \begin_inset Formula \begin{equation}
14322 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14323
14324 \end_inset
14325
14326
14327 \begin_inset ERT
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331
14332 }}
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \begin_inset ERT
14339 status collapsed
14340
14341 \begin_layout Plain Layout
14342
14343
14344 \backslash
14345 fboxrule 0.4pt 
14346 \backslash
14347 fboxsep 3pt
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Standard
14356 \begin_inset VSpace medskip
14357 \end_inset
14358
14359
14360 \series bold
14361
14362 \backslash
14363 fbox
14364 \series default
14365 の引数としてparboxが使われているので、この場合には、
14366 \series bold
14367
14368 \backslash
14369 fbox
14370 \series default
14371 を使おうが
14372 \series bold
14373
14374 \backslash
14375 boxed
14376 \series default
14377 を使おうが、差は生じません。
14378 \end_layout
14379
14380 \begin_layout Standard
14381 \begin_inset VSpace bigskip
14382 \end_inset
14383
14384 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14385 \series bold
14386
14387 \backslash
14388 parbox
14389 \series default
14390
14391 \series bold
14392
14393 \backslash
14394 tag
14395 \series default
14396 コマンドといっしょに使います(
14397 \series bold
14398
14399 \backslash
14400 tag
14401 \series default
14402 についての詳細は、第
14403 \begin_inset CommandInset ref
14404 LatexCommand ref
14405 reference "sub:ユーザー定義番号"
14406
14407 \end_inset
14408
14409 節をご参照下さい)
14410 \end_layout
14411
14412 \begin_layout Standard
14413 以下は、
14414 \series bold
14415
14416 \backslash
14417 parbox
14418 \series default
14419 を使ってコメントを付けた数式の例です。
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428
14429 \backslash
14430 [5x-7b=3b
14431 \backslash
14432 tag*{
14433 \backslash
14434 parbox{5cm}{
14435 \end_layout
14436
14437 \end_inset
14438
14439 これは説明です。数式や多行数式本体からはっきりと離れています。
14440 \begin_inset ERT
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444
14445 }}
14446 \backslash
14447 ]
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Standard
14456 LyXは、まだ数式中での
14457 \series bold
14458
14459 \backslash
14460 parbox
14461 \series default
14462 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14463 \end_layout
14464
14465 \begin_layout Standard
14466 まず、
14467 \series bold
14468
14469 \backslash
14470 [5x-7b=3b
14471 \backslash
14472 tag*
14473 \backslash
14474 {
14475 \backslash
14476 parbox{5cm}{
14477 \series default
14478 というコマンドをTeXモードで挿入します
14479 \begin_inset Foot
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483
14484 \series bold
14485 行頭下げ
14486 \series default
14487 数式様式を使用している時には、
14488 \series bold
14489
14490 \backslash
14491 tag*
14492 \backslash
14493 {
14494 \series default
14495 の代わりに
14496 \series bold
14497
14498 \backslash
14499 hfill
14500 \series default
14501 を用いることもできます(数式様式に関しては、第
14502 \begin_inset CommandInset ref
14503 LatexCommand ref
14504 reference "sec:数式様式"
14505
14506 \end_inset
14507
14508 節をご参照下さい)。
14509 \end_layout
14510
14511 \end_inset
14512
14513 。それから、説明を通常のテキストとして入れ、最後に
14514 \series bold
14515 }}
14516 \backslash
14517 ]
14518 \series default
14519 をTeXモードで挿入します。ここで
14520 \series bold
14521
14522 \backslash
14523 [
14524 \series default
14525 および
14526 \series bold
14527
14528 \backslash
14529 ]
14530 \series default
14531 コマンドは別行建て数式を作るためのものです。
14532 \end_layout
14533
14534 \begin_layout Standard
14535
14536 \series bold
14537
14538 \backslash
14539 parbox
14540 \series default
14541 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14542 \begin_inset Formula \[
14543 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \begin_layout Section
14551 演算子
14552 \begin_inset Index idx
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556 えんざんし@演算子
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \begin_layout Subsection
14565 大演算子
14566 \begin_inset CommandInset label
14567 LatexCommand label
14568 name "sub:大演算子"
14569
14570 \end_inset
14571
14572
14573 \begin_inset Index idx
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577 えんざんし@演算子 ! だい@大
14578 \end_layout
14579
14580 \end_inset
14581
14582
14583 \begin_inset Index idx
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587 わ@和
14588 \end_layout
14589
14590 \end_inset
14591
14592
14593 \begin_inset Index idx
14594 status collapsed
14595
14596 \begin_layout Plain Layout
14597 せきぶんきごう@積分記号
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Standard
14606 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14607 \family sans
14608 数式オプション
14609 \family default
14610 の面にある
14611 \family sans
14612 esintパッケージを自動的に使う
14613 \family default
14614 オプションを有効にしなくてはなりません。
14615 \end_layout
14616
14617 \begin_layout Standard
14618 \begin_inset space \hfill{}
14619 \end_inset
14620
14621
14622 \begin_inset Tabular
14623 <lyxtabular version="3" rows="9" columns="2">
14624 <features tabularvalignment="middle">
14625 <column alignment="center" valignment="top" width="0pt">
14626 <column alignment="center" valignment="top" width="0pt">
14627 <row>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632 コマンド
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 出力
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 </row>
14647 <row>
14648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652
14653 \backslash
14654 sum
14655 \begin_inset Index idx
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659 こまんど@コマンド ! S ! 
14660 \backslash
14661 sum
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset Formula $\sum$
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 <row>
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689
14690 \backslash
14691 int
14692 \begin_inset Index idx
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 こまんど@コマンド ! I ! 
14697 \backslash
14698 int
14699 \end_layout
14700
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 \begin_inset Formula $\int$
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 </row>
14721 <row>
14722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726
14727 \backslash
14728 oint
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 \begin_inset Formula $\oint$
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 </row>
14746 <row>
14747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751
14752 \backslash
14753 ointctrclockwise
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 \begin_inset Formula $\ointctrclockwise$
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row>
14772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776
14777 \backslash
14778 ointclockwise
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 \begin_inset Formula $\ointclockwise$
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 </row>
14796 <row>
14797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801
14802 \backslash
14803 sqint
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812 \begin_inset Formula $\sqint$
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 </row>
14821 <row>
14822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826
14827 \backslash
14828 bigcap
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 \begin_inset Formula $\bigcap$
14838 \end_inset
14839
14840
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 </row>
14846 <row>
14847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851
14852 \backslash
14853 bigcup
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 \begin_inset Formula $\bigcup$
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 </row>
14871 </lyxtabular>
14872
14873 \end_inset
14874
14875
14876 \begin_inset space \hfill{}
14877 \end_inset
14878
14879
14880 \begin_inset Tabular
14881 <lyxtabular version="3" rows="10" columns="2">
14882 <features tabularvalignment="middle">
14883 <column alignment="center" valignment="top" width="0pt">
14884 <column alignment="center" valignment="top" width="0pt">
14885 <row>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 コマンド
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 出力
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 </row>
14905 <row>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \backslash
14912 prod
14913 \begin_inset Index idx
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917 こまんど@コマンド ! P ! 
14918 \backslash
14919 prod
14920 \end_layout
14921
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 \begin_inset Formula $\prod$
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 </row>
14942 <row>
14943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947
14948 \backslash
14949 coprod
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 \begin_inset Formula $\coprod$
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 </row>
14967 <row>
14968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972
14973 \backslash
14974 bigodot
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Formula $\bigodot$
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \backslash
14999 bigotimes
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 \begin_inset Formula $\bigotimes$
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 </row>
15017 <row>
15018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022
15023 \backslash
15024 bigoplus
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Formula $\bigoplus$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \backslash
15049 bigwedge
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 \begin_inset Formula $\bigwedge$
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 bigvee
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset Formula $\bigvee$
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 bigsqcup
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $\bigsqcup$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 biguplus
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\biguplus$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 </lyxtabular>
15143
15144 \end_inset
15145
15146
15147 \begin_inset space \hfill{}
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \begin_layout Standard
15154 すべての大演算子は、数式ツールバーボタンの
15155 \begin_inset Graphics
15156         filename ../../images/math/intop.png
15157         scale 85
15158
15159 \end_inset
15160
15161 でも挿入することができます。
15162 \end_layout
15163
15164 \begin_layout Standard
15165 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15166 \end_layout
15167
15168 \begin_layout Standard
15169 積分演算子はすべて、
15170 \series bold
15171
15172 \backslash
15173 intop
15174 \series default
15175
15176 \series bold
15177
15178 \backslash
15179 ointop
15180 \series default
15181 のように、
15182 \series bold
15183 op
15184 \series default
15185 で終わる別バージョンがあります。これらの演算子は、
15186 \series bold
15187
15188 \backslash
15189 int
15190 \series default
15191 とは範囲の表示のしかたが異なります。第
15192 \begin_inset CommandInset ref
15193 LatexCommand ref
15194 reference "sub:演算子の範囲"
15195
15196 \end_inset
15197
15198 節をご参照下さい。
15199 \end_layout
15200
15201 \begin_layout Subsubsection*
15202 積分の子細
15203 \end_layout
15204
15205 \begin_layout Standard
15206 積分中で用いられる文字
15207 \emph on
15208 d
15209 \emph default
15210 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15211 \emph on
15212 d
15213 \emph default
15214 を選択して、短絡キー
15215 \begin_inset Info
15216 type  "shortcut"
15217 arg   "font-roman"
15218 \end_inset
15219
15220 を用います
15221 \begin_inset Foot
15222 status collapsed
15223
15224 \begin_layout Plain Layout
15225 文字様式については、第
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "sub:書体様式"
15229
15230 \end_inset
15231
15232 節参照。
15233 \end_layout
15234
15235 \end_inset
15236
15237 。最後に、演算子の慣例に倣って、
15238 \emph on
15239 d
15240 \emph default
15241 の前に最小空白を挿入しなくてはなりません。たとえば、
15242 \end_layout
15243
15244 \begin_layout Standard
15245 正しくない例:
15246 \begin_inset Formula $\int A(x)dx$
15247 \end_inset
15248
15249
15250 \begin_inset Newline newline
15251 \end_inset
15252
15253 正しい
15254 \begin_inset ERT
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258
15259
15260 \backslash
15261 hphantom{ない}
15262 \end_layout
15263
15264 \end_inset
15265
15266 例:
15267 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 多重積分に関しては、以下のコマンドがあります。
15275 \begin_inset VSpace medskip
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \begin_layout Standard
15282 \begin_inset space \hfill{}
15283 \end_inset
15284
15285
15286 \begin_inset Tabular
15287 <lyxtabular version="3" rows="4" columns="2">
15288 <features tabularvalignment="middle">
15289 <column alignment="center" valignment="top" width="0">
15290 <column alignment="center" valignment="top" width="0">
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 コマンド
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 出力
15306 \begin_inset Note Note
15307 status collapsed
15308
15309 \begin_layout Plain Layout
15310 ここで
15311 \series bold
15312
15313 \backslash
15314 raisebox
15315 \series default
15316 はスペーサーとして使用しているだけです。
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 iint
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 oiint
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 sqiint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 </lyxtabular>
15403
15404 \end_inset
15405
15406
15407 \begin_inset space \hfill{}
15408 \end_inset
15409
15410
15411 \begin_inset Tabular
15412 <lyxtabular version="3" rows="4" columns="2">
15413 <features tabularvalignment="middle">
15414 <column alignment="center" valignment="top" width="0">
15415 <column alignment="center" valignment="top" width="0">
15416 <row>
15417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 コマンド
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 出力
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 </row>
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \backslash
15443 iiint
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 <row>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \backslash
15468 iiiint
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 dotsint
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 </lyxtabular>
15512
15513 \end_inset
15514
15515
15516 \begin_inset space \hfill{}
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \begin_layout Subsection
15523 演算子の範囲
15524 \begin_inset CommandInset label
15525 LatexCommand label
15526 name "sub:演算子の範囲"
15527
15528 \end_inset
15529
15530
15531 \begin_inset Index idx
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535 えんざんし@演算子 ! はんい@範囲
15536 \end_layout
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \begin_layout Standard
15544 範囲は、上付き文字と下付き文字とで作成することができます。
15545 \end_layout
15546
15547 \begin_layout Standard
15548 \align center
15549 \begin_inset Tabular
15550 <lyxtabular version="3" rows="2" columns="2">
15551 <features tabularvalignment="middle">
15552 <column alignment="center" valignment="top" width="0pt">
15553 <column alignment="center" valignment="top" width="0pt">
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 コマンド
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 出力
15569 \begin_inset Note Note
15570 status collapsed
15571
15572 \begin_layout Plain Layout
15573 ここで
15574 \series bold
15575
15576 \backslash
15577 raisebox
15578 \series default
15579 はスペーサーとして使用しているだけです。
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 prod^
15598 \backslash
15599 infty
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 spce 
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \begin_inset Formula $\to$
15614 \end_inset
15615
15616 _0
15617 \begin_inset Formula $\to$
15618 \end_inset
15619
15620 A(x)
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 </row>
15638 </lyxtabular>
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Standard
15646 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15647 \end_layout
15648
15649 \begin_layout Standard
15650 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15651 \family sans
15652 編集\SpecialChar \menuseparator
15653 数式\SpecialChar \menuseparator
15654 範囲の表記を変更
15655 \family default
15656 メニューで
15657 \family sans
15658 \series bold
15659 行内形式
15660 \family default
15661 \series default
15662 (短絡キー
15663 \begin_inset Info
15664 type  "shortcut"
15665 arg   "math-limits"
15666 \end_inset
15667
15668 )を選択することで範囲形式を変更することができます。以下はその用例です。
15669 \end_layout
15670
15671 \begin_layout Standard
15672 既定の範囲形式は、以下のようになっています。
15673 \begin_inset Formula \[
15674 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15675
15676 \end_inset
15677
15678 以下は、範囲形式を
15679 \family sans
15680 \series bold
15681 行内形式
15682 \family default
15683 \series default
15684 に変更したときの表示です。
15685 \begin_inset Formula \[
15686 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15687
15688 \end_inset
15689
15690
15691 \series bold
15692
15693 \backslash
15694 intop
15695 \series default
15696
15697 \series bold
15698
15699 \backslash
15700 ointop
15701 \series default
15702 などのように
15703 \series bold
15704 op
15705 \series default
15706 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15707 の例では、範囲形式を
15708 \series bold
15709 別行建て形式
15710 \series default
15711 にして積分記号の下に置くようにしています。
15712 \begin_inset Formula \begin{equation}
15713 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 \begin_inset VSpace medskip
15722 \end_inset
15723
15724 範囲に条件を指定したい場合には、
15725 \series bold
15726
15727 \backslash
15728 subarray
15729 \series default
15730
15731 \begin_inset Index idx
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 こまんど@コマンド ! S ! 
15736 \backslash
15737 subarray
15738 \end_layout
15739
15740 \end_inset
15741
15742 コマンドや
15743 \series bold
15744
15745 \backslash
15746 substack
15747 \series default
15748
15749 \begin_inset Index idx
15750 status collapsed
15751
15752 \begin_layout Plain Layout
15753 こまんど@コマンド ! S ! 
15754 \backslash
15755 substack
15756 \end_layout
15757
15758 \end_inset
15759
15760 コマンドを使用します。たとえば、以下の表記 
15761 \begin_inset Formula \begin{equation}
15762 \sum_{\begin{subarray}{c}
15763 0<k<1000\\
15764 \\
15765 k\,\in\,\mathbb{N}
15766 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 を作成するには、以下のようにしなくてはなりません。
15775 \begin_inset Newline newline
15776 \end_inset
15777
15778 まず、
15779 \series bold
15780
15781 \backslash
15782 sum
15783 \series default
15784 ^
15785 \series bold
15786 n
15787 \begin_inset ERT
15788 status collapsed
15789
15790 \begin_layout Plain Layout
15791
15792
15793 \backslash
15794 spce 
15795 \end_layout
15796
15797 \end_inset
15798
15799 _
15800 \series default
15801 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15802 \series bold
15803
15804 \backslash
15805 subarray
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 spce 
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \series default
15820 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15821 \begin_inset Info
15822 type  "shortcut"
15823 arg   "newline-insert newline"
15824 \end_inset
15825
15826 )を挿入することで作ることができます。ここに
15827 \begin_inset Newline newline
15828 \end_inset
15829
15830
15831 \series bold
15832 0
15833 \begin_inset Formula $\boldsymbol{<}$
15834 \end_inset
15835
15836 k
15837 \begin_inset Formula $\boldsymbol{<}$
15838 \end_inset
15839
15840 1000 Ctrl+Return
15841 \begin_inset Newline newline
15842 \end_inset
15843
15844
15845 \series default
15846 と入力すると、新規行のための新しい枠が現れます。
15847 \end_layout
15848
15849 \begin_layout Standard
15850 各行の揃え方は、
15851 \family sans
15852 表ツールバー
15853 \family default
15854
15855 \family sans
15856 編集\SpecialChar \menuseparator
15857 行と列
15858 \family default
15859 メニューで変更することができますが、右揃えにするには、行頭に
15860 \series bold
15861
15862 \backslash
15863 hfill
15864 \begin_inset ERT
15865 status collapsed
15866
15867 \begin_layout Plain Layout
15868
15869
15870 \backslash
15871 spce 
15872 \end_layout
15873
15874 \end_inset
15875
15876
15877 \series default
15878 を挿入しなくてはなりません。
15879 \end_layout
15880
15881 \begin_layout Standard
15882
15883 \series bold
15884
15885 \backslash
15886 substack
15887 \series default
15888 コマンドは、各行がつねに中央揃えになることを除いては、
15889 \series bold
15890
15891 \backslash
15892 subarray
15893 \series default
15894 と同じです。
15895 \end_layout
15896
15897 \begin_layout Standard
15898 \begin_inset VSpace bigskip
15899 \end_inset
15900
15901 演算子の後に来る文字は、範囲の横に来るので、
15902 \begin_inset CommandInset ref
15903 LatexCommand eqref
15904 reference "eq:substack"
15905
15906 \end_inset
15907
15908 式のように、演算子の横の余白が大きくなりすぎることがあります。
15909 \end_layout
15910
15911 \begin_layout Standard
15912 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15913 \end_layout
15914
15915 \begin_layout Standard
15916
15917 \series bold
15918
15919 \backslash
15920 def
15921 \backslash
15922 clap#1{
15923 \backslash
15924 hbox to 0pt{
15925 \backslash
15926 hss #1
15927 \backslash
15928 hss}}
15929 \begin_inset Newline newline
15930 \end_inset
15931
15932
15933 \backslash
15934 def
15935 \backslash
15936 mathclap {
15937 \backslash
15938 mathpalette 
15939 \backslash
15940 mathclapinternal}
15941 \begin_inset Newline newline
15942 \end_inset
15943
15944
15945 \backslash
15946 def
15947 \backslash
15948 mathclapinternal #1#2{
15949 \backslash
15950 clap{$
15951 \backslash
15952 mathsurround =0pt #1{#2}$}}
15953 \end_layout
15954
15955 \begin_layout Standard
15956 これは、範囲の幅を0
15957 \begin_inset space \thinspace{}
15958 \end_inset
15959
15960 ptに設定する
15961 \series bold
15962
15963 \backslash
15964 mathclap
15965 \series default
15966
15967 \begin_inset Index idx
15968 status collapsed
15969
15970 \begin_layout Plain Layout
15971 こまんど@コマンド ! M ! 
15972 \backslash
15973 mathclap
15974 \end_layout
15975
15976 \end_inset
15977
15978 コマンドを定義しています。このコマンドの書式は、
15979 \end_layout
15980
15981 \begin_layout Standard
15982
15983 \series bold
15984
15985 \backslash
15986 mathclap{範囲}
15987 \end_layout
15988
15989 \begin_layout Standard
15990 となっていて、「範囲」には複数の条件を入れることができます。
15991 \end_layout
15992
15993 \begin_layout Standard
15994 これを
15995 \begin_inset CommandInset ref
15996 LatexCommand eqref
15997 reference "eq:substack"
15998
15999 \end_inset
16000
16001 式に応用すると、以下のようなコマンド
16002 \end_layout
16003
16004 \begin_layout Standard
16005
16006 \series bold
16007
16008 \backslash
16009 sum_
16010 \backslash
16011 mathclap{
16012 \backslash
16013 substack
16014 \begin_inset ERT
16015 status collapsed
16016
16017 \begin_layout Plain Layout
16018
16019
16020 \backslash
16021 spce 
16022 \end_layout
16023
16024 \end_inset
16025
16026 0
16027 \begin_inset Formula $\boldsymbol{<}$
16028 \end_inset
16029
16030 k
16031 \begin_inset Formula $\boldsymbol{<}$
16032 \end_inset
16033
16034 1000 Ctrl+Return
16035 \end_layout
16036
16037 \begin_layout Standard
16038 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16039 \begin_inset Formula \[
16040 \sum_{\mathclap{\substack{0<k<1000\\
16041 \\
16042 k\,\in\,\mathbb{N}
16043 }
16044 }}^{n}k^{-2}\]
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset VSpace bigskip
16053 \end_inset
16054
16055 一つの範囲を複数の演算子に用いる方法が、第
16056 \begin_inset CommandInset ref
16057 LatexCommand ref
16058 reference "sub:自己定義演算子"
16059
16060 \end_inset
16061
16062 節に述べられています。
16063 \end_layout
16064
16065 \begin_layout Standard
16066 \begin_inset Newpage newpage
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Subsection
16073 二項演算子
16074 \begin_inset CommandInset label
16075 LatexCommand label
16076 name "sub:二項演算子"
16077
16078 \end_inset
16079
16080
16081 \begin_inset Index idx
16082 status collapsed
16083
16084 \begin_layout Plain Layout
16085 えんざんし@演算子 ! にこう@二項
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Standard
16094 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16095 \begin_inset VSpace medskip
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Standard
16102 \begin_inset space \hfill{}
16103 \end_inset
16104
16105
16106 \begin_inset Tabular
16107 <lyxtabular version="3" rows="13" columns="2">
16108 <features tabularvalignment="middle">
16109 <column alignment="center" valignment="top" width="0pt">
16110 <column alignment="center" valignment="top" width="0pt">
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 コマンド
16117 \begin_inset Note Note
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121 ここで
16122 \series bold
16123
16124 \backslash
16125 raisebox
16126 \series default
16127 はスペーサーとして使用しているだけです。
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 出力
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 +
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 \begin_inset Formula $+$
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 -
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Formula $-$
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \backslash
16200 pm
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Formula $\pm$
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \backslash
16225 mp
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 \begin_inset Formula $\mp$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \backslash
16250 cdot
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 \begin_inset Formula $\cdot$
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \backslash
16275 times
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 \begin_inset Formula $\times$
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \backslash
16300 div
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 \begin_inset Formula $\div$
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset ERT
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327
16328
16329 \backslash
16330 raisebox{-1.2mm}{
16331 \end_layout
16332
16333 \end_inset
16334
16335 *
16336 \begin_inset ERT
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340
16341 }
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 \begin_inset Formula $*$
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \backslash
16371 star
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset Formula $\star$
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \backslash
16396 circ
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 \begin_inset Formula $\circ$
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \backslash
16421 diamond
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $\diamond$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 bullet
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\bullet$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 </lyxtabular>
16465
16466 \end_inset
16467
16468
16469 \begin_inset space \hfill{}
16470 \end_inset
16471
16472
16473 \begin_inset Tabular
16474 <lyxtabular version="3" rows="13" columns="2">
16475 <features tabularvalignment="middle">
16476 <column alignment="center" valignment="top" width="0pt">
16477 <column alignment="center" valignment="top" width="0pt">
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 コマンド
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 出力
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 </row>
16498 <row>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503
16504 \backslash
16505 nabla
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $\nabla$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \backslash
16530 bigtriangledown
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 \begin_inset Formula $\bigtriangledown$
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \backslash
16555 bigtriangleup
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 \begin_inset Formula $\bigtriangleup$
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \backslash
16580 Box
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\Box$
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603
16604 \backslash
16605 cap 
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 \begin_inset Formula $\cap$
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 <row>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628
16629 \backslash
16630 cup
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 \begin_inset Formula $\cup$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653
16654 \backslash
16655 dagger
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 \begin_inset Formula $\dagger$
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678
16679 \backslash
16680 ddagger
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $\ddagger$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \backslash
16705 wr
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 \begin_inset Formula $\wr$
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \backslash
16730 bigcirc
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $\bigcirc$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \backslash
16755 wedge
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 \begin_inset Formula $\wedge$
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 </row>
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \backslash
16780 vee
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\vee$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 </lyxtabular>
16799
16800 \end_inset
16801
16802
16803 \begin_inset space \hfill{}
16804 \end_inset
16805
16806
16807 \begin_inset Tabular
16808 <lyxtabular version="3" rows="13" columns="2">
16809 <features tabularvalignment="middle">
16810 <column alignment="center" valignment="top" width="0pt">
16811 <column alignment="center" valignment="top" width="0pt">
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 コマンド
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 出力
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \backslash
16839 oplus
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $\oplus$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \backslash
16864 ominus
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset Formula $\ominus$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \backslash
16889 otimes
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\otimes$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 oslash
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\oslash$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \backslash
16939 odot
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\odot$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 amalg
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\amalg$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 uplus
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\uplus$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 setminus
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\setminus$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 sqcap
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\sqcap$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 sqcup
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\sqcup$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \backslash
17089 triangleleft
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $\triangleleft$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 triangleright
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\triangleright$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 </lyxtabular>
17133
17134 \end_inset
17135
17136
17137 \begin_inset space \hfill{}
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 二項演算子は、すべて数式ツールバーボタンの
17145 \begin_inset Graphics
17146         filename ../../images/math/pm.png
17147         scale 85
17148
17149 \end_inset
17150
17151 から挿入することもできます。
17152 \end_layout
17153
17154 \begin_layout Standard
17155 ラプラス演算子を組版するには、
17156 \series bold
17157
17158 \backslash
17159 bigtriangleup
17160 \series default
17161 以外に、
17162 \series bold
17163
17164 \backslash
17165 Delta
17166 \series default
17167
17168 \series bold
17169
17170 \backslash
17171 nabla
17172 \series default
17173 ^
17174 \series bold
17175 2
17176 \series default
17177
17178 \begin_inset Formula $\nabla^{2}$
17179 \end_inset
17180
17181 )を使用することもできます。
17182 \end_layout
17183
17184 \begin_layout Standard
17185
17186 \family sans
17187 挿入\SpecialChar \menuseparator
17188 特殊文字
17189 \family default
17190 メニューの
17191 \family sans
17192 メニュー区切り
17193 \family default
17194 で入力される文字は、
17195 \series bold
17196
17197 \backslash
17198 triangleright
17199 \series default
17200 演算子です。
17201 \end_layout
17202
17203 \begin_layout Subsection
17204 自己定義演算子
17205 \begin_inset CommandInset label
17206 LatexCommand label
17207 name "sub:自己定義演算子"
17208
17209 \end_inset
17210
17211
17212 \begin_inset Index idx
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 えんざんし@演算子 ! じこていぎ@自己定義
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \begin_layout Standard
17225 LaTeXプリアンブルで
17226 \series bold
17227
17228 \backslash
17229 DeclareMathOperator
17230 \series default
17231
17232 \begin_inset Index idx
17233 status collapsed
17234
17235 \begin_layout Plain Layout
17236 こまんど@コマンド ! D ! 
17237 \backslash
17238 dbinom@
17239 \backslash
17240 DeclareMathOperator
17241 \end_layout
17242
17243 \end_inset
17244
17245 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17246 \end_layout
17247
17248 \begin_layout Standard
17249
17250 \series bold
17251
17252 \backslash
17253 DeclareMathOperator{新規コマンド}{表示}
17254 \end_layout
17255
17256 \begin_layout Standard
17257 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17258 \begin_inset CommandInset ref
17259 LatexCommand ref
17260 reference "sub:演算子の範囲"
17261
17262 \end_inset
17263
17264 節で述べられた範囲を指定することができます。
17265 \end_layout
17266
17267 \begin_layout Standard
17268 たとえば、以下のようなLaTeXプリアンブル行
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274
17275 \backslash
17276 DeclareMathOperator*{
17277 \backslash
17278 Lozenge}{
17279 \backslash
17280 blacklozenge}
17281 \end_layout
17282
17283 \begin_layout Standard
17284 は、第
17285 \begin_inset CommandInset ref
17286 LatexCommand ref
17287 reference "sub:その他の記号"
17288
17289 \end_inset
17290
17291 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17292 \series bold
17293
17294 \backslash
17295 Lozenge
17296 \series default
17297 を定義します。
17298 \begin_inset Formula \[
17299 \Lozenge_{n=1}^{\infty}\]
17300
17301 \end_inset
17302
17303 上記の数式を作るコマンドは、
17304 \series bold
17305
17306 \backslash
17307 Lozenge
17308 \series default
17309 ^
17310 \series bold
17311
17312 \backslash
17313 infty
17314 \begin_inset Formula $\to$
17315 \end_inset
17316
17317 _n=1
17318 \series default
17319 です。
17320 \end_layout
17321
17322 \begin_layout Standard
17323 \begin_inset VSpace bigskip
17324 \end_inset
17325
17326 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17327 \series bold
17328
17329 \backslash
17330 mathop
17331 \series default
17332
17333 \begin_inset Index idx
17334 status collapsed
17335
17336 \begin_layout Plain Layout
17337 こまんど@コマンド ! M ! 
17338 \backslash
17339 mathop
17340 \end_layout
17341
17342 \end_inset
17343
17344 コマンドおよび
17345 \series bold
17346
17347 \backslash
17348 mathbin
17349 \series default
17350
17351 \begin_inset Index idx
17352 status collapsed
17353
17354 \begin_layout Plain Layout
17355 こまんど@コマンド ! M ! 
17356 \backslash
17357 mathbin
17358 \end_layout
17359
17360 \end_inset
17361
17362 コマンドを用いて定義を行うこともできます。
17363 \end_layout
17364
17365 \begin_layout Standard
17366 (書式)
17367 \series bold
17368
17369 \backslash
17370 mathop{表示}
17371 \series default
17372 および
17373 \series bold
17374
17375 \backslash
17376 mathbin{表示}
17377 \end_layout
17378
17379 \begin_layout Standard
17380
17381 \series bold
17382
17383 \backslash
17384 mathop
17385 \series default
17386 は大演算子を定義し、
17387 \series bold
17388
17389 \backslash
17390 mathbin
17391 \series default
17392 は二項演算子を定義します。
17393 \end_layout
17394
17395 \begin_layout Standard
17396 たとえば
17397 \series bold
17398
17399 \backslash
17400 mathop
17401 \series default
17402 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17403 \end_layout
17404
17405 \begin_layout Standard
17406 \begin_inset Formula \[
17407 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \begin_layout Standard
17415 上記の数式では
17416 \begin_inset Newline newline
17417 \end_inset
17418
17419
17420 \series bold
17421
17422 \backslash
17423 mathop{
17424 \backslash
17425 sum
17426 \backslash
17427 negmedspace
17428 \backslash
17429 sum
17430 \series default
17431
17432 \begin_inset ERT
17433 status collapsed
17434
17435 \begin_layout Plain Layout
17436
17437
17438 \backslash
17439 spce 
17440 \end_layout
17441
17442 \end_inset
17443
17444
17445 \series bold
17446
17447 \begin_inset Formula $\to$
17448 \end_inset
17449
17450 ^N
17451 \series default
17452
17453 \begin_inset ERT
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457
17458
17459 \backslash
17460 spce 
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \series bold
17467 _i,j=1
17468 \begin_inset Newline newline
17469 \end_inset
17470
17471
17472 \series default
17473 というコマンドを用いています。
17474 \end_layout
17475
17476 \begin_layout Section
17477 書体
17478 \begin_inset Index idx
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 しょたい@書体
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \begin_inset Index idx
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492 ふぉんと@フォント | see
17493 \begin_inset ERT
17494 status collapsed
17495
17496 \begin_layout Plain Layout
17497
17498 {
17499 \end_layout
17500
17501 \end_inset
17502
17503 書体
17504 \begin_inset ERT
17505 status collapsed
17506
17507 \begin_layout Plain Layout
17508
17509 }
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \begin_layout Subsection
17523 書体様式
17524 \begin_inset CommandInset label
17525 LatexCommand label
17526 name "sub:書体様式"
17527
17528 \end_inset
17529
17530
17531 \begin_inset Index idx
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535 しょたい@書体 ! ようしき@様式
17536 \end_layout
17537
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \begin_layout Standard
17544 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17545 \begin_inset VSpace -2mm
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Standard
17552 \align center
17553 \begin_inset Tabular
17554 <lyxtabular version="3" rows="7" columns="3">
17555 <features tabularvalignment="middle">
17556 <column alignment="center" valignment="top" width="0">
17557 <column alignment="center" valignment="top" width="0">
17558 <column alignment="center" valignment="top" width="0">
17559 <row>
17560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 コマンド
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 出力
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 短絡キー
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \backslash
17595 mathbb
17596 \series bold
17597
17598 \begin_inset ERT
17599 status collapsed
17600
17601 \begin_layout Plain Layout
17602
17603
17604 \backslash
17605 spce 
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \series default
17612 ABC
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Formula $\mathbb{ABC}$
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Info
17634 type  "shortcut"
17635 arg   "font-noun"
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 <row>
17645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \backslash
17651 mathbf
17652 \series bold
17653
17654 \begin_inset ERT
17655 status collapsed
17656
17657 \begin_layout Plain Layout
17658
17659
17660 \backslash
17661 spce 
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \series default
17668 AbC
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Formula $\mathbf{AbC}$
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689 \begin_inset Info
17690 type  "shortcut"
17691 arg   "font-bold"
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 boldsymbol
17708 \series bold
17709
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 spce 
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \series default
17724 AbC
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 \begin_inset Formula $\boldsymbol{AbC}$
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Info
17746 type  "shortcuts"
17747 arg   "font-boldsymbol"
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 mathcal
17764 \series bold
17765
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 spce 
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \series default
17780 ABC
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\mathcal{ABC}$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Info
17802 type  "shortcut"
17803 arg   "font-emph"
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \backslash
17819 mathfrak
17820 \series bold
17821
17822 \begin_inset ERT
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826
17827
17828 \backslash
17829 spce 
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \series default
17836 AbC
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 \begin_inset Formula $\mathfrak{AbC}$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 -
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \backslash
17870 mathscr
17871 \series bold
17872
17873 \begin_inset ERT
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 spce 
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \series default
17887 AbC
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 \begin_inset Formula $\mathscr{AbC}$
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 -
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 </row>
17914 </lyxtabular>
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 \align center
17923 \begin_inset Tabular
17924 <lyxtabular version="3" rows="5" columns="3">
17925 <features tabularvalignment="middle">
17926 <column alignment="center" valignment="top" width="0">
17927 <column alignment="center" valignment="top" width="0">
17928 <column alignment="center" valignment="top" width="0">
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 コマンド
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 出力
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 短絡キー
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 <row>
17959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963
17964 \backslash
17965 mathit
17966 \series bold
17967
17968 \begin_inset ERT
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972
17973
17974 \backslash
17975 spce 
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \series default
17982 AbC
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 \begin_inset Formula $\mathit{AbC}$
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003 -
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \backslash
18016 mathrm
18017 \series bold
18018
18019 \begin_inset ERT
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023
18024
18025 \backslash
18026 spce 
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \series default
18033 AbC
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 \begin_inset Formula $\mathrm{AbC}$
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 \begin_inset Info
18055 type  "shortcut"
18056 arg   "font-roman"
18057 \end_inset
18058
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \backslash
18072 mathsf
18073 \series bold
18074
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 spce 
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \series default
18089 AbC
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\mathsf{AbC}$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 \begin_inset Info
18111 type  "shortcut"
18112 arg   "font-sans"
18113 \end_inset
18114
18115
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 </row>
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \backslash
18128 mathtt
18129 \series bold
18130
18131 \begin_inset ERT
18132 status collapsed
18133
18134 \begin_layout Plain Layout
18135
18136
18137 \backslash
18138 spce 
18139 \end_layout
18140
18141 \end_inset
18142
18143
18144 \series default
18145 AbC
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Formula $\mathtt{AbC}$
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 \begin_inset Info
18167 type  "shortcut"
18168 arg   "font-typewriter"
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 </lyxtabular>
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \begin_layout Standard
18185 \begin_inset Note Greyedout
18186 status open
18187
18188 \begin_layout Plain Layout
18189
18190 \series bold
18191 (注意)
18192 \backslash
18193 mathbb
18194 \series default
18195 様式と
18196 \series bold
18197
18198 \backslash
18199 mathcal
18200 \series default
18201 様式は、大文字にのみ使用することができます。
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Standard
18210 既定では、
18211 \series bold
18212
18213 \backslash
18214 mathnormal
18215 \series default
18216 様式に設定されています。
18217 \end_layout
18218
18219 \begin_layout Standard
18220 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18221 \begin_inset Formula \[
18222 \mathfrak{A=\frac{b}{C}}\]
18223
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \begin_layout Standard
18230 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18231 \series bold
18232
18233 \backslash
18234 textrm
18235 \series default
18236 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18237 \begin_inset Foot
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241 \begin_inset CommandInset href
18242 LatexCommand href
18243 name "LyX-bug #4629"
18244 target "http://www.lyx.org/trac/ticket/4629"
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Standard
18257 書体様式コマンドの代わりに、
18258 \family sans
18259 編集\SpecialChar \menuseparator
18260 数学\SpecialChar \menuseparator
18261 文字様式
18262 \family default
18263 ダイアログや、
18264 \begin_inset Graphics
18265         filename ../../images/math/font.png
18266         scale 85
18267
18268 \end_inset
18269
18270 を使用することもできます。
18271 \end_layout
18272
18273 \begin_layout Subsection
18274 ボールド体の数式
18275 \begin_inset CommandInset label
18276 LatexCommand label
18277 name "sub:ボールド体の数式"
18278
18279 \end_inset
18280
18281
18282 \begin_inset Index idx
18283 status collapsed
18284
18285 \begin_layout Plain Layout
18286 すうしき@数式 ! ぼーるどたい@ボールド体
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 数式全体をボールド体にしようとすると、前節の
18296 \series bold
18297
18298 \backslash
18299 mathbf
18300 \series default
18301 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18302 字してしまいます。
18303 \end_layout
18304
18305 \begin_layout Standard
18306 \begin_inset Formula \[
18307 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18308
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \begin_layout Standard
18315 この数式を正しく表示するには、以下のように、
18316 \series bold
18317
18318 \backslash
18319 boldsymbol
18320 \series default
18321 コマンドを使用します。
18322 \begin_inset Formula \[
18323 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18324
18325 \end_inset
18326
18327 また、数式を
18328 \series bold
18329 boldmath環境
18330 \series default
18331 に設定する方法もあります。この環境は、TeXモードで
18332 \series bold
18333
18334 \backslash
18335 boldmath
18336 \begin_inset Index idx
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340 こまんど@コマンド ! B ! 
18341 \backslash
18342 boldmath
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \series default
18349 コマンドを挿入することによって作ることができます。環境を閉じるには、
18350 \series bold
18351
18352 \backslash
18353 unboldmath
18354 \begin_inset Index idx
18355 status collapsed
18356
18357 \begin_layout Plain Layout
18358 こまんど@コマンド ! U ! 
18359 \backslash
18360 unboldmath
18361 \end_layout
18362
18363 \end_inset
18364
18365
18366 \series default
18367 コマンドをTeXモードで挿入します。
18368 \begin_inset ERT
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372
18373
18374 \backslash
18375 boldmath 
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \begin_inset Formula \[
18382 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18383
18384 \end_inset
18385
18386
18387 \begin_inset ERT
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391
18392
18393 \backslash
18394 unboldmath 
18395 \end_layout
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Subsection
18403 色付きの数式
18404 \begin_inset Index idx
18405 status collapsed
18406
18407 \begin_layout Plain Layout
18408 すうしき@数式 ! いろつき@色付き
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \begin_layout Standard
18417 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18418 \begin_inset Formula \[
18419 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427
18428 \begin_inset CommandInset ref
18429 LatexCommand ref
18430 reference "sub:色付きボックス"
18431
18432 \end_inset
18433
18434 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18435 \series bold
18436
18437 \backslash
18438 textcolor
18439 \series default
18440
18441 \begin_inset Index idx
18442 status collapsed
18443
18444 \begin_layout Plain Layout
18445 こまんど@コマンド ! T ! 
18446 \backslash
18447 textcolor
18448 \end_layout
18449
18450 \end_inset
18451
18452 TeXコードコマンドで適用することができます。
18453 \end_layout
18454
18455 \begin_layout Standard
18456
18457 \series bold
18458
18459 \backslash
18460 textcolor{色}{文字ないし数式}
18461 \end_layout
18462
18463 \begin_layout Standard
18464 下記の例は、全体を濃緑にし、一部を赤にしています。
18465 \end_layout
18466
18467 \begin_layout Standard
18468 \begin_inset ERT
18469 status collapsed
18470
18471 \begin_layout Plain Layout
18472
18473
18474 \backslash
18475 textcolor{darkgreen}{
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \begin_inset Formula \[
18482 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18483
18484 \end_inset
18485
18486
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492 }
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \begin_layout Standard
18501 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18502 \begin_inset Foot
18503 status collapsed
18504
18505 \begin_layout Plain Layout
18506 \begin_inset CommandInset href
18507 LatexCommand href
18508 name "LyX-bug #5269"
18509 target "http://www.lyx.org/trac/ticket/5269"
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Subsection
18522 書体寸法
18523 \begin_inset CommandInset label
18524 LatexCommand label
18525 name "sub:書体寸法"
18526
18527 \end_inset
18528
18529
18530 \begin_inset Index idx
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534 しょたい@書体 ! すんぽう@寸法
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18544 \end_layout
18545
18546 \begin_layout Standard
18547
18548 \series bold
18549
18550 \backslash
18551 Huge
18552 \series default
18553
18554 \series bold
18555
18556 \backslash
18557 huge
18558 \series default
18559
18560 \series bold
18561
18562 \backslash
18563 LARGE
18564 \series default
18565
18566 \series bold
18567
18568 \backslash
18569 Large
18570 \series default
18571
18572 \series bold
18573
18574 \backslash
18575 large
18576 \series default
18577
18578 \series bold
18579
18580 \backslash
18581 normalsize
18582 \series default
18583
18584 \series bold
18585
18586 \backslash
18587 small
18588 \series default
18589 ,
18590 \begin_inset Newline newline
18591 \end_inset
18592
18593
18594 \series bold
18595
18596 \backslash
18597 footnotesize
18598 \series default
18599
18600 \series bold
18601
18602 \backslash
18603 scriptsize
18604 \series default
18605 、および
18606 \series bold
18607
18608 \backslash
18609 tiny
18610 \end_layout
18611
18612 \begin_layout Standard
18613 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18614 \series bold
18615
18616 \backslash
18617 normalsize
18618 \series default
18619 コマンドに設定されます。他のコマンドは、
18620 \series bold
18621
18622 \backslash
18623 normalsize
18624 \series default
18625 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18626 \begin_inset space \thinspace{}
18627 \end_inset
18628
18629 ptであるならば、
18630 \series bold
18631
18632 \backslash
18633 Huge
18634 \series default
18635 コマンドは
18636 \series bold
18637
18638 \backslash
18639 huge
18640 \series default
18641 コマンドと同じ大きさに落とされます。
18642 \end_layout
18643
18644 \begin_layout Standard
18645 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18646 \series bold
18647
18648 \backslash
18649 normalsize
18650 \series default
18651 コマンドを挿入します。
18652 \end_layout
18653
18654 \begin_layout Standard
18655 \begin_inset Newpage newpage
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Standard
18662 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18663 \end_layout
18664
18665 \begin_layout Standard
18666 \noindent
18667 \align center
18668 \begin_inset Tabular
18669 <lyxtabular version="3" rows="5" columns="2">
18670 <features tabularvalignment="middle">
18671 <column alignment="center" valignment="top" width="0">
18672 <column alignment="center" valignment="top" width="0">
18673 <row>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 コマンド
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 出力
18688 \begin_inset Note Note
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693 \series bold
18694
18695 \backslash
18696 raisebox
18697 \series default
18698  はスペーサーとして使用されているだけです。
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 <row>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \backslash
18716 displaystyle
18717 \begin_inset Index idx
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 こまんど@コマンド ! D ! 
18722 \backslash
18723 displaystyle
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \backslash
18753 textstyle
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \backslash
18778 scriptstyle
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
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" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \backslash
18803 scriptscriptstyle
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 </lyxtabular>
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18830 \end_layout
18831
18832 \begin_layout Standard
18833 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18834 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18835 \begin_inset VSpace -2mm
18836 \end_inset
18837
18838
18839 \end_layout
18840
18841 \begin_layout Standard
18842 \begin_inset ERT
18843 status collapsed
18844
18845 \begin_layout Plain Layout
18846
18847
18848 \backslash
18849 huge 
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \begin_inset Formula \[
18856 A=\frac{B}{c}\cdot\maltese\]
18857
18858 \end_inset
18859
18860
18861 \begin_inset Formula \[
18862 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18863
18864 \end_inset
18865
18866
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874 normalsize 
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \begin_layout Standard
18883 \begin_inset VSpace medskip
18884 \end_inset
18885
18886 二つの式の前には、
18887 \series bold
18888
18889 \backslash
18890 huge
18891 \series default
18892 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18893 \begin_inset Newline newline
18894 \end_inset
18895
18896
18897 \series bold
18898
18899 \backslash
18900 maltese
18901 \begin_inset ERT
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905
18906
18907 \backslash
18908 spce 
18909 \end_layout
18910
18911 \end_inset
18912
18913 A Alt+M M 
18914 \backslash
18915 Large
18916 \begin_inset ERT
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920
18921
18922 \backslash
18923 spce 
18924 \end_layout
18925
18926 \end_inset
18927
18928
18929 \backslash
18930 maltese
18931 \begin_inset ERT
18932 status collapsed
18933
18934 \begin_layout Plain Layout
18935
18936
18937 \backslash
18938 spce 
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \backslash
18945 textit
18946 \begin_inset ERT
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950
18951
18952 \backslash
18953 spce 
18954 \end_layout
18955
18956 \end_inset
18957
18958 A
18959 \begin_inset Formula $\to$
18960 \end_inset
18961
18962
18963 \begin_inset Formula $\to$
18964 \end_inset
18965
18966
18967 \begin_inset Newline newline
18968 \end_inset
18969
18970
18971 \begin_inset space \hspace*{}
18972 \length 1cm
18973 \end_inset
18974
18975 Alt+M
18976 \series default
18977  
18978 \series bold
18979
18980 \backslash
18981 tiny
18982 \begin_inset ERT
18983 status collapsed
18984
18985 \begin_layout Plain Layout
18986
18987
18988 \backslash
18989 spce 
18990 \end_layout
18991
18992 \end_inset
18993
18994
18995 \backslash
18996 maltese
18997 \begin_inset ERT
18998 status collapsed
18999
19000 \begin_layout Plain Layout
19001
19002
19003 \backslash
19004 spce 
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \backslash
19011 textit
19012 \begin_inset ERT
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016
19017
19018 \backslash
19019 spce 
19020 \end_layout
19021
19022 \end_inset
19023
19024 A
19025 \begin_inset Newline newline
19026 \end_inset
19027
19028
19029 \series default
19030 のようになります。
19031 \end_layout
19032
19033 \begin_layout Standard
19034 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19035 \begin_inset Newpage newpage
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Section
19042 ギリシャ文字
19043 \begin_inset Index idx
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047 ぎりしゃもじ@ギリシャ文字
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 すべてのギリシャ文字は、ツールバーボタンの
19057 \begin_inset Graphics
19058         filename ../../images/math/alpha.png
19059         scale 85
19060
19061 \end_inset
19062
19063 からでも挿入することができます。
19064 \end_layout
19065
19066 \begin_layout Subsection
19067 小文字
19068 \begin_inset Index idx
19069 status collapsed
19070
19071 \begin_layout Plain Layout
19072 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19073 \end_layout
19074
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset space \hfill{}
19082 \end_inset
19083
19084
19085 \begin_inset Tabular
19086 <lyxtabular version="3" rows="11" columns="2">
19087 <features tabularvalignment="middle">
19088 <column alignment="center" valignment="top" width="0pt">
19089 <column alignment="center" valignment="top" width="0pt">
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 コマンド
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 出力
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \backslash
19117 alpha
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Formula $\alpha$
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \backslash
19142 beta
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Formula $\beta$
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 <row>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \backslash
19167 gamma
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Formula $\gamma$
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 <row>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \backslash
19192 delta
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset Formula $\delta$
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \backslash
19217 epsilon
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 \begin_inset Formula $\epsilon$
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \backslash
19242 varepsilon
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Formula $\varepsilon$
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \backslash
19267 zeta
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset Formula $\zeta$
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \backslash
19292 eta
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset Formula $\eta$
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \backslash
19317 theta
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Formula $\theta$
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \backslash
19342 vartheta
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\vartheta$
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 </lyxtabular>
19361
19362 \end_inset
19363
19364
19365 \begin_inset space \hfill{}
19366 \end_inset
19367
19368
19369 \begin_inset Tabular
19370 <lyxtabular version="3" rows="12" columns="2">
19371 <features tabularvalignment="middle">
19372 <column alignment="center" valignment="top" width="0pt">
19373 <column alignment="center" valignment="top" width="0pt">
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 コマンド
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 出力
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \backslash
19401 iota
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Formula $\iota$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 <row>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \backslash
19426 kappa
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Formula $\kappa$
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 </row>
19444 <row>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449
19450 \backslash
19451 varkappa
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 \begin_inset Formula $\varkappa$
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 <row>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \backslash
19476 lambda
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 \begin_inset Formula $\lambda$
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 <row>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \backslash
19501 mu
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 \begin_inset Formula $\mu$
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 <row>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524
19525 \backslash
19526 nu
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Formula $\nu$
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 </row>
19544 <row>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549
19550 \backslash
19551 xi
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 \begin_inset Formula $\xi$
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 o
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Formula $o$
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \backslash
19599 pi
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset Formula $\pi$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \backslash
19624 varpi
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\varpi$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 <row>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \backslash
19649 rho
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset Formula $\rho$
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 </lyxtabular>
19668
19669 \end_inset
19670
19671
19672 \begin_inset space \hfill{}
19673 \end_inset
19674
19675
19676 \begin_inset Tabular
19677 <lyxtabular version="3" rows="11" columns="2">
19678 <features tabularvalignment="middle">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <column alignment="center" valignment="top" width="0pt">
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 コマンド
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 出力
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 varrho
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\varrho$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 sigma
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\sigma$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 varsigma
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\varsigma$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 tau
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\tau$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \backslash
19808 upsilon
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $\upsilon$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 phi
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\phi$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 varphi
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\varphi$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 chi
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\chi$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 psi
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\psi$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 omega
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\omega$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 </lyxtabular>
19952
19953 \end_inset
19954
19955
19956 \begin_inset space \hfill{}
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \begin_layout Standard
19963 \begin_inset VSpace medskip
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Standard
19970 アップライト体のギリシャ文字を作成する方法は、第
19971 \begin_inset CommandInset ref
19972 LatexCommand ref
19973 reference "sub:アップライト体ギリシャ小文字"
19974
19975 \end_inset
19976
19977 節に説明されています。
19978 \end_layout
19979
19980 \begin_layout Subsection
19981 大文字
19982 \begin_inset Index idx
19983 status collapsed
19984
19985 \begin_layout Plain Layout
19986 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \begin_layout Standard
19995 \begin_inset space \hfill{}
19996 \end_inset
19997
19998
19999 \begin_inset Tabular
20000 <lyxtabular version="3" rows="7" columns="2">
20001 <features tabularvalignment="middle">
20002 <column alignment="center" valignment="top" width="0pt">
20003 <column alignment="center" valignment="top" width="0pt">
20004 <row>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \family roman
20011 \series medium
20012 \shape up
20013 \size normal
20014 \emph off
20015 \bar no
20016 \noun off
20017 \color none
20018 コマンド
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \family roman
20029 \series medium
20030 \shape up
20031 \size normal
20032 \emph off
20033 \bar no
20034 \noun off
20035 \color none
20036 出力
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 Gamma
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\Gamma$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 Delta
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\Delta$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 Theta
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\Theta$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 Lambda
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset Formula $\Lambda$
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 Xi
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\Xi$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 Pi
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\Pi$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 </lyxtabular>
20193
20194 \end_inset
20195
20196
20197 \begin_inset space \hfill{}
20198 \end_inset
20199
20200
20201 \begin_inset Tabular
20202 <lyxtabular version="3" rows="6" columns="2">
20203 <features tabularvalignment="middle">
20204 <column alignment="center" valignment="top" width="0pt">
20205 <column alignment="center" valignment="top" width="0pt">
20206 <row>
20207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \family roman
20213 \series medium
20214 \shape up
20215 \size normal
20216 \emph off
20217 \bar no
20218 \noun off
20219 \color none
20220 コマンド
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \family roman
20231 \series medium
20232 \shape up
20233 \size normal
20234 \emph off
20235 \bar no
20236 \noun off
20237 \color none
20238 出力
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 <row>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \backslash
20251 Sigma
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 \begin_inset Formula $\Sigma$
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \backslash
20276 Upsilon
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\Upsilon$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 Phi
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\Phi$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 Psi
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\Psi$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 Omega
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\Omega$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 </lyxtabular>
20370
20371 \end_inset
20372
20373
20374 \begin_inset space \hfill{}
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \begin_layout Standard
20381 \begin_inset VSpace medskip
20382 \end_inset
20383
20384 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20385 ドの頭に
20386 \series bold
20387 var
20388 \series default
20389 を付けてください。たとえば、
20390 \series bold
20391
20392 \backslash
20393 varGamma
20394 \series default
20395 コマンドは、
20396 \begin_inset Formula $\varGamma$
20397 \end_inset
20398
20399 を生成します。
20400 \end_layout
20401
20402 \begin_layout Subsection
20403 ボールド体
20404 \begin_inset Index idx
20405 status collapsed
20406
20407 \begin_layout Plain Layout
20408 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20409 \end_layout
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \begin_layout Standard
20417 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20418 \series bold
20419
20420 \backslash
20421 boldsymbol
20422 \series default
20423 コマンドのみです
20424 \begin_inset Index idx
20425 status collapsed
20426
20427 \begin_layout Plain Layout
20428 こまんど@コマンド ! B ! 
20429 \backslash
20430 boldsymbol
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439 \align center
20440 \begin_inset Tabular
20441 <lyxtabular version="3" rows="3" columns="2">
20442 <features tabularvalignment="middle">
20443 <column alignment="center" valignment="top" width="0">
20444 <column alignment="center" valignment="top" width="0">
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 コマンド
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 出力
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \backslash
20472 Upsilon
20473 \backslash
20474 boldsymbol
20475 \backslash
20476 Upsilon
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 theta
20502 \backslash
20503 boldsymbol
20504 \backslash
20505 theta
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\theta\boldsymbol{\theta}$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 </lyxtabular>
20524
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \begin_layout Section
20531 記号
20532 \begin_inset ERT
20533 status collapsed
20534
20535 \begin_layout Plain Layout
20536
20537
20538 \backslash
20539 texorpdfstring{
20540 \end_layout
20541
20542 \end_inset
20543
20544
20545 \begin_inset Foot
20546 status collapsed
20547
20548 \begin_layout Plain Layout
20549 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20550 \begin_inset CommandInset citation
20551 LatexCommand cite
20552 key "Symbols"
20553
20554 \end_inset
20555
20556 にあります。
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \begin_inset ERT
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566
20567 }{}
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \begin_inset Note Note
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20580 \end_layout
20581
20582 \begin_layout Plain Layout
20583
20584 \backslash
20585 texorpdfstringについての詳細は、第
20586 \begin_inset CommandInset ref
20587 LatexCommand ref
20588 reference "sub:節見出し中の数式"
20589
20590 \end_inset
20591
20592 節にあります。
20593 \end_layout
20594
20595 \end_inset
20596
20597
20598 \begin_inset Index idx
20599 status collapsed
20600
20601 \begin_layout Plain Layout
20602 きごう@記号
20603 \end_layout
20604
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \begin_layout Standard
20611 本節に掲げてある各記号の多くは、ツールバーボタンの
20612 \begin_inset Graphics
20613         filename ../../images/math/nabla.png
20614         scale 85
20615
20616 \end_inset
20617
20618
20619 \begin_inset Graphics
20620         filename ../../images/math/digamma.png
20621         scale 85
20622
20623 \end_inset
20624
20625 でも挿入することができます。
20626 \end_layout
20627
20628 \begin_layout Subsection
20629 数学記号
20630 \begin_inset CommandInset label
20631 LatexCommand label
20632 name "sub:数学記号"
20633
20634 \end_inset
20635
20636
20637 \begin_inset Index idx
20638 status collapsed
20639
20640 \begin_layout Plain Layout
20641 きごう@記号 ! すうがく@数学
20642 \end_layout
20643
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \begin_layout Standard
20650 \begin_inset space \hfill{}
20651 \end_inset
20652
20653
20654 \begin_inset Tabular
20655 <lyxtabular version="3" rows="10" columns="2">
20656 <features tabularvalignment="middle">
20657 <column alignment="center" valignment="top" width="0pt">
20658 <column alignment="center" valignment="top" width="0pt">
20659 <row>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 コマンド
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 出力
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 neg
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\neg$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 Im
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\Im$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 Re
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\Re$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 aleph
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\aleph$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 partial
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\partial$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 infty
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\infty$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 wp
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\wp$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 imath
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\imath$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 jmath
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\jmath$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 </lyxtabular>
20905
20906 \end_inset
20907
20908
20909 \begin_inset space \hfill{}
20910 \end_inset
20911
20912
20913 \begin_inset Tabular
20914 <lyxtabular version="3" rows="10" columns="2">
20915 <features tabularvalignment="middle">
20916 <column alignment="center" valignment="top" width="0pt">
20917 <column alignment="center" valignment="top" width="0pt">
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 コマンド
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 出力
20933 \begin_inset Note Note
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 ここで
20938 \series bold
20939
20940 \backslash
20941 raisebox
20942 \series default
20943 はスペーサーとして使用しているだけです。
20944 \end_layout
20945
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 forall
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\forall$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \backslash
20986 exists
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Formula $\exists$
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \backslash
21011 nexists
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Formula $\nexists$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \backslash
21036 emptyset
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 \begin_inset Formula $\emptyset$
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 <row>
21055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059
21060 \backslash
21061 varnothing
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 \begin_inset Formula $\varnothing$
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \backslash
21086 dag
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 \begin_inset Formula $\dag$
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 </row>
21104 <row>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109
21110 \backslash
21111 ddag
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $\ddag$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 <row>
21130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \backslash
21136 complement
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset ERT
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149
21150
21151 \backslash
21152 raisebox{-0.8mm}{
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \begin_inset Formula $\complement$
21159 \end_inset
21160
21161
21162 \begin_inset ERT
21163 status collapsed
21164
21165 \begin_layout Plain Layout
21166
21167 }
21168 \end_layout
21169
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 Bbbk
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\Bbbk$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 </lyxtabular>
21204
21205 \end_inset
21206
21207
21208 \begin_inset space \hfill{}
21209 \end_inset
21210
21211
21212 \begin_inset Tabular
21213 <lyxtabular version="3" rows="10" columns="2">
21214 <features tabularvalignment="middle">
21215 <column alignment="center" valignment="top" width="0pt">
21216 <column alignment="center" valignment="top" width="0pt">
21217 <row>
21218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 コマンド
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 出力
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 prime
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\prime$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 backprime
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\backprime$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 mho
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\mho$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 triangle
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\triangle$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 angle
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\angle$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 measuredangle
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\measuredangle$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 sphericalangle
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\sphericalangle$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 top
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\top$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 bot
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\bot$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 </lyxtabular>
21463
21464 \end_inset
21465
21466
21467 \begin_inset space \hfill{}
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \begin_layout Subsection
21474 その他の記号
21475 \begin_inset CommandInset label
21476 LatexCommand label
21477 name "sub:その他の記号"
21478
21479 \end_inset
21480
21481
21482 \begin_inset Index idx
21483 status collapsed
21484
21485 \begin_layout Plain Layout
21486 きごう@記号 ! そのた@その他
21487 \end_layout
21488
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \begin_layout Standard
21495 \noindent
21496 \align center
21497 \begin_inset Tabular
21498 <lyxtabular version="3" rows="10" columns="2">
21499 <features tabularvalignment="middle">
21500 <column alignment="center" valignment="top" width="0pt">
21501 <column alignment="center" valignment="top" width="0pt">
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \family roman
21509 \series medium
21510 \shape up
21511 \size normal
21512 \emph off
21513 \bar no
21514 \noun off
21515 \color none
21516 コマンド
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \family roman
21527 \series medium
21528 \shape up
21529 \size normal
21530 \emph off
21531 \bar no
21532 \noun off
21533 \color none
21534 出力
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \backslash
21547 flat
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\flat$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \backslash
21572 natural
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\natural$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 <row>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \backslash
21597 sharp
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\sharp$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \backslash
21622 surd
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\surd$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 checkmark
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\checkmark$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \backslash
21672 yen
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset Formula $\yen$
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 <row>
21691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695
21696 \backslash
21697 pounds
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $\pounds$
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 <row>
21716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 $
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\$$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 §
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $§$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 </lyxtabular>
21762
21763 \end_inset
21764
21765
21766 \begin_inset Tabular
21767 <lyxtabular version="3" rows="10" columns="2">
21768 <features tabularvalignment="middle">
21769 <column alignment="center" valignment="top" width="0">
21770 <column alignment="center" valignment="top" width="0">
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \family roman
21778 \series medium
21779 \shape up
21780 \size normal
21781 \emph off
21782 \bar no
21783 \noun off
21784 \color none
21785 コマンド
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \family roman
21796 \series medium
21797 \shape up
21798 \size normal
21799 \emph off
21800 \bar no
21801 \noun off
21802 \color none
21803 出力
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 hbar
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\hbar$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 hslash
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 \begin_inset Formula $\hslash$
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 </row>
21859 <row>
21860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864
21865 \backslash
21866 clubsuit
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 \begin_inset Formula $\clubsuit$
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 spadesuit
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\spadesuit$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 bigstar
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\bigstar$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 blacklozenge
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\blacklozenge$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 blacktriangle
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\blacktriangle$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 blacktiangledown
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\blacktriangledown$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 bullet
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\bullet$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 </lyxtabular>
22035
22036 \end_inset
22037
22038
22039 \begin_inset Tabular
22040 <lyxtabular version="3" rows="10" columns="2">
22041 <features tabularvalignment="middle">
22042 <column alignment="center" valignment="top" width="0pt">
22043 <column alignment="center" valignment="top" width="0pt">
22044 <row>
22045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \family roman
22051 \series medium
22052 \shape up
22053 \size normal
22054 \emph off
22055 \bar no
22056 \noun off
22057 \color none
22058 コマンド
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \family roman
22069 \series medium
22070 \shape up
22071 \size normal
22072 \emph off
22073 \bar no
22074 \noun off
22075 \color none
22076 出力
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \backslash
22089 diamondsuit
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Formula $\diamondsuit$
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 Diamond
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\Diamond$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 heartsuit
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\heartsuit$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 P
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\P$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 copyright
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\copyright$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 circledR
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\circledR$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 maltese
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\maltese$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 diagup
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\diagup$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \backslash
22289 diagdown
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Formula $\diagdown$
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 </lyxtabular>
22308
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \begin_layout Standard
22315 \begin_inset VSpace medskip
22316 \end_inset
22317
22318 ここにある以上の記号が、第
22319 \begin_inset CommandInset ref
22320 LatexCommand ref
22321 reference "sub:他の特殊文字"
22322
22323 \end_inset
22324
22325 節に挙げてあります。
22326 \end_layout
22327
22328 \begin_layout Standard
22329 寸法を変えて表示することのできる記号もあります。第
22330 \begin_inset CommandInset ref
22331 LatexCommand ref
22332 reference "sub:書体寸法"
22333
22334 \end_inset
22335
22336 節をご参照下さい。
22337 \end_layout
22338
22339 \begin_layout Subsection
22340 ユーロ通貨記号€
22341 \begin_inset Index idx
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22346 \end_layout
22347
22348 \end_inset
22349
22350
22351 \begin_inset Index idx
22352 status collapsed
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 @
22358 \begin_inset ERT
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362
22363
22364 \backslash
22365 officialeuro
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Standard
22379 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22380 \series bold
22381 eurosym
22382 \series default
22383
22384 \begin_inset Index idx
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388 ぱっけーじ@パッケージ ! eurosym
22389 \end_layout
22390
22391 \end_inset
22392
22393 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22394 \end_layout
22395
22396 \begin_layout Standard
22397
22398 \series bold
22399
22400 \backslash
22401 usepackage[gennarrow]{eurosym}
22402 \end_layout
22403
22404 \begin_layout Standard
22405 すると、ユーロ通貨記号を
22406 \series bold
22407
22408 \backslash
22409 euro
22410 \series default
22411
22412 \begin_inset Index idx
22413 status collapsed
22414
22415 \begin_layout Plain Layout
22416 こまんど@コマンド ! E ! 
22417 \backslash
22418 euro
22419 \end_layout
22420
22421 \end_inset
22422
22423 コマンドで挿入することができるようになります。
22424 \end_layout
22425
22426 \begin_layout Standard
22427 数式テキストには、
22428 \series bold
22429 eurosym
22430 \series default
22431 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22432 \series bold
22433 eurosym
22434 \series default
22435 が導入されていれば、
22436 \series bold
22437
22438 \backslash
22439 euro
22440 \series default
22441 はTeXモードでも挿入することができます。また、正式な通貨記号を
22442 \series bold
22443
22444 \backslash
22445 officialeuro
22446 \series default
22447
22448 \begin_inset Index idx
22449 status collapsed
22450
22451 \begin_layout Plain Layout
22452 こまんど@コマンド ! O ! 
22453 \backslash
22454 officialeuro
22455 \end_layout
22456
22457 \end_inset
22458
22459 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset ERT
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467
22468
22469 \backslash
22470 ifeurosym 
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \begin_inset Note Note
22477 status open
22478
22479 \begin_layout Plain Layout
22480 以下の表は、LaTeXパッケージ
22481 \series bold
22482 eurosym
22483 \series default
22484 が導入済みのときのみ表示されます。
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Standard
22493 以下は、各ユーロ通貨記号のまとめです。
22494 \end_layout
22495
22496 \begin_layout Standard
22497 \align center
22498 \begin_inset Tabular
22499 <lyxtabular version="3" rows="4" columns="3">
22500 <features tabularvalignment="middle">
22501 <column alignment="center" valignment="top" width="0pt">
22502 <column alignment="center" valignment="top" width="0pt">
22503 <column alignment="center" valignment="top" width="0pt">
22504 <row>
22505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 コマンド
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 出力
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 数式
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \backslash
22549 euro
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\euro$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 数式テキスト
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590 \begin_inset Formula $\mbox{€}$
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 </row>
22599 <row>
22600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 TeXモード
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 officialeuro
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset ERT
22625 status collapsed
22626
22627 \begin_layout Plain Layout
22628
22629
22630 \backslash
22631 officialeuro
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 </lyxtabular>
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Standard
22650 \begin_inset ERT
22651 status collapsed
22652
22653 \begin_layout Plain Layout
22654
22655
22656 \backslash
22657 else 
22658 \end_layout
22659
22660 \end_inset
22661
22662
22663 \begin_inset Note Note
22664 status open
22665
22666 \begin_layout Plain Layout
22667 以下は、LaTeXパッケージ
22668 \series bold
22669 eurosym
22670 \series default
22671 が導入されていないときのみ表示されます。
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Standard
22680 本節の残りを出力としてみるためには、LaTeXパッケージ
22681 \series bold
22682 eurosym
22683 \series default
22684 を導入する必要があります。
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset ERT
22689 status collapsed
22690
22691 \begin_layout Plain Layout
22692
22693
22694 \backslash
22695 fi 
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Section
22704 関係子
22705 \begin_inset CommandInset label
22706 LatexCommand label
22707 name "sec:関係子"
22708
22709 \end_inset
22710
22711
22712 \begin_inset Index idx
22713 status collapsed
22714
22715 \begin_layout Plain Layout
22716 かんけいし@関係子
22717 \end_layout
22718
22719 \end_inset
22720
22721
22722 \begin_inset Index idx
22723 status collapsed
22724
22725 \begin_layout Plain Layout
22726 ひかくし@比較子|see
22727 \begin_inset ERT
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731
22732 {
22733 \end_layout
22734
22735 \end_inset
22736
22737 関係子
22738 \begin_inset ERT
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742
22743 }
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 関係子はすべて、ツールバーボタンの
22758 \begin_inset Graphics
22759         filename ../../images/math/leq.png
22760         scale 85
22761
22762 \end_inset
22763
22764 でも挿入することができます。
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset space \hfill{}
22769 \end_inset
22770
22771
22772 \begin_inset Tabular
22773 <lyxtabular version="3" rows="17" columns="2">
22774 <features tabularvalignment="middle">
22775 <column alignment="center" valignment="top" width="0pt">
22776 <column alignment="center" valignment="top" width="0pt">
22777 <row>
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 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 出力
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $<$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $<$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 le
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\le$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 ll
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\ll$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 prec
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\prec$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 preceq
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\preceq$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 subset
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\subset$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 subseteq
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\subseteq$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 sqsubseteq
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\sqsubseteq$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 in
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\in$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \backslash
23030 vdash
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Formula $\vdash$
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \backslash
23055 smile
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $\smile$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \backslash
23080 lhd
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset Formula $\lhd$
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 <row>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \backslash
23105 unlhd
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Formula $\unlhd$
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \backslash
23130 gtrless
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\gtrless$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 mid
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\mid$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \backslash
23180 nmid
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 \begin_inset Formula $\nmid$
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 </row>
23198 </lyxtabular>
23199
23200 \end_inset
23201
23202
23203 \begin_inset space \hfill{}
23204 \end_inset
23205
23206
23207 \begin_inset Tabular
23208 <lyxtabular version="3" rows="17" columns="2">
23209 <features tabularvalignment="middle">
23210 <column alignment="center" valignment="top" width="0pt">
23211 <column alignment="center" valignment="top" width="0pt">
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 コマンド
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 出力
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 =
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $=$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 not=
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\not=$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 equiv
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\equiv$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 sim
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\sim$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 simeq
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\simeq$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 approx
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\approx$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 cong
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\cong$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 bowtie
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\bowtie$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 notin
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\notin$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 perp
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\perp$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 propto
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\propto$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 asymp
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\asymp$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 doteq
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\doteq$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 circeq
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\circeq$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 models
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\models$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 widehat=
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\widehat{=}$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 </lyxtabular>
23631
23632 \end_inset
23633
23634
23635 \begin_inset space \hfill{}
23636 \end_inset
23637
23638
23639 \begin_inset Tabular
23640 <lyxtabular version="3" rows="17" columns="2">
23641 <features tabularvalignment="middle">
23642 <column alignment="center" valignment="top" width="0pt">
23643 <column alignment="center" valignment="top" width="0pt">
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \family roman
23651 \series medium
23652 \shape up
23653 \size normal
23654 \emph off
23655 \bar no
23656 \noun off
23657 \color none
23658 コマンド
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \family roman
23669 \series medium
23670 \shape up
23671 \size normal
23672 \emph off
23673 \bar no
23674 \noun off
23675 \color none
23676 出力
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $>$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $>$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 ge
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\ge$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 gg
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\gg$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 succ
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\succ$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 succeq
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\succeq$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \backslash
23815 supset
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $\supset$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 supseteq
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\supseteq$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 sqsupseteq
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\sqsupseteq$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 ni
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\ni$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 dashv
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 \begin_inset Formula $\dashv$
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 frown
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $\frown$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 rhd
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 \begin_inset Formula $\rhd$
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 <row>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988
23989 \backslash
23990 unrhd
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 \begin_inset Formula $\unrhd$
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 </row>
24008 <row>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013
24014 \backslash
24015 lessgtr
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 \begin_inset Formula $\lessgtr$
24025 \end_inset
24026
24027
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 </row>
24033 <row>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038
24039 \backslash
24040 parallel
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 \begin_inset Formula $\parallel$
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \backslash
24065 nparallel
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074 \begin_inset Formula $\nparallel$
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 </row>
24083 </lyxtabular>
24084
24085 \end_inset
24086
24087
24088 \begin_inset space \hfill{}
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 \begin_inset VSpace medskip
24096 \end_inset
24097
24098
24099 \series bold
24100
24101 \backslash
24102 lhd
24103 \series default
24104
24105 \series bold
24106
24107 \backslash
24108 rhd
24109 \series default
24110 の文字は、同じように見える演算子
24111 \series bold
24112
24113 \backslash
24114 triangleleft
24115 \series default
24116 および
24117 \series bold
24118
24119 \backslash
24120 triangleright
24121 \series default
24122 よりも大きくなっています。
24123 \end_layout
24124
24125 \begin_layout Standard
24126 関係子は、記号とは違って、つねに前後に余白が置かれます。
24127 \end_layout
24128
24129 \begin_layout Standard
24130
24131 \series bold
24132
24133 \backslash
24134 stackrel
24135 \series default
24136
24137 \begin_inset Index idx
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 こまんど@コマンド ! S ! 
24142 \backslash
24143 stackrel
24144 \end_layout
24145
24146 \end_inset
24147
24148 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \align center
24153 \begin_inset Tabular
24154 <lyxtabular version="3" rows="2" columns="2">
24155 <features tabularvalignment="middle">
24156 <column alignment="center" valignment="top" width="0">
24157 <column alignment="center" valignment="top" width="0">
24158 <row>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 コマンド
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 出力
24173 \begin_inset Note Note
24174 status collapsed
24175
24176 \begin_layout Plain Layout
24177 ここで
24178 \series bold
24179
24180 \backslash
24181 raisebox
24182 \series default
24183 はスペーサーとして使用しているだけです。
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 </row>
24194 <row>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 A(r)
24200 \backslash
24201 stackrel
24202 \begin_inset ERT
24203 status collapsed
24204
24205 \begin_layout Plain Layout
24206
24207
24208 \backslash
24209 spce 
24210 \end_layout
24211
24212 \end_inset
24213
24214 r
24215 \backslash
24216 to
24217 \backslash
24218 infty
24219 \begin_inset ERT
24220 status collapsed
24221
24222 \begin_layout Plain Layout
24223
24224
24225 \backslash
24226 spce 
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \begin_inset Formula $\downarrow$
24233 \end_inset
24234
24235
24236 \backslash
24237 approx
24238 \begin_inset ERT
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242
24243
24244 \backslash
24245 spce 
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \begin_inset ERT
24252 status collapsed
24253
24254 \begin_layout Plain Layout
24255
24256
24257 \backslash
24258 spce 
24259 \end_layout
24260
24261 \end_inset
24262
24263 B
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 </lyxtabular>
24282
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \begin_layout Section
24289 函数
24290 \end_layout
24291
24292 \begin_layout Subsection
24293 定義済み函数
24294 \begin_inset CommandInset label
24295 LatexCommand label
24296 name "sub:定義済み函数"
24297
24298 \end_inset
24299
24300
24301 \begin_inset Index idx
24302 status collapsed
24303
24304 \begin_layout Plain Layout
24305 かんすう@函数 ! ていぎずみ@定義済み
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 一般的に、数式表現では変数は
24315 \shape italic
24316 イタリック体
24317 \shape default
24318 に設定されますが、函数名はイタリック体にしません。なぜなら、
24319 \begin_inset Formula $sin$
24320 \end_inset
24321
24322
24323 \begin_inset Formula $s\cdot i\cdot n$
24324 \end_inset
24325
24326 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24327 ックスラッシュを加えたコマンドとして挿入します。
24328 \end_layout
24329
24330 \begin_layout Standard
24331 \align center
24332 \begin_inset Tabular
24333 <lyxtabular version="3" rows="2" columns="4">
24334 <features tabularvalignment="middle">
24335 <column alignment="center" valignment="top" width="0pt">
24336 <column alignment="center" valignment="top" width="0pt">
24337 <column alignment="center" valignment="top" width="0pt">
24338 <column alignment="center" valignment="top" width="0pt">
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 コマンド
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 出力
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 コマンド
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 出力
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 Asin(x)+B
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $Asin(x)+B$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 A
24404 \backslash
24405 sin(x)+B
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $A\sin(x)+B$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 </lyxtabular>
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Standard
24431 以下の函数が定義済みです。
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset VSpace -2mm
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \begin_layout Standard
24442 \align center
24443 \begin_inset Tabular
24444 <lyxtabular version="3" rows="9" columns="4">
24445 <features tabularvalignment="middle">
24446 <column alignment="center" valignment="top" width="0pt">
24447 <column alignment="center" valignment="top" width="0pt">
24448 <column alignment="center" valignment="top" width="0pt">
24449 <column alignment="center" valignment="top" width="0pt">
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 コマンド
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 コマンド
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 コマンド
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 コマンド
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 </row>
24488 <row>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 sin
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 sinh
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 arcsin
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 sup
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 </row>
24534 <row>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 cos
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 cosh
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 arccos
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 inf
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 <row>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 tan
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 tanh
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 arctan
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 lim
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 </row>
24626 <row>
24627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 cot
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 coth
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 arg
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 liminf
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 </row>
24672 <row>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 sec
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 min
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 deg
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 limsup
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 </row>
24718 <row>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 csc
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 max
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \backslash
24747 det
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 Pr
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 </row>
24764 <row>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 ln
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 exp
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791
24792 \backslash
24793 dim
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 hom
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 </row>
24810 <row>
24811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 lg
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 log
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 ker
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 gcd
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 </row>
24856 </lyxtabular>
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 上記は、数式ツールバーボタンの
24865 \begin_inset Graphics
24866         filename ../../images/math/functions.png
24867         scale 85
24868
24869 \end_inset
24870
24871 でも挿入することができます。
24872 \end_layout
24873
24874 \begin_layout Subsection
24875 自己定義函数
24876 \begin_inset Index idx
24877 status collapsed
24878
24879 \begin_layout Plain Layout
24880 かんすう@函数 ! じこていぎ@自己定義
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Standard
24889 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24890 \end_layout
24891
24892 \begin_layout Itemize
24893 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24894 \begin_inset Foot
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898
24899 \series bold
24900
24901 \backslash
24902 DeclareMathOperator
24903 \series default
24904 についての詳細は、第
24905 \begin_inset CommandInset ref
24906 LatexCommand ref
24907 reference "sub:自己定義演算子"
24908
24909 \end_inset
24910
24911 節をご参照下さい。
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \begin_inset Newline newline
24918 \end_inset
24919
24920
24921 \begin_inset VSpace -3mm
24922 \end_inset
24923
24924
24925 \begin_inset Newline newline
24926 \end_inset
24927
24928
24929 \series bold
24930
24931 \backslash
24932 DeclareMathOperator{
24933 \backslash
24934 sgn}{sgn}
24935 \series default
24936
24937 \begin_inset Index idx
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941 こまんど@コマンド ! D ! 
24942 \backslash
24943 dbinom@
24944 \backslash
24945 DeclareMathOperator
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \begin_inset Newline newline
24952 \end_inset
24953
24954
24955 \begin_inset VSpace -2mm
24956 \end_inset
24957
24958
24959 \begin_inset Newline newline
24960 \end_inset
24961
24962 これによって、新しく定義された函数を
24963 \series bold
24964
24965 \backslash
24966 sgn
24967 \series default
24968 コマンドで呼び出すことができるようになります。
24969 \end_layout
24970
24971 \begin_layout Itemize
24972 数式を普通に書き下し、函数名を選択して(上記の例では
24973 \emph on
24974 sgn
24975 \emph default
24976 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
24977 \end_layout
24978
24979 \begin_layout Standard
24980 双方とも定義済み函数と同等の出力をもたらします
24981 \begin_inset Foot
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 \align center
24995 \begin_inset Tabular
24996 <lyxtabular version="3" rows="3" columns="2">
24997 <features tabularvalignment="middle">
24998 <column alignment="center" valignment="top" width="0pt">
24999 <column alignment="center" valignment="top" width="0pt">
25000 <row>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 コマンド
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014 出力
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 <row>
25021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025 A
25026 \backslash
25027 sgn(x)+B
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 \begin_inset Formula $A\sgn(x)+B$
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 A
25051 \backslash
25052 ,
25053 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25054 \end_inset
25055
25056 (x)+B
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 </lyxtabular>
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25083 \end_layout
25084
25085 \begin_layout Subsection
25086 極限
25087 \begin_inset Index idx
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 きょくげん@極限
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 極限用には、
25101 \series bold
25102
25103 \backslash
25104 lim
25105 \series default
25106
25107 \begin_inset Index idx
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 こまんど@コマンド ! L ! 
25112 \backslash
25113 lim
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \series bold
25120
25121 \backslash
25122 liminf
25123 \series default
25124
25125 \series bold
25126
25127 \backslash
25128 limsup
25129 \series default
25130 の他に、以下の函数があります。
25131 \end_layout
25132
25133 \begin_layout Standard
25134 \align center
25135 \begin_inset Tabular
25136 <lyxtabular version="3" rows="5" columns="2">
25137 <features tabularvalignment="middle">
25138 <column alignment="center" valignment="top" width="0">
25139 <column alignment="center" valignment="top" width="0">
25140 <row>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 コマンド
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 出力
25155 \begin_inset Note Note
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159 ここで
25160 \series bold
25161
25162 \backslash
25163 raisebox
25164 \series default
25165 はスペーサーとして使用しているだけです。
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 </row>
25176 <row>
25177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \backslash
25183 varliminf
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192 \begin_inset Formula $\varliminf$
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 </row>
25201 <row>
25202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 varlimsup
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217 \begin_inset Formula $\varlimsup$
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 </row>
25226 <row>
25227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 varprojlim
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Formula $\varprojlim$
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 <row>
25252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \backslash
25258 varinjlim
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 \begin_inset Formula $\varinjlim$
25268 \end_inset
25269
25270
25271 \begin_inset Formula $\raisebox{-2.5mm}{}$
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 </row>
25280 </lyxtabular>
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 \begin_inset VSpace medskip
25289 \end_inset
25290
25291 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25292 \end_layout
25293
25294 \begin_layout Standard
25295 \align center
25296 \begin_inset Tabular
25297 <lyxtabular version="3" rows="2" columns="2">
25298 <features tabularvalignment="middle">
25299 <column alignment="center" valignment="top" width="0pt">
25300 <column alignment="center" valignment="top" width="0pt">
25301 <row>
25302 <cell alignment="center" valignment="top" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 コマンド
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315 \begin_inset space \hspace{}
25316 \length 1cm
25317 \end_inset
25318
25319 出力
25320 \begin_inset Note Note
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324 ここで
25325 \series bold
25326
25327 \backslash
25328 raisebox
25329 \series default
25330 はスペーサーとして使用しているだけです。
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 </row>
25341 <row>
25342 <cell alignment="center" valignment="top" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 lim_x
25349 \backslash
25350 to
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356
25357 \backslash
25358 spce 
25359 \end_layout
25360
25361 \end_inset
25362
25363 A
25364 \begin_inset ERT
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368
25369
25370 \backslash
25371 spce 
25372 \end_layout
25373
25374 \end_inset
25375
25376 x=B
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 </lyxtabular>
25395
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \begin_layout Standard
25402 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25403 \begin_inset Formula \[
25404 \lim_{x\to A}x=B\]
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Subsection
25412 剰余函数
25413 \begin_inset Index idx
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417 かんすう@函数 ! じょうよ@剰余
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \begin_inset Index idx
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427 かんすう@函数 ! もじゅらす@モジュラス | see
25428 \begin_inset ERT
25429 status collapsed
25430
25431 \begin_layout Plain Layout
25432
25433 {
25434 \end_layout
25435
25436 \end_inset
25437
25438 剰余
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444 }
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 剰余函数は、特別に4つの派生型があります。
25459 \end_layout
25460
25461 \begin_layout Standard
25462 以下は、別行建て数式での派生型です。
25463 \begin_inset Formula \begin{align*}
25464 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25465 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25466 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25467 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25468 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25469 \end{align*}
25470
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \begin_layout Standard
25477 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25478 \end_layout
25479
25480 \begin_layout Section
25481 特殊文字
25482 \begin_inset Index idx
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486 とくしゅもじ@特殊文字
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Subsection
25495 数式テキストにおける特殊文字
25496 \end_layout
25497
25498 \begin_layout Standard
25499 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset space \hfill{}
25504 \end_inset
25505
25506
25507 \begin_inset Tabular
25508 <lyxtabular version="3" rows="8" columns="2">
25509 <features tabularvalignment="middle">
25510 <column alignment="block" valignment="top" width="0">
25511 <column alignment="block" valignment="top" width="0">
25512 <row>
25513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517 コマンド
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526 出力
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 </row>
25532 <row>
25533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Plain Layout
25537
25538 \backslash
25539 oe
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548 \begin_inset Formula $\textrm{œ}$
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 </row>
25557 <row>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562
25563 \backslash
25564 OE
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 \begin_inset Formula $\textrm{Œ}$
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 <row>
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587
25588 \backslash
25589 ae
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 \begin_inset Formula $\textrm{æ}$
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 </row>
25607 <row>
25608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25609 \begin_inset Text
25610
25611 \begin_layout Plain Layout
25612
25613 \backslash
25614 AE
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 \begin_inset Formula $\textrm{Æ}$
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 aa
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset Formula $\textrm{\aa}$
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 AA
25665 \begin_inset Index idx
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669
25670 \lang english
25671
25672 \backslash
25673 @
25674 \begin_inset ERT
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678
25679
25680 \backslash
25681 textrm{
25682 \backslash
25683 AA}
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 \begin_inset Formula $\textrm{Å}$
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 </row>
25711 <row>
25712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716
25717 \backslash
25718 i
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 \begin_inset Formula $\textrm{ı}$
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 </lyxtabular>
25737
25738 \end_inset
25739
25740
25741 \begin_inset space \hfill{}
25742 \end_inset
25743
25744
25745 \begin_inset Tabular
25746 <lyxtabular version="3" rows="8" columns="2">
25747 <features tabularvalignment="middle">
25748 <column alignment="block" valignment="top" width="0">
25749 <column alignment="center" valignment="top" width="0">
25750 <row>
25751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 コマンド
25756 \begin_inset Note Note
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760 0
25761 \begin_inset space \thinspace{}
25762 \end_inset
25763
25764 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778 出力
25779 \end_layout
25780
25781 \end_inset
25782 </cell>
25783 </row>
25784 <row>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789
25790 \backslash
25791 o
25792 \end_layout
25793
25794 \end_inset
25795 </cell>
25796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25797 \begin_inset Text
25798
25799 \begin_layout Plain Layout
25800 \begin_inset Formula $\textrm{ø}$
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 </row>
25809 <row>
25810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814
25815 \backslash
25816 O
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25822 \begin_inset Text
25823
25824 \begin_layout Plain Layout
25825 \begin_inset Formula $\textrm{Ø}$
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 </row>
25834 <row>
25835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839
25840 \backslash
25841 l
25842 \end_layout
25843
25844 \end_inset
25845 </cell>
25846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850 \begin_inset Formula $\textrm{ł}$
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 </row>
25859 <row>
25860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864
25865 \backslash
25866 L
25867 \end_layout
25868
25869 \end_inset
25870 </cell>
25871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875 \begin_inset Formula $\textrm{Ł}$
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 </row>
25884 <row>
25885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 !
25890 \begin_inset space \hspace{}
25891 \length 0mm
25892 \end_inset
25893
25894 `
25895 \begin_inset ERT
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899
25900
25901 \backslash
25902 spce 
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 \begin_inset Formula $\textrm{!`}$
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 </row>
25925 <row>
25926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 ?
25931 \begin_inset space \hspace{}
25932 \length 0mm
25933 \end_inset
25934
25935 `
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940
25941
25942 \backslash
25943 spce 
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 \begin_inset Formula $\textrm{?`}$
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 </row>
25966 <row>
25967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971
25972 \backslash
25973 j
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 \begin_inset Formula $\textrm{ȷ}$
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 </lyxtabular>
25992
25993 \end_inset
25994
25995
25996 \begin_inset space \hfill{}
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 \begin_inset Formula $\textrm{\textrm{Å}}$
26004 \end_inset
26005
26006
26007 \begin_inset Formula $\textrm{\textrm{Ø}}$
26008 \end_inset
26009
26010 の各文字は、数式ツールバーボタンの
26011 \begin_inset Graphics
26012         filename ../../images/math/digamma.png
26013         scale 85
26014
26015 \end_inset
26016
26017 からも挿入することができます。
26018 \end_layout
26019
26020 \begin_layout Standard
26021 例外は、
26022 \series bold
26023 !
26024 \begin_inset space \hspace{}
26025 \length 0mm
26026 \end_inset
26027
26028 `
26029 \series default
26030
26031 \series bold
26032 ?
26033 \begin_inset space \hspace{}
26034 \length 0mm
26035 \end_inset
26036
26037 `
26038 \series default
26039 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26040 \end_layout
26041
26042 \begin_layout Subsection
26043 文章中のアクセント
26044 \begin_inset CommandInset label
26045 LatexCommand label
26046 name "sub:文章中のアクセント"
26047
26048 \end_inset
26049
26050
26051 \begin_inset Index idx
26052 status collapsed
26053
26054 \begin_layout Plain Layout
26055 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \begin_layout Standard
26064 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26065 \end_layout
26066
26067 \begin_layout Standard
26068 \begin_inset space \hfill{}
26069 \end_inset
26070
26071
26072 \begin_inset Tabular
26073 <lyxtabular version="3" rows="8" columns="2">
26074 <features tabularvalignment="middle">
26075 <column alignment="block" valignment="top" width="0">
26076 <column alignment="block" valignment="top" width="0">
26077 <row>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 コマンド
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 出力
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104
26105 \begin_inset Quotes grd
26106 \end_inset
26107
26108 e
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 \begin_inset ERT
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121
26122
26123 \backslash
26124 "e
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 <row>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140
26141 \backslash
26142 `e
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 `e
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 ^
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 spce 
26185 \end_layout
26186
26187 \end_inset
26188
26189 e
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset ERT
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203
26204 \backslash
26205 ^e
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \backslash
26223 =e
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 =e
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \end_inset
26248 </cell>
26249 </row>
26250 <row>
26251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255
26256 \backslash
26257 u
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 spce 
26266 \end_layout
26267
26268 \end_inset
26269
26270 e
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset ERT
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283
26284
26285 \backslash
26286 u e
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 </row>
26297 <row>
26298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302
26303 \backslash
26304 b
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 spce 
26313 \end_layout
26314
26315 \end_inset
26316
26317 e
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 b e
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 t
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 spce 
26360 \end_layout
26361
26362 \end_inset
26363
26364 ee
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378
26379 \backslash
26380 t ee
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 </lyxtabular>
26392
26393 \end_inset
26394
26395
26396 \begin_inset space \hfill{}
26397 \end_inset
26398
26399
26400 \begin_inset Tabular
26401 <lyxtabular version="3" rows="8" columns="2">
26402 <features tabularvalignment="middle">
26403 <column alignment="block" valignment="top" width="0">
26404 <column alignment="center" valignment="top" width="0">
26405 <row>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 コマンド
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 出力
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 </row>
26425 <row>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430
26431 \backslash
26432 H
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 spce 
26441 \end_layout
26442
26443 \end_inset
26444
26445 e
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 \begin_inset ERT
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458
26459
26460 \backslash
26461 H e
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 </row>
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477
26478 \backslash
26479 'e
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 \begin_inset ERT
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 'e
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 </row>
26506 <row>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511
26512 \backslash
26513 ~e
26514 \begin_inset Index idx
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519 \lang english
26520 Tilde
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset ERT
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538
26539
26540 \backslash
26541 ~e
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 </row>
26552 <row>
26553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557
26558 \backslash
26559 .e
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 .e
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 </row>
26586 <row>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591
26592 \backslash
26593 v
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 spce 
26602 \end_layout
26603
26604 \end_inset
26605
26606 e
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset ERT
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 v e
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 </row>
26633 <row>
26634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638
26639 \backslash
26640 d
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 spce 
26649 \end_layout
26650
26651 \end_inset
26652
26653 e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 d e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 c
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 spce 
26696 \end_layout
26697
26698 \end_inset
26699
26700 e
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 c e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 </lyxtabular>
26728
26729 \end_inset
26730
26731
26732 \begin_inset space \hfill{}
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Standard
26739 \begin_inset VSpace medskip
26740 \end_inset
26741
26742
26743 \series bold
26744
26745 \backslash
26746 t
26747 \series default
26748 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26749 \series bold
26750
26751 \backslash
26752 t
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 spce 
26761 \end_layout
26762
26763 \end_inset
26764
26765 sz
26766 \series default
26767 は、
26768 \begin_inset ERT
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772
26773
26774 \backslash
26775 t sz
26776 \end_layout
26777
26778 \end_inset
26779
26780 となります。
26781 \end_layout
26782
26783 \begin_layout Standard
26784
26785 \series bold
26786 `
26787 \series default
26788  ・
26789 \series bold
26790  '
26791 \series default
26792  ・ 
26793 \series bold
26794 ^
26795 \series default
26796  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26797 \begin_inset Foot
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \series bold
26808 ~
26809 \series default
26810 を、
26811 \emph on
26812 a
26813 \emph default
26814
26815 \emph on
26816 n
26817 \emph default
26818
26819 \emph on
26820 o
26821 \emph default
26822 といっしょに使うときも同様です。
26823 \end_layout
26824
26825 \begin_layout Standard
26826
26827 \series bold
26828
26829 \backslash
26830 b
26831 \series default
26832
26833 \series bold
26834
26835 \backslash
26836 c
26837 \series default
26838
26839 \series bold
26840
26841 \backslash
26842 d
26843 \series default
26844
26845 \series bold
26846
26847 \backslash
26848 H
26849 \series default
26850
26851 \series bold
26852
26853 \backslash
26854 t
26855 \series default
26856
26857 \series bold
26858
26859 \backslash
26860 u
26861 \series default
26862
26863 \series bold
26864
26865 \backslash
26866 v
26867 \series default
26868 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26869 。第
26870 \begin_inset CommandInset ref
26871 LatexCommand ref
26872 reference "sub:一文字に付けるアクセント"
26873
26874 \end_inset
26875
26876 節をご参照下さい。
26877 \end_layout
26878
26879 \begin_layout Standard
26880 \begin_inset VSpace bigskip
26881 \end_inset
26882
26883 さらに、
26884 \series bold
26885
26886 \backslash
26887 textcircled
26888 \series default
26889
26890 \begin_inset Index idx
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 こまんど@コマンド ! T ! 
26895 \backslash
26896 textcircled
26897 \end_layout
26898
26899 \end_inset
26900
26901 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26902
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \align center
26907 \begin_inset Tabular
26908 <lyxtabular version="3" rows="3" columns="2">
26909 <features tabularvalignment="middle">
26910 <column alignment="center" valignment="top" width="0">
26911 <column alignment="center" valignment="top" width="0">
26912 <row>
26913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917 コマンド
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 出力
26927 \begin_inset Note Note
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931 ここで
26932 \series bold
26933
26934 \backslash
26935 raisebox
26936 \series default
26937 はスペーサーとして使用しているだけです。
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row>
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953
26954 \backslash
26955 textcircled{w}
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset ERT
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969
26970 \backslash
26971 textcircled{w}
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 <row>
26983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987
26988 \backslash
26989 Large 
26990 \backslash
26991 textcircled{
26992 \backslash
26993 normalsize
26994 \backslash
26995 protect
26996 \backslash
26997 raisebox{-1.5pt}{W}}
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 \begin_inset Formula $\raisebox{4.5mm}{}$
27007 \end_inset
27008
27009
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015
27016 \backslash
27017 Large 
27018 \backslash
27019 textcircled{
27020 \backslash
27021 normalsize
27022 \backslash
27023 protect
27024 \backslash
27025 raisebox{-1.5pt}W}
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \begin_inset Formula $\raisebox{-2mm}{}$
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 </row>
27040 </lyxtabular>
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Standard
27048 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27049 \series bold
27050
27051 \backslash
27052 Large
27053 \series default
27054
27055 \begin_inset Foot
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059
27060 \begin_inset CommandInset ref
27061 LatexCommand ref
27062 reference "sub:書体寸法"
27063
27064 \end_inset
27065
27066 節参照のこと。
27067 \end_layout
27068
27069 \end_inset
27070
27071 で丸の大きさを指定しています。そして
27072 \series bold
27073
27074 \backslash
27075 raisebox
27076 \series default
27077
27078 \begin_inset Foot
27079 status collapsed
27080
27081 \begin_layout Plain Layout
27082
27083 \begin_inset CommandInset ref
27084 LatexCommand ref
27085 reference "sub:枠なしボックス"
27086
27087 \end_inset
27088
27089 節参照のこと。
27090 \end_layout
27091
27092 \end_inset
27093
27094 を使って、文字が真ん中にくるようにしています。
27095 \end_layout
27096
27097 \begin_layout Subsection
27098 小数字
27099 \begin_inset Index idx
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 しょうすうじ@小数字
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \begin_layout Standard
27112 小数字(minuscule number)は、
27113 \series bold
27114
27115 \backslash
27116 oldstylenums
27117 \series default
27118
27119 \begin_inset Index idx
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123 こまんど@コマンド ! O ! 
27124 \backslash
27125 oldstylenums
27126 \end_layout
27127
27128 \end_inset
27129
27130 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27131 \end_layout
27132
27133 \begin_layout Standard
27134
27135 \series bold
27136
27137 \backslash
27138 oldstylenums{数字}
27139 \end_layout
27140
27141 \begin_layout Standard
27142 です。
27143 \series bold
27144
27145 \backslash
27146 oldstylenums{0123456789}
27147 \series default
27148 というコマンドは、
27149 \begin_inset Formula $\oldstylenums{0123456789}$
27150 \end_inset
27151
27152 のようになります。
27153 \end_layout
27154
27155 \begin_layout Subsection
27156 他の特殊文字
27157 \begin_inset CommandInset label
27158 LatexCommand label
27159 name "sub:他の特殊文字"
27160
27161 \end_inset
27162
27163
27164 \begin_inset Index idx
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168 とくしゅもじ@特殊文字 ! たの@他の
27169 \end_layout
27170
27171 \end_inset
27172
27173
27174 \end_layout
27175
27176 \begin_layout Standard
27177 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27178 \end_layout
27179
27180 \begin_layout Standard
27181 \align center
27182 \begin_inset Tabular
27183 <lyxtabular version="3" rows="4" columns="2">
27184 <features tabularvalignment="middle">
27185 <column alignment="center" valignment="top" width="0">
27186 <column alignment="center" valignment="top" width="0">
27187 <row>
27188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27189 \begin_inset Text
27190
27191 \begin_layout Plain Layout
27192 コマンド
27193 \end_layout
27194
27195 \end_inset
27196 </cell>
27197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27198 \begin_inset Text
27199
27200 \begin_layout Plain Layout
27201 出力
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 <row>
27208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212
27213 \backslash
27214 ^
27215 \begin_inset ERT
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219
27220
27221 \backslash
27222 spce 
27223 \end_layout
27224
27225 \end_inset
27226
27227
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Plain Layout
27236 \begin_inset Formula $\mathcircumflex$
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 </row>
27245 <row>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250
27251 \backslash
27252 _
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261 \begin_inset Formula $\_$
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275 ^
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 spce 
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \backslash
27290 circ
27291 \begin_inset Index idx
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295
27296 \lang english
27297
27298 \backslash
27299
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313 \begin_inset Formula $^{\circ}$
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 </row>
27322 </lyxtabular>
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27331 \begin_inset Foot
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 この件に関する詳細は、第
27336 \begin_inset CommandInset ref
27337 LatexCommand ref
27338 reference "sub:数式中のテキスト文字"
27339
27340 \end_inset
27341
27342 節にあります。
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351
27352 \series bold
27353
27354 \backslash
27355 DeclareInputtext{176}{
27356 \backslash
27357 ifmmode^
27358 \backslash
27359 circ
27360 \backslash
27361 else
27362 \backslash
27363 textdegree
27364 \backslash
27365 fi}
27366 \end_layout
27367
27368 \begin_layout Section
27369 数式様式
27370 \begin_inset CommandInset label
27371 LatexCommand label
27372 name "sec:数式様式"
27373
27374 \end_inset
27375
27376
27377 \begin_inset Index idx
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 すうしき@数式 ! ようしき@様式
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Itemize
27390 以下の二つの配置様式があります。
27391 \end_layout
27392
27393 \begin_deeper
27394 \begin_layout Description
27395 中央揃え 事前に定義された標準です。
27396 \end_layout
27397
27398 \begin_layout Description
27399 行頭下げ これを使うには、
27400 \family sans
27401 文書\SpecialChar \menuseparator
27402 設定
27403 \family default
27404 メニューの
27405 \family sans
27406 文書クラス
27407 \family default
27408 において、
27409 \series bold
27410 fleqn
27411 \series default
27412 オプションを指定しておかなくてはなりません。
27413 \end_layout
27414
27415 \begin_layout Standard
27416
27417 \series bold
27418 行頭下げ
27419 \series default
27420 を用いる場合には、行頭下げの大きさを
27421 \series bold
27422
27423 \backslash
27424 mathindent
27425 \series default
27426
27427 \begin_inset Index idx
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 こまんど@コマンド ! M ! 
27432 \backslash
27433 mathindent
27434 \end_layout
27435
27436 \end_inset
27437
27438 の値で調整することができます。これを15
27439 \begin_inset space \thinspace{}
27440 \end_inset
27441
27442 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27443 \end_layout
27444
27445 \begin_layout Standard
27446
27447 \series bold
27448
27449 \backslash
27450 setlength{
27451 \backslash
27452 mathindent}{15mm}
27453 \end_layout
27454
27455 \begin_layout Standard
27456
27457 \series bold
27458
27459 \backslash
27460 mathindent
27461 \series default
27462 を明示的に指定しない場合には、事前に定義されている30
27463 \begin_inset space \thinspace{}
27464 \end_inset
27465
27466 ptが適用されます。
27467 \end_layout
27468
27469 \end_deeper
27470 \begin_layout Itemize
27471 また、以下の二つの連番様式があります。
27472 \end_layout
27473
27474 \begin_deeper
27475 \begin_layout Description
27476 右 事前に定義された標準です。
27477 \end_layout
27478
27479 \begin_layout Description
27480 左 これを使うには、
27481 \family sans
27482 文書\SpecialChar \menuseparator
27483 設定
27484 \family default
27485 メニューの
27486 \family sans
27487 文書クラス
27488 \family default
27489 において、
27490 \series bold
27491 leqno
27492 \series default
27493 オプションを指定しておかなくてはなりません。
27494 \end_layout
27495
27496 \end_deeper
27497 \begin_layout Standard
27498
27499 \series bold
27500 fleqn
27501 \series default
27502
27503 \series bold
27504 leqno
27505 \series default
27506 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27507 \end_layout
27508
27509 \begin_layout Standard
27510 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27511 \series bold
27512 中央揃え
27513 \series default
27514 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27515 \begin_inset CommandInset ref
27516 LatexCommand ref
27517 reference "sub:flalign環境"
27518
27519 \end_inset
27520
27521 節をご覧下さい。
27522 \end_layout
27523
27524 \begin_layout Section
27525 多行数式
27526 \begin_inset CommandInset label
27527 LatexCommand label
27528 name "sec:多行数式"
27529
27530 \end_inset
27531
27532
27533 \begin_inset Index idx
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 すうしき@数式 ! たぎょう@多行
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Subsection
27546 概要
27547 \end_layout
27548
27549 \begin_layout Standard
27550 LyXでは、多行数式は、数式中で
27551 \series bold
27552
27553 \begin_inset Info
27554 type  "shortcut"
27555 arg   "newline-insert newline"
27556 \end_inset
27557
27558
27559 \series default
27560 を押すことで作られます。この操作によって、第
27561 \begin_inset CommandInset ref
27562 LatexCommand ref
27563 reference "sub:eqnarray環境"
27564
27565 \end_inset
27566
27567 節に述べられている
27568 \series bold
27569 eqnarray環境
27570 \series default
27571 が作り出されるか、あるいは文書設定で
27572 \family sans
27573 AMS mathパッケージを使う
27574 \family default
27575 オプションが選択されている場合には、第
27576 \begin_inset CommandInset ref
27577 LatexCommand ref
27578 reference "sub:標準align環境"
27579
27580 \end_inset
27581
27582 節に述べられている
27583 \series bold
27584 align環境
27585 \series default
27586 が作り出されることになります。
27587 \end_layout
27588
27589 \begin_layout Standard
27590 他にも、
27591 \family sans
27592 挿入\SpecialChar \menuseparator
27593 数式
27594 \family default
27595 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27596 \end_layout
27597
27598 \begin_layout Standard
27599 すべての多行数式において、新規行は、
27600 \begin_inset Info
27601 type  "shortcut"
27602 arg   "newline-insert newline"
27603 \end_inset
27604
27605 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27606 \begin_inset Graphics
27607         filename ../../images/tabular-feature_append-row.png
27608         scale 85
27609
27610 \end_inset
27611
27612
27613 \begin_inset Graphics
27614         filename ../../images/tabular-feature_delete-row.png
27615         scale 85
27616
27617 \end_inset
27618
27619 を使うか、
27620 \family sans
27621 編集\SpecialChar \menuseparator
27622 行と列
27623 \family default
27624 メニューを使うことができます。
27625 \end_layout
27626
27627 \begin_layout Subsubsection
27628 行間
27629 \begin_inset CommandInset label
27630 LatexCommand label
27631 name "sub:行間"
27632
27633 \end_inset
27634
27635
27636 \begin_inset Index idx
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27650 \begin_inset Formula \begin{eqnarray*}
27651 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}\\
27652 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
27653 \end{eqnarray*}
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27662 \begin_inset Foot
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 \begin_inset CommandInset href
27667 LatexCommand href
27668 name "LyX-bug #1505"
27669 target "http://www.lyx.org/trac/ticket/1505"
27670
27671 \end_inset
27672
27673 を参照。
27674 \end_layout
27675
27676 \end_inset
27677
27678 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27679 \series bold
27680
27681 \backslash
27682
27683 \backslash
27684 [3mm]
27685 \series default
27686 というコマンドを入れます。すると、次のようになります。
27687 \begin_inset ERT
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691
27692
27693 \backslash
27694 begin{eqnarray*}
27695 \end_layout
27696
27697 \begin_layout Plain Layout
27698
27699 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27700  = & 
27701 \backslash
27702 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27703 \backslash
27704
27705 \backslash
27706 [3mm]
27707 \end_layout
27708
27709 \begin_layout Plain Layout
27710
27711 4x^{2}
27712 \backslash
27713 left(B^{2}+x_{0}^{2}
27714 \backslash
27715 right)+4x_{0}x
27716 \backslash
27717 left(D-B^{2}
27718 \backslash
27719 right)+B^{2}
27720 \backslash
27721 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27722 \backslash
27723 right) & = & 0
27724 \end_layout
27725
27726 \begin_layout Plain Layout
27727
27728
27729 \backslash
27730 end{eqnarray*}
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Standard
27739 \begin_inset VSpace bigskip
27740 \end_inset
27741
27742 同一数式内のすべての行の行間を一律に指定するには、
27743 \series bold
27744
27745 \backslash
27746 jot
27747 \series default
27748
27749 \begin_inset Index idx
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 こまんど@コマンド ! J ! 
27754 \backslash
27755 jot
27756 \end_layout
27757
27758 \end_inset
27759
27760 変数を変更します。定義は、
27761 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27762 \end_inset
27763
27764 となっています。
27765 \series bold
27766
27767 \backslash
27768 jot
27769 \series default
27770 の既定値は、3
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 ptです。上記の例のように、行間を3
27775 \begin_inset space \thinspace{}
27776 \end_inset
27777
27778 mm追加するには、
27779 \end_layout
27780
27781 \begin_layout Standard
27782
27783 \series bold
27784
27785 \backslash
27786 setlength{
27787 \backslash
27788 jot}{3mm+3pt}
27789 \end_layout
27790
27791 \begin_layout Standard
27792 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27793 \end_layout
27794
27795 \begin_layout Standard
27796
27797 \series bold
27798
27799 \backslash
27800 usepackage{calc}
27801 \end_layout
27802
27803 \begin_layout Standard
27804 という行を入れて、LaTeXパッケージ
27805 \series bold
27806 calc
27807 \series default
27808
27809 \begin_inset Foot
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813
27814 \series bold
27815 calc
27816 \series default
27817 は標準的なLaTeX頒布版のすべてに付属しています。
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \begin_inset Index idx
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 ぱっけーじ@パッケージ ! calc
27828 \end_layout
27829
27830 \end_inset
27831
27832  を読み込んでおく必要があります。すると、
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 jot}{3mm+3pt}
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset Formula \begin{eqnarray*}
27849 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}\\
27850 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
27851 \end{eqnarray*}
27852
27853 \end_inset
27854
27855
27856 \end_layout
27857
27858 \begin_layout Standard
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 setlength{
27867 \backslash
27868 jot}{3pt}
27869 \end_layout
27870
27871 \end_inset
27872
27873 のような結果を得ます。行間を既定値に戻すには、
27874 \series bold
27875
27876 \backslash
27877 jot
27878 \series default
27879 をふたたび3
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 ptに戻します。
27884 \end_layout
27885
27886 \begin_layout Subsubsection
27887 列間
27888 \begin_inset CommandInset label
27889 LatexCommand label
27890 name "sub:列間"
27891
27892 \end_inset
27893
27894
27895 \begin_inset Index idx
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Standard
27908 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 列間は、
27914 \series bold
27915
27916 \backslash
27917 arraycolsep
27918 \series default
27919
27920 \begin_inset Index idx
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 こまんど@コマンド ! A ! 
27925 \backslash
27926 arraycolsep
27927 \end_layout
27928
27929 \end_inset
27930
27931 変数を使って指定し、
27932 \begin_inset Newline newline
27933 \end_inset
27934
27935 列間 = 2
27936 \begin_inset space \thinspace{}
27937 \end_inset
27938
27939
27940 \series bold
27941
27942 \backslash
27943 arraycolsep
27944 \series default
27945
27946 \begin_inset Newline newline
27947 \end_inset
27948
27949 という関係があります。したがって、
27950 \end_layout
27951
27952 \begin_layout Standard
27953
27954 \series bold
27955
27956 \backslash
27957 setlength{
27958 \backslash
27959 arraycolsep}{1cm}
27960 \end_layout
27961
27962 \begin_layout Standard
27963 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27964 \begin_inset space \thinspace{}
27965 \end_inset
27966
27967 cmになります。これを既定値に戻すには、
27968 \series bold
27969
27970 \backslash
27971 arraycolsep
27972 \series default
27973 を5
27974 \begin_inset space \thinspace{}
27975 \end_inset
27976
27977 ptに戻して下さい。
27978 \end_layout
27979
27980 \begin_layout Standard
27981 以下は、2
27982 \begin_inset space \thinspace{}
27983 \end_inset
27984
27985 cmの列間を持つ数式です。
27986 \begin_inset ERT
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990
27991
27992 \backslash
27993 setlength{
27994 \backslash
27995 arraycolsep}{1cm}
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \begin_inset Formula \begin{eqnarray*}
28002 A & = & B\\
28003 C & \ne & A
28004 \end{eqnarray*}
28005
28006 \end_inset
28007
28008 行列の既定の列間10
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 ptを持つ数式です。
28013 \begin_inset ERT
28014 status collapsed
28015
28016 \begin_layout Plain Layout
28017
28018
28019 \backslash
28020 setlength{
28021 \backslash
28022 arraycolsep}{5pt}
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \begin_inset Formula \begin{eqnarray*}
28029 A & = & B\\
28030 C & \ne & A
28031 \end{eqnarray*}
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Subsubsection
28039 長い数式
28040 \begin_inset Index idx
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044 すうしき@数式 ! ながい@長い
28045 \end_layout
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 長い数式は、以下の方法を使って組版することができます。
28054 \end_layout
28055
28056 \begin_layout Itemize
28057 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28058 \begin_inset Formula \begin{eqnarray}
28059 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 \\
28060  &  & -\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}
28061 \end{eqnarray}
28062
28063 \end_inset
28064
28065 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28066 示されません。これを避けるために、マイナス記号の後に
28067 \series bold
28068
28069 \backslash
28070 hspace
28071 \series default
28072 .
28073 \begin_inset Foot
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077
28078 \series bold
28079
28080 \backslash
28081 hspace
28082 \series default
28083 に関しての詳細は、第
28084 \begin_inset CommandInset ref
28085 LatexCommand ref
28086 reference "sub:可変長の空白"
28087
28088 \end_inset
28089
28090 節をご覧下さい。
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 こまんど@コマンド ! H ! 
28101 \backslash
28102 hspace
28103 \end_layout
28104
28105 \end_inset
28106
28107 コマンドを使って3
28108 \begin_inset space \thinspace{}
28109 \end_inset
28110
28111 pt空白を入れてあります。
28112 \end_layout
28113
28114 \begin_layout Itemize
28115 数式の両辺がともに長すぎるときには、
28116 \series bold
28117
28118 \backslash
28119 lefteqn
28120 \series default
28121
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 こまんど@コマンド ! L ! 
28127 \backslash
28128 lefteqn
28129 \end_layout
28130
28131 \end_inset
28132
28133 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28134 \begin_inset Formula \begin{eqnarray}
28135 \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 \\
28136  &  & -\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 \\
28137  &  & =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}
28138 \end{eqnarray}
28139
28140 \end_inset
28141
28142
28143 \series bold
28144
28145 \backslash
28146 lefteqn
28147 \series default
28148 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28149 \begin_inset Newline newline
28150 \end_inset
28151
28152 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28153 \begin_inset VSpace medskip
28154 \end_inset
28155
28156
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Note Greyedout
28162 status open
28163
28164 \begin_layout Plain Layout
28165
28166 \series bold
28167
28168 \backslash
28169 lefteqn
28170 \series default
28171 を使用する際には、以下のことにご注意下さい。
28172 \end_layout
28173
28174 \begin_layout Itemize
28175 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28176 \begin_inset Formula $-B^{2}$
28177 \end_inset
28178
28179 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28180 \end_layout
28181
28182 \begin_layout Itemize
28183 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28184 \begin_inset Foot
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188 \begin_inset CommandInset href
28189 LatexCommand href
28190 name "LyX-bug #1429"
28191 target "http://www.lyx.org/trac/ticket/1429"
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \end_inset
28199
28200 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Itemize
28209 長い数式を組む他の方法として、第
28210 \begin_inset CommandInset ref
28211 LatexCommand ref
28212 reference "sub:multline環境"
28213
28214 \end_inset
28215
28216 節と第
28217 \begin_inset CommandInset ref
28218 LatexCommand ref
28219 reference "sub:数式の一部の多行化"
28220
28221 \end_inset
28222
28223 節で述べられている環境を用いる方法があります。
28224 \end_layout
28225
28226 \begin_layout Subsubsection
28227 多行にわたる括弧
28228 \begin_inset CommandInset label
28229 LatexCommand label
28230 name "sub:多行にわたる括弧"
28231
28232 \end_inset
28233
28234
28235 \begin_inset Index idx
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Standard
28248 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28249 \begin_inset Formula \begin{eqnarray*}
28250 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28251  &  & \left.\cdots+B-D\right]
28252 \end{eqnarray*}
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28261 \end_layout
28262
28263 \begin_layout Standard
28264 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28265 \series bold
28266
28267 \backslash
28268 right.
28269 \series default
28270
28271 \begin_inset Index idx
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 こまんど@コマンド ! R ! 
28276 \backslash
28277 right
28278 \end_layout
28279
28280 \end_inset
28281
28282 とし、二行めの始めを
28283 \series bold
28284
28285 \backslash
28286 left.
28287 \begin_inset Foot
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292 \series bold
28293
28294 \backslash
28295 left
28296 \series default
28297
28298 \series bold
28299
28300 \backslash
28301 right
28302 \series default
28303 に関する詳細は、第
28304 \begin_inset CommandInset ref
28305 LatexCommand ref
28306 reference "sub:自動の括弧丈"
28307
28308 \end_inset
28309
28310 節をご覧下さい。
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \series default
28317
28318 \begin_inset Index idx
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 こまんど@コマンド ! L ! 
28323 \backslash
28324 left
28325 \end_layout
28326
28327 \end_inset
28328
28329 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28330 \series bold
28331
28332 \backslash
28333 left.
28334 \series default
28335 の後に、
28336 \series bold
28337
28338 \backslash
28339 vphantom
28340 \series default
28341
28342 \begin_inset ERT
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346
28347
28348 \backslash
28349 spce 
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \series bold
28356
28357 \backslash
28358 prod
28359 \series default
28360 ^
28361 \begin_inset ERT
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365
28366
28367 \backslash
28368 spce 
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \series bold
28375
28376 \backslash
28377 infty
28378 \series default
28379
28380 \begin_inset ERT
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384
28385
28386 \backslash
28387 spce 
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \series bold
28394
28395 \begin_inset Formula $\downarrow$
28396 \end_inset
28397
28398 _R=1}
28399 \series default
28400
28401 \begin_inset Index idx
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405 こまんど@コマンド ! V ! 
28406 \backslash
28407 vphantom
28408 \end_layout
28409
28410 \end_inset
28411
28412 というコマンドを挿入します。
28413 \end_layout
28414
28415 \begin_layout Standard
28416 その結果が以下の数式です。
28417 \begin_inset Formula \begin{eqnarray*}
28418 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28419  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28420 \end{eqnarray*}
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Subsection
28428 align環境
28429 \end_layout
28430
28431 \begin_layout Standard
28432 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28433 \end_layout
28434
28435 \begin_layout Standard
28436 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28437 \end_layout
28438
28439 \begin_layout Standard
28440 align環境は、
28441 \family sans
28442 挿入\SpecialChar \menuseparator
28443 数式
28444 \family default
28445 メニューから作ることができます。
28446 \family sans
28447 編集\SpecialChar \menuseparator
28448 数式\SpecialChar \menuseparator
28449 数式の表記を変更
28450 \family default
28451 メニューを使えば、既存の数式をalign環境に変更することができます。
28452 \end_layout
28453
28454 \begin_layout Standard
28455 列を追加したり削除したりするには、数式ツールバーボタンの
28456 \begin_inset Graphics
28457         filename ../../images/tabular-feature_append-column.png
28458         scale 85
28459
28460 \end_inset
28461
28462
28463 \begin_inset Graphics
28464         filename ../../images/tabular-feature_delete-column.png
28465         scale 85
28466
28467 \end_inset
28468
28469 を使うか、
28470 \family sans
28471 編集\SpecialChar \menuseparator
28472 行と列
28473 \family default
28474 メニューを使います。
28475 \end_layout
28476
28477 \begin_layout Subsubsection
28478 標準align環境
28479 \begin_inset CommandInset label
28480 LatexCommand label
28481 name "sub:標準align環境"
28482
28483 \end_inset
28484
28485
28486 \begin_inset Index idx
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \begin_layout Standard
28499 このalign環境は、数式中で
28500 \begin_inset Info
28501 type  "shortcut"
28502 arg   "newline-insert newline"
28503 \end_inset
28504
28505 を押すか、
28506 \family sans
28507 挿入\SpecialChar \menuseparator
28508 数式\SpecialChar \menuseparator
28509 AMS align環境
28510 \family default
28511 メニューで作ることができます。
28512 \end_layout
28513
28514 \begin_layout Standard
28515 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28516 \begin_inset Formula \begin{align*}
28517 A & =\sin(B) & C & =D\\
28518 C & \ne A & B & \ne D
28519 \end{align*}
28520
28521 \end_inset
28522
28523 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28524 \series bold
28525
28526 \backslash
28527 hfill
28528 \begin_inset Foot
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532
28533 \series bold
28534
28535 \backslash
28536 hfill
28537 \series default
28538 に関する詳細は、第
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "sub:可変長の空白"
28542
28543 \end_inset
28544
28545 節をご覧下さい。
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \series default
28552 があるかのように配置されます。数式様式として
28553 \series bold
28554 行頭下げ
28555 \begin_inset Foot
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559
28560 \series bold
28561 数式様式については、第
28562 \series default
28563
28564 \begin_inset CommandInset ref
28565 LatexCommand ref
28566 reference "sec:数式様式"
28567
28568 \end_inset
28569
28570 節をご覧下さい。
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \series default
28577 を使う場合には、第一列の前の
28578 \series bold
28579
28580 \backslash
28581 hfill
28582 \series default
28583 はない形で数式が設定されます。
28584 \end_layout
28585
28586 \begin_layout Subsubsection
28587 alignat環境
28588 \begin_inset Index idx
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \end_layout
28599
28600 \begin_layout Standard
28601 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "sub:空白"
28605
28606 \end_inset
28607
28608 節に述べられている空白を使用して手動で入れます。
28609 \end_layout
28610
28611 \begin_layout Standard
28612 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28613 \begin_inset space \thinspace{}
28614 \end_inset
28615
28616 cmの空白を入れたものです。
28617 \begin_inset Formula \begin{alignat*}{2}
28618 A & =\sin(B) & \hspace{1cm}C & =D\\
28619 C & \ne A & B & \ne D
28620 \end{alignat*}
28621
28622 \end_inset
28623
28624 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28625 \end_layout
28626
28627 \begin_layout Subsubsection
28628 flalign環境
28629 \begin_inset CommandInset label
28630 LatexCommand label
28631 name "sub:flalign環境"
28632
28633 \end_inset
28634
28635
28636 \begin_inset Index idx
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Standard
28649 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28650 \begin_inset Formula \begin{flalign*}
28651 A & =1 & B & =2 & C & =3\\
28652 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28653 \end{flalign*}
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Standard
28661 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28662 \series bold
28663 中央揃え
28664 \series default
28665 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28666 \begin_inset CommandInset ref
28667 LatexCommand eqref
28668 reference "eq:VolInt"
28669
28670 \end_inset
28671
28672 式を行頭下げにしたものです。
28673 \begin_inset Formula \begin{flalign}
28674 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28675
28676 \end_inset
28677
28678 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28679 \begin_inset space \thinspace{}
28680 \end_inset
28681
28682 ptの空白が第1列の頭に入れてあります。
28683 \end_layout
28684
28685 \begin_layout Subsection
28686 eqnarray環境
28687 \begin_inset CommandInset label
28688 LatexCommand label
28689 name "sub:eqnarray環境"
28690
28691 \end_inset
28692
28693
28694 \begin_inset Index idx
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28708 いるので、その内容は中央揃えで少し小さく設定されます。
28709 \begin_inset Formula \begin{eqnarray*}
28710 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28711 AB & AB & AB\\
28712 A & = & A
28713 \end{eqnarray*}
28714
28715 \end_inset
28716
28717
28718 \end_layout
28719
28720 \begin_layout Subsection
28721 gather環境
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28736 \begin_inset Formula \begin{gather}
28737 A=1\\
28738 X=\textrm{-}1
28739 \end{gather}
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Subsection
28747 multline環境
28748 \begin_inset CommandInset label
28749 LatexCommand label
28750 name "sub:multline環境"
28751
28752 \end_inset
28753
28754
28755 \begin_inset Index idx
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Standard
28768 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28769 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28770 \begin_inset CommandInset ref
28771 LatexCommand eqref
28772 reference "eq:lefteqn"
28773
28774 \end_inset
28775
28776 式をmultline環境に置いたものを示します。
28777 \begin_inset Formula \begin{multline}
28778 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}\\
28779 -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}\\
28780 =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}}
28781 \end{multline}
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28790 \begin_inset Foot
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 付番様式については、第
28795 \begin_inset CommandInset ref
28796 LatexCommand ref
28797 reference "sec:数式様式"
28798
28799 \end_inset
28800
28801 節を参照。
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810
28811 \series bold
28812
28813 \backslash
28814 shoveright
28815 \begin_inset Index idx
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 こまんど@コマンド ! S ! 
28820 \backslash
28821 shoveright
28822 \end_layout
28823
28824 \end_inset
28825
28826 コマンドや
28827 \backslash
28828 shoveleft
28829 \begin_inset Index idx
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 こまんど@コマンド ! S ! 
28834 \backslash
28835 shoveleft
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \series default
28842 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28843 \end_layout
28844
28845 \begin_layout Standard
28846
28847 \series bold
28848
28849 \backslash
28850 shoveright{行の内容}
28851 \series default
28852 あるいは
28853 \series bold
28854
28855 \backslash
28856 shoveleft{行の内容}
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset VSpace medskip
28861 \end_inset
28862
28863
28864 \series bold
28865
28866 \backslash
28867 multlinegap
28868 \begin_inset Index idx
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872 こまんど@コマンド ! M ! 
28873 \backslash
28874 multlinegap
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \series default
28881 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28882 \begin_inset space \thinspace{}
28883 \end_inset
28884
28885 ptの長さです。
28886 \end_layout
28887
28888 \begin_layout Standard
28889 以下は、上記の数式に
28890 \end_layout
28891
28892 \begin_layout Standard
28893
28894 \series bold
28895
28896 \backslash
28897 setlength{
28898 \backslash
28899 multlinegap}{2cm}
28900 \end_layout
28901
28902 \begin_layout Standard
28903 というコマンドを、TeXモードで直前に挿入した例です。
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908
28909
28910 \backslash
28911 setlength{
28912 \backslash
28913 multlinegap}{2cm}
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \begin_inset Formula \begin{multline}
28920 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}\\
28921 \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}}\\
28922 =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}}
28923 \end{multline}
28924
28925 \end_inset
28926
28927
28928 \begin_inset ERT
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932
28933
28934 \backslash
28935 setlength{
28936 \backslash
28937 multlinegap}{0pt}
28938 \end_layout
28939
28940 \end_inset
28941
28942 二行めは、
28943 \series bold
28944
28945 \backslash
28946 shoveleft
28947 \series default
28948 を使って左揃えにしています。
28949 \end_layout
28950
28951 \begin_layout Subsection
28952 数式の一部の多行化
28953 \begin_inset CommandInset label
28954 LatexCommand label
28955 name "sub:数式の一部の多行化"
28956
28957 \end_inset
28958
28959
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 数式の一部分のみを多行表示したい場合には、
28974 \series bold
28975 aligned
28976 \series default
28977
28978 \series bold
28979 alignedat
28980 \series default
28981
28982 \series bold
28983 gathered
28984 \series default
28985
28986 \series bold
28987 split
28988 \series default
28989 のうちのいずれかの環境を使用します。これらは、
28990 \family sans
28991 挿入\SpecialChar \menuseparator
28992 数式
28993 \family default
28994 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28995 \end_layout
28996
28997 \begin_layout Standard
28998 最初の三つの環境は、環境名から
28999 \series bold
29000 ed
29001 \series default
29002 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29003 \begin_inset Formula \[
29004 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29005 \Delta E\Delta t & \ge\frac{\hbar}{2}
29006 \end{aligned}
29007 \right\} \textrm{不確定性原理}\]
29008
29009 \end_inset
29010
29011
29012 \end_layout
29013
29014 \begin_layout Standard
29015 この数式を作るには、別行建て数式をまず作っておいて、そこに
29016 \series bold
29017
29018 \backslash
29019 aligned
29020 \begin_inset Index idx
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 こまんど@コマンド ! A ! 
29025 \backslash
29026 aligned
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \series default
29033 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29034 ます。
29035 \end_layout
29036
29037 \begin_layout Standard
29038 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29039 に配置できる利点があります。以下に例として、
29040 \begin_inset CommandInset ref
29041 LatexCommand eqref
29042 reference "eq:shortlong"
29043
29044 \end_inset
29045
29046 式にaligned環境を適用したものを示します。
29047 \begin_inset Formula \begin{equation}
29048 \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}|}\\
29049  & -\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}|}
29050 \end{aligned}
29051 \end{equation}
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059
29060 \series bold
29061 alignedat
29062 \series default
29063
29064 \series bold
29065 gathered
29066 \series default
29067
29068 \series bold
29069 split
29070 \series default
29071 の各環境を使うには、それぞれ
29072 \series bold
29073
29074 \backslash
29075 alignedat
29076 \series default
29077
29078 \begin_inset Index idx
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082 こまんど@コマンド ! A ! 
29083 \backslash
29084 alignedat
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \series bold
29091
29092 \backslash
29093 gathered
29094 \series default
29095
29096 \begin_inset Index idx
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 こまんど@コマンド ! G ! 
29101 \backslash
29102 gathered
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \series bold
29109
29110 \backslash
29111 split
29112 \series default
29113
29114 \begin_inset Index idx
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118 こまんど@コマンド ! S ! 
29119 \backslash
29120 split
29121 \end_layout
29122
29123 \end_inset
29124
29125 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29126 \end_layout
29127
29128 \begin_layout Subsection
29129 多行数式中のテキスト
29130 \begin_inset CommandInset label
29131 LatexCommand label
29132 name "sub:多行数式中のテキスト"
29133
29134 \end_inset
29135
29136
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 てきすと@テキスト ! すうしきちゅうの@数式中の
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \begin_inset Index idx
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29161 式を持つ
29162 \series bold
29163
29164 \backslash
29165 intertext
29166 \begin_inset Index idx
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170 こまんど@コマンド ! I ! 
29171 \backslash
29172 intertext
29173 \end_layout
29174
29175 \end_inset
29176
29177 コマンドを使います。
29178 \end_layout
29179
29180 \begin_layout Standard
29181
29182 \series bold
29183
29184 \backslash
29185 intertext{テキスト}
29186 \end_layout
29187
29188 \begin_layout Standard
29189 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29190 \series bold
29191
29192 \backslash
29193 intertext
29194 \series default
29195 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29196 \series bold
29197
29198 \backslash
29199 intertext
29200 \series default
29201 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29202 \begin_inset Formula \begin{align}
29203 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29204 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29205 \end{align}
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Section
29213 数式番号
29214 \begin_inset Index idx
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 すうしきばんごう@数式番号
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \begin_inset Index idx
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 すうしき@数式 ! ばんごう@番号|see
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 {
29235 \end_layout
29236
29237 \end_inset
29238
29239 数式番号
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245 }
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Subsection
29259 概要
29260 \end_layout
29261
29262 \begin_layout Standard
29263 付番数式は、
29264 \family sans
29265 挿入\SpecialChar \menuseparator
29266 数式\SpecialChar \menuseparator
29267 付番数式
29268 \family default
29269 メニュー(短絡キー
29270 \family sans
29271 Ctrl+Alt
29272 \begin_inset space ~
29273 \end_inset
29274
29275 N
29276 \family default
29277 )で作ることができます。既存の数式に番号を振るには、
29278 \family sans
29279 編集\SpecialChar \menuseparator
29280 数式\SpecialChar \menuseparator
29281 数式全体を付番
29282 \family default
29283 メニュー(短絡キー
29284 \begin_inset Info
29285 type  "shortcut"
29286 arg   "math-number-toggle"
29287 \end_inset
29288
29289 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29290 \end_layout
29291
29292 \begin_layout Standard
29293 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29294 \family sans
29295 編集\SpecialChar \menuseparator
29296 数式\SpecialChar \menuseparator
29297 この行を付番
29298 \family default
29299 メニュー(短絡キー
29300 \begin_inset Info
29301 type  "shortcut"
29302 arg   "math-number-line-toggle"
29303 \end_inset
29304
29305 )を使用すれば、各行毎に付番するかどうか指定することができます。
29306 \end_layout
29307
29308 \begin_layout Standard
29309 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29310 \begin_inset CommandInset ref
29311 LatexCommand ref
29312 reference "sec:数式様式"
29313
29314 \end_inset
29315
29316 節をご覧下さい。
29317 \end_layout
29318
29319 \begin_layout Subsection
29320 相互参照
29321 \begin_inset Index idx
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 そうごさんしょう@相互参照 ! すうしきへの@数式への
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29335 \family sans
29336 挿入\SpecialChar \menuseparator
29337 ラベル
29338 \family default
29339 メニューか、ツールバーボタンの
29340 \begin_inset Graphics
29341         filename ../../images/label-insert.png
29342         scale 85
29343
29344 \end_inset
29345
29346 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29347 \series bold
29348 eq:と
29349 \series default
29350 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29351 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29352 \family sans
29353 挿入\SpecialChar \menuseparator
29354 ラベル
29355 \family default
29356 メニューをもういちど使って下さい。
29357 \end_layout
29358
29359 \begin_layout Standard
29360 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29361 \end_layout
29362
29363 \begin_layout Standard
29364 相互参照は、
29365 \family sans
29366 挿入\SpecialChar \menuseparator
29367 相互参照
29368 \family default
29369 メニューかツールバーボタンの
29370 \begin_inset Graphics
29371         filename ../../images/dialog-show-new-inset_ref.png
29372         scale 85
29373
29374 \end_inset
29375
29376 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29377 \series bold
29378 (<参照>)
29379 \series default
29380 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29381 \begin_inset Newline newline
29382 \end_inset
29383
29384 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29385 \end_layout
29386
29387 \begin_layout Standard
29388 以下は、後の各小節に現れる数式への相互参照を含む例です。
29389 \begin_inset Note Note
29390 status open
29391
29392 \begin_layout Plain Layout
29393 相互参照の型の違いに留意してください。
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 \begin_inset CommandInset ref
29403 LatexCommand eqref
29404 reference "eq:tag"
29405
29406 \end_inset
29407
29408 式と
29409 \begin_inset CommandInset ref
29410 LatexCommand eqref
29411 reference "eq:c"
29412
29413 \end_inset
29414
29415 式は、等価です。(
29416 \begin_inset CommandInset ref
29417 LatexCommand ref
29418 reference "eq:Rom"
29419
29420 \end_inset
29421
29422 )式とは異なり、(
29423 \begin_inset CommandInset ref
29424 LatexCommand ref
29425 reference "eq:Lat"
29426
29427 \end_inset
29428
29429 )式では、付番にラテン数字を使用しています。
29430 \end_layout
29431
29432 \begin_layout Standard
29433 \begin_inset VSpace medskip
29434 \end_inset
29435
29436
29437 \series bold
29438
29439 \backslash
29440 tag
29441 \begin_inset Foot
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446 \series bold
29447
29448 \backslash
29449 tag
29450 \series default
29451 は、第
29452 \begin_inset CommandInset ref
29453 LatexCommand ref
29454 reference "sub:ユーザー定義番号"
29455
29456 \end_inset
29457
29458 節に説明があります。
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \series default
29465 の引数が、第
29466 \begin_inset CommandInset ref
29467 LatexCommand ref
29468 reference "sub:段落ボックス"
29469
29470 \end_inset
29471
29472 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29473 \end_layout
29474
29475 \begin_layout Subsection
29476 細目番号
29477 \begin_inset Index idx
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490
29491 \series bold
29492
29493 \backslash
29494 begin{subequations}
29495 \series default
29496 および
29497 \series bold
29498
29499 \backslash
29500 end{subequations}
29501 \series default
29502 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29503 \end_layout
29504
29505 \begin_layout Standard
29506 たとえば、
29507 \begin_inset Formula \begin{equation}
29508 A=C-B\label{eq:a}\end{equation}
29509
29510 \end_inset
29511
29512
29513 \begin_inset ERT
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517
29518
29519 \backslash
29520 addtocounter{equation}{-1}
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531
29532 \backslash
29533 begin{subequations}
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset VSpace -5mm
29540 \end_inset
29541
29542
29543 \begin_inset Formula \begin{equation}
29544 B=C-A\label{eq:b}\end{equation}
29545
29546 \end_inset
29547
29548
29549 \begin_inset Formula \begin{equation}
29550 C=A+B\label{eq:c}\end{equation}
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563
29564 \backslash
29565 end{subequations}
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 この例を作るには、次のようにします。
29575 \end_layout
29576
29577 \begin_layout Enumerate
29578 一つめの数式を入力します。
29579 \end_layout
29580
29581 \begin_layout Enumerate
29582 一つめの数式の後に
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \series bold
29588
29589 \backslash
29590 addtocounter{equation}{-1} 
29591 \backslash
29592 begin{subequations}
29593 \begin_inset Index idx
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 こまんど@コマンド ! A ! 
29598 \backslash
29599 addtocounter
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \begin_inset Newline newline
29606 \end_inset
29607
29608
29609 \series default
29610 を入力します。
29611 \end_layout
29612
29613 \begin_layout Enumerate
29614 二つめの数式を入力します。
29615 \end_layout
29616
29617 \begin_layout Enumerate
29618 三つめの数式を入力します。
29619 \end_layout
29620
29621 \begin_layout Enumerate
29622 三つめの数式の後に、
29623 \series bold
29624
29625 \backslash
29626 end{subequations}
29627 \series default
29628 を入力します。
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \series bold
29634
29635 \backslash
29636 begin
29637 \series default
29638 コマンドと
29639 \series bold
29640
29641 \backslash
29642 end
29643 \series default
29644 コマンドのあいだの数式はすべて、a・b・
29645 \begin_inset Newline linebreak
29646 \end_inset
29647
29648 c\SpecialChar \ldots{}
29649 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29650 \emph on
29651 ひとつの
29652 \emph default
29653 付番数式として扱われますが、それぞれの付番数式が
29654 \series bold
29655 equation
29656 \series default
29657 カウンタを一つずつ進めてしまうので、
29658 \series bold
29659
29660 \backslash
29661 addtocounter
29662 \series default
29663 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29664 \begin_inset CommandInset ref
29665 LatexCommand eqref
29666 reference "eq:a"
29667
29668 \end_inset
29669
29670 式・
29671 \begin_inset CommandInset ref
29672 LatexCommand eqref
29673 reference "eq:b"
29674
29675 \end_inset
29676
29677 式・
29678 \begin_inset CommandInset ref
29679 LatexCommand eqref
29680 reference "eq:c"
29681
29682 \end_inset
29683
29684 式は、それぞれ
29685 \begin_inset CommandInset ref
29686 LatexCommand eqref
29687 reference "eq:a"
29688
29689 \end_inset
29690
29691 式・
29692 \begin_inset CommandInset ref
29693 LatexCommand eqref
29694 reference "eq:d"
29695
29696 \end_inset
29697
29698 式・
29699 \begin_inset CommandInset ref
29700 LatexCommand eqref
29701 reference "eq:f"
29702
29703 \end_inset
29704
29705 式として番号が振られてしまいます。
29706 \end_layout
29707
29708 \begin_layout Standard
29709 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29710 \begin_inset space \thinspace{}
29711 \end_inset
29712
29713 mmの垂直空白を
29714 \series bold
29715
29716 \backslash
29717 begin{subequations}
29718 \series default
29719 コマンドの後に入れています。数式様式として
29720 \series bold
29721 行頭下げ
29722 \begin_inset Foot
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727 \series bold
29728 数式様式に関しては、第
29729 \series default
29730
29731 \begin_inset CommandInset ref
29732 LatexCommand ref
29733 reference "sec:数式様式"
29734
29735 \end_inset
29736
29737 節を参照。
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \series default
29744 を用いているときには、これを-7
29745 \begin_inset space \thinspace{}
29746 \end_inset
29747
29748 mm空白にしてください。
29749 \end_layout
29750
29751 \begin_layout Standard
29752 以下は、二行めのみ付番を無効にしている多行数式の例です。
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758
29759 \backslash
29760 begin{subequations}
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \begin_inset Formula \begin{eqnarray}
29767 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29768  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29769  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29770 \end{eqnarray}
29771
29772 \end_inset
29773
29774
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780
29781 \backslash
29782 end{subequations}
29783 \end_layout
29784
29785 \end_inset
29786
29787
29788 \end_layout
29789
29790 \begin_layout Subsection
29791 ユーザー定義番号
29792 \begin_inset CommandInset label
29793 LatexCommand label
29794 name "sub:ユーザー定義番号"
29795
29796 \end_inset
29797
29798
29799 \begin_inset Index idx
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 \begin_inset Index idx
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29817 \end_layout
29818
29819 \end_inset
29820
29821 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29822 \end_layout
29823
29824 \begin_layout Standard
29825
29826 \series bold
29827
29828 \backslash
29829 def
29830 \backslash
29831 tagform@#1{
29832 \backslash
29833 maketag@@@{
29834 \series default
29835
29836 \begin_inset Formula $\boldsymbol{|}$
29837 \end_inset
29838
29839
29840 \series bold
29841 #1
29842 \series default
29843
29844 \begin_inset Formula $\boldsymbol{|}$
29845 \end_inset
29846
29847
29848 \series bold
29849 }}
29850 \series default
29851
29852 \begin_inset Note Note
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 他の記号を使いたいときには、
29866 \series bold
29867 #1
29868 \series default
29869 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29870 \end_layout
29871
29872 \begin_layout Standard
29873 \begin_inset VSpace bigskip
29874 \end_inset
29875
29876 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29877 \series bold
29878
29879 \backslash
29880 tag
29881 \series default
29882
29883 \begin_inset Index idx
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887 こまんど@コマンド ! T ! 
29888 \backslash
29889 tag
29890 \end_layout
29891
29892 \end_inset
29893
29894 コマンドを使います。
29895 \begin_inset Formula \begin{equation}
29896 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29897
29898 \end_inset
29899
29900 上記の例では、
29901 \series bold
29902
29903 \backslash
29904 tag
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910
29911 \backslash
29912 spce 
29913 \end_layout
29914
29915 \end_inset
29916
29917 何とかかんとか
29918 \series default
29919 というコマンドを数式に打ち込んでいます。
29920 \end_layout
29921
29922 \begin_layout Standard
29923 代わりに
29924 \series bold
29925
29926 \backslash
29927 tag*
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 spce 
29936 \end_layout
29937
29938 \end_inset
29939
29940 何とかかんとか
29941 \series default
29942 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29943 \begin_inset Formula \[
29944 A+B=C\tag*{something}\]
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 \begin_inset VSpace bigskip
29953 \end_inset
29954
29955 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29956 \begin_inset Newline newline
29957 \end_inset
29958
29959
29960 \series bold
29961
29962 \backslash
29963 @addtoreset{equation}{part}
29964 \series default
29965
29966 \begin_inset Index idx
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 こまんど@コマンド ! 
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976 "
29977 \end_layout
29978
29979 \end_inset
29980
29981 @
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 "
29988 \end_layout
29989
29990 \end_inset
29991
29992  ! 
29993 \backslash
29994
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000 "
30001 \end_layout
30002
30003 \end_inset
30004
30005 @
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011 "
30012 \end_layout
30013
30014 \end_inset
30015
30016 addtoreset
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \begin_inset Newline newline
30023 \end_inset
30024
30025 節に関しては
30026 \begin_inset Newline newline
30027 \end_inset
30028
30029
30030 \series bold
30031
30032 \backslash
30033 @addtoreset{equation}{section}
30034 \begin_inset Newline newline
30035 \end_inset
30036
30037
30038 \series default
30039 というコマンドを使います。
30040 \end_layout
30041
30042 \begin_layout Standard
30043 これらのコマンドをTeXモードで使えるようにするためには、
30044 \series bold
30045
30046 \backslash
30047 makeatletter
30048 \series default
30049 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30050 \series bold
30051
30052 \backslash
30053 makeatother
30054 \series default
30055 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30056 \end_layout
30057
30058 \begin_layout Standard
30059
30060 \series bold
30061
30062 \backslash
30063 makeatletter
30064 \begin_inset Newline newline
30065 \end_inset
30066
30067
30068 \backslash
30069 @addtoreset{equation}{section}
30070 \begin_inset Newline newline
30071 \end_inset
30072
30073
30074 \backslash
30075 makeatother
30076 \begin_inset Newline newline
30077 \end_inset
30078
30079
30080 \series default
30081 のようにならなくてはなりません。
30082 \end_layout
30083
30084 \begin_layout Standard
30085 LaTeXプリアンブル中では、
30086 \series bold
30087
30088 \backslash
30089 makeatletter
30090 \series default
30091
30092 \series bold
30093
30094 \backslash
30095 makeatother
30096 \series default
30097 は、LyXが内部的に自動で挿入するので省略してかまいません。
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 @addtoreset
30106 \series default
30107 を戻すには、まずLaTeXプリアンブル中に
30108 \end_layout
30109
30110 \begin_layout Standard
30111
30112 \series bold
30113
30114 \backslash
30115 usepackage{remreset}
30116 \end_layout
30117
30118 \begin_layout Standard
30119 という行を入れて、
30120 \series bold
30121 remreset.sty
30122 \series default
30123
30124 \begin_inset Foot
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129 \series bold
30130 remreset
30131 \series default
30132 は、LaTeXパッケージの
30133 \series bold
30134 carlisle
30135 \series default
30136
30137 \begin_inset Index idx
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141 ぱっけーじ@パッケージ ! carlisle
30142 \end_layout
30143
30144 \end_inset
30145
30146 の一部として含まれており、LaTeX標準頒布版には含まれています。
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \begin_inset Index idx
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 ぱっけーじ@パッケージ ! remreset
30157 \end_layout
30158
30159 \end_inset
30160
30161 ファイルを読み込んでおかなくてはなりません。その後
30162 \begin_inset Newline newline
30163 \end_inset
30164
30165
30166 \series bold
30167
30168 \backslash
30169 @removefromreset
30170 \series default
30171
30172 \begin_inset Index idx
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 こまんど@コマンド ! 
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182 "
30183 \end_layout
30184
30185 \end_inset
30186
30187 @
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193 "
30194 \end_layout
30195
30196 \end_inset
30197
30198  ! 
30199 \backslash
30200
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206 "
30207 \end_layout
30208
30209 \end_inset
30210
30211 @
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217 "
30218 \end_layout
30219
30220 \end_inset
30221
30222 removefromreset
30223 \end_layout
30224
30225 \end_inset
30226
30227 コマンドを
30228 \series bold
30229
30230 \backslash
30231 @addtoreset
30232 \series default
30233 と同じ書式で使用すると、
30234 \series bold
30235
30236 \backslash
30237 @addtoreset
30238 \series default
30239 を戻すことができます。
30240 \end_layout
30241
30242 \begin_layout Standard
30243 \begin_inset VSpace bigskip
30244 \end_inset
30245
30246 ときには、数式を
30247 \end_layout
30248
30249 \begin_layout Standard
30250
30251 \family typewriter
30252 (節番号.数式番号)
30253 \end_layout
30254
30255 \begin_layout Standard
30256 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30257 \end_layout
30258
30259 \begin_layout Standard
30260 このような場合のために、
30261 \series bold
30262
30263 \backslash
30264 numberwithin
30265 \series default
30266
30267 \begin_inset Index idx
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 こまんど@コマンド ! N ! 
30272 \backslash
30273 numberwithin
30274 \end_layout
30275
30276 \end_inset
30277
30278 というコマンドがあり、
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \series bold
30284
30285 \backslash
30286 numberwithin{カウンタ}{節階層}
30287 \end_layout
30288
30289 \begin_layout Standard
30290 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30291 \end_layout
30292
30293 \begin_layout Standard
30294 したがって、ここではLaTeXプリアンブルかTeXコードで
30295 \end_layout
30296
30297 \begin_layout Standard
30298
30299 \series bold
30300
30301 \backslash
30302 numberwithin{equation}{section}
30303 \end_layout
30304
30305 \begin_layout Standard
30306 という行を用いることにしましょう。その結果がこれです。
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 numberwithin{equation}{section}
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \begin_inset Formula \begin{equation}
30321 A+B=C\end{equation}
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 たとえば、部番号を節階層として使用して、表に付番を施すときには
30330 \begin_inset Newline newline
30331 \end_inset
30332
30333
30334 \series bold
30335
30336 \backslash
30337 numberwithin{table}{part}
30338 \series default
30339 を用います。
30340 \end_layout
30341
30342 \begin_layout Standard
30343 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \series bold
30349
30350 \backslash
30351 renewcommand{
30352 \backslash
30353 theequation}{
30354 \backslash
30355 arabic{equation}}
30356 \begin_inset Index idx
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 こまんど@コマンド ! A ! 
30361 \backslash
30362 arabic
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \series default
30369
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 renewcommand{
30378 \backslash
30379 theequation}{
30380 \backslash
30381 arabic{equation}}
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \series bold
30388
30389 \begin_inset Newline newline
30390 \end_inset
30391
30392
30393 \series default
30394 あるいは
30395 \series bold
30396
30397 \begin_inset Newline newline
30398 \end_inset
30399
30400
30401 \backslash
30402 renewcommand{
30403 \backslash
30404 thetable}{
30405 \backslash
30406 arabic{table}}
30407 \end_layout
30408
30409 \begin_layout Standard
30410 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30411 \series bold
30412
30413 \backslash
30414 numberwithin
30415 \series default
30416 は、内部的に上記で述べた
30417 \series bold
30418
30419 \backslash
30420 @addtoreset
30421 \series default
30422 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30423 \begin_inset ERT
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427
30428
30429 \backslash
30430 makeatletter
30431 \end_layout
30432
30433 \begin_layout Plain Layout
30434
30435
30436 \backslash
30437 @removefromreset{equation}{section}
30438 \end_layout
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 makeatother
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Subsection
30453 ローマ数字や文字を使った付番
30454 \begin_inset Index idx
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30459 \end_layout
30460
30461 \end_inset
30462
30463
30464 \begin_inset Index idx
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Standard
30477 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 renewcommand{
30486 \backslash
30487 theequation}{
30488 \backslash
30489 roman{equation}}
30490 \end_layout
30491
30492 \begin_layout Standard
30493 というコマンドを入れます。
30494 \series bold
30495
30496 \backslash
30497 renewcommand
30498 \series default
30499
30500 \begin_inset Index idx
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504 こまんど@コマンド ! R ! 
30505 \backslash
30506 renewcommand
30507 \end_layout
30508
30509 \end_inset
30510
30511 は、定義済みのコマンド
30512 \series bold
30513
30514 \backslash
30515 theequation
30516 \series default
30517 をコマンド
30518 \series bold
30519
30520 \backslash
30521 roman{equation}
30522 \series default
30523 に再定義します
30524 \begin_inset Foot
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529 \series bold
30530
30531 \backslash
30532 renewcommand
30533 \series default
30534 コマンドは、第
30535 \begin_inset CommandInset ref
30536 LatexCommand ref
30537 reference "sub:newcommandコマンド"
30538
30539 \end_inset
30540
30541 節に述べられている
30542 \series bold
30543
30544 \backslash
30545 newcommand
30546 \series default
30547 コマンドと同じ書式を持ちます。
30548 \end_layout
30549
30550 \end_inset
30551
30552 。ここで、
30553 \series bold
30554 equation
30555 \series default
30556 は数式カウンタです。コマンド
30557 \series bold
30558
30559 \backslash
30560 the
30561 \series default
30562 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30563 \series bold
30564
30565 \backslash
30566 theequation
30567 \series default
30568 コマンドを数式の後ろに置くのです。
30569 \series bold
30570
30571 \backslash
30572 roman{equation}
30573 \begin_inset Index idx
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577 こまんど@コマンド ! R ! 
30578 \backslash
30579 roman
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \series default
30586 は、カウンタを小文字のローマ数字として出力します。
30587 \end_layout
30588
30589 \begin_layout Standard
30590 こうして、
30591 \series bold
30592
30593 \backslash
30594 renew
30595 \series default
30596 c
30597 \series bold
30598 ommand
30599 \series default
30600 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30601 \series bold
30602
30603 \backslash
30604 roman
30605 \series default
30606 の部分を
30607 \series bold
30608
30609 \backslash
30610 Roman
30611 \series default
30612
30613 \begin_inset Index idx
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617 こまんど@コマンド ! R ! 
30618 \backslash
30619 roman@
30620 \backslash
30621 Roman
30622 \end_layout
30623
30624 \end_inset
30625
30626 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30627 \series bold
30628
30629 \backslash
30630 alph
30631 \series default
30632
30633 \begin_inset Index idx
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 こまんど@コマンド ! A ! 
30638 \backslash
30639 alph
30640 \end_layout
30641
30642 \end_inset
30643
30644 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30645 \series bold
30646
30647 \backslash
30648 Alph
30649 \series default
30650
30651 \begin_inset Index idx
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 こまんど@コマンド ! A ! 
30656 \backslash
30657 alph@
30658 \backslash
30659 Alph
30660 \end_layout
30661
30662 \end_inset
30663
30664 コマンドがあります。
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset Note Greyedout
30669 status open
30670
30671 \begin_layout Plain Layout
30672
30673 \series bold
30674 (注意)
30675 \series default
30676 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 renewcommand{
30693 \backslash
30694 theequation}{
30695 \backslash
30696 roman{equation}}
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 \begin_inset Formula \begin{equation}
30706 A=\textrm{小文字ローマ数字}\end{equation}
30707
30708 \end_inset
30709
30710
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 renewcommand{
30719 \backslash
30720 theequation}{
30721 \backslash
30722 Roman{equation}}
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \begin_inset Formula \begin{equation}
30729 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30730
30731 \end_inset
30732
30733
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739
30740 \backslash
30741 renewcommand{
30742 \backslash
30743 theequation}{
30744 \backslash
30745 alph{equation}}
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \begin_inset Formula \begin{equation}
30752 C=\textrm{小文字ラテン文字}\end{equation}
30753
30754 \end_inset
30755
30756
30757 \begin_inset ERT
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761
30762
30763 \backslash
30764 renewcommand{
30765 \backslash
30766 theequation}{
30767 \backslash
30768 Alph{equation}}
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \begin_inset Formula \begin{equation}
30775 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30784 \end_layout
30785
30786 \begin_layout Standard
30787
30788 \series bold
30789
30790 \backslash
30791 renewcommand{
30792 \backslash
30793 theequation}{
30794 \backslash
30795 arabic{equation}}
30796 \begin_inset Index idx
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800 こまんど@コマンド ! A ! 
30801 \backslash
30802 arabic
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \end_layout
30809
30810 \begin_layout Standard
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 renewcommand{
30819 \backslash
30820 theequation}{
30821 \backslash
30822 arabic{equation}}
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \begin_inset Formula \begin{equation}
30829 E=\textrm{アラビア数字}\end{equation}
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837 \begin_inset VSpace medskip
30838 \end_inset
30839
30840 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30841 てはなりません。この点に関する説明は、ファイル
30842 \begin_inset CommandInset href
30843 LatexCommand href
30844 name "Formula-numbering.lyx"
30845 target "run:Formula-numbering.lyx"
30846
30847 \end_inset
30848
30849 にあります。
30850 \end_layout
30851
30852 \begin_layout Section
30853 化学記号と化学式
30854 \begin_inset CommandInset label
30855 LatexCommand label
30856 name "sub:化学記号と化学式"
30857
30858 \end_inset
30859
30860
30861 \begin_inset Index idx
30862 status collapsed
30863
30864 \begin_layout Plain Layout
30865 かがくきごう@化学記号 ! きごう@記号
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \begin_inset Index idx
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875 かがくしき@化学式
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \begin_inset Index idx
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885 きごう@記号 ! かがく@化学
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 以下は、化学関係の文章の例です。
30895 \end_layout
30896
30897 \begin_layout Quote
30898 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30899 \end_inset
30900
30901 イオンは、2つの
30902 \begin_inset Formula $\mathrm{Na^{+}}$
30903 \end_inset
30904
30905 イオンと反応して、硫酸化塩
30906 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30907 \end_inset
30908
30909 を形成します。この化学式は以下のようになります。
30910 \begin_inset Formula \begin{equation}
30911 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
30920 \begin_inset Info
30921 type  "shortcut"
30922 arg   "font-roman"
30923 \end_inset
30924
30925 を押せば、アップライトフォント様式に変更することができます
30926 \begin_inset Foot
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 フォント様式に関しては、第
30931 \begin_inset CommandInset ref
30932 LatexCommand ref
30933 reference "sub:書体様式"
30934
30935 \end_inset
30936
30937 節を参照のこと。
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30947 \series bold
30948 mhchem
30949 \series default
30950
30951 \begin_inset Index idx
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955 ぱっけーじ@パッケージ ! mhchem
30956 \end_layout
30957
30958 \end_inset
30959
30960 が導入されているときに使用することができる
30961 \series bold
30962
30963 \backslash
30964 ce
30965 \series default
30966
30967 \begin_inset Index idx
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 こまんど@コマンド ! C ! 
30972 \backslash
30973 ce
30974 \end_layout
30975
30976 \end_inset
30977
30978 コマンドを使用することです。
30979 \series bold
30980
30981 \backslash
30982 ce
30983 \series default
30984 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30985 \end_layout
30986
30987 \begin_layout Standard
30988 \align center
30989 \begin_inset Tabular
30990 <lyxtabular version="3" rows="9" columns="2">
30991 <features tabularvalignment="middle">
30992 <column alignment="center" valignment="top" width="0">
30993 <column alignment="center" valignment="top" width="0">
30994 <row>
30995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999 コマンド
31000 \end_layout
31001
31002 \end_inset
31003 </cell>
31004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31005 \begin_inset Text
31006
31007 \begin_layout Plain Layout
31008 出力
31009 \begin_inset Note Note
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014 \series bold
31015
31016 \backslash
31017 raisebox
31018 \series default
31019 はスペーサーとしてのみ使用されています。
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \end_inset
31028 </cell>
31029 </row>
31030 <row>
31031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31032 \begin_inset Text
31033
31034 \begin_layout Plain Layout
31035
31036 \backslash
31037 ce
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 spce 
31046 \end_layout
31047
31048 \end_inset
31049
31050 H2CO3
31051 \end_layout
31052
31053 \end_inset
31054 </cell>
31055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31056 \begin_inset Text
31057
31058 \begin_layout Plain Layout
31059 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 </row>
31068 <row>
31069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073
31074 \backslash
31075 ce
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 spce 
31084 \end_layout
31085
31086 \end_inset
31087
31088 SO4^2-
31089 \end_layout
31090
31091 \end_inset
31092 </cell>
31093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31094 \begin_inset Text
31095
31096 \begin_layout Plain Layout
31097 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \end_inset
31104 </cell>
31105 </row>
31106 <row>
31107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31108 \begin_inset Text
31109
31110 \begin_layout Plain Layout
31111
31112 \backslash
31113 ce
31114 \begin_inset ERT
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118
31119
31120 \backslash
31121 spce 
31122 \end_layout
31123
31124 \end_inset
31125
31126 (NH4)2S
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 </row>
31144 <row>
31145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31146 \begin_inset Text
31147
31148 \begin_layout Plain Layout
31149
31150 \backslash
31151 ce
31152 \begin_inset ERT
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156
31157
31158 \backslash
31159 spce 
31160 \end_layout
31161
31162 \end_inset
31163
31164 KCr(SO4)2.12H2O
31165 \end_layout
31166
31167 \end_inset
31168 </cell>
31169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31170 \begin_inset Text
31171
31172 \begin_layout Plain Layout
31173 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 </row>
31182 <row>
31183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31184 \begin_inset Text
31185
31186 \begin_layout Plain Layout
31187
31188 \backslash
31189 ce
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195
31196 \backslash
31197 spce 
31198 \end_layout
31199
31200 \end_inset
31201
31202 A-B
31203 \backslash
31204 dbond
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210
31211 \backslash
31212 spce 
31213 \end_layout
31214
31215 \end_inset
31216
31217 C
31218 \backslash
31219 tbond
31220 \begin_inset ERT
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224
31225
31226 \backslash
31227 spce 
31228 \end_layout
31229
31230 \end_inset
31231
31232 D
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Plain Layout
31241 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 </row>
31250 <row>
31251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31252 \begin_inset Text
31253
31254 \begin_layout Plain Layout
31255
31256 \backslash
31257 ce
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 spce 
31266 \end_layout
31267
31268 \end_inset
31269
31270 ^227
31271 \begin_inset Formula $\downarrow$
31272 \end_inset
31273
31274 _90
31275 \begin_inset Formula $\to$
31276 \end_inset
31277
31278 Th+
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Plain Layout
31287 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 </row>
31296 <row>
31297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301
31302 \backslash
31303 ce
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 spce 
31312 \end_layout
31313
31314 \end_inset
31315
31316 CO2
31317 \begin_inset ERT
31318 status collapsed
31319
31320 \begin_layout Plain Layout
31321
31322
31323 \backslash
31324 spce 
31325 \end_layout
31326
31327 \end_inset
31328
31329 +
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 spce 
31338 \end_layout
31339
31340 \end_inset
31341
31342 C
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348
31349 \backslash
31350 spce 
31351 \end_layout
31352
31353 \end_inset
31354
31355 <=>
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361
31362 \backslash
31363 spce 
31364 \end_layout
31365
31366 \end_inset
31367
31368 2CO
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31374 \begin_inset Text
31375
31376 \begin_layout Plain Layout
31377 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 </row>
31386 <row>
31387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31388 \begin_inset Text
31389
31390 \begin_layout Plain Layout
31391
31392 \backslash
31393 ce
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399
31400 \backslash
31401 spce 
31402 \end_layout
31403
31404 \end_inset
31405
31406 CO2
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 spce 
31415 \end_layout
31416
31417 \end_inset
31418
31419 +
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 spce 
31428 \end_layout
31429
31430 \end_inset
31431
31432 C
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 spce 
31441 \end_layout
31442
31443 \end_inset
31444
31445 ->[
31446 \backslash
31447 alpha][
31448 \backslash
31449 beta]
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 spce 
31458 \end_layout
31459
31460 \end_inset
31461
31462 2CO}
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{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 </row>
31480 </lyxtabular>
31481
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 \begin_inset Note Greyedout
31489 status open
31490
31491 \begin_layout Plain Layout
31492
31493 \series bold
31494 【註】
31495 \backslash
31496 ce
31497 \series default
31498 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31499 \series bold
31500
31501 \backslash
31502 ce{$
31503 \backslash
31504 mu
31505 \backslash
31506 hyphen$Cl}
31507 \series default
31508
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 ce{$
31517 \backslash
31518 mu
31519 \backslash
31520 hyphen$Cl}
31521 \end_layout
31522
31523 \end_inset
31524
31525 )のようにTeXコードを使わなくてはなりません。
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534
31535 \series bold
31536
31537 \backslash
31538 ce
31539 \series default
31540 を使うと
31541 \begin_inset CommandInset ref
31542 LatexCommand eqref
31543 reference "eq:chem-reaction"
31544
31545 \end_inset
31546
31547 式のコマンドは
31548 \begin_inset Newline newline
31549 \end_inset
31550
31551
31552 \series bold
31553  
31554 \backslash
31555 ce
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560
31561
31562 \backslash
31563 spce 
31564 \end_layout
31565
31566 \end_inset
31567
31568 2Na+
31569 \begin_inset ERT
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573
31574
31575 \backslash
31576 spce 
31577 \end_layout
31578
31579 \end_inset
31580
31581 +
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587
31588 \backslash
31589 spce 
31590 \end_layout
31591
31592 \end_inset
31593
31594 SO4^2-
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 spce 
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset ERT
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612
31613
31614 \backslash
31615 spce 
31616 \end_layout
31617
31618 \end_inset
31619
31620 ->
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 spce 
31629 \end_layout
31630
31631 \end_inset
31632
31633 Na2SO4
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637
31638 \series default
31639 のようになります。
31640 \end_layout
31641
31642 \begin_layout Standard
31643 複数行の化学式を作るには、第
31644 \begin_inset CommandInset ref
31645 LatexCommand ref
31646 reference "sec:多行数式"
31647
31648 \end_inset
31649
31650 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31651 \series bold
31652
31653 \backslash
31654 ce
31655 \series default
31656 コマンドを使用します。
31657 \begin_inset CommandInset ref
31658 LatexCommand eqref
31659 reference "eq:TEOS反応1"
31660
31661 \end_inset
31662
31663 式と
31664 \begin_inset CommandInset ref
31665 LatexCommand eqref
31666 reference "eq:TEOS反応2"
31667
31668 \end_inset
31669
31670 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31671 \begin_inset Formula \begin{eqnarray}
31672 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS=00003D0053CD=00003D005FDC1}\\
31673 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS=00003D0053CD=00003D005FDC2}
31674 \end{eqnarray}
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682
31683 \series bold
31684 mhchem
31685 \series default
31686 パッケージは、
31687 \series bold
31688
31689 \backslash
31690 ce
31691 \series default
31692 の他に、特殊ケースに使用する
31693 \series bold
31694
31695 \backslash
31696 cf
31697 \series default
31698
31699 \begin_inset Index idx
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703 こまんど@コマンド ! C ! 
31704 \backslash
31705 cf
31706 \end_layout
31707
31708 \end_inset
31709
31710 コマンドを提供しています。
31711 \series bold
31712
31713 \backslash
31714 cf
31715 \series default
31716 の詳しい情報と例示については、
31717 \series bold
31718 mhchem
31719 \series default
31720
31721 \begin_inset CommandInset citation
31722 LatexCommand cite
31723 key "mhchem"
31724
31725 \end_inset
31726
31727 の取扱説明書をご覧ください。
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset Newpage newpage
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Section
31738 図解
31739 \end_layout
31740
31741 \begin_layout Standard
31742 LyXは、二つの型の可換図
31743 \series bold
31744 amscd
31745 \series default
31746 および
31747 \series bold
31748 xymatrix
31749 \series default
31750 をサポートしており、以下でこれらの説明をします。
31751 \end_layout
31752
31753 \begin_layout Subsection
31754 amscd図解
31755 \begin_inset Index idx
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 ずかい@図解 ! amscd
31760 \end_layout
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31769 \begin_inset Formula \[
31770 \begin{CD}A@>>>B@>>>C\\
31771 @AAA@.@VVV\\
31772 F@<<<E@<<<D
31773 \end{CD}\]
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Standard
31781 これを作るには、数式に
31782 \series bold
31783
31784 \backslash
31785 CD
31786 \begin_inset Index idx
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 こまんど@コマンド ! C ! 
31791 \backslash
31792 CD
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \series default
31799 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31800 \begin_inset Info
31801 type  "shortcut"
31802 arg   "newline-insert newline"
31803 \end_inset
31804
31805 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31806 \end_layout
31807
31808 \begin_layout Standard
31809 関係を作るには、以下のコマンドがあります。
31810 \end_layout
31811
31812 \begin_layout Itemize
31813 \begin_inset Formula $\boldsymbol{@<<<}$
31814 \end_inset
31815
31816 は左矢印、
31817 \begin_inset Formula $\boldsymbol{@>>>}$
31818 \end_inset
31819
31820 は右矢印、
31821 \series bold
31822 @=
31823 \series default
31824 は長い等号を生成します。
31825 \end_layout
31826
31827 \begin_layout Itemize
31828
31829 \series bold
31830 @AAA
31831 \series default
31832 は上矢印、
31833 \series bold
31834 @VVV
31835 \series default
31836 は下矢印、
31837 \begin_inset Formula $\boldsymbol{@|}$
31838 \end_inset
31839
31840 は縦向きの等号を生成します。
31841 \end_layout
31842
31843 \begin_layout Itemize
31844
31845 \series bold
31846 @.
31847 \series default
31848 は関係が存在しない部分に置きます。
31849 \end_layout
31850
31851 \begin_layout Standard
31852 矢印はすべて、以下のようにラベル付けをすることができます。
31853 \end_layout
31854
31855 \begin_layout Itemize
31856 文章を、第1と第2の「
31857 \begin_inset Formula $<$
31858 \end_inset
31859
31860 」ないし「
31861 \begin_inset Formula $>$
31862 \end_inset
31863
31864 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31865 \begin_inset Formula $<$
31866 \end_inset
31867
31868 」ないし「
31869 \begin_inset Formula $>$
31870 \end_inset
31871
31872 」のあいだに入れると、矢印の下に表示されます。
31873 \end_layout
31874
31875 \begin_layout Itemize
31876 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31877 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31878 \end_layout
31879
31880 \begin_layout Standard
31881 以下は、上記のすべての関係を使った例です。
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \begin_inset Formula \[
31886 \begin{CD}A@>j>>B@>>k>C@=F\\
31887 @AmAA@.@VV{V}V@|\\
31888 D@<<j<E@>k>>F@=C
31889 \end{CD}\]
31890
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \begin_layout Standard
31897 これを作るコマンドは、以下のとおりです。
31898 \begin_inset Newline newline
31899 \end_inset
31900
31901
31902 \series bold
31903
31904 \backslash
31905 CD
31906 \begin_inset ERT
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910
31911
31912 \backslash
31913 spce 
31914 \end_layout
31915
31916 \end_inset
31917
31918 A
31919 \begin_inset Formula $\boldsymbol{@>}$
31920 \end_inset
31921
31922 j
31923 \begin_inset Formula $\boldsymbol{>>}$
31924 \end_inset
31925
31926 B
31927 \begin_inset Formula $\boldsymbol{@>>}$
31928 \end_inset
31929
31930 k
31931 \begin_inset Formula $\boldsymbol{>}$
31932 \end_inset
31933
31934 C@=F Ctrl+Return
31935 \begin_inset Newline newline
31936 \end_inset
31937
31938
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 hphantom{
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \backslash
31953 CD
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 spce 
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972 }
31973 \end_layout
31974
31975 \end_inset
31976
31977 @AmAA@.@VV
31978 \backslash
31979 {V
31980 \series default
31981
31982 \begin_inset Formula $\to$
31983 \end_inset
31984
31985
31986 \series bold
31987 V
31988 \begin_inset Formula $\boldsymbol{@|}$
31989 \end_inset
31990
31991  Ctrl+Return
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 hphantom{
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \backslash
32010 CD
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 spce 
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029 }
32030 \end_layout
32031
32032 \end_inset
32033
32034 D
32035 \begin_inset Formula $\boldsymbol{@<<}$
32036 \end_inset
32037
32038 j
32039 \begin_inset Formula $\boldsymbol{<}$
32040 \end_inset
32041
32042 E
32043 \begin_inset Formula $\boldsymbol{@>}$
32044 \end_inset
32045
32046 k
32047 \begin_inset Formula $\boldsymbol{>>}$
32048 \end_inset
32049
32050 F@=C
32051 \end_layout
32052
32053 \begin_layout Subsection
32054 xymatrix図解
32055 \begin_inset Index idx
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059 ずかい@図解 ! xymatrix
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \begin_layout Standard
32068 xymatricesを使うには、LaTeXパッケージの
32069 \series bold
32070 xypic
32071 \series default
32072 が導入済みである必要があります。xymatrixは、数式中に
32073 \series bold
32074
32075 \backslash
32076 xymatrix
32077 \series default
32078 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32079 \begin_inset CommandInset ref
32080 LatexCommand ref
32081 reference "sec:行列"
32082
32083 \end_inset
32084
32085 節をご参照下さい。
32086 \end_layout
32087
32088 \begin_layout Standard
32089 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32090 \family sans
32091 ヘルプ\SpecialChar \menuseparator
32092 用途別説明書\SpecialChar \menuseparator
32093 XY-pic説明書
32094 \family default
32095 メニューにある
32096 \emph on
32097 XY-pic説明書
32098 \emph default
32099 で詳しく網羅しています。
32100 \end_layout
32101
32102 \begin_layout Subsection
32103
32104 \noun on
32105 \lang english
32106 Feynman
32107 \noun default
32108  Diagrams
32109 \lang japanese
32110
32111 \begin_inset Index idx
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115 ずかい@図解 ! Feynman
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \begin_layout Standard
32124
32125 \lang english
32126 To be able to use 
32127 \noun on
32128 Feynman
32129 \noun default
32130 -diagrams, the LaTeX-package 
32131 \series bold
32132 feyn
32133 \series default
32134  must be installed.
32135  A 
32136 \noun on
32137 Feynman
32138 \noun default
32139 -diagram is created by inserting the command 
32140 \series bold
32141
32142 \backslash
32143 Diagram
32144 \series default
32145  in a formula.
32146  Then you are able to add new matrix columns and rows like for normal matrices,
32147  see
32148 \lang japanese
32149  
32150 \begin_inset CommandInset ref
32151 LatexCommand ref
32152 reference "sec:行列"
32153
32154 \end_inset
32155
32156 .
32157 \end_layout
32158
32159 \begin_layout Standard
32160
32161 \lang english
32162 Examples how to create 
32163 \noun on
32164 Feynman-
32165 \noun default
32166 diagrams in LyX is given in the 
32167 \emph on
32168 Feynman-diagram manual
32169 \emph default
32170  that you find in the menu 
32171 \family sans
32172 Help\SpecialChar \menuseparator
32173 Specific
32174 \begin_inset space ~
32175 \end_inset
32176
32177 Manuals
32178 \family default
32179 .
32180 \end_layout
32181
32182 \begin_layout Standard
32183 \begin_inset Newpage newpage
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Section
32190 ユーザー定義コマンド
32191 \begin_inset Index idx
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195 ゆーざーていぎこまんど@ユーザー定義コマンド
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 \begin_inset Note Greyedout
32205 status open
32206
32207 \begin_layout Plain Layout
32208 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Subsection
32217
32218 \backslash
32219 newcommandコマンド
32220 \begin_inset CommandInset label
32221 LatexCommand label
32222 name "sub:newcommandコマンド"
32223
32224 \end_inset
32225
32226
32227 \begin_inset Index idx
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32232 \backslash
32233 newcommand
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \begin_inset Index idx
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243 こまんど@コマンド ! N ! 
32244 \backslash
32245 newcommand
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Standard
32254 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32255 \series bold
32256
32257 \backslash
32258 newcommand
32259 \series default
32260 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32261 \end_layout
32262
32263 \begin_layout Standard
32264
32265 \series bold
32266
32267 \backslash
32268 newcommand
32269 \series default
32270 コマンドの書式は、
32271 \end_layout
32272
32273 \begin_layout Standard
32274
32275 \series bold
32276
32277 \backslash
32278 newcommand{新コマンド名}[引数の数][オプションの値]
32279 \begin_inset Newline newline
32280 \end_inset
32281
32282
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288
32289 \backslash
32290 phantom{
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \backslash
32297 newcommand
32298 \begin_inset ERT
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302
32303 }
32304 \end_layout
32305
32306 \end_inset
32307
32308 {コマンド定義}
32309 \end_layout
32310
32311 \begin_layout Standard
32312 です。
32313 \end_layout
32314
32315 \begin_layout Standard
32316 \begin_inset Note Greyedout
32317 status open
32318
32319 \begin_layout Plain Layout
32320
32321 \series bold
32322 (注意)
32323 \series default
32324 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32325 \series bold
32326
32327 \backslash
32328 Leftarrow
32329 \series default
32330 の短縮のつもりで
32331 \series bold
32332
32333 \backslash
32334 le
32335 \series default
32336 というコマンドを定義したとすると、
32337 \series bold
32338
32339 \backslash
32340 le
32341 \series default
32342 は既に「
32343 \begin_inset Formula $\le$
32344 \end_inset
32345
32346 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Standard
32355 「引数の数」は、0
32356 \begin_inset space \thinspace{}
32357 \end_inset
32358
32359 -
32360 \begin_inset space \thinspace{}
32361 \end_inset
32362
32363 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32364 ドの
32365 \emph on
32366 最初の
32367 \emph default
32368 引数は、自動的に非必須の引数になります。
32369 \end_layout
32370
32371 \begin_layout Standard
32372 以下にいくつかの例を挙げます。
32373 \end_layout
32374
32375 \begin_layout Itemize
32376
32377 \series bold
32378
32379 \backslash
32380 Longrightarrow
32381 \series default
32382 の短縮形として
32383 \series bold
32384
32385 \backslash
32386 gr
32387 \series default
32388 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32389 \begin_inset VSpace medskip
32390 \end_inset
32391
32392
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396
32397 \series bold
32398
32399 \backslash
32400 newcommand{
32401 \backslash
32402 gr}{
32403 \backslash
32404 Longrightarrow}
32405 \end_layout
32406
32407 \begin_layout Itemize
32408
32409 \series bold
32410
32411 \backslash
32412 underline
32413 \series default
32414 の短縮形として
32415 \series bold
32416
32417 \backslash
32418 us
32419 \series default
32420 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32421 \begin_inset VSpace medskip
32422 \end_inset
32423
32424
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428
32429 \series bold
32430
32431 \backslash
32432 newcommand{
32433 \backslash
32434 us}[1]{
32435 \backslash
32436 underline{#1}}
32437 \series default
32438
32439 \begin_inset VSpace medskip
32440 \end_inset
32441
32442
32443 \begin_inset Newline newline
32444 \end_inset
32445
32446
32447 \series bold
32448 #
32449 \series default
32450 」という文字は、引数の入る場所を示し、その後ろの「
32451 \series bold
32452 1
32453 \series default
32454 」は、これが第1引数の入る場所であることを示します。
32455 \end_layout
32456
32457 \begin_layout Itemize
32458
32459 \series bold
32460
32461 \backslash
32462 framebox
32463 \series default
32464 の短縮形として、たとえば
32465 \series bold
32466
32467 \backslash
32468 fb
32469 \series default
32470 というコマンドを定義するには、
32471 \begin_inset VSpace medskip
32472 \end_inset
32473
32474
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478
32479 \series bold
32480
32481 \backslash
32482 newcommand{
32483 \backslash
32484 fb}[3]{
32485 \backslash
32486 framebox#1#2{$#3$}}
32487 \series default
32488
32489 \begin_inset VSpace medskip
32490 \end_inset
32491
32492
32493 \begin_inset Newline newline
32494 \end_inset
32495
32496 二つのドルマークは、
32497 \series bold
32498
32499 \backslash
32500 framebox
32501 \series default
32502 が必要とする内部の数式を作り出します。第
32503 \begin_inset CommandInset ref
32504 LatexCommand ref
32505 reference "sub:縁付きボックス"
32506
32507 \end_inset
32508
32509 節をご参照下さい。
32510 \end_layout
32511
32512 \begin_layout Itemize
32513 ボックスの色を指定する必要がない
32514 \series bold
32515
32516 \backslash
32517 fcolorbox
32518 \series default
32519 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32520 \begin_inset VSpace medskip
32521 \end_inset
32522
32523
32524 \begin_inset Newline newline
32525 \end_inset
32526
32527
32528 \series bold
32529
32530 \backslash
32531 newcommand{
32532 \backslash
32533 cb}[3][white]{
32534 \backslash
32535 fcolorbox{#2}{#1}{$#3$}}
32536 \series default
32537
32538 \begin_inset VSpace medskip
32539 \end_inset
32540
32541
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545
32546 \series bold
32547
32548 \backslash
32549 cb
32550 \series default
32551 を使うときに色が指定されなければ、事前に定義された色である
32552 \series bold
32553 white
32554 \series default
32555 が使用されます。
32556 \end_layout
32557
32558 \begin_layout Standard
32559 以下は、上で定義したコマンドの動作テストです。
32560 \end_layout
32561
32562 \begin_layout Standard
32563 \align center
32564 \begin_inset Tabular
32565 <lyxtabular version="3" rows="6" columns="2">
32566 <features tabularvalignment="middle">
32567 <column alignment="center" valignment="top" width="0">
32568 <column alignment="center" valignment="top" width="0">
32569 <row>
32570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 コマンド
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583 出力
32584 \begin_inset Note Note
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588 ここで
32589 \series bold
32590
32591 \backslash
32592 raisebox
32593 \series default
32594 はスペーサーとして使用しているだけです。
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \end_inset
32603 </cell>
32604 </row>
32605 <row>
32606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32607 \begin_inset Text
32608
32609 \begin_layout Plain Layout
32610 A
32611 \backslash
32612 gr
32613 \begin_inset ERT
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617
32618
32619 \backslash
32620 spce 
32621 \end_layout
32622
32623 \end_inset
32624
32625 B
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 \begin_inset Formula $A\gr B$
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 </row>
32643 <row>
32644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32645 \begin_inset Text
32646
32647 \begin_layout Plain Layout
32648
32649 \backslash
32650 us{ABcd
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 </row>
32668 <row>
32669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673
32674 \backslash
32675 fb{[2cm]
32676 \begin_inset Formula $\to$
32677 \end_inset
32678
32679
32680 \backslash
32681 {
32682 \begin_inset Formula $\to$
32683 \end_inset
32684
32685
32686 \backslash
32687 {
32688 \backslash
32689 int
32690 \begin_inset ERT
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694
32695
32696 \backslash
32697 spce 
32698 \end_layout
32699
32700 \end_inset
32701
32702 A=B
32703 \end_layout
32704
32705 \end_inset
32706 </cell>
32707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32708 \begin_inset Text
32709
32710 \begin_layout Plain Layout
32711 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \end_inset
32718 </cell>
32719 </row>
32720 <row>
32721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725
32726 \backslash
32727 cb{red
32728 \begin_inset Formula $\to$
32729 \end_inset
32730
32731
32732 \backslash
32733 {
32734 \backslash
32735 int
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741
32742 \backslash
32743 spce 
32744 \end_layout
32745
32746 \end_inset
32747
32748 A=B
32749 \end_layout
32750
32751 \end_inset
32752 </cell>
32753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 </row>
32766 <row>
32767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32768 \begin_inset Text
32769
32770 \begin_layout Plain Layout
32771
32772 \backslash
32773 cb[green]
32774 \backslash
32775 {red
32776 \begin_inset Formula $\to$
32777 \end_inset
32778
32779
32780 \backslash
32781 {
32782 \backslash
32783 int
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789
32790 \backslash
32791 spce 
32792 \end_layout
32793
32794 \end_inset
32795
32796 A=B
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32802 \begin_inset Text
32803
32804 \begin_layout Plain Layout
32805 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 </row>
32814 </lyxtabular>
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Subsection
32822 数式マクロ
32823 \begin_inset Index idx
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \begin_inset Index idx
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 まくろ@マクロ
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Standard
32846 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32847 般型は、
32848 \begin_inset Formula \[
32849 0=\lambda^{2}+p\lambda+q\]
32850
32851 \end_inset
32852
32853 であり、その解の一般型は
32854 \begin_inset Formula \[
32855 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \begin_layout Standard
32863 です。
32864 \begin_inset Formula $\lambda$
32865 \end_inset
32866
32867
32868 \begin_inset Formula $p$
32869 \end_inset
32870
32871
32872 \begin_inset Formula $q$
32873 \end_inset
32874
32875 の3つのパラメータを指定することが必須であり、
32876 \begin_inset Formula $\lambda$
32877 \end_inset
32878
32879 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32880 \begin_inset Newline newline
32881 \end_inset
32882
32883
32884 \series bold
32885
32886 \backslash
32887 newcommand{
32888 \backslash
32889 qG}[4][1,
32890 \backslash
32891 ,2]{#2_{#1}=-
32892 \backslash
32893 frac{#3}{2}
32894 \backslash
32895 pm
32896 \begin_inset Newline newline
32897 \end_inset
32898
32899
32900 \begin_inset ERT
32901 status collapsed
32902
32903 \begin_layout Plain Layout
32904
32905
32906 \backslash
32907 hphantom{
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \backslash
32914 newcommand
32915 \begin_inset ERT
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919
32920 }
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \backslash
32927 sqrt{
32928 \backslash
32929 frac{#3^{2}}{4}-#4}}
32930 \end_layout
32931
32932 \begin_layout Standard
32933 これを使って解の公式を作るには、
32934 \begin_inset Newline newline
32935 \end_inset
32936
32937
32938 \series bold
32939
32940 \backslash
32941 qG{
32942 \backslash
32943 lambda
32944 \begin_inset Formula $\to$
32945 \end_inset
32946
32947
32948 \backslash
32949 {p
32950 \begin_inset Formula $\to$
32951 \end_inset
32952
32953
32954 \backslash
32955 {q
32956 \series default
32957 というコマンドを数式に入れます。
32958 \end_layout
32959
32960 \begin_layout Standard
32961 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32962 \series bold
32963
32964 \backslash
32965 frac{分子}{分母}
32966 \series default
32967 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32968 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32969 \series bold
32970
32971 \backslash
32972 newcommand
32973 \series default
32974 コマンドの代わりに、数式マクロを使う方法を提供しています。
32975 \end_layout
32976
32977 \begin_layout Standard
32978 数式マクロは、
32979 \family sans
32980 挿入\SpecialChar \menuseparator
32981 数式\SpecialChar \menuseparator
32982 マクロ
32983 \family default
32984 メニューか、ツールバーボタンの
32985 \begin_inset Graphics
32986         filename ../../images/math-macro_newmacroname_newcommand.png
32987         scale 85
32988
32989 \end_inset
32990
32991 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32992 \begin_inset Newline newline
32993 \end_inset
32994
32995
32996 \begin_inset space \hspace*{\fill}
32997 \end_inset
32998
32999
33000 \begin_inset Graphics
33001         filename ../clipart/macrobox.png
33002
33003 \end_inset
33004
33005
33006 \begin_inset space \hspace*{\fill}
33007 \end_inset
33008
33009
33010 \begin_inset Newline newline
33011 \end_inset
33012
33013
33014 \begin_inset FormulaMacro
33015 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33016 \end_inset
33017
33018
33019 \backslash
33020 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33021 \series bold
33022
33023 \backslash
33024 #1
33025 \series default
33026 のように
33027 \series bold
33028
33029 \backslash
33030 #引数番号
33031 \series default
33032 というコマンドで入力するか、マクロツールバーボタンの
33033 \begin_inset Graphics
33034         filename ../../images/math-macro-add-param.png
33035         scale 85
33036
33037 \end_inset
33038
33039 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33040 \begin_inset Graphics
33041         filename ../../images/math-macro-add-optional-param.png
33042         scale 85
33043
33044 \end_inset
33045
33046 で作ることができます。最初の必須引数は、ツールバーボタンの
33047 \begin_inset Graphics
33048         filename ../../images/math-macro-make-optional.png
33049         scale 85
33050
33051 \end_inset
33052
33053 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33054 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33055 \begin_inset Newline newline
33056 \end_inset
33057
33058
33059 \series bold
33060 qG: 
33061 \backslash
33062 #1
33063 \series default
33064  
33065 \series bold
33066 ,
33067 \series default
33068  
33069 \series bold
33070
33071 \backslash
33072 #2
33073 \series default
33074  
33075 \series bold
33076 ,
33077 \series default
33078  
33079 \series bold
33080
33081 \backslash
33082 #3, 
33083 \backslash
33084 #4
33085 \begin_inset Newline newline
33086 \end_inset
33087
33088
33089 \series default
33090 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33091 されます。
33092 \begin_inset Newline newline
33093 \end_inset
33094
33095 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33096 \family sans
33097 表示\SpecialChar \menuseparator
33098 数式マクロを展開(畳む)
33099 \family default
33100 メニューを使うことで、マクロ毎に変えることができます。
33101 \end_layout
33102
33103 \begin_layout Standard
33104 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33105 \series bold
33106
33107 \backslash
33108 qG
33109 \series default
33110 とします。このマクロは、LyX中では以下のように表示されます。
33111 \begin_inset Newline newline
33112 \end_inset
33113
33114
33115 \begin_inset space \hspace*{\fill}
33116 \end_inset
33117
33118
33119 \begin_inset Graphics
33120         filename ../clipart/macrouse.png
33121
33122 \end_inset
33123
33124
33125 \begin_inset space \hspace*{\fill}
33126 \end_inset
33127
33128
33129 \begin_inset Newline newline
33130 \end_inset
33131
33132 以下は、上記の例に、引数
33133 \begin_inset Formula $x$
33134 \end_inset
33135
33136
33137 \begin_inset Formula $\ln(x)$
33138 \end_inset
33139
33140
33141 \begin_inset Formula $B$
33142 \end_inset
33143
33144 を指定したものです。
33145 \end_layout
33146
33147 \begin_layout Standard
33148 \begin_inset Formula \[
33149 \qG x{\ln(x)}B\]
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \begin_layout Standard
33157 LyXは、
33158 \family sans
33159 ツール\SpecialChar \menuseparator
33160 設定\SpecialChar \menuseparator
33161 編集\SpecialChar \menuseparator
33162 制御
33163 \family default
33164 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33165 せてみてください。
33166 \end_layout
33167
33168 \begin_layout Standard
33169 数式マクロは、文書書き出し時に、内部的に
33170 \series bold
33171
33172 \backslash
33173 newcommand
33174 \series default
33175 コマンドに変換されます。こうして生成された
33176 \series bold
33177
33178 \backslash
33179 newcommand
33180 \series default
33181 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33182 \end_layout
33183
33184 \begin_layout Standard
33185 数式マクロは、
33186 \series bold
33187
33188 \backslash
33189 newcommand
33190 \series default
33191 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33192 \series bold
33193
33194 \begin_inset Newline newline
33195 \end_inset
33196
33197
33198 \backslash
33199 newcommand{
33200 \backslash
33201 larrow}[2]{
33202 \backslash
33203 xleftarrow[#2]{#1}}
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207
33208 \series default
33209 というコマンドを書き入れ、この全体を選択して、短絡キー
33210 \family sans
33211 Ctrl+M
33212 \family default
33213 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33214 \series bold
33215
33216 \backslash
33217 newcommand
33218 \series default
33219 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33220 \end_layout
33221
33222 \begin_layout Standard
33223 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33224 \begin_inset CommandInset ref
33225 LatexCommand ref
33226 reference "sub:newcommandコマンド"
33227
33228 \end_inset
33229
33230 節で例として作った
33231 \series bold
33232
33233 \backslash
33234 fb
33235 \series default
33236 は、マクロとしては作ることができません。
33237 \end_layout
33238
33239 \begin_layout Standard
33240 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33241 \end_layout
33242
33243 \begin_layout Standard
33244 \begin_inset VSpace defskip
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251 \begin_inset Graphics
33252         filename ../clipart/MacroToolbar.png
33253
33254 \end_inset
33255
33256
33257 \begin_inset Index idx
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 まくろ@マクロ ! つーるばー@ツールバー
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Standard
33270 \begin_inset VSpace defskip
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \begin_layout Standard
33277 マクロツールバーは、左から右に、以下の各ボタンがあります。
33278 \end_layout
33279
33280 \begin_layout Standard
33281 \begin_inset VSpace defskip
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \begin_inset Tabular
33289 <lyxtabular version="3" rows="9" columns="2">
33290 <features islongtable="true" longtabularalignment="center">
33291 <column alignment="left" valignment="top" width="0">
33292 <column alignment="left" valignment="top" width="85col%">
33293 <row interlinespace="2.5mm">
33294 <cell alignment="center" valignment="top" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 \begin_inset Graphics
33299         filename ../../images/math-macro-remove-param.png
33300         BoundingBox 0bp 5bp 20bp 25bp
33301         rotateOrigin center
33302
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 <cell alignment="center" valignment="top" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314
33315 \family sans
33316 編集\SpecialChar \menuseparator
33317 数式\SpecialChar \menuseparator
33318 マクロ定義\SpecialChar \menuseparator
33319 最後の引数を削除
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row interlinespace="2.5mm">
33326 <cell alignment="center" valignment="top" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 \begin_inset Graphics
33331         filename ../../images/math-macro-add-param.png
33332         BoundingBox 0bp 5bp 20bp 25bp
33333         rotateOrigin center
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 <cell alignment="center" valignment="top" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346
33347 \family sans
33348 編集\SpecialChar \menuseparator
33349 数式\SpecialChar \menuseparator
33350 マクロ定義\SpecialChar \menuseparator
33351 引数を追加
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 <row interlinespace="2.5mm">
33358 <cell alignment="center" valignment="top" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 \begin_inset Graphics
33363         filename ../../images/math-macro-make-optional.png
33364         BoundingBox 0bp 5bp 20bp 25bp
33365         rotateOrigin center
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378
33379 \family sans
33380 編集\SpecialChar \menuseparator
33381 数式\SpecialChar \menuseparator
33382 マクロ定義\SpecialChar \menuseparator
33383 最初の必須引数を
33384 \begin_inset Newline newline
33385 \end_inset
33386
33387
33388 \begin_inset ERT
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392
33393
33394 \backslash
33395 hphantom{
33396 \end_layout
33397
33398 \end_inset
33399
33400 編集\SpecialChar \menuseparator
33401 数式\SpecialChar \menuseparator
33402 マクロ定義\SpecialChar \menuseparator
33403
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409 }
33410 \end_layout
33411
33412 \end_inset
33413
33414 非必須引数にする
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 </row>
33420 <row interlinespace="2.5mm">
33421 <cell alignment="center" valignment="top" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 \begin_inset Graphics
33426         filename ../../images/math-macro-make-nonoptional.png
33427         BoundingBox 0bp 5bp 20bp 25bp
33428         rotateOrigin center
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 <cell alignment="center" valignment="top" usebox="none">
33438 \begin_inset Text
33439
33440 \begin_layout Plain Layout
33441
33442 \family sans
33443 編集\SpecialChar \menuseparator
33444 数式\SpecialChar \menuseparator
33445 マクロ定義\SpecialChar \menuseparator
33446 最後の非必須引数を
33447 \begin_inset Newline newline
33448 \end_inset
33449
33450
33451 \begin_inset ERT
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455
33456
33457 \backslash
33458 hphantom{
33459 \end_layout
33460
33461 \end_inset
33462
33463 編集\SpecialChar \menuseparator
33464 数式\SpecialChar \menuseparator
33465 マクロ定義\SpecialChar \menuseparator
33466
33467 \begin_inset ERT
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472 }
33473 \end_layout
33474
33475 \end_inset
33476
33477 必須引数にする
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 </row>
33483 <row interlinespace="2.5mm">
33484 <cell alignment="center" valignment="top" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488 \begin_inset Graphics
33489         filename ../../images/math-macro-remove-optional-param.png
33490         BoundingBox 0bp 5bp 20bp 25bp
33491         rotateOrigin center
33492
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504
33505 \family sans
33506 編集\SpecialChar \menuseparator
33507 数式\SpecialChar \menuseparator
33508 マクロ定義\SpecialChar \menuseparator
33509 非必須引数を削除
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 <row interlinespace="2.5mm">
33516 <cell alignment="center" valignment="top" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 \begin_inset Graphics
33521         filename ../../images/math-macro-add-optional-param.png
33522         BoundingBox 0bp 5bp 20bp 25bp
33523         rotateOrigin center
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 <cell alignment="center" valignment="top" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536
33537 \family sans
33538 編集\SpecialChar \menuseparator
33539 数式\SpecialChar \menuseparator
33540 マクロ定義\SpecialChar \menuseparator
33541 非必須引数を挿入
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 </row>
33547 <row interlinespace="2.5mm">
33548 <cell alignment="center" valignment="top" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 \begin_inset Graphics
33553         filename ../../images/math-macro-remove-greedy-param.png
33554         BoundingBox 0bp 5bp 20bp 25bp
33555         rotateOrigin center
33556
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 <cell alignment="center" valignment="top" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568
33569 \family sans
33570 編集\SpecialChar \menuseparator
33571 数式\SpecialChar \menuseparator
33572 マクロ定義\SpecialChar \menuseparator
33573 右に吐き出す形で
33574 \begin_inset Newline newline
33575 \end_inset
33576
33577
33578 \begin_inset ERT
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582
33583
33584 \backslash
33585 hphantom{
33586 \end_layout
33587
33588 \end_inset
33589
33590 編集\SpecialChar \menuseparator
33591 数式\SpecialChar \menuseparator
33592 マクロ定義\SpecialChar \menuseparator
33593
33594 \begin_inset ERT
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599 }
33600 \end_layout
33601
33602 \end_inset
33603
33604 最後の引数を削除
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 </row>
33610 <row interlinespace="2.5mm">
33611 <cell alignment="center" valignment="top" usebox="none">
33612 \begin_inset Text
33613
33614 \begin_layout Plain Layout
33615 \begin_inset Graphics
33616         filename ../../images/math-macro-append-greedy-param.png
33617         BoundingBox 0bp 5bp 20bp 25bp
33618         rotateOrigin center
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \end_inset
33626 </cell>
33627 <cell alignment="center" valignment="top" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631
33632 \family sans
33633 編集\SpecialChar \menuseparator
33634 数式\SpecialChar \menuseparator
33635 マクロ定義\SpecialChar \menuseparator
33636 右から喰う形で
33637 \begin_inset Newline newline
33638 \end_inset
33639
33640
33641 \begin_inset ERT
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645
33646
33647 \backslash
33648 hphantom{
33649 \end_layout
33650
33651 \end_inset
33652
33653 編集\SpecialChar \menuseparator
33654 数式\SpecialChar \menuseparator
33655 マクロ定義\SpecialChar \menuseparator
33656
33657 \begin_inset ERT
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661
33662 }
33663 \end_layout
33664
33665 \end_inset
33666
33667 引数を追加
33668 \end_layout
33669
33670 \end_inset
33671 </cell>
33672 </row>
33673 <row interlinespace="2.5mm">
33674 <cell alignment="center" valignment="top" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 \begin_inset Graphics
33679         filename ../../images/math-macro-add-greedy-optional-param.png
33680         BoundingBox 0bp 5bp 20bp 25bp
33681         rotateOrigin center
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 <cell alignment="center" valignment="top" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694
33695 \family sans
33696 編集\SpecialChar \menuseparator
33697 数式\SpecialChar \menuseparator
33698 マクロ定義\SpecialChar \menuseparator
33699 右から喰う形で
33700 \begin_inset Newline newline
33701 \end_inset
33702
33703
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709
33710 \backslash
33711 hphantom{
33712 \end_layout
33713
33714 \end_inset
33715
33716 編集\SpecialChar \menuseparator
33717 数式\SpecialChar \menuseparator
33718 マクロ定義\SpecialChar \menuseparator
33719
33720 \begin_inset ERT
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724
33725 }
33726 \end_layout
33727
33728 \end_inset
33729
33730 非必須引数を追加
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 </row>
33736 </lyxtabular>
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset Newpage newpage
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Section
33751 さまざまな秘訣
33752 \begin_inset Index idx
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756 ひけつ@秘訣
33757 \end_layout
33758
33759 \end_inset
33760
33761
33762 \end_layout
33763
33764 \begin_layout Subsection
33765 負の数
33766 \begin_inset Index idx
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770 かず@数 ! ふの@負の ---
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33780 く表示されます。
33781 \end_layout
33782
33783 \begin_layout Standard
33784 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33785 \end_layout
33786
33787 \begin_layout Standard
33788 以下は、この問題を示す例です。
33789 \end_layout
33790
33791 \begin_layout Standard
33792 \align center
33793 \begin_inset Tabular
33794 <lyxtabular version="3" rows="3" columns="2">
33795 <features tabularvalignment="middle">
33796 <column alignment="right" valignment="top" width="0">
33797 <column alignment="left" valignment="top" width="0">
33798 <row>
33799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 通常の文章:
33804 \end_layout
33805
33806 \end_inset
33807 </cell>
33808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 x = -2
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row>
33819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823 数式:
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 \begin_inset Formula $x=-2$
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 </row>
33841 <row>
33842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 解決策:
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 \begin_inset Formula $x=\textrm{-}2$
33856 \end_inset
33857
33858
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 </lyxtabular>
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \begin_layout Subsection
33872 位区切りとしてのコンマ
33873 \begin_inset Index idx
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 こんま@コンマ
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \begin_inset Index idx
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 かんま@カンマ|see
33888 \begin_inset ERT
33889 status collapsed
33890
33891 \begin_layout Plain Layout
33892
33893 {
33894 \end_layout
33895
33896 \end_inset
33897
33898 コンマ
33899 \begin_inset ERT
33900 status collapsed
33901
33902 \begin_layout Plain Layout
33903
33904 }
33905 \end_layout
33906
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33919 \end_layout
33920
33921 \begin_layout Standard
33922 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33923 \begin_inset Info
33924 type  "shortcut"
33925 arg   "math-mode"
33926 \end_inset
33927
33928 )。
33929 \end_layout
33930
33931 \begin_layout Standard
33932 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33933 \end_layout
33934
33935 \begin_layout Standard
33936
33937 \series bold
33938
33939 \backslash
33940 usepackage{icomma}
33941 \end_layout
33942
33943 \begin_layout Standard
33944 という行を加えて、
33945 \series bold
33946 icomma.sty
33947 \series default
33948
33949 \begin_inset Foot
33950 status collapsed
33951
33952 \begin_layout Plain Layout
33953
33954 \series bold
33955 icomma
33956 \series default
33957 は、LaTeXパッケージ
33958 \series bold
33959 was
33960 \series default
33961
33962 \begin_inset Index idx
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966 ぱっけーじ@パッケージ ! was
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972
33973 \backslash
33974 vspace{4mm}
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \end_inset
33983
33984 に含まれています。
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \begin_inset Index idx
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 ぱっけーじ@パッケージ ! icomma
33995 \end_layout
33996
33997 \end_inset
33998
33999 ファイルを読み込みます。
34000 \end_layout
34001
34002 \begin_layout Subsection
34003 物理ベクトル
34004 \begin_inset CommandInset label
34005 LatexCommand label
34006 name "sub:物理ベクトル"
34007
34008 \end_inset
34009
34010
34011 \begin_inset Index idx
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015 Vectors ! physical
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \begin_layout Standard
34024 LaTeXパッケージ
34025 \series bold
34026 braket
34027 \series default
34028
34029 \begin_inset Foot
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033
34034 \series bold
34035 braket
34036 \series default
34037  は標準的LaTeX頒布版のすべてに含まれています。
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \begin_inset Index idx
34044 status collapsed
34045
34046 \begin_layout Plain Layout
34047 ぱっけーじ@パッケージ ! braket
34048 \end_layout
34049
34050 \end_inset
34051
34052 には、定義済みのベクトルが提供されており、
34053 \end_layout
34054
34055 \begin_layout Standard
34056
34057 \series bold
34058
34059 \backslash
34060 usepackage{braket}
34061 \end_layout
34062
34063 \begin_layout Standard
34064 というLaTeXプリアンブル行で読み込むことができます。
34065 \end_layout
34066
34067 \begin_layout Standard
34068 \begin_inset ERT
34069 status collapsed
34070
34071 \begin_layout Plain Layout
34072
34073
34074 \backslash
34075 ifbraket 
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \begin_inset Note Note
34082 status open
34083
34084 \begin_layout Plain Layout
34085 以下の表は、
34086 \series bold
34087 braket
34088 \series default
34089  LaTeXパッケージが導入済みのときのみ表示されます。
34090 \end_layout
34091
34092 \end_inset
34093
34094 以下のコマンドが定義されています。
34095 \end_layout
34096
34097 \begin_layout Standard
34098 \align center
34099 \begin_inset Tabular
34100 <lyxtabular version="3" rows="4" columns="2">
34101 <features tabularvalignment="middle">
34102 <column alignment="center" valignment="top" width="0">
34103 <column alignment="center" valignment="top" width="0">
34104 <row>
34105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109 コマンド
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118 出力
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 </row>
34124 <row>
34125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34126 \begin_inset Text
34127
34128 \begin_layout Plain Layout
34129
34130 \backslash
34131 Bra{
34132 \backslash
34133 psi
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142 \begin_inset Formula $\Bra{\psi}$
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 </row>
34151 <row>
34152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34153 \begin_inset Text
34154
34155 \begin_layout Plain Layout
34156
34157 \backslash
34158 Ket{
34159 \backslash
34160 psi
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 \begin_inset Formula $\Ket{\psi}$
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row>
34179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183
34184 \backslash
34185 Braket{
34186 \backslash
34187 psi
34188 \begin_inset Formula $|$
34189 \end_inset
34190
34191
34192 \backslash
34193 phi
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 \begin_inset Formula $\Braket{\psi|\phi}$
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \end_inset
34209 </cell>
34210 </row>
34211 </lyxtabular>
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Standard
34219
34220 \series bold
34221
34222 \backslash
34223 Braket
34224 \series default
34225 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34226 \begin_inset Formula \[
34227 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34228
34229 \end_inset
34230
34231
34232 \begin_inset ERT
34233 status collapsed
34234
34235 \begin_layout Plain Layout
34236
34237
34238 \backslash
34239 else 
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \begin_inset Note Note
34246 status open
34247
34248 \begin_layout Plain Layout
34249
34250 \series bold
34251 braket
34252 \series default
34253  LaTeXパッケージが導入されていないときには、以下が表示されます。
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Standard
34262 本小節の全体を出力で見るためには、
34263 \series bold
34264 braket
34265 \series default
34266  LaTeXパッケージを導入する必要があります。
34267 \end_layout
34268
34269 \begin_layout Standard
34270 \begin_inset ERT
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274
34275
34276 \backslash
34277 fi 
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \begin_layout Standard
34286
34287 \series bold
34288
34289 \backslash
34290 Braket
34291 \series default
34292 と同じ効果は、第
34293 \begin_inset CommandInset ref
34294 LatexCommand ref
34295 reference "sub:自動の括弧丈"
34296
34297 \end_inset
34298
34299 節に説明されているとおり、
34300 \series bold
34301
34302 \backslash
34303 middle
34304 \series default
34305 コマンドを用いることによっても実現できます。
34306 \end_layout
34307
34308 \begin_layout Subsection
34309 自己定義の分数
34310 \begin_inset CommandInset label
34311 LatexCommand label
34312 name "sub:自己定義の分数"
34313
34314 \end_inset
34315
34316
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 ぶんすう@分数 ! じこていぎの@自己定義の ---
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 分数用の自製コマンドを定義するには、以下の書式を持つ
34331 \series bold
34332
34333 \backslash
34334 genfrac
34335 \series default
34336
34337 \begin_inset Index idx
34338 status collapsed
34339
34340 \begin_layout Plain Layout
34341 こまんど@コマンド ! G ! 
34342 \backslash
34343 genfrac
34344 \end_layout
34345
34346 \end_inset
34347
34348 コマンドを使います。
34349 \end_layout
34350
34351 \begin_layout Standard
34352
34353 \series bold
34354
34355 \backslash
34356 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34357 \begin_inset Newline newline
34358 \end_inset
34359
34360
34361 \begin_inset ERT
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366
34367 \backslash
34368 phantom{
34369 \end_layout
34370
34371 \end_inset
34372
34373
34374 \backslash
34375 genfrac
34376 \begin_inset ERT
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380
34381 }
34382 \end_layout
34383
34384 \end_inset
34385
34386 {分子}{分母}
34387 \end_layout
34388
34389 \begin_layout Standard
34390 ここで「様式」は、0
34391 \begin_inset space \thinspace{}
34392 \end_inset
34393
34394 -
34395 \begin_inset space \thinspace{}
34396 \end_inset
34397
34398 3の範囲の数字です。
34399 \end_layout
34400
34401 \begin_layout Standard
34402 \align center
34403 \begin_inset Tabular
34404 <lyxtabular version="3" rows="5" columns="2">
34405 <features tabularvalignment="middle">
34406 <column alignment="center" valignment="top" width="0">
34407 <column alignment="center" valignment="top" width="0">
34408 <row>
34409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 数字
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 様式(大きさ)
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row>
34429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 0
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 別行建て様式の数式
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 </row>
34448 <row>
34449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453 1
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 行内数式
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 </row>
34468 <row>
34469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 2
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 やや小(small)
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 </row>
34488 <row>
34489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 3
34494 \end_layout
34495
34496 \end_inset
34497 </cell>
34498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34499 \begin_inset Text
34500
34501 \begin_layout Plain Layout
34502 最小(tiny)
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 </row>
34508 </lyxtabular>
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 「様式」を指定しないときには、
34517 \series bold
34518
34519 \backslash
34520 frac
34521 \series default
34522 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34523 \end_layout
34524
34525 \begin_layout Standard
34526 「分数線の厚み」を指定しないときには、既定値である0.4
34527 \begin_inset space \thinspace{}
34528 \end_inset
34529
34530 ptが用いられます。
34531 \end_layout
34532
34533 \begin_layout Standard
34534 \begin_inset VSpace medskip
34535 \end_inset
34536
34537 たとえば、第
34538 \begin_inset CommandInset ref
34539 LatexCommand ref
34540 reference "sub:分数"
34541
34542 \end_inset
34543
34544 節の
34545 \series bold
34546
34547 \backslash
34548 dfrac
34549 \series default
34550 コマンドおよび
34551 \series bold
34552
34553 \backslash
34554 tbinom
34555 \series default
34556 コマンドは、
34557 \end_layout
34558
34559 \begin_layout Standard
34560
34561 \series bold
34562
34563 \backslash
34564 newcommand{
34565 \backslash
34566 dfrac}[2]{
34567 \backslash
34568 genfrac{}{}{}{0}{#1}{#2}}
34569 \end_layout
34570
34571 \begin_layout Standard
34572 あるいは
34573 \end_layout
34574
34575 \begin_layout Standard
34576
34577 \series bold
34578
34579 \backslash
34580 newcommand{
34581 \backslash
34582 tbinom}[2]{
34583 \backslash
34584 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34585 \end_layout
34586
34587 \begin_layout Standard
34588 というコマンドで定義できます。
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \begin_inset VSpace medskip
34593 \end_inset
34594
34595 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34596 \end_layout
34597
34598 \begin_layout Standard
34599
34600 \series bold
34601
34602 \backslash
34603 newcommand{
34604 \backslash
34605 fracS}[3][]{
34606 \backslash
34607 genfrac{}{}{#1}{}{#2}{#3}}
34608 \end_layout
34609
34610 \begin_layout Standard
34611 という行を入れます。
34612 \end_layout
34613
34614 \begin_layout Standard
34615 以下は、そのテストです。
34616 \begin_inset Formula \begin{align*}
34617 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34618 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34619 \end{align*}
34620
34621 \end_inset
34622
34623 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34624 \end_layout
34625
34626 \begin_layout Subsection
34627 数式の取り消し
34628 \begin_inset Index idx
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 すうしき@数式 ! とりけし@取り消し
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \begin_layout Standard
34641 数式あるいはその一部を取り消すには、
34642 \series bold
34643 cancel
34644 \series default
34645
34646 \begin_inset Foot
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650
34651 \series bold
34652 cancel
34653 \series default
34654 は、標準的なLaTeX頒布版のすべてに含まれています。
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \begin_inset Index idx
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 ぱっけーじ@パッケージ ! cancel
34665 \end_layout
34666
34667 \end_inset
34668
34669  LaTeXパッケージを、LaTeXプリアンブル行に
34670 \end_layout
34671
34672 \begin_layout Standard
34673
34674 \series bold
34675
34676 \backslash
34677 usepackage[samesize]{cancel}
34678 \end_layout
34679
34680 \begin_layout Standard
34681 と書いて読み込む必要があります。
34682 \end_layout
34683
34684 \begin_layout Standard
34685 数式を取り消すには、4つの方法があります。
34686 \end_layout
34687
34688 \begin_layout Standard
34689 \align center
34690 \begin_inset Tabular
34691 <lyxtabular version="3" rows="5" columns="2">
34692 <features tabularvalignment="middle">
34693 <column alignment="center" valignment="top" width="0">
34694 <column alignment="center" valignment="top" width="0">
34695 <row>
34696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 コマンド
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 出力
34710 \begin_inset Note Note
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 ここで
34715 \series bold
34716
34717 \backslash
34718 raisebox
34719 \series default
34720 はスペーサーとして使用しているだけです。
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \end_inset
34729 </cell>
34730 </row>
34731 <row>
34732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736
34737 \backslash
34738 cancel{
34739 \backslash
34740 int
34741 \begin_inset ERT
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745
34746
34747 \backslash
34748 spce 
34749 \end_layout
34750
34751 \end_inset
34752
34753 A=B
34754 \end_layout
34755
34756 \end_inset
34757 </cell>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 </row>
34771 <row>
34772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776
34777 \backslash
34778 bcancel{
34779 \backslash
34780 int
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786
34787 \backslash
34788 spce 
34789 \end_layout
34790
34791 \end_inset
34792
34793 A=B
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816
34817 \backslash
34818 xcancel{
34819 \backslash
34820 int
34821 \begin_inset ERT
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825
34826
34827 \backslash
34828 spce 
34829 \end_layout
34830
34831 \end_inset
34832
34833 A=B
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row>
34852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856
34857 \backslash
34858 cancelto{1
34859 \begin_inset Formula $\to$
34860 \end_inset
34861
34862
34863 \backslash
34864 {
34865 \backslash
34866 int
34867 \begin_inset ERT
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871
34872
34873 \backslash
34874 spce 
34875 \end_layout
34876
34877 \end_inset
34878
34879 A=B
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 </row>
34897 </lyxtabular>
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905
34906 \series bold
34907
34908 \backslash
34909 cancelto
34910 \series default
34911 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34912 \begin_inset Formula \[
34913 \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}}}\]
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Subsection
34921 節見出し中の数式
34922 \begin_inset CommandInset label
34923 LatexCommand label
34924 name "sub:節見出し中の数式"
34925
34926 \end_inset
34927
34928
34929 \begin_inset Index idx
34930 status collapsed
34931
34932 \begin_layout Plain Layout
34933 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34934 \end_layout
34935
34936 \end_inset
34937
34938
34939 \end_layout
34940
34941 \begin_layout Standard
34942 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \begin_inset Note Greyedout
34947 status open
34948
34949 \begin_layout Plain Layout
34950 文書設定ダイアログの
34951 \family sans
34952 PDF特性
34953 \family default
34954
34955 \series bold
34956 hyperref
34957 \series default
34958
34959 \begin_inset Index idx
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 ぱっけーじ@パッケージ ! hyperref
34964 \end_layout
34965
34966 \end_inset
34967
34968 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34969 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 これらの問題は、
34979 \family sans
34980 挿入\SpecialChar \menuseparator
34981 短縮タイトル
34982 \family default
34983 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34984 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34985 \end_layout
34986
34987 \begin_layout Standard
34988 数式を目次中でも使わなくてもならないが、
34989 \series bold
34990 hyperref
34991 \series default
34992 も使用しなくてはならないときには、
34993 \end_layout
34994
34995 \begin_layout Standard
34996
34997 \series bold
34998
34999 \backslash
35000 texorpdfstring{部分}{代替文字列}
35001 \begin_inset Index idx
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005 こまんど@コマンド ! T ! 
35006 \backslash
35007 texorpdfstring
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 というコマンドをTeXモードで使う方法があります。
35017 \end_layout
35018
35019 \begin_layout Standard
35020 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35021 文字列」が用いられます。
35022 \end_layout
35023
35024 \begin_layout Standard
35025 以下の二つは、見出しの例です。
35026 \begin_inset VSpace -3mm
35027 \end_inset
35028
35029
35030 \begin_inset ERT
35031 status collapsed
35032
35033 \begin_layout Plain Layout
35034
35035
35036 \backslash
35037 boldmath 
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \begin_layout Subsubsection
35046 目次中では数式を使わない見出し
35047 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35048 \end_inset
35049
35050
35051 \begin_inset Argument
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 目次中では数式を使わない見出し
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Subsubsection
35064 目次中で数式を使う見出し
35065 \begin_inset ERT
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069
35070
35071 \backslash
35072 texorpdfstring{
35073 \end_layout
35074
35075 \end_inset
35076
35077  
35078 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35079 \end_inset
35080
35081
35082 \begin_inset ERT
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086
35087 }{}
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101
35102 \backslash
35103 unboldmath 
35104 \end_layout
35105
35106 \end_inset
35107
35108 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35109 \series bold
35110
35111 \backslash
35112 texorpdfstring
35113 \series default
35114 が使われています。
35115 \end_layout
35116
35117 \begin_layout Standard
35118 他の節見出しと同じ書式を得るために、上の見出し全体は
35119 \series bold
35120 boldmath
35121 \series default
35122 環境に設定してあります
35123 \begin_inset Foot
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128 \begin_inset CommandInset ref
35129 LatexCommand ref
35130 reference "sub:ボールド体の数式"
35131
35132 \end_inset
35133
35134 節参照。
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Subsection
35143 多段組文中の数式
35144 \begin_inset Index idx
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35158 \series bold
35159 multicol
35160 \series default
35161
35162 \begin_inset Foot
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166
35167 \series bold
35168 multicol
35169 \series default
35170 は、標準的LaTeX頒布版のすべてに含まれています。
35171 \end_layout
35172
35173 \end_inset
35174
35175
35176 \begin_inset Index idx
35177 status collapsed
35178
35179 \begin_layout Plain Layout
35180 ぱっけーじ@パッケージ ! multicol
35181 \end_layout
35182
35183 \end_inset
35184
35185  LaTeXパッケージを、
35186 \end_layout
35187
35188 \begin_layout Standard
35189
35190 \series bold
35191
35192 \backslash
35193 usepackage{multicol}
35194 \end_layout
35195
35196 \begin_layout Standard
35197 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35198 \end_layout
35199
35200 \begin_layout Standard
35201 \begin_inset Note Greyedout
35202 status open
35203
35204 \begin_layout Plain Layout
35205 ここで、
35206 \family sans
35207 文書\SpecialChar \menuseparator
35208 設定
35209 \family default
35210 メニューの
35211 \family sans
35212 本文レイアウト
35213 \family default
35214 で、
35215 \family sans
35216 二段組文書
35217 \family default
35218 の設定を
35219 \emph on
35220 有効にしてはならない
35221 \emph default
35222 ことに注意してください。
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \begin_layout Standard
35231 多段組文の前に
35232 \end_layout
35233
35234 \begin_layout Standard
35235
35236 \series bold
35237
35238 \backslash
35239 begin{multicols}{段数}
35240 \end_layout
35241
35242 \begin_layout Standard
35243 というコマンドをTeXモードで書き入れます。「段数」は、2
35244 \begin_inset space \thinspace{}
35245 \end_inset
35246
35247 -
35248 \begin_inset space \thinspace{}
35249 \end_inset
35250
35251 10のあいだの数字です。多段組文の終わる数式の前には、
35252 \end_layout
35253
35254 \begin_layout Standard
35255
35256 \series bold
35257
35258 \backslash
35259 end{multicols}
35260 \end_layout
35261
35262 \begin_layout Standard
35263 というコマンドをTeXモードで入れます。
35264 \end_layout
35265
35266 \begin_layout Standard
35267 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35268 \begin_inset space \thinspace{}
35269 \end_inset
35270
35271 mmの垂直空白を入れて下さい。数式様式
35272 \series bold
35273
35274 \begin_inset Foot
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279 \series bold
35280 数式様式に関しては、第
35281 \series default
35282
35283 \begin_inset CommandInset ref
35284 LatexCommand ref
35285 reference "sec:数式様式"
35286
35287 \end_inset
35288
35289 節をご覧下さい。
35290 \end_layout
35291
35292 \end_inset
35293
35294
35295 \series default
35296 として
35297 \series bold
35298 行頭下げ
35299 \series default
35300 を使用している場合には、代わりに-9
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 mmの垂直空白を入れて下さい。
35305 \end_layout
35306
35307 \begin_layout Standard
35308 以下は、別行建て数式を含む、多段組文の例です。
35309 \end_layout
35310
35311 \begin_layout Standard
35312 \begin_inset ERT
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316
35317
35318 \backslash
35319 begin{multicols}{2}
35320 \end_layout
35321
35322 \end_inset
35323
35324
35325 \lang ngerman
35326 Das Spektrum wird fouriertransformiert.
35327  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35328 , Lösungsmittel) zu trennen.
35329  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35330  nun das Aussehen des Ausgangssignals.
35331  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35332  über alle Phasen integrieren muss.
35333  Sei nun 
35334 \begin_inset Formula $S$
35335 \end_inset
35336
35337  unser normiertes Ausgangssignal und 
35338 \begin_inset Formula $P$
35339 \end_inset
35340
35341  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35342 \lang japanese
35343
35344 \begin_inset ERT
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349
35350 \backslash
35351 end{multicols}
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset VSpace -6mm
35358 \end_inset
35359
35360
35361 \begin_inset Formula \begin{equation}
35362 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35363
35364 \end_inset
35365
35366
35367 \begin_inset ERT
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371
35372
35373 \backslash
35374 begin{multicols}{2}
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \lang ngerman
35381 wobei 
35382 \begin_inset Formula $S_{0}$
35383 \end_inset
35384
35385  das Signal ohne Gradient ist und die Normierungsbedingung 
35386 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35387 \end_inset
35388
35389  gilt.
35390  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35391  Direkt nach dem 
35392 \begin_inset Formula $\nicefrac{\pi}{2}$
35393 \end_inset
35394
35395
35396 \begin_inset space \thinspace{}
35397 \end_inset
35398
35399 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35400  das Signal zusätzlich abschwächt.
35401  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35402  
35403 \begin_inset Formula $T_{2}$
35404 \end_inset
35405
35406 -Zeit.
35407 \end_layout
35408
35409 \begin_layout Standard
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415
35416 \backslash
35417 end{multicols}
35418 \end_layout
35419
35420 \end_inset
35421
35422  
35423 \end_layout
35424
35425 \begin_layout Subsection
35426 変数の説明付き数式
35427 \begin_inset Index idx
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440 \begin_inset CommandInset ref
35441 LatexCommand eqref
35442 reference "eq:within"
35443
35444 \end_inset
35445
35446 式のように、数式内で変数の説明をするには、
35447 \begin_inset Formula $n$
35448 \end_inset
35449
35450 個の変数が使われている場合、左寄せの列を持つ2
35451 \series bold
35452 ×
35453 \series default
35454
35455 \begin_inset Formula $n$
35456 \end_inset
35457
35458 行列を使用します
35459 \begin_inset Foot
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463 行列に関しては、第
35464 \begin_inset CommandInset ref
35465 LatexCommand ref
35466 reference "sec:行列"
35467
35468 \end_inset
35469
35470 節参照。
35471 \end_layout
35472
35473 \end_inset
35474
35475 。説明を小さな文字にするには、行列の前に、たとえば
35476 \series bold
35477
35478 \backslash
35479 footnotesize
35480 \series default
35481 コマンドを挿入します
35482 \begin_inset Foot
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486 フォント寸法に関しては、第
35487 \begin_inset CommandInset ref
35488 LatexCommand ref
35489 reference "sub:書体寸法"
35490
35491 \end_inset
35492
35493 節参照。
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Standard
35502 数式様式に
35503 \series bold
35504 行頭下げ
35505 \begin_inset Foot
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509
35510 \series bold
35511 数式様式に関しては、第
35512 \series default
35513
35514 \begin_inset CommandInset ref
35515 LatexCommand ref
35516 reference "sec:数式様式"
35517
35518 \end_inset
35519
35520 節参照。
35521 \end_layout
35522
35523 \end_inset
35524
35525
35526 \series default
35527 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35528 \series bold
35529
35530 \backslash
35531 hfill
35532 \series default
35533
35534 \begin_inset Foot
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538
35539 \series bold
35540
35541 \backslash
35542 hfill
35543 \series default
35544 は、
35545 \series bold
35546 行頭下げ
35547 \series default
35548 様式のときのみ機能します。第
35549 \begin_inset CommandInset ref
35550 LatexCommand ref
35551 reference "sub:可変長の空白"
35552
35553 \end_inset
35554
35555 節をご覧下さい。
35556 \end_layout
35557
35558 \end_inset
35559
35560 を入れます。
35561 \end_layout
35562
35563 \begin_layout Standard
35564 数式様式に
35565 \series bold
35566 中央揃え
35567 \series default
35568 を使っている場合、数式を字下げするには、第
35569 \begin_inset CommandInset ref
35570 LatexCommand ref
35571 reference "sub:flalign環境"
35572
35573 \end_inset
35574
35575 節で述べた方法を使用します。
35576 \begin_inset CommandInset ref
35577 LatexCommand eqref
35578 reference "eq:within"
35579
35580 \end_inset
35581
35582 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35583 \begin_inset Formula \begin{flalign}
35584 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35585 \rho & \textrm{density}\\
35586 V & \textrm{volume}\\
35587 g & \textrm{gravitational acceleration}
35588 \end{array} &  & {}\label{eq:within}\end{flalign}
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Subsection
35596 アップライト体のギリシャ小文字
35597 \begin_inset CommandInset label
35598 LatexCommand label
35599 name "sub:アップライト体ギリシャ小文字"
35600
35601 \end_inset
35602
35603
35604 \begin_inset Index idx
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35618 \begin_inset Formula $\pi$
35619 \end_inset
35620
35621 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35622 \series bold
35623 upgreek.sty
35624 \series default
35625
35626 \begin_inset Foot
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630
35631 \series bold
35632 upgreek
35633 \series default
35634 は、
35635 \series bold
35636 was
35637 \series default
35638
35639 \begin_inset Index idx
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643 ぱっけーじ@パッケージ ! was
35644 \begin_inset ERT
35645 status collapsed
35646
35647 \begin_layout Plain Layout
35648
35649
35650 \backslash
35651 vspace{4mm}
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \end_inset
35660
35661  LaTeXパッケージの一部です。
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \begin_inset Index idx
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671 ぱっけーじ@パッケージ ! upgreek
35672 \end_layout
35673
35674 \end_inset
35675
35676  ファイルを
35677 \end_layout
35678
35679 \begin_layout Standard
35680
35681 \series bold
35682
35683 \backslash
35684 usepackage{upgreek}
35685 \end_layout
35686
35687 \begin_layout Standard
35688 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694
35695 \backslash
35696 ifupgreek 
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \begin_inset Note Note
35703 status open
35704
35705 \begin_layout Plain Layout
35706 以下の表は、
35707 \series bold
35708 upgreek
35709 \series default
35710  LaTeXパッケージが導入済みのときのみ表示されます。
35711 \end_layout
35712
35713 \end_inset
35714
35715 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35716 \series bold
35717 up
35718 \series default
35719 を付けると作ることができます。たとえば
35720 \series bold
35721
35722 \backslash
35723 uptau
35724 \series default
35725 コマンドは、
35726 \begin_inset Formula $\uptau$
35727 \end_inset
35728
35729 のようになります。
35730 \end_layout
35731
35732 \begin_layout Standard
35733 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35734 \begin_inset Formula \[
35735 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35744 \end_layout
35745
35746 \begin_layout Standard
35747 \begin_inset ERT
35748 status collapsed
35749
35750 \begin_layout Plain Layout
35751
35752
35753 \backslash
35754 else 
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \begin_inset Note Note
35761 status open
35762
35763 \begin_layout Plain Layout
35764 以下は、
35765 \series bold
35766 upgreek
35767 \series default
35768  LaTeXパッケージが導入されていないときのみ表示されます。
35769 \end_layout
35770
35771 \end_inset
35772
35773
35774 \end_layout
35775
35776 \begin_layout Standard
35777 この小節のすべてを出力で見るには、
35778 \series bold
35779 upgreek
35780 \series default
35781  LaTeXパッケージを導入する必要があります。
35782 \end_layout
35783
35784 \begin_layout Standard
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790
35791 \backslash
35792 fi 
35793 \end_layout
35794
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \begin_layout Subsection
35801 数式中のテキスト文字
35802 \begin_inset CommandInset label
35803 LatexCommand label
35804 name "sub:数式中のテキスト文字"
35805
35806 \end_inset
35807
35808
35809 \begin_inset Index idx
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \begin_layout Standard
35822 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35823 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35824 \end_inset
35825
35826 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35827 \series bold
35828
35829 \backslash
35830 cdot
35831 \series default
35832
35833 \begin_inset Foot
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838 \begin_inset CommandInset ref
35839 LatexCommand ref
35840 reference "sub:二項演算子"
35841
35842 \end_inset
35843
35844 節参照。
35845 \end_layout
35846
35847 \end_inset
35848
35849 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35850 \end_layout
35851
35852 \begin_layout Standard
35853
35854 \series bold
35855
35856 \backslash
35857 Declare Inputtext{183}{
35858 \backslash
35859 ifmmode
35860 \backslash
35861 cdot
35862 \backslash
35863 else
35864 \backslash
35865 textperiodcentered
35866 \backslash
35867 f\SpecialChar \textcompwordmark{}
35868 i}
35869 \end_layout
35870
35871 \begin_layout Standard
35872 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35873 \end_layout
35874
35875 \begin_layout Standard
35876 文字エンコーディング(
35877 \family sans
35878 文書\SpecialChar \menuseparator
35879 設定\SpecialChar \menuseparator
35880 言語
35881 \family default
35882 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35883 \series bold
35884
35885 \backslash
35886 textperiodcentered
35887 \series default
35888 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35889 否かによって、正しいコマンドが自動的に選択されます。
35890 \end_layout
35891
35892 \begin_layout Standard
35893 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35894 \series bold
35895 latin9
35896 \series default
35897 エンコーディングは、LaTeXがインストールされたフォルダにある
35898 \series bold
35899 latin9.def
35900 \series default
35901 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35902 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35903 \end_layout
35904
35905 \begin_layout Standard
35906 \begin_inset VSpace medskip
35907 \end_inset
35908
35909 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35910 \begin_inset Foot
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35915 \end_layout
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \begin_layout Standard
35923
35924 \series bold
35925
35926 \backslash
35927 DeclareInputtext{176}{
35928 \backslash
35929 ifmmode^
35930 \backslash
35931 circ
35932 \backslash
35933 else
35934 \backslash
35935 textdegree
35936 \backslash
35937 f\SpecialChar \textcompwordmark{}
35938 i}
35939 \end_layout
35940
35941 \begin_layout Standard
35942 \begin_inset Newpage newpage
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Section
35949 \start_of_appendix
35950 組版上の助言
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 くみばんじょうのじょげん@組版上の助言
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35965 \begin_inset Foot
35966 status collapsed
35967
35968 \begin_layout Plain Layout
35969 この要約の一部は、ISO規則を取り上げている「Duden」
35970 \begin_inset CommandInset citation
35971 LatexCommand cite
35972 key "Duden"
35973
35974 \end_inset
35975
35976 と呼ばれるドイツの半公的辞書から採られています。
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Itemize
35985 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35986 \begin_inset Foot
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 書体様式で指定します。第
35991 \begin_inset CommandInset ref
35992 LatexCommand ref
35993 reference "sub:書体様式"
35994
35995 \end_inset
35996
35997 節を参照。
35998 \end_layout
35999
36000 \end_inset
36001
36002 :30
36003 \begin_inset space \thinspace{}
36004 \end_inset
36005
36006 km/h
36007 \begin_inset Newline newline
36008 \end_inset
36009
36010 値と単位の間には、最小空白を入れます。第
36011 \begin_inset CommandInset ref
36012 LatexCommand ref
36013 reference "sub:定義済みの空白"
36014
36015 \end_inset
36016
36017 節を参照。
36018 \begin_inset Newline newline
36019 \end_inset
36020
36021 この慣習は、
36022 \series bold
36023
36024 \backslash
36025 unittwo
36026 \series default
36027 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36028 が得られます:
36029 \begin_inset Formula $\unit[30]{km/h}$
36030 \end_inset
36031
36032
36033 \begin_inset space \thinspace{}
36034 \end_inset
36035
36036 。実は、
36037 \series bold
36038
36039 \backslash
36040 unittwo
36041 \series default
36042 は、LaTeXコマンドの実体ではなく、
36043 \series bold
36044
36045 \backslash
36046 unit[値]{単位}
36047 \series default
36048 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36049 \end_layout
36050
36051 \begin_layout Itemize
36052 百分率記号と千分率記号は、物理単位と同様に組みます:
36053 \begin_inset Newline newline
36054 \end_inset
36055
36056 血中アルコール1,2
36057 \begin_inset space \thinspace{}
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Itemize
36064 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36065 \begin_inset space \thinspace{}
36066 \end_inset
36067
36068 °C
36069 \end_layout
36070
36071 \begin_layout Itemize
36072 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36073 \begin_inset space \thinspace{}
36074 \end_inset
36075
36076 473
36077 \begin_inset space \thinspace{}
36078 \end_inset
36079
36080 588
36081 \end_layout
36082
36083 \begin_layout Itemize
36084 120×90×40
36085 \begin_inset space \thinspace{}
36086 \end_inset
36087
36088 cmのような寸法には、積記号「×」を用います。これは、
36089 \series bold
36090
36091 \backslash
36092 times
36093 \series default
36094 コマンドか、
36095 \family sans
36096 挿入\SpecialChar \menuseparator
36097 特殊文字\SpecialChar \menuseparator
36098 記号
36099 \family default
36100 メニューから入れることができます。
36101 \end_layout
36102
36103 \begin_layout Itemize
36104 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36105 \begin_inset CommandInset ref
36106 LatexCommand ref
36107 reference "sub:定義済み函数"
36108
36109 \end_inset
36110
36111 節を参照。
36112 \end_layout
36113
36114 \begin_layout Itemize
36115 複数の文字を含む指数は、アップライト体にします:
36116 \begin_inset Formula $E_{\mathrm{kin}}$
36117 \end_inset
36118
36119
36120 \begin_inset Newline newline
36121 \end_inset
36122
36123 行列要素はイタリック体にします:
36124 \begin_inset Formula $\hat{H}_{kl}$
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Itemize
36131 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36132 \end_layout
36133
36134 \begin_layout Itemize
36135
36136 \noun on
36137 フーリエ
36138 \noun default
36139 変換を表す文字は、
36140 \series bold
36141
36142 \backslash
36143 mathscr
36144 \begin_inset ERT
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148
36149
36150 \backslash
36151 spce 
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \backslash
36158 {F
36159 \series default
36160 コマンド
36161 \begin_inset Index idx
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 こまんど@コマンド! M ! 
36166 \backslash
36167 mathscr
36168 \end_layout
36169
36170 \end_inset
36171
36172
36173 \family sans
36174 挿入\SpecialChar \menuseparator
36175 特殊文字\SpecialChar \menuseparator
36176 記号\SpecialChar \menuseparator
36177 文字様記号
36178 \family default
36179 メニューの
36180 \begin_inset Formula $\mathscr{F}$
36181 \end_inset
36182
36183 で入れることができます。
36184 \begin_inset Newline newline
36185 \end_inset
36186
36187
36188 \series bold
36189
36190 \backslash
36191 mathscr
36192 \series default
36193 コマンドを使うためには、LaTeXパッケージの
36194 \series bold
36195 mathrsfs
36196 \series default
36197
36198 \begin_inset Index idx
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202 ぱっけーじ@パッケージ! mathrsfs
36203 \end_layout
36204
36205 \end_inset
36206
36207 を、LaTeXプリアンブルで
36208 \series bold
36209
36210 \backslash
36211 usepackage{mathrsfs}
36212 \series default
36213 として読み込む必要があります。
36214 \end_layout
36215
36216 \begin_layout Standard
36217 \begin_inset Newpage newpage
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Section
36224 同義語
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 どうぎご@同義語
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36239 \end_layout
36240
36241 \begin_layout Standard
36242 \begin_inset VSpace bigskip
36243 \end_inset
36244
36245
36246 \begin_inset space \hfill{}
36247 \end_inset
36248
36249
36250 \begin_inset Tabular
36251 <lyxtabular version="3" rows="12" columns="2">
36252 <features tabularvalignment="middle">
36253 <column alignment="center" valignment="top" width="0pt">
36254 <column alignment="center" valignment="top" width="0pt">
36255 <row>
36256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260 コマンド
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269 同義のコマンド
36270 \begin_inset Note Note
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274 ここで
36275 \series bold
36276
36277 \backslash
36278 raisebox
36279 \series default
36280 はスペーサーとして使用しているだけです。
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 </row>
36291 <row>
36292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296
36297 \backslash
36298 ast
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307 \begin_inset ERT
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311
36312
36313 \backslash
36314 raisebox{-1.2mm}{
36315 \end_layout
36316
36317 \end_inset
36318
36319 *
36320 \begin_inset ERT
36321 status collapsed
36322
36323 \begin_layout Plain Layout
36324
36325 }
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \end_inset
36334 </cell>
36335 </row>
36336 <row>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341
36342 \backslash
36343 choose
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352
36353 \backslash
36354 binom
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 </row>
36360 <row>
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367 geq
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376
36377 \backslash
36378 ge
36379 \end_layout
36380
36381 \end_inset
36382 </cell>
36383 </row>
36384 <row>
36385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 lbrace
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Plain Layout
36400 {
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 </row>
36406 <row>
36407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Plain Layout
36411
36412 \backslash
36413 lbracket
36414 \end_layout
36415
36416 \end_inset
36417 </cell>
36418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36419 \begin_inset Text
36420
36421 \begin_layout Plain Layout
36422 [
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 </row>
36428 <row>
36429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36430 \begin_inset Text
36431
36432 \begin_layout Plain Layout
36433
36434 \backslash
36435 leftarrow
36436 \end_layout
36437
36438 \end_inset
36439 </cell>
36440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36441 \begin_inset Text
36442
36443 \begin_layout Plain Layout
36444
36445 \backslash
36446 gets
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 </row>
36452 <row>
36453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36454 \begin_inset Text
36455
36456 \begin_layout Plain Layout
36457
36458 \backslash
36459 leq
36460 \end_layout
36461
36462 \end_inset
36463 </cell>
36464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36465 \begin_inset Text
36466
36467 \begin_layout Plain Layout
36468
36469 \backslash
36470 le
36471 \end_layout
36472
36473 \end_inset
36474 </cell>
36475 </row>
36476 <row>
36477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481
36482 \backslash
36483 lor
36484 \end_layout
36485
36486 \end_inset
36487 </cell>
36488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36489 \begin_inset Text
36490
36491 \begin_layout Plain Layout
36492
36493 \backslash
36494 vee
36495 \end_layout
36496
36497 \end_inset
36498 </cell>
36499 </row>
36500 <row>
36501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36502 \begin_inset Text
36503
36504 \begin_layout Plain Layout
36505
36506 \backslash
36507 neq
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Plain Layout
36516
36517 \backslash
36518 not=
36519 \end_layout
36520
36521 \end_inset
36522 </cell>
36523 </row>
36524 <row>
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529
36530 \backslash
36531 slash
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540 /
36541 \end_layout
36542
36543 \end_inset
36544 </cell>
36545 </row>
36546 <row>
36547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36548 \begin_inset Text
36549
36550 \begin_layout Plain Layout
36551
36552 \backslash
36553 vert
36554 \end_layout
36555
36556 \end_inset
36557 </cell>
36558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36559 \begin_inset Text
36560
36561 \begin_layout Plain Layout
36562 \begin_inset Formula $|$
36563 \end_inset
36564
36565
36566 \end_layout
36567
36568 \end_inset
36569 </cell>
36570 </row>
36571 </lyxtabular>
36572
36573 \end_inset
36574
36575
36576 \begin_inset space \hfill{}
36577 \end_inset
36578
36579
36580 \begin_inset Tabular
36581 <lyxtabular version="3" rows="12" columns="2">
36582 <features tabularvalignment="middle">
36583 <column alignment="center" valignment="top" width="0pt">
36584 <column alignment="center" valignment="top" width="0pt">
36585 <row>
36586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 コマンド
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36596 \begin_inset Text
36597
36598 \begin_layout Plain Layout
36599 同義のコマンド
36600 \end_layout
36601
36602 \end_inset
36603 </cell>
36604 </row>
36605 <row>
36606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610
36611 \backslash
36612 backslash
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621
36622 \backslash
36623
36624 \backslash
36625
36626 \end_layout
36627
36628 \end_inset
36629 </cell>
36630 </row>
36631 <row>
36632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636
36637 \backslash
36638 dasharrow
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Plain Layout
36647
36648 \backslash
36649 dashrightarrow
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 </row>
36655 <row>
36656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660
36661 \backslash
36662 land
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671
36672 \backslash
36673 wedge
36674 \end_layout
36675
36676 \end_inset
36677 </cell>
36678 </row>
36679 <row>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686 rbrace
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 }
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 </row>
36701 <row>
36702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706
36707 \backslash
36708 rbracket
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 ]
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 <row>
36724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36725 \begin_inset Text
36726
36727 \begin_layout Plain Layout
36728
36729 \backslash
36730 rightarrow
36731 \end_layout
36732
36733 \end_inset
36734 </cell>
36735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Plain Layout
36739
36740 \backslash
36741 to
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752
36753 \backslash
36754 lnot
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763
36764 \backslash
36765 neg
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 <row>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776
36777 \backslash
36778 ne
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787
36788 \backslash
36789 not=
36790 \end_layout
36791
36792 \end_inset
36793 </cell>
36794 </row>
36795 <row>
36796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36797 \begin_inset Text
36798
36799 \begin_layout Plain Layout
36800
36801 \backslash
36802 owns
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811
36812 \backslash
36813 ni
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 square
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837 Box
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848
36849 \backslash
36850 Vert
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861
36862 \begin_inset Formula $|$
36863 \end_inset
36864
36865
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 </row>
36871 </lyxtabular>
36872
36873 \end_inset
36874
36875
36876 \begin_inset space \hfill{}
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \begin_layout Standard
36883 \begin_inset Newpage newpage
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Bibliography
36890 \labelwidthstring 参考文献
36891 \begin_inset CommandInset bibitem
36892 LatexCommand bibitem
36893 key "TLC2"
36894
36895 \end_inset
36896
36897
36898 \shape smallcaps
36899 Mittelbach, F.
36900  ; Goossens, M.
36901 \shape default
36902
36903 \shape italic
36904 The LaTeX Companion
36905 \shape default
36906 , 2nd ed.
36907  Addison Wesley, 2004
36908 \end_layout
36909
36910 \begin_layout Bibliography
36911 \labelwidthstring 参考文献
36912 \begin_inset CommandInset bibitem
36913 LatexCommand bibitem
36914 key "Mathmode"
36915
36916 \end_inset
36917
36918 LaTeXの数式能力の
36919 \begin_inset CommandInset href
36920 LatexCommand href
36921 name "説明"
36922 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Bibliography
36930 \labelwidthstring 参考文献
36931 \begin_inset CommandInset bibitem
36932 LatexCommand bibitem
36933 key "Voss"
36934
36935 \end_inset
36936
36937 LaTeXの技と秘訣の
36938 \begin_inset CommandInset href
36939 LatexCommand href
36940 name "ページ"
36941 target "http://tug.org/TeXnik/"
36942
36943 \end_inset
36944
36945
36946 \end_layout
36947
36948 \begin_layout Bibliography
36949 \labelwidthstring 参考文献
36950 \begin_inset CommandInset bibitem
36951 LatexCommand bibitem
36952 key "AMS"
36953
36954 \end_inset
36955
36956
36957 \begin_inset ERT
36958 status collapsed
36959
36960 \begin_layout Plain Layout
36961
36962
36963 \backslash
36964 AmS
36965 \end_layout
36966
36967 \end_inset
36968
36969 -LaTeXの
36970 \begin_inset CommandInset href
36971 LatexCommand href
36972 name "説明"
36973 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36974
36975 \end_inset
36976
36977
36978 \end_layout
36979
36980 \begin_layout Bibliography
36981 \labelwidthstring 参考文献
36982 \begin_inset CommandInset bibitem
36983 LatexCommand bibitem
36984 key "Symbols"
36985
36986 \end_inset
36987
36988 LaTeXパッケージで利用できる記号の
36989 \begin_inset CommandInset href
36990 LatexCommand href
36991 name "全覧"
36992 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36993
36994 \end_inset
36995
36996
36997 \end_layout
36998
36999 \begin_layout Bibliography
37000 \labelwidthstring 参考文献
37001 \begin_inset CommandInset bibitem
37002 LatexCommand bibitem
37003 key "hyperref"
37004
37005 \end_inset
37006
37007 LaTeX 
37008 \series bold
37009 hyperref
37010 \series default
37011
37012 \begin_inset Index idx
37013 status collapsed
37014
37015 \begin_layout Plain Layout
37016 ぱっけーじ@パッケージ ! hyperref
37017 \end_layout
37018
37019 \end_inset
37020
37021 パッケージの
37022 \begin_inset CommandInset href
37023 LatexCommand href
37024 name "取扱説明書"
37025 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \begin_layout Bibliography
37033 \labelwidthstring 参考文献
37034 \begin_inset CommandInset bibitem
37035 LatexCommand bibitem
37036 key "Mathclap"
37037
37038 \end_inset
37039
37040
37041 \begin_inset CommandInset ref
37042 LatexCommand ref
37043 reference "sub:演算子の範囲"
37044
37045 \end_inset
37046
37047 節に述べられている
37048 \series bold
37049
37050 \backslash
37051 mathclap
37052 \series default
37053 コマンドの
37054 \begin_inset CommandInset href
37055 LatexCommand href
37056 name "説明"
37057 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37058
37059 \end_inset
37060
37061
37062 \begin_inset Index idx
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066 こまんど@コマンド ! M ! 
37067 \backslash
37068 mathclap
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \begin_layout Bibliography
37077 \labelwidthstring 参考文献
37078 \begin_inset CommandInset bibitem
37079 LatexCommand bibitem
37080 key "Duden"
37081
37082 \end_inset
37083
37084
37085 \emph on
37086 Duden Band 1
37087 \emph default
37088 .
37089  22.
37090  Auflage, Duden 2001
37091 \end_layout
37092
37093 \begin_layout Subsubsection*
37094 \begin_inset CommandInset index_print
37095 LatexCommand printindex
37096 type "idx"
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \end_body
37104 \end_document