]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Japanese EmbeddedObjects.lyx and Math.lyx: replace phantom TeX code with the new...
[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
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143
144 % make pdf bookmark sane with Japanese
145 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options true
149 \maintain_unincluded_children false
150 \language japanese
151 \inputencoding auto
152 \fontencoding global
153 \font_roman default
154 \font_sans default
155 \font_typewriter default
156 \font_default_family default
157 \use_xetex false
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \default_output_format default
165 \output_sync 0
166 \bibtex_command default
167 \index_command default
168 \paperfontsize default
169 \spacing single
170 \use_hyperref true
171 \pdf_title "LyX数式説明書"
172 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
173 \pdf_subject "LyXの数式機能に関する説明書"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
185 \papersize a4paper
186 \use_geometry true
187 \use_amsmath 2
188 \use_esint 1
189 \use_mhchem 1
190 \use_mathdots 1
191 \cite_engine basic
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \notefontcolor #0000ff
197 \index 索引
198 \shortcut idx
199 \color #008000
200 \end_index
201 \leftmargin 3.5cm
202 \topmargin 3cm
203 \rightmargin 3cm
204 \bottommargin 3.5cm
205 \secnumdepth 4
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle plain
213 \tracking_changes false
214 \output_changes false
215 \html_math_output 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyXの数式詳細説明書
223 \end_layout
224
225 \begin_layout Author
226 LyXプロジェクトチーム
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
233 \family typewriter
234
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \family default
245 までお知らせください。
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 著者:Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 第2.0.x版
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
288 \series bold
289 eurosym
290 \series default
291
292 \series bold
293 mhchem
294 \series default
295
296 \series bold
297 multirow
298 \series default
299
300 \series bold
301 wasが導入されている必要があります。
302 \series default
303 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
304 \series bold
305 mhchem
306 \series default
307 が導入されていないと、本ファイルを書き出すことができません。
308 \end_layout
309
310 \begin_layout Plain Layout
311 この文書の最新のPDF版は
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series default
323 にあります。
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 はじめに
340 \end_layout
341
342 \begin_layout Standard
343 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
344 使用を念頭に置いています。したがいまして、ユーザーの手引きの
345 \family typewriter
346 数式
347 \family default
348 の節をすでにお読みになっていることを前提としています。
349 \end_layout
350
351 \begin_layout Standard
352 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
353 \family sans
354 挿入\SpecialChar \menuseparator
355 数式
356 \family default
357 メニューか
358 \family sans
359 数式ツールバー
360 \family default
361 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
362 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
363 \end_layout
364
365 \begin_layout Standard
366 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
367 \family sans
368 文書\SpecialChar \menuseparator
369 設定\SpecialChar \menuseparator
370 数式オプション
371 \family default
372 メニュー)で
373 \family sans
374 AMS mathパッケージを使う
375 \family default
376 オプションを有効にしなくてはなりません
377 \begin_inset Foot
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 \family sans
383 AMS mathパッケージを自動的に使う
384 \family default
385 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391
392 \backslash
393 AmS 
394 \end_layout
395
396 \end_inset
397
398 -mathパッケージを使用します。
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 説明を明瞭にするために、この文書はすべての
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413
414 \backslash
415 AmS 
416 \end_layout
417
418 \end_inset
419
420 -mathコマンド
421 \begin_inset Foot
422 status collapsed
423
424 \begin_layout Plain Layout
425 すべての
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS
434 \end_layout
435
436 \end_inset
437
438 -mathコマンドの一覧は、
439 \family sans
440
441 \begin_inset CommandInset href
442 LatexCommand href
443 name "amsguide.ps"
444 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
445
446 \end_inset
447
448
449 \family default
450 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
451 \end_layout
452
453 \end_inset
454
455 を列挙はしません。
456 \end_layout
457
458 \begin_layout Section
459 一般的な説明
460 \end_layout
461
462 \begin_layout Standard
463 本文に埋め込まれた行内数式
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 すうしき ! ぎょうない @ 数式 ! 行内
469 \end_layout
470
471 \end_inset
472
473 を作成するには、短絡キー
474 \begin_inset Info
475 type  "shortcuts"
476 arg   "math-mode"
477 \end_inset
478
479 のうちのいずれか、あるいはツールバーボタン
480 \begin_inset Graphics
481         filename ../../images/math-mode.png
482         scale 85
483
484 \end_inset
485
486 を使用してください。
487 \begin_inset Newline newline
488 \end_inset
489
490 大きく別の段落として表示される別行建て数式
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
496 \end_layout
497
498 \end_inset
499
500 を作成するには、
501 \begin_inset Info
502 type  "shortcuts"
503 arg   "math-display"
504 \end_inset
505
506 のうちいずれかの短絡キーを使用して下さい。
507 \end_layout
508
509 \begin_layout Standard
510 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
511 \begin_inset Info
512 type  "shortcuts"
513 arg   "math-mode"
514 \end_inset
515
516 のいずれかの短絡キーか、
517 \family sans
518 編集\SpecialChar \menuseparator
519 数式\SpecialChar \menuseparator
520 数式の表記を変更
521 \family default
522 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
523 \end_layout
524
525 \begin_layout Standard
526 行内数式の一部を別行建て数式の大きさで表示するには、
527 \series bold
528
529 \backslash
530 displaystyle
531 \begin_inset Index idx
532 status collapsed
533
534 \begin_layout Plain Layout
535
536 \size normal
537 こまんど@コマンド ! D ! 
538 \backslash
539 displaystyle
540 \end_layout
541
542 \end_inset
543
544
545 \series default
546 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
547 \end_layout
548
549 \begin_layout Standard
550 表の中では、行内数式のみの使用が許されています。
551 \end_layout
552
553 \begin_layout Standard
554
555 \family sans
556 数式ツールバー
557 \family default
558 は、
559 \family sans
560 表示\SpecialChar \menuseparator
561 ツールバー
562 \family default
563 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
564 \family sans
565 ツールバー
566 \family default
567 メニューの中ではチェック印で表されます。この状態から、
568 \family sans
569 ツールバー
570 \family default
571 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
572 数式(自動)」に変わることで表されます。
573 \end_layout
574
575 \begin_layout Standard
576 TeXモード
577 \begin_inset Index idx
578 status collapsed
579
580 \begin_layout Plain Layout
581 T@TeXモード
582 \end_layout
583
584 \end_inset
585
586 は、ツールバーボタン
587 \begin_inset Graphics
588         filename ../../images/ert-insert.png
589         scale 85
590
591 \end_inset
592
593 を押すか、
594 \family sans
595 挿入\SpecialChar \menuseparator
596 Te
597 \begin_inset ERT
598 status collapsed
599
600 \begin_layout Plain Layout
601
602 {}
603 \end_layout
604
605 \end_inset
606
607 Xコード
608 \family default
609 (短絡キー
610 \begin_inset Info
611 type  "shortcut"
612 arg   "ert-insert"
613 \end_inset
614
615 )メニューを使うことで、起動できます。
616 \begin_inset Note Note
617 status collapsed
618
619 \begin_layout Plain Layout
620 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
621 のを防ぐために、ここではTeX括弧が挿入されています。
622 \end_layout
623
624 \end_inset
625
626
627 \end_layout
628
629 \begin_layout Standard
630 LaTeXプリアンブル
631 \begin_inset Index idx
632 status collapsed
633
634 \begin_layout Plain Layout
635 L@LaTeXプリアンブル
636 \end_layout
637
638 \end_inset
639
640 を変更するには、
641 \family sans
642 文書\SpecialChar \menuseparator
643 設定\SpecialChar \menuseparator
644 LaT
645 \begin_inset ERT
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 {}
651 \end_layout
652
653 \end_inset
654
655 eXプリアンブル
656 \family default
657 メニューを使用してください。
658 \end_layout
659
660 \begin_layout Standard
661 行列や場合分け、多行数式を続けて編集するには、
662 \family sans
663 編集\SpecialChar \menuseparator
664 数式
665 \family default
666 メニューと
667 \family sans
668 編集\SpecialChar \menuseparator
669 行と列
670 \family default
671 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
672 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
673 \end_layout
674
675 \begin_layout Standard
676 数式内で文章を書く
677 \begin_inset Foot
678 status collapsed
679
680 \begin_layout Plain Layout
681 多行数式では、
682 \series bold
683
684 \backslash
685 intertext
686 \series default
687 コマンドが使用されます。
688 \begin_inset CommandInset ref
689 LatexCommand ref
690 reference "sub:多行数式中のテキスト"
691
692 \end_inset
693
694 を参照のこと。
695 \end_layout
696
697 \end_inset
698
699 には、
700 \emph on
701 数式テキスト
702 \emph default
703
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 てきすと ! すうしきないの @ テキスト ! 数式内の
709 \end_layout
710
711 \end_inset
712
713
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 すうしきてきすと @ 数式テキスト
719 \end_layout
720
721 \end_inset
722
723 が使用されます。このモードには、短絡キー
724 \begin_inset Info
725 type  "shortcut"
726 arg   "math-mode"
727 \end_inset
728
729 を使うか、
730 \series bold
731
732 \backslash
733 text
734 \series default
735
736 \begin_inset Index idx
737 status collapsed
738
739 \begin_layout Plain Layout
740 こまんど @ コマンド ! T ! 
741 \backslash
742 text
743 \end_layout
744
745 \end_inset
746
747 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
748 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
749 \end_layout
750
751 \begin_layout Subsection*
752 コマンドの構成
753 \end_layout
754
755 \begin_layout Standard
756 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
757 \end_layout
758
759 \begin_layout Standard
760
761 \series bold
762
763 \backslash
764 コマンド名[非必須引数]{必須引数}
765 \end_layout
766
767 \begin_layout Standard
768 コマンドは、つねにバックスラッシュ「
769 \series bold
770
771 \backslash
772
773 \series default
774 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
775 \begin_inset Index idx
776 status collapsed
777
778 \begin_layout Plain Layout
779 T@TeX括弧
780 \end_layout
781
782 \end_inset
783
784 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
785 \series bold
786
787 \backslash
788 {
789 \series default
790 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
791 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
792 \end_layout
793
794 \begin_layout Standard
795 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
796 \emph on
797 かならず
798 \emph default
799 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
800 ん。
801 \end_layout
802
803 \begin_layout Standard
804 保護された空白は、
805 \begin_inset Info
806 type  "shortcut"
807 arg   "space-insert protected"
808 \end_inset
809
810 で入力できます。
811 \end_layout
812
813 \begin_layout Subsection*
814 \begin_inset Newpage newpage
815 \end_inset
816
817 文法の説明
818 \end_layout
819
820 \begin_layout Itemize
821 記号
822 \begin_inset Foot
823 status collapsed
824
825 \begin_layout Plain Layout
826 この可視化された空白文字は、
827 \series bold
828
829 \backslash
830 textvisiblespace
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 こまんど@コマンド ! T ! 
838 \backslash
839 textvisiblespace
840 \end_layout
841
842 \end_inset
843
844 コマンドをTeXモード中に挿入することで作ることができます。
845 \end_layout
846
847 \end_inset
848
849
850 \begin_inset ERT
851 status collapsed
852
853 \begin_layout Plain Layout
854
855
856 \backslash
857 spce 
858 \end_layout
859
860 \end_inset
861
862 は、空白文字を入力することを表します。
863 \end_layout
864
865 \begin_layout Itemize
866 \begin_inset Formula $\to$
867 \end_inset
868
869 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
870 \end_layout
871
872 \begin_layout Subsection*
873 使用できる単位
874 \end_layout
875
876 \begin_layout Standard
877 \align center
878 \begin_inset Float table
879 placement H
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Caption
887
888 \begin_layout Plain Layout
889 \begin_inset CommandInset label
890 LatexCommand label
891 name "tab:使用できる単位"
892
893 \end_inset
894
895 使用できる単位
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Tabular
906 <lyxtabular version="3" rows="13" columns="2">
907 <features tabularvalignment="middle">
908 <column alignment="center" valignment="top" width="0">
909 <column alignment="center" valignment="top" width="0">
910 <row>
911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
912 \begin_inset Text
913
914 \begin_layout Plain Layout
915 単位
916 \end_layout
917
918 \end_inset
919 </cell>
920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
921 \begin_inset Text
922
923 \begin_layout Plain Layout
924 名称/摘要
925 \end_layout
926
927 \end_inset
928 </cell>
929 </row>
930 <row>
931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
932 \begin_inset Text
933
934 \begin_layout Plain Layout
935 mm
936 \end_layout
937
938 \end_inset
939 </cell>
940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
941 \begin_inset Text
942
943 \begin_layout Plain Layout
944 ミリメートル
945 \end_layout
946
947 \end_inset
948 </cell>
949 </row>
950 <row>
951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
952 \begin_inset Text
953
954 \begin_layout Plain Layout
955 cm
956 \end_layout
957
958 \end_inset
959 </cell>
960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
961 \begin_inset Text
962
963 \begin_layout Plain Layout
964 センチメートル
965 \end_layout
966
967 \end_inset
968 </cell>
969 </row>
970 <row>
971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
972 \begin_inset Text
973
974 \begin_layout Plain Layout
975 in
976 \end_layout
977
978 \end_inset
979 </cell>
980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
981 \begin_inset Text
982
983 \begin_layout Plain Layout
984 インチ
985 \end_layout
986
987 \end_inset
988 </cell>
989 </row>
990 <row>
991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
992 \begin_inset Text
993
994 \begin_layout Plain Layout
995 pt
996 \end_layout
997
998 \end_inset
999 </cell>
1000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 ポイント (72.27
1005 \begin_inset Formula $\,$
1006 \end_inset
1007
1008 pt = 1
1009 \begin_inset Formula $\,$
1010 \end_inset
1011
1012 in)
1013 \end_layout
1014
1015 \end_inset
1016 </cell>
1017 </row>
1018 <row>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 pc
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 パイカ (1
1033 \begin_inset Formula $\,$
1034 \end_inset
1035
1036 pc = 12
1037 \begin_inset Formula $\,$
1038 \end_inset
1039
1040 pt)
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 sp
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 スケールポイント (65536
1061 \begin_inset Formula $\,$
1062 \end_inset
1063
1064 sp = 1
1065 \begin_inset Formula $\,$
1066 \end_inset
1067
1068 pt)
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 </row>
1074 <row>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 bp
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 ビッグポイント (72
1089 \begin_inset Formula $\,$
1090 \end_inset
1091
1092 bp = 1
1093 \begin_inset Formula $\,$
1094 \end_inset
1095
1096 in)
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 </row>
1102 <row>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 dd
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 ディドー (72
1117 \begin_inset Formula $\,$
1118 \end_inset
1119
1120 dd 
1121 \begin_inset Formula $\approx$
1122 \end_inset
1123
1124  37.6
1125 \begin_inset Formula $\,$
1126 \end_inset
1127
1128 mm)
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 </row>
1134 <row>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 cc
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 シセロ (1
1149 \begin_inset Formula $\,$
1150 \end_inset
1151
1152 cc = 12
1153 \begin_inset Formula $\,$
1154 \end_inset
1155
1156 dd)
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 </row>
1162 <row>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 ex
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 現在のフォントの文字「x」の高さ
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 em
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 現在のフォントの文字「M」の幅
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 </row>
1202 <row>
1203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 mu
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 数式単位(1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 mu = 
1221 \begin_inset Formula $\nicefrac{1}{18}$
1222 \end_inset
1223
1224
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 em)
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 </row>
1234 </lyxtabular>
1235
1236 \end_inset
1237
1238
1239 \end_layout
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \begin_layout Standard
1247 \begin_inset Newpage newpage
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Section
1254 基礎的な函数
1255 \end_layout
1256
1257 \begin_layout Subsection
1258 指数
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 しすう@指数
1264 \end_layout
1265
1266 \end_inset
1267
1268 および添字
1269 \begin_inset Index idx
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273 そえじ@添字
1274 \end_layout
1275
1276 \end_inset
1277
1278
1279 \begin_inset Index idx
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283 うえつきもじ@上付き文字|see
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 {
1290 \end_layout
1291
1292 \end_inset
1293
1294 指数
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 }
1301 \end_layout
1302
1303 \end_inset
1304
1305
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 したつきもじ@下付き文字|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 添字
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \begin_layout Standard
1346 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1347 \begin_inset Graphics
1348         filename ../../images/math-subscript.png
1349         scale 85
1350
1351 \end_inset
1352
1353 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1354 \begin_inset Graphics
1355         filename ../../images/math-superscript.png
1356         scale 85
1357
1358 \end_inset
1359
1360 を使って入力することができます。
1361 \end_layout
1362
1363 \begin_layout Standard
1364 \align center
1365 \begin_inset Tabular
1366 <lyxtabular version="3" rows="4" columns="2">
1367 <features tabularvalignment="middle">
1368 <column alignment="center" valignment="top" width="0pt">
1369 <column alignment="center" valignment="top" width="0pt">
1370 <row>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 コマンド
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 結果
1385 \begin_inset Note Note
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 ここで使われている
1390 \series bold
1391
1392 \backslash
1393 raisebox
1394 \series default
1395 は単なるスペーサーです。
1396 \end_layout
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404 </cell>
1405 </row>
1406 <row>
1407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1408 \begin_inset Text
1409
1410 \begin_layout Plain Layout
1411 B_V
1412 \end_layout
1413
1414 \end_inset
1415 </cell>
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 \begin_inset Formula $B_{V}$
1421 \end_inset
1422
1423
1424 \end_layout
1425
1426 \end_inset
1427 </cell>
1428 </row>
1429 <row>
1430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1431 \begin_inset Text
1432
1433 \begin_layout Plain Layout
1434 B^V
1435 \end_layout
1436
1437 \end_inset
1438 </cell>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450 </cell>
1451 </row>
1452 <row>
1453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Plain Layout
1457 B^
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463
1464 \backslash
1465 spce 
1466 \end_layout
1467
1468 \end_inset
1469
1470 A
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 </row>
1488 </lyxtabular>
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \begin_layout Standard
1496 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1497 ってしまいます
1498 \begin_inset Foot
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1503 \end_layout
1504
1505 \end_inset
1506
1507 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1508 \family sans
1509 Space
1510 \family default
1511 を押してください。
1512 \end_layout
1513
1514 \begin_layout Subsection
1515 分数
1516 \begin_inset CommandInset label
1517 LatexCommand label
1518 name "sub:分数"
1519
1520 \end_inset
1521
1522
1523 \begin_inset Index idx
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 ぶんすう@分数
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \end_layout
1534
1535 \begin_layout Standard
1536 分数は、コマンド
1537 \series bold
1538
1539 \backslash
1540 frac
1541 \series default
1542
1543 \begin_inset Index idx
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547 こまんど@コマンド ! F ! 
1548 \backslash
1549 frac
1550 \end_layout
1551
1552 \end_inset
1553
1554 か数式ツールバーボタン
1555 \begin_inset Graphics
1556         filename ../../images/math/frac.png
1557         scale 50
1558
1559 \end_inset
1560
1561 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1562 \begin_inset Graphics
1563         filename ../../images/math/frac-square.png
1564         scale 85
1565
1566 \end_inset
1567
1568 を使えば、分数の種類を選ぶことができます。
1569 \end_layout
1570
1571 \begin_layout Standard
1572 コマンド
1573 \series bold
1574
1575 \backslash
1576 dfrac
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 こまんど@コマンド ! D ! 
1582 \backslash
1583 dfrac
1584 \end_layout
1585
1586 \end_inset
1587
1588 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1589 \backslash
1590 tfrac
1591 \begin_inset Index idx
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 こまんど@コマンド ! T ! 
1596 \backslash
1597 tfrac
1598 \end_layout
1599
1600 \end_inset
1601
1602 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1603 \end_layout
1604
1605 \begin_layout Standard
1606 これは、コマンド
1607 \series bold
1608
1609 \backslash
1610 frac
1611 \series default
1612 を使用して作った分数
1613 \begin_inset Formula $\frac{1}{2}$
1614 \end_inset
1615
1616 を含む行です。
1617 \end_layout
1618
1619 \begin_layout Standard
1620 これは、コマンド
1621 \series bold
1622
1623 \backslash
1624 dfrac
1625 \series default
1626 を使用して作った分数
1627 \begin_inset Formula $\dfrac{1}{2}$
1628 \end_inset
1629
1630 を含む行です。
1631 \end_layout
1632
1633 \begin_layout Standard
1634 \align center
1635 \begin_inset Tabular
1636 <lyxtabular version="3" rows="4" columns="2">
1637 <features tabularvalignment="middle">
1638 <column alignment="center" valignment="top" width="0pt">
1639 <column alignment="center" valignment="top" width="0pt">
1640 <row>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 コマンド
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654 出力
1655 \begin_inset Note Note
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 ここで
1660 \series bold
1661
1662 \backslash
1663 raisebox
1664 \series default
1665 はスペーサーとして使用しているだけです。
1666 \end_layout
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 </row>
1676 <row>
1677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681
1682 \backslash
1683 frac
1684 \begin_inset ERT
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688
1689
1690 \backslash
1691 spce 
1692 \end_layout
1693
1694 \end_inset
1695
1696 A
1697 \begin_inset Formula $\downarrow$
1698 \end_inset
1699
1700 B
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \begin_layout Plain Layout
1709 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 </row>
1718 <row>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723
1724 \backslash
1725 dfrac
1726 \begin_inset ERT
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730
1731
1732 \backslash
1733 spce 
1734 \end_layout
1735
1736 \end_inset
1737
1738 A
1739 \begin_inset Formula $\downarrow$
1740 \end_inset
1741
1742 B
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1752 \end_inset
1753
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \backslash
1767 dfrac
1768 \begin_inset ERT
1769 status collapsed
1770
1771 \begin_layout Plain Layout
1772
1773
1774 \backslash
1775 spce 
1776 \end_layout
1777
1778 \end_inset
1779
1780 e^
1781 \begin_inset ERT
1782 status collapsed
1783
1784 \begin_layout Plain Layout
1785
1786
1787 \backslash
1788 spce 
1789 \end_layout
1790
1791 \end_inset
1792
1793
1794 \backslash
1795 frac
1796 \begin_inset ERT
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801
1802 \backslash
1803 spce 
1804 \end_layout
1805
1806 \end_inset
1807
1808 1
1809 \begin_inset Formula $\downarrow$
1810 \end_inset
1811
1812 2
1813 \begin_inset Formula $\downarrow\downarrow$
1814 \end_inset
1815
1816 3
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 </lyxtabular>
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \begin_layout Standard
1842 \begin_inset VSpace bigskip
1843 \end_inset
1844
1845
1846 \begin_inset Newpage newpage
1847 \end_inset
1848
1849 入れ子の分数を作るには、コマンド
1850 \series bold
1851
1852 \backslash
1853 cfrac
1854 \series default
1855
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 こまんど@コマンド ! C ! 
1861 \backslash
1862 cfrac
1863 \end_layout
1864
1865 \end_inset
1866
1867 が使えます。以下がその例です。
1868 \begin_inset VSpace -3mm
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \begin_layout Standard
1875 \begin_inset Formula \begin{align*}
1876 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1877 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1878 \end{align*}
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 上記の例で使用したコマンドは、
1887 \end_layout
1888
1889 \begin_layout Standard
1890
1891 \series bold
1892
1893 \backslash
1894 cfrac
1895 \begin_inset ERT
1896 status collapsed
1897
1898 \begin_layout Plain Layout
1899
1900
1901 \backslash
1902 space 
1903 \end_layout
1904
1905 \end_inset
1906
1907 A
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 B+
1912 \backslash
1913 cfrac
1914 \begin_inset ERT
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918
1919
1920 \backslash
1921 space 
1922 \end_layout
1923
1924 \end_inset
1925
1926 C+
1927 \backslash
1928 cfrac
1929 \begin_inset ERT
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933
1934
1935 \backslash
1936 space 
1937 \end_layout
1938
1939 \end_inset
1940
1941 E
1942 \begin_inset Formula $\downarrow$
1943 \end_inset
1944
1945 F
1946 \begin_inset Formula $\downarrow$
1947 \end_inset
1948
1949 D
1950 \end_layout
1951
1952 \begin_layout Standard
1953 です。
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset VSpace medskip
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \begin_layout Standard
1964
1965 \series bold
1966
1967 \backslash
1968 cfrac
1969 \series default
1970 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1971 \end_layout
1972
1973 \begin_layout Standard
1974 分子の揃え方は、指定することができます。
1975 \series bold
1976
1977 \backslash
1978 cfracleft
1979 \series default
1980 コマンドは左揃えにし、
1981 \series bold
1982
1983 \backslash
1984 cfracright
1985 \series default
1986 は右揃えにします。
1987 \series bold
1988
1989 \backslash
1990 cfrac
1991 \series default
1992 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996
1997 \series bold
1998
1999 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2000 \end_inset
2001
2002
2003 \begin_inset Formula $\cfrac{A}{B+C}$
2004 \end_inset
2005
2006
2007 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset Note Greyedout
2015 status open
2016
2017 \begin_layout Plain Layout
2018
2019 \series bold
2020 (註)
2021 \backslash
2022 cfracleft
2023 \series default
2024
2025 \series bold
2026
2027 \backslash
2028 cfracright
2029 \series default
2030 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2031 \series bold
2032
2033 \backslash
2034 cfrac[揃え位置]{分子}{分母}
2035 \series default
2036 です。したがって、これらをTeXモードで使うことはできません。
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 \begin_inset VSpace medskip
2046 \end_inset
2047
2048 ときに、以下のように
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054
2055 \series bold
2056
2057 \backslash
2058 frac
2059 \series default
2060 を組み合わせて使うと便利です。
2061 \begin_inset Formula \[
2062 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 斜めの分数線を持つ行内分数を作るには、コマンド
2071 \series bold
2072
2073 \backslash
2074 nicefrac
2075 \series default
2076
2077 \begin_inset Index idx
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081 こまんど@コマンド ! N ! 
2082 \backslash
2083 nicefrac
2084 \end_layout
2085
2086 \end_inset
2087
2088 (例:
2089 \begin_inset Formula $\nicefrac{5}{31}$
2090 \end_inset
2091
2092 )を使うか、コマンド
2093 \series bold
2094
2095 \backslash
2096 unitfrac
2097 \series default
2098
2099 \begin_inset Index idx
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103 こまんど@コマンド ! U ! 
2104 \backslash
2105 unitfrac
2106 \end_layout
2107
2108 \end_inset
2109
2110 (例:
2111 \begin_inset Formula $\unitfrac{5}{31}$
2112 \end_inset
2113
2114 )を使います。さらに、
2115 \begin_inset Formula $\unitfrac[2]{1}{3}$
2116 \end_inset
2117
2118 のような帯分数を作るコマンド
2119 \series bold
2120
2121 \backslash
2122 unitfracthree
2123 \series default
2124 もあります。
2125 \end_layout
2126
2127 \begin_layout Standard
2128 \begin_inset Note Greyedout
2129 status open
2130
2131 \begin_layout Plain Layout
2132
2133 \series bold
2134 (註)
2135 \series default
2136 実は、
2137 \series bold
2138
2139 \backslash
2140 unitfracthree
2141 \series default
2142 は生粋のLaTeXコマンドではなく、実体は
2143 \begin_inset Newline newline
2144 \end_inset
2145
2146
2147 \series bold
2148
2149 \backslash
2150 unitfrac[自然数]{分子}{分母}
2151 \series default
2152 というコマンドなので、TeXコードでは使用できません。
2153 \end_layout
2154
2155 \end_inset
2156
2157
2158 \end_layout
2159
2160 \begin_layout Standard
2161 分数線を変更できるような独自の分数の定義のしかたは、第
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "sub:自己定義の分数"
2165
2166 \end_inset
2167
2168 節に説明があります。
2169 \end_layout
2170
2171 \begin_layout Subsection
2172 根号
2173 \begin_inset Index idx
2174 status collapsed
2175
2176 \begin_layout Plain Layout
2177 こんごう@根号
2178 \end_layout
2179
2180 \end_inset
2181
2182
2183 \begin_inset Index idx
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 るーと@ルート|see
2188 \begin_inset ERT
2189 status collapsed
2190
2191 \begin_layout Plain Layout
2192
2193 {
2194 \end_layout
2195
2196 \end_inset
2197
2198 根号
2199 \begin_inset ERT
2200 status collapsed
2201
2202 \begin_layout Plain Layout
2203
2204 }
2205 \end_layout
2206
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 平方根は、
2219 \series bold
2220
2221 \backslash
2222 sqrt
2223 \series default
2224
2225 \begin_inset Index idx
2226 status collapsed
2227
2228 \begin_layout Plain Layout
2229 こまんど@コマンド ! S ! 
2230 \backslash
2231 sqrt
2232 \end_layout
2233
2234 \end_inset
2235
2236 か数式ツールバーボタン
2237 \begin_inset Graphics
2238         filename ../../images/math/sqrt.png
2239         scale 85
2240
2241 \end_inset
2242
2243 で作成することができ、他のすべての根号は、コマンド
2244 \series bold
2245
2246 \backslash
2247 root
2248 \series default
2249
2250 \begin_inset Index idx
2251 status collapsed
2252
2253 \begin_layout Plain Layout
2254 こまんど@コマンド ! R ! 
2255 \backslash
2256 root
2257 \end_layout
2258
2259 \end_inset
2260
2261 か数式ツールバーボタン
2262 \begin_inset Graphics
2263         filename ../../images/math/root.png
2264         scale 85
2265
2266 \end_inset
2267
2268 で作成することができます。
2269 \end_layout
2270
2271 \begin_layout Standard
2272 \align center
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="3" columns="2">
2275 <features tabularvalignment="middle">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top" width="0pt">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283 コマンド
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 出力
2293 \begin_inset Note Note
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 ここで
2298 \series bold
2299
2300 \backslash
2301 raisebox
2302 \series default
2303 はスペーサーとして使用しているだけです。
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 </row>
2314 <row>
2315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319
2320 \backslash
2321 sqrt
2322 \begin_inset ERT
2323 status collapsed
2324
2325 \begin_layout Plain Layout
2326
2327
2328 \backslash
2329 spce 
2330 \end_layout
2331
2332 \end_inset
2333
2334 A-B
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2344 \end_inset
2345
2346
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 <row>
2353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \backslash
2359 root
2360 \begin_inset ERT
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364
2365
2366 \backslash
2367 spce 
2368 \end_layout
2369
2370 \end_inset
2371
2372 3
2373 \begin_inset Formula $\downarrow$
2374 \end_inset
2375
2376 A-B
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 </lyxtabular>
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 平方根は、根号指数フィールドを空白のままにしておけば、
2403 \series bold
2404
2405 \backslash
2406 root
2407 \series default
2408 でも作成することができます。
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \begin_inset Formula $\sqrt[\beta]{B}$
2413 \end_inset
2414
2415 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2416 \begin_inset Newline newline
2417 \end_inset
2418
2419 この場合には、
2420 \begin_inset Formula $\beta$
2421 \end_inset
2422
2423 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2424 \series bold
2425
2426 \backslash
2427 leftroot
2428 \series default
2429
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 こまんど@コマンド ! L ! 
2435 \backslash
2436 leftroot
2437 \end_layout
2438
2439 \end_inset
2440
2441
2442 \series bold
2443
2444 \backslash
2445 uproot
2446 \series default
2447
2448 \begin_inset Index idx
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 こまんど@コマンド ! U ! 
2453 \backslash
2454 uproot
2455 \end_layout
2456
2457 \end_inset
2458
2459 を使います。
2460 \end_layout
2461
2462 \begin_layout Standard
2463
2464 \series bold
2465
2466 \backslash
2467 leftroot{距離}
2468 \series default
2469 および
2470 \series bold
2471
2472 \backslash
2473 uproot{距離}
2474 \end_layout
2475
2476 \begin_layout Standard
2477 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2478 \begin_inset Formula $\mathrm{72\, bp=1}$
2479 \end_inset
2480
2481 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485
2486 \series bold
2487
2488 \backslash
2489 root
2490 \backslash
2491 leftroot{-1
2492 \begin_inset Formula $\to$
2493 \end_inset
2494
2495
2496 \backslash
2497 uproot{2
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501
2502 \backslash
2503 beta
2504 \begin_inset ERT
2505 status collapsed
2506
2507 \begin_layout Plain Layout
2508
2509
2510 \backslash
2511 spce 
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520 B
2521 \begin_inset Newline newline
2522 \end_inset
2523
2524
2525 \series default
2526 は、正しく組版された数式
2527 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2528 \end_inset
2529
2530 を生成します。
2531 \end_layout
2532
2533 \begin_layout Subsection
2534 二項係数
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 にこうけいすう@二項係数
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 二項係数は、コマンド
2549 \series bold
2550
2551 \backslash
2552 binom
2553 \series default
2554
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 こまんど@コマンド ! B ! 
2560 \backslash
2561 binom
2562 \end_layout
2563
2564 \end_inset
2565
2566 か数式ツールバーボタン
2567 \begin_inset Graphics
2568         filename ../../images/math/frac-square.png
2569         scale 85
2570
2571 \end_inset
2572
2573 の下位メニューを使って挿入することができます。分数(
2574 \series bold
2575
2576 \backslash
2577 frac
2578 \series default
2579 )と同様に、
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585 の他に、コマンド
2586 \series bold
2587
2588 \backslash
2589 dbinom
2590 \begin_inset Index idx
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594 こまんど@コマンド ! D ! 
2595 \backslash
2596 dbinom
2597 \end_layout
2598
2599 \end_inset
2600
2601 および
2602 \backslash
2603 tbinom
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 こまんど@コマンド ! T ! 
2611 \backslash
2612 tbinom
2613 \end_layout
2614
2615 \end_inset
2616
2617 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2618 \series bold
2619
2620 \backslash
2621 brace
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 こまんど@コマンド ! B ! 
2629 \backslash
2630 brace
2631 \end_layout
2632
2633 \end_inset
2634
2635
2636 \series bold
2637
2638 \backslash
2639 brack
2640 \series default
2641
2642 \begin_inset Index idx
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 こまんど@コマンド ! B ! 
2647 \backslash
2648 brack
2649 \end_layout
2650
2651 \end_inset
2652
2653 があります。
2654 \end_layout
2655
2656 \begin_layout Standard
2657 \align center
2658 \begin_inset Tabular
2659 <lyxtabular version="3" rows="6" columns="2">
2660 <features tabularvalignment="middle">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <column alignment="center" valignment="top" width="0pt">
2663 <row>
2664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2665 \begin_inset Text
2666
2667 \begin_layout Plain Layout
2668 コマンド
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 出力
2678 \begin_inset Note Note
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 ここで
2683 \series bold
2684
2685 \backslash
2686 raisebox
2687 \series default
2688 はスペーサーとして使用しているだけです。
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 </row>
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704
2705 \backslash
2706 binom
2707 \begin_inset ERT
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711
2712
2713 \backslash
2714 spce 
2715 \end_layout
2716
2717 \end_inset
2718
2719 A
2720 \begin_inset Formula $\downarrow$
2721 \end_inset
2722
2723 B
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2729 \begin_inset Text
2730
2731 \begin_layout Plain Layout
2732 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 </row>
2741 <row>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746
2747 \backslash
2748 dbinom
2749 \begin_inset ERT
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753
2754
2755 \backslash
2756 spce 
2757 \end_layout
2758
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 tbinom
2791 \begin_inset ERT
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795
2796
2797 \backslash
2798 spce 
2799 \end_layout
2800
2801 \end_inset
2802
2803 A
2804 \begin_inset Formula $\downarrow$
2805 \end_inset
2806
2807 B
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \backslash
2832 brack
2833 \begin_inset ERT
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838
2839 \backslash
2840 spce 
2841 \end_layout
2842
2843 \end_inset
2844
2845 A
2846 \begin_inset Formula $\downarrow$
2847 \end_inset
2848
2849 B
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \backslash
2874 brace
2875 \begin_inset ERT
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880
2881 \backslash
2882 spce 
2883 \end_layout
2884
2885 \end_inset
2886
2887 A
2888 \begin_inset Formula $\downarrow$
2889 \end_inset
2890
2891 B
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 </lyxtabular>
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Subsection
2917 場合分け
2918 \begin_inset Index idx
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922 ばあいわけ@場合分け
2923 \end_layout
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Standard
2931 \align center
2932 \begin_inset Tabular
2933 <lyxtabular version="3" rows="3" columns="2">
2934 <features tabularvalignment="middle">
2935 <column alignment="center" valignment="top" width="0pt">
2936 <column alignment="center" valignment="top" width="0pt">
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 コマンド
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 出力
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 </row>
2957 <row>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \backslash
2964 cases
2965 \begin_inset ERT
2966 status collapsed
2967
2968 \begin_layout Plain Layout
2969
2970
2971 \backslash
2972 spce 
2973 \end_layout
2974
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\to$
2979 \end_inset
2980
2981 B
2982 \begin_inset Formula $>$
2983 \end_inset
2984
2985 0
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 こまんど@コマンド ! C ! 
2991 \backslash
2992 cases
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\begin{cases}
3007 A & B>0\end{cases}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset ERT
3025 status collapsed
3026
3027 \begin_layout Plain Layout
3028
3029
3030 \backslash
3031 spce 
3032 \end_layout
3033
3034 \end_inset
3035
3036
3037 \begin_inset Info
3038 type  "shortcut"
3039 arg   "newline-insert newline"
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 \begin_inset Formula $\begin{cases}
3052 A & \textrm{for }x>0\\
3053 B & \textrm{for }x=0
3054 \end{cases}$
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 </row>
3063 </lyxtabular>
3064
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \begin_layout Standard
3071
3072 \series bold
3073
3074 \backslash
3075 cases
3076 \series default
3077 を挿入するか数式ツールバーボタン
3078 \begin_inset Graphics
3079         filename ../../images/math/cases.png
3080         scale 85
3081
3082 \end_inset
3083
3084 を使用した後では、短絡キー
3085 \begin_inset Info
3086 type  "shortcut"
3087 arg   "newline-insert newline"
3088 \end_inset
3089
3090 か表ツールバーボタン
3091 \begin_inset Graphics
3092         filename ../../images/tabular-feature_append-row.png
3093         scale 85
3094
3095 \end_inset
3096
3097 を使えば、新しい行を作ることができます。
3098 \end_layout
3099
3100 \begin_layout Standard
3101 コマンド
3102 \series bold
3103
3104 \backslash
3105 cases
3106 \series default
3107 は、
3108 \family sans
3109 挿入\SpecialChar \menuseparator
3110 数式\SpecialChar \menuseparator
3111 Cases環境
3112 \family default
3113 メニューで挿入することもできます。
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 否定
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 ひてい@否定
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131
3132 \series bold
3133
3134 \backslash
3135 not
3136 \series default
3137
3138 \begin_inset Index idx
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 こまんど@コマンド ! N ! 
3143 \backslash
3144 not
3145 \end_layout
3146
3147 \end_inset
3148
3149 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3150 \end_layout
3151
3152 \begin_layout Standard
3153 \align center
3154 \begin_inset Tabular
3155 <lyxtabular version="3" rows="4" columns="2">
3156 <features tabularvalignment="middle">
3157 <column alignment="center" valignment="top" width="0pt">
3158 <column alignment="center" valignment="top" width="0pt">
3159 <row>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 コマンド
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 出力
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 not=
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 \begin_inset Formula $\not=$
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \backslash
3211 not 
3212 \backslash
3213 le
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 \begin_inset Formula $\not\le$
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \backslash
3238 not 
3239 \backslash
3240 parallel
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 \begin_inset Formula $\not\parallel$
3250 \end_inset
3251
3252
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 </lyxtabular>
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sub:数学記号"
3270
3271 \end_inset
3272
3273 節および第
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "sec:関係子"
3277
3278 \end_inset
3279
3280 節を参照)。
3281 \end_layout
3282
3283 \begin_layout Subsection
3284 空打ち文字
3285 \begin_inset CommandInset label
3286 LatexCommand label
3287 name "sub:空打ち文字"
3288
3289 \end_inset
3290
3291
3292 \begin_inset Index idx
3293 status collapsed
3294
3295 \begin_layout Plain Layout
3296 からうちもじ@空打ち文字
3297 \end_layout
3298
3299 \end_inset
3300
3301
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 かがくきごう@化学記号 ! どういたい@同位体
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \begin_inset Index idx
3313 status collapsed
3314
3315 \begin_layout Plain Layout
3316 どういたい@同位体|see
3317 \begin_inset ERT
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321
3322 {
3323 \end_layout
3324
3325 \end_inset
3326
3327 化学記号
3328 \begin_inset ERT
3329 status collapsed
3330
3331 \begin_layout Plain Layout
3332
3333 }
3334 \end_layout
3335
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 あいそとーぷ@アイソトープ|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 同位体
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \end_layout
3377
3378 \begin_layout Standard
3379 たとえば同位体
3380 \begin_inset Foot
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384 同位体と化学記号の組版に関しては、第
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sub:化学記号と化学式"
3388
3389 \end_inset
3390
3391 節に記述があります。
3392 \end_layout
3393
3394 \end_inset
3395
3396 を表示しようとすると、次のような問題が起こります。
3397 \end_layout
3398
3399 \begin_layout Standard
3400 \align center
3401 \begin_inset Tabular
3402 <lyxtabular version="3" rows="2" columns="2">
3403 <features tabularvalignment="middle">
3404 <column alignment="center" valignment="top" width="0pt">
3405 <column alignment="center" valignment="top" width="0pt">
3406 <row>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 上付き文字と下付き文字を使用して作った指数:
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3421 \end_inset
3422
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 正しい指数:
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 </lyxtabular>
3453
3454 \end_inset
3455
3456
3457 \begin_inset Note Note
3458 status collapsed
3459
3460 \begin_layout Plain Layout
3461 ここで
3462 \series bold
3463
3464 \backslash
3465 raisebox
3466 \series default
3467 はスペーサーとして使用しているだけです。
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \end_layout
3474
3475 \begin_layout Standard
3476 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3477 \series bold
3478
3479 \backslash
3480 phantom
3481 \series default
3482
3483 \begin_inset Index idx
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 こまんど@コマンド ! P ! 
3488 \backslash
3489 phantom
3490 \end_layout
3491
3492 \end_inset
3493
3494 や数式ツールバーボタン
3495 \begin_inset Foot
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 ツールバーボタン
3500 \begin_inset Graphics
3501         filename ../../images/math/space.png
3502         scale 85
3503
3504 \end_inset
3505
3506 の下位メニューに入っています。
3507 \end_layout
3508
3509 \end_inset
3510
3511
3512 \begin_inset Graphics
3513         filename ../../images/math/phantom.png
3514         scale 85
3515
3516 \end_inset
3517
3518 があります。
3519 \series bold
3520
3521 \backslash
3522 phantom
3523 \series default
3524 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3525 \series bold
3526
3527 \backslash
3528 phantom
3529 \series default
3530 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3531 \end_layout
3532
3533 \begin_layout Standard
3534 \align center
3535 \begin_inset Tabular
3536 <lyxtabular version="3" rows="4" columns="2">
3537 <features tabularvalignment="middle">
3538 <column alignment="center" valignment="top" width="0">
3539 <column alignment="center" valignment="top" width="0">
3540 <row>
3541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 コマンド
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 出力
3555 \begin_inset Note Note
3556 status collapsed
3557
3558 \begin_layout Plain Layout
3559 ここで
3560 \series bold
3561
3562 \backslash
3563 raisebox
3564 \series default
3565 はスペーサーとして使用しているだけです。
3566 \end_layout
3567
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 ^19
3582 \begin_inset ERT
3583 status collapsed
3584
3585 \begin_layout Plain Layout
3586
3587
3588 \backslash
3589 spce 
3590 \end_layout
3591
3592 \end_inset
3593
3594 _
3595 \backslash
3596 phantom
3597 \begin_inset ERT
3598 status collapsed
3599
3600 \begin_layout Plain Layout
3601
3602
3603 \backslash
3604 spce 
3605 \end_layout
3606
3607 \end_inset
3608
3609 1
3610 \begin_inset Formula $\to$
3611 \end_inset
3612
3613 9
3614 \begin_inset ERT
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618
3619
3620 \backslash
3621 spce 
3622 \end_layout
3623
3624 \end_inset
3625
3626 F
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 ^235
3650 \begin_inset ERT
3651 status collapsed
3652
3653 \begin_layout Plain Layout
3654
3655
3656 \backslash
3657 spce 
3658 \end_layout
3659
3660 \end_inset
3661
3662 _
3663 \backslash
3664 phantom
3665 \begin_inset ERT
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669
3670
3671 \backslash
3672 spce 
3673 \end_layout
3674
3675 \end_inset
3676
3677 23
3678 \begin_inset Formula $\to$
3679 \end_inset
3680
3681 9
3682 \begin_inset ERT
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686
3687
3688 \backslash
3689 spce 
3690 \end_layout
3691
3692 \end_inset
3693
3694 F
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3704 \end_inset
3705
3706
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 </row>
3712 <row>
3713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717
3718 \backslash
3719 Lambda^
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \backslash
3734 phantom
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 spce 
3743 \end_layout
3744
3745 \end_inset
3746
3747 ii
3748 \begin_inset Formula $\to$
3749 \end_inset
3750
3751 t
3752 \begin_inset ERT
3753 status collapsed
3754
3755 \begin_layout Plain Layout
3756
3757
3758 \backslash
3759 spce 
3760 \end_layout
3761
3762 \end_inset
3763
3764 _MMt
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3774 \end_inset
3775
3776
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 </lyxtabular>
3783
3784 \end_inset
3785
3786
3787 \end_layout
3788
3789 \begin_layout Standard
3790 さらに、
3791 \series bold
3792
3793 \backslash
3794 vphantom
3795 \series default
3796
3797 \begin_inset Index idx
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801 こまんど@コマンド ! V ! 
3802 \backslash
3803 vphantom
3804 \end_layout
3805
3806 \end_inset
3807
3808 (ツールバーボタン
3809 \begin_inset space ~
3810 \end_inset
3811
3812
3813 \begin_inset Graphics
3814         filename ../../images/math/vphantom.png
3815         scale 85
3816
3817 \end_inset
3818
3819 )および
3820 \series bold
3821
3822 \backslash
3823 hphantom
3824 \series default
3825
3826 \begin_inset Index idx
3827 status collapsed
3828
3829 \begin_layout Plain Layout
3830 こまんど@コマンド ! H ! 
3831 \backslash
3832 hphantom
3833 \end_layout
3834
3835 \end_inset
3836
3837 (ツールバーボタン
3838 \begin_inset space ~
3839 \end_inset
3840
3841
3842 \begin_inset Graphics
3843         filename ../../images/math/hphantom.png
3844         scale 85
3845
3846 \end_inset
3847
3848 )というコマンドもあります。
3849 \series bold
3850
3851 \backslash
3852 vphantom
3853 \series default
3854 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3855 \series bold
3856
3857 \backslash
3858 hphantom
3859 \series default
3860 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3861 \end_layout
3862
3863 \begin_layout Standard
3864 たとえば、
3865 \series bold
3866
3867 \backslash
3868 vphantom
3869 \series default
3870
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 spce 
3879 \end_layout
3880
3881 \end_inset
3882
3883
3884 \series bold
3885 a
3886 \backslash
3887 int
3888 \series default
3889 は、積分記号
3890 \begin_inset Foot
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896
3897 \backslash
3898 int
3899 \series default
3900 コマンドは、積分記号を生成します。第
3901 \begin_inset CommandInset ref
3902 LatexCommand ref
3903 reference "sub:大演算子"
3904
3905 \end_inset
3906
3907 節を参照してください。
3908 \end_layout
3909
3910 \end_inset
3911
3912 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3913 \begin_inset CommandInset ref
3914 LatexCommand ref
3915 reference "sub:多行にわたる括弧"
3916
3917 \end_inset
3918
3919 節を参照してください。
3920 \end_layout
3921
3922 \begin_layout Standard
3923
3924 \lang english
3925 Placeholders can also be used for text when it is inserted via the menu
3926  
3927 \family sans
3928 Insert\SpecialChar \menuseparator
3929 Formatting\SpecialChar \menuseparator
3930 Phantom
3931 \family default
3932 :
3933 \end_layout
3934
3935 \begin_layout Standard
3936
3937 \lang english
3938 This is a sentence.
3939 \begin_inset Newline newline
3940 \end_inset
3941
3942
3943 \begin_inset Phantom Phantom
3944 status open
3945
3946 \begin_layout Plain Layout
3947
3948 \lang english
3949 This
3950 \end_layout
3951
3952 \end_inset
3953
3954  is a sentence.
3955 \end_layout
3956
3957 \begin_layout Subsection
3958 横線
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 よこせん@横線
3964 \end_layout
3965
3966 \end_inset
3967
3968
3969 \begin_inset Index idx
3970 status collapsed
3971
3972 \begin_layout Plain Layout
3973 すうしき@数式 ! かせん@下線
3974 \end_layout
3975
3976 \end_inset
3977
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 ぼうせん@棒線|see
3984 \begin_inset ERT
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988
3989 {
3990 \end_layout
3991
3992 \end_inset
3993
3994 横線
3995 \begin_inset ERT
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999
4000 }
4001 \end_layout
4002
4003 \end_inset
4004
4005
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \begin_layout Standard
4014 \align center
4015 \begin_inset Tabular
4016 <lyxtabular version="3" rows="4" columns="2">
4017 <features tabularvalignment="middle">
4018 <column alignment="center" valignment="top" width="0pt">
4019 <column alignment="center" valignment="top" width="0pt">
4020 <row>
4021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4022 \begin_inset Text
4023
4024 \begin_layout Plain Layout
4025 コマンド
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 出力
4035 \begin_inset Note Note
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 ここで
4040 \series bold
4041
4042 \backslash
4043 raisebox
4044 \series default
4045 はスペーサーとして使用しているだけです。
4046 \end_layout
4047
4048 \end_inset
4049
4050
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \backslash
4063 overline
4064 \begin_inset ERT
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068
4069
4070 \backslash
4071 spce 
4072 \end_layout
4073
4074 \end_inset
4075
4076 A+B
4077 \begin_inset Index idx
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 こまんど@コマンド ! O ! 
4082 \backslash
4083 overline
4084 \end_layout
4085
4086 \end_inset
4087
4088
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \backslash
4113 underline
4114 \begin_inset ERT
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118
4119
4120 \backslash
4121 spce 
4122 \end_layout
4123
4124 \end_inset
4125
4126 A+B
4127 \begin_inset Index idx
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131 こまんど@コマンド ! U ! 
4132 \backslash
4133 underline
4134 \end_layout
4135
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4148 \end_inset
4149
4150
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \backslash
4163 overline
4164 \begin_inset ERT
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169
4170 \backslash
4171 spce 
4172 \end_layout
4173
4174 \end_inset
4175
4176
4177 \backslash
4178 underline
4179 \begin_inset ERT
4180 status collapsed
4181
4182 \begin_layout Plain Layout
4183
4184
4185 \backslash
4186 spce 
4187 \end_layout
4188
4189 \end_inset
4190
4191 A+B
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 </lyxtabular>
4210
4211 \end_inset
4212
4213
4214 \end_layout
4215
4216 \begin_layout Standard
4217 上記最後の例では、先に
4218 \series bold
4219
4220 \backslash
4221 overline
4222 \series default
4223 が来ようが
4224 \series bold
4225
4226 \backslash
4227 underline
4228 \series default
4229 が来ようが、関係ありません。
4230 \end_layout
4231
4232 \begin_layout Standard
4233 二重下線を引くには、
4234 \series bold
4235
4236 \backslash
4237 underline
4238 \series default
4239 を二回使います。
4240 \end_layout
4241
4242 \begin_layout Standard
4243 文字の上下6本の線まで引くことができます。
4244 \end_layout
4245
4246 \begin_layout Standard
4247 \begin_inset VSpace bigskip
4248 \end_inset
4249
4250 自製の線は、以下の書式を持つ
4251 \series bold
4252
4253 \backslash
4254 rule
4255 \series default
4256
4257 \begin_inset Index idx
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261 こまんど@こまんど ! R ! 
4262 \backslash
4263 rule
4264 \end_layout
4265
4266 \end_inset
4267
4268 コマンドで作成することができます。
4269 \end_layout
4270
4271 \begin_layout Standard
4272
4273 \series bold
4274
4275 \backslash
4276 rule[垂直オフセット幅]{長さ}{厚み}
4277 \end_layout
4278
4279 \begin_layout Standard
4280 オプションの
4281 \series bold
4282 「垂直オフセット幅
4283 \series default
4284 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4285 \begin_inset CommandInset ref
4286 LatexCommand ref
4287 reference "tab:使用できる単位"
4288
4289 \end_inset
4290
4291 表に掲げてある単位を用いることができます。以下に、
4292 \begin_inset Newline newline
4293 \end_inset
4294
4295
4296 \series bold
4297
4298 \backslash
4299 rule[-2ex]{3cm}{2pt}
4300 \series default
4301  および 
4302 \series bold
4303
4304 \backslash
4305 rule{2cm}{1pt}
4306 \begin_inset Newline newline
4307 \end_inset
4308
4309 というコマンドを用いて作成したふたつの例を例示します。
4310 \end_layout
4311
4312 \begin_layout Standard
4313 この行には、
4314 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4315 \end_inset
4316
4317 二本の線があります。
4318 \end_layout
4319
4320 \begin_layout Standard
4321
4322 \series bold
4323 \lang english
4324
4325 \backslash
4326 rule
4327 \series default
4328  can also be used for text when a line is inserted via the menu 
4329 \family sans
4330 Insert\SpecialChar \menuseparator
4331 Formatting\SpecialChar \menuseparator
4332 Horizontal
4333 \begin_inset space ~
4334 \end_inset
4335
4336 Line
4337 \family default
4338 :
4339 \end_layout
4340
4341 \begin_layout Standard
4342
4343 \lang english
4344 This is a sentence 
4345 \begin_inset CommandInset line
4346 LatexCommand rule
4347 offset "0.5ex"
4348 width "3cm"
4349 height "1pt"
4350
4351 \end_inset
4352
4353  with one line.
4354 \end_layout
4355
4356 \begin_layout Subsection
4357 省略符号
4358 \begin_inset CommandInset label
4359 LatexCommand label
4360 name "sub:省略符号"
4361
4362 \end_inset
4363
4364
4365 \begin_inset Index idx
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369 しょうりゃくふごう@省略符号
4370 \end_layout
4371
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \begin_layout Standard
4378 省略符号には、いくつかの種類が使用できます
4379 \begin_inset Foot
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383 数式ツールバー中の
4384 \begin_inset Graphics
4385         filename ../../images/math/ldots.png
4386         scale 85
4387
4388 \end_inset
4389
4390 ボタンで表示されている下位メニューです。
4391 \end_layout
4392
4393 \end_inset
4394
4395 。列挙のためには、ベースラインの点々(
4396 \series bold
4397
4398 \backslash
4399 ldots
4400 \series default
4401
4402 \begin_inset Index idx
4403 status collapsed
4404
4405 \begin_layout Plain Layout
4406 こまんど@コマンド ! L ! 
4407 \backslash
4408 ldots
4409 \end_layout
4410
4411 \end_inset
4412
4413 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4414 \series bold
4415
4416 \backslash
4417 cdots
4418 \series default
4419
4420 \begin_inset Index idx
4421 status collapsed
4422
4423 \begin_layout Plain Layout
4424 こまんど@コマンド ! C ! 
4425 \backslash
4426 cdots
4427 \end_layout
4428
4429 \end_inset
4430
4431 )が必要です。
4432 \series bold
4433
4434 \backslash
4435 dots
4436 \series default
4437
4438 \begin_inset Index idx
4439 status collapsed
4440
4441 \begin_layout Plain Layout
4442 こまんど@コマンド ! D ! 
4443 \backslash
4444 dots
4445 \end_layout
4446
4447 \end_inset
4448
4449 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4450 \end_layout
4451
4452 \begin_layout Standard
4453 \align center
4454 \begin_inset Tabular
4455 <lyxtabular version="3" rows="8" columns="2">
4456 <features tabularvalignment="middle">
4457 <column alignment="center" valignment="top" width="0pt">
4458 <column alignment="center" valignment="top" width="0pt">
4459 <row>
4460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 コマンド
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 出力
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 A_1
4485 \begin_inset ERT
4486 status collapsed
4487
4488 \begin_layout Plain Layout
4489
4490
4491 \backslash
4492 spce 
4493 \end_layout
4494
4495 \end_inset
4496
4497 ,
4498 \backslash
4499 dots
4500 \begin_inset ERT
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504
4505
4506 \backslash
4507 spce 
4508 \end_layout
4509
4510 \end_inset
4511
4512 ,A_n
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 \begin_inset Formula $A_{1},\dots,A_{n}$
4522 \end_inset
4523
4524
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 A_1
4536 \begin_inset ERT
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540
4541
4542 \backslash
4543 spce 
4544 \end_layout
4545
4546 \end_inset
4547
4548 +
4549 \backslash
4550 dots
4551 \begin_inset ERT
4552 status collapsed
4553
4554 \begin_layout Plain Layout
4555
4556
4557 \backslash
4558 spce 
4559 \end_layout
4560
4561 \end_inset
4562
4563 +A_n
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 \begin_inset Formula $A_{1}+\dots+A_{n}$
4573 \end_inset
4574
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 A_1
4587 \begin_inset ERT
4588 status collapsed
4589
4590 \begin_layout Plain Layout
4591
4592
4593 \backslash
4594 spce 
4595 \end_layout
4596
4597 \end_inset
4598
4599 ,
4600 \backslash
4601 ldots
4602 \begin_inset ERT
4603 status collapsed
4604
4605 \begin_layout Plain Layout
4606
4607
4608 \backslash
4609 spce 
4610 \end_layout
4611
4612 \end_inset
4613
4614 ,A_n
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 \begin_inset Formula $A_{1},\ldots,A_{n}$
4624 \end_inset
4625
4626
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 A_1
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Plain Layout
4642
4643
4644 \backslash
4645 spce 
4646 \end_layout
4647
4648 \end_inset
4649
4650 +
4651 \backslash
4652 cdots
4653 \begin_inset ERT
4654 status collapsed
4655
4656 \begin_layout Plain Layout
4657
4658
4659 \backslash
4660 spce 
4661 \end_layout
4662
4663 \end_inset
4664
4665 +A_n
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4675 \end_inset
4676
4677
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \backslash
4690 vdots
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 \begin_inset Formula $\vdots$
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \backslash
4715 ddots
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 \begin_inset Formula $\ddots$
4725 \end_inset
4726
4727
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 </row>
4733 <row>
4734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 いろいろな点々を使った3×3行列
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 \begin_inset Formula $\begin{array}{ccc}
4748 A_{11} & \cdots & A_{1m}\\
4749 \vdots & \ddots & \vdots\\
4750 A_{n1} & \cdots & A_{nm}
4751 \end{array}$
4752 \end_inset
4753
4754
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 </lyxtabular>
4761
4762 \end_inset
4763
4764
4765 \end_layout
4766
4767 \begin_layout Standard
4768
4769 \family sans
4770 挿入\SpecialChar \menuseparator
4771 省略符号
4772 \family default
4773 メニューで挿入される省略符号は
4774 \series bold
4775
4776 \backslash
4777 ldots
4778 \series default
4779 です。
4780 \end_layout
4781
4782 \begin_layout Standard
4783 \begin_inset VSpace medskip
4784 \end_inset
4785
4786 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4787 \series bold
4788
4789 \backslash
4790 hdotsfor
4791 \series default
4792
4793 \begin_inset Index idx
4794 status collapsed
4795
4796 \begin_layout Plain Layout
4797 こまんど@コマンド ! H ! 
4798 \backslash
4799 hdotsfor
4800 \end_layout
4801
4802 \end_inset
4803
4804 コマンドで作ることができます。
4805 \end_layout
4806
4807 \begin_layout Standard
4808
4809 \series bold
4810
4811 \backslash
4812 hdotsfor[距離]{列数}
4813 \end_layout
4814
4815 \begin_layout Standard
4816 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4817 \end_layout
4818
4819 \begin_layout Standard
4820 以下の行列では、2行目の1つ目の枠に
4821 \series bold
4822
4823 \backslash
4824 hdotsfor[2]{4}
4825 \series default
4826 を挿入して、
4827 \series bold
4828
4829 \backslash
4830 dots
4831 \series default
4832 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4833 \begin_inset Formula \[
4834 \left(\begin{array}{cccc}
4835 A & B & C & D\\
4836 \hdotsfor[2]{4}\\
4837 q & w & e & r
4838 \end{array}\right)\]
4839
4840 \end_inset
4841
4842 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4843 \end_layout
4844
4845 \begin_layout Standard
4846 \begin_inset VSpace bigskip
4847 \end_inset
4848
4849 さらに、
4850 \series bold
4851
4852 \backslash
4853 dotfill
4854 \series default
4855
4856 \begin_inset Index idx
4857 status collapsed
4858
4859 \begin_layout Plain Layout
4860 こまんど@コマンド ! D ! 
4861 \backslash
4862 dotfill
4863 \end_layout
4864
4865 \end_inset
4866
4867 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4868 \series bold
4869
4870 \backslash
4871 hfill
4872 \series default
4873 と同様のものです。第
4874 \begin_inset CommandInset ref
4875 LatexCommand ref
4876 reference "sub:可変長の空白"
4877
4878 \end_inset
4879
4880 節をご参照下さい。
4881 \end_layout
4882
4883 \begin_layout Standard
4884 たとえば、
4885 \series bold
4886 A
4887 \backslash
4888 dotfill
4889 \begin_inset ERT
4890 status collapsed
4891
4892 \begin_layout Plain Layout
4893
4894
4895 \backslash
4896 spce 
4897 \end_layout
4898
4899 \end_inset
4900
4901 B
4902 \series default
4903 コマンドは、
4904 \end_layout
4905
4906 \begin_layout Standard
4907 \begin_inset Formula $A\dotfill B$
4908 \end_inset
4909
4910
4911 \end_layout
4912
4913 \begin_layout Standard
4914 のようになります。
4915 \series bold
4916 点々を使う
4917 \backslash
4918 dotfill
4919 \series default
4920 の直線版として、
4921 \series bold
4922
4923 \backslash
4924 hrulefill
4925 \series default
4926
4927 \begin_inset Index idx
4928 status collapsed
4929
4930 \begin_layout Plain Layout
4931 こまんど@コマンド ! H ! 
4932 \backslash
4933 hrulefill
4934 \end_layout
4935
4936 \end_inset
4937
4938
4939 \end_layout
4940
4941 \begin_layout Standard
4942 \begin_inset Formula $A\hrulefill B$
4943 \end_inset
4944
4945
4946 \end_layout
4947
4948 \begin_layout Standard
4949 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4950 \end_layout
4951
4952 \begin_layout Section
4953 行列
4954 \begin_inset CommandInset label
4955 LatexCommand label
4956 name "sec:行列"
4957
4958 \end_inset
4959
4960
4961 \begin_inset Index idx
4962 status collapsed
4963
4964 \begin_layout Plain Layout
4965 ぎょうれつ@行列
4966 \end_layout
4967
4968 \end_inset
4969
4970
4971 \end_layout
4972
4973 \begin_layout Standard
4974 行列は、数式ツールバーボタンの
4975 \begin_inset Graphics
4976         filename ../../images/dialog-show_mathmatrix.png
4977         scale 85
4978
4979 \end_inset
4980
4981
4982 \family sans
4983 挿入\SpecialChar \menuseparator
4984 数式\SpecialChar \menuseparator
4985 行列
4986 \family default
4987 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4988 \lang english
4989 and the decoration
4990 \end_layout
4991
4992 \begin_layout Standard
4993 最初の行列は「上」配置
4994 \begin_inset Formula $\begin{array}[t]{cccc}
4995 A & D & G & J\\
4996 B & E & H & K\\
4997 C & F & I & L
4998 \end{array}$
4999 \end_inset
5000
5001 で、二番目は「中央」配置
5002 \begin_inset Formula $\begin{array}{cccc}
5003 A & D & G & J\\
5004 B & E & H & K\\
5005 C & F & I & L
5006 \end{array}$
5007 \end_inset
5008
5009 、三番目は「下」配置
5010 \begin_inset Formula $\begin{array}[b]{cccc}
5011 A & D & G & J\\
5012 B & E & H & K\\
5013 C & F & I & L
5014 \end{array}$
5015 \end_inset
5016
5017 です。
5018 \end_layout
5019
5020 \begin_layout Standard
5021 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5022 \emph on
5023 l
5024 \emph default
5025 は左寄せ、
5026 \emph on
5027 c
5028 \emph default
5029 は中央揃え、
5030 \emph on
5031 r
5032 \emph default
5033 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5034 \series bold
5035 ×
5036 \series default
5037 4行列を作成するには、水平配置のところに
5038 \series bold
5039 lccr
5040 \series default
5041 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5042 \series bold
5043 c
5044 \series default
5045 です。
5046 \end_layout
5047
5048 \begin_layout Standard
5049 水平行列の例です。
5050 \end_layout
5051
5052 \begin_layout Standard
5053
5054 \series bold
5055 lll
5056 \series default
5057  : 
5058 \begin_inset Formula $\begin{array}{lll}
5059 10000 & D & G\\
5060 B & 10000 & H\\
5061 C & F & 10000
5062 \end{array}$
5063 \end_inset
5064
5065  , 
5066 \series bold
5067 ccc
5068 \series default
5069  : 
5070 \begin_inset Formula $\begin{array}{ccc}
5071 10000 & D & G\\
5072 B & 10000 & H\\
5073 C & F & 10000
5074 \end{array}$
5075 \end_inset
5076
5077  , 
5078 \series bold
5079 rrr
5080 \series default
5081  : 
5082 \begin_inset Formula $\begin{array}{rrr}
5083 10000 & D & G\\
5084 B & 10000 & H\\
5085 C & F & 10000
5086 \end{array}$
5087 \end_inset
5088
5089
5090 \end_layout
5091
5092 \begin_layout Standard
5093 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5094 \begin_inset Graphics
5095         filename ../../images/tabular-feature_append-row.png
5096         scale 85
5097
5098 \end_inset
5099
5100
5101 \begin_inset Graphics
5102         filename ../../images/tabular-feature_delete-row.png
5103         scale 85
5104
5105 \end_inset
5106
5107 などや
5108 \family sans
5109 編集\SpecialChar \menuseparator
5110 行と列
5111 \family default
5112 メニューを使用することができます。また、行は
5113 \begin_inset Info
5114 type  "shortcut"
5115 arg   "newline-insert newline"
5116 \end_inset
5117
5118 で作成することもできます。
5119 \end_layout
5120
5121 \begin_layout Standard
5122 \begin_inset VSpace bigskip
5123 \end_inset
5124
5125
5126 \lang english
5127 The 
5128 \family sans
5129 Decoration
5130 \family default
5131  adds parentheses in the selected style around the matrix.
5132  Alternatively, parentheses can can either be created with the
5133 \lang japanese
5134  行列を囲む括弧は、
5135 \series bold
5136
5137 \backslash
5138 left
5139 \series default
5140
5141 \begin_inset Index idx
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 こまんど@コマンド ! L ! 
5146 \backslash
5147 left
5148 \end_layout
5149
5150 \end_inset
5151
5152 コマンドや
5153 \series bold
5154
5155 \backslash
5156 right
5157 \series default
5158
5159 \begin_inset Index idx
5160 status collapsed
5161
5162 \begin_layout Plain Layout
5163 こまんど@コマンド ! R ! 
5164 \backslash
5165 right
5166 \end_layout
5167
5168 \end_inset
5169
5170 コマンドで作成することができます(短絡キー
5171 \family sans
5172 Alt+M
5173 \begin_inset space ~
5174 \end_inset
5175
5176 Parenthesis
5177 \family default
5178 )。第
5179 \begin_inset CommandInset ref
5180 LatexCommand ref
5181 reference "sub:自動の括弧丈"
5182
5183 \end_inset
5184
5185 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5186 \begin_inset VSpace medskip
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Standard
5193 \begin_inset space \hfill{}
5194 \end_inset
5195
5196
5197 \begin_inset Tabular
5198 <lyxtabular version="3" rows="4" columns="2">
5199 <features tabularvalignment="middle">
5200 <column alignment="center" valignment="top" width="0">
5201 <column alignment="center" valignment="top" width="0">
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 コマンド
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 出力
5217 \begin_inset Note Note
5218 status collapsed
5219
5220 \begin_layout Plain Layout
5221 ここで
5222 \series bold
5223
5224 \backslash
5225 raisebox
5226 \series default
5227 はスペーサーとして使用しているだけです。
5228 \end_layout
5229
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 bmatrix
5246 \begin_inset ERT
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250
5251
5252 \backslash
5253 spce 
5254 \end_layout
5255
5256 \end_inset
5257
5258 2
5259 \series bold
5260 ×
5261 \series default
5262 2
5263 \begin_inset space \thinspace{}
5264 \end_inset
5265
5266 matrix
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5276 0 & \textrm{-}\mathrm{i}\\
5277 \mathrm{i} & 0
5278 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row>
5288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \backslash
5294 Bmatrix
5295 \begin_inset ERT
5296 status collapsed
5297
5298 \begin_layout Plain Layout
5299
5300
5301 \backslash
5302 spce 
5303 \end_layout
5304
5305 \end_inset
5306
5307 2
5308 \series bold
5309 ×
5310 \series default
5311 2
5312 \begin_inset space \thinspace{}
5313 \end_inset
5314
5315 matrix
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5325 0 & \textrm{-}\mathrm{i}\\
5326 \mathrm{i} & 0
5327 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 <row>
5337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \backslash
5343 pmatrix
5344 \begin_inset ERT
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348
5349
5350 \backslash
5351 spce 
5352 \end_layout
5353
5354 \end_inset
5355
5356 2
5357 \series bold
5358 ×
5359 \series default
5360 2
5361 \begin_inset space \thinspace{}
5362 \end_inset
5363
5364 matrix
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5374 0 & \textrm{-}\mathrm{i}\\
5375 \mathrm{i} & 0
5376 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5377 \end_inset
5378
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 </lyxtabular>
5386
5387 \end_inset
5388
5389
5390 \begin_inset space \hfill{}
5391 \end_inset
5392
5393
5394 \begin_inset Tabular
5395 <lyxtabular version="3" rows="4" columns="2">
5396 <features tabularvalignment="middle">
5397 <column alignment="center" valignment="top" width="0">
5398 <column alignment="center" valignment="top" width="0">
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 コマンド
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 出力
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 </row>
5419 <row>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \backslash
5426 vmatrix
5427 \begin_inset ERT
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431
5432
5433 \backslash
5434 spce 
5435 \end_layout
5436
5437 \end_inset
5438
5439 2
5440 \series bold
5441 ×
5442 \series default
5443 2
5444 \begin_inset space \thinspace{}
5445 \end_inset
5446
5447 matrix
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5457 0 & \textrm{-}\mathrm{i}\\
5458 \mathrm{i} & 0
5459 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \backslash
5475 Vmatrix
5476 \begin_inset ERT
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480
5481
5482 \backslash
5483 spce 
5484 \end_layout
5485
5486 \end_inset
5487
5488 2
5489 \series bold
5490 ×
5491 \series default
5492 2
5493 \begin_inset space \thinspace{}
5494 \end_inset
5495
5496 matrix
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5506 0 & \textrm{-}\mathrm{i}\\
5507 \mathrm{i} & 0
5508 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \backslash
5524 matrix
5525 \begin_inset ERT
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529
5530
5531 \backslash
5532 spce 
5533 \end_layout
5534
5535 \end_inset
5536
5537 2
5538 \series bold
5539 ×
5540 \series default
5541 2
5542 \begin_inset space \thinspace{}
5543 \end_inset
5544
5545 matrix
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5555 0 & \textrm{-}\mathrm{i}\\
5556 \mathrm{i} & 0
5557 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 </lyxtabular>
5567
5568 \end_inset
5569
5570
5571 \begin_inset space \hfill{}
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \begin_layout Standard
5578 \begin_inset VSpace medskip
5579 \end_inset
5580
5581 たとえば
5582 \series bold
5583
5584 \backslash
5585 vmatrix
5586 \series default
5587 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5588 \end_layout
5589
5590 \begin_layout Standard
5591 \begin_inset VSpace bigskip
5592 \end_inset
5593
5594 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5595 \begin_inset CommandInset ref
5596 LatexCommand ref
5597 reference "sub:列間"
5598
5599 \end_inset
5600
5601 節に説明されている距離
5602 \series bold
5603
5604 \backslash
5605 arraycolsep
5606 \series default
5607
5608 \begin_inset Index idx
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 こまんど@コマンド ! A ! 
5613 \backslash
5614 arraycolsep
5615 \end_layout
5616
5617 \end_inset
5618
5619 をここでも使用することができます。
5620 \end_layout
5621
5622 \begin_layout Standard
5623 行間隔を変更するには、
5624 \series bold
5625
5626 \backslash
5627 arraystretch
5628 \series default
5629
5630 \begin_inset Index idx
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634 こまんど@コマンド ! A ! 
5635 \backslash
5636 arraystretch
5637 \end_layout
5638
5639 \end_inset
5640
5641 コマンドを使用します。以下のようにして使用します。
5642 \end_layout
5643
5644 \begin_layout Standard
5645
5646 \series bold
5647
5648 \backslash
5649 renewcommand{
5650 \backslash
5651 arraystretch}{伸長因子}
5652 \begin_inset Index idx
5653 status collapsed
5654
5655 \begin_layout Plain Layout
5656 こまんど@コマンド ! R ! 
5657 \backslash
5658 renewcommand
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667
5668 \series bold
5669
5670 \backslash
5671 renewcommand
5672 \series default
5673 コマンドは、伸長因子を定義済みの
5674 \series bold
5675
5676 \backslash
5677 arraystretch
5678 \series default
5679 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5680 は、
5681 \series bold
5682
5683 \backslash
5684 arraystretch
5685 \series default
5686 に因子1を割り当てて下さい。
5687 \end_layout
5688
5689 \begin_layout Standard
5690 本文行中に行列を入れるには、
5691 \series bold
5692
5693 \backslash
5694 smallmatrix
5695 \series default
5696
5697 \begin_inset Index idx
5698 status collapsed
5699
5700 \begin_layout Plain Layout
5701 こまんど@コマンド ! S ! 
5702 \backslash
5703 smallmatrix
5704 \end_layout
5705
5706 \end_inset
5707
5708 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5709 \end_layout
5710
5711 \begin_layout Standard
5712 これは、本文行中の行列
5713 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5714 C & D
5715 \end{smallmatrix}\right)$
5716 \end_inset
5717
5718 です。
5719 \end_layout
5720
5721 \begin_layout Section
5722 括弧と区分記号
5723 \begin_inset Index idx
5724 status collapsed
5725
5726 \begin_layout Plain Layout
5727 かっこ@括弧
5728 \end_layout
5729
5730 \end_inset
5731
5732
5733 \begin_inset Index idx
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737 くぶんきごう@区分記号
5738 \end_layout
5739
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \begin_layout Subsection
5746 垂直括弧と区分記号
5747 \begin_inset Index idx
5748 status collapsed
5749
5750 \begin_layout Plain Layout
5751 かっこ@括弧 ! すいちょく@垂直
5752 \end_layout
5753
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \begin_layout Standard
5760 \begin_inset space \hfill{}
5761 \end_inset
5762
5763
5764 \begin_inset Tabular
5765 <lyxtabular version="3" rows="9" columns="2">
5766 <features tabularvalignment="middle">
5767 <column alignment="center" valignment="top" width="0pt">
5768 <column alignment="center" valignment="top" width="0pt">
5769 <row>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 コマンド
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 出力
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 (
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 \begin_inset Formula $($
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 {
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Formula $\{$
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 [
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 \begin_inset Formula $[$
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863
5864 \backslash
5865 langle
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $\langle$
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \backslash
5890 lceil
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 \begin_inset Formula $\lceil$
5900 \end_inset
5901
5902
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 <row>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913
5914 \backslash
5915 lfloor
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 \begin_inset Formula $\lfloor$
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 <row>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 /
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 \begin_inset Formula $/$
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 \begin_inset Formula $|$
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 \begin_inset Formula $|$
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 </lyxtabular>
5983
5984 \end_inset
5985
5986
5987 \begin_inset space \hfill{}
5988 \end_inset
5989
5990
5991 \begin_inset Tabular
5992 <lyxtabular version="3" rows="9" columns="2">
5993 <features tabularvalignment="middle">
5994 <column alignment="center" valignment="top" width="0pt">
5995 <column alignment="center" valignment="top" width="0pt">
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 コマンド
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 出力
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 </row>
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 )
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 \begin_inset Formula $)$
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 </row>
6039 <row>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 }
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 \begin_inset Formula $\}$
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 ]
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $]$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090
6091 \backslash
6092 rangle
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $\rangle$
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115
6116 \backslash
6117 rceil
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 \begin_inset Formula $\rceil$
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 </row>
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \backslash
6142 rfloor
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $\rfloor$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \backslash
6167
6168 \backslash
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $\backslash$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \backslash
6194
6195 \begin_inset Formula $|$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 \begin_inset Formula $\|$
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 </lyxtabular>
6217
6218 \end_inset
6219
6220
6221 \begin_inset space \hfill{}
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \begin_inset Note Greyedout
6229 status open
6230
6231 \begin_layout Plain Layout
6232
6233 \series bold
6234 (注意)
6235 \series default
6236 TeXモードでは、
6237 \backslash
6238
6239 \backslash
6240 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6241 \series bold
6242
6243 \backslash
6244 textbackslash
6245 \series default
6246
6247 \begin_inset Index idx
6248 status collapsed
6249
6250 \begin_layout Plain Layout
6251 こまんど@コマンド! T ! 
6252 \backslash
6253 textbackslash
6254 \end_layout
6255
6256 \end_inset
6257
6258 を使わなくてはなりません。
6259 \end_layout
6260
6261 \end_inset
6262
6263
6264 \end_layout
6265
6266 \begin_layout Standard
6267 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6268 \series bold
6269
6270 \backslash
6271 langle
6272 \series default
6273
6274 \series bold
6275
6276 \backslash
6277 rangle
6278 \series default
6279 コマンドを使用せずに
6280 \begin_inset Formula $<$
6281 \end_inset
6282
6283
6284 \begin_inset Formula $>$
6285 \end_inset
6286
6287 の文字を直接使用することができます。
6288 \end_layout
6289
6290 \begin_layout Subsubsection
6291 手動の括弧丈
6292 \begin_inset CommandInset label
6293 LatexCommand label
6294 name "sub:手動の括弧丈"
6295
6296 \end_inset
6297
6298
6299 \begin_inset Index idx
6300 status collapsed
6301
6302 \begin_layout Plain Layout
6303 かっこたけ@括弧丈 ! しゅどう@手動
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 括弧の丈は、LaTeXコマンドの
6313 \series bold
6314
6315 \backslash
6316 big
6317 \series default
6318
6319 \begin_inset Index idx
6320 status collapsed
6321
6322 \begin_layout Plain Layout
6323 こまんど@コマンド ! B ! 
6324 \backslash
6325 big
6326 \end_layout
6327
6328 \end_inset
6329
6330
6331 \series bold
6332
6333 \backslash
6334 Big
6335 \series default
6336
6337 \series bold
6338
6339 \backslash
6340 bigg
6341 \series default
6342 および
6343 \series bold
6344
6345 \backslash
6346 Bigg
6347 \series default
6348 を使って、手動で指定することができます。
6349 \series bold
6350
6351 \backslash
6352 big
6353 \series default
6354 が最小の大きさであり、
6355 \series bold
6356
6357 \backslash
6358 Bigg
6359 \series default
6360 が最大の括弧丈になります。
6361 \end_layout
6362
6363 \begin_layout Standard
6364 これらのコマンドは、括弧の階層を強調するのに使われます。
6365 \end_layout
6366
6367 \begin_layout Standard
6368 \align center
6369 \begin_inset Tabular
6370 <lyxtabular version="3" rows="2" columns="2">
6371 <features tabularvalignment="middle">
6372 <column alignment="center" valignment="top" width="0pt">
6373 <column alignment="center" valignment="top" width="0pt">
6374 <row>
6375 <cell alignment="center" valignment="top" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 すべての括弧が同じ大きさ:
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6389 \end_inset
6390
6391
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 </row>
6397 <row>
6398 <cell alignment="center" valignment="top" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 こちらの方が良い:
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6412 \end_inset
6413
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 </lyxtabular>
6421
6422 \end_inset
6423
6424
6425 \begin_inset Note Note
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 ここで
6430 \series bold
6431
6432 \backslash
6433 raisebox
6434 \series default
6435 はスペーサーとして使用しているだけです。
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 二つ目の数式では、
6445 \series bold
6446
6447 \backslash
6448 Big((A+B)(A-B)
6449 \backslash
6450 Big)^
6451 \begin_inset ERT
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455
6456
6457 \backslash
6458 spce 
6459 \end_layout
6460
6461 \end_inset
6462
6463 C
6464 \series default
6465 というコマンドが使われています。
6466 \end_layout
6467
6468 \begin_layout Standard
6469 以下は、すべての括弧丈の羅列です。
6470 \end_layout
6471
6472 \begin_layout Standard
6473 \align center
6474
6475 \backslash
6476 Bigg(
6477 \backslash
6478 exp
6479 \backslash
6480 bigg
6481 \begin_inset Formula $<$
6482 \end_inset
6483
6484
6485 \backslash
6486 Big[
6487 \backslash
6488 big{
6489 \backslash
6490 ln(3x)
6491 \backslash
6492 big}^2
6493 \begin_inset ERT
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497
6498
6499 \backslash
6500 spce 
6501 \end_layout
6502
6503 \end_inset
6504
6505
6506 \backslash
6507 sin(x)
6508 \backslash
6509 Big]^
6510 \begin_inset ERT
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514
6515
6516 \backslash
6517 spce 
6518 \end_layout
6519
6520 \end_inset
6521
6522 A
6523 \begin_inset ERT
6524 status collapsed
6525
6526 \begin_layout Plain Layout
6527
6528
6529 \backslash
6530 spce 
6531 \end_layout
6532
6533 \end_inset
6534
6535
6536 \backslash
6537 bigg
6538 \begin_inset Formula $>$
6539 \end_inset
6540
6541
6542 \backslash
6543 Bigg)^0,5
6544 \end_layout
6545
6546 \begin_layout Standard
6547 \align center
6548 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6549 \end_inset
6550
6551
6552 \end_layout
6553
6554 \begin_layout Standard
6555
6556 \series bold
6557
6558 \backslash
6559 big
6560 \series default
6561 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6562 \series bold
6563
6564 \backslash
6565 bigm
6566 \series default
6567
6568 \begin_inset Index idx
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572 こまんど@コマンド ! B ! 
6573 \backslash
6574 bigm
6575 \end_layout
6576
6577 \end_inset
6578
6579 という派生型と、空白を追加しない
6580 \series bold
6581
6582 \backslash
6583 bigl
6584 \series default
6585 -
6586 \series bold
6587
6588 \backslash
6589 bigr
6590 \series default
6591
6592 \begin_inset Index idx
6593 status collapsed
6594
6595 \begin_layout Plain Layout
6596 こまんど@コマンド ! B ! 
6597 \backslash
6598 bigl - 
6599 \backslash
6600 bigr
6601 \end_layout
6602
6603 \end_inset
6604
6605 派生型があります。
6606 \series bold
6607
6608 \backslash
6609 bigl
6610 \series default
6611 コマンドの最後の
6612 \emph on
6613 l
6614 \emph default
6615 は、左括弧であることを示し、右括弧の場合には、
6616 \emph on
6617 l
6618 \emph default
6619 の代わりに
6620 \emph on
6621 r
6622 \emph default
6623 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6624 \end_layout
6625
6626 \begin_layout Standard
6627 以下の表は、これらの派生型の比較です。
6628 \end_layout
6629
6630 \begin_layout Standard
6631 \align center
6632 \begin_inset Tabular
6633 <lyxtabular version="3" rows="5" columns="2">
6634 <features tabularvalignment="middle">
6635 <column alignment="center" valignment="middle" width="0">
6636 <column alignment="center" valignment="middle" width="0">
6637 <row>
6638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 コマンド
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 出力
6652 \begin_inset Note Note
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 ここで
6657 \series bold
6658
6659 \backslash
6660 raisebox
6661 \series default
6662 はスペーサーとして使用しているだけです。
6663 \end_layout
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \backslash
6680 Bigm(
6681 \backslash
6682 bigm(
6683 \backslash
6684 ln(3x)
6685 \backslash
6686 bigm)^2
6687 \series bold
6688
6689 \begin_inset ERT
6690 status collapsed
6691
6692 \begin_layout Plain Layout
6693
6694
6695 \backslash
6696 spce 
6697 \end_layout
6698
6699 \end_inset
6700
6701
6702 \series default
6703
6704 \backslash
6705 Bigm)
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \backslash
6730 Big(
6731 \backslash
6732 big(
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 big)^2
6737 \series bold
6738
6739 \begin_inset ERT
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743
6744
6745 \backslash
6746 spce 
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \series default
6753
6754 \backslash
6755 Big)
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 </row>
6773 <row>
6774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \backslash
6780 Bigl(
6781 \backslash
6782 bigl(
6783 \backslash
6784 ln(3x)
6785 \backslash
6786 bigr)^2
6787 \series bold
6788
6789 \begin_inset ERT
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793
6794
6795 \backslash
6796 spce 
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \series default
6803
6804 \backslash
6805 Bigr)
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 </row>
6823 <row>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \backslash
6830 bigl)
6831 \backslash
6832 ln(3x)
6833 \backslash
6834 bigr(
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6844 \end_inset
6845
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 </lyxtabular>
6853
6854 \end_inset
6855
6856
6857 \end_layout
6858
6859 \begin_layout Subsubsection
6860 自動の括弧丈
6861 \begin_inset CommandInset label
6862 LatexCommand label
6863 name "sub:自動の括弧丈"
6864
6865 \end_inset
6866
6867
6868 \begin_inset Index idx
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872 かっこたけ@括弧丈 ! じどう@自動
6873 \end_layout
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \begin_layout Standard
6881 可変の丈を持つ括弧は、
6882 \series bold
6883
6884 \backslash
6885 left
6886 \series default
6887
6888 \begin_inset Index idx
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892 こまんど@コマンド ! L ! 
6893 \backslash
6894 left
6895 \end_layout
6896
6897 \end_inset
6898
6899 コマンドおよび
6900 \series bold
6901
6902 \backslash
6903 right
6904 \series default
6905
6906 \begin_inset Index idx
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910 こまんど@コマンド ! R ! 
6911 \backslash
6912 right
6913 \end_layout
6914
6915 \end_inset
6916
6917 コマンド、あるいは数式ツールバーボタンの
6918 \begin_inset Graphics
6919         filename ../../images/dialog-show_mathdelimiter.png
6920         scale 85
6921
6922 \end_inset
6923
6924 で挿入することができます。
6925 \series bold
6926
6927 \backslash
6928 left
6929 \series default
6930 および
6931 \series bold
6932
6933 \backslash
6934 right
6935 \series default
6936 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6937 \end_layout
6938
6939 \begin_layout Standard
6940 \align center
6941 通常の括弧:
6942 \series bold
6943
6944 \backslash
6945 ln(
6946 \backslash
6947 frac
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 spce 
6956 \end_layout
6957
6958 \end_inset
6959
6960 A
6961 \begin_inset Formula $\downarrow$
6962 \end_inset
6963
6964 C
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 spce 
6973 \end_layout
6974
6975 \end_inset
6976
6977 )
6978 \series default
6979 というコマンドは
6980 \begin_inset Formula \[
6981 \ln(\frac{A}{C})\]
6982
6983 \end_inset
6984
6985 を生成します。
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 複数行の括弧:
6991 \series bold
6992
6993 \backslash
6994 ln
6995 \backslash
6996 left(
6997 \backslash
6998 frac
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 spce 
7007 \end_layout
7008
7009 \end_inset
7010
7011 A
7012 \begin_inset Formula $\downarrow$
7013 \end_inset
7014
7015 C
7016 \begin_inset ERT
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020
7021
7022 \backslash
7023 spce 
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \backslash
7030 right)
7031 \series default
7032 というコマンドは
7033 \begin_inset Formula \[
7034 \ln\left(\frac{A}{C}\right)\]
7035
7036 \end_inset
7037
7038 を生成します。
7039 \end_layout
7040
7041 \begin_layout Standard
7042
7043 \series bold
7044
7045 \backslash
7046 left
7047 \series default
7048
7049 \series bold
7050
7051 \backslash
7052 right
7053 \series default
7054 の代わりに、短絡キー
7055 \family sans
7056 Alt+M
7057 \begin_inset space ~
7058 \end_inset
7059
7060 括弧
7061 \family default
7062 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7063 \begin_inset Newline newline
7064 \end_inset
7065
7066 すると、先ほどの例を作るコマンドは
7067 \series bold
7068
7069 \backslash
7070 ln Alt+M
7071 \series default
7072  
7073 \series bold
7074 (
7075 \backslash
7076 frac
7077 \begin_inset ERT
7078 status collapsed
7079
7080 \begin_layout Plain Layout
7081
7082
7083 \backslash
7084 spce 
7085 \end_layout
7086
7087 \end_inset
7088
7089 A
7090 \begin_inset Formula $\downarrow$
7091 \end_inset
7092
7093 C
7094 \series default
7095 となります。
7096 \end_layout
7097
7098 \begin_layout Standard
7099 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7100 \series bold
7101
7102 \backslash
7103 left.
7104 \backslash
7105 frac
7106 \begin_inset ERT
7107 status collapsed
7108
7109 \begin_layout Plain Layout
7110
7111
7112 \backslash
7113 spce 
7114 \end_layout
7115
7116 \end_inset
7117
7118 A
7119 \begin_inset Formula $\downarrow$
7120 \end_inset
7121
7122 B
7123 \begin_inset ERT
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127
7128
7129 \backslash
7130 spce 
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \backslash
7137 right}
7138 \series default
7139 というコマンドは
7140 \series bold
7141
7142 \begin_inset Formula \[
7143 \left.\frac{A}{B}\right\} \]
7144
7145 \end_inset
7146
7147 を生成します。
7148 \backslash
7149 left
7150 \series default
7151 コマンドおよび
7152 \series bold
7153
7154 \backslash
7155 right
7156 \series default
7157 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7158 \end_layout
7159
7160 \begin_layout Standard
7161 \begin_inset VSpace bigskip
7162 \end_inset
7163
7164 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7165 \series bold
7166
7167 \backslash
7168 middle
7169 \series default
7170
7171 \begin_inset Index idx
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175 こまんど@コマンド ! M ! 
7176 \backslash
7177 middle
7178 \end_layout
7179
7180 \end_inset
7181
7182 コマンドも使用することができます
7183 \begin_inset Foot
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188 \series bold
7189 (訳註)
7190 \series default
7191 pLaTeXでは、標準では
7192 \series bold
7193
7194 \backslash
7195 middle
7196 \series default
7197 コマンドは使えません。よって、以下の例では「
7198 \series bold
7199
7200 \backslash
7201 middle
7202 \series default
7203
7204 \begin_inset Formula $|$
7205 \end_inset
7206
7207 」の代わりに「
7208 \series bold
7209
7210 \backslash
7211 biggm
7212 \series default
7213
7214 \begin_inset Formula $|$
7215 \end_inset
7216
7217 」を用いています。
7218 \end_layout
7219
7220 \end_inset
7221
7222 。このコマンドでは、物理ベクトル
7223 \begin_inset Formula \[
7224 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7225
7226 \end_inset
7227
7228 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7229 \begin_inset CommandInset ref
7230 LatexCommand ref
7231 reference "sub:物理ベクトル"
7232
7233 \end_inset
7234
7235 節に説明されているように特殊なLaTeXパッケージがあります。
7236 \end_layout
7237
7238 \begin_layout Subsection
7239 水平括弧
7240 \begin_inset Index idx
7241 status collapsed
7242
7243 \begin_layout Plain Layout
7244 かっこ@括弧 ! すいへい@水平
7245 \end_layout
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \begin_layout Standard
7253 \align center
7254 \begin_inset Tabular
7255 <lyxtabular version="3" rows="4" columns="2">
7256 <features tabularvalignment="middle">
7257 <column alignment="center" valignment="top" width="0pt">
7258 <column alignment="center" valignment="top" width="0pt">
7259 <row>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 コマンド
7265 \begin_inset Note Note
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269 ここで
7270 \series bold
7271
7272 \backslash
7273 raisebox
7274 \series default
7275 はスペーサーとして使用しているだけです。
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 出力
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 </row>
7295 <row>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 \begin_inset ERT
7301 status collapsed
7302
7303 \begin_layout Plain Layout
7304
7305
7306 \backslash
7307 raisebox{2.3mm}{
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \backslash
7314 overbrace
7315 \begin_inset ERT
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320
7321 \backslash
7322 spce 
7323 \end_layout
7324
7325 \end_inset
7326
7327 A+B
7328 \begin_inset ERT
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332
7333
7334 \backslash
7335 spce 
7336 \end_layout
7337
7338 \end_inset
7339
7340 ^
7341 \begin_inset ERT
7342 status collapsed
7343
7344 \begin_layout Plain Layout
7345
7346
7347 \backslash
7348 spce 
7349 \end_layout
7350
7351 \end_inset
7352
7353 3
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359 }
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \begin_inset Index idx
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 こまんど@コマンド ! O ! 
7370 \backslash
7371 overbrace
7372 \end_layout
7373
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 \begin_inset Formula $\overbrace{A+B}^{3}$
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 raisebox{-2.2mm}{
7407 \end_layout
7408
7409 \end_inset
7410
7411
7412 \backslash
7413 underbrace
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 spce 
7422 \end_layout
7423
7424 \end_inset
7425
7426 A+B
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 spce 
7435 \end_layout
7436
7437 \end_inset
7438
7439 _5
7440 \begin_inset ERT
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444
7445 }
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \begin_inset Index idx
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455 こまんど@コマンド ! U ! 
7456 \backslash
7457 underbrace
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 \begin_inset Formula $\underbrace{A+B}_{5}$
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \backslash
7487 overbrace
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 spce 
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \backslash
7502 underbrace
7503 \begin_inset ERT
7504 status collapsed
7505
7506 \begin_layout Plain Layout
7507
7508
7509 \backslash
7510 spce 
7511 \end_layout
7512
7513 \end_inset
7514
7515 A+B_w
7516 \begin_inset ERT
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520
7521
7522 \backslash
7523 spce 
7524 \end_layout
7525
7526 \end_inset
7527
7528
7529 \begin_inset ERT
7530 status collapsed
7531
7532 \begin_layout Plain Layout
7533
7534
7535 \backslash
7536 spce 
7537 \end_layout
7538
7539 \end_inset
7540
7541 _7
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 spce 
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 spce 
7563 \end_layout
7564
7565 \end_inset
7566
7567 ^
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 spce 
7576 \end_layout
7577
7578 \end_inset
7579
7580 C
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 </lyxtabular>
7599
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \begin_layout Standard
7606 最後の例では、
7607 \series bold
7608
7609 \backslash
7610 overbrace
7611 \series default
7612 が先に挿入されようが
7613 \series bold
7614
7615 \backslash
7616 underbrace
7617 \series default
7618 が先に挿入されようが代わりはありません。
7619 \end_layout
7620
7621 \begin_layout Standard
7622 \begin_inset VSpace bigskip
7623 \end_inset
7624
7625 括弧をお互いに重ねる必要がある場合には、第
7626 \begin_inset CommandInset ref
7627 LatexCommand ref
7628 reference "sec:多行数式"
7629
7630 \end_inset
7631
7632 節に説明されているように、次のような多行数式を使わなくてはなりません。
7633 \begin_inset Formula \begin{eqnarray*}
7634 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7635  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7636 \end{eqnarray*}
7637
7638 \end_inset
7639
7640 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7641 \begin_inset Foot
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645 空白コマンドは第
7646 \begin_inset CommandInset ref
7647 LatexCommand ref
7648 reference "sub:定義済みの空白"
7649
7650 \end_inset
7651
7652 章に説明があります。
7653 \end_layout
7654
7655 \end_inset
7656
7657
7658 \series bold
7659
7660 \backslash
7661 :
7662 \series default
7663 を最初の
7664 \begin_inset Formula $d$
7665 \end_inset
7666
7667 の前に挿入しておくことが重要です。さもないと、
7668 \begin_inset Formula $q$
7669 \end_inset
7670
7671 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7672 \begin_inset Foot
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676 これは、括弧が文字として取り扱われないためです。第
7677 \begin_inset CommandInset ref
7678 LatexCommand ref
7679 reference "sub:二項演算子"
7680
7681 \end_inset
7682
7683 章参照。
7684 \end_layout
7685
7686 \end_inset
7687
7688 ためです。二行目には、二つめの括弧が挿入されています。
7689 \begin_inset Formula $b$
7690 \end_inset
7691
7692 の直前から始まるようにするために、まず
7693 \series bold
7694
7695 \backslash
7696 hphantom{gggg+
7697 \backslash
7698 :}
7699 \series default
7700 というコマンド
7701 \begin_inset Foot
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707
7708 \backslash
7709 hphantom
7710 \series default
7711 に関する詳細は、第
7712 \begin_inset CommandInset ref
7713 LatexCommand ref
7714 reference "sub:空打ち文字"
7715
7716 \end_inset
7717
7718 章を参照してください。
7719 \end_layout
7720
7721 \end_inset
7722
7723 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7724 \series bold
7725
7726 \backslash
7727 hphantom{bbqq+dddd}
7728 \series default
7729 コマンドの下に置きます。
7730 \end_layout
7731
7732 \begin_layout Standard
7733 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7734 \begin_inset ERT
7735 status collapsed
7736
7737 \begin_layout Plain Layout
7738
7739
7740 \backslash
7741 setlength{
7742 \backslash
7743 jot}{-6pt}
7744 \end_layout
7745
7746 \end_inset
7747
7748
7749 \begin_inset Formula \begin{eqnarray*}
7750  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7751 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7752 \end{eqnarray*}
7753
7754 \end_inset
7755
7756
7757 \begin_inset ERT
7758 status collapsed
7759
7760 \begin_layout Plain Layout
7761
7762
7763 \backslash
7764 setlength{
7765 \backslash
7766 jot}{3pt}
7767 \end_layout
7768
7769 \end_inset
7770
7771 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7772 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7773 \begin_inset Foot
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777 \begin_inset CommandInset href
7778 LatexCommand href
7779 name "LyX-bug #1505"
7780 target "http://www.lyx.org/trac/ticket/1505"
7781
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788
7789 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7790 \series bold
7791 setlength{
7792 \backslash
7793 jot}{-6pt}
7794 \series default
7795 というコマンドを入れて、大域的な数式行間
7796 \series bold
7797
7798 \backslash
7799 jot
7800 \series default
7801
7802 \begin_inset Index idx
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806 こまんど@コマンド ! J ! 
7807 \backslash
7808 jot
7809 \end_layout
7810
7811 \end_inset
7812
7813 を-6
7814 \begin_inset space \thinspace{}
7815 \end_inset
7816
7817 ptに変更しなくてはなりません。
7818 \series bold
7819
7820 \backslash
7821 jot
7822 \series default
7823 は、数式直後に同様のコマンドを使って標準値の3
7824 \begin_inset space \thinspace{}
7825 \end_inset
7826
7827 ptに戻します。数式中の行間について、詳しくは第
7828 \begin_inset CommandInset ref
7829 LatexCommand ref
7830 reference "sub:行間"
7831
7832 \end_inset
7833
7834 章に説明があります。
7835 \end_layout
7836
7837 \begin_layout Section
7838 矢印
7839 \begin_inset Index idx
7840 status collapsed
7841
7842 \begin_layout Plain Layout
7843 やじるし@矢印
7844 \end_layout
7845
7846 \end_inset
7847
7848
7849 \end_layout
7850
7851 \begin_layout Standard
7852 矢印は、数式ツールバーボタンの
7853 \begin_inset Graphics
7854         filename ../../images/math/leftarrow.png
7855         scale 85
7856
7857 \end_inset
7858
7859 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7860 \end_layout
7861
7862 \begin_layout Standard
7863 \begin_inset Newpage newpage
7864 \end_inset
7865
7866
7867 \end_layout
7868
7869 \begin_layout Subsection
7870 水平矢印
7871 \begin_inset Index idx
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 やじるし@矢印 ! すいへい@水平
7876 \end_layout
7877
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \begin_layout Standard
7884 \begin_inset space \hfill{}
7885 \end_inset
7886
7887
7888 \begin_inset Tabular
7889 <lyxtabular version="3" rows="8" columns="2">
7890 <features tabularvalignment="middle">
7891 <column alignment="center" valignment="top" width="0pt">
7892 <column alignment="center" valignment="top" width="0pt">
7893 <row>
7894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 コマンド
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 出力
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \backslash
7920 gets
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 \begin_inset Formula $\gets$
7930 \end_inset
7931
7932
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \backslash
7945 Leftarrow
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Formula $\Leftarrow$
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \backslash
7970 longleftarrow
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 \begin_inset Formula $\longleftarrow$
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \backslash
7995 Longleftarrow
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 \begin_inset Formula $\Longleftarrow$
8005 \end_inset
8006
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \backslash
8020 leftharpoonup
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 \begin_inset Formula $\leftharpoonup$
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \backslash
8045 leftharpoondown
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 \begin_inset Formula $\leftharpoondown$
8055 \end_inset
8056
8057
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \backslash
8070 hookleftarrow
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 \begin_inset Formula $\hookleftarrow$
8080 \end_inset
8081
8082
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 </lyxtabular>
8089
8090 \end_inset
8091
8092
8093 \begin_inset space \hfill{}
8094 \end_inset
8095
8096
8097 \begin_inset Tabular
8098 <lyxtabular version="3" rows="8" columns="2">
8099 <features tabularvalignment="middle">
8100 <column alignment="center" valignment="top" width="0pt">
8101 <column alignment="center" valignment="top" width="0pt">
8102 <row>
8103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 コマンド
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 出力
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 to
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\to$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 Rightarrow
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\Rightarrow$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 longrightarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\longrightarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \backslash
8204 Longrightarrow
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Formula $\Longrightarrow$
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \backslash
8229 rightharpoonup
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 \begin_inset Formula $\rightharpoonup$
8239 \end_inset
8240
8241
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \backslash
8254 rightharpoondown
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\rightharpoondown$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \backslash
8279 hookrightarrow
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 \begin_inset Formula $\hookrightarrow$
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 </lyxtabular>
8298
8299 \end_inset
8300
8301
8302 \begin_inset space \hfill{}
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \begin_layout Standard
8309 \begin_inset space \hfill{}
8310 \end_inset
8311
8312
8313 \begin_inset Tabular
8314 <lyxtabular version="3" rows="6" columns="2">
8315 <features tabularvalignment="middle">
8316 <column alignment="center" valignment="top" width="0pt">
8317 <column alignment="center" valignment="top" width="0pt">
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 コマンド
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 出力
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \backslash
8345 leftrightarrow
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\leftrightarrow$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \backslash
8370 Leftrightarrow
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 \begin_inset Formula $\Leftrightarrow$
8380 \end_inset
8381
8382
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \backslash
8395 longleftrightarrow
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\longleftrightarrow$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \backslash
8420 Longleftrightarrow
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 \begin_inset Formula $\Longleftrightarrow$
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \backslash
8445 rightleftharpoons
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 \begin_inset Formula $\rightleftharpoons$
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 </lyxtabular>
8464
8465 \end_inset
8466
8467
8468 \begin_inset space \hspace{}
8469 \length 25pt
8470 \end_inset
8471
8472
8473 \begin_inset space \hfill{}
8474 \end_inset
8475
8476
8477 \begin_inset Tabular
8478 <lyxtabular version="3" rows="5" columns="2">
8479 <features tabularvalignment="middle">
8480 <column alignment="center" valignment="top" width="0pt">
8481 <column alignment="center" valignment="top" width="0pt">
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 コマンド
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 出力
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 mapsto
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\mapsto$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 longmapsto
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\longmapsto$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 leadsto
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\leadsto$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 dasharrow
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\dasharrow$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 </lyxtabular>
8603
8604 \end_inset
8605
8606
8607 \begin_inset space \hfill{}
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \begin_layout Standard
8614 \begin_inset VSpace medskip
8615 \end_inset
8616
8617 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8618 \begin_inset CommandInset ref
8619 LatexCommand ref
8620 reference "sec:アクセント"
8621
8622 \end_inset
8623
8624 節に一覧があります。
8625 \end_layout
8626
8627 \begin_layout Standard
8628 \begin_inset VSpace bigskip
8629 \end_inset
8630
8631 さらに、ラベル付き矢印
8632 \begin_inset Index idx
8633 status collapsed
8634
8635 \begin_layout Plain Layout
8636 やじるし@矢印 ! らべるつき@ラベル付き
8637 \end_layout
8638
8639 \end_inset
8640
8641 として、
8642 \series bold
8643
8644 \backslash
8645 xleftarrow
8646 \series default
8647
8648 \begin_inset Index idx
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 こまんど@コマンド ! X ! 
8653 \backslash
8654 xleftarrow
8655 \end_layout
8656
8657 \end_inset
8658
8659
8660 \series bold
8661
8662 \backslash
8663 xrightarrow
8664 \series default
8665
8666 \begin_inset Index idx
8667 status collapsed
8668
8669 \begin_layout Plain Layout
8670 こまんど@コマンド ! X ! 
8671 \backslash
8672 xrightarrow
8673 \begin_inset ERT
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677
8678
8679 \backslash
8680 vspace{4mm}
8681 \end_layout
8682
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689
8690 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8691 ます。
8692 \end_layout
8693
8694 \begin_layout Standard
8695 \align center
8696 \begin_inset Tabular
8697 <lyxtabular version="3" rows="3" columns="2">
8698 <features tabularvalignment="middle">
8699 <column alignment="center" valignment="top" width="0pt">
8700 <column alignment="center" valignment="top" width="0pt">
8701 <row>
8702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 コマンド
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 出力
8716 \begin_inset Note Note
8717 status collapsed
8718
8719 \begin_layout Plain Layout
8720 ここで
8721 \series bold
8722
8723 \backslash
8724 raisebox
8725 \series default
8726 はスペーサーとして使用しているだけです。
8727 \end_layout
8728
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 F(a)
8743 \backslash
8744 xleftarrow
8745 \begin_inset ERT
8746 status collapsed
8747
8748 \begin_layout Plain Layout
8749
8750
8751 \backslash
8752 spce 
8753 \end_layout
8754
8755 \end_inset
8756
8757 x=a
8758 \begin_inset Formula $\downarrow$
8759 \end_inset
8760
8761 x
8762 \begin_inset Formula $>$
8763 \end_inset
8764
8765 0
8766 \begin_inset Formula $\to$
8767 \end_inset
8768
8769 F(x)
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 F(x)
8793 \backslash
8794 xrightarrow
8795 \begin_inset ERT
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799
8800
8801 \backslash
8802 spce 
8803 \end_layout
8804
8805 \end_inset
8806
8807 x=a
8808 \begin_inset Formula $\downarrow$
8809 \end_inset
8810
8811 x
8812 \begin_inset Formula $>$
8813 \end_inset
8814
8815 0
8816 \begin_inset Formula $\to$
8817 \end_inset
8818
8819 F(a)
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 </lyxtabular>
8838
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Subsection
8845 垂直矢印および対角矢印
8846 \begin_inset Index idx
8847 status collapsed
8848
8849 \begin_layout Plain Layout
8850 やじるし@矢印 ! たいかく@対角
8851 \end_layout
8852
8853 \end_inset
8854
8855
8856 \begin_inset Index idx
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860 やじるし@矢印 ! すいちょく@垂直
8861 \end_layout
8862
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \begin_layout Standard
8869 \begin_inset space \hfill{}
8870 \end_inset
8871
8872
8873 \begin_inset Tabular
8874 <lyxtabular version="3" rows="7" columns="2">
8875 <features tabularvalignment="middle">
8876 <column alignment="center" valignment="top" width="0pt">
8877 <column alignment="center" valignment="top" width="0pt">
8878 <row>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 コマンド
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 出力
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \backslash
8905 uparrow
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 \begin_inset Formula $\uparrow$
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \backslash
8930 Uparrow
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 \begin_inset Formula $\Uparrow$
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \backslash
8955 updownarrow
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 \begin_inset Formula $\updownarrow$
8965 \end_inset
8966
8967
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \backslash
8980 Updownarrow
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 \begin_inset Formula $\Updownarrow$
8990 \end_inset
8991
8992
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \backslash
9005 Downarrow
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 \begin_inset Formula $\Downarrow$
9015 \end_inset
9016
9017
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \backslash
9030 downarrow
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 \begin_inset Formula $\downarrow$
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 </lyxtabular>
9049
9050 \end_inset
9051
9052
9053 \begin_inset space \hfill{}
9054 \end_inset
9055
9056
9057 \begin_inset Tabular
9058 <lyxtabular version="3" rows="5" columns="2">
9059 <features tabularvalignment="middle">
9060 <column alignment="center" valignment="top" width="0pt">
9061 <column alignment="center" valignment="top" width="0pt">
9062 <row>
9063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 コマンド
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 出力
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \backslash
9089 nearrow
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 \begin_inset Formula $\nearrow$
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \backslash
9114 searrow
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 \begin_inset Formula $\searrow$
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \backslash
9139 swarrow
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 \begin_inset Formula $\swarrow$
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 nwarrow
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 \begin_inset Formula $\nwarrow$
9174 \end_inset
9175
9176
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 </lyxtabular>
9183
9184 \end_inset
9185
9186
9187 \begin_inset space \hfill{}
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \begin_layout Standard
9194 \begin_inset VSpace medskip
9195 \end_inset
9196
9197 垂直矢印は、第
9198 \begin_inset CommandInset ref
9199 LatexCommand ref
9200 reference "sub:手動の括弧丈"
9201
9202 \end_inset
9203
9204 節および第
9205 \begin_inset CommandInset ref
9206 LatexCommand ref
9207 reference "sub:自動の括弧丈"
9208
9209 \end_inset
9210
9211 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9212 \end_layout
9213
9214 \begin_layout Standard
9215 \begin_inset Newpage newpage
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Section
9222 アクセント
9223 \begin_inset CommandInset label
9224 LatexCommand label
9225 name "sec:アクセント"
9226
9227 \end_inset
9228
9229
9230 \begin_inset Index idx
9231 status collapsed
9232
9233 \begin_layout Plain Layout
9234 あくせんと@アクセント
9235 \end_layout
9236
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \begin_layout Standard
9243 アクセントは、数式ツールバーボタンの
9244 \begin_inset Graphics
9245         filename ../../images/math/hat.png
9246         scale 85
9247
9248 \end_inset
9249
9250 か、以下の各小節に列挙してあるコマンドで入力することができます。
9251 \end_layout
9252
9253 \begin_layout Subsection
9254 一文字に付けるアクセント
9255 \begin_inset ERT
9256 status collapsed
9257
9258 \begin_layout Plain Layout
9259
9260
9261 \backslash
9262 texorpdfstring{
9263 \end_layout
9264
9265 \end_inset
9266
9267
9268 \begin_inset Foot
9269 status collapsed
9270
9271 \begin_layout Plain Layout
9272 本文中のアクセントについては、第
9273 \begin_inset CommandInset ref
9274 LatexCommand ref
9275 reference "sub:文章中のアクセント"
9276
9277 \end_inset
9278
9279 節を参照。
9280 \end_layout
9281
9282 \end_inset
9283
9284
9285 \begin_inset ERT
9286 status collapsed
9287
9288 \begin_layout Plain Layout
9289
9290 }{}
9291 \end_layout
9292
9293 \end_inset
9294
9295
9296 \begin_inset Note Note
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
9303 \end_layout
9304
9305 \begin_layout Plain Layout
9306
9307 \backslash
9308 texorpdfstringについての詳細は、第
9309 \begin_inset CommandInset ref
9310 LatexCommand ref
9311 reference "sub:節見出し中の数式"
9312
9313 \end_inset
9314
9315 節にあります。
9316 \end_layout
9317
9318 \end_inset
9319
9320
9321 \begin_inset CommandInset label
9322 LatexCommand label
9323 name "sub:一文字に付けるアクセント"
9324
9325 \end_inset
9326
9327
9328 \begin_inset Index idx
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \begin_layout Standard
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \begin_inset Tabular
9346 <lyxtabular version="3" rows="8" columns="2">
9347 <features tabularvalignment="middle">
9348 <column alignment="center" valignment="top" width="0pt">
9349 <column alignment="center" valignment="top" width="0pt">
9350 <row>
9351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 コマンド
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 出力
9365 \begin_inset Note Note
9366 status collapsed
9367
9368 \begin_layout Plain Layout
9369 ここで
9370 \series bold
9371
9372 \backslash
9373 raisebox
9374 \series default
9375 はスペーサーとして使用しているだけです。
9376 \end_layout
9377
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row>
9387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \backslash
9393 dot
9394 \begin_inset ERT
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398
9399
9400 \backslash
9401 spce 
9402 \end_layout
9403
9404 \end_inset
9405
9406 A
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 ddot
9432 \begin_inset ERT
9433 status collapsed
9434
9435 \begin_layout Plain Layout
9436
9437
9438 \backslash
9439 spce 
9440 \end_layout
9441
9442 \end_inset
9443
9444 A
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \backslash
9469 dddot
9470 \begin_inset ERT
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474
9475
9476 \backslash
9477 spce 
9478 \end_layout
9479
9480 \end_inset
9481
9482 A
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 ddddot
9508 \begin_inset ERT
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512
9513
9514 \backslash
9515 spce 
9516 \end_layout
9517
9518 \end_inset
9519
9520 A
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \backslash
9545 vec
9546 \begin_inset ERT
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550
9551
9552 \backslash
9553 spce 
9554 \end_layout
9555
9556 \end_inset
9557
9558 A
9559 \begin_inset Index idx
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563
9564 \lang english
9565 Vectors
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \backslash
9595 bar
9596 \begin_inset ERT
9597 status collapsed
9598
9599 \begin_layout Plain Layout
9600
9601
9602 \backslash
9603 spce 
9604 \end_layout
9605
9606 \end_inset
9607
9608 A
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9618 \end_inset
9619
9620
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 </row>
9626 <row>
9627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \backslash
9633 mathring
9634 \begin_inset ERT
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638
9639
9640 \backslash
9641 spce 
9642 \end_layout
9643
9644 \end_inset
9645
9646 A
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 </lyxtabular>
9665
9666 \end_inset
9667
9668
9669 \begin_inset space \hfill{}
9670 \end_inset
9671
9672
9673 \begin_inset Tabular
9674 <lyxtabular version="3" rows="7" columns="2">
9675 <features tabularvalignment="middle">
9676 <column alignment="center" valignment="top" width="0pt">
9677 <column alignment="center" valignment="top" width="0pt">
9678 <row>
9679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 コマンド
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 出力
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \backslash
9705 tilde
9706 \begin_inset ERT
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710
9711
9712 \backslash
9713 spce 
9714 \end_layout
9715
9716 \end_inset
9717
9718 A
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \backslash
9743 hat
9744 \begin_inset ERT
9745 status collapsed
9746
9747 \begin_layout Plain Layout
9748
9749
9750 \backslash
9751 spce 
9752 \end_layout
9753
9754 \end_inset
9755
9756 A
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \backslash
9781 check
9782 \begin_inset ERT
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786
9787
9788 \backslash
9789 spce 
9790 \end_layout
9791
9792 \end_inset
9793
9794 A
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row>
9813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \backslash
9819 acute
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 spce 
9828 \end_layout
9829
9830 \end_inset
9831
9832 A
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row>
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \backslash
9857 grave
9858 \begin_inset ERT
9859 status collapsed
9860
9861 \begin_layout Plain Layout
9862
9863
9864 \backslash
9865 spce 
9866 \end_layout
9867
9868 \end_inset
9869
9870 A
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 </row>
9888 <row>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \backslash
9895 breve
9896 \begin_inset ERT
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900
9901
9902 \backslash
9903 spce 
9904 \end_layout
9905
9906 \end_inset
9907
9908 A
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 </lyxtabular>
9927
9928 \end_inset
9929
9930
9931 \begin_inset space \hfill{}
9932 \end_inset
9933
9934
9935 \end_layout
9936
9937 \begin_layout Standard
9938 \begin_inset VSpace bigskip
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \begin_layout Standard
9945 \begin_inset ERT
9946 status collapsed
9947
9948 \begin_layout Plain Layout
9949
9950
9951 \backslash
9952 '{e}
9953 \end_layout
9954
9955 \end_inset
9956
9957 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9958 \begin_inset Index idx
9959 status collapsed
9960
9961 \begin_layout Plain Layout
9962 うむらうと@ウムラウト
9963 \end_layout
9964
9965 \end_inset
9966
9967 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9968 として取り扱います。
9969 \series bold
9970
9971 \backslash
9972 ddot
9973 \series default
9974 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9975 \end_layout
9976
9977 \begin_layout Standard
9978 \begin_inset VSpace -2mm
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \align center
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="3" columns="2">
9988 <features tabularvalignment="middle">
9989 <column alignment="center" valignment="top" width="0">
9990 <column alignment="center" valignment="top" width="0">
9991 <row>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 コマンド
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 出力
10006 \begin_inset Note Note
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010 ここで
10011 \series bold
10012
10013 \backslash
10014 raisebox
10015 \series default
10016 および0ポイント空白はスペーサーとして使用しているだけです。
10017 \end_layout
10018
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row>
10028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 \begin_inset Quotes grd
10033 \end_inset
10034
10035 i
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \lang ngerman
10046 \begin_inset space \hspace{}
10047 \length 0pt
10048 \end_inset
10049
10050
10051 \begin_inset Formula $"i$
10052 \end_inset
10053
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row>
10061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \backslash
10067 ddot
10068 \begin_inset ERT
10069 status collapsed
10070
10071 \begin_layout Plain Layout
10072
10073
10074 \backslash
10075 spce 
10076 \end_layout
10077
10078 \end_inset
10079
10080 i
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 </lyxtabular>
10099
10100 \end_inset
10101
10102
10103 \end_layout
10104
10105 \begin_layout Standard
10106
10107 \series bold
10108
10109 \backslash
10110 ddot
10111 \series default
10112 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10113 \emph on
10114 数式中テキストでは使用できない
10115 \emph default
10116 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10117 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10118 \end_layout
10119
10120 \begin_layout Standard
10121 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10122 \end_layout
10123
10124 \begin_layout Subsection
10125 演算子に付けるアクセント
10126 \begin_inset Index idx
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \begin_layout Standard
10139
10140 \series bold
10141
10142 \backslash
10143 overset
10144 \series default
10145
10146 \begin_inset Index idx
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150 こまんど@コマンド ! O ! 
10151 \backslash
10152 overset
10153 \end_layout
10154
10155 \end_inset
10156
10157 コマンドや
10158 \series bold
10159
10160 \backslash
10161 underset
10162 \series default
10163
10164 \begin_inset Index idx
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168 こまんど@コマンド ! U ! 
10169 \backslash
10170 underset
10171 \end_layout
10172
10173 \end_inset
10174
10175 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10176 \series bold
10177
10178 \backslash
10179 sideset
10180 \series default
10181
10182 \begin_inset Index idx
10183 status collapsed
10184
10185 \begin_layout Plain Layout
10186 こまんど@コマンド ! S ! 
10187 \backslash
10188 sideset
10189 \end_layout
10190
10191 \end_inset
10192
10193 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10194 \end_layout
10195
10196 \begin_layout Standard
10197
10198 \series bold
10199
10200 \backslash
10201 sideset{前置文字}{後置文字}
10202 \end_layout
10203
10204 \begin_layout Standard
10205
10206 \series bold
10207
10208 \backslash
10209 sideset
10210 \series default
10211 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10212 \series bold
10213
10214 \backslash
10215 sideset
10216 \series default
10217 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10218 \end_layout
10219
10220 \begin_layout Standard
10221 たとえば、
10222 \series bold
10223
10224 \backslash
10225 sideset{
10226 \begin_inset Formula $\to$
10227 \end_inset
10228
10229
10230 \backslash
10231 {
10232 \series default
10233 '
10234 \series bold
10235
10236 \begin_inset Formula $\to$
10237 \end_inset
10238
10239
10240 \backslash
10241 sum_k=1
10242 \begin_inset ERT
10243 status collapsed
10244
10245 \begin_layout Plain Layout
10246
10247
10248 \backslash
10249 spce 
10250 \end_layout
10251
10252 \end_inset
10253
10254
10255 \series default
10256 ^
10257 \series bold
10258 n
10259 \series default
10260 というコマンドを入力すると、
10261 \begin_inset Formula \[
10262 \sideset{}{'}\sum_{k=1}^{n}\]
10263
10264 \end_inset
10265
10266 のようになります。
10267 \end_layout
10268
10269 \begin_layout Standard
10270 また、
10271 \series bold
10272
10273 \backslash
10274 overset
10275 \begin_inset ERT
10276 status collapsed
10277
10278 \begin_layout Plain Layout
10279
10280
10281 \backslash
10282 spce 
10283 \end_layout
10284
10285 \end_inset
10286
10287
10288 \backslash
10289 maltese
10290 \begin_inset ERT
10291 status collapsed
10292
10293 \begin_layout Plain Layout
10294
10295
10296 \backslash
10297 spce 
10298 \end_layout
10299
10300 \end_inset
10301
10302
10303 \series default
10304
10305 \begin_inset Formula $\uparrow$
10306 \end_inset
10307
10308
10309 \series bold
10310 a
10311 \series default
10312 というコマンドならば、
10313 \begin_inset Formula \[
10314 \overset{a}{\maltese}\]
10315
10316 \end_inset
10317
10318 のようになります。最後の例からわかるように、
10319 \series bold
10320
10321 \backslash
10322 overset
10323 \series default
10324
10325 \series bold
10326
10327 \backslash
10328 underset
10329 \series default
10330 では、記号や文字にアクセントをつけることもできます。一方、
10331 \series bold
10332
10333 \backslash
10334 sideset
10335 \series default
10336 では、このようなことはできません。
10337 \end_layout
10338
10339 \begin_layout Subsection
10340 複数の文字に付けるアクセント
10341 \begin_inset Index idx
10342 status collapsed
10343
10344 \begin_layout Plain Layout
10345 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10346 \end_layout
10347
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \begin_layout Standard
10354 \begin_inset space \hfill{}
10355 \end_inset
10356
10357
10358 \begin_inset Tabular
10359 <lyxtabular version="3" rows="5" columns="2">
10360 <features tabularvalignment="middle">
10361 <column alignment="center" valignment="top" width="0pt">
10362 <column alignment="center" valignment="top" width="0pt">
10363 <row>
10364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 コマンド
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 出力
10378 \begin_inset Note Note
10379 status collapsed
10380
10381 \begin_layout Plain Layout
10382 ここで
10383 \series bold
10384
10385 \backslash
10386 raisebox
10387 \series default
10388 はスペーサーとして使用しているだけです。
10389 \end_layout
10390
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 <row>
10400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404
10405 \backslash
10406 overleftarrow
10407 \begin_inset ERT
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411
10412
10413 \backslash
10414 spce 
10415 \end_layout
10416
10417 \end_inset
10418
10419 A=B
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10429 \end_inset
10430
10431
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \backslash
10444 underleftarrow
10445 \begin_inset ERT
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449
10450
10451 \backslash
10452 spce 
10453 \end_layout
10454
10455 \end_inset
10456
10457 A=B
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10467 \end_inset
10468
10469
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row>
10476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480
10481 \backslash
10482 overleftrightarrow
10483 \begin_inset ERT
10484 status collapsed
10485
10486 \begin_layout Plain Layout
10487
10488
10489 \backslash
10490 spce 
10491 \end_layout
10492
10493 \end_inset
10494
10495 A=B
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 underleftrightarrow
10521 \begin_inset ERT
10522 status collapsed
10523
10524 \begin_layout Plain Layout
10525
10526
10527 \backslash
10528 spce 
10529 \end_layout
10530
10531 \end_inset
10532
10533 A=B
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 </lyxtabular>
10552
10553 \end_inset
10554
10555
10556 \begin_inset space \hfill{}
10557 \end_inset
10558
10559
10560 \begin_inset Tabular
10561 <lyxtabular version="3" rows="5" columns="2">
10562 <features tabularvalignment="middle">
10563 <column alignment="center" valignment="top" width="0pt">
10564 <column alignment="center" valignment="top" width="0pt">
10565 <row>
10566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 コマンド
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 出力
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \backslash
10592 overrightarrow
10593 \begin_inset ERT
10594 status collapsed
10595
10596 \begin_layout Plain Layout
10597
10598
10599 \backslash
10600 spce 
10601 \end_layout
10602
10603 \end_inset
10604
10605 A=B
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \backslash
10630 underrightarrow
10631 \begin_inset ERT
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635
10636
10637 \backslash
10638 spce 
10639 \end_layout
10640
10641 \end_inset
10642
10643 A=B
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10653 \end_inset
10654
10655
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \backslash
10668 widetilde
10669 \begin_inset ERT
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673
10674
10675 \backslash
10676 spce 
10677 \end_layout
10678
10679 \end_inset
10680
10681 A=B
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \backslash
10706 widehat
10707 \begin_inset ERT
10708 status collapsed
10709
10710 \begin_layout Plain Layout
10711
10712
10713 \backslash
10714 spce 
10715 \end_layout
10716
10717 \end_inset
10718
10719 A=B
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 </lyxtabular>
10738
10739 \end_inset
10740
10741
10742 \begin_inset space \hfill{}
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \begin_layout Standard
10749 \begin_inset VSpace medskip
10750 \end_inset
10751
10752 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10753 \series bold
10754
10755 \backslash
10756 widetilde
10757 \series default
10758 および
10759 \series bold
10760
10761 \backslash
10762 widehat
10763 \series default
10764 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10765 \begin_inset Formula \[
10766 \widetilde{A+B=C-D}\]
10767
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \begin_layout Standard
10774 前小節で述べた
10775 \series bold
10776
10777 \backslash
10778 overset
10779 \series default
10780
10781 \begin_inset Index idx
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785 こまんど@コマンド ! O ! 
10786 \backslash
10787 overset
10788 \end_layout
10789
10790 \end_inset
10791
10792 コマンドと
10793 \series bold
10794
10795 \backslash
10796 underset
10797 \series default
10798
10799 \begin_inset Index idx
10800 status collapsed
10801
10802 \begin_layout Plain Layout
10803 こまんど@コマンド ! U ! 
10804 \backslash
10805 underset
10806 \end_layout
10807
10808 \end_inset
10809
10810 コマンドを使っても、複数の文字にアクセントを付けることができます。
10811 \series bold
10812
10813 \backslash
10814 underset
10815 \begin_inset ERT
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819
10820
10821 \backslash
10822 spce 
10823 \end_layout
10824
10825 \end_inset
10826
10827 A=B
10828 \begin_inset Formula $\downarrow$
10829 \end_inset
10830
10831 ***
10832 \series default
10833 というコマンドは、
10834 \begin_inset Formula \[
10835 \underset{***}{A=B}\]
10836
10837 \end_inset
10838
10839 のようになります。
10840 \end_layout
10841
10842 \begin_layout Section
10843 空白
10844 \begin_inset CommandInset label
10845 LatexCommand label
10846 name "sub:空白"
10847
10848 \end_inset
10849
10850
10851 \begin_inset Index idx
10852 status collapsed
10853
10854 \begin_layout Plain Layout
10855 くうはく@空白 ! すいへい@水平
10856 \end_layout
10857
10858 \end_inset
10859
10860
10861 \end_layout
10862
10863 \begin_layout Subsection
10864 定義済みの空白
10865 \begin_inset CommandInset label
10866 LatexCommand label
10867 name "sub:定義済みの空白"
10868
10869 \end_inset
10870
10871
10872 \begin_inset Index idx
10873 status collapsed
10874
10875 \begin_layout Plain Layout
10876 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10877 \end_layout
10878
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \begin_layout Standard
10885 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10886 \begin_inset Info
10887 type  "shortcut"
10888 arg   "space-insert protected"
10889 \end_inset
10890
10891 )を挿入することで実現できます。「
10892 \color blue
10893
10894 \begin_inset ERT
10895 status collapsed
10896
10897 \begin_layout Plain Layout
10898
10899
10900 \backslash
10901 spce 
10902 \end_layout
10903
10904 \end_inset
10905
10906
10907 \color inherit
10908 」が現れるので、
10909 \family sans
10910 Space
10911 \family default
10912 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10913 \begin_inset Graphics
10914         filename ../../images/math/space.png
10915         scale 85
10916
10917 \end_inset
10918
10919 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10920 \family sans
10921 Space
10922 \family default
10923 を押すことによって、長さを変更することができます。
10924 \end_layout
10925
10926 \begin_layout Standard
10927 \noindent
10928 \align center
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="3" columns="7">
10931 <features tabularvalignment="middle">
10932 <column alignment="center" valignment="middle" width="6.8cm">
10933 <column alignment="center" valignment="top" width="0">
10934 <column alignment="center" valignment="top" width="0">
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 <row>
10940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 コマンド
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \backslash
10955 ,
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \backslash
10966 :
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \backslash
10977 ;
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \backslash
10988 quad
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 qquad
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \backslash
11010 !
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 保護された空白を挿入したのち、
11022 \family sans
11023 Space
11024 \family default
11025 を叩く回数
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 0
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 1
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 2
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 3
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 4
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 5
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 出力
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 \begin_inset Formula $A\, B$
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Formula $A\: B$
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 \begin_inset Formula $A\; B$
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 \begin_inset Formula $A\quad B$
11136 \end_inset
11137
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Formula $A\qquad B$
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 \begin_inset Formula $A\! B$
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 </lyxtabular>
11169
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \begin_layout Standard
11176 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11177 さの空白があります。
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \align center
11182 \begin_inset Tabular
11183 <lyxtabular version="3" rows="3" columns="3">
11184 <features tabularvalignment="middle">
11185 <column alignment="center" valignment="middle" width="6.8cm">
11186 <column alignment="center" valignment="top" width="0pt">
11187 <column alignment="center" valignment="top" width="0pt">
11188 <row>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 コマンド
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 negmedspace
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 negthickspace
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 </row>
11221 <row>
11222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 保護された空白を挿入したのち、
11227 \family sans
11228 Space
11229 \family default
11230 を叩く回数
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 6
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 7
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 出力
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 \begin_inset Formula $A\negmedspace B$
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 \begin_inset Formula $A\negthickspace B$
11281 \end_inset
11282
11283
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Standard
11297 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11298 \end_layout
11299
11300 \begin_layout Standard
11301 \align center
11302 \begin_inset Tabular
11303 <lyxtabular version="3" rows="3" columns="2">
11304 <features tabularvalignment="middle">
11305 <column alignment="center" valignment="top" width="0">
11306 <column alignment="center" valignment="top" width="0">
11307 <row>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 コマンド
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 出力
11322 \begin_inset Note Note
11323 status collapsed
11324
11325 \begin_layout Plain Layout
11326 ここで
11327 \series bold
11328
11329 \backslash
11330 raisebox
11331 \series default
11332 はスペーサーとして使用しているだけです。
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348
11349 \backslash
11350 sum
11351 \backslash
11352 sum
11353 \begin_inset ERT
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357
11358
11359 \backslash
11360 spce 
11361 \end_layout
11362
11363 \end_inset
11364
11365 f_kl
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \backslash
11390 sum
11391 \backslash
11392 negmedspace
11393 \backslash
11394 sum
11395 \begin_inset ERT
11396 status collapsed
11397
11398 \begin_layout Plain Layout
11399
11400
11401 \backslash
11402 spce 
11403 \end_layout
11404
11405 \end_inset
11406
11407 f_kl
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 </lyxtabular>
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Standard
11433 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11434 \end_layout
11435
11436 \begin_layout Standard
11437 \align center
11438 \begin_inset Tabular
11439 <lyxtabular version="3" rows="2" columns="2">
11440 <features tabularvalignment="middle">
11441 <column alignment="center" valignment="top" width="0pt">
11442 <column alignment="center" valignment="top" width="0pt">
11443 <row>
11444 <cell alignment="center" valignment="top" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 通常の数式
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $A=B$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 \begin_inset Note Note
11472 status collapsed
11473
11474 \begin_layout Plain Layout
11475 ここで
11476 \series bold
11477
11478 \backslash
11479 raisebox
11480 \series default
11481 はスペーサーとして使用しているだけです。
11482 \end_layout
11483
11484 \end_inset
11485
11486
11487 \begin_inset Formula $\raisebox{5mm}{}$
11488 \end_inset
11489
11490 空白なしの数式
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 \begin_inset Formula $A{=}B$
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 \noindent
11517 二行目の数式を作るコマンドは、
11518 \series bold
11519 A
11520 \backslash
11521 {=
11522 \begin_inset Formula $\to$
11523 \end_inset
11524
11525 B
11526 \series default
11527 です。
11528 \end_layout
11529
11530 \begin_layout Standard
11531 \begin_inset VSpace bigskip
11532 \end_inset
11533
11534 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11535 整形\SpecialChar \menuseparator
11536 小空白メニュー(短
11537 絡キー
11538 \begin_inset Info
11539 type  "shortcut"
11540 arg   "space-insert thin"
11541 \end_inset
11542
11543 )で、最小の空白を挿入することができます。
11544 \end_layout
11545
11546 \begin_layout Standard
11547 違いを示す例を以下に掲げます。
11548 \end_layout
11549
11550 \begin_layout Standard
11551 \begin_inset Tabular
11552 <lyxtabular version="3" rows="2" columns="2">
11553 <features tabularvalignment="middle">
11554 <column alignment="left" valignment="top" width="0">
11555 <column alignment="left" valignment="top" width="0">
11556 <row>
11557 <cell alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 24 kW
11562 \begin_inset Formula $\cdot$
11563 \end_inset
11564
11565 h
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 値と単位のあいだに通常の空白を入れた例
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 24
11586 \begin_inset space \thinspace{}
11587 \end_inset
11588
11589 kW
11590 \begin_inset Formula $\cdot$
11591 \end_inset
11592
11593 h
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 値と単位のあいだに最小の空白を入れた例
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \begin_layout Subsection
11616 可変長の空白
11617 \begin_inset ERT
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621
11622
11623 \backslash
11624 texorpdfstring{
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \begin_inset Foot
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 数式中の垂直方向の空白については、第
11635 \begin_inset CommandInset ref
11636 LatexCommand ref
11637 reference "sub:行間"
11638
11639 \end_inset
11640
11641 節をご覧下さい。
11642 \end_layout
11643
11644 \end_inset
11645
11646
11647 \begin_inset ERT
11648 status collapsed
11649
11650 \begin_layout Plain Layout
11651
11652 }{}
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \begin_inset Note Note
11659 status collapsed
11660
11661 \begin_layout Plain Layout
11662
11663 \backslash
11664 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11665 \end_layout
11666
11667 \begin_layout Plain Layout
11668
11669 \backslash
11670 texorpdfstringについての詳細は、第
11671 \begin_inset CommandInset ref
11672 LatexCommand ref
11673 reference "sub:節見出し中の数式"
11674
11675 \end_inset
11676
11677 節にあります。
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \begin_inset CommandInset label
11684 LatexCommand label
11685 name "sub:可変長の空白"
11686
11687 \end_inset
11688
11689
11690 \begin_inset Index idx
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703 指定した長さの空白が、
11704 \series bold
11705
11706 \backslash
11707 hspace
11708 \series default
11709
11710 \begin_inset Index idx
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 こまんど@コマンド ! H ! 
11715 \backslash
11716 hspace
11717 \end_layout
11718
11719 \end_inset
11720
11721 コマンドで入力することができます。すると、ながい「
11722 \color blue
11723
11724 \begin_inset ERT
11725 status collapsed
11726
11727 \begin_layout Plain Layout
11728
11729
11730 \backslash
11731 spce 
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \color inherit
11738 」が現れます。長さは、「
11739 \color blue
11740
11741 \begin_inset ERT
11742 status collapsed
11743
11744 \begin_layout Plain Layout
11745
11746
11747 \backslash
11748 spce 
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \color inherit
11755 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11756 \series bold
11757
11758 \backslash
11759 hfill
11760 \series default
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 こまんど@コマンド ! H ! 
11767 \backslash
11768 hfill
11769 \end_layout
11770
11771 \end_inset
11772
11773 コマンドを使用します。
11774 \end_layout
11775
11776 \begin_layout Standard
11777 \begin_inset VSpace -1mm
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Standard
11784 \align center
11785 \begin_inset Tabular
11786 <lyxtabular version="3" rows="4" columns="2">
11787 <features tabularvalignment="middle">
11788 <column alignment="center" valignment="top" width="0">
11789 <column alignment="center" valignment="top" width="0">
11790 <row>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 コマンド(
11796 \backslash
11797 hspace 長さ)
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 出力
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 </row>
11812 <row>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 A=B
11818 \backslash
11819 hspace
11820 \begin_inset ERT
11821 status collapsed
11822
11823 \begin_layout Plain Layout
11824
11825
11826 \backslash
11827 spce 
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \begin_inset Formula $\to$
11834 \end_inset
11835
11836 A
11837 \backslash
11838 not=C (3
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 cm)
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 <row>
11861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 A
11866 \backslash
11867 hspace
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873
11874 \backslash
11875 spce 
11876 \end_layout
11877
11878 \end_inset
11879
11880
11881 \begin_inset Formula $\to$
11882 \end_inset
11883
11884 A
11885 \backslash
11886 not=A (-1
11887 \begin_inset space \thinspace{}
11888 \end_inset
11889
11890 mm)
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 A=A
11914 \backslash
11915 hfill
11916 \begin_inset ERT
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920
11921
11922 \backslash
11923 spce 
11924 \end_layout
11925
11926 \end_inset
11927
11928 B=B
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 \begin_inset Formula $A=A\hfill B=B$
11938 \end_inset
11939
11940
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 </lyxtabular>
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11955 \series bold
11956
11957 \backslash
11958 hfill
11959 \series default
11960 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11961 \series bold
11962
11963 \backslash
11964 hfill
11965 \series default
11966 は、別行建て数式中では、
11967 \series bold
11968 行頭下げ
11969 \series default
11970 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "sec:数式様式"
11974
11975 \end_inset
11976
11977 節で説明されています)。
11978 \end_layout
11979
11980 \begin_layout Standard
11981
11982 \series bold
11983
11984 \backslash
11985 hfill
11986 \series default
11987 の他にも、空白を模様で埋める
11988 \series bold
11989
11990 \backslash
11991 dotfill
11992 \series default
11993
11994 \series bold
11995
11996 \backslash
11997 hrulefill
11998 \series default
11999 といったコマンドがあります。用例については第
12000 \begin_inset CommandInset ref
12001 LatexCommand ref
12002 reference "sub:省略符号"
12003
12004 \end_inset
12005
12006 節をご参照下さい。
12007 \end_layout
12008
12009 \begin_layout Standard
12010 本文中では、可変長空白は、
12011 \family sans
12012 挿入\SpecialChar \menuseparator
12013 整形\SpecialChar \menuseparator
12014 水平方向の空白
12015 \family default
12016 メニューで挿入することができます。
12017 \end_layout
12018
12019 \begin_layout Standard
12020 (例)
12021 \end_layout
12022
12023 \begin_layout Standard
12024 この行には、
12025 \begin_inset space \hspace{}
12026 \length 2cm
12027 \end_inset
12028
12029 2
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cmの空白が入っています。
12034 \end_layout
12035
12036 \begin_layout Standard
12037 この行には、
12038 \begin_inset space \hfill{}
12039 \end_inset
12040
12041 最大の空白が入っています。
12042 \end_layout
12043
12044 \begin_layout Subsection
12045 行内数式周りの空白
12046 \begin_inset Index idx
12047 status collapsed
12048
12049 \begin_layout Plain Layout
12050 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12051 \end_layout
12052
12053 \end_inset
12054
12055
12056 \end_layout
12057
12058 \begin_layout Standard
12059 行内数式前後の空白は、長さ
12060 \series bold
12061
12062 \backslash
12063 mathsurround
12064 \begin_inset Index idx
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068 こまんど@コマンド ! M ! 
12069 \backslash
12070 mathsurround
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \series default
12077 を使って調節することができます。長さの値は、以下の書式を持つ
12078 \series bold
12079
12080 \backslash
12081 setlength
12082 \begin_inset Index idx
12083 status collapsed
12084
12085 \begin_layout Plain Layout
12086 こまんど@コマンド ! S ! 
12087 \backslash
12088 setlength
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \series default
12095 コマンドを使って設定することができます。
12096 \end_layout
12097
12098 \begin_layout Standard
12099
12100 \series bold
12101
12102 \backslash
12103 setlength{長さ名}{値}
12104 \end_layout
12105
12106 \begin_layout Standard
12107
12108 \series bold
12109
12110 \backslash
12111 mathsurround
12112 \series default
12113 を5
12114 \begin_inset space \thinspace{}
12115 \end_inset
12116
12117 mmの値に設定するには、以下のコマンド
12118 \end_layout
12119
12120 \begin_layout Standard
12121
12122 \series bold
12123
12124 \backslash
12125 setlength{
12126 \backslash
12127 mathsurround}{5mm}
12128 \end_layout
12129
12130 \begin_layout Standard
12131 をTeXモードで挿入します。すると、5
12132 \begin_inset space \thinspace{}
12133 \end_inset
12134
12135 mmの空白がすべての行内数式の前後に設定されることになります。
12136 \begin_inset ERT
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141
12142 \backslash
12143 setlength{
12144 \backslash
12145 mathsurround}{5mm}
12146 \end_layout
12147
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \begin_layout Standard
12154 この行には、周囲に5
12155 \begin_inset space \thinspace{}
12156 \end_inset
12157
12158 mmの余白を設定した行内数式
12159 \begin_inset Formula $A=B$
12160 \end_inset
12161
12162 があります。
12163 \begin_inset ERT
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167
12168
12169 \backslash
12170 setlength{
12171 \backslash
12172 mathsurround}{0pt}
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 既定値に戻すには、
12182 \series bold
12183
12184 \backslash
12185 mathsurround
12186 \series default
12187 を0
12188 \begin_inset space \thinspace{}
12189 \end_inset
12190
12191 ptの値に戻して下さい。
12192 \end_layout
12193
12194 \begin_layout Section
12195 ボックスと枠
12196 \begin_inset Index idx
12197 status collapsed
12198
12199 \begin_layout Plain Layout
12200 ぼっくす@ボックス
12201 \end_layout
12202
12203 \end_inset
12204
12205
12206 \begin_inset Index idx
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 わく@枠 | see
12211 \begin_inset ERT
12212 status collapsed
12213
12214 \begin_layout Plain Layout
12215
12216 {
12217 \end_layout
12218
12219 \end_inset
12220
12221 ボックス
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 }
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \begin_layout Standard
12241 本文中のボックスについては、取扱説明書
12242 \family typewriter
12243 埋め込みオブジェクト篇
12244 \family default
12245
12246 \family typewriter
12247 Boxes
12248 \family default
12249 の章に述べられています。
12250 \end_layout
12251
12252 \begin_layout Subsection
12253 縁付きボックス
12254 \begin_inset CommandInset label
12255 LatexCommand label
12256 name "sub:縁付きボックス"
12257
12258 \end_inset
12259
12260
12261 \begin_inset Index idx
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265 ぼっくす@ボックス ! ふちつき@縁付き
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Standard
12274
12275 \series bold
12276
12277 \backslash
12278 fbox
12279 \series default
12280
12281 \begin_inset Index idx
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285 こまんど@コマンド ! F ! 
12286 \backslash
12287 fbox
12288 \end_layout
12289
12290 \end_inset
12291
12292 コマンドや
12293 \series bold
12294
12295 \backslash
12296 boxed
12297 \series default
12298
12299 \begin_inset Index idx
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 こまんど@コマンド ! B ! 
12304 \backslash
12305 boxed
12306 \end_layout
12307
12308 \end_inset
12309
12310 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12311 \end_layout
12312
12313 \begin_layout Standard
12314 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12315 \series bold
12316
12317 \backslash
12318 fbox
12319 \series default
12320 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12321 \family sans
12322 Ctrl+M
12323 \family default
12324 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12325 \series bold
12326
12327 \backslash
12328 boxed
12329 \series default
12330 を使った場合には、新しい数式が自動的に枠内に作られます。
12331 \end_layout
12332
12333 \begin_layout Standard
12334
12335 \series bold
12336
12337 \backslash
12338 fbox
12339 \series default
12340 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12341 \series bold
12342
12343 \backslash
12344 boxed
12345 \series default
12346 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12347 \end_layout
12348
12349 \begin_layout Standard
12350
12351 \series bold
12352
12353 \backslash
12354 fbox
12355 \series default
12356 の拡張として、枠幅と配置も指定することができる
12357 \series bold
12358
12359 \backslash
12360 framebox
12361 \series default
12362
12363 \begin_inset Index idx
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367 こまんど@コマンド ! F ! 
12368 \backslash
12369 framebox
12370 \end_layout
12371
12372 \end_inset
12373
12374 コマンドがあります。
12375 \series bold
12376
12377 \backslash
12378 framebox
12379 \series default
12380 は、以下の書式を持ちます。
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386
12387 \backslash
12388 framebox[枠幅][位置]{ボックスの内容}
12389 \end_layout
12390
12391 \begin_layout Standard
12392 「位置」は、
12393 \emph on
12394 l
12395 \emph default
12396
12397 \emph on
12398 r
12399 \emph default
12400 の値をとります。
12401 \emph on
12402 l
12403 \emph default
12404 は、ボックス中で数式を左寄せ、
12405 \emph on
12406 r
12407 \emph default
12408 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12409 \begin_inset Newline newline
12410 \end_inset
12411
12412 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12413 \series bold
12414
12415 \backslash
12416 fbox
12417 \series default
12418 と同様、枠幅がボックスの内容に応じて調節されるのです。
12419 \end_layout
12420
12421 \begin_layout Standard
12422
12423 \series bold
12424
12425 \backslash
12426 framebox
12427 \series default
12428 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12429 \series bold
12430
12431 \backslash
12432 fbox
12433 \series default
12434 同様、数式の断片を入れるためのものです。
12435 \end_layout
12436
12437 \begin_layout Standard
12438 \align center
12439 \begin_inset Tabular
12440 <lyxtabular version="3" rows="5" columns="2">
12441 <features tabularvalignment="middle">
12442 <column alignment="center" valignment="top" width="0">
12443 <column alignment="center" valignment="top" width="0">
12444 <row>
12445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 コマンド
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 出力
12459 \begin_inset Note Note
12460 status collapsed
12461
12462 \begin_layout Plain Layout
12463 ここで
12464 \series bold
12465
12466 \backslash
12467 raisebox
12468 \series default
12469 はスペーサーとして使用しているだけです。
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 </row>
12480 <row>
12481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485
12486 \backslash
12487 fbox
12488 \begin_inset ERT
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492
12493
12494 \backslash
12495 spce 
12496 \end_layout
12497
12498 \end_inset
12499
12500
12501 \family sans
12502 Ctrl+M
12503 \family default
12504  
12505 \backslash
12506 int
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 spce 
12515 \end_layout
12516
12517 \end_inset
12518
12519 A=B
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 <row>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542
12543 \backslash
12544 boxed
12545 \begin_inset ERT
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549
12550
12551 \backslash
12552 spce 
12553 \end_layout
12554
12555 \end_inset
12556
12557
12558 \backslash
12559 int
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 spce 
12568 \end_layout
12569
12570 \end_inset
12571
12572 A=B
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 </row>
12590 <row>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 A+
12596 \backslash
12597 fbox
12598 \begin_inset ERT
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602
12603
12604 \backslash
12605 spce 
12606 \end_layout
12607
12608 \end_inset
12609
12610 B
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12620 \end_inset
12621
12622
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633
12634 \backslash
12635 framebox
12636 \begin_inset ERT
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640
12641
12642 \backslash
12643 spce 
12644 \end_layout
12645
12646 \end_inset
12647
12648 20mm
12649 \begin_inset Formula $\to$
12650 \end_inset
12651
12652
12653 \begin_inset Formula $\to$
12654 \end_inset
12655
12656
12657 \family sans
12658 Ctrl+M
12659 \family default
12660  
12661 \backslash
12662 frac
12663 \begin_inset ERT
12664 status collapsed
12665
12666 \begin_layout Plain Layout
12667
12668
12669 \backslash
12670 spce 
12671 \end_layout
12672
12673 \end_inset
12674
12675 A
12676 \begin_inset Formula $\downarrow$
12677 \end_inset
12678
12679 B
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 \begin_inset Formula $\raisebox{6mm}{}$
12689 \end_inset
12690
12691
12692 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12693 \end_inset
12694
12695
12696 \begin_inset Formula $\raisebox{-4mm}{}$
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 </lyxtabular>
12706
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \begin_layout Standard
12713 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12714 \end_layout
12715
12716 \begin_layout Standard
12717
12718 \series bold
12719
12720 \backslash
12721 fboxrule
12722 \series default
12723  
12724 \series bold
12725
12726 \begin_inset Quotes eld
12727 \end_inset
12728
12729 厚み
12730 \begin_inset Quotes erd
12731 \end_inset
12732
12733
12734 \series default
12735  
12736 \series bold
12737
12738 \backslash
12739 fboxsep
12740 \series default
12741  
12742 \series bold
12743
12744 \begin_inset Quotes eld
12745 \end_inset
12746
12747 距離
12748 \begin_inset Quotes erd
12749 \end_inset
12750
12751
12752 \end_layout
12753
12754 \begin_layout Standard
12755 \begin_inset Quotes eld
12756 \end_inset
12757
12758 距離
12759 \begin_inset Quotes erd
12760 \end_inset
12761
12762 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12763 \begin_inset ERT
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767
12768
12769 \backslash
12770 fboxrule 2mm 
12771 \backslash
12772 fboxsep 3mm
12773 \end_layout
12774
12775 \end_inset
12776
12777
12778 \begin_inset Formula \[
12779 \boxed{A+B=C}\]
12780
12781 \end_inset
12782
12783 この数式の直前には、
12784 \end_layout
12785
12786 \begin_layout Standard
12787
12788 \series bold
12789
12790 \backslash
12791 fboxrule
12792 \series default
12793  
12794 \series bold
12795 2mm
12796 \series default
12797  
12798 \series bold
12799
12800 \backslash
12801 fboxsep
12802 \series default
12803  
12804 \series bold
12805 3mm
12806 \end_layout
12807
12808 \begin_layout Standard
12809 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12810 \end_layout
12811
12812 \begin_layout Standard
12813 標準の枠寸法に戻すには、
12814 \end_layout
12815
12816 \begin_layout Standard
12817
12818 \series bold
12819
12820 \backslash
12821 fboxrule
12822 \series default
12823  
12824 \series bold
12825 0.4pt
12826 \series default
12827  
12828 \series bold
12829
12830 \backslash
12831 fboxsep
12832 \series default
12833  
12834 \series bold
12835 3pt
12836 \series default
12837
12838 \begin_inset ERT
12839 status collapsed
12840
12841 \begin_layout Plain Layout
12842
12843
12844 \backslash
12845 fboxrule 0.4pt 
12846 \backslash
12847 fboxsep 3pt
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12857 \end_layout
12858
12859 \begin_layout Subsection
12860 縁なしボックス
12861 \begin_inset CommandInset label
12862 LatexCommand label
12863 name "sub:枠なしボックス"
12864
12865 \end_inset
12866
12867
12868 \begin_inset Index idx
12869 status collapsed
12870
12871 \begin_layout Plain Layout
12872 ぼっくす@ボックス ! わくなし@枠なし
12873 \end_layout
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 縁のないボックスを作るには、
12882 \series bold
12883
12884 \backslash
12885 mbox
12886 \series default
12887
12888 \begin_inset Index idx
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892 こまんど@コマンド ! M ! 
12893 \backslash
12894 mbox
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \series bold
12901
12902 \backslash
12903 makebox
12904 \series default
12905
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 こまんど@コマンド ! M ! 
12911 \backslash
12912 makebox
12913 \end_layout
12914
12915 \end_inset
12916
12917
12918 \series bold
12919
12920 \backslash
12921 raisebox
12922 \series default
12923
12924 \begin_inset Index idx
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 こまんど@コマンド ! R ! 
12929 \backslash
12930 raisebox
12931 \end_layout
12932
12933 \end_inset
12934
12935 の三つのコマンドがあります。
12936 \end_layout
12937
12938 \begin_layout Standard
12939
12940 \series bold
12941
12942 \backslash
12943 raisebox
12944 \series default
12945 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12946 \series bold
12947
12948 \backslash
12949 raisebox
12950 \series default
12951 は、以下の書式で用いられます。
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \series bold
12957
12958 \backslash
12959 raisebox{高さ}{ボックスの内容}
12960 \end_layout
12961
12962 \begin_layout Standard
12963
12964 \series bold
12965
12966 \backslash
12967 fbox
12968 \series default
12969 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12970 \begin_inset Note Greyedout
12971 status open
12972
12973 \begin_layout Plain Layout
12974
12975 \series bold
12976 (註)
12977 \series default
12978 下の最後の
12979 \series bold
12980
12981 \backslash
12982 raisebox
12983 \series default
12984 のところで、
12985 \family sans
12986 Ctrl+M
12987 \family default
12988 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12989 \series bold
12990
12991 \backslash
12992 raisebox
12993 \series default
12994 を直接サポートしていないためです。
12995 \end_layout
12996
12997 \end_inset
12998
12999
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \align center
13004 \begin_inset Tabular
13005 <lyxtabular version="3" rows="4" columns="2">
13006 <features tabularvalignment="middle">
13007 <column alignment="center" valignment="top" width="0">
13008 <column alignment="center" valignment="top" width="0">
13009 <row>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 コマンド
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 出力
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 </row>
13029 <row>
13030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 H
13035 \backslash
13036 raisebox{2mm
13037 \begin_inset Formula $\to$
13038 \end_inset
13039
13040
13041 \backslash
13042 {al
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046  lo
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 </row>
13064 <row>
13065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 H
13070 \backslash
13071 raisebox{-2mm
13072 \begin_inset Formula $\to$
13073 \end_inset
13074
13075
13076 \backslash
13077 {al
13078 \begin_inset Formula $\to$
13079 \end_inset
13080
13081 lo
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 </row>
13099 <row>
13100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 A=
13105 \backslash
13106 raisebox{-2mm
13107 \begin_inset Formula $\to$
13108 \end_inset
13109
13110
13111 \backslash
13112 {
13113 \family sans
13114 Ctrl+M Ctrl+M
13115 \family default
13116  
13117 \backslash
13118 sqrt
13119 \begin_inset ERT
13120 status collapsed
13121
13122 \begin_layout Plain Layout
13123
13124
13125 \backslash
13126 spce 
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 </row>
13149 </lyxtabular>
13150
13151 \end_inset
13152
13153
13154 \end_layout
13155
13156 \begin_layout Standard
13157 縁がないことを除けば、
13158 \series bold
13159
13160 \backslash
13161 mbox
13162 \series default
13163 コマンドは
13164 \series bold
13165
13166 \backslash
13167 fbox
13168 \series default
13169 と同じであり、
13170 \series bold
13171
13172 \backslash
13173 makebox
13174 \series default
13175
13176 \series bold
13177
13178 \backslash
13179 framebox
13180 \series default
13181 と同じです。
13182 \end_layout
13183
13184 \begin_layout Subsection
13185 色付きボックス
13186 \begin_inset CommandInset label
13187 LatexCommand label
13188 name "sub:色付きボックス"
13189
13190 \end_inset
13191
13192
13193 \begin_inset Index idx
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197 ぼっくす@ボックス ! いろつき@色付き
13198 \end_layout
13199
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \begin_layout Standard
13206 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 usepackage{color}
13215 \end_layout
13216
13217 \begin_layout Standard
13218 という行
13219 \begin_inset Foot
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13224 \series bold
13225 color
13226 \series default
13227 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13228 \end_layout
13229
13230 \end_inset
13231
13232
13233 \begin_inset Note Note
13234 status collapsed
13235
13236 \begin_layout Plain Layout
13237 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13238 \end_layout
13239
13240 \end_inset
13241
13242 を書き加えて、LaTeXパッケージの
13243 \series bold
13244 color
13245 \series default
13246
13247 \begin_inset Foot
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251 LaTeXパッケージ
13252 \series bold
13253 color
13254 \series default
13255 は、すべての標準的なLaTeX頒布版に含まれています。
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \begin_inset Index idx
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265 ぱっけーじ@パッケージ ! color
13266 \end_layout
13267
13268 \end_inset
13269
13270 を読み込む必要があります。
13271 \end_layout
13272
13273 \begin_layout Standard
13274 \begin_inset VSpace medskip
13275 \end_inset
13276
13277 ボックスに色を付けるには、
13278 \series bold
13279
13280 \backslash
13281 colorbox
13282 \series default
13283
13284 \begin_inset Index idx
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 こまんど@コマンド ! C ! 
13289 \backslash
13290 colorbox
13291 \end_layout
13292
13293 \end_inset
13294
13295 コマンドを以下の書式で使用します。
13296 \end_layout
13297
13298 \begin_layout Standard
13299
13300 \series bold
13301
13302 \backslash
13303 colorbox{色}{ボックスの内容}
13304 \end_layout
13305
13306 \begin_layout Standard
13307 ボックスの内容には、別のボックスが含まれても構いませんし、
13308 \series bold
13309
13310 \backslash
13311 colorbox
13312 \series default
13313 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13314 \series bold
13315
13316 \backslash
13317 raisebox
13318 \series default
13319 と同様、明示的に数式を作らなくてはなりません
13320 \begin_inset Foot
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 これは、
13325 \series bold
13326
13327 \backslash
13328 fcolorbox
13329 \series default
13330 コマンドにも当てはまります。
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \end_layout
13337
13338 \begin_layout Standard
13339 選択できる定義済みの色としては、
13340 \end_layout
13341
13342 \begin_layout Standard
13343
13344 \series bold
13345 black
13346 \series default
13347 (黒)・
13348 \series bold
13349 blue
13350 \series default
13351 (青)・
13352 \series bold
13353 cyan
13354 \series default
13355 (シアン)・
13356 \series bold
13357 green
13358 \series default
13359 (緑)・
13360 \series bold
13361 magenta
13362 \series default
13363 (マゼンタ)・
13364 \series bold
13365 red
13366 \series default
13367 (赤)・
13368 \series bold
13369 white
13370 \series default
13371 (白)・
13372 \series bold
13373 yellow
13374 \series default
13375 (黄)
13376 \end_layout
13377
13378 \begin_layout Standard
13379 があります。
13380 \end_layout
13381
13382 \begin_layout Standard
13383 \align center
13384 \begin_inset Tabular
13385 <lyxtabular version="3" rows="4" columns="2">
13386 <features tabularvalignment="middle">
13387 <column alignment="center" valignment="top" width="0">
13388 <column alignment="center" valignment="top" width="0">
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 コマンド
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 出力
13404 \begin_inset Note Note
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 ここで
13409 \series bold
13410
13411 \backslash
13412 raisebox
13413 \series default
13414 はスペーサーとして使用しているだけです。
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 <row>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430
13431 \backslash
13432 colorbox{yellow
13433 \begin_inset Formula $\to$
13434 \end_inset
13435
13436
13437 \backslash
13438 {A=B
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 </row>
13456 <row>
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461
13462 \backslash
13463 colorbox{green
13464 \begin_inset Formula $\to$
13465 \end_inset
13466
13467
13468 \backslash
13469 {
13470 \backslash
13471 fbox
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477
13478 \backslash
13479 spce 
13480 \end_layout
13481
13482 \end_inset
13483
13484 A=B
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 </row>
13502 <row>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507
13508 \backslash
13509 fbox
13510 \begin_inset ERT
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514
13515
13516 \backslash
13517 spce 
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \backslash
13524 colorbox{green
13525 \begin_inset Formula $\to$
13526 \end_inset
13527
13528
13529 \backslash
13530 {
13531 \family sans
13532 Ctrl+M
13533 \family default
13534  
13535 \family sans
13536 Ctrl+M
13537 \family default
13538  
13539 \backslash
13540 int
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546
13547 \backslash
13548 spce 
13549 \end_layout
13550
13551 \end_inset
13552
13553 C=D
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 </row>
13571 </lyxtabular>
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \begin_layout Standard
13579
13580 \series bold
13581
13582 \backslash
13583 colorbox
13584 \series default
13585 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13586 \family sans
13587 文字様式
13588 \family default
13589 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13590 \begin_inset Graphics
13591         filename ../../images/dialog-show_character.png
13592         scale 85
13593
13594 \end_inset
13595
13596
13597 \family sans
13598 編集\SpecialChar \menuseparator
13599 文字様式\SpecialChar \menuseparator
13600 任意設定
13601 \family default
13602 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13603
13604 \end_layout
13605
13606 \begin_layout Standard
13607 たとえば、
13608 \end_layout
13609
13610 \begin_layout Standard
13611
13612 \color red
13613 \begin_inset Formula \begin{equation}
13614 \int A=B\label{eq:red}\end{equation}
13615
13616 \end_inset
13617
13618
13619 \color green
13620
13621 \begin_inset Formula \begin{equation}
13622 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13623
13624 \end_inset
13625
13626
13627 \end_layout
13628
13629 \begin_layout Standard
13630 数式
13631 \begin_inset CommandInset ref
13632 LatexCommand eqref
13633 reference "eq:red"
13634
13635 \end_inset
13636
13637 は、全体が赤色です。
13638 \begin_inset Newline newline
13639 \end_inset
13640
13641 数式
13642 \begin_inset CommandInset ref
13643 LatexCommand eqref
13644 reference "eq:redgreen"
13645
13646 \end_inset
13647
13648 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13649 \end_layout
13650
13651 \begin_layout Standard
13652 \begin_inset VSpace bigskip
13653 \end_inset
13654
13655 ボックスの縁だけ別の色にするには、
13656 \series bold
13657
13658 \backslash
13659 fcolorbox
13660 \series default
13661
13662 \begin_inset Index idx
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666 こまんど@コマンド ! F ! 
13667 \backslash
13668 fcolorbox
13669 \end_layout
13670
13671 \end_inset
13672
13673 コマンドを以下の書式で使用します。
13674 \end_layout
13675
13676 \begin_layout Standard
13677
13678 \series bold
13679
13680 \backslash
13681 fcolorbox{縁の色}{色}{ボックスの内容}
13682 \end_layout
13683
13684 \begin_layout Standard
13685 つまり、
13686 \series bold
13687
13688 \backslash
13689 fcolorbox
13690 \series default
13691
13692 \series bold
13693
13694 \backslash
13695 colorbox
13696 \series default
13697 コマンドの拡張です。
13698 \series bold
13699
13700 \backslash
13701 frameboxと同様に、縁の厚みは
13702 \backslash
13703 fboxrule
13704 \series default
13705
13706 \series bold
13707
13708 \backslash
13709 fboxsep
13710 \series default
13711 で設定します。たとえば、
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717
13718 \backslash
13719 fboxrule 1mm 
13720 \backslash
13721 fboxsep 1mm
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \begin_inset Formula \[
13728 \fcolorbox{cyan}{magenta}{A=B}\]
13729
13730 \end_inset
13731
13732
13733 \begin_inset ERT
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738
13739 \backslash
13740 fboxrule 0.4pt 
13741 \backslash
13742 fboxsep 3pt
13743 \end_layout
13744
13745 \end_inset
13746
13747 のようにします。
13748 \end_layout
13749
13750 \begin_layout Standard
13751 上記の数式は、以下のコマンドで作成されています。
13752 \begin_inset Newline newline
13753 \end_inset
13754
13755
13756 \series bold
13757
13758 \backslash
13759 fcolorbox{cyan
13760 \begin_inset Formula $\to$
13761 \end_inset
13762
13763
13764 \backslash
13765 {magenta
13766 \begin_inset Formula $\to$
13767 \end_inset
13768
13769
13770 \backslash
13771 {A=B
13772 \series default
13773 .
13774 \end_layout
13775
13776 \begin_layout Standard
13777 \begin_inset VSpace bigskip
13778 \end_inset
13779
13780 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13781 \end_layout
13782
13783 \begin_layout Standard
13784 たとえば、「
13785 \series bold
13786 darkgreen
13787 \series default
13788 」という色を定義するには、LaTeXプリアンブルに
13789 \end_layout
13790
13791 \begin_layout Standard
13792
13793 \series bold
13794
13795 \backslash
13796 definecolor{darkgreen}{cmyk}{0.5,
13797 \series default
13798  
13799 \series bold
13800 0,
13801 \series default
13802  
13803 \series bold
13804 1,
13805 \series default
13806  
13807 \series bold
13808 0.5}
13809 \series default
13810
13811 \begin_inset Index idx
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815 こまんど@コマンド ! D ! 
13816 \backslash
13817 definecolor
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \end_layout
13824
13825 \begin_layout Standard
13826 という行を書き加えます。
13827 \end_layout
13828
13829 \begin_layout Standard
13830
13831 \series bold
13832 cmyk
13833 \series default
13834 とは、
13835 \series bold
13836 cyan
13837 \series default
13838 (シアン)・
13839 \series bold
13840 magenta
13841 \series default
13842 (マゼンタ)・
13843 \series bold
13844 yellow
13845 \series default
13846 (黄)・
13847 \series bold
13848 black
13849 \series default
13850 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13851 \begin_inset space \thinspace{}
13852 \end_inset
13853
13854 -
13855 \begin_inset space \thinspace{}
13856 \end_inset
13857
13858 1の範囲をとることができます。定義には、
13859 \series bold
13860 cmyk
13861 \series default
13862 の他に、
13863 \series bold
13864 rgb
13865 \series default
13866 という色空間を使うこともできます。
13867 \series bold
13868 rgb
13869 \series default
13870 とは、
13871 \series bold
13872 red
13873 \series default
13874 (赤)・
13875 \series bold
13876 green
13877 \series default
13878 (緑)・
13879 \series bold
13880 blue
13881 \series default
13882 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13883 \series bold
13884 gray
13885 \series default
13886 という色空間もあります。
13887 \end_layout
13888
13889 \begin_layout Standard
13890 例として、文字が
13891 \series bold
13892 yellow
13893 \series default
13894 に色付けされ、新しく定義した
13895 \series bold
13896 darkgreen
13897 \series default
13898 という色を持つ縁付きボックスを挙げておきます。
13899 \begin_inset Formula \begin{equation}
13900 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Standard
13908
13909 \series bold
13910
13911 \backslash
13912 textcolor
13913 \series default
13914 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13915 \begin_inset Index idx
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919 てきすと@テキスト ! いろつき@色付き
13920 \end_layout
13921
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \begin_layout Standard
13928 \begin_inset ERT
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932
13933
13934 \backslash
13935 textcolor{darkgreen}{
13936 \end_layout
13937
13938 \end_inset
13939
13940 この文は「darkgreen」です。
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946 }
13947 \end_layout
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \begin_layout Standard
13955
13956 \series bold
13957
13958 \backslash
13959 textcolor
13960 \series default
13961
13962 \begin_inset Index idx
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 こまんど@コマンド ! T ! 
13967 \backslash
13968 textcolor
13969 \end_layout
13970
13971 \end_inset
13972
13973 は、
13974 \series bold
13975
13976 \backslash
13977 textcolor{色}{色付けをする文}
13978 \series default
13979 という書式で使用することができます。
13980 \end_layout
13981
13982 \begin_layout Subsection
13983 段落ボックス
13984 \begin_inset CommandInset label
13985 LatexCommand label
13986 name "sub:段落ボックス"
13987
13988 \end_inset
13989
13990
13991 \begin_inset Index idx
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995 ぼっくす@ボックス ! だんらく@段落
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \begin_inset Index idx
14002 status collapsed
14003
14004 \begin_layout Plain Layout
14005 ぼっくす@ボックス ! parbox|see
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 {
14012 \end_layout
14013
14014 \end_inset
14015
14016 ボックス ! 段落ボックス
14017 \begin_inset ERT
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021
14022 }
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \end_layout
14029
14030 \end_inset
14031
14032
14033 \end_layout
14034
14035 \begin_layout Standard
14036 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14037 \family sans
14038 挿入\SpecialChar \menuseparator
14039 ボックス
14040 \family default
14041 メニューかツールバーボタン
14042 \begin_inset Graphics
14043         filename ../../images/box-insert.png
14044         scale 85
14045
14046 \end_inset
14047
14048 で作成することができます。
14049 \end_layout
14050
14051 \begin_layout Standard
14052 以下の例は、行中の縁付きparboxを示したものです。
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \begin_inset VSpace medskip
14057 \end_inset
14058
14059 この行は、
14060 \begin_inset Box Boxed
14061 position "c"
14062 hor_pos "c"
14063 has_inner_box 1
14064 inner_pos "t"
14065 use_parbox 1
14066 use_makebox 0
14067 width "5cm"
14068 special "none"
14069 height "1in"
14070 height_special "totalheight"
14071 status open
14072
14073 \begin_layout Plain Layout
14074 これは段落ボックスです。これはちょうど5
14075 \begin_inset space \thinspace{}
14076 \end_inset
14077
14078 cmの幅になっており、以下のように数式を含めることもできます。
14079 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \end_inset
14086
14087 parboxの入った行です。
14088 \end_layout
14089
14090 \begin_layout Standard
14091 \begin_inset VSpace medskip
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14099 \emph on
14100 装飾
14101 \emph default
14102 :簡素な長方形の箱型、
14103 \emph on
14104 内部ボックス
14105 \emph default
14106 :parboxコマンド、
14107 \emph on
14108
14109 \emph default
14110 :5
14111 \begin_inset space \thinspace{}
14112 \end_inset
14113
14114 cm、
14115 \emph on
14116 垂直ボックス配置
14117 \emph default
14118 :中央、に設定されています。
14119 \end_layout
14120
14121 \begin_layout Standard
14122 \begin_inset VSpace medskip
14123 \end_inset
14124
14125 LaTeXでは、parboxは、以下の書式を持つ
14126 \series bold
14127
14128 \backslash
14129 parbox
14130 \series default
14131
14132 \begin_inset Index idx
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 こまんど@コマンド ! P ! 
14137 \backslash
14138 parbox
14139 \end_layout
14140
14141 \end_inset
14142
14143 コマンドによって作られます。
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149
14150 \backslash
14151 parbox[位置]{幅}{ボックスの内容}
14152 \end_layout
14153
14154 \begin_layout Standard
14155 「位置」は、
14156 \emph on
14157 b
14158 \emph default
14159
14160 \emph on
14161 t
14162 \emph default
14163 の値をとることができます。下揃えを意味する
14164 \emph on
14165 b
14166 \emph default
14167
14168 \bar under
14169 b
14170 \bar default
14171 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14172 \emph on
14173 t
14174 \emph default
14175
14176 \bar under
14177 t
14178 \bar default
14179 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14180 \emph on
14181 Boxes
14182 \emph default
14183 の節をご参照下さい。
14184 \end_layout
14185
14186 \begin_layout Standard
14187 \begin_inset VSpace bigskip
14188 \end_inset
14189
14190 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14191 \series bold
14192 parbox{
14193 \backslash
14194 linewidth-2
14195 \backslash
14196 fboxsep-2
14197 \backslash
14198 fboxrule}{
14199 \series default
14200 というコマンドを挿入します。ここで
14201 \series bold
14202
14203 \backslash
14204 linewidth
14205 \begin_inset Index idx
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 こまんど@コマンド ! L ! 
14210 \backslash
14211 linewidth
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \series default
14218 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14219 \begin_inset Foot
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223 \begin_inset CommandInset href
14224 LatexCommand href
14225 name "LyX-bug #4483"
14226 target "http://www.lyx.org/trac/ticket/4483"
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \end_inset
14234
14235 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14236 \series bold
14237 calc
14238 \series default
14239
14240 \begin_inset Foot
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244
14245 \series bold
14246 calc
14247 \series default
14248 は、標準的LaTeX頒布版のすべてに含まれています。
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \begin_inset Index idx
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258 ぱっけーじ@パッケージ ! calc
14259 \end_layout
14260
14261 \end_inset
14262
14263 を、LaTeXプリアンブル中で
14264 \end_layout
14265
14266 \begin_layout Standard
14267
14268 \series bold
14269
14270 \backslash
14271 usepackage{calc}
14272 \end_layout
14273
14274 \begin_layout Standard
14275 のように読み込んでおく必要があります。数式の後では、TeXモードで
14276 \series bold
14277 }}
14278 \series default
14279 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285
14286 \backslash
14287 fboxsep 5mm 
14288 \backslash
14289 fboxrule 5mm
14290 \end_layout
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \begin_layout Standard
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 fbox{
14306 \backslash
14307 parbox{
14308 \backslash
14309 linewidth-2
14310 \backslash
14311 fboxsep-2
14312 \backslash
14313 fboxrule}{
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \begin_inset Formula \begin{equation}
14320 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14321
14322 \end_inset
14323
14324
14325 \begin_inset ERT
14326 status collapsed
14327
14328 \begin_layout Plain Layout
14329
14330 }}
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \begin_inset ERT
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340
14341
14342 \backslash
14343 fboxrule 0.4pt 
14344 \backslash
14345 fboxsep 3pt
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Standard
14354 \begin_inset VSpace medskip
14355 \end_inset
14356
14357
14358 \series bold
14359
14360 \backslash
14361 fbox
14362 \series default
14363 の引数としてparboxが使われているので、この場合には、
14364 \series bold
14365
14366 \backslash
14367 fbox
14368 \series default
14369 を使おうが
14370 \series bold
14371
14372 \backslash
14373 boxed
14374 \series default
14375 を使おうが、差は生じません。
14376 \end_layout
14377
14378 \begin_layout Standard
14379 \begin_inset VSpace bigskip
14380 \end_inset
14381
14382 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14383 \series bold
14384
14385 \backslash
14386 parbox
14387 \series default
14388
14389 \series bold
14390
14391 \backslash
14392 tag
14393 \series default
14394 コマンドといっしょに使います(
14395 \series bold
14396
14397 \backslash
14398 tag
14399 \series default
14400 についての詳細は、第
14401 \begin_inset CommandInset ref
14402 LatexCommand ref
14403 reference "sub:ユーザー定義番号"
14404
14405 \end_inset
14406
14407 節をご参照下さい)
14408 \end_layout
14409
14410 \begin_layout Standard
14411 以下は、
14412 \series bold
14413
14414 \backslash
14415 parbox
14416 \series default
14417 を使ってコメントを付けた数式の例です。
14418 \end_layout
14419
14420 \begin_layout Standard
14421 \begin_inset ERT
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425
14426
14427 \backslash
14428 [5x-7b=3b
14429 \backslash
14430 tag*{
14431 \backslash
14432 parbox{5cm}{
14433 \end_layout
14434
14435 \end_inset
14436
14437 これは説明です。数式や多行数式本体からはっきりと離れています。
14438 \begin_inset ERT
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442
14443 }}
14444 \backslash
14445 ]
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \begin_layout Standard
14454 LyXは、まだ数式中での
14455 \series bold
14456
14457 \backslash
14458 parbox
14459 \series default
14460 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14461 \end_layout
14462
14463 \begin_layout Standard
14464 まず、
14465 \series bold
14466
14467 \backslash
14468 [5x-7b=3b
14469 \backslash
14470 tag*
14471 \backslash
14472 {
14473 \backslash
14474 parbox{5cm}{
14475 \series default
14476 というコマンドをTeXモードで挿入します
14477 \begin_inset Foot
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481
14482 \series bold
14483 行頭下げ
14484 \series default
14485 数式様式を使用している時には、
14486 \series bold
14487
14488 \backslash
14489 tag*
14490 \backslash
14491 {
14492 \series default
14493 の代わりに
14494 \series bold
14495
14496 \backslash
14497 hfill
14498 \series default
14499 を用いることもできます(数式様式に関しては、第
14500 \begin_inset CommandInset ref
14501 LatexCommand ref
14502 reference "sec:数式様式"
14503
14504 \end_inset
14505
14506 節をご参照下さい)。
14507 \end_layout
14508
14509 \end_inset
14510
14511 。それから、説明を通常のテキストとして入れ、最後に
14512 \series bold
14513 }}
14514 \backslash
14515 ]
14516 \series default
14517 をTeXモードで挿入します。ここで
14518 \series bold
14519
14520 \backslash
14521 [
14522 \series default
14523 および
14524 \series bold
14525
14526 \backslash
14527 ]
14528 \series default
14529 コマンドは別行建て数式を作るためのものです。
14530 \end_layout
14531
14532 \begin_layout Standard
14533
14534 \series bold
14535
14536 \backslash
14537 parbox
14538 \series default
14539 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14540 \begin_inset Formula \[
14541 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Section
14549 演算子
14550 \begin_inset Index idx
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 えんざんし@演算子
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Subsection
14563 大演算子
14564 \begin_inset CommandInset label
14565 LatexCommand label
14566 name "sub:大演算子"
14567
14568 \end_inset
14569
14570
14571 \begin_inset Index idx
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575 えんざんし@演算子 ! だい@大
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \begin_inset Index idx
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585 わ@和
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \begin_inset Index idx
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 せきぶんきごう@積分記号
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14605 \family sans
14606 数式オプション
14607 \family default
14608 の面にある
14609 \family sans
14610 esintパッケージを自動的に使う
14611 \family default
14612 オプションを有効にしなくてはなりません。
14613 \end_layout
14614
14615 \begin_layout Standard
14616 \begin_inset space \hfill{}
14617 \end_inset
14618
14619
14620 \begin_inset Tabular
14621 <lyxtabular version="3" rows="9" columns="2">
14622 <features tabularvalignment="middle">
14623 <column alignment="center" valignment="top" width="0pt">
14624 <column alignment="center" valignment="top" width="0pt">
14625 <row>
14626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 コマンド
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 出力
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 <row>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650
14651 \backslash
14652 sum
14653 \begin_inset Index idx
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657 こまんど@コマンド ! S ! 
14658 \backslash
14659 sum
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 \begin_inset Formula $\sum$
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 <row>
14683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687
14688 \backslash
14689 int
14690 \begin_inset Index idx
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 こまんど@コマンド ! I ! 
14695 \backslash
14696 int
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710 \begin_inset Formula $\int$
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 </row>
14719 <row>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724
14725 \backslash
14726 oint
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735 \begin_inset Formula $\oint$
14736 \end_inset
14737
14738
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749
14750 \backslash
14751 ointctrclockwise
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760 \begin_inset Formula $\ointctrclockwise$
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 </row>
14769 <row>
14770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14771 \begin_inset Text
14772
14773 \begin_layout Plain Layout
14774
14775 \backslash
14776 ointclockwise
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 \begin_inset Formula $\ointclockwise$
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799
14800 \backslash
14801 sqint
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 \begin_inset Formula $\sqint$
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824
14825 \backslash
14826 bigcap
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset Formula $\bigcap$
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \backslash
14851 bigcup
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Formula $\bigcup$
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 </lyxtabular>
14870
14871 \end_inset
14872
14873
14874 \begin_inset space \hfill{}
14875 \end_inset
14876
14877
14878 \begin_inset Tabular
14879 <lyxtabular version="3" rows="10" columns="2">
14880 <features tabularvalignment="middle">
14881 <column alignment="center" valignment="top" width="0pt">
14882 <column alignment="center" valignment="top" width="0pt">
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 コマンド
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 出力
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \backslash
14910 prod
14911 \begin_inset Index idx
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915 こまんど@コマンド ! P ! 
14916 \backslash
14917 prod
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 \begin_inset Formula $\prod$
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 </row>
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945
14946 \backslash
14947 coprod
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 \begin_inset Formula $\coprod$
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \backslash
14972 bigodot
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 \begin_inset Formula $\bigodot$
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995
14996 \backslash
14997 bigotimes
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 \begin_inset Formula $\bigotimes$
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 <row>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \backslash
15022 bigoplus
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset Formula $\bigoplus$
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \backslash
15047 bigwedge
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 \begin_inset Formula $\bigwedge$
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \backslash
15072 bigvee
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 \begin_inset Formula $\bigvee$
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \backslash
15097 bigsqcup
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 \begin_inset Formula $\bigsqcup$
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \backslash
15122 biguplus
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 \begin_inset Formula $\biguplus$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 </lyxtabular>
15141
15142 \end_inset
15143
15144
15145 \begin_inset space \hfill{}
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Standard
15152 すべての大演算子は、数式ツールバーボタンの
15153 \begin_inset Graphics
15154         filename ../../images/math/intop.png
15155         scale 85
15156
15157 \end_inset
15158
15159 でも挿入することができます。
15160 \end_layout
15161
15162 \begin_layout Standard
15163 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15164 \end_layout
15165
15166 \begin_layout Standard
15167 積分演算子はすべて、
15168 \series bold
15169
15170 \backslash
15171 intop
15172 \series default
15173
15174 \series bold
15175
15176 \backslash
15177 ointop
15178 \series default
15179 のように、
15180 \series bold
15181 op
15182 \series default
15183 で終わる別バージョンがあります。これらの演算子は、
15184 \series bold
15185
15186 \backslash
15187 int
15188 \series default
15189 とは範囲の表示のしかたが異なります。第
15190 \begin_inset CommandInset ref
15191 LatexCommand ref
15192 reference "sub:演算子の範囲"
15193
15194 \end_inset
15195
15196 節をご参照下さい。
15197 \end_layout
15198
15199 \begin_layout Subsubsection*
15200 積分の子細
15201 \end_layout
15202
15203 \begin_layout Standard
15204 積分中で用いられる文字
15205 \emph on
15206 d
15207 \emph default
15208 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15209 \emph on
15210 d
15211 \emph default
15212 を選択して、短絡キー
15213 \begin_inset Info
15214 type  "shortcut"
15215 arg   "font-roman"
15216 \end_inset
15217
15218 を用います
15219 \begin_inset Foot
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223 文字様式については、第
15224 \begin_inset CommandInset ref
15225 LatexCommand ref
15226 reference "sub:書体様式"
15227
15228 \end_inset
15229
15230 節参照。
15231 \end_layout
15232
15233 \end_inset
15234
15235 。最後に、演算子の慣例に倣って、
15236 \emph on
15237 d
15238 \emph default
15239 の前に最小空白を挿入しなくてはなりません。たとえば、
15240 \end_layout
15241
15242 \begin_layout Standard
15243 正しくない例:
15244 \begin_inset Formula $\int A(x)dx$
15245 \end_inset
15246
15247
15248 \begin_inset Newline newline
15249 \end_inset
15250
15251 正しい
15252 \begin_inset Phantom HPhantom
15253 status open
15254
15255 \begin_layout Plain Layout
15256 ない
15257 \end_layout
15258
15259 \end_inset
15260
15261 例:
15262 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 多重積分に関しては、以下のコマンドがあります。
15270 \begin_inset VSpace medskip
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \begin_layout Standard
15277 \begin_inset space \hfill{}
15278 \end_inset
15279
15280
15281 \begin_inset Tabular
15282 <lyxtabular version="3" rows="4" columns="2">
15283 <features tabularvalignment="middle">
15284 <column alignment="center" valignment="top" width="0">
15285 <column alignment="center" valignment="top" width="0">
15286 <row>
15287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 コマンド
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 出力
15301 \begin_inset Note Note
15302 status collapsed
15303
15304 \begin_layout Plain Layout
15305 ここで
15306 \series bold
15307
15308 \backslash
15309 raisebox
15310 \series default
15311 はスペーサーとして使用しているだけです。
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 iint
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \backslash
15354 oiint
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 <row>
15373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377
15378 \backslash
15379 sqiint
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 </row>
15397 </lyxtabular>
15398
15399 \end_inset
15400
15401
15402 \begin_inset space \hfill{}
15403 \end_inset
15404
15405
15406 \begin_inset Tabular
15407 <lyxtabular version="3" rows="4" columns="2">
15408 <features tabularvalignment="middle">
15409 <column alignment="center" valignment="top" width="0">
15410 <column alignment="center" valignment="top" width="0">
15411 <row>
15412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 コマンド
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 出力
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 </row>
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436
15437 \backslash
15438 iiint
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \backslash
15463 iiiint
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 dotsint
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 </lyxtabular>
15507
15508 \end_inset
15509
15510
15511 \begin_inset space \hfill{}
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \begin_layout Subsection
15518 演算子の範囲
15519 \begin_inset CommandInset label
15520 LatexCommand label
15521 name "sub:演算子の範囲"
15522
15523 \end_inset
15524
15525
15526 \begin_inset Index idx
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530 えんざんし@演算子 ! はんい@範囲
15531 \end_layout
15532
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \begin_layout Standard
15539 範囲は、上付き文字と下付き文字とで作成することができます。
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \align center
15544 \begin_inset Tabular
15545 <lyxtabular version="3" rows="2" columns="2">
15546 <features tabularvalignment="middle">
15547 <column alignment="center" valignment="top" width="0pt">
15548 <column alignment="center" valignment="top" width="0pt">
15549 <row>
15550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554 コマンド
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 出力
15564 \begin_inset Note Note
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568 ここで
15569 \series bold
15570
15571 \backslash
15572 raisebox
15573 \series default
15574 はスペーサーとして使用しているだけです。
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \backslash
15592 prod^
15593 \backslash
15594 infty
15595 \begin_inset ERT
15596 status collapsed
15597
15598 \begin_layout Plain Layout
15599
15600
15601 \backslash
15602 spce 
15603 \end_layout
15604
15605 \end_inset
15606
15607
15608 \begin_inset Formula $\to$
15609 \end_inset
15610
15611 _0
15612 \begin_inset Formula $\to$
15613 \end_inset
15614
15615 A(x)
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 </lyxtabular>
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15642 \end_layout
15643
15644 \begin_layout Standard
15645 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15646 \family sans
15647 編集\SpecialChar \menuseparator
15648 数式\SpecialChar \menuseparator
15649 範囲の表記を変更
15650 \family default
15651 メニューで
15652 \family sans
15653 \series bold
15654 行内形式
15655 \family default
15656 \series default
15657 (短絡キー
15658 \begin_inset Info
15659 type  "shortcut"
15660 arg   "math-limits"
15661 \end_inset
15662
15663 )を選択することで範囲形式を変更することができます。以下はその用例です。
15664 \end_layout
15665
15666 \begin_layout Standard
15667 既定の範囲形式は、以下のようになっています。
15668 \begin_inset Formula \[
15669 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15670
15671 \end_inset
15672
15673 以下は、範囲形式を
15674 \family sans
15675 \series bold
15676 行内形式
15677 \family default
15678 \series default
15679 に変更したときの表示です。
15680 \begin_inset Formula \[
15681 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15682
15683 \end_inset
15684
15685
15686 \series bold
15687
15688 \backslash
15689 intop
15690 \series default
15691
15692 \series bold
15693
15694 \backslash
15695 ointop
15696 \series default
15697 などのように
15698 \series bold
15699 op
15700 \series default
15701 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15702 の例では、範囲形式を
15703 \series bold
15704 別行建て形式
15705 \series default
15706 にして積分記号の下に置くようにしています。
15707 \begin_inset Formula \begin{equation}
15708 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 \begin_inset VSpace medskip
15717 \end_inset
15718
15719 範囲に条件を指定したい場合には、
15720 \series bold
15721
15722 \backslash
15723 subarray
15724 \series default
15725
15726 \begin_inset Index idx
15727 status collapsed
15728
15729 \begin_layout Plain Layout
15730 こまんど@コマンド ! S ! 
15731 \backslash
15732 subarray
15733 \end_layout
15734
15735 \end_inset
15736
15737 コマンドや
15738 \series bold
15739
15740 \backslash
15741 substack
15742 \series default
15743
15744 \begin_inset Index idx
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748 こまんど@コマンド ! S ! 
15749 \backslash
15750 substack
15751 \end_layout
15752
15753 \end_inset
15754
15755 コマンドを使用します。たとえば、以下の表記 
15756 \begin_inset Formula \begin{equation}
15757 \sum_{\begin{subarray}{c}
15758 0<k<1000\\
15759 \\
15760 k\,\in\,\mathbb{N}
15761 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15762
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \begin_layout Standard
15769 を作成するには、以下のようにしなくてはなりません。
15770 \begin_inset Newline newline
15771 \end_inset
15772
15773 まず、
15774 \series bold
15775
15776 \backslash
15777 sum
15778 \series default
15779 ^
15780 \series bold
15781 n
15782 \begin_inset ERT
15783 status collapsed
15784
15785 \begin_layout Plain Layout
15786
15787
15788 \backslash
15789 spce 
15790 \end_layout
15791
15792 \end_inset
15793
15794 _
15795 \series default
15796 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15797 \series bold
15798
15799 \backslash
15800 subarray
15801 \begin_inset ERT
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805
15806
15807 \backslash
15808 spce 
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \series default
15815 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15816 \begin_inset Info
15817 type  "shortcut"
15818 arg   "newline-insert newline"
15819 \end_inset
15820
15821 )を挿入することで作ることができます。ここに
15822 \begin_inset Newline newline
15823 \end_inset
15824
15825
15826 \series bold
15827 0
15828 \begin_inset Formula $\boldsymbol{<}$
15829 \end_inset
15830
15831 k
15832 \begin_inset Formula $\boldsymbol{<}$
15833 \end_inset
15834
15835 1000 Ctrl+Return
15836 \begin_inset Newline newline
15837 \end_inset
15838
15839
15840 \series default
15841 と入力すると、新規行のための新しい枠が現れます。
15842 \end_layout
15843
15844 \begin_layout Standard
15845 各行の揃え方は、
15846 \family sans
15847 表ツールバー
15848 \family default
15849
15850 \family sans
15851 編集\SpecialChar \menuseparator
15852 行と列
15853 \family default
15854 メニューで変更することができますが、右揃えにするには、行頭に
15855 \series bold
15856
15857 \backslash
15858 hfill
15859 \begin_inset ERT
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863
15864
15865 \backslash
15866 spce 
15867 \end_layout
15868
15869 \end_inset
15870
15871
15872 \series default
15873 を挿入しなくてはなりません。
15874 \end_layout
15875
15876 \begin_layout Standard
15877
15878 \series bold
15879
15880 \backslash
15881 substack
15882 \series default
15883 コマンドは、各行がつねに中央揃えになることを除いては、
15884 \series bold
15885
15886 \backslash
15887 subarray
15888 \series default
15889 と同じです。
15890 \end_layout
15891
15892 \begin_layout Standard
15893 \begin_inset VSpace bigskip
15894 \end_inset
15895
15896 演算子の後に来る文字は、範囲の横に来るので、
15897 \begin_inset CommandInset ref
15898 LatexCommand eqref
15899 reference "eq:substack"
15900
15901 \end_inset
15902
15903 式のように、演算子の横の余白が大きくなりすぎることがあります。
15904 \end_layout
15905
15906 \begin_layout Standard
15907 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15908 \end_layout
15909
15910 \begin_layout Standard
15911
15912 \series bold
15913
15914 \backslash
15915 def
15916 \backslash
15917 clap#1{
15918 \backslash
15919 hbox to 0pt{
15920 \backslash
15921 hss #1
15922 \backslash
15923 hss}}
15924 \begin_inset Newline newline
15925 \end_inset
15926
15927
15928 \backslash
15929 def
15930 \backslash
15931 mathclap {
15932 \backslash
15933 mathpalette 
15934 \backslash
15935 mathclapinternal}
15936 \begin_inset Newline newline
15937 \end_inset
15938
15939
15940 \backslash
15941 def
15942 \backslash
15943 mathclapinternal #1#2{
15944 \backslash
15945 clap{$
15946 \backslash
15947 mathsurround =0pt #1{#2}$}}
15948 \end_layout
15949
15950 \begin_layout Standard
15951 これは、範囲の幅を0
15952 \begin_inset space \thinspace{}
15953 \end_inset
15954
15955 ptに設定する
15956 \series bold
15957
15958 \backslash
15959 mathclap
15960 \series default
15961
15962 \begin_inset Index idx
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966 こまんど@コマンド ! M ! 
15967 \backslash
15968 mathclap
15969 \end_layout
15970
15971 \end_inset
15972
15973 コマンドを定義しています。このコマンドの書式は、
15974 \end_layout
15975
15976 \begin_layout Standard
15977
15978 \series bold
15979
15980 \backslash
15981 mathclap{範囲}
15982 \end_layout
15983
15984 \begin_layout Standard
15985 となっていて、「範囲」には複数の条件を入れることができます。
15986 \end_layout
15987
15988 \begin_layout Standard
15989 これを
15990 \begin_inset CommandInset ref
15991 LatexCommand eqref
15992 reference "eq:substack"
15993
15994 \end_inset
15995
15996 式に応用すると、以下のようなコマンド
15997 \end_layout
15998
15999 \begin_layout Standard
16000
16001 \series bold
16002
16003 \backslash
16004 sum_
16005 \backslash
16006 mathclap{
16007 \backslash
16008 substack
16009 \begin_inset ERT
16010 status collapsed
16011
16012 \begin_layout Plain Layout
16013
16014
16015 \backslash
16016 spce 
16017 \end_layout
16018
16019 \end_inset
16020
16021 0
16022 \begin_inset Formula $\boldsymbol{<}$
16023 \end_inset
16024
16025 k
16026 \begin_inset Formula $\boldsymbol{<}$
16027 \end_inset
16028
16029 1000 Ctrl+Return
16030 \end_layout
16031
16032 \begin_layout Standard
16033 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16034 \begin_inset Formula \[
16035 \sum_{\mathclap{\substack{0<k<1000\\
16036 \\
16037 k\,\in\,\mathbb{N}
16038 }
16039 }}^{n}k^{-2}\]
16040
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \begin_layout Standard
16047 \begin_inset VSpace bigskip
16048 \end_inset
16049
16050 一つの範囲を複数の演算子に用いる方法が、第
16051 \begin_inset CommandInset ref
16052 LatexCommand ref
16053 reference "sub:自己定義演算子"
16054
16055 \end_inset
16056
16057 節に述べられています。
16058 \end_layout
16059
16060 \begin_layout Standard
16061 \begin_inset Newpage newpage
16062 \end_inset
16063
16064
16065 \end_layout
16066
16067 \begin_layout Subsection
16068 二項演算子
16069 \begin_inset CommandInset label
16070 LatexCommand label
16071 name "sub:二項演算子"
16072
16073 \end_inset
16074
16075
16076 \begin_inset Index idx
16077 status collapsed
16078
16079 \begin_layout Plain Layout
16080 えんざんし@演算子 ! にこう@二項
16081 \end_layout
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \begin_layout Standard
16089 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16090 \begin_inset VSpace medskip
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \begin_layout Standard
16097 \begin_inset space \hfill{}
16098 \end_inset
16099
16100
16101 \begin_inset Tabular
16102 <lyxtabular version="3" rows="13" columns="2">
16103 <features tabularvalignment="middle">
16104 <column alignment="center" valignment="top" width="0pt">
16105 <column alignment="center" valignment="top" width="0pt">
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 コマンド
16112 \begin_inset Note Note
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 ここで
16117 \series bold
16118
16119 \backslash
16120 raisebox
16121 \series default
16122 はスペーサーとして使用しているだけです。
16123 \end_layout
16124
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 出力
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 +
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 \begin_inset Formula $+$
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 </row>
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 -
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Formula $-$
16180 \end_inset
16181
16182
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \backslash
16195 pm
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 \begin_inset Formula $\pm$
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 <row>
16214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218
16219 \backslash
16220 mp
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 \begin_inset Formula $\mp$
16230 \end_inset
16231
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \backslash
16245 cdot
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 \begin_inset Formula $\cdot$
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \backslash
16270 times
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 \begin_inset Formula $\times$
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 </row>
16288 <row>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293
16294 \backslash
16295 div
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 \begin_inset Formula $\div$
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 \begin_inset ERT
16319 status collapsed
16320
16321 \begin_layout Plain Layout
16322
16323
16324 \backslash
16325 raisebox{-1.2mm}{
16326 \end_layout
16327
16328 \end_inset
16329
16330 *
16331 \begin_inset ERT
16332 status collapsed
16333
16334 \begin_layout Plain Layout
16335
16336 }
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Formula $*$
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364
16365 \backslash
16366 star
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375 \begin_inset Formula $\star$
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 </row>
16384 <row>
16385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389
16390 \backslash
16391 circ
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 \begin_inset Formula $\circ$
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414
16415 \backslash
16416 diamond
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 \begin_inset Formula $\diamond$
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439
16440 \backslash
16441 bullet
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 \begin_inset Formula $\bullet$
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 </lyxtabular>
16460
16461 \end_inset
16462
16463
16464 \begin_inset space \hfill{}
16465 \end_inset
16466
16467
16468 \begin_inset Tabular
16469 <lyxtabular version="3" rows="13" columns="2">
16470 <features tabularvalignment="middle">
16471 <column alignment="center" valignment="top" width="0pt">
16472 <column alignment="center" valignment="top" width="0pt">
16473 <row>
16474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 コマンド
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 出力
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498
16499 \backslash
16500 nabla
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 \begin_inset Formula $\nabla$
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 <row>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523
16524 \backslash
16525 bigtriangledown
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset Formula $\bigtriangledown$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \backslash
16550 bigtriangleup
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 \begin_inset Formula $\bigtriangleup$
16560 \end_inset
16561
16562
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row>
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573
16574 \backslash
16575 Box
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 \begin_inset Formula $\Box$
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598
16599 \backslash
16600 cap 
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Formula $\cap$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623
16624 \backslash
16625 cup
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $\cup$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648
16649 \backslash
16650 dagger
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Formula $\dagger$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 </row>
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673
16674 \backslash
16675 ddagger
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset Formula $\ddagger$
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698
16699 \backslash
16700 wr
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Formula $\wr$
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \backslash
16725 bigcirc
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Formula $\bigcirc$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \backslash
16750 wedge
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $\wedge$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 </row>
16768 <row>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773
16774 \backslash
16775 vee
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $\vee$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 </lyxtabular>
16794
16795 \end_inset
16796
16797
16798 \begin_inset space \hfill{}
16799 \end_inset
16800
16801
16802 \begin_inset Tabular
16803 <lyxtabular version="3" rows="13" columns="2">
16804 <features tabularvalignment="middle">
16805 <column alignment="center" valignment="top" width="0pt">
16806 <column alignment="center" valignment="top" width="0pt">
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 コマンド
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 出力
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 oplus
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\oplus$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 ominus
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\ominus$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 otimes
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\otimes$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 oslash
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\oslash$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \backslash
16934 odot
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\odot$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 amalg
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $\amalg$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 uplus
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\uplus$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 setminus
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\setminus$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 sqcap
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\sqcap$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 sqcup
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\sqcup$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \backslash
17084 triangleleft
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\triangleleft$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \backslash
17109 triangleright
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\triangleright$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 </lyxtabular>
17128
17129 \end_inset
17130
17131
17132 \begin_inset space \hfill{}
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 二項演算子は、すべて数式ツールバーボタンの
17140 \begin_inset Graphics
17141         filename ../../images/math/pm.png
17142         scale 85
17143
17144 \end_inset
17145
17146 から挿入することもできます。
17147 \end_layout
17148
17149 \begin_layout Standard
17150 ラプラス演算子を組版するには、
17151 \series bold
17152
17153 \backslash
17154 bigtriangleup
17155 \series default
17156 以外に、
17157 \series bold
17158
17159 \backslash
17160 Delta
17161 \series default
17162
17163 \series bold
17164
17165 \backslash
17166 nabla
17167 \series default
17168 ^
17169 \series bold
17170 2
17171 \series default
17172
17173 \begin_inset Formula $\nabla^{2}$
17174 \end_inset
17175
17176 )を使用することもできます。
17177 \end_layout
17178
17179 \begin_layout Standard
17180
17181 \family sans
17182 挿入\SpecialChar \menuseparator
17183 特殊文字
17184 \family default
17185 メニューの
17186 \family sans
17187 メニュー区切り
17188 \family default
17189 で入力される文字は、
17190 \series bold
17191
17192 \backslash
17193 triangleright
17194 \series default
17195 演算子です。
17196 \end_layout
17197
17198 \begin_layout Subsection
17199 自己定義演算子
17200 \begin_inset CommandInset label
17201 LatexCommand label
17202 name "sub:自己定義演算子"
17203
17204 \end_inset
17205
17206
17207 \begin_inset Index idx
17208 status collapsed
17209
17210 \begin_layout Plain Layout
17211 えんざんし@演算子 ! じこていぎ@自己定義
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Standard
17220 LaTeXプリアンブルで
17221 \series bold
17222
17223 \backslash
17224 DeclareMathOperator
17225 \series default
17226
17227 \begin_inset Index idx
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 こまんど@コマンド ! D ! 
17232 \backslash
17233 dbinom@
17234 \backslash
17235 DeclareMathOperator
17236 \end_layout
17237
17238 \end_inset
17239
17240 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17241 \end_layout
17242
17243 \begin_layout Standard
17244
17245 \series bold
17246
17247 \backslash
17248 DeclareMathOperator{新規コマンド}{表示}
17249 \end_layout
17250
17251 \begin_layout Standard
17252 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17253 \begin_inset CommandInset ref
17254 LatexCommand ref
17255 reference "sub:演算子の範囲"
17256
17257 \end_inset
17258
17259 節で述べられた範囲を指定することができます。
17260 \end_layout
17261
17262 \begin_layout Standard
17263 たとえば、以下のようなLaTeXプリアンブル行
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 DeclareMathOperator*{
17272 \backslash
17273 Lozenge}{
17274 \backslash
17275 blacklozenge}
17276 \end_layout
17277
17278 \begin_layout Standard
17279 は、第
17280 \begin_inset CommandInset ref
17281 LatexCommand ref
17282 reference "sub:その他の記号"
17283
17284 \end_inset
17285
17286 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17287 \series bold
17288
17289 \backslash
17290 Lozenge
17291 \series default
17292 を定義します。
17293 \begin_inset Formula \[
17294 \Lozenge_{n=1}^{\infty}\]
17295
17296 \end_inset
17297
17298 上記の数式を作るコマンドは、
17299 \series bold
17300
17301 \backslash
17302 Lozenge
17303 \series default
17304 ^
17305 \series bold
17306
17307 \backslash
17308 infty
17309 \begin_inset Formula $\to$
17310 \end_inset
17311
17312 _n=1
17313 \series default
17314 です。
17315 \end_layout
17316
17317 \begin_layout Standard
17318 \begin_inset VSpace bigskip
17319 \end_inset
17320
17321 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17322 \series bold
17323
17324 \backslash
17325 mathop
17326 \series default
17327
17328 \begin_inset Index idx
17329 status collapsed
17330
17331 \begin_layout Plain Layout
17332 こまんど@コマンド ! M ! 
17333 \backslash
17334 mathop
17335 \end_layout
17336
17337 \end_inset
17338
17339 コマンドおよび
17340 \series bold
17341
17342 \backslash
17343 mathbin
17344 \series default
17345
17346 \begin_inset Index idx
17347 status collapsed
17348
17349 \begin_layout Plain Layout
17350 こまんど@コマンド ! M ! 
17351 \backslash
17352 mathbin
17353 \end_layout
17354
17355 \end_inset
17356
17357 コマンドを用いて定義を行うこともできます。
17358 \end_layout
17359
17360 \begin_layout Standard
17361 (書式)
17362 \series bold
17363
17364 \backslash
17365 mathop{表示}
17366 \series default
17367 および
17368 \series bold
17369
17370 \backslash
17371 mathbin{表示}
17372 \end_layout
17373
17374 \begin_layout Standard
17375
17376 \series bold
17377
17378 \backslash
17379 mathop
17380 \series default
17381 は大演算子を定義し、
17382 \series bold
17383
17384 \backslash
17385 mathbin
17386 \series default
17387 は二項演算子を定義します。
17388 \end_layout
17389
17390 \begin_layout Standard
17391 たとえば
17392 \series bold
17393
17394 \backslash
17395 mathop
17396 \series default
17397 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17398 \end_layout
17399
17400 \begin_layout Standard
17401 \begin_inset Formula \[
17402 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Standard
17410 上記の数式では
17411 \begin_inset Newline newline
17412 \end_inset
17413
17414
17415 \series bold
17416
17417 \backslash
17418 mathop{
17419 \backslash
17420 sum
17421 \backslash
17422 negmedspace
17423 \backslash
17424 sum
17425 \series default
17426
17427 \begin_inset ERT
17428 status collapsed
17429
17430 \begin_layout Plain Layout
17431
17432
17433 \backslash
17434 spce 
17435 \end_layout
17436
17437 \end_inset
17438
17439
17440 \series bold
17441
17442 \begin_inset Formula $\to$
17443 \end_inset
17444
17445 ^N
17446 \series default
17447
17448 \begin_inset ERT
17449 status collapsed
17450
17451 \begin_layout Plain Layout
17452
17453
17454 \backslash
17455 spce 
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \series bold
17462 _i,j=1
17463 \begin_inset Newline newline
17464 \end_inset
17465
17466
17467 \series default
17468 というコマンドを用いています。
17469 \end_layout
17470
17471 \begin_layout Section
17472 書体
17473 \begin_inset Index idx
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 しょたい@書体
17478 \end_layout
17479
17480 \end_inset
17481
17482
17483 \begin_inset Index idx
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487 ふぉんと@フォント | see
17488 \begin_inset ERT
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492
17493 {
17494 \end_layout
17495
17496 \end_inset
17497
17498 書体
17499 \begin_inset ERT
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503
17504 }
17505 \end_layout
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Subsection
17518 書体様式
17519 \begin_inset CommandInset label
17520 LatexCommand label
17521 name "sub:書体様式"
17522
17523 \end_inset
17524
17525
17526 \begin_inset Index idx
17527 status collapsed
17528
17529 \begin_layout Plain Layout
17530 しょたい@書体 ! ようしき@様式
17531 \end_layout
17532
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \begin_layout Standard
17539 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17540 \begin_inset VSpace -2mm
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 \align center
17548 \begin_inset Tabular
17549 <lyxtabular version="3" rows="7" columns="3">
17550 <features tabularvalignment="middle">
17551 <column alignment="center" valignment="top" width="0">
17552 <column alignment="center" valignment="top" width="0">
17553 <column alignment="center" valignment="top" width="0">
17554 <row>
17555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 コマンド
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 出力
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 短絡キー
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \backslash
17590 mathbb
17591 \series bold
17592
17593 \begin_inset ERT
17594 status collapsed
17595
17596 \begin_layout Plain Layout
17597
17598
17599 \backslash
17600 spce 
17601 \end_layout
17602
17603 \end_inset
17604
17605
17606 \series default
17607 ABC
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\mathbb{ABC}$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Info
17629 type  "shortcut"
17630 arg   "font-noun"
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 mathbf
17647 \series bold
17648
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 spce 
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \series default
17663 AbC
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\mathbf{AbC}$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 \begin_inset Info
17685 type  "shortcut"
17686 arg   "font-bold"
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 boldsymbol
17703 \series bold
17704
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 spce 
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \series default
17719 AbC
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 \begin_inset Formula $\boldsymbol{AbC}$
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 \begin_inset Info
17741 type  "shortcuts"
17742 arg   "font-boldsymbol"
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 </row>
17751 <row>
17752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756
17757 \backslash
17758 mathcal
17759 \series bold
17760
17761 \begin_inset ERT
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765
17766
17767 \backslash
17768 spce 
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \series default
17775 ABC
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 \begin_inset Formula $\mathcal{ABC}$
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \end_inset
17791 </cell>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Info
17797 type  "shortcut"
17798 arg   "font-emph"
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 mathfrak
17815 \series bold
17816
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 spce 
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \series default
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathfrak{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 -
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 <row>
17859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \backslash
17865 mathscr
17866 \series bold
17867
17868 \begin_inset ERT
17869 status collapsed
17870
17871 \begin_layout Plain Layout
17872
17873
17874 \backslash
17875 spce 
17876 \end_layout
17877
17878 \end_inset
17879
17880
17881 \series default
17882 AbC
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 \begin_inset Formula $\mathscr{AbC}$
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 -
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 </lyxtabular>
17910
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \begin_layout Standard
17917 \align center
17918 \begin_inset Tabular
17919 <lyxtabular version="3" rows="5" columns="3">
17920 <features tabularvalignment="middle">
17921 <column alignment="center" valignment="top" width="0">
17922 <column alignment="center" valignment="top" width="0">
17923 <column alignment="center" valignment="top" width="0">
17924 <row>
17925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 コマンド
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938 出力
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 短絡キー
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 </row>
17953 <row>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \backslash
17960 mathit
17961 \series bold
17962
17963 \begin_inset ERT
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967
17968
17969 \backslash
17970 spce 
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \series default
17977 AbC
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $\mathit{AbC}$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 -
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathrm
18012 \series bold
18013
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 spce 
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \series default
18028 AbC
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $\mathrm{AbC}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 \begin_inset Info
18050 type  "shortcut"
18051 arg   "font-roman"
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathsf
18068 \series bold
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 spce 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series default
18084 AbC
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 \begin_inset Formula $\mathsf{AbC}$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 \begin_inset Info
18106 type  "shortcut"
18107 arg   "font-sans"
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 mathtt
18124 \series bold
18125
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \series default
18140 AbC
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 \begin_inset Formula $\mathtt{AbC}$
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Info
18162 type  "shortcut"
18163 arg   "font-typewriter"
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 </lyxtabular>
18173
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \begin_layout Standard
18180 \begin_inset Note Greyedout
18181 status open
18182
18183 \begin_layout Plain Layout
18184
18185 \series bold
18186 (注意)
18187 \backslash
18188 mathbb
18189 \series default
18190 様式と
18191 \series bold
18192
18193 \backslash
18194 mathcal
18195 \series default
18196 様式は、大文字にのみ使用することができます。
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \begin_layout Standard
18205 既定では、
18206 \series bold
18207
18208 \backslash
18209 mathnormal
18210 \series default
18211 様式に設定されています。
18212 \end_layout
18213
18214 \begin_layout Standard
18215 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18216 \begin_inset Formula \[
18217 \mathfrak{A=\frac{b}{C}}\]
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18226 \series bold
18227
18228 \backslash
18229 textrm
18230 \series default
18231 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18232 \begin_inset Foot
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236 \begin_inset CommandInset href
18237 LatexCommand href
18238 name "LyX-bug #4629"
18239 target "http://www.lyx.org/trac/ticket/4629"
18240
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \begin_layout Standard
18252 書体様式コマンドの代わりに、
18253 \family sans
18254 編集\SpecialChar \menuseparator
18255 数学\SpecialChar \menuseparator
18256 文字様式
18257 \family default
18258 ダイアログや、
18259 \begin_inset Graphics
18260         filename ../../images/math/font.png
18261         scale 85
18262
18263 \end_inset
18264
18265 を使用することもできます。
18266 \end_layout
18267
18268 \begin_layout Subsection
18269 ボールド体の数式
18270 \begin_inset CommandInset label
18271 LatexCommand label
18272 name "sub:ボールド体の数式"
18273
18274 \end_inset
18275
18276
18277 \begin_inset Index idx
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281 すうしき@数式 ! ぼーるどたい@ボールド体
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \begin_layout Standard
18290 数式全体をボールド体にしようとすると、前節の
18291 \series bold
18292
18293 \backslash
18294 mathbf
18295 \series default
18296 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18297 字してしまいます。
18298 \end_layout
18299
18300 \begin_layout Standard
18301 \begin_inset Formula \[
18302 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18303
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \begin_layout Standard
18310 この数式を正しく表示するには、以下のように、
18311 \series bold
18312
18313 \backslash
18314 boldsymbol
18315 \series default
18316 コマンドを使用します。
18317 \begin_inset Formula \[
18318 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18319
18320 \end_inset
18321
18322 また、数式を
18323 \series bold
18324 boldmath環境
18325 \series default
18326 に設定する方法もあります。この環境は、TeXモードで
18327 \series bold
18328
18329 \backslash
18330 boldmath
18331 \begin_inset Index idx
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335 こまんど@コマンド ! B ! 
18336 \backslash
18337 boldmath
18338 \end_layout
18339
18340 \end_inset
18341
18342
18343 \series default
18344 コマンドを挿入することによって作ることができます。環境を閉じるには、
18345 \series bold
18346
18347 \backslash
18348 unboldmath
18349 \begin_inset Index idx
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353 こまんど@コマンド ! U ! 
18354 \backslash
18355 unboldmath
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \series default
18362 コマンドをTeXモードで挿入します。
18363 \begin_inset ERT
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367
18368
18369 \backslash
18370 boldmath 
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \begin_inset Formula \[
18377 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18378
18379 \end_inset
18380
18381
18382 \begin_inset ERT
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386
18387
18388 \backslash
18389 unboldmath 
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Subsection
18398 色付きの数式
18399 \begin_inset Index idx
18400 status collapsed
18401
18402 \begin_layout Plain Layout
18403 すうしき@数式 ! いろつき@色付き
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18413 \begin_inset Formula \[
18414 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422
18423 \begin_inset CommandInset ref
18424 LatexCommand ref
18425 reference "sub:色付きボックス"
18426
18427 \end_inset
18428
18429 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18430 \series bold
18431
18432 \backslash
18433 textcolor
18434 \series default
18435
18436 \begin_inset Index idx
18437 status collapsed
18438
18439 \begin_layout Plain Layout
18440 こまんど@コマンド ! T ! 
18441 \backslash
18442 textcolor
18443 \end_layout
18444
18445 \end_inset
18446
18447 TeXコードコマンドで適用することができます。
18448 \end_layout
18449
18450 \begin_layout Standard
18451
18452 \series bold
18453
18454 \backslash
18455 textcolor{色}{文字ないし数式}
18456 \end_layout
18457
18458 \begin_layout Standard
18459 下記の例は、全体を濃緑にし、一部を赤にしています。
18460 \end_layout
18461
18462 \begin_layout Standard
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 textcolor{darkgreen}{
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \begin_inset Formula \[
18477 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18478
18479 \end_inset
18480
18481
18482 \begin_inset ERT
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486
18487 }
18488 \end_layout
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18497 \begin_inset Foot
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501 \begin_inset CommandInset href
18502 LatexCommand href
18503 name "LyX-bug #5269"
18504 target "http://www.lyx.org/trac/ticket/5269"
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \end_inset
18512
18513
18514 \end_layout
18515
18516 \begin_layout Subsection
18517 書体寸法
18518 \begin_inset CommandInset label
18519 LatexCommand label
18520 name "sub:書体寸法"
18521
18522 \end_inset
18523
18524
18525 \begin_inset Index idx
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529 しょたい@書体 ! すんぽう@寸法
18530 \end_layout
18531
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \begin_layout Standard
18538 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18539 \end_layout
18540
18541 \begin_layout Standard
18542
18543 \series bold
18544
18545 \backslash
18546 Huge
18547 \series default
18548
18549 \series bold
18550
18551 \backslash
18552 huge
18553 \series default
18554
18555 \series bold
18556
18557 \backslash
18558 LARGE
18559 \series default
18560
18561 \series bold
18562
18563 \backslash
18564 Large
18565 \series default
18566
18567 \series bold
18568
18569 \backslash
18570 large
18571 \series default
18572
18573 \series bold
18574
18575 \backslash
18576 normalsize
18577 \series default
18578
18579 \series bold
18580
18581 \backslash
18582 small
18583 \series default
18584 ,
18585 \begin_inset Newline newline
18586 \end_inset
18587
18588
18589 \series bold
18590
18591 \backslash
18592 footnotesize
18593 \series default
18594
18595 \series bold
18596
18597 \backslash
18598 scriptsize
18599 \series default
18600 、および
18601 \series bold
18602
18603 \backslash
18604 tiny
18605 \end_layout
18606
18607 \begin_layout Standard
18608 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18609 \series bold
18610
18611 \backslash
18612 normalsize
18613 \series default
18614 コマンドに設定されます。他のコマンドは、
18615 \series bold
18616
18617 \backslash
18618 normalsize
18619 \series default
18620 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18621 \begin_inset space \thinspace{}
18622 \end_inset
18623
18624 ptであるならば、
18625 \series bold
18626
18627 \backslash
18628 Huge
18629 \series default
18630 コマンドは
18631 \series bold
18632
18633 \backslash
18634 huge
18635 \series default
18636 コマンドと同じ大きさに落とされます。
18637 \end_layout
18638
18639 \begin_layout Standard
18640 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18641 \series bold
18642
18643 \backslash
18644 normalsize
18645 \series default
18646 コマンドを挿入します。
18647 \end_layout
18648
18649 \begin_layout Standard
18650 \begin_inset Newpage newpage
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \begin_layout Standard
18657 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \noindent
18662 \align center
18663 \begin_inset Tabular
18664 <lyxtabular version="3" rows="5" columns="2">
18665 <features tabularvalignment="middle">
18666 <column alignment="center" valignment="top" width="0">
18667 <column alignment="center" valignment="top" width="0">
18668 <row>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 コマンド
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 出力
18683 \begin_inset Note Note
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687
18688 \series bold
18689
18690 \backslash
18691 raisebox
18692 \series default
18693  はスペーサーとして使用されているだけです。
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row>
18705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709
18710 \backslash
18711 displaystyle
18712 \begin_inset Index idx
18713 status collapsed
18714
18715 \begin_layout Plain Layout
18716 こまんど@コマンド ! D ! 
18717 \backslash
18718 displaystyle
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 </row>
18741 <row>
18742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746
18747 \backslash
18748 textstyle
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \backslash
18773 scriptstyle
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \backslash
18798 scriptscriptstyle
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 </lyxtabular>
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18825 \end_layout
18826
18827 \begin_layout Standard
18828 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18829 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18830 \begin_inset VSpace -2mm
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 \begin_inset ERT
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841
18842
18843 \backslash
18844 huge 
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \begin_inset Formula \[
18851 A=\frac{B}{c}\cdot\maltese\]
18852
18853 \end_inset
18854
18855
18856 \begin_inset Formula \[
18857 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18858
18859 \end_inset
18860
18861
18862 \begin_inset ERT
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866
18867
18868 \backslash
18869 normalsize 
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 \begin_inset VSpace medskip
18879 \end_inset
18880
18881 二つの式の前には、
18882 \series bold
18883
18884 \backslash
18885 huge
18886 \series default
18887 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18888 \begin_inset Newline newline
18889 \end_inset
18890
18891
18892 \series bold
18893
18894 \backslash
18895 maltese
18896 \begin_inset ERT
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900
18901
18902 \backslash
18903 spce 
18904 \end_layout
18905
18906 \end_inset
18907
18908 A Alt+M M 
18909 \backslash
18910 Large
18911 \begin_inset ERT
18912 status collapsed
18913
18914 \begin_layout Plain Layout
18915
18916
18917 \backslash
18918 spce 
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \backslash
18925 maltese
18926 \begin_inset ERT
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 spce 
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \backslash
18940 textit
18941 \begin_inset ERT
18942 status collapsed
18943
18944 \begin_layout Plain Layout
18945
18946
18947 \backslash
18948 spce 
18949 \end_layout
18950
18951 \end_inset
18952
18953 A
18954 \begin_inset Formula $\to$
18955 \end_inset
18956
18957
18958 \begin_inset Formula $\to$
18959 \end_inset
18960
18961
18962 \begin_inset Newline newline
18963 \end_inset
18964
18965
18966 \begin_inset space \hspace*{}
18967 \length 1cm
18968 \end_inset
18969
18970 Alt+M
18971 \series default
18972  
18973 \series bold
18974
18975 \backslash
18976 tiny
18977 \begin_inset ERT
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981
18982
18983 \backslash
18984 spce 
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \backslash
18991 maltese
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 spce 
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \backslash
19006 textit
19007 \begin_inset ERT
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011
19012
19013 \backslash
19014 spce 
19015 \end_layout
19016
19017 \end_inset
19018
19019 A
19020 \begin_inset Newline newline
19021 \end_inset
19022
19023
19024 \series default
19025 のようになります。
19026 \end_layout
19027
19028 \begin_layout Standard
19029 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19030 \begin_inset Newpage newpage
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Section
19037 ギリシャ文字
19038 \begin_inset Index idx
19039 status collapsed
19040
19041 \begin_layout Plain Layout
19042 ぎりしゃもじ@ギリシャ文字
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Standard
19051 すべてのギリシャ文字は、ツールバーボタンの
19052 \begin_inset Graphics
19053         filename ../../images/math/alpha.png
19054         scale 85
19055
19056 \end_inset
19057
19058 からでも挿入することができます。
19059 \end_layout
19060
19061 \begin_layout Subsection
19062 小文字
19063 \begin_inset Index idx
19064 status collapsed
19065
19066 \begin_layout Plain Layout
19067 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19068 \end_layout
19069
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset space \hfill{}
19077 \end_inset
19078
19079
19080 \begin_inset Tabular
19081 <lyxtabular version="3" rows="11" columns="2">
19082 <features tabularvalignment="middle">
19083 <column alignment="center" valignment="top" width="0pt">
19084 <column alignment="center" valignment="top" width="0pt">
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090 コマンド
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 出力
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \backslash
19112 alpha
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Formula $\alpha$
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \backslash
19137 beta
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset Formula $\beta$
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 <row>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160
19161 \backslash
19162 gamma
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 \begin_inset Formula $\gamma$
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 delta
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\delta$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \backslash
19212 epsilon
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\epsilon$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 varepsilon
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\varepsilon$
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \backslash
19262 zeta
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset Formula $\zeta$
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285
19286 \backslash
19287 eta
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 \begin_inset Formula $\eta$
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 </row>
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \backslash
19312 theta
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Formula $\theta$
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 <row>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \backslash
19337 vartheta
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 \begin_inset Formula $\vartheta$
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 </row>
19355 </lyxtabular>
19356
19357 \end_inset
19358
19359
19360 \begin_inset space \hfill{}
19361 \end_inset
19362
19363
19364 \begin_inset Tabular
19365 <lyxtabular version="3" rows="12" columns="2">
19366 <features tabularvalignment="middle">
19367 <column alignment="center" valignment="top" width="0pt">
19368 <column alignment="center" valignment="top" width="0pt">
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 コマンド
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 出力
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 iota
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\iota$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 kappa
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\kappa$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 <row>
19440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444
19445 \backslash
19446 varkappa
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 \begin_inset Formula $\varkappa$
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 </row>
19464 <row>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469
19470 \backslash
19471 lambda
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 \begin_inset Formula $\lambda$
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 </row>
19489 <row>
19490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \backslash
19496 mu
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 \begin_inset Formula $\mu$
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 </row>
19514 <row>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519
19520 \backslash
19521 nu
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 \begin_inset Formula $\nu$
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 </row>
19539 <row>
19540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544
19545 \backslash
19546 xi
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 \begin_inset Formula $\xi$
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 </row>
19564 <row>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 o
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Formula $o$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 pi
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\pi$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \backslash
19619 varpi
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Formula $\varpi$
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \backslash
19644 rho
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\rho$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 </lyxtabular>
19663
19664 \end_inset
19665
19666
19667 \begin_inset space \hfill{}
19668 \end_inset
19669
19670
19671 \begin_inset Tabular
19672 <lyxtabular version="3" rows="11" columns="2">
19673 <features tabularvalignment="middle">
19674 <column alignment="center" valignment="top" width="0pt">
19675 <column alignment="center" valignment="top" width="0pt">
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 コマンド
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 出力
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 varrho
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\varrho$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 sigma
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\sigma$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 varsigma
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\varsigma$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 tau
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\tau$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 upsilon
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\upsilon$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \backslash
19828 phi
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset Formula $\phi$
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \backslash
19853 varphi
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset Formula $\varphi$
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 <row>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \backslash
19878 chi
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887 \begin_inset Formula $\chi$
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 </row>
19896 <row>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \backslash
19903 psi
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 \begin_inset Formula $\psi$
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \backslash
19928 omega
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset Formula $\omega$
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 </lyxtabular>
19947
19948 \end_inset
19949
19950
19951 \begin_inset space \hfill{}
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Standard
19958 \begin_inset VSpace medskip
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \begin_layout Standard
19965 アップライト体のギリシャ文字を作成する方法は、第
19966 \begin_inset CommandInset ref
19967 LatexCommand ref
19968 reference "sub:アップライト体ギリシャ小文字"
19969
19970 \end_inset
19971
19972 節に説明されています。
19973 \end_layout
19974
19975 \begin_layout Subsection
19976 大文字
19977 \begin_inset Index idx
19978 status collapsed
19979
19980 \begin_layout Plain Layout
19981 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 \begin_inset space \hfill{}
19991 \end_inset
19992
19993
19994 \begin_inset Tabular
19995 <lyxtabular version="3" rows="7" columns="2">
19996 <features tabularvalignment="middle">
19997 <column alignment="center" valignment="top" width="0pt">
19998 <column alignment="center" valignment="top" width="0pt">
19999 <row>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \family roman
20006 \series medium
20007 \shape up
20008 \size normal
20009 \emph off
20010 \bar no
20011 \noun off
20012 \color none
20013 コマンド
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \family roman
20024 \series medium
20025 \shape up
20026 \size normal
20027 \emph off
20028 \bar no
20029 \noun off
20030 \color none
20031 出力
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 Gamma
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\Gamma$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 Delta
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\Delta$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 Theta
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\Theta$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 Lambda
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\Lambda$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 Xi
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\Xi$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167
20168 \backslash
20169 Pi
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 \begin_inset Formula $\Pi$
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 </lyxtabular>
20188
20189 \end_inset
20190
20191
20192 \begin_inset space \hfill{}
20193 \end_inset
20194
20195
20196 \begin_inset Tabular
20197 <lyxtabular version="3" rows="6" columns="2">
20198 <features tabularvalignment="middle">
20199 <column alignment="center" valignment="top" width="0pt">
20200 <column alignment="center" valignment="top" width="0pt">
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \family roman
20208 \series medium
20209 \shape up
20210 \size normal
20211 \emph off
20212 \bar no
20213 \noun off
20214 \color none
20215 コマンド
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \family roman
20226 \series medium
20227 \shape up
20228 \size normal
20229 \emph off
20230 \bar no
20231 \noun off
20232 \color none
20233 出力
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 Sigma
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\Sigma$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 Upsilon
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\Upsilon$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 Phi
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\Phi$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \backslash
20321 Psi
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 \begin_inset Formula $\Psi$
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 Omega
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\Omega$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 </lyxtabular>
20365
20366 \end_inset
20367
20368
20369 \begin_inset space \hfill{}
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \begin_layout Standard
20376 \begin_inset VSpace medskip
20377 \end_inset
20378
20379 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20380 ドの頭に
20381 \series bold
20382 var
20383 \series default
20384 を付けてください。たとえば、
20385 \series bold
20386
20387 \backslash
20388 varGamma
20389 \series default
20390 コマンドは、
20391 \begin_inset Formula $\varGamma$
20392 \end_inset
20393
20394 を生成します。
20395 \end_layout
20396
20397 \begin_layout Subsection
20398 ボールド体
20399 \begin_inset Index idx
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20413 \series bold
20414
20415 \backslash
20416 boldsymbol
20417 \series default
20418 コマンドのみです
20419 \begin_inset Index idx
20420 status collapsed
20421
20422 \begin_layout Plain Layout
20423 こまんど@コマンド ! B ! 
20424 \backslash
20425 boldsymbol
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \align center
20435 \begin_inset Tabular
20436 <lyxtabular version="3" rows="3" columns="2">
20437 <features tabularvalignment="middle">
20438 <column alignment="center" valignment="top" width="0">
20439 <column alignment="center" valignment="top" width="0">
20440 <row>
20441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 コマンド
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 出力
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 </row>
20460 <row>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465
20466 \backslash
20467 Upsilon
20468 \backslash
20469 boldsymbol
20470 \backslash
20471 Upsilon
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \backslash
20496 theta
20497 \backslash
20498 boldsymbol
20499 \backslash
20500 theta
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\theta\boldsymbol{\theta}$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 </lyxtabular>
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Section
20526 記号
20527 \begin_inset ERT
20528 status collapsed
20529
20530 \begin_layout Plain Layout
20531
20532
20533 \backslash
20534 texorpdfstring{
20535 \end_layout
20536
20537 \end_inset
20538
20539
20540 \begin_inset Foot
20541 status collapsed
20542
20543 \begin_layout Plain Layout
20544 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20545 \begin_inset CommandInset citation
20546 LatexCommand cite
20547 key "Symbols"
20548
20549 \end_inset
20550
20551 にあります。
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \begin_inset ERT
20558 status collapsed
20559
20560 \begin_layout Plain Layout
20561
20562 }{}
20563 \end_layout
20564
20565 \end_inset
20566
20567
20568 \begin_inset Note Note
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572
20573 \backslash
20574 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20575 \end_layout
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 texorpdfstringについての詳細は、第
20581 \begin_inset CommandInset ref
20582 LatexCommand ref
20583 reference "sub:節見出し中の数式"
20584
20585 \end_inset
20586
20587 節にあります。
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \begin_inset Index idx
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 きごう@記号
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 本節に掲げてある各記号の多くは、ツールバーボタンの
20607 \begin_inset Graphics
20608         filename ../../images/math/nabla.png
20609         scale 85
20610
20611 \end_inset
20612
20613
20614 \begin_inset Graphics
20615         filename ../../images/math/digamma.png
20616         scale 85
20617
20618 \end_inset
20619
20620 でも挿入することができます。
20621 \end_layout
20622
20623 \begin_layout Subsection
20624 数学記号
20625 \begin_inset CommandInset label
20626 LatexCommand label
20627 name "sub:数学記号"
20628
20629 \end_inset
20630
20631
20632 \begin_inset Index idx
20633 status collapsed
20634
20635 \begin_layout Plain Layout
20636 きごう@記号 ! すうがく@数学
20637 \end_layout
20638
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \begin_layout Standard
20645 \begin_inset space \hfill{}
20646 \end_inset
20647
20648
20649 \begin_inset Tabular
20650 <lyxtabular version="3" rows="10" columns="2">
20651 <features tabularvalignment="middle">
20652 <column alignment="center" valignment="top" width="0pt">
20653 <column alignment="center" valignment="top" width="0pt">
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 コマンド
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 出力
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 neg
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\neg$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 Im
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Formula $\Im$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 Re
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Formula $\Re$
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 <row>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \backslash
20756 aleph
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Formula $\aleph$
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 </row>
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779
20780 \backslash
20781 partial
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Formula $\partial$
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804
20805 \backslash
20806 infty
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\infty$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \backslash
20831 wp
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $\wp$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \backslash
20856 imath
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 \begin_inset Formula $\imath$
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 <row>
20875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879
20880 \backslash
20881 jmath
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\jmath$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 </lyxtabular>
20900
20901 \end_inset
20902
20903
20904 \begin_inset space \hfill{}
20905 \end_inset
20906
20907
20908 \begin_inset Tabular
20909 <lyxtabular version="3" rows="10" columns="2">
20910 <features tabularvalignment="middle">
20911 <column alignment="center" valignment="top" width="0pt">
20912 <column alignment="center" valignment="top" width="0pt">
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 コマンド
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 出力
20928 \begin_inset Note Note
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932 ここで
20933 \series bold
20934
20935 \backslash
20936 raisebox
20937 \series default
20938 はスペーサーとして使用しているだけです。
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 </row>
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954
20955 \backslash
20956 forall
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\forall$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 exists
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\exists$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 nexists
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\nexists$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \backslash
21031 emptyset
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\emptyset$
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 varnothing
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\varnothing$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 dag
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $\dag$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104
21105 \backslash
21106 ddag
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\ddag$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 complement
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset ERT
21141 status collapsed
21142
21143 \begin_layout Plain Layout
21144
21145
21146 \backslash
21147 raisebox{-0.8mm}{
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \begin_inset Formula $\complement$
21154 \end_inset
21155
21156
21157 \begin_inset ERT
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161
21162 }
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 </row>
21173 <row>
21174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178
21179 \backslash
21180 Bbbk
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 \begin_inset Formula $\Bbbk$
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 </row>
21198 </lyxtabular>
21199
21200 \end_inset
21201
21202
21203 \begin_inset space \hfill{}
21204 \end_inset
21205
21206
21207 \begin_inset Tabular
21208 <lyxtabular version="3" rows="10" columns="2">
21209 <features tabularvalignment="middle">
21210 <column alignment="center" valignment="top" width="0pt">
21211 <column alignment="center" valignment="top" width="0pt">
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 コマンド
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 出力
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 prime
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\prime$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 backprime
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\backprime$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 mho
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\mho$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 triangle
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\triangle$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 angle
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\angle$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 measuredangle
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\measuredangle$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 sphericalangle
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\sphericalangle$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 top
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\top$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 bot
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\bot$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 </lyxtabular>
21458
21459 \end_inset
21460
21461
21462 \begin_inset space \hfill{}
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \begin_layout Subsection
21469 その他の記号
21470 \begin_inset CommandInset label
21471 LatexCommand label
21472 name "sub:その他の記号"
21473
21474 \end_inset
21475
21476
21477 \begin_inset Index idx
21478 status collapsed
21479
21480 \begin_layout Plain Layout
21481 きごう@記号 ! そのた@その他
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \noindent
21491 \align center
21492 \begin_inset Tabular
21493 <lyxtabular version="3" rows="10" columns="2">
21494 <features tabularvalignment="middle">
21495 <column alignment="center" valignment="top" width="0pt">
21496 <column alignment="center" valignment="top" width="0pt">
21497 <row>
21498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \family roman
21504 \series medium
21505 \shape up
21506 \size normal
21507 \emph off
21508 \bar no
21509 \noun off
21510 \color none
21511 コマンド
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \family roman
21522 \series medium
21523 \shape up
21524 \size normal
21525 \emph off
21526 \bar no
21527 \noun off
21528 \color none
21529 出力
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 flat
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\flat$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 natural
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\natural$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 sharp
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\sharp$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 surd
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\surd$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 checkmark
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\checkmark$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 yen
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\yen$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 pounds
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\pounds$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 $
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\$$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 §
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Formula $§$
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 </lyxtabular>
21757
21758 \end_inset
21759
21760
21761 \begin_inset Tabular
21762 <lyxtabular version="3" rows="10" columns="2">
21763 <features tabularvalignment="middle">
21764 <column alignment="center" valignment="top" width="0">
21765 <column alignment="center" valignment="top" width="0">
21766 <row>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \family roman
21773 \series medium
21774 \shape up
21775 \size normal
21776 \emph off
21777 \bar no
21778 \noun off
21779 \color none
21780 コマンド
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \family roman
21791 \series medium
21792 \shape up
21793 \size normal
21794 \emph off
21795 \bar no
21796 \noun off
21797 \color none
21798 出力
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 hbar
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\hbar$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 hslash
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\hslash$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 clubsuit
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\clubsuit$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 spadesuit
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\spadesuit$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 bigstar
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\bigstar$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 blacklozenge
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\blacklozenge$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 blacktriangle
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\blacktriangle$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 blacktiangledown
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\blacktriangledown$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 bullet
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\bullet$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 </lyxtabular>
22030
22031 \end_inset
22032
22033
22034 \begin_inset Tabular
22035 <lyxtabular version="3" rows="10" columns="2">
22036 <features tabularvalignment="middle">
22037 <column alignment="center" valignment="top" width="0pt">
22038 <column alignment="center" valignment="top" width="0pt">
22039 <row>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044
22045 \family roman
22046 \series medium
22047 \shape up
22048 \size normal
22049 \emph off
22050 \bar no
22051 \noun off
22052 \color none
22053 コマンド
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \family roman
22064 \series medium
22065 \shape up
22066 \size normal
22067 \emph off
22068 \bar no
22069 \noun off
22070 \color none
22071 出力
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 diamondsuit
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\diamondsuit$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 Diamond
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\Diamond$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 heartsuit
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\heartsuit$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \backslash
22159 P
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Formula $\P$
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 copyright
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\copyright$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 circledR
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\circledR$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 maltese
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\maltese$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 diagup
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\diagup$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 diagdown
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\diagdown$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 </lyxtabular>
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 \begin_inset VSpace medskip
22311 \end_inset
22312
22313 ここにある以上の記号が、第
22314 \begin_inset CommandInset ref
22315 LatexCommand ref
22316 reference "sub:他の特殊文字"
22317
22318 \end_inset
22319
22320 節に挙げてあります。
22321 \end_layout
22322
22323 \begin_layout Standard
22324 寸法を変えて表示することのできる記号もあります。第
22325 \begin_inset CommandInset ref
22326 LatexCommand ref
22327 reference "sub:書体寸法"
22328
22329 \end_inset
22330
22331 節をご参照下さい。
22332 \end_layout
22333
22334 \begin_layout Subsection
22335 ユーロ通貨記号€
22336 \begin_inset Index idx
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \begin_inset Index idx
22347 status collapsed
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 @
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 officialeuro
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \begin_layout Standard
22374 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22375 \series bold
22376 eurosym
22377 \series default
22378
22379 \begin_inset Index idx
22380 status collapsed
22381
22382 \begin_layout Plain Layout
22383 ぱっけーじ@パッケージ ! eurosym
22384 \end_layout
22385
22386 \end_inset
22387
22388 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22389 \end_layout
22390
22391 \begin_layout Standard
22392
22393 \series bold
22394
22395 \backslash
22396 usepackage[gennarrow]{eurosym}
22397 \end_layout
22398
22399 \begin_layout Standard
22400 すると、ユーロ通貨記号を
22401 \series bold
22402
22403 \backslash
22404 euro
22405 \series default
22406
22407 \begin_inset Index idx
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411 こまんど@コマンド ! E ! 
22412 \backslash
22413 euro
22414 \end_layout
22415
22416 \end_inset
22417
22418 コマンドで挿入することができるようになります。
22419 \end_layout
22420
22421 \begin_layout Standard
22422 数式テキストには、
22423 \series bold
22424 eurosym
22425 \series default
22426 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22427 \series bold
22428 eurosym
22429 \series default
22430 が導入されていれば、
22431 \series bold
22432
22433 \backslash
22434 euro
22435 \series default
22436 はTeXモードでも挿入することができます。また、正式な通貨記号を
22437 \series bold
22438
22439 \backslash
22440 officialeuro
22441 \series default
22442
22443 \begin_inset Index idx
22444 status collapsed
22445
22446 \begin_layout Plain Layout
22447 こまんど@コマンド ! O ! 
22448 \backslash
22449 officialeuro
22450 \end_layout
22451
22452 \end_inset
22453
22454 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22455 \end_layout
22456
22457 \begin_layout Standard
22458 \begin_inset ERT
22459 status collapsed
22460
22461 \begin_layout Plain Layout
22462
22463
22464 \backslash
22465 ifeurosym 
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \begin_inset Note Note
22472 status open
22473
22474 \begin_layout Plain Layout
22475 以下の表は、LaTeXパッケージ
22476 \series bold
22477 eurosym
22478 \series default
22479 が導入済みのときのみ表示されます。
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Standard
22488 以下は、各ユーロ通貨記号のまとめです。
22489 \end_layout
22490
22491 \begin_layout Standard
22492 \align center
22493 \begin_inset Tabular
22494 <lyxtabular version="3" rows="4" columns="3">
22495 <features tabularvalignment="middle">
22496 <column alignment="center" valignment="top" width="0pt">
22497 <column alignment="center" valignment="top" width="0pt">
22498 <column alignment="center" valignment="top" width="0pt">
22499 <row>
22500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 コマンド
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 出力
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 数式
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \backslash
22544 euro
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $\euro$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 数式テキスト
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $\mbox{€}$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 <row>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 TeXモード
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \backslash
22610 officialeuro
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 \begin_inset ERT
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623
22624
22625 \backslash
22626 officialeuro
22627 \end_layout
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 </lyxtabular>
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 \begin_inset ERT
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649
22650
22651 \backslash
22652 else 
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \begin_inset Note Note
22659 status open
22660
22661 \begin_layout Plain Layout
22662 以下は、LaTeXパッケージ
22663 \series bold
22664 eurosym
22665 \series default
22666 が導入されていないときのみ表示されます。
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \begin_layout Standard
22675 本節の残りを出力としてみるためには、LaTeXパッケージ
22676 \series bold
22677 eurosym
22678 \series default
22679 を導入する必要があります。
22680 \end_layout
22681
22682 \begin_layout Standard
22683 \begin_inset ERT
22684 status collapsed
22685
22686 \begin_layout Plain Layout
22687
22688
22689 \backslash
22690 fi 
22691 \end_layout
22692
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \begin_layout Section
22699 関係子
22700 \begin_inset CommandInset label
22701 LatexCommand label
22702 name "sec:関係子"
22703
22704 \end_inset
22705
22706
22707 \begin_inset Index idx
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711 かんけいし@関係子
22712 \end_layout
22713
22714 \end_inset
22715
22716
22717 \begin_inset Index idx
22718 status collapsed
22719
22720 \begin_layout Plain Layout
22721 ひかくし@比較子|see
22722 \begin_inset ERT
22723 status collapsed
22724
22725 \begin_layout Plain Layout
22726
22727 {
22728 \end_layout
22729
22730 \end_inset
22731
22732 関係子
22733 \begin_inset ERT
22734 status collapsed
22735
22736 \begin_layout Plain Layout
22737
22738 }
22739 \end_layout
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \begin_layout Standard
22752 関係子はすべて、ツールバーボタンの
22753 \begin_inset Graphics
22754         filename ../../images/math/leq.png
22755         scale 85
22756
22757 \end_inset
22758
22759 でも挿入することができます。
22760 \end_layout
22761
22762 \begin_layout Standard
22763 \begin_inset space \hfill{}
22764 \end_inset
22765
22766
22767 \begin_inset Tabular
22768 <lyxtabular version="3" rows="17" columns="2">
22769 <features tabularvalignment="middle">
22770 <column alignment="center" valignment="top" width="0pt">
22771 <column alignment="center" valignment="top" width="0pt">
22772 <row>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 コマンド
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 出力
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 \begin_inset Formula $<$
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $<$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \backslash
22825 le
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Formula $\le$
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \backslash
22850 ll
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $\ll$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \backslash
22875 prec
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Formula $\prec$
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \backslash
22900 preceq
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Formula $\preceq$
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \backslash
22925 subset
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 \begin_inset Formula $\subset$
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 </row>
22943 <row>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948
22949 \backslash
22950 subseteq
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Formula $\subseteq$
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 </row>
22968 <row>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973
22974 \backslash
22975 sqsubseteq
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 \begin_inset Formula $\sqsubseteq$
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 <row>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998
22999 \backslash
23000 in
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 \begin_inset Formula $\in$
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 </row>
23018 <row>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023
23024 \backslash
23025 vdash
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 \begin_inset Formula $\vdash$
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 </row>
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \backslash
23050 smile
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 \begin_inset Formula $\smile$
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \backslash
23075 lhd
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 \begin_inset Formula $\lhd$
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 <row>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098
23099 \backslash
23100 unlhd
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 \begin_inset Formula $\unlhd$
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 <row>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123
23124 \backslash
23125 gtrless
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 \begin_inset Formula $\gtrless$
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 </row>
23143 <row>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148
23149 \backslash
23150 mid
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 \begin_inset Formula $\mid$
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173
23174 \backslash
23175 nmid
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 \begin_inset Formula $\nmid$
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 </row>
23193 </lyxtabular>
23194
23195 \end_inset
23196
23197
23198 \begin_inset space \hfill{}
23199 \end_inset
23200
23201
23202 \begin_inset Tabular
23203 <lyxtabular version="3" rows="17" columns="2">
23204 <features tabularvalignment="middle">
23205 <column alignment="center" valignment="top" width="0pt">
23206 <column alignment="center" valignment="top" width="0pt">
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 コマンド
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 出力
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 =
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $=$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 not=
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\not=$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 equiv
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\equiv$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 sim
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\sim$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 simeq
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\simeq$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 approx
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\approx$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 cong
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\cong$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 bowtie
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\bowtie$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \backslash
23432 notin
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $\notin$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 perp
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\perp$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 propto
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\propto$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 asymp
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\asymp$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 doteq
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $\doteq$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \backslash
23557 circeq
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $\circeq$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 </row>
23575 <row>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580
23581 \backslash
23582 models
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 \begin_inset Formula $\models$
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 </row>
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605
23606 \backslash
23607 widehat=
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Formula $\widehat{=}$
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 </lyxtabular>
23626
23627 \end_inset
23628
23629
23630 \begin_inset space \hfill{}
23631 \end_inset
23632
23633
23634 \begin_inset Tabular
23635 <lyxtabular version="3" rows="17" columns="2">
23636 <features tabularvalignment="middle">
23637 <column alignment="center" valignment="top" width="0pt">
23638 <column alignment="center" valignment="top" width="0pt">
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \family roman
23646 \series medium
23647 \shape up
23648 \size normal
23649 \emph off
23650 \bar no
23651 \noun off
23652 \color none
23653 コマンド
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \family roman
23664 \series medium
23665 \shape up
23666 \size normal
23667 \emph off
23668 \bar no
23669 \noun off
23670 \color none
23671 出力
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $>$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $>$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 ge
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\ge$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 gg
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\gg$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 succ
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\succ$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 succeq
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\succeq$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \backslash
23810 supset
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Formula $\supset$
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 </row>
23828 <row>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833
23834 \backslash
23835 supseteq
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 \begin_inset Formula $\supseteq$
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 </row>
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \backslash
23860 sqsupseteq
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $\sqsupseteq$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \backslash
23885 ni
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Formula $\ni$
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \backslash
23910 dashv
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\dashv$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 frown
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $\frown$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 rhd
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\rhd$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 unrhd
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 \begin_inset Formula $\unrhd$
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 lessgtr
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\lessgtr$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 <row>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033
24034 \backslash
24035 parallel
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $\parallel$
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 nparallel
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\nparallel$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 </lyxtabular>
24079
24080 \end_inset
24081
24082
24083 \begin_inset space \hfill{}
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \begin_layout Standard
24090 \begin_inset VSpace medskip
24091 \end_inset
24092
24093
24094 \series bold
24095
24096 \backslash
24097 lhd
24098 \series default
24099
24100 \series bold
24101
24102 \backslash
24103 rhd
24104 \series default
24105 の文字は、同じように見える演算子
24106 \series bold
24107
24108 \backslash
24109 triangleleft
24110 \series default
24111 および
24112 \series bold
24113
24114 \backslash
24115 triangleright
24116 \series default
24117 よりも大きくなっています。
24118 \end_layout
24119
24120 \begin_layout Standard
24121 関係子は、記号とは違って、つねに前後に余白が置かれます。
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 stackrel
24130 \series default
24131
24132 \begin_inset Index idx
24133 status collapsed
24134
24135 \begin_layout Plain Layout
24136 こまんど@コマンド ! S ! 
24137 \backslash
24138 stackrel
24139 \end_layout
24140
24141 \end_inset
24142
24143 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \align center
24148 \begin_inset Tabular
24149 <lyxtabular version="3" rows="2" columns="2">
24150 <features tabularvalignment="middle">
24151 <column alignment="center" valignment="top" width="0">
24152 <column alignment="center" valignment="top" width="0">
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 コマンド
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 出力
24168 \begin_inset Note Note
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172 ここで
24173 \series bold
24174
24175 \backslash
24176 raisebox
24177 \series default
24178 はスペーサーとして使用しているだけです。
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 A(r)
24195 \backslash
24196 stackrel
24197 \begin_inset ERT
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201
24202
24203 \backslash
24204 spce 
24205 \end_layout
24206
24207 \end_inset
24208
24209 r
24210 \backslash
24211 to
24212 \backslash
24213 infty
24214 \begin_inset ERT
24215 status collapsed
24216
24217 \begin_layout Plain Layout
24218
24219
24220 \backslash
24221 spce 
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \begin_inset Formula $\downarrow$
24228 \end_inset
24229
24230
24231 \backslash
24232 approx
24233 \begin_inset ERT
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238
24239 \backslash
24240 spce 
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset ERT
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250
24251
24252 \backslash
24253 spce 
24254 \end_layout
24255
24256 \end_inset
24257
24258 B
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 </lyxtabular>
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Section
24284 函数
24285 \end_layout
24286
24287 \begin_layout Subsection
24288 定義済み函数
24289 \begin_inset CommandInset label
24290 LatexCommand label
24291 name "sub:定義済み函数"
24292
24293 \end_inset
24294
24295
24296 \begin_inset Index idx
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300 かんすう@函数 ! ていぎずみ@定義済み
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 一般的に、数式表現では変数は
24310 \shape italic
24311 イタリック体
24312 \shape default
24313 に設定されますが、函数名はイタリック体にしません。なぜなら、
24314 \begin_inset Formula $sin$
24315 \end_inset
24316
24317
24318 \begin_inset Formula $s\cdot i\cdot n$
24319 \end_inset
24320
24321 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24322 ックスラッシュを加えたコマンドとして挿入します。
24323 \end_layout
24324
24325 \begin_layout Standard
24326 \align center
24327 \begin_inset Tabular
24328 <lyxtabular version="3" rows="2" columns="4">
24329 <features tabularvalignment="middle">
24330 <column alignment="center" valignment="top" width="0pt">
24331 <column alignment="center" valignment="top" width="0pt">
24332 <column alignment="center" valignment="top" width="0pt">
24333 <column alignment="center" valignment="top" width="0pt">
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 コマンド
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 出力
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 コマンド
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 出力
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 Asin(x)+B
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Formula $Asin(x)+B$
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 A
24399 \backslash
24400 sin(x)+B
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 \begin_inset Formula $A\sin(x)+B$
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 </lyxtabular>
24419
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 以下の函数が定義済みです。
24427 \end_layout
24428
24429 \begin_layout Standard
24430 \begin_inset VSpace -2mm
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Standard
24437 \align center
24438 \begin_inset Tabular
24439 <lyxtabular version="3" rows="9" columns="4">
24440 <features tabularvalignment="middle">
24441 <column alignment="center" valignment="top" width="0pt">
24442 <column alignment="center" valignment="top" width="0pt">
24443 <column alignment="center" valignment="top" width="0pt">
24444 <column alignment="center" valignment="top" width="0pt">
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 コマンド
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 コマンド
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 コマンド
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477 コマンド
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 </row>
24483 <row>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \backslash
24490 sin
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 sinh
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 arcsin
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 sup
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 <row>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 cos
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 cosh
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \backslash
24558 arccos
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 inf
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 tan
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 tanh
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 arctan
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 lim
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 <row>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626
24627 \backslash
24628 cot
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 coth
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 arg
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 liminf
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 </row>
24667 <row>
24668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672
24673 \backslash
24674 sec
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683
24684 \backslash
24685 min
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694
24695 \backslash
24696 deg
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \backslash
24707 limsup
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 </row>
24713 <row>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718
24719 \backslash
24720 csc
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729
24730 \backslash
24731 max
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 det
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 Pr
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 </row>
24759 <row>
24760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \backslash
24766 ln
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 exp
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786
24787 \backslash
24788 dim
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797
24798 \backslash
24799 hom
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 lg
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \backslash
24823 log
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 ker
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 gcd
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 </row>
24851 </lyxtabular>
24852
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \begin_layout Standard
24859 上記は、数式ツールバーボタンの
24860 \begin_inset Graphics
24861         filename ../../images/math/functions.png
24862         scale 85
24863
24864 \end_inset
24865
24866 でも挿入することができます。
24867 \end_layout
24868
24869 \begin_layout Subsection
24870 自己定義函数
24871 \begin_inset Index idx
24872 status collapsed
24873
24874 \begin_layout Plain Layout
24875 かんすう@函数 ! じこていぎ@自己定義
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Standard
24884 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24885 \end_layout
24886
24887 \begin_layout Itemize
24888 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24889 \begin_inset Foot
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893
24894 \series bold
24895
24896 \backslash
24897 DeclareMathOperator
24898 \series default
24899 についての詳細は、第
24900 \begin_inset CommandInset ref
24901 LatexCommand ref
24902 reference "sub:自己定義演算子"
24903
24904 \end_inset
24905
24906 節をご参照下さい。
24907 \end_layout
24908
24909 \end_inset
24910
24911
24912 \begin_inset Newline newline
24913 \end_inset
24914
24915
24916 \begin_inset VSpace -3mm
24917 \end_inset
24918
24919
24920 \begin_inset Newline newline
24921 \end_inset
24922
24923
24924 \series bold
24925
24926 \backslash
24927 DeclareMathOperator{
24928 \backslash
24929 sgn}{sgn}
24930 \series default
24931
24932 \begin_inset Index idx
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 こまんど@コマンド ! D ! 
24937 \backslash
24938 dbinom@
24939 \backslash
24940 DeclareMathOperator
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \begin_inset Newline newline
24947 \end_inset
24948
24949
24950 \begin_inset VSpace -2mm
24951 \end_inset
24952
24953
24954 \begin_inset Newline newline
24955 \end_inset
24956
24957 これによって、新しく定義された函数を
24958 \series bold
24959
24960 \backslash
24961 sgn
24962 \series default
24963 コマンドで呼び出すことができるようになります。
24964 \end_layout
24965
24966 \begin_layout Itemize
24967 数式を普通に書き下し、函数名を選択して(上記の例では
24968 \emph on
24969 sgn
24970 \emph default
24971 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
24972 \end_layout
24973
24974 \begin_layout Standard
24975 双方とも定義済み函数と同等の出力をもたらします
24976 \begin_inset Foot
24977 status collapsed
24978
24979 \begin_layout Plain Layout
24980 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
24981 \end_layout
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 \align center
24990 \begin_inset Tabular
24991 <lyxtabular version="3" rows="3" columns="2">
24992 <features tabularvalignment="middle">
24993 <column alignment="center" valignment="top" width="0pt">
24994 <column alignment="center" valignment="top" width="0pt">
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000 コマンド
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009 出力
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020 A
25021 \backslash
25022 sgn(x)+B
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031 \begin_inset Formula $A\sgn(x)+B$
25032 \end_inset
25033
25034
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 </row>
25040 <row>
25041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 A
25046 \backslash
25047 ,
25048 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25049 \end_inset
25050
25051 (x)+B
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 </row>
25069 </lyxtabular>
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \begin_layout Standard
25077 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25078 \end_layout
25079
25080 \begin_layout Subsection
25081 極限
25082 \begin_inset Index idx
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086 きょくげん@極限
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095 極限用には、
25096 \series bold
25097
25098 \backslash
25099 lim
25100 \series default
25101
25102 \begin_inset Index idx
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106 こまんど@コマンド ! L ! 
25107 \backslash
25108 lim
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \series bold
25115
25116 \backslash
25117 liminf
25118 \series default
25119
25120 \series bold
25121
25122 \backslash
25123 limsup
25124 \series default
25125 の他に、以下の函数があります。
25126 \end_layout
25127
25128 \begin_layout Standard
25129 \align center
25130 \begin_inset Tabular
25131 <lyxtabular version="3" rows="5" columns="2">
25132 <features tabularvalignment="middle">
25133 <column alignment="center" valignment="top" width="0">
25134 <column alignment="center" valignment="top" width="0">
25135 <row>
25136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 コマンド
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149 出力
25150 \begin_inset Note Note
25151 status collapsed
25152
25153 \begin_layout Plain Layout
25154 ここで
25155 \series bold
25156
25157 \backslash
25158 raisebox
25159 \series default
25160 はスペーサーとして使用しているだけです。
25161 \end_layout
25162
25163 \end_inset
25164
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 varliminf
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187 \begin_inset Formula $\varliminf$
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 varlimsup
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 \begin_inset Formula $\varlimsup$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 varprojlim
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $\varprojlim$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 varinjlim
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\varinjlim$
25263 \end_inset
25264
25265
25266 \begin_inset Formula $\raisebox{-2.5mm}{}$
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 </lyxtabular>
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Standard
25283 \begin_inset VSpace medskip
25284 \end_inset
25285
25286 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25287 \end_layout
25288
25289 \begin_layout Standard
25290 \align center
25291 \begin_inset Tabular
25292 <lyxtabular version="3" rows="2" columns="2">
25293 <features tabularvalignment="middle">
25294 <column alignment="center" valignment="top" width="0pt">
25295 <column alignment="center" valignment="top" width="0pt">
25296 <row>
25297 <cell alignment="center" valignment="top" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 コマンド
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 \begin_inset space \hspace{}
25311 \length 1cm
25312 \end_inset
25313
25314 出力
25315 \begin_inset Note Note
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 ここで
25320 \series bold
25321
25322 \backslash
25323 raisebox
25324 \series default
25325 はスペーサーとして使用しているだけです。
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341
25342 \backslash
25343 lim_x
25344 \backslash
25345 to
25346 \begin_inset ERT
25347 status collapsed
25348
25349 \begin_layout Plain Layout
25350
25351
25352 \backslash
25353 spce 
25354 \end_layout
25355
25356 \end_inset
25357
25358 A
25359 \begin_inset ERT
25360 status collapsed
25361
25362 \begin_layout Plain Layout
25363
25364
25365 \backslash
25366 spce 
25367 \end_layout
25368
25369 \end_inset
25370
25371 x=B
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 </row>
25389 </lyxtabular>
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25398 \begin_inset Formula \[
25399 \lim_{x\to A}x=B\]
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \begin_layout Subsection
25407 剰余函数
25408 \begin_inset Index idx
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412 かんすう@函数 ! じょうよ@剰余
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \begin_inset Index idx
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422 かんすう@函数 ! もじゅらす@モジュラス | see
25423 \begin_inset ERT
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427
25428 {
25429 \end_layout
25430
25431 \end_inset
25432
25433 剰余
25434 \begin_inset ERT
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438
25439 }
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Standard
25453 剰余函数は、特別に4つの派生型があります。
25454 \end_layout
25455
25456 \begin_layout Standard
25457 以下は、別行建て数式での派生型です。
25458 \begin_inset Formula \begin{align*}
25459 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25460 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25461 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25462 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25463 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25464 \end{align*}
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25473 \end_layout
25474
25475 \begin_layout Section
25476 特殊文字
25477 \begin_inset Index idx
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 とくしゅもじ@特殊文字
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Subsection
25490 数式テキストにおける特殊文字
25491 \end_layout
25492
25493 \begin_layout Standard
25494 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25495 \end_layout
25496
25497 \begin_layout Standard
25498 \begin_inset space \hfill{}
25499 \end_inset
25500
25501
25502 \begin_inset Tabular
25503 <lyxtabular version="3" rows="8" columns="2">
25504 <features tabularvalignment="middle">
25505 <column alignment="block" valignment="top" width="0">
25506 <column alignment="block" valignment="top" width="0">
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 コマンド
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521 出力
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 </row>
25527 <row>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 oe
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 \begin_inset Formula $\textrm{œ}$
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 </row>
25552 <row>
25553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557
25558 \backslash
25559 OE
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 \begin_inset Formula $\textrm{Œ}$
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row>
25578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582
25583 \backslash
25584 ae
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593 \begin_inset Formula $\textrm{æ}$
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 </row>
25602 <row>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607
25608 \backslash
25609 AE
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 \begin_inset Formula $\textrm{Æ}$
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 </row>
25627 <row>
25628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632
25633 \backslash
25634 aa
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 \begin_inset Formula $\textrm{\aa}$
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 </row>
25652 <row>
25653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657
25658 \backslash
25659 AA
25660 \begin_inset Index idx
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664
25665 \lang english
25666
25667 \backslash
25668 @
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674
25675 \backslash
25676 textrm{
25677 \backslash
25678 AA}
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\textrm{Å}$
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 </row>
25706 <row>
25707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711
25712 \backslash
25713 i
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722 \begin_inset Formula $\textrm{ı}$
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 </row>
25731 </lyxtabular>
25732
25733 \end_inset
25734
25735
25736 \begin_inset space \hfill{}
25737 \end_inset
25738
25739
25740 \begin_inset Tabular
25741 <lyxtabular version="3" rows="8" columns="2">
25742 <features tabularvalignment="middle">
25743 <column alignment="block" valignment="top" width="0">
25744 <column alignment="center" valignment="top" width="0">
25745 <row>
25746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 コマンド
25751 \begin_inset Note Note
25752 status collapsed
25753
25754 \begin_layout Plain Layout
25755 0
25756 \begin_inset space \thinspace{}
25757 \end_inset
25758
25759 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 出力
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 o
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 \begin_inset Formula $\textrm{ø}$
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 <row>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 O
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 \begin_inset Formula $\textrm{Ø}$
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 l
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $\textrm{ł}$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859
25860 \backslash
25861 L
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Formula $\textrm{Ł}$
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 !
25885 \begin_inset space \hspace{}
25886 \length 0mm
25887 \end_inset
25888
25889 `
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895
25896 \backslash
25897 spce 
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset Formula $\textrm{!`}$
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 ?
25926 \begin_inset space \hspace{}
25927 \length 0mm
25928 \end_inset
25929
25930 `
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 spce 
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952 \begin_inset Formula $\textrm{?`}$
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966
25967 \backslash
25968 j
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 \begin_inset Formula $\textrm{ȷ}$
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 </lyxtabular>
25987
25988 \end_inset
25989
25990
25991 \begin_inset space \hfill{}
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset Formula $\textrm{\textrm{Å}}$
25999 \end_inset
26000
26001
26002 \begin_inset Formula $\textrm{\textrm{Ø}}$
26003 \end_inset
26004
26005 の各文字は、数式ツールバーボタンの
26006 \begin_inset Graphics
26007         filename ../../images/math/digamma.png
26008         scale 85
26009
26010 \end_inset
26011
26012 からも挿入することができます。
26013 \end_layout
26014
26015 \begin_layout Standard
26016 例外は、
26017 \series bold
26018 !
26019 \begin_inset space \hspace{}
26020 \length 0mm
26021 \end_inset
26022
26023 `
26024 \series default
26025
26026 \series bold
26027 ?
26028 \begin_inset space \hspace{}
26029 \length 0mm
26030 \end_inset
26031
26032 `
26033 \series default
26034 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26035 \end_layout
26036
26037 \begin_layout Subsection
26038 文章中のアクセント
26039 \begin_inset CommandInset label
26040 LatexCommand label
26041 name "sub:文章中のアクセント"
26042
26043 \end_inset
26044
26045
26046 \begin_inset Index idx
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset space \hfill{}
26064 \end_inset
26065
26066
26067 \begin_inset Tabular
26068 <lyxtabular version="3" rows="8" columns="2">
26069 <features tabularvalignment="middle">
26070 <column alignment="block" valignment="top" width="0">
26071 <column alignment="block" valignment="top" width="0">
26072 <row>
26073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 コマンド
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 出力
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 <row>
26093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097
26098 \backslash
26099
26100 \begin_inset Quotes grd
26101 \end_inset
26102
26103 e
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 "e
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 `e
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 \begin_inset ERT
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150
26151
26152 \backslash
26153 `e
26154 \end_layout
26155
26156 \end_inset
26157
26158
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 </row>
26164 <row>
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169
26170 \backslash
26171 ^
26172 \begin_inset ERT
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176
26177
26178 \backslash
26179 spce 
26180 \end_layout
26181
26182 \end_inset
26183
26184 e
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset ERT
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197
26198
26199 \backslash
26200 ^e
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 <row>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216
26217 \backslash
26218 =e
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 =e
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 <row>
26246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250
26251 \backslash
26252 u
26253 \begin_inset ERT
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258
26259 \backslash
26260 spce 
26261 \end_layout
26262
26263 \end_inset
26264
26265 e
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 \begin_inset ERT
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279
26280 \backslash
26281 u e
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297
26298 \backslash
26299 b
26300 \begin_inset ERT
26301 status collapsed
26302
26303 \begin_layout Plain Layout
26304
26305
26306 \backslash
26307 spce 
26308 \end_layout
26309
26310 \end_inset
26311
26312 e
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset ERT
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325
26326
26327 \backslash
26328 b e
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row>
26340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344
26345 \backslash
26346 t
26347 \begin_inset ERT
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351
26352
26353 \backslash
26354 spce 
26355 \end_layout
26356
26357 \end_inset
26358
26359 ee
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 t ee
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 </lyxtabular>
26387
26388 \end_inset
26389
26390
26391 \begin_inset space \hfill{}
26392 \end_inset
26393
26394
26395 \begin_inset Tabular
26396 <lyxtabular version="3" rows="8" columns="2">
26397 <features tabularvalignment="middle">
26398 <column alignment="block" valignment="top" width="0">
26399 <column alignment="center" valignment="top" width="0">
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 コマンド
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 出力
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 <row>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425
26426 \backslash
26427 H
26428 \begin_inset ERT
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432
26433
26434 \backslash
26435 spce 
26436 \end_layout
26437
26438 \end_inset
26439
26440 e
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset ERT
26450 status collapsed
26451
26452 \begin_layout Plain Layout
26453
26454
26455 \backslash
26456 H e
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \backslash
26474 'e
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 \begin_inset ERT
26484 status collapsed
26485
26486 \begin_layout Plain Layout
26487
26488
26489 \backslash
26490 'e
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508 ~e
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514 \lang english
26515 Tilde
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 ~e
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552
26553 \backslash
26554 .e
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568
26569 \backslash
26570 .e
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 v
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594
26595 \backslash
26596 spce 
26597 \end_layout
26598
26599 \end_inset
26600
26601 e
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 v e
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row>
26629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633
26634 \backslash
26635 d
26636 \begin_inset ERT
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641
26642 \backslash
26643 spce 
26644 \end_layout
26645
26646 \end_inset
26647
26648 e
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Plain Layout
26657 \begin_inset ERT
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661
26662
26663 \backslash
26664 d e
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 </row>
26675 <row>
26676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680
26681 \backslash
26682 c
26683 \begin_inset ERT
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687
26688
26689 \backslash
26690 spce 
26691 \end_layout
26692
26693 \end_inset
26694
26695 e
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 \begin_inset ERT
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708
26709
26710 \backslash
26711 c e
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 </row>
26722 </lyxtabular>
26723
26724 \end_inset
26725
26726
26727 \begin_inset space \hfill{}
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \begin_layout Standard
26734 \begin_inset VSpace medskip
26735 \end_inset
26736
26737
26738 \series bold
26739
26740 \backslash
26741 t
26742 \series default
26743 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26744 \series bold
26745
26746 \backslash
26747 t
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 spce 
26756 \end_layout
26757
26758 \end_inset
26759
26760 sz
26761 \series default
26762 は、
26763 \begin_inset ERT
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767
26768
26769 \backslash
26770 t sz
26771 \end_layout
26772
26773 \end_inset
26774
26775 となります。
26776 \end_layout
26777
26778 \begin_layout Standard
26779
26780 \series bold
26781 `
26782 \series default
26783  ・
26784 \series bold
26785  '
26786 \series default
26787  ・ 
26788 \series bold
26789 ^
26790 \series default
26791  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26792 \begin_inset Foot
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \series bold
26803 ~
26804 \series default
26805 を、
26806 \emph on
26807 a
26808 \emph default
26809
26810 \emph on
26811 n
26812 \emph default
26813
26814 \emph on
26815 o
26816 \emph default
26817 といっしょに使うときも同様です。
26818 \end_layout
26819
26820 \begin_layout Standard
26821
26822 \series bold
26823
26824 \backslash
26825 b
26826 \series default
26827
26828 \series bold
26829
26830 \backslash
26831 c
26832 \series default
26833
26834 \series bold
26835
26836 \backslash
26837 d
26838 \series default
26839
26840 \series bold
26841
26842 \backslash
26843 H
26844 \series default
26845
26846 \series bold
26847
26848 \backslash
26849 t
26850 \series default
26851
26852 \series bold
26853
26854 \backslash
26855 u
26856 \series default
26857
26858 \series bold
26859
26860 \backslash
26861 v
26862 \series default
26863 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26864 。第
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "sub:一文字に付けるアクセント"
26868
26869 \end_inset
26870
26871 節をご参照下さい。
26872 \end_layout
26873
26874 \begin_layout Standard
26875 \begin_inset VSpace bigskip
26876 \end_inset
26877
26878 さらに、
26879 \series bold
26880
26881 \backslash
26882 textcircled
26883 \series default
26884
26885 \begin_inset Index idx
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889 こまんど@コマンド ! T ! 
26890 \backslash
26891 textcircled
26892 \end_layout
26893
26894 \end_inset
26895
26896 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \align center
26902 \begin_inset Tabular
26903 <lyxtabular version="3" rows="3" columns="2">
26904 <features tabularvalignment="middle">
26905 <column alignment="center" valignment="top" width="0">
26906 <column alignment="center" valignment="top" width="0">
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912 コマンド
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921 出力
26922 \begin_inset Note Note
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 ここで
26927 \series bold
26928
26929 \backslash
26930 raisebox
26931 \series default
26932 はスペーサーとして使用しているだけです。
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 textcircled{w}
26951 \end_layout
26952
26953 \end_inset
26954 </cell>
26955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 textcircled{w}
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 </row>
26977 <row>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982
26983 \backslash
26984 Large 
26985 \backslash
26986 textcircled{
26987 \backslash
26988 normalsize
26989 \backslash
26990 protect
26991 \backslash
26992 raisebox{-1.5pt}{W}}
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 \begin_inset Formula $\raisebox{4.5mm}{}$
27002 \end_inset
27003
27004
27005 \begin_inset ERT
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010
27011 \backslash
27012 Large 
27013 \backslash
27014 textcircled{
27015 \backslash
27016 normalsize
27017 \backslash
27018 protect
27019 \backslash
27020 raisebox{-1.5pt}W}
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \begin_inset Formula $\raisebox{-2mm}{}$
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 </row>
27035 </lyxtabular>
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27044 \series bold
27045
27046 \backslash
27047 Large
27048 \series default
27049
27050 \begin_inset Foot
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "sub:書体寸法"
27058
27059 \end_inset
27060
27061 節参照のこと。
27062 \end_layout
27063
27064 \end_inset
27065
27066 で丸の大きさを指定しています。そして
27067 \series bold
27068
27069 \backslash
27070 raisebox
27071 \series default
27072
27073 \begin_inset Foot
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078 \begin_inset CommandInset ref
27079 LatexCommand ref
27080 reference "sub:枠なしボックス"
27081
27082 \end_inset
27083
27084 節参照のこと。
27085 \end_layout
27086
27087 \end_inset
27088
27089 を使って、文字が真ん中にくるようにしています。
27090 \end_layout
27091
27092 \begin_layout Subsection
27093 小数字
27094 \begin_inset Index idx
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098 しょうすうじ@小数字
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Standard
27107 小数字(minuscule number)は、
27108 \series bold
27109
27110 \backslash
27111 oldstylenums
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 こまんど@コマンド ! O ! 
27119 \backslash
27120 oldstylenums
27121 \end_layout
27122
27123 \end_inset
27124
27125 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27126 \end_layout
27127
27128 \begin_layout Standard
27129
27130 \series bold
27131
27132 \backslash
27133 oldstylenums{数字}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 です。
27138 \series bold
27139
27140 \backslash
27141 oldstylenums{0123456789}
27142 \series default
27143 というコマンドは、
27144 \begin_inset Formula $\oldstylenums{0123456789}$
27145 \end_inset
27146
27147 のようになります。
27148 \end_layout
27149
27150 \begin_layout Subsection
27151 他の特殊文字
27152 \begin_inset CommandInset label
27153 LatexCommand label
27154 name "sub:他の特殊文字"
27155
27156 \end_inset
27157
27158
27159 \begin_inset Index idx
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 とくしゅもじ@特殊文字 ! たの@他の
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27173 \end_layout
27174
27175 \begin_layout Standard
27176 \align center
27177 \begin_inset Tabular
27178 <lyxtabular version="3" rows="4" columns="2">
27179 <features tabularvalignment="middle">
27180 <column alignment="center" valignment="top" width="0">
27181 <column alignment="center" valignment="top" width="0">
27182 <row>
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 コマンド
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 出力
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 </row>
27202 <row>
27203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Plain Layout
27207
27208 \backslash
27209 ^
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 spce 
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Plain Layout
27231 \begin_inset Formula $\mathcircumflex$
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 </row>
27240 <row>
27241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245
27246 \backslash
27247 _
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256 \begin_inset Formula $\_$
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 </row>
27265 <row>
27266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270 ^
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 spce 
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \backslash
27285 circ
27286 \begin_inset Index idx
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290
27291 \lang english
27292
27293 \backslash
27294
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Plain Layout
27308 \begin_inset Formula $^{\circ}$
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 </row>
27317 </lyxtabular>
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27326 \begin_inset Foot
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 この件に関する詳細は、第
27331 \begin_inset CommandInset ref
27332 LatexCommand ref
27333 reference "sub:数式中のテキスト文字"
27334
27335 \end_inset
27336
27337 節にあります。
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \begin_layout Standard
27346
27347 \series bold
27348
27349 \backslash
27350 DeclareInputtext{176}{
27351 \backslash
27352 ifmmode^
27353 \backslash
27354 circ
27355 \backslash
27356 else
27357 \backslash
27358 textdegree
27359 \backslash
27360 fi}
27361 \end_layout
27362
27363 \begin_layout Section
27364 数式様式
27365 \begin_inset CommandInset label
27366 LatexCommand label
27367 name "sec:数式様式"
27368
27369 \end_inset
27370
27371
27372 \begin_inset Index idx
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376 すうしき@数式 ! ようしき@様式
27377 \end_layout
27378
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \begin_layout Itemize
27385 以下の二つの配置様式があります。
27386 \end_layout
27387
27388 \begin_deeper
27389 \begin_layout Description
27390 中央揃え 事前に定義された標準です。
27391 \end_layout
27392
27393 \begin_layout Description
27394 行頭下げ これを使うには、
27395 \family sans
27396 文書\SpecialChar \menuseparator
27397 設定
27398 \family default
27399 メニューの
27400 \family sans
27401 文書クラス
27402 \family default
27403 において、
27404 \series bold
27405 fleqn
27406 \series default
27407 オプションを指定しておかなくてはなりません。
27408 \end_layout
27409
27410 \begin_layout Standard
27411
27412 \series bold
27413 行頭下げ
27414 \series default
27415 を用いる場合には、行頭下げの大きさを
27416 \series bold
27417
27418 \backslash
27419 mathindent
27420 \series default
27421
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 こまんど@コマンド ! M ! 
27427 \backslash
27428 mathindent
27429 \end_layout
27430
27431 \end_inset
27432
27433 の値で調整することができます。これを15
27434 \begin_inset space \thinspace{}
27435 \end_inset
27436
27437 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27438 \end_layout
27439
27440 \begin_layout Standard
27441
27442 \series bold
27443
27444 \backslash
27445 setlength{
27446 \backslash
27447 mathindent}{15mm}
27448 \end_layout
27449
27450 \begin_layout Standard
27451
27452 \series bold
27453
27454 \backslash
27455 mathindent
27456 \series default
27457 を明示的に指定しない場合には、事前に定義されている30
27458 \begin_inset space \thinspace{}
27459 \end_inset
27460
27461 ptが適用されます。
27462 \end_layout
27463
27464 \end_deeper
27465 \begin_layout Itemize
27466 また、以下の二つの連番様式があります。
27467 \end_layout
27468
27469 \begin_deeper
27470 \begin_layout Description
27471 右 事前に定義された標準です。
27472 \end_layout
27473
27474 \begin_layout Description
27475 左 これを使うには、
27476 \family sans
27477 文書\SpecialChar \menuseparator
27478 設定
27479 \family default
27480 メニューの
27481 \family sans
27482 文書クラス
27483 \family default
27484 において、
27485 \series bold
27486 leqno
27487 \series default
27488 オプションを指定しておかなくてはなりません。
27489 \end_layout
27490
27491 \end_deeper
27492 \begin_layout Standard
27493
27494 \series bold
27495 fleqn
27496 \series default
27497
27498 \series bold
27499 leqno
27500 \series default
27501 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27502 \end_layout
27503
27504 \begin_layout Standard
27505 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27506 \series bold
27507 中央揃え
27508 \series default
27509 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27510 \begin_inset CommandInset ref
27511 LatexCommand ref
27512 reference "sub:flalign環境"
27513
27514 \end_inset
27515
27516 節をご覧下さい。
27517 \end_layout
27518
27519 \begin_layout Section
27520 多行数式
27521 \begin_inset CommandInset label
27522 LatexCommand label
27523 name "sec:多行数式"
27524
27525 \end_inset
27526
27527
27528 \begin_inset Index idx
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 すうしき@数式 ! たぎょう@多行
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Subsection
27541 概要
27542 \end_layout
27543
27544 \begin_layout Standard
27545 LyXでは、多行数式は、数式中で
27546 \series bold
27547
27548 \begin_inset Info
27549 type  "shortcut"
27550 arg   "newline-insert newline"
27551 \end_inset
27552
27553
27554 \series default
27555 を押すことで作られます。この操作によって、第
27556 \begin_inset CommandInset ref
27557 LatexCommand ref
27558 reference "sub:eqnarray環境"
27559
27560 \end_inset
27561
27562 節に述べられている
27563 \series bold
27564 eqnarray環境
27565 \series default
27566 が作り出されるか、あるいは文書設定で
27567 \family sans
27568 AMS mathパッケージを使う
27569 \family default
27570 オプションが選択されている場合には、第
27571 \begin_inset CommandInset ref
27572 LatexCommand ref
27573 reference "sub:標準align環境"
27574
27575 \end_inset
27576
27577 節に述べられている
27578 \series bold
27579 align環境
27580 \series default
27581 が作り出されることになります。
27582 \end_layout
27583
27584 \begin_layout Standard
27585 他にも、
27586 \family sans
27587 挿入\SpecialChar \menuseparator
27588 数式
27589 \family default
27590 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27591 \end_layout
27592
27593 \begin_layout Standard
27594 すべての多行数式において、新規行は、
27595 \begin_inset Info
27596 type  "shortcut"
27597 arg   "newline-insert newline"
27598 \end_inset
27599
27600 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27601 \begin_inset Graphics
27602         filename ../../images/tabular-feature_append-row.png
27603         scale 85
27604
27605 \end_inset
27606
27607
27608 \begin_inset Graphics
27609         filename ../../images/tabular-feature_delete-row.png
27610         scale 85
27611
27612 \end_inset
27613
27614 を使うか、
27615 \family sans
27616 編集\SpecialChar \menuseparator
27617 行と列
27618 \family default
27619 メニューを使うことができます。
27620 \end_layout
27621
27622 \begin_layout Subsubsection
27623 行間
27624 \begin_inset CommandInset label
27625 LatexCommand label
27626 name "sub:行間"
27627
27628 \end_inset
27629
27630
27631 \begin_inset Index idx
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27645 \begin_inset Formula \begin{eqnarray*}
27646 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}\\
27647 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
27648 \end{eqnarray*}
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27657 \begin_inset Foot
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 \begin_inset CommandInset href
27662 LatexCommand href
27663 name "LyX-bug #1505"
27664 target "http://www.lyx.org/trac/ticket/1505"
27665
27666 \end_inset
27667
27668 を参照。
27669 \end_layout
27670
27671 \end_inset
27672
27673 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27674 \series bold
27675
27676 \backslash
27677
27678 \backslash
27679 [3mm]
27680 \series default
27681 というコマンドを入れます。すると、次のようになります。
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 begin{eqnarray*}
27690 \end_layout
27691
27692 \begin_layout Plain Layout
27693
27694 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27695  = & 
27696 \backslash
27697 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27698 \backslash
27699
27700 \backslash
27701 [3mm]
27702 \end_layout
27703
27704 \begin_layout Plain Layout
27705
27706 4x^{2}
27707 \backslash
27708 left(B^{2}+x_{0}^{2}
27709 \backslash
27710 right)+4x_{0}x
27711 \backslash
27712 left(D-B^{2}
27713 \backslash
27714 right)+B^{2}
27715 \backslash
27716 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27717 \backslash
27718 right) & = & 0
27719 \end_layout
27720
27721 \begin_layout Plain Layout
27722
27723
27724 \backslash
27725 end{eqnarray*}
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 \begin_inset VSpace bigskip
27735 \end_inset
27736
27737 同一数式内のすべての行の行間を一律に指定するには、
27738 \series bold
27739
27740 \backslash
27741 jot
27742 \series default
27743
27744 \begin_inset Index idx
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 こまんど@コマンド ! J ! 
27749 \backslash
27750 jot
27751 \end_layout
27752
27753 \end_inset
27754
27755 変数を変更します。定義は、
27756 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27757 \end_inset
27758
27759 となっています。
27760 \series bold
27761
27762 \backslash
27763 jot
27764 \series default
27765 の既定値は、3
27766 \begin_inset space \thinspace{}
27767 \end_inset
27768
27769 ptです。上記の例のように、行間を3
27770 \begin_inset space \thinspace{}
27771 \end_inset
27772
27773 mm追加するには、
27774 \end_layout
27775
27776 \begin_layout Standard
27777
27778 \series bold
27779
27780 \backslash
27781 setlength{
27782 \backslash
27783 jot}{3mm+3pt}
27784 \end_layout
27785
27786 \begin_layout Standard
27787 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27788 \end_layout
27789
27790 \begin_layout Standard
27791
27792 \series bold
27793
27794 \backslash
27795 usepackage{calc}
27796 \end_layout
27797
27798 \begin_layout Standard
27799 という行を入れて、LaTeXパッケージ
27800 \series bold
27801 calc
27802 \series default
27803
27804 \begin_inset Foot
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808
27809 \series bold
27810 calc
27811 \series default
27812 は標準的なLaTeX頒布版のすべてに付属しています。
27813 \end_layout
27814
27815 \end_inset
27816
27817
27818 \begin_inset Index idx
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822 ぱっけーじ@パッケージ ! calc
27823 \end_layout
27824
27825 \end_inset
27826
27827  を読み込んでおく必要があります。すると、
27828 \begin_inset ERT
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832
27833
27834 \backslash
27835 setlength{
27836 \backslash
27837 jot}{3mm+3pt}
27838 \end_layout
27839
27840 \end_inset
27841
27842
27843 \begin_inset Formula \begin{eqnarray*}
27844 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}\\
27845 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
27846 \end{eqnarray*}
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \begin_layout Standard
27854 \begin_inset ERT
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858
27859
27860 \backslash
27861 setlength{
27862 \backslash
27863 jot}{3pt}
27864 \end_layout
27865
27866 \end_inset
27867
27868 のような結果を得ます。行間を既定値に戻すには、
27869 \series bold
27870
27871 \backslash
27872 jot
27873 \series default
27874 をふたたび3
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 ptに戻します。
27879 \end_layout
27880
27881 \begin_layout Subsubsection
27882 列間
27883 \begin_inset CommandInset label
27884 LatexCommand label
27885 name "sub:列間"
27886
27887 \end_inset
27888
27889
27890 \begin_inset Index idx
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27904
27905 \end_layout
27906
27907 \begin_layout Standard
27908 列間は、
27909 \series bold
27910
27911 \backslash
27912 arraycolsep
27913 \series default
27914
27915 \begin_inset Index idx
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 こまんど@コマンド ! A ! 
27920 \backslash
27921 arraycolsep
27922 \end_layout
27923
27924 \end_inset
27925
27926 変数を使って指定し、
27927 \begin_inset Newline newline
27928 \end_inset
27929
27930 列間 = 2
27931 \begin_inset space \thinspace{}
27932 \end_inset
27933
27934
27935 \series bold
27936
27937 \backslash
27938 arraycolsep
27939 \series default
27940
27941 \begin_inset Newline newline
27942 \end_inset
27943
27944 という関係があります。したがって、
27945 \end_layout
27946
27947 \begin_layout Standard
27948
27949 \series bold
27950
27951 \backslash
27952 setlength{
27953 \backslash
27954 arraycolsep}{1cm}
27955 \end_layout
27956
27957 \begin_layout Standard
27958 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27959 \begin_inset space \thinspace{}
27960 \end_inset
27961
27962 cmになります。これを既定値に戻すには、
27963 \series bold
27964
27965 \backslash
27966 arraycolsep
27967 \series default
27968 を5
27969 \begin_inset space \thinspace{}
27970 \end_inset
27971
27972 ptに戻して下さい。
27973 \end_layout
27974
27975 \begin_layout Standard
27976 以下は、2
27977 \begin_inset space \thinspace{}
27978 \end_inset
27979
27980 cmの列間を持つ数式です。
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 setlength{
27989 \backslash
27990 arraycolsep}{1cm}
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \begin_inset Formula \begin{eqnarray*}
27997 A & = & B\\
27998 C & \ne & A
27999 \end{eqnarray*}
28000
28001 \end_inset
28002
28003 行列の既定の列間10
28004 \begin_inset space \thinspace{}
28005 \end_inset
28006
28007 ptを持つ数式です。
28008 \begin_inset ERT
28009 status collapsed
28010
28011 \begin_layout Plain Layout
28012
28013
28014 \backslash
28015 setlength{
28016 \backslash
28017 arraycolsep}{5pt}
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \begin_inset Formula \begin{eqnarray*}
28024 A & = & B\\
28025 C & \ne & A
28026 \end{eqnarray*}
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Subsubsection
28034 長い数式
28035 \begin_inset Index idx
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 すうしき@数式 ! ながい@長い
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 長い数式は、以下の方法を使って組版することができます。
28049 \end_layout
28050
28051 \begin_layout Itemize
28052 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28053 \begin_inset Formula \begin{eqnarray}
28054 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 \\
28055  &  & -\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}
28056 \end{eqnarray}
28057
28058 \end_inset
28059
28060 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28061 示されません。これを避けるために、マイナス記号の後に
28062 \series bold
28063
28064 \backslash
28065 hspace
28066 \series default
28067 .
28068 \begin_inset Foot
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073 \series bold
28074
28075 \backslash
28076 hspace
28077 \series default
28078 に関しての詳細は、第
28079 \begin_inset CommandInset ref
28080 LatexCommand ref
28081 reference "sub:可変長の空白"
28082
28083 \end_inset
28084
28085 節をご覧下さい。
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \begin_inset Index idx
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095 こまんど@コマンド ! H ! 
28096 \backslash
28097 hspace
28098 \end_layout
28099
28100 \end_inset
28101
28102 コマンドを使って3
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 pt空白を入れてあります。
28107 \end_layout
28108
28109 \begin_layout Itemize
28110 数式の両辺がともに長すぎるときには、
28111 \series bold
28112
28113 \backslash
28114 lefteqn
28115 \series default
28116
28117 \begin_inset Index idx
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 こまんど@コマンド ! L ! 
28122 \backslash
28123 lefteqn
28124 \end_layout
28125
28126 \end_inset
28127
28128 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28129 \begin_inset Formula \begin{eqnarray}
28130 \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 \\
28131  &  & -\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 \\
28132  &  & =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}
28133 \end{eqnarray}
28134
28135 \end_inset
28136
28137
28138 \series bold
28139
28140 \backslash
28141 lefteqn
28142 \series default
28143 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28144 \begin_inset Newline newline
28145 \end_inset
28146
28147 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28148 \begin_inset VSpace medskip
28149 \end_inset
28150
28151
28152 \begin_inset Newline newline
28153 \end_inset
28154
28155
28156 \begin_inset Note Greyedout
28157 status open
28158
28159 \begin_layout Plain Layout
28160
28161 \series bold
28162
28163 \backslash
28164 lefteqn
28165 \series default
28166 を使用する際には、以下のことにご注意下さい。
28167 \end_layout
28168
28169 \begin_layout Itemize
28170 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28171 \begin_inset Formula $-B^{2}$
28172 \end_inset
28173
28174 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28175 \end_layout
28176
28177 \begin_layout Itemize
28178 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28179 \begin_inset Foot
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 \begin_inset CommandInset href
28184 LatexCommand href
28185 name "LyX-bug #1429"
28186 target "http://www.lyx.org/trac/ticket/1429"
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \end_inset
28194
28195 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \begin_layout Itemize
28204 長い数式を組む他の方法として、第
28205 \begin_inset CommandInset ref
28206 LatexCommand ref
28207 reference "sub:multline環境"
28208
28209 \end_inset
28210
28211 節と第
28212 \begin_inset CommandInset ref
28213 LatexCommand ref
28214 reference "sub:数式の一部の多行化"
28215
28216 \end_inset
28217
28218 節で述べられている環境を用いる方法があります。
28219 \end_layout
28220
28221 \begin_layout Subsubsection
28222 多行にわたる括弧
28223 \begin_inset CommandInset label
28224 LatexCommand label
28225 name "sub:多行にわたる括弧"
28226
28227 \end_inset
28228
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28244 \begin_inset Formula \begin{eqnarray*}
28245 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28246  &  & \left.\cdots+B-D\right]
28247 \end{eqnarray*}
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28256 \end_layout
28257
28258 \begin_layout Standard
28259 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28260 \series bold
28261
28262 \backslash
28263 right.
28264 \series default
28265
28266 \begin_inset Index idx
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270 こまんど@コマンド ! R ! 
28271 \backslash
28272 right
28273 \end_layout
28274
28275 \end_inset
28276
28277 とし、二行めの始めを
28278 \series bold
28279
28280 \backslash
28281 left.
28282 \begin_inset Foot
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286
28287 \series bold
28288
28289 \backslash
28290 left
28291 \series default
28292
28293 \series bold
28294
28295 \backslash
28296 right
28297 \series default
28298 に関する詳細は、第
28299 \begin_inset CommandInset ref
28300 LatexCommand ref
28301 reference "sub:自動の括弧丈"
28302
28303 \end_inset
28304
28305 節をご覧下さい。
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \series default
28312
28313 \begin_inset Index idx
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317 こまんど@コマンド ! L ! 
28318 \backslash
28319 left
28320 \end_layout
28321
28322 \end_inset
28323
28324 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28325 \series bold
28326
28327 \backslash
28328 left.
28329 \series default
28330 の後に、
28331 \series bold
28332
28333 \backslash
28334 vphantom
28335 \series default
28336
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 spce 
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \series bold
28351
28352 \backslash
28353 prod
28354 \series default
28355 ^
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 spce 
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \series bold
28370
28371 \backslash
28372 infty
28373 \series default
28374
28375 \begin_inset ERT
28376 status collapsed
28377
28378 \begin_layout Plain Layout
28379
28380
28381 \backslash
28382 spce 
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \series bold
28389
28390 \begin_inset Formula $\downarrow$
28391 \end_inset
28392
28393 _R=1}
28394 \series default
28395
28396 \begin_inset Index idx
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 こまんど@コマンド ! V ! 
28401 \backslash
28402 vphantom
28403 \end_layout
28404
28405 \end_inset
28406
28407 というコマンドを挿入します。
28408 \end_layout
28409
28410 \begin_layout Standard
28411 その結果が以下の数式です。
28412 \begin_inset Formula \begin{eqnarray*}
28413 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28414  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28415 \end{eqnarray*}
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Subsection
28423 align環境
28424 \end_layout
28425
28426 \begin_layout Standard
28427 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28428 \end_layout
28429
28430 \begin_layout Standard
28431 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28432 \end_layout
28433
28434 \begin_layout Standard
28435 align環境は、
28436 \family sans
28437 挿入\SpecialChar \menuseparator
28438 数式
28439 \family default
28440 メニューから作ることができます。
28441 \family sans
28442 編集\SpecialChar \menuseparator
28443 数式\SpecialChar \menuseparator
28444 数式の表記を変更
28445 \family default
28446 メニューを使えば、既存の数式をalign環境に変更することができます。
28447 \end_layout
28448
28449 \begin_layout Standard
28450 列を追加したり削除したりするには、数式ツールバーボタンの
28451 \begin_inset Graphics
28452         filename ../../images/tabular-feature_append-column.png
28453         scale 85
28454
28455 \end_inset
28456
28457
28458 \begin_inset Graphics
28459         filename ../../images/tabular-feature_delete-column.png
28460         scale 85
28461
28462 \end_inset
28463
28464 を使うか、
28465 \family sans
28466 編集\SpecialChar \menuseparator
28467 行と列
28468 \family default
28469 メニューを使います。
28470 \end_layout
28471
28472 \begin_layout Subsubsection
28473 標準align環境
28474 \begin_inset CommandInset label
28475 LatexCommand label
28476 name "sub:標準align環境"
28477
28478 \end_inset
28479
28480
28481 \begin_inset Index idx
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 このalign環境は、数式中で
28495 \begin_inset Info
28496 type  "shortcut"
28497 arg   "newline-insert newline"
28498 \end_inset
28499
28500 を押すか、
28501 \family sans
28502 挿入\SpecialChar \menuseparator
28503 数式\SpecialChar \menuseparator
28504 AMS align環境
28505 \family default
28506 メニューで作ることができます。
28507 \end_layout
28508
28509 \begin_layout Standard
28510 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28511 \begin_inset Formula \begin{align*}
28512 A & =\sin(B) & C & =D\\
28513 C & \ne A & B & \ne D
28514 \end{align*}
28515
28516 \end_inset
28517
28518 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28519 \series bold
28520
28521 \backslash
28522 hfill
28523 \begin_inset Foot
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528 \series bold
28529
28530 \backslash
28531 hfill
28532 \series default
28533 に関する詳細は、第
28534 \begin_inset CommandInset ref
28535 LatexCommand ref
28536 reference "sub:可変長の空白"
28537
28538 \end_inset
28539
28540 節をご覧下さい。
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \series default
28547 があるかのように配置されます。数式様式として
28548 \series bold
28549 行頭下げ
28550 \begin_inset Foot
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554
28555 \series bold
28556 数式様式については、第
28557 \series default
28558
28559 \begin_inset CommandInset ref
28560 LatexCommand ref
28561 reference "sec:数式様式"
28562
28563 \end_inset
28564
28565 節をご覧下さい。
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \series default
28572 を使う場合には、第一列の前の
28573 \series bold
28574
28575 \backslash
28576 hfill
28577 \series default
28578 はない形で数式が設定されます。
28579 \end_layout
28580
28581 \begin_layout Subsubsection
28582 alignat環境
28583 \begin_inset Index idx
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Standard
28596 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28597 \begin_inset CommandInset ref
28598 LatexCommand ref
28599 reference "sub:空白"
28600
28601 \end_inset
28602
28603 節に述べられている空白を使用して手動で入れます。
28604 \end_layout
28605
28606 \begin_layout Standard
28607 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28608 \begin_inset space \thinspace{}
28609 \end_inset
28610
28611 cmの空白を入れたものです。
28612 \begin_inset Formula \begin{alignat*}{2}
28613 A & =\sin(B) & \hspace{1cm}C & =D\\
28614 C & \ne A & B & \ne D
28615 \end{alignat*}
28616
28617 \end_inset
28618
28619 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28620 \end_layout
28621
28622 \begin_layout Subsubsection
28623 flalign環境
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "sub:flalign環境"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28645 \begin_inset Formula \begin{flalign*}
28646 A & =1 & B & =2 & C & =3\\
28647 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28648 \end{flalign*}
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28657 \series bold
28658 中央揃え
28659 \series default
28660 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28661 \begin_inset CommandInset ref
28662 LatexCommand eqref
28663 reference "eq:VolInt"
28664
28665 \end_inset
28666
28667 式を行頭下げにしたものです。
28668 \begin_inset Formula \begin{flalign}
28669 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28670
28671 \end_inset
28672
28673 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28674 \begin_inset space \thinspace{}
28675 \end_inset
28676
28677 ptの空白が第1列の頭に入れてあります。
28678 \end_layout
28679
28680 \begin_layout Subsection
28681 eqnarray環境
28682 \begin_inset CommandInset label
28683 LatexCommand label
28684 name "sub:eqnarray環境"
28685
28686 \end_inset
28687
28688
28689 \begin_inset Index idx
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \begin_layout Standard
28702 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28703 いるので、その内容は中央揃えで少し小さく設定されます。
28704 \begin_inset Formula \begin{eqnarray*}
28705 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28706 AB & AB & AB\\
28707 A & = & A
28708 \end{eqnarray*}
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Subsection
28716 gather環境
28717 \begin_inset Index idx
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \begin_layout Standard
28730 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28731 \begin_inset Formula \begin{gather}
28732 A=1\\
28733 X=\textrm{-}1
28734 \end{gather}
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Subsection
28742 multline環境
28743 \begin_inset CommandInset label
28744 LatexCommand label
28745 name "sub:multline環境"
28746
28747 \end_inset
28748
28749
28750 \begin_inset Index idx
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Standard
28763 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28764 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28765 \begin_inset CommandInset ref
28766 LatexCommand eqref
28767 reference "eq:lefteqn"
28768
28769 \end_inset
28770
28771 式をmultline環境に置いたものを示します。
28772 \begin_inset Formula \begin{multline}
28773 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}\\
28774 -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}\\
28775 =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}}
28776 \end{multline}
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \begin_layout Standard
28784 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28785 \begin_inset Foot
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 付番様式については、第
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "sec:数式様式"
28793
28794 \end_inset
28795
28796 節を参照。
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 shoveright
28810 \begin_inset Index idx
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 こまんど@コマンド ! S ! 
28815 \backslash
28816 shoveright
28817 \end_layout
28818
28819 \end_inset
28820
28821 コマンドや
28822 \backslash
28823 shoveleft
28824 \begin_inset Index idx
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 こまんど@コマンド ! S ! 
28829 \backslash
28830 shoveleft
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \series default
28837 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28838 \end_layout
28839
28840 \begin_layout Standard
28841
28842 \series bold
28843
28844 \backslash
28845 shoveright{行の内容}
28846 \series default
28847 あるいは
28848 \series bold
28849
28850 \backslash
28851 shoveleft{行の内容}
28852 \end_layout
28853
28854 \begin_layout Standard
28855 \begin_inset VSpace medskip
28856 \end_inset
28857
28858
28859 \series bold
28860
28861 \backslash
28862 multlinegap
28863 \begin_inset Index idx
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 こまんど@コマンド ! M ! 
28868 \backslash
28869 multlinegap
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \series default
28876 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 ptの長さです。
28881 \end_layout
28882
28883 \begin_layout Standard
28884 以下は、上記の数式に
28885 \end_layout
28886
28887 \begin_layout Standard
28888
28889 \series bold
28890
28891 \backslash
28892 setlength{
28893 \backslash
28894 multlinegap}{2cm}
28895 \end_layout
28896
28897 \begin_layout Standard
28898 というコマンドを、TeXモードで直前に挿入した例です。
28899 \begin_inset ERT
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903
28904
28905 \backslash
28906 setlength{
28907 \backslash
28908 multlinegap}{2cm}
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \begin_inset Formula \begin{multline}
28915 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}\\
28916 \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}}\\
28917 =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}}
28918 \end{multline}
28919
28920 \end_inset
28921
28922
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 setlength{
28931 \backslash
28932 multlinegap}{0pt}
28933 \end_layout
28934
28935 \end_inset
28936
28937 二行めは、
28938 \series bold
28939
28940 \backslash
28941 shoveleft
28942 \series default
28943 を使って左揃えにしています。
28944 \end_layout
28945
28946 \begin_layout Subsection
28947 数式の一部の多行化
28948 \begin_inset CommandInset label
28949 LatexCommand label
28950 name "sub:数式の一部の多行化"
28951
28952 \end_inset
28953
28954
28955 \begin_inset Index idx
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \end_layout
28966
28967 \begin_layout Standard
28968 数式の一部分のみを多行表示したい場合には、
28969 \series bold
28970 aligned
28971 \series default
28972
28973 \series bold
28974 alignedat
28975 \series default
28976
28977 \series bold
28978 gathered
28979 \series default
28980
28981 \series bold
28982 split
28983 \series default
28984 のうちのいずれかの環境を使用します。これらは、
28985 \family sans
28986 挿入\SpecialChar \menuseparator
28987 数式
28988 \family default
28989 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28990 \end_layout
28991
28992 \begin_layout Standard
28993 最初の三つの環境は、環境名から
28994 \series bold
28995 ed
28996 \series default
28997 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28998 \begin_inset Formula \[
28999 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29000 \Delta E\Delta t & \ge\frac{\hbar}{2}
29001 \end{aligned}
29002 \right\} \textrm{不確定性原理}\]
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 この数式を作るには、別行建て数式をまず作っておいて、そこに
29011 \series bold
29012
29013 \backslash
29014 aligned
29015 \begin_inset Index idx
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 こまんど@コマンド ! A ! 
29020 \backslash
29021 aligned
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \series default
29028 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29029 ます。
29030 \end_layout
29031
29032 \begin_layout Standard
29033 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29034 に配置できる利点があります。以下に例として、
29035 \begin_inset CommandInset ref
29036 LatexCommand eqref
29037 reference "eq:shortlong"
29038
29039 \end_inset
29040
29041 式にaligned環境を適用したものを示します。
29042 \begin_inset Formula \begin{equation}
29043 \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}|}\\
29044  & -\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}|}
29045 \end{aligned}
29046 \end{equation}
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056 alignedat
29057 \series default
29058
29059 \series bold
29060 gathered
29061 \series default
29062
29063 \series bold
29064 split
29065 \series default
29066 の各環境を使うには、それぞれ
29067 \series bold
29068
29069 \backslash
29070 alignedat
29071 \series default
29072
29073 \begin_inset Index idx
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 こまんど@コマンド ! A ! 
29078 \backslash
29079 alignedat
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \series bold
29086
29087 \backslash
29088 gathered
29089 \series default
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 こまんど@コマンド ! G ! 
29096 \backslash
29097 gathered
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \series bold
29104
29105 \backslash
29106 split
29107 \series default
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 こまんど@コマンド ! S ! 
29114 \backslash
29115 split
29116 \end_layout
29117
29118 \end_inset
29119
29120 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29121 \end_layout
29122
29123 \begin_layout Subsection
29124 多行数式中のテキスト
29125 \begin_inset CommandInset label
29126 LatexCommand label
29127 name "sub:多行数式中のテキスト"
29128
29129 \end_inset
29130
29131
29132 \begin_inset Index idx
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 てきすと@テキスト ! すうしきちゅうの@数式中の
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \begin_inset Index idx
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Standard
29155 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29156 式を持つ
29157 \series bold
29158
29159 \backslash
29160 intertext
29161 \begin_inset Index idx
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 こまんど@コマンド ! I ! 
29166 \backslash
29167 intertext
29168 \end_layout
29169
29170 \end_inset
29171
29172 コマンドを使います。
29173 \end_layout
29174
29175 \begin_layout Standard
29176
29177 \series bold
29178
29179 \backslash
29180 intertext{テキスト}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29185 \series bold
29186
29187 \backslash
29188 intertext
29189 \series default
29190 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29191 \series bold
29192
29193 \backslash
29194 intertext
29195 \series default
29196 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29197 \begin_inset Formula \begin{align}
29198 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29199 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29200 \end{align}
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Section
29208 数式番号
29209 \begin_inset Index idx
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 すうしきばんごう@数式番号
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \begin_inset Index idx
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 すうしき@数式 ! ばんごう@番号|see
29224 \begin_inset ERT
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228
29229 {
29230 \end_layout
29231
29232 \end_inset
29233
29234 数式番号
29235 \begin_inset ERT
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239
29240 }
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Subsection
29254 概要
29255 \end_layout
29256
29257 \begin_layout Standard
29258 付番数式は、
29259 \family sans
29260 挿入\SpecialChar \menuseparator
29261 数式\SpecialChar \menuseparator
29262 付番数式
29263 \family default
29264 メニュー(短絡キー
29265 \family sans
29266 Ctrl+Alt
29267 \begin_inset space ~
29268 \end_inset
29269
29270 N
29271 \family default
29272 )で作ることができます。既存の数式に番号を振るには、
29273 \family sans
29274 編集\SpecialChar \menuseparator
29275 数式\SpecialChar \menuseparator
29276 数式全体を付番
29277 \family default
29278 メニュー(短絡キー
29279 \begin_inset Info
29280 type  "shortcut"
29281 arg   "math-number-toggle"
29282 \end_inset
29283
29284 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29285 \end_layout
29286
29287 \begin_layout Standard
29288 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29289 \family sans
29290 編集\SpecialChar \menuseparator
29291 数式\SpecialChar \menuseparator
29292 この行を付番
29293 \family default
29294 メニュー(短絡キー
29295 \begin_inset Info
29296 type  "shortcut"
29297 arg   "math-number-line-toggle"
29298 \end_inset
29299
29300 )を使用すれば、各行毎に付番するかどうか指定することができます。
29301 \end_layout
29302
29303 \begin_layout Standard
29304 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29305 \begin_inset CommandInset ref
29306 LatexCommand ref
29307 reference "sec:数式様式"
29308
29309 \end_inset
29310
29311 節をご覧下さい。
29312 \end_layout
29313
29314 \begin_layout Subsection
29315 相互参照
29316 \begin_inset Index idx
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320 そうごさんしょう@相互参照 ! すうしきへの@数式への
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29330 \family sans
29331 挿入\SpecialChar \menuseparator
29332 ラベル
29333 \family default
29334 メニューか、ツールバーボタンの
29335 \begin_inset Graphics
29336         filename ../../images/label-insert.png
29337         scale 85
29338
29339 \end_inset
29340
29341 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29342 \series bold
29343 eq:と
29344 \series default
29345 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29346 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29347 \family sans
29348 挿入\SpecialChar \menuseparator
29349 ラベル
29350 \family default
29351 メニューをもういちど使って下さい。
29352 \end_layout
29353
29354 \begin_layout Standard
29355 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29356 \end_layout
29357
29358 \begin_layout Standard
29359 相互参照は、
29360 \family sans
29361 挿入\SpecialChar \menuseparator
29362 相互参照
29363 \family default
29364 メニューかツールバーボタンの
29365 \begin_inset Graphics
29366         filename ../../images/dialog-show-new-inset_ref.png
29367         scale 85
29368
29369 \end_inset
29370
29371 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29372 \series bold
29373 (<参照>)
29374 \series default
29375 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29376 \begin_inset Newline newline
29377 \end_inset
29378
29379 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29380 \end_layout
29381
29382 \begin_layout Standard
29383 以下は、後の各小節に現れる数式への相互参照を含む例です。
29384 \begin_inset Note Note
29385 status open
29386
29387 \begin_layout Plain Layout
29388 相互参照の型の違いに留意してください。
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 \begin_inset CommandInset ref
29398 LatexCommand eqref
29399 reference "eq:tag"
29400
29401 \end_inset
29402
29403 式と
29404 \begin_inset CommandInset ref
29405 LatexCommand eqref
29406 reference "eq:c"
29407
29408 \end_inset
29409
29410 式は、等価です。(
29411 \begin_inset CommandInset ref
29412 LatexCommand ref
29413 reference "eq:Rom"
29414
29415 \end_inset
29416
29417 )式とは異なり、(
29418 \begin_inset CommandInset ref
29419 LatexCommand ref
29420 reference "eq:Lat"
29421
29422 \end_inset
29423
29424 )式では、付番にラテン数字を使用しています。
29425 \end_layout
29426
29427 \begin_layout Standard
29428 \begin_inset VSpace medskip
29429 \end_inset
29430
29431
29432 \series bold
29433
29434 \backslash
29435 tag
29436 \begin_inset Foot
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 \series bold
29442
29443 \backslash
29444 tag
29445 \series default
29446 は、第
29447 \begin_inset CommandInset ref
29448 LatexCommand ref
29449 reference "sub:ユーザー定義番号"
29450
29451 \end_inset
29452
29453 節に説明があります。
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \series default
29460 の引数が、第
29461 \begin_inset CommandInset ref
29462 LatexCommand ref
29463 reference "sub:段落ボックス"
29464
29465 \end_inset
29466
29467 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29468 \end_layout
29469
29470 \begin_layout Subsection
29471 細目番号
29472 \begin_inset Index idx
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485
29486 \series bold
29487
29488 \backslash
29489 begin{subequations}
29490 \series default
29491 および
29492 \series bold
29493
29494 \backslash
29495 end{subequations}
29496 \series default
29497 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29498 \end_layout
29499
29500 \begin_layout Standard
29501 たとえば、
29502 \begin_inset Formula \begin{equation}
29503 A=C-B\label{eq:a}\end{equation}
29504
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 addtocounter{equation}{-1}
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526
29527 \backslash
29528 begin{subequations}
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \begin_inset VSpace -5mm
29535 \end_inset
29536
29537
29538 \begin_inset Formula \begin{equation}
29539 B=C-A\label{eq:b}\end{equation}
29540
29541 \end_inset
29542
29543
29544 \begin_inset Formula \begin{equation}
29545 C=A+B\label{eq:c}\end{equation}
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Standard
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558
29559 \backslash
29560 end{subequations}
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Standard
29569 この例を作るには、次のようにします。
29570 \end_layout
29571
29572 \begin_layout Enumerate
29573 一つめの数式を入力します。
29574 \end_layout
29575
29576 \begin_layout Enumerate
29577 一つめの数式の後に
29578 \begin_inset Newline newline
29579 \end_inset
29580
29581
29582 \series bold
29583
29584 \backslash
29585 addtocounter{equation}{-1} 
29586 \backslash
29587 begin{subequations}
29588 \begin_inset Index idx
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 こまんど@コマンド ! A ! 
29593 \backslash
29594 addtocounter
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \begin_inset Newline newline
29601 \end_inset
29602
29603
29604 \series default
29605 を入力します。
29606 \end_layout
29607
29608 \begin_layout Enumerate
29609 二つめの数式を入力します。
29610 \end_layout
29611
29612 \begin_layout Enumerate
29613 三つめの数式を入力します。
29614 \end_layout
29615
29616 \begin_layout Enumerate
29617 三つめの数式の後に、
29618 \series bold
29619
29620 \backslash
29621 end{subequations}
29622 \series default
29623 を入力します。
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 begin
29632 \series default
29633 コマンドと
29634 \series bold
29635
29636 \backslash
29637 end
29638 \series default
29639 コマンドのあいだの数式はすべて、a・b・
29640 \begin_inset Newline linebreak
29641 \end_inset
29642
29643 c\SpecialChar \ldots{}
29644 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29645 \emph on
29646 ひとつの
29647 \emph default
29648 付番数式として扱われますが、それぞれの付番数式が
29649 \series bold
29650 equation
29651 \series default
29652 カウンタを一つずつ進めてしまうので、
29653 \series bold
29654
29655 \backslash
29656 addtocounter
29657 \series default
29658 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29659 \begin_inset CommandInset ref
29660 LatexCommand eqref
29661 reference "eq:a"
29662
29663 \end_inset
29664
29665 式・
29666 \begin_inset CommandInset ref
29667 LatexCommand eqref
29668 reference "eq:b"
29669
29670 \end_inset
29671
29672 式・
29673 \begin_inset CommandInset ref
29674 LatexCommand eqref
29675 reference "eq:c"
29676
29677 \end_inset
29678
29679 式は、それぞれ
29680 \begin_inset CommandInset ref
29681 LatexCommand eqref
29682 reference "eq:a"
29683
29684 \end_inset
29685
29686 式・
29687 \begin_inset CommandInset ref
29688 LatexCommand eqref
29689 reference "eq:d"
29690
29691 \end_inset
29692
29693 式・
29694 \begin_inset CommandInset ref
29695 LatexCommand eqref
29696 reference "eq:f"
29697
29698 \end_inset
29699
29700 式として番号が振られてしまいます。
29701 \end_layout
29702
29703 \begin_layout Standard
29704 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29705 \begin_inset space \thinspace{}
29706 \end_inset
29707
29708 mmの垂直空白を
29709 \series bold
29710
29711 \backslash
29712 begin{subequations}
29713 \series default
29714 コマンドの後に入れています。数式様式として
29715 \series bold
29716 行頭下げ
29717 \begin_inset Foot
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722 \series bold
29723 数式様式に関しては、第
29724 \series default
29725
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "sec:数式様式"
29729
29730 \end_inset
29731
29732 節を参照。
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \series default
29739 を用いているときには、これを-7
29740 \begin_inset space \thinspace{}
29741 \end_inset
29742
29743 mm空白にしてください。
29744 \end_layout
29745
29746 \begin_layout Standard
29747 以下は、二行めのみ付番を無効にしている多行数式の例です。
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753
29754 \backslash
29755 begin{subequations}
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \begin_inset Formula \begin{eqnarray}
29762 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29763  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29764  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29765 \end{eqnarray}
29766
29767 \end_inset
29768
29769
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 end{subequations}
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Subsection
29786 ユーザー定義番号
29787 \begin_inset CommandInset label
29788 LatexCommand label
29789 name "sub:ユーザー定義番号"
29790
29791 \end_inset
29792
29793
29794 \begin_inset Index idx
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 \begin_inset Index idx
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29812 \end_layout
29813
29814 \end_inset
29815
29816 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29817 \end_layout
29818
29819 \begin_layout Standard
29820
29821 \series bold
29822
29823 \backslash
29824 def
29825 \backslash
29826 tagform@#1{
29827 \backslash
29828 maketag@@@{
29829 \series default
29830
29831 \begin_inset Formula $\boldsymbol{|}$
29832 \end_inset
29833
29834
29835 \series bold
29836 #1
29837 \series default
29838
29839 \begin_inset Formula $\boldsymbol{|}$
29840 \end_inset
29841
29842
29843 \series bold
29844 }}
29845 \series default
29846
29847 \begin_inset Note Note
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 他の記号を使いたいときには、
29861 \series bold
29862 #1
29863 \series default
29864 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset VSpace bigskip
29869 \end_inset
29870
29871 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29872 \series bold
29873
29874 \backslash
29875 tag
29876 \series default
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 こまんど@コマンド ! T ! 
29883 \backslash
29884 tag
29885 \end_layout
29886
29887 \end_inset
29888
29889 コマンドを使います。
29890 \begin_inset Formula \begin{equation}
29891 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29892
29893 \end_inset
29894
29895 上記の例では、
29896 \series bold
29897
29898 \backslash
29899 tag
29900 \begin_inset ERT
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904
29905
29906 \backslash
29907 spce 
29908 \end_layout
29909
29910 \end_inset
29911
29912 何とかかんとか
29913 \series default
29914 というコマンドを数式に打ち込んでいます。
29915 \end_layout
29916
29917 \begin_layout Standard
29918 代わりに
29919 \series bold
29920
29921 \backslash
29922 tag*
29923 \begin_inset ERT
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927
29928
29929 \backslash
29930 spce 
29931 \end_layout
29932
29933 \end_inset
29934
29935 何とかかんとか
29936 \series default
29937 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29938 \begin_inset Formula \[
29939 A+B=C\tag*{something}\]
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \begin_inset VSpace bigskip
29948 \end_inset
29949
29950 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29951 \begin_inset Newline newline
29952 \end_inset
29953
29954
29955 \series bold
29956
29957 \backslash
29958 @addtoreset{equation}{part}
29959 \series default
29960
29961 \begin_inset Index idx
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 こまんど@コマンド ! 
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971 "
29972 \end_layout
29973
29974 \end_inset
29975
29976 @
29977 \begin_inset ERT
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982 "
29983 \end_layout
29984
29985 \end_inset
29986
29987  ! 
29988 \backslash
29989
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995 "
29996 \end_layout
29997
29998 \end_inset
29999
30000 @
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006 "
30007 \end_layout
30008
30009 \end_inset
30010
30011 addtoreset
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \begin_inset Newline newline
30018 \end_inset
30019
30020 節に関しては
30021 \begin_inset Newline newline
30022 \end_inset
30023
30024
30025 \series bold
30026
30027 \backslash
30028 @addtoreset{equation}{section}
30029 \begin_inset Newline newline
30030 \end_inset
30031
30032
30033 \series default
30034 というコマンドを使います。
30035 \end_layout
30036
30037 \begin_layout Standard
30038 これらのコマンドをTeXモードで使えるようにするためには、
30039 \series bold
30040
30041 \backslash
30042 makeatletter
30043 \series default
30044 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30045 \series bold
30046
30047 \backslash
30048 makeatother
30049 \series default
30050 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30051 \end_layout
30052
30053 \begin_layout Standard
30054
30055 \series bold
30056
30057 \backslash
30058 makeatletter
30059 \begin_inset Newline newline
30060 \end_inset
30061
30062
30063 \backslash
30064 @addtoreset{equation}{section}
30065 \begin_inset Newline newline
30066 \end_inset
30067
30068
30069 \backslash
30070 makeatother
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074
30075 \series default
30076 のようにならなくてはなりません。
30077 \end_layout
30078
30079 \begin_layout Standard
30080 LaTeXプリアンブル中では、
30081 \series bold
30082
30083 \backslash
30084 makeatletter
30085 \series default
30086
30087 \series bold
30088
30089 \backslash
30090 makeatother
30091 \series default
30092 は、LyXが内部的に自動で挿入するので省略してかまいません。
30093 \end_layout
30094
30095 \begin_layout Standard
30096
30097 \series bold
30098
30099 \backslash
30100 @addtoreset
30101 \series default
30102 を戻すには、まずLaTeXプリアンブル中に
30103 \end_layout
30104
30105 \begin_layout Standard
30106
30107 \series bold
30108
30109 \backslash
30110 usepackage{remreset}
30111 \end_layout
30112
30113 \begin_layout Standard
30114 という行を入れて、
30115 \series bold
30116 remreset.sty
30117 \series default
30118
30119 \begin_inset Foot
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124 \series bold
30125 remreset
30126 \series default
30127 は、LaTeXパッケージの
30128 \series bold
30129 carlisle
30130 \series default
30131
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 ぱっけーじ@パッケージ ! carlisle
30137 \end_layout
30138
30139 \end_inset
30140
30141 の一部として含まれており、LaTeX標準頒布版には含まれています。
30142 \end_layout
30143
30144 \end_inset
30145
30146
30147 \begin_inset Index idx
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151 ぱっけーじ@パッケージ ! remreset
30152 \end_layout
30153
30154 \end_inset
30155
30156 ファイルを読み込んでおかなくてはなりません。その後
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160
30161 \series bold
30162
30163 \backslash
30164 @removefromreset
30165 \series default
30166
30167 \begin_inset Index idx
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 こまんど@コマンド ! 
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177 "
30178 \end_layout
30179
30180 \end_inset
30181
30182 @
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188 "
30189 \end_layout
30190
30191 \end_inset
30192
30193  ! 
30194 \backslash
30195
30196 \begin_inset ERT
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200
30201 "
30202 \end_layout
30203
30204 \end_inset
30205
30206 @
30207 \begin_inset ERT
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211
30212 "
30213 \end_layout
30214
30215 \end_inset
30216
30217 removefromreset
30218 \end_layout
30219
30220 \end_inset
30221
30222 コマンドを
30223 \series bold
30224
30225 \backslash
30226 @addtoreset
30227 \series default
30228 と同じ書式で使用すると、
30229 \series bold
30230
30231 \backslash
30232 @addtoreset
30233 \series default
30234 を戻すことができます。
30235 \end_layout
30236
30237 \begin_layout Standard
30238 \begin_inset VSpace bigskip
30239 \end_inset
30240
30241 ときには、数式を
30242 \end_layout
30243
30244 \begin_layout Standard
30245
30246 \family typewriter
30247 (節番号.数式番号)
30248 \end_layout
30249
30250 \begin_layout Standard
30251 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30252 \end_layout
30253
30254 \begin_layout Standard
30255 このような場合のために、
30256 \series bold
30257
30258 \backslash
30259 numberwithin
30260 \series default
30261
30262 \begin_inset Index idx
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266 こまんど@コマンド ! N ! 
30267 \backslash
30268 numberwithin
30269 \end_layout
30270
30271 \end_inset
30272
30273 というコマンドがあり、
30274 \end_layout
30275
30276 \begin_layout Standard
30277
30278 \series bold
30279
30280 \backslash
30281 numberwithin{カウンタ}{節階層}
30282 \end_layout
30283
30284 \begin_layout Standard
30285 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30286 \end_layout
30287
30288 \begin_layout Standard
30289 したがって、ここではLaTeXプリアンブルかTeXコードで
30290 \end_layout
30291
30292 \begin_layout Standard
30293
30294 \series bold
30295
30296 \backslash
30297 numberwithin{equation}{section}
30298 \end_layout
30299
30300 \begin_layout Standard
30301 という行を用いることにしましょう。その結果がこれです。
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 numberwithin{equation}{section}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset Formula \begin{equation}
30316 A+B=C\end{equation}
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 たとえば、部番号を節階層として使用して、表に付番を施すときには
30325 \begin_inset Newline newline
30326 \end_inset
30327
30328
30329 \series bold
30330
30331 \backslash
30332 numberwithin{table}{part}
30333 \series default
30334 を用います。
30335 \end_layout
30336
30337 \begin_layout Standard
30338 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30339 \end_layout
30340
30341 \begin_layout Standard
30342
30343 \series bold
30344
30345 \backslash
30346 renewcommand{
30347 \backslash
30348 theequation}{
30349 \backslash
30350 arabic{equation}}
30351 \begin_inset Index idx
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355 こまんど@コマンド ! A ! 
30356 \backslash
30357 arabic
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \series default
30364
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370
30371 \backslash
30372 renewcommand{
30373 \backslash
30374 theequation}{
30375 \backslash
30376 arabic{equation}}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \series bold
30383
30384 \begin_inset Newline newline
30385 \end_inset
30386
30387
30388 \series default
30389 あるいは
30390 \series bold
30391
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395
30396 \backslash
30397 renewcommand{
30398 \backslash
30399 thetable}{
30400 \backslash
30401 arabic{table}}
30402 \end_layout
30403
30404 \begin_layout Standard
30405 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30406 \series bold
30407
30408 \backslash
30409 numberwithin
30410 \series default
30411 は、内部的に上記で述べた
30412 \series bold
30413
30414 \backslash
30415 @addtoreset
30416 \series default
30417 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 makeatletter
30426 \end_layout
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 @removefromreset{equation}{section}
30433 \end_layout
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 makeatother
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \begin_layout Subsection
30448 ローマ数字や文字を使った付番
30449 \begin_inset Index idx
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30454 \end_layout
30455
30456 \end_inset
30457
30458
30459 \begin_inset Index idx
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \end_layout
30470
30471 \begin_layout Standard
30472 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30473 \end_layout
30474
30475 \begin_layout Standard
30476
30477 \series bold
30478
30479 \backslash
30480 renewcommand{
30481 \backslash
30482 theequation}{
30483 \backslash
30484 roman{equation}}
30485 \end_layout
30486
30487 \begin_layout Standard
30488 というコマンドを入れます。
30489 \series bold
30490
30491 \backslash
30492 renewcommand
30493 \series default
30494
30495 \begin_inset Index idx
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 こまんど@コマンド ! R ! 
30500 \backslash
30501 renewcommand
30502 \end_layout
30503
30504 \end_inset
30505
30506 は、定義済みのコマンド
30507 \series bold
30508
30509 \backslash
30510 theequation
30511 \series default
30512 をコマンド
30513 \series bold
30514
30515 \backslash
30516 roman{equation}
30517 \series default
30518 に再定義します
30519 \begin_inset Foot
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 \series bold
30525
30526 \backslash
30527 renewcommand
30528 \series default
30529 コマンドは、第
30530 \begin_inset CommandInset ref
30531 LatexCommand ref
30532 reference "sub:newcommandコマンド"
30533
30534 \end_inset
30535
30536 節に述べられている
30537 \series bold
30538
30539 \backslash
30540 newcommand
30541 \series default
30542 コマンドと同じ書式を持ちます。
30543 \end_layout
30544
30545 \end_inset
30546
30547 。ここで、
30548 \series bold
30549 equation
30550 \series default
30551 は数式カウンタです。コマンド
30552 \series bold
30553
30554 \backslash
30555 the
30556 \series default
30557 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30558 \series bold
30559
30560 \backslash
30561 theequation
30562 \series default
30563 コマンドを数式の後ろに置くのです。
30564 \series bold
30565
30566 \backslash
30567 roman{equation}
30568 \begin_inset Index idx
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572 こまんど@コマンド ! R ! 
30573 \backslash
30574 roman
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \series default
30581 は、カウンタを小文字のローマ数字として出力します。
30582 \end_layout
30583
30584 \begin_layout Standard
30585 こうして、
30586 \series bold
30587
30588 \backslash
30589 renew
30590 \series default
30591 c
30592 \series bold
30593 ommand
30594 \series default
30595 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30596 \series bold
30597
30598 \backslash
30599 roman
30600 \series default
30601 の部分を
30602 \series bold
30603
30604 \backslash
30605 Roman
30606 \series default
30607
30608 \begin_inset Index idx
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612 こまんど@コマンド ! R ! 
30613 \backslash
30614 roman@
30615 \backslash
30616 Roman
30617 \end_layout
30618
30619 \end_inset
30620
30621 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30622 \series bold
30623
30624 \backslash
30625 alph
30626 \series default
30627
30628 \begin_inset Index idx
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632 こまんど@コマンド ! A ! 
30633 \backslash
30634 alph
30635 \end_layout
30636
30637 \end_inset
30638
30639 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30640 \series bold
30641
30642 \backslash
30643 Alph
30644 \series default
30645
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 こまんど@コマンド ! A ! 
30651 \backslash
30652 alph@
30653 \backslash
30654 Alph
30655 \end_layout
30656
30657 \end_inset
30658
30659 コマンドがあります。
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset Note Greyedout
30664 status open
30665
30666 \begin_layout Plain Layout
30667
30668 \series bold
30669 (注意)
30670 \series default
30671 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 renewcommand{
30688 \backslash
30689 theequation}{
30690 \backslash
30691 roman{equation}}
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \end_layout
30698
30699 \begin_layout Standard
30700 \begin_inset Formula \begin{equation}
30701 A=\textrm{小文字ローマ数字}\end{equation}
30702
30703 \end_inset
30704
30705
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 renewcommand{
30714 \backslash
30715 theequation}{
30716 \backslash
30717 Roman{equation}}
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Formula \begin{equation}
30724 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30725
30726 \end_inset
30727
30728
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 renewcommand{
30737 \backslash
30738 theequation}{
30739 \backslash
30740 alph{equation}}
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \begin_inset Formula \begin{equation}
30747 C=\textrm{小文字ラテン文字}\end{equation}
30748
30749 \end_inset
30750
30751
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757
30758 \backslash
30759 renewcommand{
30760 \backslash
30761 theequation}{
30762 \backslash
30763 Alph{equation}}
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \begin_inset Formula \begin{equation}
30770 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30779 \end_layout
30780
30781 \begin_layout Standard
30782
30783 \series bold
30784
30785 \backslash
30786 renewcommand{
30787 \backslash
30788 theequation}{
30789 \backslash
30790 arabic{equation}}
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 こまんど@コマンド ! A ! 
30796 \backslash
30797 arabic
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \end_layout
30804
30805 \begin_layout Standard
30806 \begin_inset ERT
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810
30811
30812 \backslash
30813 renewcommand{
30814 \backslash
30815 theequation}{
30816 \backslash
30817 arabic{equation}}
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \begin_inset Formula \begin{equation}
30824 E=\textrm{アラビア数字}\end{equation}
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset VSpace medskip
30833 \end_inset
30834
30835 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30836 てはなりません。この点に関する説明は、ファイル
30837 \begin_inset CommandInset href
30838 LatexCommand href
30839 name "Formula-numbering.lyx"
30840 target "run:Formula-numbering.lyx"
30841
30842 \end_inset
30843
30844 にあります。
30845 \end_layout
30846
30847 \begin_layout Section
30848 化学記号と化学式
30849 \begin_inset CommandInset label
30850 LatexCommand label
30851 name "sub:化学記号と化学式"
30852
30853 \end_inset
30854
30855
30856 \begin_inset Index idx
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 かがくきごう@化学記号 ! きごう@記号
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Index idx
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 かがくしき@化学式
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Index idx
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880 きごう@記号 ! かがく@化学
30881 \end_layout
30882
30883 \end_inset
30884
30885
30886 \end_layout
30887
30888 \begin_layout Standard
30889 以下は、化学関係の文章の例です。
30890 \end_layout
30891
30892 \begin_layout Quote
30893 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30894 \end_inset
30895
30896 イオンは、2つの
30897 \begin_inset Formula $\mathrm{Na^{+}}$
30898 \end_inset
30899
30900 イオンと反応して、硫酸化塩
30901 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30902 \end_inset
30903
30904 を形成します。この化学式は以下のようになります。
30905 \begin_inset Formula \begin{equation}
30906 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
30915 \begin_inset Info
30916 type  "shortcut"
30917 arg   "font-roman"
30918 \end_inset
30919
30920 を押せば、アップライトフォント様式に変更することができます
30921 \begin_inset Foot
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925 フォント様式に関しては、第
30926 \begin_inset CommandInset ref
30927 LatexCommand ref
30928 reference "sub:書体様式"
30929
30930 \end_inset
30931
30932 節を参照のこと。
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \begin_layout Standard
30941 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30942 \series bold
30943 mhchem
30944 \series default
30945
30946 \begin_inset Index idx
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 ぱっけーじ@パッケージ ! mhchem
30951 \end_layout
30952
30953 \end_inset
30954
30955 が導入されているときに使用することができる
30956 \series bold
30957
30958 \backslash
30959 ce
30960 \series default
30961
30962 \begin_inset Index idx
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 こまんど@コマンド ! C ! 
30967 \backslash
30968 ce
30969 \end_layout
30970
30971 \end_inset
30972
30973 コマンドを使用することです。
30974 \series bold
30975
30976 \backslash
30977 ce
30978 \series default
30979 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30980 \end_layout
30981
30982 \begin_layout Standard
30983 \align center
30984 \begin_inset Tabular
30985 <lyxtabular version="3" rows="9" columns="2">
30986 <features tabularvalignment="middle">
30987 <column alignment="center" valignment="top" width="0">
30988 <column alignment="center" valignment="top" width="0">
30989 <row>
30990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994 コマンド
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003 出力
31004 \begin_inset Note Note
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009 \series bold
31010
31011 \backslash
31012 raisebox
31013 \series default
31014 はスペーサーとしてのみ使用されています。
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 </row>
31025 <row>
31026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030
31031 \backslash
31032 ce
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 spce 
31041 \end_layout
31042
31043 \end_inset
31044
31045 H2CO3
31046 \end_layout
31047
31048 \end_inset
31049 </cell>
31050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \end_inset
31061 </cell>
31062 </row>
31063 <row>
31064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31065 \begin_inset Text
31066
31067 \begin_layout Plain Layout
31068
31069 \backslash
31070 ce
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076
31077 \backslash
31078 spce 
31079 \end_layout
31080
31081 \end_inset
31082
31083 SO4^2-
31084 \end_layout
31085
31086 \end_inset
31087 </cell>
31088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Plain Layout
31092 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 </row>
31101 <row>
31102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106
31107 \backslash
31108 ce
31109 \begin_inset ERT
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113
31114
31115 \backslash
31116 spce 
31117 \end_layout
31118
31119 \end_inset
31120
31121 (NH4)2S
31122 \end_layout
31123
31124 \end_inset
31125 </cell>
31126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31127 \begin_inset Text
31128
31129 \begin_layout Plain Layout
31130 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 </row>
31139 <row>
31140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144
31145 \backslash
31146 ce
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152
31153 \backslash
31154 spce 
31155 \end_layout
31156
31157 \end_inset
31158
31159 KCr(SO4)2.12H2O
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 </row>
31177 <row>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182
31183 \backslash
31184 ce
31185 \begin_inset ERT
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 spce 
31193 \end_layout
31194
31195 \end_inset
31196
31197 A-B
31198 \backslash
31199 dbond
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 spce 
31208 \end_layout
31209
31210 \end_inset
31211
31212 C
31213 \backslash
31214 tbond
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220
31221 \backslash
31222 spce 
31223 \end_layout
31224
31225 \end_inset
31226
31227 D
31228 \end_layout
31229
31230 \end_inset
31231 </cell>
31232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 </row>
31245 <row>
31246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250
31251 \backslash
31252 ce
31253 \begin_inset ERT
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257
31258
31259 \backslash
31260 spce 
31261 \end_layout
31262
31263 \end_inset
31264
31265 ^227
31266 \begin_inset Formula $\downarrow$
31267 \end_inset
31268
31269 _90
31270 \begin_inset Formula $\to$
31271 \end_inset
31272
31273 Th+
31274 \end_layout
31275
31276 \end_inset
31277 </cell>
31278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31279 \begin_inset Text
31280
31281 \begin_layout Plain Layout
31282 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \end_inset
31289 </cell>
31290 </row>
31291 <row>
31292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296
31297 \backslash
31298 ce
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 spce 
31307 \end_layout
31308
31309 \end_inset
31310
31311 CO2
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317
31318 \backslash
31319 spce 
31320 \end_layout
31321
31322 \end_inset
31323
31324 +
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330
31331 \backslash
31332 spce 
31333 \end_layout
31334
31335 \end_inset
31336
31337 C
31338 \begin_inset ERT
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342
31343
31344 \backslash
31345 spce 
31346 \end_layout
31347
31348 \end_inset
31349
31350 <=>
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 spce 
31359 \end_layout
31360
31361 \end_inset
31362
31363 2CO
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 </row>
31381 <row>
31382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386
31387 \backslash
31388 ce
31389 \begin_inset ERT
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394
31395 \backslash
31396 spce 
31397 \end_layout
31398
31399 \end_inset
31400
31401 CO2
31402 \begin_inset ERT
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406
31407
31408 \backslash
31409 spce 
31410 \end_layout
31411
31412 \end_inset
31413
31414 +
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 spce 
31423 \end_layout
31424
31425 \end_inset
31426
31427 C
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 spce 
31436 \end_layout
31437
31438 \end_inset
31439
31440 ->[
31441 \backslash
31442 alpha][
31443 \backslash
31444 beta]
31445 \begin_inset ERT
31446 status collapsed
31447
31448 \begin_layout Plain Layout
31449
31450
31451 \backslash
31452 spce 
31453 \end_layout
31454
31455 \end_inset
31456
31457 2CO}
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31463 \begin_inset Text
31464
31465 \begin_layout Plain Layout
31466 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 </row>
31475 </lyxtabular>
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset Note Greyedout
31484 status open
31485
31486 \begin_layout Plain Layout
31487
31488 \series bold
31489 【註】
31490 \backslash
31491 ce
31492 \series default
31493 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31494 \series bold
31495
31496 \backslash
31497 ce{$
31498 \backslash
31499 mu
31500 \backslash
31501 hyphen$Cl}
31502 \series default
31503
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 ce{$
31512 \backslash
31513 mu
31514 \backslash
31515 hyphen$Cl}
31516 \end_layout
31517
31518 \end_inset
31519
31520 )のようにTeXコードを使わなくてはなりません。
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529
31530 \series bold
31531
31532 \backslash
31533 ce
31534 \series default
31535 を使うと
31536 \begin_inset CommandInset ref
31537 LatexCommand eqref
31538 reference "eq:chem-reaction"
31539
31540 \end_inset
31541
31542 式のコマンドは
31543 \begin_inset Newline newline
31544 \end_inset
31545
31546
31547 \series bold
31548  
31549 \backslash
31550 ce
31551 \begin_inset ERT
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555
31556
31557 \backslash
31558 spce 
31559 \end_layout
31560
31561 \end_inset
31562
31563 2Na+
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 spce 
31572 \end_layout
31573
31574 \end_inset
31575
31576 +
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 spce 
31585 \end_layout
31586
31587 \end_inset
31588
31589 SO4^2-
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 spce 
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset ERT
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608
31609 \backslash
31610 spce 
31611 \end_layout
31612
31613 \end_inset
31614
31615 ->
31616 \begin_inset ERT
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620
31621
31622 \backslash
31623 spce 
31624 \end_layout
31625
31626 \end_inset
31627
31628 Na2SO4
31629 \begin_inset Newline newline
31630 \end_inset
31631
31632
31633 \series default
31634 のようになります。
31635 \end_layout
31636
31637 \begin_layout Standard
31638 複数行の化学式を作るには、第
31639 \begin_inset CommandInset ref
31640 LatexCommand ref
31641 reference "sec:多行数式"
31642
31643 \end_inset
31644
31645 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31646 \series bold
31647
31648 \backslash
31649 ce
31650 \series default
31651 コマンドを使用します。
31652 \begin_inset CommandInset ref
31653 LatexCommand eqref
31654 reference "eq:TEOS反応1"
31655
31656 \end_inset
31657
31658 式と
31659 \begin_inset CommandInset ref
31660 LatexCommand eqref
31661 reference "eq:TEOS反応2"
31662
31663 \end_inset
31664
31665 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31666 \begin_inset Formula \begin{eqnarray}
31667 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS=00003D00003D0053CD=00003D00003D005FDC1}\\
31668 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS=00003D00003D0053CD=00003D00003D005FDC2}
31669 \end{eqnarray}
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677
31678 \series bold
31679 mhchem
31680 \series default
31681 パッケージは、
31682 \series bold
31683
31684 \backslash
31685 ce
31686 \series default
31687 の他に、特殊ケースに使用する
31688 \series bold
31689
31690 \backslash
31691 cf
31692 \series default
31693
31694 \begin_inset Index idx
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 こまんど@コマンド ! C ! 
31699 \backslash
31700 cf
31701 \end_layout
31702
31703 \end_inset
31704
31705 コマンドを提供しています。
31706 \series bold
31707
31708 \backslash
31709 cf
31710 \series default
31711 の詳しい情報と例示については、
31712 \series bold
31713 mhchem
31714 \series default
31715
31716 \begin_inset CommandInset citation
31717 LatexCommand cite
31718 key "mhchem"
31719
31720 \end_inset
31721
31722 の取扱説明書をご覧ください。
31723 \end_layout
31724
31725 \begin_layout Standard
31726 \begin_inset Newpage newpage
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Section
31733 図解
31734 \end_layout
31735
31736 \begin_layout Standard
31737 LyXは、二つの型の可換図
31738 \series bold
31739 amscd
31740 \series default
31741 および
31742 \series bold
31743 xymatrix
31744 \series default
31745 をサポートしており、以下でこれらの説明をします。
31746 \end_layout
31747
31748 \begin_layout Subsection
31749 amscd図解
31750 \begin_inset Index idx
31751 status collapsed
31752
31753 \begin_layout Plain Layout
31754 ずかい@図解 ! amscd
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Standard
31763 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31764 \begin_inset Formula \[
31765 \begin{CD}A@>>>B@>>>C\\
31766 @AAA@.@VVV\\
31767 F@<<<E@<<<D
31768 \end{CD}\]
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 これを作るには、数式に
31777 \series bold
31778
31779 \backslash
31780 CD
31781 \begin_inset Index idx
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785 こまんど@コマンド ! C ! 
31786 \backslash
31787 CD
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \series default
31794 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31795 \begin_inset Info
31796 type  "shortcut"
31797 arg   "newline-insert newline"
31798 \end_inset
31799
31800 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31801 \end_layout
31802
31803 \begin_layout Standard
31804 関係を作るには、以下のコマンドがあります。
31805 \end_layout
31806
31807 \begin_layout Itemize
31808 \begin_inset Formula $\boldsymbol{@<<<}$
31809 \end_inset
31810
31811 は左矢印、
31812 \begin_inset Formula $\boldsymbol{@>>>}$
31813 \end_inset
31814
31815 は右矢印、
31816 \series bold
31817 @=
31818 \series default
31819 は長い等号を生成します。
31820 \end_layout
31821
31822 \begin_layout Itemize
31823
31824 \series bold
31825 @AAA
31826 \series default
31827 は上矢印、
31828 \series bold
31829 @VVV
31830 \series default
31831 は下矢印、
31832 \begin_inset Formula $\boldsymbol{@|}$
31833 \end_inset
31834
31835 は縦向きの等号を生成します。
31836 \end_layout
31837
31838 \begin_layout Itemize
31839
31840 \series bold
31841 @.
31842 \series default
31843 は関係が存在しない部分に置きます。
31844 \end_layout
31845
31846 \begin_layout Standard
31847 矢印はすべて、以下のようにラベル付けをすることができます。
31848 \end_layout
31849
31850 \begin_layout Itemize
31851 文章を、第1と第2の「
31852 \begin_inset Formula $<$
31853 \end_inset
31854
31855 」ないし「
31856 \begin_inset Formula $>$
31857 \end_inset
31858
31859 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31860 \begin_inset Formula $<$
31861 \end_inset
31862
31863 」ないし「
31864 \begin_inset Formula $>$
31865 \end_inset
31866
31867 」のあいだに入れると、矢印の下に表示されます。
31868 \end_layout
31869
31870 \begin_layout Itemize
31871 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31872 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31873 \end_layout
31874
31875 \begin_layout Standard
31876 以下は、上記のすべての関係を使った例です。
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \begin_inset Formula \[
31881 \begin{CD}A@>j>>B@>>k>C@=F\\
31882 @AmAA@.@VV{V}V@|\\
31883 D@<<j<E@>k>>F@=C
31884 \end{CD}\]
31885
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \begin_layout Standard
31892 これを作るコマンドは、以下のとおりです。
31893 \begin_inset Newline newline
31894 \end_inset
31895
31896
31897 \series bold
31898
31899 \backslash
31900 CD
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 spce 
31909 \end_layout
31910
31911 \end_inset
31912
31913 A
31914 \begin_inset Formula $\boldsymbol{@>}$
31915 \end_inset
31916
31917 j
31918 \begin_inset Formula $\boldsymbol{>>}$
31919 \end_inset
31920
31921 B
31922 \begin_inset Formula $\boldsymbol{@>>}$
31923 \end_inset
31924
31925 k
31926 \begin_inset Formula $\boldsymbol{>}$
31927 \end_inset
31928
31929 C@=F Ctrl+Return
31930 \begin_inset Newline newline
31931 \end_inset
31932
31933
31934 \begin_inset Phantom HPhantom
31935 status open
31936
31937 \begin_layout Plain Layout
31938
31939 \series bold
31940
31941 \backslash
31942 CD
31943 \begin_inset ERT
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947
31948
31949 \backslash
31950 spce 
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \end_inset
31959
31960 @AmAA@.@VV
31961 \backslash
31962 {V
31963 \series default
31964
31965 \begin_inset Formula $\to$
31966 \end_inset
31967
31968
31969 \series bold
31970 V
31971 \begin_inset Formula $\boldsymbol{@|}$
31972 \end_inset
31973
31974  Ctrl+Return
31975 \begin_inset Newline newline
31976 \end_inset
31977
31978
31979 \begin_inset Phantom HPhantom
31980 status open
31981
31982 \begin_layout Plain Layout
31983
31984 \series bold
31985
31986 \backslash
31987 CD
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 spce 
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004
32005 D
32006 \begin_inset Formula $\boldsymbol{@<<}$
32007 \end_inset
32008
32009 j
32010 \begin_inset Formula $\boldsymbol{<}$
32011 \end_inset
32012
32013 E
32014 \begin_inset Formula $\boldsymbol{@>}$
32015 \end_inset
32016
32017 k
32018 \begin_inset Formula $\boldsymbol{>>}$
32019 \end_inset
32020
32021 F@=C
32022 \end_layout
32023
32024 \begin_layout Subsection
32025 xymatrix図解
32026 \begin_inset Index idx
32027 status collapsed
32028
32029 \begin_layout Plain Layout
32030 ずかい@図解 ! xymatrix
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 xymatricesを使うには、LaTeXパッケージの
32040 \series bold
32041 xypic
32042 \series default
32043 が導入済みである必要があります。xymatrixは、数式中に
32044 \series bold
32045
32046 \backslash
32047 xymatrix
32048 \series default
32049 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32050 \begin_inset CommandInset ref
32051 LatexCommand ref
32052 reference "sec:行列"
32053
32054 \end_inset
32055
32056 節をご参照下さい。
32057 \end_layout
32058
32059 \begin_layout Standard
32060 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32061 \family sans
32062 ヘルプ\SpecialChar \menuseparator
32063 用途別説明書\SpecialChar \menuseparator
32064 XY-pic説明書
32065 \family default
32066 メニューにある
32067 \emph on
32068 XY-pic説明書
32069 \emph default
32070 で詳しく網羅しています。
32071 \end_layout
32072
32073 \begin_layout Subsection
32074
32075 \noun on
32076 \lang english
32077 Feynman
32078 \noun default
32079  Diagrams
32080 \lang japanese
32081
32082 \begin_inset Index idx
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086 ずかい@図解 ! Feynman
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095
32096 \lang english
32097 To be able to use 
32098 \noun on
32099 Feynman
32100 \noun default
32101 -diagrams, the LaTeX-package 
32102 \series bold
32103 feyn
32104 \series default
32105  must be installed.
32106  A 
32107 \noun on
32108 Feynman
32109 \noun default
32110 -diagram is created by inserting the command 
32111 \series bold
32112
32113 \backslash
32114 Diagram
32115 \series default
32116  in a formula.
32117  Then you are able to add new matrix columns and rows like for normal matrices,
32118  see
32119 \lang japanese
32120  
32121 \begin_inset CommandInset ref
32122 LatexCommand ref
32123 reference "sec:行列"
32124
32125 \end_inset
32126
32127 .
32128 \end_layout
32129
32130 \begin_layout Standard
32131
32132 \lang english
32133 Examples how to create 
32134 \noun on
32135 Feynman-
32136 \noun default
32137 diagrams in LyX is given in the 
32138 \emph on
32139 Feynman-diagram manual
32140 \emph default
32141  that you find in the menu 
32142 \family sans
32143 Help\SpecialChar \menuseparator
32144 Specific
32145 \begin_inset space ~
32146 \end_inset
32147
32148 Manuals
32149 \family default
32150 .
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset Newpage newpage
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Section
32161 ユーザー定義コマンド
32162 \begin_inset Index idx
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166 ゆーざーていぎこまんど@ユーザー定義コマンド
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset Note Greyedout
32176 status open
32177
32178 \begin_layout Plain Layout
32179 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Subsection
32188
32189 \backslash
32190 newcommandコマンド
32191 \begin_inset CommandInset label
32192 LatexCommand label
32193 name "sub:newcommandコマンド"
32194
32195 \end_inset
32196
32197
32198 \begin_inset Index idx
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32203 \backslash
32204 newcommand
32205 \end_layout
32206
32207 \end_inset
32208
32209
32210 \begin_inset Index idx
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 こまんど@コマンド ! N ! 
32215 \backslash
32216 newcommand
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32226 \series bold
32227
32228 \backslash
32229 newcommand
32230 \series default
32231 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32232 \end_layout
32233
32234 \begin_layout Standard
32235
32236 \series bold
32237
32238 \backslash
32239 newcommand
32240 \series default
32241 コマンドの書式は、
32242 \end_layout
32243
32244 \begin_layout Standard
32245
32246 \series bold
32247
32248 \backslash
32249 newcommand{新コマンド名}[引数の数][オプションの値]
32250 \begin_inset Newline newline
32251 \end_inset
32252
32253
32254 \begin_inset Phantom HPhantom
32255 status open
32256
32257 \begin_layout Plain Layout
32258
32259 \series bold
32260
32261 \backslash
32262 newcommand
32263 \end_layout
32264
32265 \end_inset
32266
32267 {コマンド定義}
32268 \end_layout
32269
32270 \begin_layout Standard
32271 です。
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset Note Greyedout
32276 status open
32277
32278 \begin_layout Plain Layout
32279
32280 \series bold
32281 (注意)
32282 \series default
32283 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32284 \series bold
32285
32286 \backslash
32287 Leftarrow
32288 \series default
32289 の短縮のつもりで
32290 \series bold
32291
32292 \backslash
32293 le
32294 \series default
32295 というコマンドを定義したとすると、
32296 \series bold
32297
32298 \backslash
32299 le
32300 \series default
32301 は既に「
32302 \begin_inset Formula $\le$
32303 \end_inset
32304
32305 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 「引数の数」は、0
32315 \begin_inset space \thinspace{}
32316 \end_inset
32317
32318 -
32319 \begin_inset space \thinspace{}
32320 \end_inset
32321
32322 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32323 ドの
32324 \emph on
32325 最初の
32326 \emph default
32327 引数は、自動的に非必須の引数になります。
32328 \end_layout
32329
32330 \begin_layout Standard
32331 以下にいくつかの例を挙げます。
32332 \end_layout
32333
32334 \begin_layout Itemize
32335
32336 \series bold
32337
32338 \backslash
32339 Longrightarrow
32340 \series default
32341 の短縮形として
32342 \series bold
32343
32344 \backslash
32345 gr
32346 \series default
32347 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32348 \begin_inset VSpace medskip
32349 \end_inset
32350
32351
32352 \begin_inset Newline newline
32353 \end_inset
32354
32355
32356 \series bold
32357
32358 \backslash
32359 newcommand{
32360 \backslash
32361 gr}{
32362 \backslash
32363 Longrightarrow}
32364 \end_layout
32365
32366 \begin_layout Itemize
32367
32368 \series bold
32369
32370 \backslash
32371 underline
32372 \series default
32373 の短縮形として
32374 \series bold
32375
32376 \backslash
32377 us
32378 \series default
32379 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32380 \begin_inset VSpace medskip
32381 \end_inset
32382
32383
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387
32388 \series bold
32389
32390 \backslash
32391 newcommand{
32392 \backslash
32393 us}[1]{
32394 \backslash
32395 underline{#1}}
32396 \series default
32397
32398 \begin_inset VSpace medskip
32399 \end_inset
32400
32401
32402 \begin_inset Newline newline
32403 \end_inset
32404
32405
32406 \series bold
32407 #
32408 \series default
32409 」という文字は、引数の入る場所を示し、その後ろの「
32410 \series bold
32411 1
32412 \series default
32413 」は、これが第1引数の入る場所であることを示します。
32414 \end_layout
32415
32416 \begin_layout Itemize
32417
32418 \series bold
32419
32420 \backslash
32421 framebox
32422 \series default
32423 の短縮形として、たとえば
32424 \series bold
32425
32426 \backslash
32427 fb
32428 \series default
32429 というコマンドを定義するには、
32430 \begin_inset VSpace medskip
32431 \end_inset
32432
32433
32434 \begin_inset Newline newline
32435 \end_inset
32436
32437
32438 \series bold
32439
32440 \backslash
32441 newcommand{
32442 \backslash
32443 fb}[3]{
32444 \backslash
32445 framebox#1#2{$#3$}}
32446 \series default
32447
32448 \begin_inset VSpace medskip
32449 \end_inset
32450
32451
32452 \begin_inset Newline newline
32453 \end_inset
32454
32455 二つのドルマークは、
32456 \series bold
32457
32458 \backslash
32459 framebox
32460 \series default
32461 が必要とする内部の数式を作り出します。第
32462 \begin_inset CommandInset ref
32463 LatexCommand ref
32464 reference "sub:縁付きボックス"
32465
32466 \end_inset
32467
32468 節をご参照下さい。
32469 \end_layout
32470
32471 \begin_layout Itemize
32472 ボックスの色を指定する必要がない
32473 \series bold
32474
32475 \backslash
32476 fcolorbox
32477 \series default
32478 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32479 \begin_inset VSpace medskip
32480 \end_inset
32481
32482
32483 \begin_inset Newline newline
32484 \end_inset
32485
32486
32487 \series bold
32488
32489 \backslash
32490 newcommand{
32491 \backslash
32492 cb}[3][white]{
32493 \backslash
32494 fcolorbox{#2}{#1}{$#3$}}
32495 \series default
32496
32497 \begin_inset VSpace medskip
32498 \end_inset
32499
32500
32501 \begin_inset Newline newline
32502 \end_inset
32503
32504
32505 \series bold
32506
32507 \backslash
32508 cb
32509 \series default
32510 を使うときに色が指定されなければ、事前に定義された色である
32511 \series bold
32512 white
32513 \series default
32514 が使用されます。
32515 \end_layout
32516
32517 \begin_layout Standard
32518 以下は、上で定義したコマンドの動作テストです。
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \align center
32523 \begin_inset Tabular
32524 <lyxtabular version="3" rows="6" columns="2">
32525 <features tabularvalignment="middle">
32526 <column alignment="center" valignment="top" width="0">
32527 <column alignment="center" valignment="top" width="0">
32528 <row>
32529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32530 \begin_inset Text
32531
32532 \begin_layout Plain Layout
32533 コマンド
32534 \end_layout
32535
32536 \end_inset
32537 </cell>
32538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542 出力
32543 \begin_inset Note Note
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547 ここで
32548 \series bold
32549
32550 \backslash
32551 raisebox
32552 \series default
32553 はスペーサーとして使用しているだけです。
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 </row>
32564 <row>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 A
32570 \backslash
32571 gr
32572 \begin_inset ERT
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576
32577
32578 \backslash
32579 spce 
32580 \end_layout
32581
32582 \end_inset
32583
32584 B
32585 \end_layout
32586
32587 \end_inset
32588 </cell>
32589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32590 \begin_inset Text
32591
32592 \begin_layout Plain Layout
32593 \begin_inset Formula $A\gr B$
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 </row>
32602 <row>
32603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607
32608 \backslash
32609 us{ABcd
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 </row>
32627 <row>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \backslash
32634 fb{[2cm]
32635 \begin_inset Formula $\to$
32636 \end_inset
32637
32638
32639 \backslash
32640 {
32641 \begin_inset Formula $\to$
32642 \end_inset
32643
32644
32645 \backslash
32646 {
32647 \backslash
32648 int
32649 \begin_inset ERT
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653
32654
32655 \backslash
32656 spce 
32657 \end_layout
32658
32659 \end_inset
32660
32661 A=B
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 </row>
32679 <row>
32680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684
32685 \backslash
32686 cb{red
32687 \begin_inset Formula $\to$
32688 \end_inset
32689
32690
32691 \backslash
32692 {
32693 \backslash
32694 int
32695 \begin_inset ERT
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700
32701 \backslash
32702 spce 
32703 \end_layout
32704
32705 \end_inset
32706
32707 A=B
32708 \end_layout
32709
32710 \end_inset
32711 </cell>
32712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32713 \begin_inset Text
32714
32715 \begin_layout Plain Layout
32716 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \end_inset
32723 </cell>
32724 </row>
32725 <row>
32726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730
32731 \backslash
32732 cb[green]
32733 \backslash
32734 {red
32735 \begin_inset Formula $\to$
32736 \end_inset
32737
32738
32739 \backslash
32740 {
32741 \backslash
32742 int
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748
32749 \backslash
32750 spce 
32751 \end_layout
32752
32753 \end_inset
32754
32755 A=B
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \end_inset
32771 </cell>
32772 </row>
32773 </lyxtabular>
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Subsection
32781 数式マクロ
32782 \begin_inset Index idx
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \begin_inset Index idx
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796 まくろ@マクロ
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Standard
32805 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32806 般型は、
32807 \begin_inset Formula \[
32808 0=\lambda^{2}+p\lambda+q\]
32809
32810 \end_inset
32811
32812 であり、その解の一般型は
32813 \begin_inset Formula \[
32814 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Standard
32822 です。
32823 \begin_inset Formula $\lambda$
32824 \end_inset
32825
32826
32827 \begin_inset Formula $p$
32828 \end_inset
32829
32830
32831 \begin_inset Formula $q$
32832 \end_inset
32833
32834 の3つのパラメータを指定することが必須であり、
32835 \begin_inset Formula $\lambda$
32836 \end_inset
32837
32838 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32839 \begin_inset Newline newline
32840 \end_inset
32841
32842
32843 \series bold
32844
32845 \backslash
32846 newcommand{
32847 \backslash
32848 qG}[4][1,
32849 \backslash
32850 ,2]{#2_{#1}=-
32851 \backslash
32852 frac{#3}{2}
32853 \backslash
32854 pm
32855 \begin_inset Newline newline
32856 \end_inset
32857
32858
32859 \begin_inset Phantom HPhantom
32860 status open
32861
32862 \begin_layout Plain Layout
32863
32864 \series bold
32865
32866 \backslash
32867 newcommand
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \backslash
32874 sqrt{
32875 \backslash
32876 frac{#3^{2}}{4}-#4}}
32877 \end_layout
32878
32879 \begin_layout Standard
32880 これを使って解の公式を作るには、
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884
32885 \series bold
32886
32887 \backslash
32888 qG{
32889 \backslash
32890 lambda
32891 \begin_inset Formula $\to$
32892 \end_inset
32893
32894
32895 \backslash
32896 {p
32897 \begin_inset Formula $\to$
32898 \end_inset
32899
32900
32901 \backslash
32902 {q
32903 \series default
32904 というコマンドを数式に入れます。
32905 \end_layout
32906
32907 \begin_layout Standard
32908 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32909 \series bold
32910
32911 \backslash
32912 frac{分子}{分母}
32913 \series default
32914 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32915 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32916 \series bold
32917
32918 \backslash
32919 newcommand
32920 \series default
32921 コマンドの代わりに、数式マクロを使う方法を提供しています。
32922 \end_layout
32923
32924 \begin_layout Standard
32925 数式マクロは、
32926 \family sans
32927 挿入\SpecialChar \menuseparator
32928 数式\SpecialChar \menuseparator
32929 マクロ
32930 \family default
32931 メニューか、ツールバーボタンの
32932 \begin_inset Graphics
32933         filename ../../images/math-macro_newmacroname_newcommand.png
32934         scale 85
32935
32936 \end_inset
32937
32938 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32939 \begin_inset Newline newline
32940 \end_inset
32941
32942
32943 \begin_inset space \hspace*{\fill}
32944 \end_inset
32945
32946
32947 \begin_inset Graphics
32948         filename ../clipart/macrobox.png
32949
32950 \end_inset
32951
32952
32953 \begin_inset space \hspace*{\fill}
32954 \end_inset
32955
32956
32957 \begin_inset Newline newline
32958 \end_inset
32959
32960
32961 \begin_inset FormulaMacro
32962 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32963 \end_inset
32964
32965
32966 \backslash
32967 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32968 \series bold
32969
32970 \backslash
32971 #1
32972 \series default
32973 のように
32974 \series bold
32975
32976 \backslash
32977 #引数番号
32978 \series default
32979 というコマンドで入力するか、マクロツールバーボタンの
32980 \begin_inset Graphics
32981         filename ../../images/math-macro-add-param.png
32982         scale 85
32983
32984 \end_inset
32985
32986 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32987 \begin_inset Graphics
32988         filename ../../images/math-macro-add-optional-param.png
32989         scale 85
32990
32991 \end_inset
32992
32993 で作ることができます。最初の必須引数は、ツールバーボタンの
32994 \begin_inset Graphics
32995         filename ../../images/math-macro-make-optional.png
32996         scale 85
32997
32998 \end_inset
32999
33000 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33001 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33002 \begin_inset Newline newline
33003 \end_inset
33004
33005
33006 \series bold
33007 qG: 
33008 \backslash
33009 #1
33010 \series default
33011  
33012 \series bold
33013 ,
33014 \series default
33015  
33016 \series bold
33017
33018 \backslash
33019 #2
33020 \series default
33021  
33022 \series bold
33023 ,
33024 \series default
33025  
33026 \series bold
33027
33028 \backslash
33029 #3, 
33030 \backslash
33031 #4
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \series default
33037 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33038 されます。
33039 \begin_inset Newline newline
33040 \end_inset
33041
33042 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33043 \family sans
33044 表示\SpecialChar \menuseparator
33045 数式マクロを展開(畳む)
33046 \family default
33047 メニューを使うことで、マクロ毎に変えることができます。
33048 \end_layout
33049
33050 \begin_layout Standard
33051 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33052 \series bold
33053
33054 \backslash
33055 qG
33056 \series default
33057 とします。このマクロは、LyX中では以下のように表示されます。
33058 \begin_inset Newline newline
33059 \end_inset
33060
33061
33062 \begin_inset space \hspace*{\fill}
33063 \end_inset
33064
33065
33066 \begin_inset Graphics
33067         filename ../clipart/macrouse.png
33068
33069 \end_inset
33070
33071
33072 \begin_inset space \hspace*{\fill}
33073 \end_inset
33074
33075
33076 \begin_inset Newline newline
33077 \end_inset
33078
33079 以下は、上記の例に、引数
33080 \begin_inset Formula $x$
33081 \end_inset
33082
33083
33084 \begin_inset Formula $\ln(x)$
33085 \end_inset
33086
33087
33088 \begin_inset Formula $B$
33089 \end_inset
33090
33091 を指定したものです。
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset Formula \[
33096 \qG x{\ln(x)}B\]
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 LyXは、
33105 \family sans
33106 ツール\SpecialChar \menuseparator
33107 設定\SpecialChar \menuseparator
33108 編集\SpecialChar \menuseparator
33109 制御
33110 \family default
33111 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33112 せてみてください。
33113 \end_layout
33114
33115 \begin_layout Standard
33116 数式マクロは、文書書き出し時に、内部的に
33117 \series bold
33118
33119 \backslash
33120 newcommand
33121 \series default
33122 コマンドに変換されます。こうして生成された
33123 \series bold
33124
33125 \backslash
33126 newcommand
33127 \series default
33128 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33129 \end_layout
33130
33131 \begin_layout Standard
33132 数式マクロは、
33133 \series bold
33134
33135 \backslash
33136 newcommand
33137 \series default
33138 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33139 \series bold
33140
33141 \begin_inset Newline newline
33142 \end_inset
33143
33144
33145 \backslash
33146 newcommand{
33147 \backslash
33148 larrow}[2]{
33149 \backslash
33150 xleftarrow[#2]{#1}}
33151 \begin_inset Newline newline
33152 \end_inset
33153
33154
33155 \series default
33156 というコマンドを書き入れ、この全体を選択して、短絡キー
33157 \family sans
33158 Ctrl+M
33159 \family default
33160 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33161 \series bold
33162
33163 \backslash
33164 newcommand
33165 \series default
33166 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33167 \end_layout
33168
33169 \begin_layout Standard
33170 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33171 \begin_inset CommandInset ref
33172 LatexCommand ref
33173 reference "sub:newcommandコマンド"
33174
33175 \end_inset
33176
33177 節で例として作った
33178 \series bold
33179
33180 \backslash
33181 fb
33182 \series default
33183 は、マクロとしては作ることができません。
33184 \end_layout
33185
33186 \begin_layout Standard
33187 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33188 \end_layout
33189
33190 \begin_layout Standard
33191 \begin_inset VSpace defskip
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Standard
33198 \begin_inset Graphics
33199         filename ../clipart/MacroToolbar.png
33200
33201 \end_inset
33202
33203
33204 \begin_inset Index idx
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 まくろ@マクロ ! つーるばー@ツールバー
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset VSpace defskip
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224 マクロツールバーは、左から右に、以下の各ボタンがあります。
33225 \end_layout
33226
33227 \begin_layout Standard
33228 \begin_inset VSpace defskip
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 \begin_inset Tabular
33236 <lyxtabular version="3" rows="9" columns="2">
33237 <features islongtable="true" longtabularalignment="center">
33238 <column alignment="left" valignment="top" width="0">
33239 <column alignment="left" valignment="top" width="85col%">
33240 <row interlinespace="2.5mm">
33241 <cell alignment="center" valignment="top" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 \begin_inset Graphics
33246         filename ../../images/math-macro-remove-param.png
33247         BoundingBox 0bp 5bp 20bp 25bp
33248         rotateOrigin center
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 <cell alignment="center" valignment="top" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261
33262 \family sans
33263 編集\SpecialChar \menuseparator
33264 数式\SpecialChar \menuseparator
33265 マクロ定義\SpecialChar \menuseparator
33266 最後の引数を削除
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row interlinespace="2.5mm">
33273 <cell alignment="center" valignment="top" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 \begin_inset Graphics
33278         filename ../../images/math-macro-add-param.png
33279         BoundingBox 0bp 5bp 20bp 25bp
33280         rotateOrigin center
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293
33294 \family sans
33295 編集\SpecialChar \menuseparator
33296 数式\SpecialChar \menuseparator
33297 マクロ定義\SpecialChar \menuseparator
33298 引数を追加
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 </row>
33304 <row interlinespace="2.5mm">
33305 <cell alignment="center" valignment="top" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309 \begin_inset Graphics
33310         filename ../../images/math-macro-make-optional.png
33311         BoundingBox 0bp 5bp 20bp 25bp
33312         rotateOrigin center
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325
33326 \family sans
33327 編集\SpecialChar \menuseparator
33328 数式\SpecialChar \menuseparator
33329 マクロ定義\SpecialChar \menuseparator
33330 最初の必須引数を
33331 \begin_inset Newline newline
33332 \end_inset
33333
33334
33335 \begin_inset Phantom HPhantom
33336 status open
33337
33338 \begin_layout Plain Layout
33339
33340 \family sans
33341 編集\SpecialChar \menuseparator
33342 数式\SpecialChar \menuseparator
33343 マクロ定義\SpecialChar \menuseparator
33344
33345 \end_layout
33346
33347 \end_inset
33348
33349 非必須引数にする
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 </row>
33355 <row interlinespace="2.5mm">
33356 <cell alignment="center" valignment="top" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 \begin_inset Graphics
33361         filename ../../images/math-macro-make-nonoptional.png
33362         BoundingBox 0bp 5bp 20bp 25bp
33363         rotateOrigin center
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376
33377 \family sans
33378 編集\SpecialChar \menuseparator
33379 数式\SpecialChar \menuseparator
33380 マクロ定義\SpecialChar \menuseparator
33381 最後の非必須引数を
33382 \begin_inset Newline newline
33383 \end_inset
33384
33385
33386 \begin_inset Phantom HPhantom
33387 status open
33388
33389 \begin_layout Plain Layout
33390
33391 \family sans
33392 編集\SpecialChar \menuseparator
33393 数式\SpecialChar \menuseparator
33394 マクロ定義\SpecialChar \menuseparator
33395
33396 \end_layout
33397
33398 \end_inset
33399
33400 必須引数にする
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 </row>
33406 <row interlinespace="2.5mm">
33407 <cell alignment="center" valignment="top" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 \begin_inset Graphics
33412         filename ../../images/math-macro-remove-optional-param.png
33413         BoundingBox 0bp 5bp 20bp 25bp
33414         rotateOrigin center
33415
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427
33428 \family sans
33429 編集\SpecialChar \menuseparator
33430 数式\SpecialChar \menuseparator
33431 マクロ定義\SpecialChar \menuseparator
33432 非必須引数を削除
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row interlinespace="2.5mm">
33439 <cell alignment="center" valignment="top" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 \begin_inset Graphics
33444         filename ../../images/math-macro-add-optional-param.png
33445         BoundingBox 0bp 5bp 20bp 25bp
33446         rotateOrigin center
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 <cell alignment="center" valignment="top" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459
33460 \family sans
33461 編集\SpecialChar \menuseparator
33462 数式\SpecialChar \menuseparator
33463 マクロ定義\SpecialChar \menuseparator
33464 非必須引数を挿入
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row interlinespace="2.5mm">
33471 <cell alignment="center" valignment="top" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 \begin_inset Graphics
33476         filename ../../images/math-macro-remove-greedy-param.png
33477         BoundingBox 0bp 5bp 20bp 25bp
33478         rotateOrigin center
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 <cell alignment="center" valignment="top" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491
33492 \family sans
33493 編集\SpecialChar \menuseparator
33494 数式\SpecialChar \menuseparator
33495 マクロ定義\SpecialChar \menuseparator
33496 右に吐き出す形で
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset Phantom HPhantom
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \family sans
33507 編集\SpecialChar \menuseparator
33508 数式\SpecialChar \menuseparator
33509 マクロ定義\SpecialChar \menuseparator
33510
33511 \end_layout
33512
33513 \end_inset
33514
33515 最後の引数を削除
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 </row>
33521 <row interlinespace="2.5mm">
33522 <cell alignment="center" valignment="top" usebox="none">
33523 \begin_inset Text
33524
33525 \begin_layout Plain Layout
33526 \begin_inset Graphics
33527         filename ../../images/math-macro-append-greedy-param.png
33528         BoundingBox 0bp 5bp 20bp 25bp
33529         rotateOrigin center
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542
33543 \family sans
33544 編集\SpecialChar \menuseparator
33545 数式\SpecialChar \menuseparator
33546 マクロ定義\SpecialChar \menuseparator
33547 右から喰う形で
33548 \begin_inset Newline newline
33549 \end_inset
33550
33551
33552 \begin_inset Phantom HPhantom
33553 status open
33554
33555 \begin_layout Plain Layout
33556
33557 \family sans
33558 編集\SpecialChar \menuseparator
33559 数式\SpecialChar \menuseparator
33560 マクロ定義\SpecialChar \menuseparator
33561
33562 \end_layout
33563
33564 \end_inset
33565
33566 引数を追加
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 </row>
33572 <row interlinespace="2.5mm">
33573 <cell alignment="center" valignment="top" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 \begin_inset Graphics
33578         filename ../../images/math-macro-add-greedy-optional-param.png
33579         BoundingBox 0bp 5bp 20bp 25bp
33580         rotateOrigin center
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593
33594 \family sans
33595 編集\SpecialChar \menuseparator
33596 数式\SpecialChar \menuseparator
33597 マクロ定義\SpecialChar \menuseparator
33598 右から喰う形で
33599 \begin_inset Newline newline
33600 \end_inset
33601
33602
33603 \begin_inset Phantom HPhantom
33604 status open
33605
33606 \begin_layout Plain Layout
33607
33608 \family sans
33609 編集\SpecialChar \menuseparator
33610 数式\SpecialChar \menuseparator
33611 マクロ定義\SpecialChar \menuseparator
33612
33613 \end_layout
33614
33615 \end_inset
33616
33617 非必須引数を追加
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 </lyxtabular>
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \begin_layout Standard
33631 \begin_inset Newpage newpage
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \begin_layout Section
33638 さまざまな秘訣
33639 \begin_inset Index idx
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643 ひけつ@秘訣
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Subsection
33652 負の数
33653 \begin_inset Index idx
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 かず@数 ! ふの@負の ---
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33667 く表示されます。
33668 \end_layout
33669
33670 \begin_layout Standard
33671 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33672 \end_layout
33673
33674 \begin_layout Standard
33675 以下は、この問題を示す例です。
33676 \end_layout
33677
33678 \begin_layout Standard
33679 \align center
33680 \begin_inset Tabular
33681 <lyxtabular version="3" rows="3" columns="2">
33682 <features tabularvalignment="middle">
33683 <column alignment="right" valignment="top" width="0">
33684 <column alignment="left" valignment="top" width="0">
33685 <row>
33686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690 通常の文章:
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 x = -2
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 <row>
33706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 数式:
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 \begin_inset Formula $x=-2$
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \end_inset
33726 </cell>
33727 </row>
33728 <row>
33729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733 解決策:
33734 \end_layout
33735
33736 \end_inset
33737 </cell>
33738 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 \begin_inset Formula $x=\textrm{-}2$
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \end_inset
33749 </cell>
33750 </row>
33751 </lyxtabular>
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Subsection
33759 位区切りとしてのコンマ
33760 \begin_inset Index idx
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 こんま@コンマ
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \begin_inset Index idx
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 かんま@カンマ|see
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780 {
33781 \end_layout
33782
33783 \end_inset
33784
33785 コンマ
33786 \begin_inset ERT
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790
33791 }
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \begin_layout Standard
33805 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33806 \end_layout
33807
33808 \begin_layout Standard
33809 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
33810 \begin_inset Info
33811 type  "shortcut"
33812 arg   "math-mode"
33813 \end_inset
33814
33815 )。
33816 \end_layout
33817
33818 \begin_layout Standard
33819 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33820 \end_layout
33821
33822 \begin_layout Standard
33823
33824 \series bold
33825
33826 \backslash
33827 usepackage{icomma}
33828 \end_layout
33829
33830 \begin_layout Standard
33831 という行を加えて、
33832 \series bold
33833 icomma.sty
33834 \series default
33835
33836 \begin_inset Foot
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 \series bold
33842 icomma
33843 \series default
33844 は、LaTeXパッケージ
33845 \series bold
33846 was
33847 \series default
33848
33849 \begin_inset Index idx
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853 ぱっけーじ@パッケージ ! was
33854 \begin_inset ERT
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858
33859
33860 \backslash
33861 vspace{4mm}
33862 \end_layout
33863
33864 \end_inset
33865
33866
33867 \end_layout
33868
33869 \end_inset
33870
33871 に含まれています。
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \begin_inset Index idx
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881 ぱっけーじ@パッケージ ! icomma
33882 \end_layout
33883
33884 \end_inset
33885
33886 ファイルを読み込みます。
33887 \end_layout
33888
33889 \begin_layout Subsection
33890 物理ベクトル
33891 \begin_inset CommandInset label
33892 LatexCommand label
33893 name "sub:物理ベクトル"
33894
33895 \end_inset
33896
33897
33898 \begin_inset Index idx
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 Vectors ! physical
33903 \end_layout
33904
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 LaTeXパッケージ
33912 \series bold
33913 braket
33914 \series default
33915
33916 \begin_inset Foot
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920
33921 \series bold
33922 braket
33923 \series default
33924  は標準的LaTeX頒布版のすべてに含まれています。
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 ぱっけーじ@パッケージ ! braket
33935 \end_layout
33936
33937 \end_inset
33938
33939 には、定義済みのベクトルが提供されており、
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \series bold
33945
33946 \backslash
33947 usepackage{braket}
33948 \end_layout
33949
33950 \begin_layout Standard
33951 というLaTeXプリアンブル行で読み込むことができます。
33952 \end_layout
33953
33954 \begin_layout Standard
33955 \begin_inset ERT
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959
33960
33961 \backslash
33962 ifbraket 
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \begin_inset Note Note
33969 status open
33970
33971 \begin_layout Plain Layout
33972 以下の表は、
33973 \series bold
33974 braket
33975 \series default
33976  LaTeXパッケージが導入済みのときのみ表示されます。
33977 \end_layout
33978
33979 \end_inset
33980
33981 以下のコマンドが定義されています。
33982 \end_layout
33983
33984 \begin_layout Standard
33985 \align center
33986 \begin_inset Tabular
33987 <lyxtabular version="3" rows="4" columns="2">
33988 <features tabularvalignment="middle">
33989 <column alignment="center" valignment="top" width="0">
33990 <column alignment="center" valignment="top" width="0">
33991 <row>
33992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 コマンド
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 出力
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 </row>
34011 <row>
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016
34017 \backslash
34018 Bra{
34019 \backslash
34020 psi
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029 \begin_inset Formula $\Bra{\psi}$
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 </row>
34038 <row>
34039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043
34044 \backslash
34045 Ket{
34046 \backslash
34047 psi
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056 \begin_inset Formula $\Ket{\psi}$
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 </row>
34065 <row>
34066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Plain Layout
34070
34071 \backslash
34072 Braket{
34073 \backslash
34074 psi
34075 \begin_inset Formula $|$
34076 \end_inset
34077
34078
34079 \backslash
34080 phi
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089 \begin_inset Formula $\Braket{\psi|\phi}$
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 </lyxtabular>
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Standard
34106
34107 \series bold
34108
34109 \backslash
34110 Braket
34111 \series default
34112 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34113 \begin_inset Formula \[
34114 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34115
34116 \end_inset
34117
34118
34119 \begin_inset ERT
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123
34124
34125 \backslash
34126 else 
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \begin_inset Note Note
34133 status open
34134
34135 \begin_layout Plain Layout
34136
34137 \series bold
34138 braket
34139 \series default
34140  LaTeXパッケージが導入されていないときには、以下が表示されます。
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 本小節の全体を出力で見るためには、
34150 \series bold
34151 braket
34152 \series default
34153  LaTeXパッケージを導入する必要があります。
34154 \end_layout
34155
34156 \begin_layout Standard
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162
34163 \backslash
34164 fi 
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \begin_layout Standard
34173
34174 \series bold
34175
34176 \backslash
34177 Braket
34178 \series default
34179 と同じ効果は、第
34180 \begin_inset CommandInset ref
34181 LatexCommand ref
34182 reference "sub:自動の括弧丈"
34183
34184 \end_inset
34185
34186 節に説明されているとおり、
34187 \series bold
34188
34189 \backslash
34190 middle
34191 \series default
34192 コマンドを用いることによっても実現できます。
34193 \end_layout
34194
34195 \begin_layout Subsection
34196 自己定義の分数
34197 \begin_inset CommandInset label
34198 LatexCommand label
34199 name "sub:自己定義の分数"
34200
34201 \end_inset
34202
34203
34204 \begin_inset Index idx
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208 ぶんすう@分数 ! じこていぎの@自己定義の ---
34209 \end_layout
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Standard
34217 分数用の自製コマンドを定義するには、以下の書式を持つ
34218 \series bold
34219
34220 \backslash
34221 genfrac
34222 \series default
34223
34224 \begin_inset Index idx
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 こまんど@コマンド ! G ! 
34229 \backslash
34230 genfrac
34231 \end_layout
34232
34233 \end_inset
34234
34235 コマンドを使います。
34236 \end_layout
34237
34238 \begin_layout Standard
34239
34240 \series bold
34241
34242 \backslash
34243 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34244 \begin_inset Newline newline
34245 \end_inset
34246
34247
34248 \begin_inset Phantom HPhantom
34249 status open
34250
34251 \begin_layout Plain Layout
34252
34253 \series bold
34254
34255 \backslash
34256 genfrac
34257 \end_layout
34258
34259 \end_inset
34260
34261 {分子}{分母}
34262 \end_layout
34263
34264 \begin_layout Standard
34265 ここで「様式」は、0
34266 \begin_inset space \thinspace{}
34267 \end_inset
34268
34269 -
34270 \begin_inset space \thinspace{}
34271 \end_inset
34272
34273 3の範囲の数字です。
34274 \end_layout
34275
34276 \begin_layout Standard
34277 \align center
34278 \begin_inset Tabular
34279 <lyxtabular version="3" rows="5" columns="2">
34280 <features tabularvalignment="middle">
34281 <column alignment="center" valignment="top" width="0">
34282 <column alignment="center" valignment="top" width="0">
34283 <row>
34284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288 数字
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 様式(大きさ)
34298 \end_layout
34299
34300 \end_inset
34301 </cell>
34302 </row>
34303 <row>
34304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34305 \begin_inset Text
34306
34307 \begin_layout Plain Layout
34308 0
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317 別行建て様式の数式
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 </row>
34323 <row>
34324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328 1
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337 行内数式
34338 \end_layout
34339
34340 \end_inset
34341 </cell>
34342 </row>
34343 <row>
34344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Plain Layout
34348 2
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 やや小(small)
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 <row>
34364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 3
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377 最小(tiny)
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 </row>
34383 </lyxtabular>
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Standard
34391 「様式」を指定しないときには、
34392 \series bold
34393
34394 \backslash
34395 frac
34396 \series default
34397 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34398 \end_layout
34399
34400 \begin_layout Standard
34401 「分数線の厚み」を指定しないときには、既定値である0.4
34402 \begin_inset space \thinspace{}
34403 \end_inset
34404
34405 ptが用いられます。
34406 \end_layout
34407
34408 \begin_layout Standard
34409 \begin_inset VSpace medskip
34410 \end_inset
34411
34412 たとえば、第
34413 \begin_inset CommandInset ref
34414 LatexCommand ref
34415 reference "sub:分数"
34416
34417 \end_inset
34418
34419 節の
34420 \series bold
34421
34422 \backslash
34423 dfrac
34424 \series default
34425 コマンドおよび
34426 \series bold
34427
34428 \backslash
34429 tbinom
34430 \series default
34431 コマンドは、
34432 \end_layout
34433
34434 \begin_layout Standard
34435
34436 \series bold
34437
34438 \backslash
34439 newcommand{
34440 \backslash
34441 dfrac}[2]{
34442 \backslash
34443 genfrac{}{}{}{0}{#1}{#2}}
34444 \end_layout
34445
34446 \begin_layout Standard
34447 あるいは
34448 \end_layout
34449
34450 \begin_layout Standard
34451
34452 \series bold
34453
34454 \backslash
34455 newcommand{
34456 \backslash
34457 tbinom}[2]{
34458 \backslash
34459 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34460 \end_layout
34461
34462 \begin_layout Standard
34463 というコマンドで定義できます。
34464 \end_layout
34465
34466 \begin_layout Standard
34467 \begin_inset VSpace medskip
34468 \end_inset
34469
34470 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34471 \end_layout
34472
34473 \begin_layout Standard
34474
34475 \series bold
34476
34477 \backslash
34478 newcommand{
34479 \backslash
34480 fracS}[3][]{
34481 \backslash
34482 genfrac{}{}{#1}{}{#2}{#3}}
34483 \end_layout
34484
34485 \begin_layout Standard
34486 という行を入れます。
34487 \end_layout
34488
34489 \begin_layout Standard
34490 以下は、そのテストです。
34491 \begin_inset Formula \begin{align*}
34492 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34493 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34494 \end{align*}
34495
34496 \end_inset
34497
34498 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34499 \end_layout
34500
34501 \begin_layout Subsection
34502 数式の取り消し
34503 \begin_inset Index idx
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 すうしき@数式 ! とりけし@取り消し
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 数式あるいはその一部を取り消すには、
34517 \series bold
34518 cancel
34519 \series default
34520
34521 \begin_inset Foot
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525
34526 \series bold
34527 cancel
34528 \series default
34529 は、標準的なLaTeX頒布版のすべてに含まれています。
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 ぱっけーじ@パッケージ ! cancel
34540 \end_layout
34541
34542 \end_inset
34543
34544  LaTeXパッケージを、LaTeXプリアンブル行に
34545 \end_layout
34546
34547 \begin_layout Standard
34548
34549 \series bold
34550
34551 \backslash
34552 usepackage[samesize]{cancel}
34553 \end_layout
34554
34555 \begin_layout Standard
34556 と書いて読み込む必要があります。
34557 \end_layout
34558
34559 \begin_layout Standard
34560 数式を取り消すには、4つの方法があります。
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \align center
34565 \begin_inset Tabular
34566 <lyxtabular version="3" rows="5" columns="2">
34567 <features tabularvalignment="middle">
34568 <column alignment="center" valignment="top" width="0">
34569 <column alignment="center" valignment="top" width="0">
34570 <row>
34571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 コマンド
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584 出力
34585 \begin_inset Note Note
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 ここで
34590 \series bold
34591
34592 \backslash
34593 raisebox
34594 \series default
34595 はスペーサーとして使用しているだけです。
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 </row>
34606 <row>
34607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34608 \begin_inset Text
34609
34610 \begin_layout Plain Layout
34611
34612 \backslash
34613 cancel{
34614 \backslash
34615 int
34616 \begin_inset ERT
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620
34621
34622 \backslash
34623 spce 
34624 \end_layout
34625
34626 \end_inset
34627
34628 A=B
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 </row>
34646 <row>
34647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651
34652 \backslash
34653 bcancel{
34654 \backslash
34655 int
34656 \begin_inset ERT
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660
34661
34662 \backslash
34663 spce 
34664 \end_layout
34665
34666 \end_inset
34667
34668 A=B
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \backslash
34693 xcancel{
34694 \backslash
34695 int
34696 \begin_inset ERT
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700
34701
34702 \backslash
34703 spce 
34704 \end_layout
34705
34706 \end_inset
34707
34708 A=B
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731
34732 \backslash
34733 cancelto{1
34734 \begin_inset Formula $\to$
34735 \end_inset
34736
34737
34738 \backslash
34739 {
34740 \backslash
34741 int
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 spce 
34750 \end_layout
34751
34752 \end_inset
34753
34754 A=B
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 </lyxtabular>
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780
34781 \series bold
34782
34783 \backslash
34784 cancelto
34785 \series default
34786 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34787 \begin_inset Formula \[
34788 \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}}}\]
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Subsection
34796 節見出し中の数式
34797 \begin_inset CommandInset label
34798 LatexCommand label
34799 name "sub:節見出し中の数式"
34800
34801 \end_inset
34802
34803
34804 \begin_inset Index idx
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Standard
34817 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \begin_inset Note Greyedout
34822 status open
34823
34824 \begin_layout Plain Layout
34825 文書設定ダイアログの
34826 \family sans
34827 PDF特性
34828 \family default
34829
34830 \series bold
34831 hyperref
34832 \series default
34833
34834 \begin_inset Index idx
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 ぱっけーじ@パッケージ ! hyperref
34839 \end_layout
34840
34841 \end_inset
34842
34843 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34844 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Standard
34853 これらの問題は、
34854 \family sans
34855 挿入\SpecialChar \menuseparator
34856 短縮タイトル
34857 \family default
34858 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34859 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34860 \end_layout
34861
34862 \begin_layout Standard
34863 数式を目次中でも使わなくてもならないが、
34864 \series bold
34865 hyperref
34866 \series default
34867 も使用しなくてはならないときには、
34868 \end_layout
34869
34870 \begin_layout Standard
34871
34872 \series bold
34873
34874 \backslash
34875 texorpdfstring{部分}{代替文字列}
34876 \begin_inset Index idx
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 こまんど@コマンド ! T ! 
34881 \backslash
34882 texorpdfstring
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Standard
34891 というコマンドをTeXモードで使う方法があります。
34892 \end_layout
34893
34894 \begin_layout Standard
34895 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34896 文字列」が用いられます。
34897 \end_layout
34898
34899 \begin_layout Standard
34900 以下の二つは、見出しの例です。
34901 \begin_inset VSpace -3mm
34902 \end_inset
34903
34904
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910
34911 \backslash
34912 boldmath 
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Subsubsection
34921 目次中では数式を使わない見出し
34922 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34923 \end_inset
34924
34925
34926 \begin_inset Argument
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 目次中では数式を使わない見出し
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsubsection
34939 目次中で数式を使う見出し
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 texorpdfstring{
34948 \end_layout
34949
34950 \end_inset
34951
34952  
34953 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34954 \end_inset
34955
34956
34957 \begin_inset ERT
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961
34962 }{}
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \begin_layout Standard
34971 \begin_inset ERT
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975
34976
34977 \backslash
34978 unboldmath 
34979 \end_layout
34980
34981 \end_inset
34982
34983 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34984 \series bold
34985
34986 \backslash
34987 texorpdfstring
34988 \series default
34989 が使われています。
34990 \end_layout
34991
34992 \begin_layout Standard
34993 他の節見出しと同じ書式を得るために、上の見出し全体は
34994 \series bold
34995 boldmath
34996 \series default
34997 環境に設定してあります
34998 \begin_inset Foot
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002
35003 \begin_inset CommandInset ref
35004 LatexCommand ref
35005 reference "sub:ボールド体の数式"
35006
35007 \end_inset
35008
35009 節参照。
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Subsection
35018 多段組文中の数式
35019 \begin_inset Index idx
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \end_layout
35030
35031 \begin_layout Standard
35032 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35033 \series bold
35034 multicol
35035 \series default
35036
35037 \begin_inset Foot
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042 \series bold
35043 multicol
35044 \series default
35045 は、標準的LaTeX頒布版のすべてに含まれています。
35046 \end_layout
35047
35048 \end_inset
35049
35050
35051 \begin_inset Index idx
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 ぱっけーじ@パッケージ ! multicol
35056 \end_layout
35057
35058 \end_inset
35059
35060  LaTeXパッケージを、
35061 \end_layout
35062
35063 \begin_layout Standard
35064
35065 \series bold
35066
35067 \backslash
35068 usepackage{multicol}
35069 \end_layout
35070
35071 \begin_layout Standard
35072 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \begin_inset Note Greyedout
35077 status open
35078
35079 \begin_layout Plain Layout
35080 ここで、
35081 \family sans
35082 文書\SpecialChar \menuseparator
35083 設定
35084 \family default
35085 メニューの
35086 \family sans
35087 本文レイアウト
35088 \family default
35089 で、
35090 \family sans
35091 二段組文書
35092 \family default
35093 の設定を
35094 \emph on
35095 有効にしてはならない
35096 \emph default
35097 ことに注意してください。
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \begin_layout Standard
35106 多段組文の前に
35107 \end_layout
35108
35109 \begin_layout Standard
35110
35111 \series bold
35112
35113 \backslash
35114 begin{multicols}{段数}
35115 \end_layout
35116
35117 \begin_layout Standard
35118 というコマンドをTeXモードで書き入れます。「段数」は、2
35119 \begin_inset space \thinspace{}
35120 \end_inset
35121
35122 -
35123 \begin_inset space \thinspace{}
35124 \end_inset
35125
35126 10のあいだの数字です。多段組文の終わる数式の前には、
35127 \end_layout
35128
35129 \begin_layout Standard
35130
35131 \series bold
35132
35133 \backslash
35134 end{multicols}
35135 \end_layout
35136
35137 \begin_layout Standard
35138 というコマンドをTeXモードで入れます。
35139 \end_layout
35140
35141 \begin_layout Standard
35142 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35143 \begin_inset space \thinspace{}
35144 \end_inset
35145
35146 mmの垂直空白を入れて下さい。数式様式
35147 \series bold
35148
35149 \begin_inset Foot
35150 status collapsed
35151
35152 \begin_layout Plain Layout
35153
35154 \series bold
35155 数式様式に関しては、第
35156 \series default
35157
35158 \begin_inset CommandInset ref
35159 LatexCommand ref
35160 reference "sec:数式様式"
35161
35162 \end_inset
35163
35164 節をご覧下さい。
35165 \end_layout
35166
35167 \end_inset
35168
35169
35170 \series default
35171 として
35172 \series bold
35173 行頭下げ
35174 \series default
35175 を使用している場合には、代わりに-9
35176 \begin_inset space \thinspace{}
35177 \end_inset
35178
35179 mmの垂直空白を入れて下さい。
35180 \end_layout
35181
35182 \begin_layout Standard
35183 以下は、別行建て数式を含む、多段組文の例です。
35184 \end_layout
35185
35186 \begin_layout Standard
35187 \begin_inset ERT
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191
35192
35193 \backslash
35194 begin{multicols}{2}
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \lang ngerman
35201 Das Spektrum wird fouriertransformiert.
35202  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35203 , Lösungsmittel) zu trennen.
35204  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35205  nun das Aussehen des Ausgangssignals.
35206  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35207  über alle Phasen integrieren muss.
35208  Sei nun 
35209 \begin_inset Formula $S$
35210 \end_inset
35211
35212  unser normiertes Ausgangssignal und 
35213 \begin_inset Formula $P$
35214 \end_inset
35215
35216  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35217 \lang japanese
35218
35219 \begin_inset ERT
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223
35224
35225 \backslash
35226 end{multicols}
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \begin_inset VSpace -6mm
35233 \end_inset
35234
35235
35236 \begin_inset Formula \begin{equation}
35237 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35238
35239 \end_inset
35240
35241
35242 \begin_inset ERT
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246
35247
35248 \backslash
35249 begin{multicols}{2}
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \lang ngerman
35256 wobei 
35257 \begin_inset Formula $S_{0}$
35258 \end_inset
35259
35260  das Signal ohne Gradient ist und die Normierungsbedingung 
35261 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35262 \end_inset
35263
35264  gilt.
35265  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35266  Direkt nach dem 
35267 \begin_inset Formula $\nicefrac{\pi}{2}$
35268 \end_inset
35269
35270
35271 \begin_inset space \thinspace{}
35272 \end_inset
35273
35274 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35275  das Signal zusätzlich abschwächt.
35276  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35277  
35278 \begin_inset Formula $T_{2}$
35279 \end_inset
35280
35281 -Zeit.
35282 \end_layout
35283
35284 \begin_layout Standard
35285 \begin_inset ERT
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289
35290
35291 \backslash
35292 end{multicols}
35293 \end_layout
35294
35295 \end_inset
35296
35297  
35298 \end_layout
35299
35300 \begin_layout Subsection
35301 変数の説明付き数式
35302 \begin_inset Index idx
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \begin_layout Standard
35315 \begin_inset CommandInset ref
35316 LatexCommand eqref
35317 reference "eq:within"
35318
35319 \end_inset
35320
35321 式のように、数式内で変数の説明をするには、
35322 \begin_inset Formula $n$
35323 \end_inset
35324
35325 個の変数が使われている場合、左寄せの列を持つ2
35326 \series bold
35327 ×
35328 \series default
35329
35330 \begin_inset Formula $n$
35331 \end_inset
35332
35333 行列を使用します
35334 \begin_inset Foot
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338 行列に関しては、第
35339 \begin_inset CommandInset ref
35340 LatexCommand ref
35341 reference "sec:行列"
35342
35343 \end_inset
35344
35345 節参照。
35346 \end_layout
35347
35348 \end_inset
35349
35350 。説明を小さな文字にするには、行列の前に、たとえば
35351 \series bold
35352
35353 \backslash
35354 footnotesize
35355 \series default
35356 コマンドを挿入します
35357 \begin_inset Foot
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 フォント寸法に関しては、第
35362 \begin_inset CommandInset ref
35363 LatexCommand ref
35364 reference "sub:書体寸法"
35365
35366 \end_inset
35367
35368 節参照。
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 数式様式に
35378 \series bold
35379 行頭下げ
35380 \begin_inset Foot
35381 status collapsed
35382
35383 \begin_layout Plain Layout
35384
35385 \series bold
35386 数式様式に関しては、第
35387 \series default
35388
35389 \begin_inset CommandInset ref
35390 LatexCommand ref
35391 reference "sec:数式様式"
35392
35393 \end_inset
35394
35395 節参照。
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \series default
35402 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35403 \series bold
35404
35405 \backslash
35406 hfill
35407 \series default
35408
35409 \begin_inset Foot
35410 status collapsed
35411
35412 \begin_layout Plain Layout
35413
35414 \series bold
35415
35416 \backslash
35417 hfill
35418 \series default
35419 は、
35420 \series bold
35421 行頭下げ
35422 \series default
35423 様式のときのみ機能します。第
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "sub:可変長の空白"
35427
35428 \end_inset
35429
35430 節をご覧下さい。
35431 \end_layout
35432
35433 \end_inset
35434
35435 を入れます。
35436 \end_layout
35437
35438 \begin_layout Standard
35439 数式様式に
35440 \series bold
35441 中央揃え
35442 \series default
35443 を使っている場合、数式を字下げするには、第
35444 \begin_inset CommandInset ref
35445 LatexCommand ref
35446 reference "sub:flalign環境"
35447
35448 \end_inset
35449
35450 節で述べた方法を使用します。
35451 \begin_inset CommandInset ref
35452 LatexCommand eqref
35453 reference "eq:within"
35454
35455 \end_inset
35456
35457 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35458 \begin_inset Formula \begin{flalign}
35459 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35460 \rho & \textrm{density}\\
35461 V & \textrm{volume}\\
35462 g & \textrm{gravitational acceleration}
35463 \end{array} &  & {}\label{eq:within}\end{flalign}
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Subsection
35471 アップライト体のギリシャ小文字
35472 \begin_inset CommandInset label
35473 LatexCommand label
35474 name "sub:アップライト体ギリシャ小文字"
35475
35476 \end_inset
35477
35478
35479 \begin_inset Index idx
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \end_layout
35490
35491 \begin_layout Standard
35492 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35493 \begin_inset Formula $\pi$
35494 \end_inset
35495
35496 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35497 \series bold
35498 upgreek.sty
35499 \series default
35500
35501 \begin_inset Foot
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506 \series bold
35507 upgreek
35508 \series default
35509 は、
35510 \series bold
35511 was
35512 \series default
35513
35514 \begin_inset Index idx
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518 ぱっけーじ@パッケージ ! was
35519 \begin_inset ERT
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523
35524
35525 \backslash
35526 vspace{4mm}
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \end_inset
35535
35536  LaTeXパッケージの一部です。
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \begin_inset Index idx
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546 ぱっけーじ@パッケージ ! upgreek
35547 \end_layout
35548
35549 \end_inset
35550
35551  ファイルを
35552 \end_layout
35553
35554 \begin_layout Standard
35555
35556 \series bold
35557
35558 \backslash
35559 usepackage{upgreek}
35560 \end_layout
35561
35562 \begin_layout Standard
35563 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35564 \begin_inset ERT
35565 status collapsed
35566
35567 \begin_layout Plain Layout
35568
35569
35570 \backslash
35571 ifupgreek 
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \begin_inset Note Note
35578 status open
35579
35580 \begin_layout Plain Layout
35581 以下の表は、
35582 \series bold
35583 upgreek
35584 \series default
35585  LaTeXパッケージが導入済みのときのみ表示されます。
35586 \end_layout
35587
35588 \end_inset
35589
35590 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35591 \series bold
35592 up
35593 \series default
35594 を付けると作ることができます。たとえば
35595 \series bold
35596
35597 \backslash
35598 uptau
35599 \series default
35600 コマンドは、
35601 \begin_inset Formula $\uptau$
35602 \end_inset
35603
35604 のようになります。
35605 \end_layout
35606
35607 \begin_layout Standard
35608 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35609 \begin_inset Formula \[
35610 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35619 \end_layout
35620
35621 \begin_layout Standard
35622 \begin_inset ERT
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626
35627
35628 \backslash
35629 else 
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \begin_inset Note Note
35636 status open
35637
35638 \begin_layout Plain Layout
35639 以下は、
35640 \series bold
35641 upgreek
35642 \series default
35643  LaTeXパッケージが導入されていないときのみ表示されます。
35644 \end_layout
35645
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \begin_layout Standard
35652 この小節のすべてを出力で見るには、
35653 \series bold
35654 upgreek
35655 \series default
35656  LaTeXパッケージを導入する必要があります。
35657 \end_layout
35658
35659 \begin_layout Standard
35660 \begin_inset ERT
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664
35665
35666 \backslash
35667 fi 
35668 \end_layout
35669
35670 \end_inset
35671
35672
35673 \end_layout
35674
35675 \begin_layout Subsection
35676 数式中のテキスト文字
35677 \begin_inset CommandInset label
35678 LatexCommand label
35679 name "sub:数式中のテキスト文字"
35680
35681 \end_inset
35682
35683
35684 \begin_inset Index idx
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \end_layout
35695
35696 \begin_layout Standard
35697 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35698 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35699 \end_inset
35700
35701 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35702 \series bold
35703
35704 \backslash
35705 cdot
35706 \series default
35707
35708 \begin_inset Foot
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713 \begin_inset CommandInset ref
35714 LatexCommand ref
35715 reference "sub:二項演算子"
35716
35717 \end_inset
35718
35719 節参照。
35720 \end_layout
35721
35722 \end_inset
35723
35724 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35725 \end_layout
35726
35727 \begin_layout Standard
35728
35729 \series bold
35730
35731 \backslash
35732 Declare Inputtext{183}{
35733 \backslash
35734 ifmmode
35735 \backslash
35736 cdot
35737 \backslash
35738 else
35739 \backslash
35740 textperiodcentered
35741 \backslash
35742 f\SpecialChar \textcompwordmark{}
35743 i}
35744 \end_layout
35745
35746 \begin_layout Standard
35747 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35748 \end_layout
35749
35750 \begin_layout Standard
35751 文字エンコーディング(
35752 \family sans
35753 文書\SpecialChar \menuseparator
35754 設定\SpecialChar \menuseparator
35755 言語
35756 \family default
35757 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35758 \series bold
35759
35760 \backslash
35761 textperiodcentered
35762 \series default
35763 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35764 否かによって、正しいコマンドが自動的に選択されます。
35765 \end_layout
35766
35767 \begin_layout Standard
35768 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35769 \series bold
35770 latin9
35771 \series default
35772 エンコーディングは、LaTeXがインストールされたフォルダにある
35773 \series bold
35774 latin9.def
35775 \series default
35776 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35777 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset VSpace medskip
35782 \end_inset
35783
35784 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35785 \begin_inset Foot
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \begin_layout Standard
35798
35799 \series bold
35800
35801 \backslash
35802 DeclareInputtext{176}{
35803 \backslash
35804 ifmmode^
35805 \backslash
35806 circ
35807 \backslash
35808 else
35809 \backslash
35810 textdegree
35811 \backslash
35812 f\SpecialChar \textcompwordmark{}
35813 i}
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset Newpage newpage
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Section
35824 \start_of_appendix
35825 組版上の助言
35826 \begin_inset Index idx
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830 くみばんじょうのじょげん@組版上の助言
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35840 \begin_inset Foot
35841 status collapsed
35842
35843 \begin_layout Plain Layout
35844 この要約の一部は、ISO規則を取り上げている「Duden」
35845 \begin_inset CommandInset citation
35846 LatexCommand cite
35847 key "Duden"
35848
35849 \end_inset
35850
35851 と呼ばれるドイツの半公的辞書から採られています。
35852 \end_layout
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Itemize
35860 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35861 \begin_inset Foot
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865 書体様式で指定します。第
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sub:書体様式"
35869
35870 \end_inset
35871
35872 節を参照。
35873 \end_layout
35874
35875 \end_inset
35876
35877 :30
35878 \begin_inset space \thinspace{}
35879 \end_inset
35880
35881 km/h
35882 \begin_inset Newline newline
35883 \end_inset
35884
35885 値と単位の間には、最小空白を入れます。第
35886 \begin_inset CommandInset ref
35887 LatexCommand ref
35888 reference "sub:定義済みの空白"
35889
35890 \end_inset
35891
35892 節を参照。
35893 \begin_inset Newline newline
35894 \end_inset
35895
35896 この慣習は、
35897 \series bold
35898
35899 \backslash
35900 unittwo
35901 \series default
35902 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35903 が得られます:
35904 \begin_inset Formula $\unit[30]{km/h}$
35905 \end_inset
35906
35907
35908 \begin_inset space \thinspace{}
35909 \end_inset
35910
35911 。実は、
35912 \series bold
35913
35914 \backslash
35915 unittwo
35916 \series default
35917 は、LaTeXコマンドの実体ではなく、
35918 \series bold
35919
35920 \backslash
35921 unit[値]{単位}
35922 \series default
35923 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35924 \end_layout
35925
35926 \begin_layout Itemize
35927 百分率記号と千分率記号は、物理単位と同様に組みます:
35928 \begin_inset Newline newline
35929 \end_inset
35930
35931 血中アルコール1,2
35932 \begin_inset space \thinspace{}
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Itemize
35939 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
35940 \begin_inset space \thinspace{}
35941 \end_inset
35942
35943 °C
35944 \end_layout
35945
35946 \begin_layout Itemize
35947 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 473
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 588
35956 \end_layout
35957
35958 \begin_layout Itemize
35959 120×90×40
35960 \begin_inset space \thinspace{}
35961 \end_inset
35962
35963 cmのような寸法には、積記号「×」を用います。これは、
35964 \series bold
35965
35966 \backslash
35967 times
35968 \series default
35969 コマンドか、
35970 \family sans
35971 挿入\SpecialChar \menuseparator
35972 特殊文字\SpecialChar \menuseparator
35973 記号
35974 \family default
35975 メニューから入れることができます。
35976 \end_layout
35977
35978 \begin_layout Itemize
35979 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
35980 \begin_inset CommandInset ref
35981 LatexCommand ref
35982 reference "sub:定義済み函数"
35983
35984 \end_inset
35985
35986 節を参照。
35987 \end_layout
35988
35989 \begin_layout Itemize
35990 複数の文字を含む指数は、アップライト体にします:
35991 \begin_inset Formula $E_{\mathrm{kin}}$
35992 \end_inset
35993
35994
35995 \begin_inset Newline newline
35996 \end_inset
35997
35998 行列要素はイタリック体にします:
35999 \begin_inset Formula $\hat{H}_{kl}$
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Itemize
36006 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36007 \end_layout
36008
36009 \begin_layout Itemize
36010
36011 \noun on
36012 フーリエ
36013 \noun default
36014 変換を表す文字は、
36015 \series bold
36016
36017 \backslash
36018 mathscr
36019 \begin_inset ERT
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023
36024
36025 \backslash
36026 spce 
36027 \end_layout
36028
36029 \end_inset
36030
36031 {F
36032 \series default
36033 コマンド
36034 \begin_inset Index idx
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038 こまんど@コマンド! M ! 
36039 \backslash
36040 mathscr
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \family sans
36047 挿入\SpecialChar \menuseparator
36048 特殊文字\SpecialChar \menuseparator
36049 記号\SpecialChar \menuseparator
36050 文字様記号
36051 \family default
36052 メニューの
36053 \begin_inset Formula $\mathscr{F}$
36054 \end_inset
36055
36056 で入れることができます。
36057 \begin_inset Newline newline
36058 \end_inset
36059
36060
36061 \series bold
36062
36063 \backslash
36064 mathscr
36065 \series default
36066 コマンドを使うためには、LaTeXパッケージの
36067 \series bold
36068 mathrsfs
36069 \series default
36070
36071 \begin_inset Index idx
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075 ぱっけーじ@パッケージ! mathrsfs
36076 \end_layout
36077
36078 \end_inset
36079
36080 を、LaTeXプリアンブルで
36081 \series bold
36082
36083 \backslash
36084 usepackage{mathrsfs}
36085 \series default
36086 として読み込む必要があります。
36087 \end_layout
36088
36089 \begin_layout Standard
36090 \begin_inset Newpage newpage
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Section
36097 同義語
36098 \begin_inset Index idx
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102 どうぎご@同義語
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36112 \end_layout
36113
36114 \begin_layout Standard
36115 \begin_inset VSpace bigskip
36116 \end_inset
36117
36118
36119 \begin_inset space \hfill{}
36120 \end_inset
36121
36122
36123 \begin_inset Tabular
36124 <lyxtabular version="3" rows="12" columns="2">
36125 <features tabularvalignment="middle">
36126 <column alignment="center" valignment="top" width="0pt">
36127 <column alignment="center" valignment="top" width="0pt">
36128 <row>
36129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36130 \begin_inset Text
36131
36132 \begin_layout Plain Layout
36133 コマンド
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36139 \begin_inset Text
36140
36141 \begin_layout Plain Layout
36142 同義のコマンド
36143 \begin_inset Note Note
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 ここで
36148 \series bold
36149
36150 \backslash
36151 raisebox
36152 \series default
36153 はスペーサーとして使用しているだけです。
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 </row>
36164 <row>
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169
36170 \backslash
36171 ast
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 \begin_inset ERT
36181 status collapsed
36182
36183 \begin_layout Plain Layout
36184
36185
36186 \backslash
36187 raisebox{-1.2mm}{
36188 \end_layout
36189
36190 \end_inset
36191
36192 *
36193 \begin_inset ERT
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197
36198 }
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207 </cell>
36208 </row>
36209 <row>
36210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214
36215 \backslash
36216 choose
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225
36226 \backslash
36227 binom
36228 \end_layout
36229
36230 \end_inset
36231 </cell>
36232 </row>
36233 <row>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238
36239 \backslash
36240 geq
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249
36250 \backslash
36251 ge
36252 \end_layout
36253
36254 \end_inset
36255 </cell>
36256 </row>
36257 <row>
36258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36259 \begin_inset Text
36260
36261 \begin_layout Plain Layout
36262
36263 \backslash
36264 lbrace
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36270 \begin_inset Text
36271
36272 \begin_layout Plain Layout
36273 {
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 </row>
36279 <row>
36280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284
36285 \backslash
36286 lbracket
36287 \end_layout
36288
36289 \end_inset
36290 </cell>
36291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295 [
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 </row>
36301 <row>
36302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36303 \begin_inset Text
36304
36305 \begin_layout Plain Layout
36306
36307 \backslash
36308 leftarrow
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36314 \begin_inset Text
36315
36316 \begin_layout Plain Layout
36317
36318 \backslash
36319 gets
36320 \end_layout
36321
36322 \end_inset
36323 </cell>
36324 </row>
36325 <row>
36326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36327 \begin_inset Text
36328
36329 \begin_layout Plain Layout
36330
36331 \backslash
36332 leq
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341
36342 \backslash
36343 le
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 </row>
36349 <row>
36350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354
36355 \backslash
36356 lor
36357 \end_layout
36358
36359 \end_inset
36360 </cell>
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367 vee
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 </row>
36373 <row>
36374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378
36379 \backslash
36380 neq
36381 \end_layout
36382
36383 \end_inset
36384 </cell>
36385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 not=
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 </row>
36397 <row>
36398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Plain Layout
36402
36403 \backslash
36404 slash
36405 \end_layout
36406
36407 \end_inset
36408 </cell>
36409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36410 \begin_inset Text
36411
36412 \begin_layout Plain Layout
36413 /
36414 \end_layout
36415
36416 \end_inset
36417 </cell>
36418 </row>
36419 <row>
36420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424
36425 \backslash
36426 vert
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Plain Layout
36435 \begin_inset Formula $|$
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \end_inset
36442 </cell>
36443 </row>
36444 </lyxtabular>
36445
36446 \end_inset
36447
36448
36449 \begin_inset space \hfill{}
36450 \end_inset
36451
36452
36453 \begin_inset Tabular
36454 <lyxtabular version="3" rows="12" columns="2">
36455 <features tabularvalignment="middle">
36456 <column alignment="center" valignment="top" width="0pt">
36457 <column alignment="center" valignment="top" width="0pt">
36458 <row>
36459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463 コマンド
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 同義のコマンド
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 </row>
36478 <row>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 backslash
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Plain Layout
36494
36495 \backslash
36496
36497 \backslash
36498
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 </row>
36504 <row>
36505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36506 \begin_inset Text
36507
36508 \begin_layout Plain Layout
36509
36510 \backslash
36511 dasharrow
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520
36521 \backslash
36522 dashrightarrow
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 </row>
36528 <row>
36529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533
36534 \backslash
36535 land
36536 \end_layout
36537
36538 \end_inset
36539 </cell>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 wedge
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 </row>
36552 <row>
36553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557
36558 \backslash
36559 rbrace
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568 }
36569 \end_layout
36570
36571 \end_inset
36572 </cell>
36573 </row>
36574 <row>
36575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36576 \begin_inset Text
36577
36578 \begin_layout Plain Layout
36579
36580 \backslash
36581 rbracket
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 ]
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 </row>
36596 <row>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601
36602 \backslash
36603 rightarrow
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Plain Layout
36612
36613 \backslash
36614 to
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row>
36621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625
36626 \backslash
36627 lnot
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636
36637 \backslash
36638 neg
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 </row>
36644 <row>
36645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36646 \begin_inset Text
36647
36648 \begin_layout Plain Layout
36649
36650 \backslash
36651 ne
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660
36661 \backslash
36662 not=
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 </row>
36668 <row>
36669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 owns
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686 ni
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 </row>
36692 <row>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697
36698 \backslash
36699 square
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708
36709 \backslash
36710 Box
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 </row>
36716 <row>
36717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721
36722 \backslash
36723 Vert
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734
36735 \begin_inset Formula $|$
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 </row>
36744 </lyxtabular>
36745
36746 \end_inset
36747
36748
36749 \begin_inset space \hfill{}
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Standard
36756 \begin_inset Newpage newpage
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Bibliography
36763 \labelwidthstring 参考文献
36764 \begin_inset CommandInset bibitem
36765 LatexCommand bibitem
36766 key "TLC2"
36767
36768 \end_inset
36769
36770
36771 \shape smallcaps
36772 Mittelbach, F.
36773  ; Goossens, M.
36774 \shape default
36775
36776 \shape italic
36777 The LaTeX Companion
36778 \shape default
36779 , 2nd ed.
36780  Addison Wesley, 2004
36781 \end_layout
36782
36783 \begin_layout Bibliography
36784 \labelwidthstring 参考文献
36785 \begin_inset CommandInset bibitem
36786 LatexCommand bibitem
36787 key "Mathmode"
36788
36789 \end_inset
36790
36791 LaTeXの数式能力の
36792 \begin_inset CommandInset href
36793 LatexCommand href
36794 name "説明"
36795 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \begin_layout Bibliography
36803 \labelwidthstring 参考文献
36804 \begin_inset CommandInset bibitem
36805 LatexCommand bibitem
36806 key "Voss"
36807
36808 \end_inset
36809
36810 LaTeXの技と秘訣の
36811 \begin_inset CommandInset href
36812 LatexCommand href
36813 name "ページ"
36814 target "http://tug.org/TeXnik/"
36815
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Bibliography
36822 \labelwidthstring 参考文献
36823 \begin_inset CommandInset bibitem
36824 LatexCommand bibitem
36825 key "AMS"
36826
36827 \end_inset
36828
36829
36830 \begin_inset ERT
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834
36835
36836 \backslash
36837 AmS
36838 \end_layout
36839
36840 \end_inset
36841
36842 -LaTeXの
36843 \begin_inset CommandInset href
36844 LatexCommand href
36845 name "説明"
36846 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36847
36848 \end_inset
36849
36850
36851 \end_layout
36852
36853 \begin_layout Bibliography
36854 \labelwidthstring 参考文献
36855 \begin_inset CommandInset bibitem
36856 LatexCommand bibitem
36857 key "Symbols"
36858
36859 \end_inset
36860
36861 LaTeXパッケージで利用できる記号の
36862 \begin_inset CommandInset href
36863 LatexCommand href
36864 name "全覧"
36865 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Bibliography
36873 \labelwidthstring 参考文献
36874 \begin_inset CommandInset bibitem
36875 LatexCommand bibitem
36876 key "hyperref"
36877
36878 \end_inset
36879
36880 LaTeX 
36881 \series bold
36882 hyperref
36883 \series default
36884
36885 \begin_inset Index idx
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889 ぱっけーじ@パッケージ ! hyperref
36890 \end_layout
36891
36892 \end_inset
36893
36894 パッケージの
36895 \begin_inset CommandInset href
36896 LatexCommand href
36897 name "取扱説明書"
36898 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \begin_layout Bibliography
36906 \labelwidthstring 参考文献
36907 \begin_inset CommandInset bibitem
36908 LatexCommand bibitem
36909 key "Mathclap"
36910
36911 \end_inset
36912
36913
36914 \begin_inset CommandInset ref
36915 LatexCommand ref
36916 reference "sub:演算子の範囲"
36917
36918 \end_inset
36919
36920 節に述べられている
36921 \series bold
36922
36923 \backslash
36924 mathclap
36925 \series default
36926 コマンドの
36927 \begin_inset CommandInset href
36928 LatexCommand href
36929 name "説明"
36930 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36931
36932 \end_inset
36933
36934
36935 \begin_inset Index idx
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939 こまんど@コマンド ! M ! 
36940 \backslash
36941 mathclap
36942 \end_layout
36943
36944 \end_inset
36945
36946
36947 \end_layout
36948
36949 \begin_layout Bibliography
36950 \labelwidthstring 参考文献
36951 \begin_inset CommandInset bibitem
36952 LatexCommand bibitem
36953 key "Duden"
36954
36955 \end_inset
36956
36957
36958 \emph on
36959 Duden Band 1
36960 \emph default
36961 .
36962  22.
36963  Auflage, Duden 2001
36964 \end_layout
36965
36966 \begin_layout Subsubsection*
36967 \begin_inset CommandInset index_print
36968 LatexCommand printindex
36969 type "idx"
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \end_body
36977 \end_document