]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
doc files: port latest changes to trunk
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 \AtBeginDocument{%
48 \addto\extrasenglish{
49  \renewcommand{\equationautorefname}{\hspace{-\abc}}
50  \renewcommand{\sectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
52  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
53 }
54
55 % don't load packages twice
56 % see first footnote in sec. 9.3
57 \@ifundefined{textcolor}{\usepackage{color}}{}
58
59 % the pages of the TOC are numbered roman
60 % and a PDF-bookmark for the TOC is added
61 \pagenumbering{roman}
62 \let\myTOC\tableofcontents
63 \renewcommand{\tableofcontents}{%
64  \vspace{1cm}
65  \pdfbookmark[1]{\contentsname}{}
66  \myTOC
67  \cleardoublepage
68  \pagenumbering{arabic}}
69
70 % insert additional vertical space of 1.5 mm between footnotes,
71 \let\myFoot\footnote
72 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
73
74 % provides caption formatting
75 %\setkomafont{captionlabel}{\bfseries}
76
77 % used in sec. 23.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values
81 \usepackage{calc}
82
83 % for multiple columns used in sec. 23.7
84 \usepackage{multicol}
85
86 % needed in sec. 19.4
87 \usepackage{remreset}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % needed in sec. 22.4
127 % check for package braket
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % needed in sec. 22.10
135 % check for package upgreek
136 \newboolean{upgreek}
137 \IfFileExists{upgreek.sty}
138  {\usepackage{upgreek}
139   \setboolean{upgreek}{true}}
140  {\setboolean{upgreek}{false}}
141
142 % make pdf bookmark sane with Japanese
143 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options true
147 \maintain_unincluded_children false
148 \language japanese
149 \language_package default
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize default
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX数式説明書"
171 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
172 \pdf_subject "LyXの数式機能に関する説明書"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry true
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
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_css_as_file 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyXの数式詳細説明書
224 \end_layout
225
226 \begin_layout Author
227 LyXプロジェクトチーム
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
234 \family typewriter
235
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \family default
246 までお知らせください。
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 著者:Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 第2.0.x版
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
289 \series bold
290 braket
291 \series default
292
293 \series bold
294 cancel
295 \series default
296
297 \series bold
298 eurosym
299 \series default
300
301 \series bold
302 mhchem
303 \series default
304
305 \series bold
306 was
307 \series default
308 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
309 \series bold
310 mhchem
311 \series default
312 が導入されていないと、本ファイルを書き出すことができません。
313 \end_layout
314
315 \begin_layout Plain Layout
316 この文書の最新のPDF版は
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \series bold
322 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series default
328 にあります。
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Newpage newpage
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 はじめに
345 \end_layout
346
347 \begin_layout Standard
348 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
349 使用を念頭に置いています。したがって、ユーザーの手引きの
350 \family typewriter
351 数式
352 \family default
353 の節をすでにお読みになっていることを前提としています。
354 \end_layout
355
356 \begin_layout Standard
357 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
358 \family sans
359 挿入\SpecialChar \menuseparator
360 数式
361 \family default
362 メニューか
363 \family sans
364 数式ツールバー
365 \family default
366 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
367 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
368 \end_layout
369
370 \begin_layout Standard
371 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
372 \family sans
373 文書\SpecialChar \menuseparator
374 設定\SpecialChar \menuseparator
375 数式オプション
376 \family default
377 メニュー)で
378 \family sans
379 AMS mathパッケージを使う
380 \family default
381 オプションを有効にしなくてはなりません
382 \begin_inset Foot
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 \family sans
388 AMS mathパッケージを自動的に使う
389 \family default
390 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403 -mathパッケージを使用します。
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 説明を明瞭にするために、この文書はすべての
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425 -mathコマンド
426 \begin_inset Foot
427 status collapsed
428
429 \begin_layout Plain Layout
430 すべての
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS
439 \end_layout
440
441 \end_inset
442
443 -mathコマンドの一覧は、
444 \family sans
445
446 \begin_inset CommandInset href
447 LatexCommand href
448 name "amsguide.ps"
449 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
450
451 \end_inset
452
453
454 \family default
455 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
456 \end_layout
457
458 \end_inset
459
460 を列挙はしません。
461 \end_layout
462
463 \begin_layout Section
464 一般的な説明
465 \end_layout
466
467 \begin_layout Standard
468 本文に埋め込まれた行内数式
469 \begin_inset Index idx
470 status collapsed
471
472 \begin_layout Plain Layout
473 すうしき ! ぎょうない @ 数式 ! 行内
474 \end_layout
475
476 \end_inset
477
478 を作成するには、短絡キー
479 \begin_inset Info
480 type  "shortcuts"
481 arg   "math-mode"
482 \end_inset
483
484 のうちのいずれか、あるいはツールバーボタン
485 \begin_inset Graphics
486         filename ../../images/math-mode.png
487         scale 85
488
489 \end_inset
490
491 を使用してください。
492 \begin_inset Newline newline
493 \end_inset
494
495 大きく別の段落として表示される別行建て数式
496 \begin_inset Index idx
497 status collapsed
498
499 \begin_layout Plain Layout
500 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
501 \end_layout
502
503 \end_inset
504
505 を作成するには、
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-display"
509 \end_inset
510
511 のうちいずれかの短絡キーを使用して下さい。
512 \end_layout
513
514 \begin_layout Standard
515 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
516 \begin_inset Info
517 type  "shortcuts"
518 arg   "math-mode"
519 \end_inset
520
521 のいずれかの短絡キーか、
522 \family sans
523 編集\SpecialChar \menuseparator
524 数式\SpecialChar \menuseparator
525 数式の表記を変更
526 \family default
527 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
528 \end_layout
529
530 \begin_layout Standard
531 行内数式の一部を別行建て数式の大きさで表示するには、
532 \series bold
533
534 \backslash
535 displaystyle
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540
541 \size normal
542 こまんど@コマンド ! D ! 
543 \backslash
544 displaystyle
545 \end_layout
546
547 \end_inset
548
549
550 \series default
551 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
552 \end_layout
553
554 \begin_layout Standard
555 表の中では、行内数式のみの使用が許されています。
556 \end_layout
557
558 \begin_layout Standard
559
560 \family sans
561 数式ツールバー
562 \family default
563 は、
564 \family sans
565 表示\SpecialChar \menuseparator
566 ツールバー
567 \family default
568 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
569 \family sans
570 ツールバー
571 \family default
572 メニューの中ではチェック印で表されます。この状態から、
573 \family sans
574 ツールバー
575 \family default
576 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
577 数式(自動)」に変わることで表されます。
578 \end_layout
579
580 \begin_layout Standard
581 TeXモード
582 \begin_inset Index idx
583 status collapsed
584
585 \begin_layout Plain Layout
586 T@TeXモード
587 \end_layout
588
589 \end_inset
590
591 は、ツールバーボタン
592 \begin_inset Graphics
593         filename ../../images/ert-insert.png
594         scale 85
595
596 \end_inset
597
598 を押すか、
599 \family sans
600 挿入\SpecialChar \menuseparator
601 Te
602 \begin_inset ERT
603 status collapsed
604
605 \begin_layout Plain Layout
606
607 {}
608 \end_layout
609
610 \end_inset
611
612 Xコード
613 \family default
614 (短絡キー
615 \begin_inset Info
616 type  "shortcut"
617 arg   "ert-insert"
618 \end_inset
619
620 )メニューを使うことで、起動できます。
621 \begin_inset Note Note
622 status collapsed
623
624 \begin_layout Plain Layout
625 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
626 のを防ぐために、ここではTeX括弧が挿入されています。
627 \end_layout
628
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 LaTeXプリアンブル
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 L@LaTeXプリアンブル
641 \end_layout
642
643 \end_inset
644
645 を変更するには、
646 \family sans
647 文書\SpecialChar \menuseparator
648 設定\SpecialChar \menuseparator
649 LaT
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 {}
656 \end_layout
657
658 \end_inset
659
660 eXプリアンブル
661 \family default
662 メニューを使用してください。
663 \end_layout
664
665 \begin_layout Standard
666 行列や場合分け、多行数式を続けて編集するには、
667 \family sans
668 編集\SpecialChar \menuseparator
669 数式
670 \family default
671 メニューと
672 \family sans
673 編集\SpecialChar \menuseparator
674 行と列
675 \family default
676 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
677 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
678 \end_layout
679
680 \begin_layout Standard
681 数式内で文章を書く
682 \begin_inset Foot
683 status collapsed
684
685 \begin_layout Plain Layout
686 多行数式では、
687 \series bold
688
689 \backslash
690 intertext
691 \series default
692 コマンドが使用されます。
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sub:多行数式中のテキスト"
696
697 \end_inset
698
699 を参照のこと。
700 \end_layout
701
702 \end_inset
703
704 には、
705 \emph on
706 数式テキスト
707 \emph default
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 てきすと ! すうしきないの @ テキスト ! 数式内の
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 すうしきてきすと @ 数式テキスト
724 \end_layout
725
726 \end_inset
727
728 が使用されます。このモードには、短絡キー
729 \begin_inset Info
730 type  "shortcut"
731 arg   "math-mode"
732 \end_inset
733
734 を使うか、
735 \series bold
736
737 \backslash
738 text
739 \series default
740
741 \begin_inset Index idx
742 status collapsed
743
744 \begin_layout Plain Layout
745 こまんど @ コマンド ! T ! 
746 \backslash
747 text
748 \end_layout
749
750 \end_inset
751
752 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
753 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
754 \end_layout
755
756 \begin_layout Subsection*
757 コマンドの構成
758 \end_layout
759
760 \begin_layout Standard
761 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
762 \end_layout
763
764 \begin_layout Standard
765
766 \series bold
767
768 \backslash
769 コマンド名[非必須引数]{必須引数}
770 \end_layout
771
772 \begin_layout Standard
773 コマンドは、つねにバックスラッシュ「
774 \series bold
775
776 \backslash
777
778 \series default
779 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 T@TeX括弧
785 \end_layout
786
787 \end_inset
788
789 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
790 \series bold
791
792 \backslash
793 {
794 \series default
795 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
796 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
797 \end_layout
798
799 \begin_layout Standard
800 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
801 \emph on
802 かならず
803 \emph default
804 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
805 ん。
806 \end_layout
807
808 \begin_layout Standard
809 保護された空白は、
810 \begin_inset Info
811 type  "shortcut"
812 arg   "space-insert protected"
813 \end_inset
814
815 で入力できます。
816 \end_layout
817
818 \begin_layout Subsection*
819 \begin_inset Newpage newpage
820 \end_inset
821
822 文法の説明
823 \end_layout
824
825 \begin_layout Itemize
826 記号
827 \begin_inset Foot
828 status collapsed
829
830 \begin_layout Plain Layout
831 この可視化された空白文字は、
832 \series bold
833
834 \backslash
835 textvisiblespace
836 \series default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 こまんど@コマンド ! T ! 
843 \backslash
844 textvisiblespace
845 \end_layout
846
847 \end_inset
848
849 コマンドをTeXモード中に挿入することで作ることができます。
850 \end_layout
851
852 \end_inset
853
854
855 \begin_inset ERT
856 status collapsed
857
858 \begin_layout Plain Layout
859
860
861 \backslash
862 spce 
863 \end_layout
864
865 \end_inset
866
867 は、空白文字を入力することを表します。
868 \end_layout
869
870 \begin_layout Itemize
871 \begin_inset Formula $\to$
872 \end_inset
873
874 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
875 \end_layout
876
877 \begin_layout Subsection*
878 使用できる単位
879 \end_layout
880
881 \begin_layout Standard
882 \align center
883 \begin_inset Float table
884 placement H
885 wide false
886 sideways false
887 status open
888
889 \begin_layout Plain Layout
890 \align center
891 \begin_inset Caption
892
893 \begin_layout Plain Layout
894 \begin_inset CommandInset label
895 LatexCommand label
896 name "tab:使用できる単位"
897
898 \end_inset
899
900 使用できる単位
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Plain Layout
909 \align center
910 \begin_inset Tabular
911 <lyxtabular version="3" rows="13" columns="2">
912 <features tabularvalignment="middle">
913 <column alignment="center" valignment="top" width="0">
914 <column alignment="center" valignment="top" width="0">
915 <row>
916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
917 \begin_inset Text
918
919 \begin_layout Plain Layout
920 単位
921 \end_layout
922
923 \end_inset
924 </cell>
925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
926 \begin_inset Text
927
928 \begin_layout Plain Layout
929 名称/摘要
930 \end_layout
931
932 \end_inset
933 </cell>
934 </row>
935 <row>
936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
937 \begin_inset Text
938
939 \begin_layout Plain Layout
940 mm
941 \end_layout
942
943 \end_inset
944 </cell>
945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
946 \begin_inset Text
947
948 \begin_layout Plain Layout
949 ミリメートル
950 \end_layout
951
952 \end_inset
953 </cell>
954 </row>
955 <row>
956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
957 \begin_inset Text
958
959 \begin_layout Plain Layout
960 cm
961 \end_layout
962
963 \end_inset
964 </cell>
965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
966 \begin_inset Text
967
968 \begin_layout Plain Layout
969 センチメートル
970 \end_layout
971
972 \end_inset
973 </cell>
974 </row>
975 <row>
976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
977 \begin_inset Text
978
979 \begin_layout Plain Layout
980 in
981 \end_layout
982
983 \end_inset
984 </cell>
985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
986 \begin_inset Text
987
988 \begin_layout Plain Layout
989 インチ
990 \end_layout
991
992 \end_inset
993 </cell>
994 </row>
995 <row>
996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
997 \begin_inset Text
998
999 \begin_layout Plain Layout
1000 pt
1001 \end_layout
1002
1003 \end_inset
1004 </cell>
1005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 ポイント (72.27
1010 \begin_inset Formula $\,$
1011 \end_inset
1012
1013 pt = 1
1014 \begin_inset Formula $\,$
1015 \end_inset
1016
1017 in)
1018 \end_layout
1019
1020 \end_inset
1021 </cell>
1022 </row>
1023 <row>
1024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 pc
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 パイカ (1
1038 \begin_inset Formula $\,$
1039 \end_inset
1040
1041 pc = 12
1042 \begin_inset Formula $\,$
1043 \end_inset
1044
1045 pt)
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 sp
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 スケールポイント (65536
1066 \begin_inset Formula $\,$
1067 \end_inset
1068
1069 sp = 1
1070 \begin_inset Formula $\,$
1071 \end_inset
1072
1073 pt)
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 bp
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 ビッグポイント (72
1094 \begin_inset Formula $\,$
1095 \end_inset
1096
1097 bp = 1
1098 \begin_inset Formula $\,$
1099 \end_inset
1100
1101 in)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 dd
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 ディドー (72
1122 \begin_inset Formula $\,$
1123 \end_inset
1124
1125 dd 
1126 \begin_inset Formula $\approx$
1127 \end_inset
1128
1129  37.6
1130 \begin_inset Formula $\,$
1131 \end_inset
1132
1133 mm)
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 cc
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 シセロ (1
1154 \begin_inset Formula $\,$
1155 \end_inset
1156
1157 cc = 12
1158 \begin_inset Formula $\,$
1159 \end_inset
1160
1161 dd)
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 </row>
1167 <row>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 ex
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 現在のフォントの文字「x」の高さ
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 </row>
1187 <row>
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Plain Layout
1192 em
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 現在のフォントの文字「M」の幅
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 </row>
1207 <row>
1208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 mu
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 数式単位(1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 mu = 
1226 \begin_inset Formula $\nicefrac{1}{18}$
1227 \end_inset
1228
1229
1230 \begin_inset space \thinspace{}
1231 \end_inset
1232
1233 em)
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 </lyxtabular>
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \begin_layout Standard
1252 \begin_inset Newpage newpage
1253 \end_inset
1254
1255
1256 \end_layout
1257
1258 \begin_layout Section
1259 基礎的な函数
1260 \end_layout
1261
1262 \begin_layout Subsection
1263 指数
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 しすう@指数
1269 \end_layout
1270
1271 \end_inset
1272
1273 および添字
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 そえじ@添字
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \begin_inset Index idx
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288 うえつきもじ@上付き文字|see
1289 \begin_inset ERT
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293
1294 {
1295 \end_layout
1296
1297 \end_inset
1298
1299 指数
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 }
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 したつきもじ@下付き文字|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 添字
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347
1348 \end_layout
1349
1350 \begin_layout Standard
1351 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1352 \begin_inset Graphics
1353         filename ../../images/math-subscript.png
1354         scale 85
1355
1356 \end_inset
1357
1358 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1359 \begin_inset Graphics
1360         filename ../../images/math-superscript.png
1361         scale 85
1362
1363 \end_inset
1364
1365 を使って入力することができます。
1366 \end_layout
1367
1368 \begin_layout Standard
1369 \align center
1370 \begin_inset Tabular
1371 <lyxtabular version="3" rows="4" columns="2">
1372 <features tabularvalignment="middle">
1373 <column alignment="center" valignment="top" width="0pt">
1374 <column alignment="center" valignment="top" width="0pt">
1375 <row>
1376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1377 \begin_inset Text
1378
1379 \begin_layout Plain Layout
1380 コマンド
1381 \end_layout
1382
1383 \end_inset
1384 </cell>
1385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1386 \begin_inset Text
1387
1388 \begin_layout Plain Layout
1389 結果
1390 \begin_inset Note Note
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 ここで使われている
1395 \series bold
1396
1397 \backslash
1398 raisebox
1399 \series default
1400 は単なるスペーサーです。
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \end_inset
1409 </cell>
1410 </row>
1411 <row>
1412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1413 \begin_inset Text
1414
1415 \begin_layout Plain Layout
1416 B_V
1417 \end_layout
1418
1419 \end_inset
1420 </cell>
1421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1422 \begin_inset Text
1423
1424 \begin_layout Plain Layout
1425 \begin_inset Formula $B_{V}$
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 <row>
1435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 B^V
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 </row>
1457 <row>
1458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1459 \begin_inset Text
1460
1461 \begin_layout Plain Layout
1462 B^
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468
1469 \backslash
1470 spce 
1471 \end_layout
1472
1473 \end_inset
1474
1475 A
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1481 \begin_inset Text
1482
1483 \begin_layout Plain Layout
1484 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 </row>
1493 </lyxtabular>
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \begin_layout Standard
1501 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1502 ってしまいます
1503 \begin_inset Foot
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1508 \end_layout
1509
1510 \end_inset
1511
1512 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1513 \family sans
1514 Space
1515 \family default
1516 を押してください。
1517 \end_layout
1518
1519 \begin_layout Subsection
1520 分数
1521 \begin_inset CommandInset label
1522 LatexCommand label
1523 name "sub:分数"
1524
1525 \end_inset
1526
1527
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 ぶんすう@分数
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \begin_layout Standard
1541 分数は、コマンド
1542 \series bold
1543
1544 \backslash
1545 frac
1546 \series default
1547
1548 \begin_inset Index idx
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 こまんど@コマンド ! F ! 
1553 \backslash
1554 frac
1555 \end_layout
1556
1557 \end_inset
1558
1559 か数式ツールバーボタン
1560 \begin_inset Graphics
1561         filename ../../images/math/frac.png
1562         scale 50
1563
1564 \end_inset
1565
1566 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1567 \begin_inset Graphics
1568         filename ../../images/math/frac-square.png
1569         scale 85
1570
1571 \end_inset
1572
1573 を使えば、分数の種類を選ぶことができます。
1574 \end_layout
1575
1576 \begin_layout Standard
1577 コマンド
1578 \series bold
1579
1580 \backslash
1581 dfrac
1582 \series default
1583
1584 \begin_inset Index idx
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 こまんど@コマンド ! D ! 
1589 \backslash
1590 dfrac
1591 \end_layout
1592
1593 \end_inset
1594
1595 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1596 \series bold
1597
1598 \backslash
1599 tfrac
1600 \series default
1601
1602 \begin_inset Index idx
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606 こまんど@コマンド ! T ! 
1607 \backslash
1608 tfrac
1609 \end_layout
1610
1611 \end_inset
1612
1613 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1614 \end_layout
1615
1616 \begin_layout Standard
1617 これは、コマンド
1618 \series bold
1619
1620 \backslash
1621 frac
1622 \series default
1623 を使用して作った分数
1624 \begin_inset Formula $\frac{1}{2}$
1625 \end_inset
1626
1627 を含む行です。
1628 \end_layout
1629
1630 \begin_layout Standard
1631 これは、コマンド
1632 \series bold
1633
1634 \backslash
1635 dfrac
1636 \series default
1637 を使用して作った分数
1638 \begin_inset Formula $\dfrac{1}{2}$
1639 \end_inset
1640
1641 を含む行です。
1642 \end_layout
1643
1644 \begin_layout Standard
1645 \align center
1646 \begin_inset Tabular
1647 <lyxtabular version="3" rows="4" columns="2">
1648 <features tabularvalignment="middle">
1649 <column alignment="center" valignment="top" width="0pt">
1650 <column alignment="center" valignment="top" width="0pt">
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656 コマンド
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 出力
1666 \begin_inset Note Note
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 ここで
1671 \series bold
1672
1673 \backslash
1674 raisebox
1675 \series default
1676 はスペーサーとして使用しているだけです。
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 </row>
1687 <row>
1688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1689 \begin_inset Text
1690
1691 \begin_layout Plain Layout
1692
1693 \backslash
1694 frac
1695 \begin_inset ERT
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699
1700
1701 \backslash
1702 spce 
1703 \end_layout
1704
1705 \end_inset
1706
1707 A
1708 \begin_inset Formula $\downarrow$
1709 \end_inset
1710
1711 B
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1721 \end_inset
1722
1723
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 </row>
1729 <row>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \backslash
1736 dfrac
1737 \begin_inset ERT
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741
1742
1743 \backslash
1744 spce 
1745 \end_layout
1746
1747 \end_inset
1748
1749 A
1750 \begin_inset Formula $\downarrow$
1751 \end_inset
1752
1753 B
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \backslash
1778 dfrac
1779 \begin_inset ERT
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784
1785 \backslash
1786 spce 
1787 \end_layout
1788
1789 \end_inset
1790
1791 e^
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797
1798 \backslash
1799 spce 
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \backslash
1806 frac
1807 \begin_inset ERT
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811
1812
1813 \backslash
1814 spce 
1815 \end_layout
1816
1817 \end_inset
1818
1819 1
1820 \begin_inset Formula $\downarrow$
1821 \end_inset
1822
1823 2
1824 \begin_inset Formula $\downarrow\downarrow$
1825 \end_inset
1826
1827 3
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 </lyxtabular>
1846
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \begin_inset VSpace bigskip
1854 \end_inset
1855
1856
1857 \begin_inset Newpage newpage
1858 \end_inset
1859
1860 入れ子の分数を作るには、コマンド
1861 \series bold
1862
1863 \backslash
1864 cfrac
1865 \series default
1866
1867 \begin_inset Index idx
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 こまんど@コマンド ! C ! 
1872 \backslash
1873 cfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878 が使えます。以下がその例です。
1879 \begin_inset VSpace -3mm
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 \begin_inset Formula 
1887 \begin{align*}
1888 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1889 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1890 \end{align*}
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 上記の例で使用したコマンドは、
1899 \end_layout
1900
1901 \begin_layout Standard
1902
1903 \series bold
1904
1905 \backslash
1906 cfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 space 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B+
1924 \backslash
1925 cfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 space 
1934 \end_layout
1935
1936 \end_inset
1937
1938 C+
1939 \backslash
1940 cfrac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 space 
1949 \end_layout
1950
1951 \end_inset
1952
1953 E
1954 \begin_inset Formula $\downarrow$
1955 \end_inset
1956
1957 F
1958 \begin_inset Formula $\downarrow$
1959 \end_inset
1960
1961 D
1962 \end_layout
1963
1964 \begin_layout Standard
1965 です。
1966 \end_layout
1967
1968 \begin_layout Standard
1969 \begin_inset VSpace medskip
1970 \end_inset
1971
1972
1973 \end_layout
1974
1975 \begin_layout Standard
1976
1977 \series bold
1978
1979 \backslash
1980 cfrac
1981 \series default
1982 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1983 \end_layout
1984
1985 \begin_layout Standard
1986 分子の揃え方は、指定することができます。
1987 \series bold
1988
1989 \backslash
1990 cfracleft
1991 \series default
1992 コマンドは左揃えにし、
1993 \series bold
1994
1995 \backslash
1996 cfracright
1997 \series default
1998 は右揃えにします。
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008
2009 \series bold
2010
2011 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2012 \end_inset
2013
2014
2015 \begin_inset Formula $\cfrac{A}{B+C}$
2016 \end_inset
2017
2018
2019 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 \begin_inset Note Greyedout
2027 status open
2028
2029 \begin_layout Plain Layout
2030
2031 \series bold
2032 (註)
2033 \backslash
2034 cfracleft
2035 \series default
2036
2037 \series bold
2038
2039 \backslash
2040 cfracright
2041 \series default
2042 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2043 \series bold
2044
2045 \backslash
2046 cfrac[揃え位置]{分子}{分母}
2047 \series default
2048 です。したがって、これらをTeXモードで使うことはできません。
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset VSpace medskip
2058 \end_inset
2059
2060 ときに、以下のように
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \series default
2066
2067 \series bold
2068
2069 \backslash
2070 frac
2071 \series default
2072 を組み合わせて使うと便利です。
2073 \begin_inset Formula 
2074 \[
2075 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2076 \]
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Standard
2084 斜めの分数線を持つ行内分数を作るには、コマンド
2085 \series bold
2086
2087 \backslash
2088 nicefrac
2089 \series default
2090
2091 \begin_inset Index idx
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095 こまんど@コマンド ! N ! 
2096 \backslash
2097 nicefrac
2098 \end_layout
2099
2100 \end_inset
2101
2102 (例:
2103 \begin_inset Formula $\nicefrac{5}{31}$
2104 \end_inset
2105
2106 )を使うか、コマンド
2107 \series bold
2108
2109 \backslash
2110 unitfrac
2111 \series default
2112
2113 \begin_inset Index idx
2114 status collapsed
2115
2116 \begin_layout Plain Layout
2117 こまんど@コマンド ! U ! 
2118 \backslash
2119 unitfrac
2120 \end_layout
2121
2122 \end_inset
2123
2124 (例:
2125 \begin_inset Formula $\unitfrac{5}{31}$
2126 \end_inset
2127
2128 )を使います。さらに、
2129 \begin_inset Formula $\unitfrac[2]{1}{3}$
2130 \end_inset
2131
2132 のような帯分数を作るコマンド
2133 \series bold
2134
2135 \backslash
2136 unitfracthree
2137 \series default
2138 もあります。
2139 \end_layout
2140
2141 \begin_layout Standard
2142 \begin_inset Note Greyedout
2143 status open
2144
2145 \begin_layout Plain Layout
2146
2147 \series bold
2148 (註)
2149 \series default
2150 実は、
2151 \series bold
2152
2153 \backslash
2154 unitfracthree
2155 \series default
2156 は生粋のLaTeXコマンドではなく、実体は
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160
2161 \series bold
2162
2163 \backslash
2164 unitfrac[自然数]{分子}{分母}
2165 \series default
2166 というコマンドなので、TeXコードでは使用できません。
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 分数線を変更できるような独自の分数の定義のしかたは、第
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:自己定義の分数"
2179
2180 \end_inset
2181
2182 節に説明があります。
2183 \end_layout
2184
2185 \begin_layout Subsection
2186 根号
2187 \begin_inset Index idx
2188 status collapsed
2189
2190 \begin_layout Plain Layout
2191 こんごう@根号
2192 \end_layout
2193
2194 \end_inset
2195
2196
2197 \begin_inset Index idx
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 るーと@ルート|see
2202 \begin_inset ERT
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206
2207 {
2208 \end_layout
2209
2210 \end_inset
2211
2212 根号
2213 \begin_inset ERT
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217
2218 }
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \end_layout
2225
2226 \end_inset
2227
2228
2229 \end_layout
2230
2231 \begin_layout Standard
2232 平方根は、
2233 \series bold
2234
2235 \backslash
2236 sqrt
2237 \series default
2238
2239 \begin_inset Index idx
2240 status collapsed
2241
2242 \begin_layout Plain Layout
2243 こまんど@コマンド ! S ! 
2244 \backslash
2245 sqrt
2246 \end_layout
2247
2248 \end_inset
2249
2250 か数式ツールバーボタン
2251 \begin_inset Graphics
2252         filename ../../images/math/sqrt.png
2253         scale 85
2254
2255 \end_inset
2256
2257 で作成することができ、他のすべての根号は、コマンド
2258 \series bold
2259
2260 \backslash
2261 root
2262 \series default
2263
2264 \begin_inset Index idx
2265 status collapsed
2266
2267 \begin_layout Plain Layout
2268 こまんど@コマンド ! R ! 
2269 \backslash
2270 root
2271 \end_layout
2272
2273 \end_inset
2274
2275 か数式ツールバーボタン
2276 \begin_inset Graphics
2277         filename ../../images/math/root.png
2278         scale 85
2279
2280 \end_inset
2281
2282 で作成することができます。
2283 \end_layout
2284
2285 \begin_layout Standard
2286 \align center
2287 \begin_inset Tabular
2288 <lyxtabular version="3" rows="3" columns="2">
2289 <features tabularvalignment="middle">
2290 <column alignment="center" valignment="top" width="0pt">
2291 <column alignment="center" valignment="top" width="0pt">
2292 <row>
2293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297 コマンド
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306 出力
2307 \begin_inset Note Note
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311 ここで
2312 \series bold
2313
2314 \backslash
2315 raisebox
2316 \series default
2317 はスペーサーとして使用しているだけです。
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 </row>
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \backslash
2335 sqrt
2336 \begin_inset ERT
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340
2341
2342 \backslash
2343 spce 
2344 \end_layout
2345
2346 \end_inset
2347
2348 A-B
2349 \end_layout
2350
2351 \end_inset
2352 </cell>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2358 \end_inset
2359
2360
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 </row>
2366 <row>
2367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \backslash
2373 root
2374 \begin_inset ERT
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378
2379
2380 \backslash
2381 spce 
2382 \end_layout
2383
2384 \end_inset
2385
2386 3
2387 \begin_inset Formula $\downarrow$
2388 \end_inset
2389
2390 A-B
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 </row>
2408 </lyxtabular>
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 平方根は、根号指数フィールドを空白のままにしておけば、
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422 でも作成することができます。
2423 \end_layout
2424
2425 \begin_layout Standard
2426 \begin_inset Formula $\sqrt[\beta]{B}$
2427 \end_inset
2428
2429 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 この場合には、
2434 \begin_inset Formula $\beta$
2435 \end_inset
2436
2437 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2438 \series bold
2439
2440 \backslash
2441 leftroot
2442 \series default
2443
2444 \begin_inset Index idx
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 こまんど@コマンド ! L ! 
2449 \backslash
2450 leftroot
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \series bold
2457
2458 \backslash
2459 uproot
2460 \series default
2461
2462 \begin_inset Index idx
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466 こまんど@コマンド ! U ! 
2467 \backslash
2468 uproot
2469 \end_layout
2470
2471 \end_inset
2472
2473 を使います。
2474 \end_layout
2475
2476 \begin_layout Standard
2477
2478 \series bold
2479
2480 \backslash
2481 leftroot{距離}
2482 \series default
2483 および
2484 \series bold
2485
2486 \backslash
2487 uproot{距離}
2488 \end_layout
2489
2490 \begin_layout Standard
2491 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2492 \begin_inset Formula $\mathrm{72\, bp=1}$
2493 \end_inset
2494
2495 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499
2500 \series bold
2501
2502 \backslash
2503 root
2504 \backslash
2505 leftroot{-1
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 uproot{2
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 beta
2518 \begin_inset ERT
2519 status collapsed
2520
2521 \begin_layout Plain Layout
2522
2523
2524 \backslash
2525 spce 
2526 \end_layout
2527
2528 \end_inset
2529
2530
2531 \begin_inset Formula $\to$
2532 \end_inset
2533
2534 B
2535 \begin_inset Newline newline
2536 \end_inset
2537
2538
2539 \series default
2540 は、正しく組版された数式
2541 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2542 \end_inset
2543
2544 を生成します。
2545 \end_layout
2546
2547 \begin_layout Subsection
2548 二項係数
2549 \begin_inset Index idx
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 にこうけいすう@二項係数
2554 \end_layout
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Standard
2562 二項係数は、コマンド
2563 \series bold
2564
2565 \backslash
2566 binom
2567 \series default
2568
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 こまんど@コマンド ! B ! 
2574 \backslash
2575 binom
2576 \end_layout
2577
2578 \end_inset
2579
2580 か数式ツールバーボタン
2581 \begin_inset Graphics
2582         filename ../../images/math/frac-square.png
2583         scale 85
2584
2585 \end_inset
2586
2587 の下位メニューを使って挿入することができます。分数(
2588 \series bold
2589
2590 \backslash
2591 frac
2592 \series default
2593 )と同様に、
2594 \series bold
2595
2596 \backslash
2597 binom
2598 \series default
2599 の他に、コマンド
2600 \series bold
2601
2602 \backslash
2603 dbinom
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 こまんど@コマンド ! D ! 
2609 \backslash
2610 dbinom
2611 \end_layout
2612
2613 \end_inset
2614
2615
2616 \series default
2617 および
2618 \series bold
2619
2620 \backslash
2621 tbinom
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 こまんど@コマンド ! T ! 
2629 \backslash
2630 tbinom
2631 \end_layout
2632
2633 \end_inset
2634
2635 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2636 \series bold
2637
2638 \backslash
2639 brace
2640 \series default
2641
2642 \begin_inset Index idx
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 こまんど@コマンド ! B ! 
2647 \backslash
2648 brace
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \series bold
2655
2656 \backslash
2657 brack
2658 \series default
2659
2660 \begin_inset Index idx
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 こまんど@コマンド ! B ! 
2665 \backslash
2666 brack
2667 \end_layout
2668
2669 \end_inset
2670
2671 があります。
2672 \end_layout
2673
2674 \begin_layout Standard
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="6" columns="2">
2678 <features tabularvalignment="middle">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <column alignment="center" valignment="top" width="0pt">
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 コマンド
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695 出力
2696 \begin_inset Note Note
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 ここで
2701 \series bold
2702
2703 \backslash
2704 raisebox
2705 \series default
2706 はスペーサーとして使用しているだけです。
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \backslash
2724 binom
2725 \begin_inset ERT
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729
2730
2731 \backslash
2732 spce 
2733 \end_layout
2734
2735 \end_inset
2736
2737 A
2738 \begin_inset Formula $\downarrow$
2739 \end_inset
2740
2741 B
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 </row>
2759 <row>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764
2765 \backslash
2766 dbinom
2767 \begin_inset ERT
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771
2772
2773 \backslash
2774 spce 
2775 \end_layout
2776
2777 \end_inset
2778
2779 A
2780 \begin_inset Formula $\downarrow$
2781 \end_inset
2782
2783 B
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \backslash
2808 tbinom
2809 \begin_inset ERT
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813
2814
2815 \backslash
2816 spce 
2817 \end_layout
2818
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 brack
2851 \begin_inset ERT
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855
2856
2857 \backslash
2858 spce 
2859 \end_layout
2860
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 brace
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 </lyxtabular>
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Subsection
2935 場合分け
2936 \begin_inset Index idx
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 ばあいわけ@場合分け
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \begin_layout Standard
2949 \align center
2950 \begin_inset Tabular
2951 <lyxtabular version="3" rows="3" columns="2">
2952 <features tabularvalignment="middle">
2953 <column alignment="center" valignment="top" width="0pt">
2954 <column alignment="center" valignment="top" width="0pt">
2955 <row>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 コマンド
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 出力
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset ERT
2984 status collapsed
2985
2986 \begin_layout Plain Layout
2987
2988
2989 \backslash
2990 spce 
2991 \end_layout
2992
2993 \end_inset
2994
2995 A
2996 \begin_inset Formula $\to$
2997 \end_inset
2998
2999 B
3000 \begin_inset Formula $>$
3001 \end_inset
3002
3003 0
3004 \begin_inset Index idx
3005 status collapsed
3006
3007 \begin_layout Plain Layout
3008 こまんど@コマンド ! C ! 
3009 \backslash
3010 cases
3011 \end_layout
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\begin{cases}
3025 A & B>0\end{cases}$
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \backslash
3041 cases
3042 \begin_inset ERT
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046
3047
3048 \backslash
3049 spce 
3050 \end_layout
3051
3052 \end_inset
3053
3054
3055 \begin_inset Info
3056 type  "shortcut"
3057 arg   "newline-insert newline"
3058 \end_inset
3059
3060
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069 \begin_inset Formula $\begin{cases}
3070 A & \textrm{for }x>0\\
3071 B & \textrm{for }x=0
3072 \end{cases}$
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 </row>
3081 </lyxtabular>
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \begin_layout Standard
3089
3090 \series bold
3091
3092 \backslash
3093 cases
3094 \series default
3095 を挿入するか数式ツールバーボタン
3096 \begin_inset Graphics
3097         filename ../../images/math/cases.png
3098         scale 85
3099
3100 \end_inset
3101
3102 を使用した後では、短絡キー
3103 \begin_inset Info
3104 type  "shortcut"
3105 arg   "newline-insert newline"
3106 \end_inset
3107
3108 か表ツールバーボタン
3109 \begin_inset Graphics
3110         filename ../../images/tabular-feature_append-row.png
3111         scale 85
3112
3113 \end_inset
3114
3115 を使えば、新しい行を作ることができます。
3116 \end_layout
3117
3118 \begin_layout Standard
3119 コマンド
3120 \series bold
3121
3122 \backslash
3123 cases
3124 \series default
3125 は、
3126 \family sans
3127 挿入\SpecialChar \menuseparator
3128 数式\SpecialChar \menuseparator
3129 Cases環境
3130 \family default
3131 メニューで挿入することもできます。
3132 \end_layout
3133
3134 \begin_layout Subsection
3135 否定
3136 \begin_inset Index idx
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140 ひてい@否定
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \begin_layout Standard
3149
3150 \series bold
3151
3152 \backslash
3153 not
3154 \series default
3155
3156 \begin_inset Index idx
3157 status collapsed
3158
3159 \begin_layout Plain Layout
3160 こまんど@コマンド ! N ! 
3161 \backslash
3162 not
3163 \end_layout
3164
3165 \end_inset
3166
3167 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3168 \end_layout
3169
3170 \begin_layout Standard
3171 \align center
3172 \begin_inset Tabular
3173 <lyxtabular version="3" rows="4" columns="2">
3174 <features tabularvalignment="middle">
3175 <column alignment="center" valignment="top" width="0pt">
3176 <column alignment="center" valignment="top" width="0pt">
3177 <row>
3178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 コマンド
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 出力
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \backslash
3204 not=
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\not=$
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \backslash
3229 not 
3230 \backslash
3231 le
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not\le$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \backslash
3256 not 
3257 \backslash
3258 parallel
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 \begin_inset Formula $\not\parallel$
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 </lyxtabular>
3277
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \begin_layout Standard
3284 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3285 \begin_inset CommandInset ref
3286 LatexCommand ref
3287 reference "sub:数学記号"
3288
3289 \end_inset
3290
3291 節および第
3292 \begin_inset CommandInset ref
3293 LatexCommand ref
3294 reference "sec:関係子"
3295
3296 \end_inset
3297
3298 節を参照)。
3299 \end_layout
3300
3301 \begin_layout Subsection
3302 埋め草
3303 \begin_inset CommandInset label
3304 LatexCommand label
3305 name "sub:埋め草"
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 うめくさ@埋め草
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \begin_inset Index idx
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 かがくきごう@化学記号 ! どういたい@同位体
3325 \end_layout
3326
3327 \end_inset
3328
3329
3330 \begin_inset Index idx
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334 どういたい@同位体|see
3335 \begin_inset ERT
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339
3340 {
3341 \end_layout
3342
3343 \end_inset
3344
3345 化学記号
3346 \begin_inset ERT
3347 status collapsed
3348
3349 \begin_layout Plain Layout
3350
3351 }
3352 \end_layout
3353
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360
3361
3362 \begin_inset Index idx
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 あいそとーぷ@アイソトープ|see
3367 \begin_inset ERT
3368 status collapsed
3369
3370 \begin_layout Plain Layout
3371
3372 {
3373 \end_layout
3374
3375 \end_inset
3376
3377 同位体
3378 \begin_inset ERT
3379 status collapsed
3380
3381 \begin_layout Plain Layout
3382
3383 }
3384 \end_layout
3385
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 たとえば同位体
3398 \begin_inset Foot
3399 status collapsed
3400
3401 \begin_layout Plain Layout
3402 同位体と化学記号の組版に関しては、第
3403 \begin_inset CommandInset ref
3404 LatexCommand ref
3405 reference "sub:化学記号と化学式"
3406
3407 \end_inset
3408
3409 節に記述があります。
3410 \end_layout
3411
3412 \end_inset
3413
3414 を表示しようとすると、次のような問題が起こります。
3415 \end_layout
3416
3417 \begin_layout Standard
3418 \align center
3419 \begin_inset Tabular
3420 <lyxtabular version="3" rows="2" columns="2">
3421 <features tabularvalignment="middle">
3422 <column alignment="center" valignment="top" width="0pt">
3423 <column alignment="center" valignment="top" width="0pt">
3424 <row>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 上付き文字と下付き文字を使用して作った指数:
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 正しい指数:
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3462 \end_inset
3463
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 </lyxtabular>
3471
3472 \end_inset
3473
3474
3475 \begin_inset Note Note
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 ここで
3480 \series bold
3481
3482 \backslash
3483 raisebox
3484 \series default
3485 はスペーサーとして使用しているだけです。
3486 \end_layout
3487
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \begin_layout Standard
3494 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3495 \series bold
3496
3497 \backslash
3498 phantom
3499 \series default
3500
3501 \begin_inset Index idx
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505 こまんど@コマンド ! P ! 
3506 \backslash
3507 phantom
3508 \end_layout
3509
3510 \end_inset
3511
3512 や数式ツールバーボタン
3513 \begin_inset Foot
3514 status collapsed
3515
3516 \begin_layout Plain Layout
3517 ツールバーボタン
3518 \begin_inset Graphics
3519         filename ../../images/math/space.png
3520         scale 85
3521
3522 \end_inset
3523
3524 の下位メニューに入っています。
3525 \end_layout
3526
3527 \end_inset
3528
3529
3530 \begin_inset Graphics
3531         filename ../../images/math/phantom.png
3532         scale 85
3533
3534 \end_inset
3535
3536 があります。
3537 \series bold
3538
3539 \backslash
3540 phantom
3541 \series default
3542 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3543 ち文字)として適用されることを示しています。したがって、
3544 \series bold
3545
3546 \backslash
3547 phantom
3548 \series default
3549 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3550 \end_layout
3551
3552 \begin_layout Standard
3553 \align center
3554 \begin_inset Tabular
3555 <lyxtabular version="3" rows="4" columns="2">
3556 <features tabularvalignment="middle">
3557 <column alignment="center" valignment="top" width="0">
3558 <column alignment="center" valignment="top" width="0">
3559 <row>
3560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 コマンド
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 出力
3574 \begin_inset Note Note
3575 status collapsed
3576
3577 \begin_layout Plain Layout
3578 ここで
3579 \series bold
3580
3581 \backslash
3582 raisebox
3583 \series default
3584 はスペーサーとして使用しているだけです。
3585 \end_layout
3586
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 ^19
3601 \begin_inset ERT
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605
3606
3607 \backslash
3608 spce 
3609 \end_layout
3610
3611 \end_inset
3612
3613 _
3614 \backslash
3615 phantom
3616 \begin_inset ERT
3617 status collapsed
3618
3619 \begin_layout Plain Layout
3620
3621
3622 \backslash
3623 spce 
3624 \end_layout
3625
3626 \end_inset
3627
3628 1
3629 \begin_inset Formula $\to$
3630 \end_inset
3631
3632 9
3633 \begin_inset ERT
3634 status collapsed
3635
3636 \begin_layout Plain Layout
3637
3638
3639 \backslash
3640 spce 
3641 \end_layout
3642
3643 \end_inset
3644
3645 F
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3655 \end_inset
3656
3657
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 ^235
3669 \begin_inset ERT
3670 status collapsed
3671
3672 \begin_layout Plain Layout
3673
3674
3675 \backslash
3676 spce 
3677 \end_layout
3678
3679 \end_inset
3680
3681 _
3682 \backslash
3683 phantom
3684 \begin_inset ERT
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688
3689
3690 \backslash
3691 spce 
3692 \end_layout
3693
3694 \end_inset
3695
3696 23
3697 \begin_inset Formula $\to$
3698 \end_inset
3699
3700 9
3701 \begin_inset ERT
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705
3706
3707 \backslash
3708 spce 
3709 \end_layout
3710
3711 \end_inset
3712
3713 F
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3723 \end_inset
3724
3725
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \backslash
3738 Lambda^
3739 \begin_inset ERT
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743
3744
3745 \backslash
3746 spce 
3747 \end_layout
3748
3749 \end_inset
3750
3751
3752 \backslash
3753 phantom
3754 \begin_inset ERT
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758
3759
3760 \backslash
3761 spce 
3762 \end_layout
3763
3764 \end_inset
3765
3766 ii
3767 \begin_inset Formula $\to$
3768 \end_inset
3769
3770 t
3771 \begin_inset ERT
3772 status collapsed
3773
3774 \begin_layout Plain Layout
3775
3776
3777 \backslash
3778 spce 
3779 \end_layout
3780
3781 \end_inset
3782
3783 _MMt
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3793 \end_inset
3794
3795
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 </lyxtabular>
3802
3803 \end_inset
3804
3805
3806 \end_layout
3807
3808 \begin_layout Standard
3809 さらに、
3810 \series bold
3811
3812 \backslash
3813 vphantom
3814 \series default
3815
3816 \begin_inset Index idx
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820 こまんど@コマンド ! V ! 
3821 \backslash
3822 vphantom
3823 \end_layout
3824
3825 \end_inset
3826
3827 (ツールバーボタン
3828 \begin_inset space ~
3829 \end_inset
3830
3831
3832 \begin_inset Graphics
3833         filename ../../images/math/vphantom.png
3834         scale 85
3835
3836 \end_inset
3837
3838 )および
3839 \series bold
3840
3841 \backslash
3842 hphantom
3843 \series default
3844
3845 \begin_inset Index idx
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849 こまんど@コマンド ! H ! 
3850 \backslash
3851 hphantom
3852 \end_layout
3853
3854 \end_inset
3855
3856 (ツールバーボタン
3857 \begin_inset space ~
3858 \end_inset
3859
3860
3861 \begin_inset Graphics
3862         filename ../../images/math/hphantom.png
3863         scale 85
3864
3865 \end_inset
3866
3867 )というコマンドもあります。
3868 \series bold
3869
3870 \backslash
3871 vphantom
3872 \series default
3873 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3874 \series bold
3875
3876 \backslash
3877 hphantom
3878 \series default
3879 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3880 \end_layout
3881
3882 \begin_layout Standard
3883 たとえば、
3884 \series bold
3885
3886 \backslash
3887 vphantom
3888 \series default
3889
3890 \begin_inset ERT
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895
3896 \backslash
3897 spce 
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \series bold
3904 a
3905 \backslash
3906 int
3907 \series default
3908 は、積分記号
3909 \begin_inset Foot
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915
3916 \backslash
3917 int
3918 \series default
3919 コマンドは、積分記号を生成します。第
3920 \begin_inset CommandInset ref
3921 LatexCommand ref
3922 reference "sub:大演算子"
3923
3924 \end_inset
3925
3926 節を参照してください。
3927 \end_layout
3928
3929 \end_inset
3930
3931 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3932 \begin_inset CommandInset ref
3933 LatexCommand ref
3934 reference "sub:多行にわたる括弧"
3935
3936 \end_inset
3937
3938 節を参照してください。
3939 \end_layout
3940
3941 \begin_layout Standard
3942 埋め草は、メニュー
3943 \family sans
3944 挿入\SpecialChar \menuseparator
3945 整形\SpecialChar \menuseparator
3946 埋め草
3947 \family default
3948 を使えば、以下のように本文中でも使用することができます。
3949 \end_layout
3950
3951 \begin_layout Standard
3952 これは本文です。
3953 \begin_inset Newline newline
3954 \end_inset
3955
3956
3957 \begin_inset Phantom Phantom
3958 status open
3959
3960 \begin_layout Plain Layout
3961 これは
3962 \end_layout
3963
3964 \end_inset
3965
3966 本文です。
3967 \end_layout
3968
3969 \begin_layout Subsection
3970 横線
3971 \begin_inset Index idx
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 よこせん@横線
3976 \end_layout
3977
3978 \end_inset
3979
3980
3981 \begin_inset Index idx
3982 status collapsed
3983
3984 \begin_layout Plain Layout
3985 すうしき@数式 ! かせん@下線
3986 \end_layout
3987
3988 \end_inset
3989
3990
3991 \begin_inset Index idx
3992 status collapsed
3993
3994 \begin_layout Plain Layout
3995 ぼうせん@棒線|see
3996 \begin_inset ERT
3997 status collapsed
3998
3999 \begin_layout Plain Layout
4000
4001 {
4002 \end_layout
4003
4004 \end_inset
4005
4006 横線
4007 \begin_inset ERT
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011
4012 }
4013 \end_layout
4014
4015 \end_inset
4016
4017
4018 \end_layout
4019
4020 \end_inset
4021
4022
4023 \end_layout
4024
4025 \begin_layout Standard
4026 \align center
4027 \begin_inset Tabular
4028 <lyxtabular version="3" rows="4" columns="2">
4029 <features tabularvalignment="middle">
4030 <column alignment="center" valignment="top" width="0pt">
4031 <column alignment="center" valignment="top" width="0pt">
4032 <row>
4033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 コマンド
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 出力
4047 \begin_inset Note Note
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 ここで
4052 \series bold
4053
4054 \backslash
4055 raisebox
4056 \series default
4057 はスペーサーとして使用しているだけです。
4058 \end_layout
4059
4060 \end_inset
4061
4062
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \backslash
4075 overline
4076 \begin_inset ERT
4077 status collapsed
4078
4079 \begin_layout Plain Layout
4080
4081
4082 \backslash
4083 spce 
4084 \end_layout
4085
4086 \end_inset
4087
4088 A+B
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 こまんど@コマンド ! O ! 
4094 \backslash
4095 overline
4096 \end_layout
4097
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4110 \end_inset
4111
4112
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \backslash
4125 underline
4126 \begin_inset ERT
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130
4131
4132 \backslash
4133 spce 
4134 \end_layout
4135
4136 \end_inset
4137
4138 A+B
4139 \begin_inset Index idx
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143 こまんど@コマンド ! U ! 
4144 \backslash
4145 underline
4146 \end_layout
4147
4148 \end_inset
4149
4150
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4160 \end_inset
4161
4162
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \backslash
4175 overline
4176 \begin_inset ERT
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180
4181
4182 \backslash
4183 spce 
4184 \end_layout
4185
4186 \end_inset
4187
4188
4189 \backslash
4190 underline
4191 \begin_inset ERT
4192 status collapsed
4193
4194 \begin_layout Plain Layout
4195
4196
4197 \backslash
4198 spce 
4199 \end_layout
4200
4201 \end_inset
4202
4203 A+B
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 </lyxtabular>
4222
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \begin_layout Standard
4229 上記最後の例では、先に
4230 \series bold
4231
4232 \backslash
4233 overline
4234 \series default
4235 が来ようが
4236 \series bold
4237
4238 \backslash
4239 underline
4240 \series default
4241 が来ようが、関係ありません。
4242 \end_layout
4243
4244 \begin_layout Standard
4245 二重下線を引くには、
4246 \series bold
4247
4248 \backslash
4249 underline
4250 \series default
4251 を二回使います。
4252 \end_layout
4253
4254 \begin_layout Standard
4255 文字の上下6本の線まで引くことができます。
4256 \end_layout
4257
4258 \begin_layout Standard
4259 \begin_inset VSpace bigskip
4260 \end_inset
4261
4262 自製の線は、以下の書式を持つ
4263 \series bold
4264
4265 \backslash
4266 rule
4267 \series default
4268
4269 \begin_inset Index idx
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 こまんど@こまんど ! R ! 
4274 \backslash
4275 rule
4276 \end_layout
4277
4278 \end_inset
4279
4280 コマンドで作成することができます。
4281 \end_layout
4282
4283 \begin_layout Standard
4284
4285 \series bold
4286
4287 \backslash
4288 rule[垂直オフセット幅]{長さ}{厚み}
4289 \end_layout
4290
4291 \begin_layout Standard
4292 オプションの
4293 \series bold
4294 「垂直オフセット幅
4295 \series default
4296 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4297 \begin_inset CommandInset ref
4298 LatexCommand ref
4299 reference "tab:使用できる単位"
4300
4301 \end_inset
4302
4303 表に掲げてある単位を用いることができます。以下に、
4304 \begin_inset Newline newline
4305 \end_inset
4306
4307
4308 \series bold
4309
4310 \backslash
4311 rule[-2ex]{3cm}{2pt}
4312 \series default
4313  および 
4314 \series bold
4315
4316 \backslash
4317 rule{2cm}{1pt}
4318 \begin_inset Newline newline
4319 \end_inset
4320
4321
4322 \series default
4323 というコマンドを用いて作成したふたつの例を例示します。
4324 \end_layout
4325
4326 \begin_layout Standard
4327 この行には、
4328 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4329 \end_inset
4330
4331 二本の線があります。
4332 \end_layout
4333
4334 \begin_layout Standard
4335
4336 \backslash
4337 ruleは、メニュー
4338 \family sans
4339 挿入\SpecialChar \menuseparator
4340 整形\SpecialChar \menuseparator
4341 水平線
4342 \family default
4343 を使っても、本文に挿入することができます。
4344 \end_layout
4345
4346 \begin_layout Standard
4347 これは一行の
4348 \begin_inset CommandInset line
4349 LatexCommand rule
4350 offset "0.5ex"
4351 width "3cm"
4352 height "1pt"
4353
4354 \end_inset
4355
4356 文章です。
4357 \end_layout
4358
4359 \begin_layout Subsection
4360 省略符号
4361 \begin_inset CommandInset label
4362 LatexCommand label
4363 name "sub:省略符号"
4364
4365 \end_inset
4366
4367
4368 \begin_inset Index idx
4369 status collapsed
4370
4371 \begin_layout Plain Layout
4372 しょうりゃくふごう@省略符号
4373 \end_layout
4374
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \begin_layout Standard
4381 省略符号には、いくつかの種類が使用できます
4382 \begin_inset Foot
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 数式ツールバー中の
4387 \begin_inset Graphics
4388         filename ../../images/math/ldots.png
4389         scale 85
4390
4391 \end_inset
4392
4393 ボタンで表示されている下位メニューです。
4394 \end_layout
4395
4396 \end_inset
4397
4398 。列挙のためには、ベースラインの点々(
4399 \series bold
4400
4401 \backslash
4402 ldots
4403 \series default
4404
4405 \begin_inset Index idx
4406 status collapsed
4407
4408 \begin_layout Plain Layout
4409 こまんど@コマンド ! L ! 
4410 \backslash
4411 ldots
4412 \end_layout
4413
4414 \end_inset
4415
4416 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4417 \series bold
4418
4419 \backslash
4420 cdots
4421 \series default
4422
4423 \begin_inset Index idx
4424 status collapsed
4425
4426 \begin_layout Plain Layout
4427 こまんど@コマンド ! C ! 
4428 \backslash
4429 cdots
4430 \end_layout
4431
4432 \end_inset
4433
4434 )が必要です。
4435 \series bold
4436
4437 \backslash
4438 dots
4439 \series default
4440
4441 \begin_inset Index idx
4442 status collapsed
4443
4444 \begin_layout Plain Layout
4445 こまんど@コマンド ! D ! 
4446 \backslash
4447 dots
4448 \end_layout
4449
4450 \end_inset
4451
4452 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4453 \end_layout
4454
4455 \begin_layout Standard
4456 \align center
4457 \begin_inset Tabular
4458 <lyxtabular version="3" rows="9" columns="2">
4459 <features tabularvalignment="middle">
4460 <column alignment="center" valignment="top" width="0pt">
4461 <column alignment="center" valignment="top" width="0pt">
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 コマンド
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 出力
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 A_1
4488 \begin_inset ERT
4489 status collapsed
4490
4491 \begin_layout Plain Layout
4492
4493
4494 \backslash
4495 spce 
4496 \end_layout
4497
4498 \end_inset
4499
4500 ,
4501 \backslash
4502 dots
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507
4508
4509 \backslash
4510 spce 
4511 \end_layout
4512
4513 \end_inset
4514
4515 ,A_n
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 \begin_inset Formula $A_{1},\dots,A_{n}$
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 A_1
4539 \begin_inset ERT
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543
4544
4545 \backslash
4546 spce 
4547 \end_layout
4548
4549 \end_inset
4550
4551 +
4552 \backslash
4553 dots
4554 \begin_inset ERT
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558
4559
4560 \backslash
4561 spce 
4562 \end_layout
4563
4564 \end_inset
4565
4566 +A_n
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 \begin_inset Formula $A_{1}+\dots+A_{n}$
4576 \end_inset
4577
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 A_1
4590 \begin_inset ERT
4591 status collapsed
4592
4593 \begin_layout Plain Layout
4594
4595
4596 \backslash
4597 spce 
4598 \end_layout
4599
4600 \end_inset
4601
4602 ,
4603 \backslash
4604 ldots
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 spce 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,A_n
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 \begin_inset Formula $A_{1},\ldots,A_{n}$
4627 \end_inset
4628
4629
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 A_1
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 +
4654 \backslash
4655 cdots
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 spce 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +A_n
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4678 \end_inset
4679
4680
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \backslash
4693 vdots
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $\vdots$
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \backslash
4718 ddots
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 \begin_inset Formula $\ddots$
4728 \end_inset
4729
4730
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \backslash
4743 iddots
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 \begin_inset Formula $\iddots$
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 いろいろな点々を使った3×3行列
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 \begin_inset Formula $\begin{array}{ccc}
4776 A_{11} & \cdots & A_{1m}\\
4777 \vdots & \ddots & \vdots\\
4778 A_{n1} & \cdots & A_{nm}
4779 \end{array}$
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 </lyxtabular>
4789
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \begin_layout Standard
4796
4797 \family sans
4798 挿入\SpecialChar \menuseparator
4799 省略符号
4800 \family default
4801 メニューで挿入される省略符号は
4802 \series bold
4803
4804 \backslash
4805 ldots
4806 \series default
4807 です。
4808 \end_layout
4809
4810 \begin_layout Standard
4811 \begin_inset VSpace medskip
4812 \end_inset
4813
4814
4815 \series bold
4816
4817 \backslash
4818 iddots
4819 \series default
4820 を使うには、文書設定の
4821 \family sans
4822 数式オプション
4823 \family default
4824 にある
4825 \family sans
4826 mathdotsパッケージを(自動的に)使う
4827 \family default
4828 オプションのうちいずれかを有効にしなくてはなりません。
4829 \begin_inset Newline newline
4830 \end_inset
4831
4832
4833 \family sans
4834 mathdotsパッケージを使う
4835 \family default
4836 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4837 \end_layout
4838
4839 \begin_layout Standard
4840 \begin_inset VSpace medskip
4841 \end_inset
4842
4843 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4844 \series bold
4845
4846 \backslash
4847 hdotsfor
4848 \series default
4849
4850 \begin_inset Index idx
4851 status collapsed
4852
4853 \begin_layout Plain Layout
4854 こまんど@コマンド ! H ! 
4855 \backslash
4856 hdotsfor
4857 \end_layout
4858
4859 \end_inset
4860
4861 コマンドで作ることができます。
4862 \end_layout
4863
4864 \begin_layout Standard
4865
4866 \series bold
4867
4868 \backslash
4869 hdotsfor[距離]{列数}
4870 \end_layout
4871
4872 \begin_layout Standard
4873 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4874 \end_layout
4875
4876 \begin_layout Standard
4877 以下の行列では、2行目の1つ目の枠に
4878 \series bold
4879
4880 \backslash
4881 hdotsfor[2]{4}
4882 \series default
4883 を挿入して、
4884 \series bold
4885
4886 \backslash
4887 dots
4888 \series default
4889 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4890 \begin_inset Formula 
4891 \[
4892 \left(\begin{array}{cccc}
4893 A & B & C & D\\
4894 \hdotsfor[2]{4}\\
4895 q & w & e & r
4896 \end{array}\right)
4897 \]
4898
4899 \end_inset
4900
4901 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4902 \end_layout
4903
4904 \begin_layout Standard
4905 \begin_inset VSpace bigskip
4906 \end_inset
4907
4908 さらに、
4909 \series bold
4910
4911 \backslash
4912 dotfill
4913 \series default
4914
4915 \begin_inset Index idx
4916 status collapsed
4917
4918 \begin_layout Plain Layout
4919 こまんど@コマンド ! D ! 
4920 \backslash
4921 dotfill
4922 \end_layout
4923
4924 \end_inset
4925
4926 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4927 \series bold
4928
4929 \backslash
4930 hfill
4931 \series default
4932 と同様のものです。第
4933 \begin_inset CommandInset ref
4934 LatexCommand ref
4935 reference "sub:可変長の空白"
4936
4937 \end_inset
4938
4939 節をご参照下さい。
4940 \end_layout
4941
4942 \begin_layout Standard
4943 たとえば、
4944 \series bold
4945 A
4946 \backslash
4947 dotfill
4948 \begin_inset ERT
4949 status collapsed
4950
4951 \begin_layout Plain Layout
4952
4953
4954 \backslash
4955 spce 
4956 \end_layout
4957
4958 \end_inset
4959
4960 B
4961 \series default
4962 コマンドは、
4963 \end_layout
4964
4965 \begin_layout Standard
4966 \begin_inset Formula $A\dotfill B$
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \begin_layout Standard
4973 のようになります。点々を使う
4974 \series bold
4975
4976 \backslash
4977 dotfill
4978 \series default
4979 の直線版として、
4980 \series bold
4981
4982 \backslash
4983 hrulefill
4984 \series default
4985
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 こまんど@コマンド ! H ! 
4991 \backslash
4992 hrulefill
4993 \end_layout
4994
4995 \end_inset
4996
4997
4998 \end_layout
4999
5000 \begin_layout Standard
5001 \begin_inset Formula $A\hrulefill B$
5002 \end_inset
5003
5004
5005 \end_layout
5006
5007 \begin_layout Standard
5008 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5009 \end_layout
5010
5011 \begin_layout Section
5012 行列
5013 \begin_inset CommandInset label
5014 LatexCommand label
5015 name "sec:行列"
5016
5017 \end_inset
5018
5019
5020 \begin_inset Index idx
5021 status collapsed
5022
5023 \begin_layout Plain Layout
5024 ぎょうれつ@行列
5025 \end_layout
5026
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \begin_layout Standard
5033 行列は、数式ツールバーボタンの
5034 \begin_inset Graphics
5035         filename ../../images/dialog-show_mathmatrix.png
5036         scale 85
5037
5038 \end_inset
5039
5040
5041 \family sans
5042 挿入\SpecialChar \menuseparator
5043 数式\SpecialChar \menuseparator
5044 行列
5045 \family default
5046 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5047 \end_layout
5048
5049 \begin_layout Standard
5050 最初の行列は「上」配置
5051 \begin_inset Formula $\begin{array}[t]{cccc}
5052 A & D & G & J\\
5053 B & E & H & K\\
5054 C & F & I & L
5055 \end{array}$
5056 \end_inset
5057
5058 で、二番目は「中央」配置
5059 \begin_inset Formula $\begin{array}{cccc}
5060 A & D & G & J\\
5061 B & E & H & K\\
5062 C & F & I & L
5063 \end{array}$
5064 \end_inset
5065
5066 、三番目は「下」配置
5067 \begin_inset Formula $\begin{array}[b]{cccc}
5068 A & D & G & J\\
5069 B & E & H & K\\
5070 C & F & I & L
5071 \end{array}$
5072 \end_inset
5073
5074 です。
5075 \end_layout
5076
5077 \begin_layout Standard
5078 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5079 \emph on
5080 l
5081 \emph default
5082 は左寄せ、
5083 \emph on
5084 c
5085 \emph default
5086 は中央揃え、
5087 \emph on
5088 r
5089 \emph default
5090 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5091 \series bold
5092 ×
5093 \series default
5094 4行列を作成するには、水平配置のところに
5095 \series bold
5096 lccr
5097 \series default
5098 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5099 \series bold
5100 c
5101 \series default
5102 です。
5103 \end_layout
5104
5105 \begin_layout Standard
5106 水平行列の例です。
5107 \end_layout
5108
5109 \begin_layout Standard
5110
5111 \series bold
5112 lll
5113 \series default
5114  : 
5115 \begin_inset Formula $\begin{array}{lll}
5116 10000 & D & G\\
5117 B & 10000 & H\\
5118 C & F & 10000
5119 \end{array}$
5120 \end_inset
5121
5122  , 
5123 \series bold
5124 ccc
5125 \series default
5126  : 
5127 \begin_inset Formula $\begin{array}{ccc}
5128 10000 & D & G\\
5129 B & 10000 & H\\
5130 C & F & 10000
5131 \end{array}$
5132 \end_inset
5133
5134  , 
5135 \series bold
5136 rrr
5137 \series default
5138  : 
5139 \begin_inset Formula $\begin{array}{rrr}
5140 10000 & D & G\\
5141 B & 10000 & H\\
5142 C & F & 10000
5143 \end{array}$
5144 \end_inset
5145
5146
5147 \end_layout
5148
5149 \begin_layout Standard
5150 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5151 \begin_inset Graphics
5152         filename ../../images/tabular-feature_append-row.png
5153         scale 85
5154
5155 \end_inset
5156
5157
5158 \begin_inset Graphics
5159         filename ../../images/tabular-feature_delete-row.png
5160         scale 85
5161
5162 \end_inset
5163
5164 などや
5165 \family sans
5166 編集\SpecialChar \menuseparator
5167 行と列
5168 \family default
5169 メニューを使用することができます。また、行は
5170 \begin_inset Info
5171 type  "shortcut"
5172 arg   "newline-insert newline"
5173 \end_inset
5174
5175 で作成することもできます。
5176 \end_layout
5177
5178 \begin_layout Standard
5179 \begin_inset VSpace bigskip
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \begin_layout Standard
5186
5187 \family sans
5188 装飾
5189 \family default
5190 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5191 \series bold
5192
5193 \backslash
5194 left
5195 \series default
5196
5197 \begin_inset Index idx
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201 こまんど@コマンド ! L ! 
5202 \backslash
5203 left
5204 \end_layout
5205
5206 \end_inset
5207
5208 コマンドや
5209 \series bold
5210
5211 \backslash
5212 right
5213 \series default
5214
5215 \begin_inset Index idx
5216 status collapsed
5217
5218 \begin_layout Plain Layout
5219 こまんど@コマンド ! R ! 
5220 \backslash
5221 right
5222 \end_layout
5223
5224 \end_inset
5225
5226 コマンドで作成することもできます(短絡キー
5227 \family sans
5228 Alt+M
5229 \begin_inset space ~
5230 \end_inset
5231
5232 括弧
5233 \family default
5234 )。第
5235 \begin_inset CommandInset ref
5236 LatexCommand ref
5237 reference "sub:自動の括弧丈"
5238
5239 \end_inset
5240
5241 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5242 \begin_inset VSpace medskip
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \begin_layout Standard
5249 \begin_inset space \hfill{}
5250 \end_inset
5251
5252
5253 \begin_inset Tabular
5254 <lyxtabular version="3" rows="4" columns="2">
5255 <features tabularvalignment="middle">
5256 <column alignment="center" valignment="top" width="0">
5257 <column alignment="center" valignment="top" width="0">
5258 <row>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 コマンド
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 出力
5273 \begin_inset Note Note
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 ここで
5278 \series bold
5279
5280 \backslash
5281 raisebox
5282 \series default
5283 はスペーサーとして使用しているだけです。
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \backslash
5301 bmatrix
5302 \begin_inset ERT
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306
5307
5308 \backslash
5309 spce 
5310 \end_layout
5311
5312 \end_inset
5313
5314 2
5315 \series bold
5316 ×
5317 \series default
5318 2行列
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5328 0 & \textrm{-}\mathrm{i}\\
5329 \mathrm{i} & 0
5330 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \backslash
5346 Bmatrix
5347 \begin_inset ERT
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351
5352
5353 \backslash
5354 spce 
5355 \end_layout
5356
5357 \end_inset
5358
5359 2
5360 \series bold
5361 ×
5362 \series default
5363 2行列
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5373 0 & \textrm{-}\mathrm{i}\\
5374 \mathrm{i} & 0
5375 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 </row>
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389
5390 \backslash
5391 pmatrix
5392 \begin_inset ERT
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396
5397
5398 \backslash
5399 spce 
5400 \end_layout
5401
5402 \end_inset
5403
5404 2
5405 \series bold
5406 ×
5407 \series default
5408 2行列
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5418 0 & \textrm{-}\mathrm{i}\\
5419 \mathrm{i} & 0
5420 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 </lyxtabular>
5430
5431 \end_inset
5432
5433
5434 \begin_inset space \hfill{}
5435 \end_inset
5436
5437
5438 \begin_inset Tabular
5439 <lyxtabular version="3" rows="4" columns="2">
5440 <features tabularvalignment="middle">
5441 <column alignment="center" valignment="top" width="0">
5442 <column alignment="center" valignment="top" width="0">
5443 <row>
5444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 コマンド
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 出力
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \backslash
5470 vmatrix
5471 \begin_inset ERT
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475
5476
5477 \backslash
5478 spce 
5479 \end_layout
5480
5481 \end_inset
5482
5483 2
5484 \series bold
5485 ×
5486 \series default
5487 2行列
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5497 0 & \textrm{-}\mathrm{i}\\
5498 \mathrm{i} & 0
5499 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \backslash
5515 Vmatrix
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 spce 
5524 \end_layout
5525
5526 \end_inset
5527
5528 2
5529 \series bold
5530 ×
5531 \series default
5532 2行列
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5542 0 & \textrm{-}\mathrm{i}\\
5543 \mathrm{i} & 0
5544 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 <row>
5554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558
5559 \backslash
5560 matrix
5561 \begin_inset ERT
5562 status collapsed
5563
5564 \begin_layout Plain Layout
5565
5566
5567 \backslash
5568 spce 
5569 \end_layout
5570
5571 \end_inset
5572
5573 2
5574 \series bold
5575 ×
5576 \series default
5577 2行列
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5587 0 & \textrm{-}\mathrm{i}\\
5588 \mathrm{i} & 0
5589 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 </lyxtabular>
5599
5600 \end_inset
5601
5602
5603 \begin_inset space \hfill{}
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \begin_layout Standard
5610 \begin_inset VSpace medskip
5611 \end_inset
5612
5613 たとえば
5614 \series bold
5615
5616 \backslash
5617 vmatrix
5618 \series default
5619 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset VSpace bigskip
5624 \end_inset
5625
5626 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5627 \begin_inset CommandInset ref
5628 LatexCommand ref
5629 reference "sub:列間"
5630
5631 \end_inset
5632
5633 節に説明されている距離
5634 \series bold
5635
5636 \backslash
5637 arraycolsep
5638 \series default
5639
5640 \begin_inset Index idx
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 こまんど@コマンド ! A ! 
5645 \backslash
5646 arraycolsep
5647 \end_layout
5648
5649 \end_inset
5650
5651 をここでも使用することができます。
5652 \end_layout
5653
5654 \begin_layout Standard
5655 行間隔を変更するには、
5656 \series bold
5657
5658 \backslash
5659 arraystretch
5660 \series default
5661
5662 \begin_inset Index idx
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 こまんど@コマンド ! A ! 
5667 \backslash
5668 arraystretch
5669 \end_layout
5670
5671 \end_inset
5672
5673 コマンドを使用します。以下のようにして使用します。
5674 \end_layout
5675
5676 \begin_layout Standard
5677
5678 \series bold
5679
5680 \backslash
5681 renewcommand{
5682 \backslash
5683 arraystretch}{伸長因子}
5684 \begin_inset Index idx
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 こまんど@コマンド ! R ! 
5689 \backslash
5690 renewcommand
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \begin_layout Standard
5699
5700 \series bold
5701
5702 \backslash
5703 renewcommand
5704 \series default
5705 コマンドは、伸長因子を定義済みの
5706 \series bold
5707
5708 \backslash
5709 arraystretch
5710 \series default
5711 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5712 は、
5713 \series bold
5714
5715 \backslash
5716 arraystretch
5717 \series default
5718 に因子1を割り当てて下さい。
5719 \end_layout
5720
5721 \begin_layout Standard
5722 本文行中に行列を入れるには、
5723 \series bold
5724
5725 \backslash
5726 smallmatrix
5727 \series default
5728
5729 \begin_inset Index idx
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733 こまんど@コマンド ! S ! 
5734 \backslash
5735 smallmatrix
5736 \end_layout
5737
5738 \end_inset
5739
5740 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5741 \end_layout
5742
5743 \begin_layout Standard
5744 これは、本文行中の行列
5745 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5746 C & D
5747 \end{smallmatrix}\right)$
5748 \end_inset
5749
5750 です。
5751 \end_layout
5752
5753 \begin_layout Section
5754 括弧と区分記号
5755 \begin_inset Index idx
5756 status collapsed
5757
5758 \begin_layout Plain Layout
5759 かっこ@括弧
5760 \end_layout
5761
5762 \end_inset
5763
5764
5765 \begin_inset Index idx
5766 status collapsed
5767
5768 \begin_layout Plain Layout
5769 くぶんきごう@区分記号
5770 \end_layout
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Subsection
5778 垂直括弧と区分記号
5779 \begin_inset Index idx
5780 status collapsed
5781
5782 \begin_layout Plain Layout
5783 かっこ@括弧 ! すいちょく@垂直
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \begin_layout Standard
5792 \begin_inset space \hfill{}
5793 \end_inset
5794
5795
5796 \begin_inset Tabular
5797 <lyxtabular version="3" rows="9" columns="2">
5798 <features tabularvalignment="middle">
5799 <column alignment="center" valignment="top" width="0pt">
5800 <column alignment="center" valignment="top" width="0pt">
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 コマンド
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 出力
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 (
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $($
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 {
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 \begin_inset Formula $\{$
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 [
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 \begin_inset Formula $[$
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 </row>
5890 <row>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895
5896 \backslash
5897 langle
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 \begin_inset Formula $\langle$
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920
5921 \backslash
5922 lceil
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 \begin_inset Formula $\lceil$
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \backslash
5947 lfloor
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Formula $\lfloor$
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 /
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 \begin_inset Formula $/$
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $|$
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 \begin_inset Formula $|$
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 </lyxtabular>
6015
6016 \end_inset
6017
6018
6019 \begin_inset space \hfill{}
6020 \end_inset
6021
6022
6023 \begin_inset Tabular
6024 <lyxtabular version="3" rows="9" columns="2">
6025 <features tabularvalignment="middle">
6026 <column alignment="center" valignment="top" width="0pt">
6027 <column alignment="center" valignment="top" width="0pt">
6028 <row>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 コマンド
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 出力
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 )
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 \begin_inset Formula $)$
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 }
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $\}$
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 ]
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Formula $]$
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122
6123 \backslash
6124 rangle
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 \begin_inset Formula $\rangle$
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147
6148 \backslash
6149 rceil
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $\rceil$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 rfloor
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\rfloor$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \backslash
6199
6200 \backslash
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 \begin_inset Formula $\backslash$
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224
6225 \backslash
6226
6227 \begin_inset Formula $|$
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Formula $\|$
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 </lyxtabular>
6249
6250 \end_inset
6251
6252
6253 \begin_inset space \hfill{}
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \begin_inset Note Greyedout
6261 status open
6262
6263 \begin_layout Plain Layout
6264
6265 \series bold
6266 (注意)
6267 \series default
6268 TeXモードでは、
6269 \backslash
6270
6271 \backslash
6272 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6273 \series bold
6274
6275 \backslash
6276 textbackslash
6277 \series default
6278
6279 \begin_inset Index idx
6280 status collapsed
6281
6282 \begin_layout Plain Layout
6283 こまんど@コマンド! T ! 
6284 \backslash
6285 textbackslash
6286 \end_layout
6287
6288 \end_inset
6289
6290 を使わなくてはなりません。
6291 \end_layout
6292
6293 \end_inset
6294
6295
6296 \end_layout
6297
6298 \begin_layout Standard
6299 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6300 \series bold
6301
6302 \backslash
6303 langle
6304 \series default
6305
6306 \series bold
6307
6308 \backslash
6309 rangle
6310 \series default
6311 コマンドを使用せずに
6312 \begin_inset Formula $<$
6313 \end_inset
6314
6315
6316 \begin_inset Formula $>$
6317 \end_inset
6318
6319 の文字を直接使用することができます。
6320 \end_layout
6321
6322 \begin_layout Subsubsection
6323 手動の括弧丈
6324 \begin_inset CommandInset label
6325 LatexCommand label
6326 name "sub:手動の括弧丈"
6327
6328 \end_inset
6329
6330
6331 \begin_inset Index idx
6332 status collapsed
6333
6334 \begin_layout Plain Layout
6335 かっこたけ@括弧丈 ! しゅどう@手動
6336 \end_layout
6337
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \begin_layout Standard
6344 括弧の丈は、LaTeXコマンドの
6345 \series bold
6346
6347 \backslash
6348 big
6349 \series default
6350
6351 \begin_inset Index idx
6352 status collapsed
6353
6354 \begin_layout Plain Layout
6355 こまんど@コマンド ! B ! 
6356 \backslash
6357 big
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \series bold
6364
6365 \backslash
6366 Big
6367 \series default
6368
6369 \series bold
6370
6371 \backslash
6372 bigg
6373 \series default
6374 および
6375 \series bold
6376
6377 \backslash
6378 Bigg
6379 \series default
6380 を使って、手動で指定することができます。
6381 \series bold
6382
6383 \backslash
6384 big
6385 \series default
6386 が最小の大きさであり、
6387 \series bold
6388
6389 \backslash
6390 Bigg
6391 \series default
6392 が最大の括弧丈になります。
6393 \end_layout
6394
6395 \begin_layout Standard
6396 これらのコマンドは、括弧の階層を強調するのに使われます。
6397 \end_layout
6398
6399 \begin_layout Standard
6400 \align center
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="2" columns="2">
6403 <features tabularvalignment="middle">
6404 <column alignment="center" valignment="top" width="0pt">
6405 <column alignment="center" valignment="top" width="0pt">
6406 <row>
6407 <cell alignment="center" valignment="top" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 すべての括弧が同じ大きさ:
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 こちらの方が良い:
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 </lyxtabular>
6453
6454 \end_inset
6455
6456
6457 \begin_inset Note Note
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 ここで
6462 \series bold
6463
6464 \backslash
6465 raisebox
6466 \series default
6467 はスペーサーとして使用しているだけです。
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \begin_layout Standard
6476 二つ目の数式では、
6477 \series bold
6478
6479 \backslash
6480 Big((A+B)(A-B)
6481 \backslash
6482 Big)^
6483 \begin_inset ERT
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487
6488
6489 \backslash
6490 spce 
6491 \end_layout
6492
6493 \end_inset
6494
6495 C
6496 \series default
6497 というコマンドが使われています。
6498 \end_layout
6499
6500 \begin_layout Standard
6501 以下は、すべての括弧丈の羅列です。
6502 \end_layout
6503
6504 \begin_layout Standard
6505 \align center
6506
6507 \backslash
6508 Bigg(
6509 \backslash
6510 exp
6511 \backslash
6512 bigg
6513 \begin_inset Formula $<$
6514 \end_inset
6515
6516
6517 \backslash
6518 Big[
6519 \backslash
6520 big{
6521 \backslash
6522 ln(3x)
6523 \backslash
6524 big}^2
6525 \begin_inset ERT
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529
6530
6531 \backslash
6532 spce 
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \backslash
6539 sin(x)
6540 \backslash
6541 Big]^
6542 \begin_inset ERT
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546
6547
6548 \backslash
6549 spce 
6550 \end_layout
6551
6552 \end_inset
6553
6554 A
6555 \begin_inset ERT
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559
6560
6561 \backslash
6562 spce 
6563 \end_layout
6564
6565 \end_inset
6566
6567
6568 \backslash
6569 bigg
6570 \begin_inset Formula $>$
6571 \end_inset
6572
6573
6574 \backslash
6575 Bigg)^0,5
6576 \end_layout
6577
6578 \begin_layout Standard
6579 \align center
6580 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6581 \end_inset
6582
6583
6584 \end_layout
6585
6586 \begin_layout Standard
6587
6588 \series bold
6589
6590 \backslash
6591 big
6592 \series default
6593 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6594 \series bold
6595
6596 \backslash
6597 bigm
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 こまんど@コマンド ! B ! 
6605 \backslash
6606 bigm
6607 \end_layout
6608
6609 \end_inset
6610
6611 という派生型と、空白を追加しない
6612 \series bold
6613
6614 \backslash
6615 bigl
6616 \series default
6617 -
6618 \series bold
6619
6620 \backslash
6621 bigr
6622 \series default
6623
6624 \begin_inset Index idx
6625 status collapsed
6626
6627 \begin_layout Plain Layout
6628 こまんど@コマンド ! B ! 
6629 \backslash
6630 bigl - 
6631 \backslash
6632 bigr
6633 \end_layout
6634
6635 \end_inset
6636
6637 派生型があります。
6638 \series bold
6639
6640 \backslash
6641 bigl
6642 \series default
6643 コマンドの最後の
6644 \emph on
6645 l
6646 \emph default
6647 は、左括弧であることを示し、右括弧の場合には、
6648 \emph on
6649 l
6650 \emph default
6651 の代わりに
6652 \emph on
6653 r
6654 \emph default
6655 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6656 \end_layout
6657
6658 \begin_layout Standard
6659 以下の表は、これらの派生型の比較です。
6660 \end_layout
6661
6662 \begin_layout Standard
6663 \align center
6664 \begin_inset Tabular
6665 <lyxtabular version="3" rows="5" columns="2">
6666 <features tabularvalignment="middle">
6667 <column alignment="center" valignment="middle" width="0">
6668 <column alignment="center" valignment="middle" width="0">
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 コマンド
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 出力
6684 \begin_inset Note Note
6685 status collapsed
6686
6687 \begin_layout Plain Layout
6688 ここで
6689 \series bold
6690
6691 \backslash
6692 raisebox
6693 \series default
6694 はスペーサーとして使用しているだけです。
6695 \end_layout
6696
6697 \end_inset
6698
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 </row>
6705 <row>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710
6711 \backslash
6712 Bigm(
6713 \backslash
6714 bigm(
6715 \backslash
6716 ln(3x)
6717 \backslash
6718 bigm)^2
6719 \series bold
6720
6721 \begin_inset ERT
6722 status collapsed
6723
6724 \begin_layout Plain Layout
6725
6726
6727 \backslash
6728 spce 
6729 \end_layout
6730
6731 \end_inset
6732
6733
6734 \series default
6735
6736 \backslash
6737 Bigm)
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6747 \end_inset
6748
6749
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 </row>
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760
6761 \backslash
6762 Big(
6763 \backslash
6764 big(
6765 \backslash
6766 ln(3x)
6767 \backslash
6768 big)^2
6769 \series bold
6770
6771 \begin_inset ERT
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775
6776
6777 \backslash
6778 spce 
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \series default
6785
6786 \backslash
6787 Big)
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row>
6806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \backslash
6812 Bigl(
6813 \backslash
6814 bigl(
6815 \backslash
6816 ln(3x)
6817 \backslash
6818 bigr)^2
6819 \series bold
6820
6821 \begin_inset ERT
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825
6826
6827 \backslash
6828 spce 
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \series default
6835
6836 \backslash
6837 Bigr)
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \backslash
6862 bigl)
6863 \backslash
6864 ln(3x)
6865 \backslash
6866 bigr(
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6876 \end_inset
6877
6878
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 </lyxtabular>
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \begin_layout Subsubsection
6892 自動の括弧丈
6893 \begin_inset CommandInset label
6894 LatexCommand label
6895 name "sub:自動の括弧丈"
6896
6897 \end_inset
6898
6899
6900 \begin_inset Index idx
6901 status collapsed
6902
6903 \begin_layout Plain Layout
6904 かっこたけ@括弧丈 ! じどう@自動
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 可変の丈を持つ括弧は、
6914 \series bold
6915
6916 \backslash
6917 left
6918 \series default
6919
6920 \begin_inset Index idx
6921 status collapsed
6922
6923 \begin_layout Plain Layout
6924 こまんど@コマンド ! L ! 
6925 \backslash
6926 left
6927 \end_layout
6928
6929 \end_inset
6930
6931 コマンドおよび
6932 \series bold
6933
6934 \backslash
6935 right
6936 \series default
6937
6938 \begin_inset Index idx
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942 こまんど@コマンド ! R ! 
6943 \backslash
6944 right
6945 \end_layout
6946
6947 \end_inset
6948
6949 コマンド、あるいは数式ツールバーボタンの
6950 \begin_inset Graphics
6951         filename ../../images/dialog-show_mathdelimiter.png
6952         scale 85
6953
6954 \end_inset
6955
6956 で挿入することができます。
6957 \series bold
6958
6959 \backslash
6960 left
6961 \series default
6962 および
6963 \series bold
6964
6965 \backslash
6966 right
6967 \series default
6968 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6969 \end_layout
6970
6971 \begin_layout Standard
6972 \align center
6973 通常の括弧:
6974 \series bold
6975
6976 \backslash
6977 ln(
6978 \backslash
6979 frac
6980 \begin_inset ERT
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984
6985
6986 \backslash
6987 spce 
6988 \end_layout
6989
6990 \end_inset
6991
6992 A
6993 \begin_inset Formula $\downarrow$
6994 \end_inset
6995
6996 C
6997 \begin_inset ERT
6998 status collapsed
6999
7000 \begin_layout Plain Layout
7001
7002
7003 \backslash
7004 spce 
7005 \end_layout
7006
7007 \end_inset
7008
7009 )
7010 \series default
7011 というコマンドは
7012 \begin_inset Formula 
7013 \[
7014 \ln(\frac{A}{C})
7015 \]
7016
7017 \end_inset
7018
7019 を生成します。
7020 \end_layout
7021
7022 \begin_layout Standard
7023 \align center
7024 複数行の括弧:
7025 \series bold
7026
7027 \backslash
7028 ln
7029 \backslash
7030 left(
7031 \backslash
7032 frac
7033 \begin_inset ERT
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037
7038
7039 \backslash
7040 spce 
7041 \end_layout
7042
7043 \end_inset
7044
7045 A
7046 \begin_inset Formula $\downarrow$
7047 \end_inset
7048
7049 C
7050 \begin_inset ERT
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054
7055
7056 \backslash
7057 spce 
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \backslash
7064 right)
7065 \series default
7066 というコマンドは
7067 \begin_inset Formula 
7068 \[
7069 \ln\left(\frac{A}{C}\right)
7070 \]
7071
7072 \end_inset
7073
7074 を生成します。
7075 \end_layout
7076
7077 \begin_layout Standard
7078
7079 \series bold
7080
7081 \backslash
7082 left
7083 \series default
7084
7085 \series bold
7086
7087 \backslash
7088 right
7089 \series default
7090 の代わりに、短絡キー
7091 \family sans
7092 Alt+M
7093 \begin_inset space ~
7094 \end_inset
7095
7096 括弧
7097 \family default
7098 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7099 \begin_inset Newline newline
7100 \end_inset
7101
7102 すると、先ほどの例を作るコマンドは
7103 \series bold
7104
7105 \backslash
7106 ln Alt+M
7107 \series default
7108  
7109 \series bold
7110 (
7111 \backslash
7112 frac
7113 \begin_inset ERT
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117
7118
7119 \backslash
7120 spce 
7121 \end_layout
7122
7123 \end_inset
7124
7125 A
7126 \begin_inset Formula $\downarrow$
7127 \end_inset
7128
7129 C
7130 \series default
7131 となります。
7132 \end_layout
7133
7134 \begin_layout Standard
7135 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7136 \series bold
7137
7138 \backslash
7139 left.
7140 \backslash
7141 frac
7142 \begin_inset ERT
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146
7147
7148 \backslash
7149 spce 
7150 \end_layout
7151
7152 \end_inset
7153
7154 A
7155 \begin_inset Formula $\downarrow$
7156 \end_inset
7157
7158 B
7159 \begin_inset ERT
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163
7164
7165 \backslash
7166 spce 
7167 \end_layout
7168
7169 \end_inset
7170
7171
7172 \backslash
7173 right}
7174 \series default
7175 というコマンドは
7176 \series bold
7177
7178 \begin_inset Formula 
7179 \[
7180 \left.\frac{A}{B}\right\} 
7181 \]
7182
7183 \end_inset
7184
7185
7186 \series default
7187 を生成します。
7188 \series bold
7189
7190 \backslash
7191 left
7192 \series default
7193 コマンドおよび
7194 \series bold
7195
7196 \backslash
7197 right
7198 \series default
7199 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7200 \end_layout
7201
7202 \begin_layout Standard
7203 \begin_inset VSpace bigskip
7204 \end_inset
7205
7206 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7207 \series bold
7208
7209 \backslash
7210 middle
7211 \series default
7212
7213 \begin_inset Index idx
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217 こまんど@コマンド ! M ! 
7218 \backslash
7219 middle
7220 \end_layout
7221
7222 \end_inset
7223
7224 コマンドも使用することができます
7225 \begin_inset Foot
7226 status collapsed
7227
7228 \begin_layout Plain Layout
7229
7230 \series bold
7231 (訳註)
7232 \series default
7233 pLaTeXでは、標準では
7234 \series bold
7235
7236 \backslash
7237 middle
7238 \series default
7239 コマンドは使えません。よって、以下の例では「
7240 \series bold
7241
7242 \backslash
7243 middle
7244 \series default
7245
7246 \begin_inset Formula $|$
7247 \end_inset
7248
7249 」の代わりに「
7250 \series bold
7251
7252 \backslash
7253 biggm
7254 \series default
7255
7256 \begin_inset Formula $|$
7257 \end_inset
7258
7259 」を用いています。
7260 \end_layout
7261
7262 \end_inset
7263
7264 。このコマンドでは、物理ベクトル
7265 \begin_inset Formula 
7266 \[
7267 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7268 \]
7269
7270 \end_inset
7271
7272 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7273 \begin_inset CommandInset ref
7274 LatexCommand ref
7275 reference "sub:物理ベクトル"
7276
7277 \end_inset
7278
7279 節に説明されているように特殊なLaTeXパッケージがあります。
7280 \end_layout
7281
7282 \begin_layout Subsection
7283 水平括弧
7284 \begin_inset Index idx
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 かっこ@括弧 ! すいへい@水平
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \begin_layout Standard
7297 \align center
7298 \begin_inset Tabular
7299 <lyxtabular version="3" rows="4" columns="2">
7300 <features tabularvalignment="middle">
7301 <column alignment="center" valignment="top" width="0pt">
7302 <column alignment="center" valignment="top" width="0pt">
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 コマンド
7309 \begin_inset Note Note
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313 ここで
7314 \series bold
7315
7316 \backslash
7317 raisebox
7318 \series default
7319 はスペーサーとして使用しているだけです。
7320 \end_layout
7321
7322 \end_inset
7323
7324
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 出力
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 raisebox{2.3mm}{
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \backslash
7358 overbrace
7359 \begin_inset ERT
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363
7364
7365 \backslash
7366 spce 
7367 \end_layout
7368
7369 \end_inset
7370
7371 A+B
7372 \begin_inset ERT
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376
7377
7378 \backslash
7379 spce 
7380 \end_layout
7381
7382 \end_inset
7383
7384 ^
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 spce 
7393 \end_layout
7394
7395 \end_inset
7396
7397 3
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403 }
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \begin_inset Index idx
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413 こまんど@コマンド ! O ! 
7414 \backslash
7415 overbrace
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 \begin_inset Formula $\overbrace{A+B}^{3}$
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448
7449 \backslash
7450 raisebox{-2.2mm}{
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \backslash
7457 underbrace
7458 \begin_inset ERT
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462
7463
7464 \backslash
7465 spce 
7466 \end_layout
7467
7468 \end_inset
7469
7470 A+B
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 spce 
7479 \end_layout
7480
7481 \end_inset
7482
7483 _5
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489 }
7490 \end_layout
7491
7492 \end_inset
7493
7494
7495 \begin_inset Index idx
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 こまんど@コマンド ! U ! 
7500 \backslash
7501 underbrace
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 \begin_inset Formula $\underbrace{A+B}_{5}$
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \backslash
7531 overbrace
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 spce 
7540 \end_layout
7541
7542 \end_inset
7543
7544
7545 \backslash
7546 underbrace
7547 \begin_inset ERT
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551
7552
7553 \backslash
7554 spce 
7555 \end_layout
7556
7557 \end_inset
7558
7559 A+B_w
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 spce 
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 spce 
7581 \end_layout
7582
7583 \end_inset
7584
7585 _7
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591
7592 \backslash
7593 spce 
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \begin_inset ERT
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603
7604
7605 \backslash
7606 spce 
7607 \end_layout
7608
7609 \end_inset
7610
7611 ^
7612 \begin_inset ERT
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616
7617
7618 \backslash
7619 spce 
7620 \end_layout
7621
7622 \end_inset
7623
7624 C
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 </lyxtabular>
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \begin_layout Standard
7650 最後の例では、
7651 \series bold
7652
7653 \backslash
7654 overbrace
7655 \series default
7656 が先に挿入されようが
7657 \series bold
7658
7659 \backslash
7660 underbrace
7661 \series default
7662 が先に挿入されようが代わりはありません。
7663 \end_layout
7664
7665 \begin_layout Standard
7666 \begin_inset VSpace bigskip
7667 \end_inset
7668
7669 括弧をお互いに重ねる必要がある場合には、第
7670 \begin_inset CommandInset ref
7671 LatexCommand ref
7672 reference "sec:多行数式"
7673
7674 \end_inset
7675
7676 節に説明されているように、次のような多行数式を使わなくてはなりません。
7677 \begin_inset Formula 
7678 \begin{eqnarray*}
7679 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7680  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7681 \end{eqnarray*}
7682
7683 \end_inset
7684
7685 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7686 \begin_inset Foot
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690 空白コマンドは第
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "sub:定義済みの空白"
7694
7695 \end_inset
7696
7697 章に説明があります。
7698 \end_layout
7699
7700 \end_inset
7701
7702
7703 \series bold
7704
7705 \backslash
7706 :
7707 \series default
7708 を最初の
7709 \begin_inset Formula $d$
7710 \end_inset
7711
7712 の前に挿入しておくことが重要です。さもないと、
7713 \begin_inset Formula $q$
7714 \end_inset
7715
7716 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7717 \begin_inset Foot
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721 これは、括弧が文字として取り扱われないためです。第
7722 \begin_inset CommandInset ref
7723 LatexCommand ref
7724 reference "sub:二項演算子"
7725
7726 \end_inset
7727
7728 章参照。
7729 \end_layout
7730
7731 \end_inset
7732
7733 ためです。二行目には、二つめの括弧が挿入されています。
7734 \begin_inset Formula $b$
7735 \end_inset
7736
7737 の直前から始まるようにするために、まず
7738 \series bold
7739
7740 \backslash
7741 hphantom{gggg+
7742 \backslash
7743 :}
7744 \series default
7745 というコマンド
7746 \begin_inset Foot
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752
7753 \backslash
7754 hphantom
7755 \series default
7756 に関する詳細は、第
7757 \begin_inset CommandInset ref
7758 LatexCommand ref
7759 reference "sub:埋め草"
7760
7761 \end_inset
7762
7763 章を参照してください。
7764 \end_layout
7765
7766 \end_inset
7767
7768 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7769 \series bold
7770
7771 \backslash
7772 hphantom{bbqq+dddd}
7773 \series default
7774 コマンドの下に置きます。
7775 \end_layout
7776
7777 \begin_layout Standard
7778 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7779 \begin_inset ERT
7780 status collapsed
7781
7782 \begin_layout Plain Layout
7783
7784
7785 \backslash
7786 setlength{
7787 \backslash
7788 jot}{-6pt}
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \begin_inset Formula 
7795 \begin{eqnarray*}
7796  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7797 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7798 \end{eqnarray*}
7799
7800 \end_inset
7801
7802
7803 \begin_inset ERT
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807
7808
7809 \backslash
7810 setlength{
7811 \backslash
7812 jot}{3pt}
7813 \end_layout
7814
7815 \end_inset
7816
7817 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7818 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7819 \begin_inset Foot
7820 status collapsed
7821
7822 \begin_layout Plain Layout
7823 \begin_inset CommandInset href
7824 LatexCommand href
7825 name "LyX-bug #1505"
7826 target "http://www.lyx.org/trac/ticket/1505"
7827
7828 \end_inset
7829
7830
7831 \end_layout
7832
7833 \end_inset
7834
7835 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7836 \series bold
7837 setlength{
7838 \backslash
7839 jot}{-6pt}
7840 \series default
7841 というコマンドを入れて、大域的な数式行間
7842 \series bold
7843
7844 \backslash
7845 jot
7846 \series default
7847
7848 \begin_inset Index idx
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 こまんど@コマンド ! J ! 
7853 \backslash
7854 jot
7855 \end_layout
7856
7857 \end_inset
7858
7859 を-6
7860 \begin_inset space \thinspace{}
7861 \end_inset
7862
7863 ptに変更しなくてはなりません。
7864 \series bold
7865
7866 \backslash
7867 jot
7868 \series default
7869 は、数式直後に同様のコマンドを使って標準値の3
7870 \begin_inset space \thinspace{}
7871 \end_inset
7872
7873 ptに戻します。数式中の行間について、詳しくは第
7874 \begin_inset CommandInset ref
7875 LatexCommand ref
7876 reference "sub:行間"
7877
7878 \end_inset
7879
7880 章に説明があります。
7881 \end_layout
7882
7883 \begin_layout Section
7884 矢印
7885 \begin_inset Index idx
7886 status collapsed
7887
7888 \begin_layout Plain Layout
7889 やじるし@矢印
7890 \end_layout
7891
7892 \end_inset
7893
7894
7895 \end_layout
7896
7897 \begin_layout Standard
7898 矢印は、数式ツールバーボタンの
7899 \begin_inset Graphics
7900         filename ../../images/math/leftarrow.png
7901         scale 85
7902
7903 \end_inset
7904
7905 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7906 \end_layout
7907
7908 \begin_layout Standard
7909 \begin_inset Newpage newpage
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \begin_layout Subsection
7916 水平矢印
7917 \begin_inset Index idx
7918 status collapsed
7919
7920 \begin_layout Plain Layout
7921 やじるし@矢印 ! すいへい@水平
7922 \end_layout
7923
7924 \end_inset
7925
7926
7927 \end_layout
7928
7929 \begin_layout Standard
7930 \begin_inset space \hfill{}
7931 \end_inset
7932
7933
7934 \begin_inset Tabular
7935 <lyxtabular version="3" rows="8" columns="2">
7936 <features tabularvalignment="middle">
7937 <column alignment="center" valignment="top" width="0pt">
7938 <column alignment="center" valignment="top" width="0pt">
7939 <row>
7940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 コマンド
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 出力
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \backslash
7966 gets
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 \begin_inset Formula $\gets$
7976 \end_inset
7977
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \backslash
7991 Leftarrow
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 \begin_inset Formula $\Leftarrow$
8001 \end_inset
8002
8003
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \backslash
8016 longleftarrow
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 \begin_inset Formula $\longleftarrow$
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \backslash
8041 Longleftarrow
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 \begin_inset Formula $\Longleftarrow$
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \backslash
8066 leftharpoonup
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 \begin_inset Formula $\leftharpoonup$
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \backslash
8091 leftharpoondown
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 \begin_inset Formula $\leftharpoondown$
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \backslash
8116 hookleftarrow
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 \begin_inset Formula $\hookleftarrow$
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 </lyxtabular>
8135
8136 \end_inset
8137
8138
8139 \begin_inset space \hfill{}
8140 \end_inset
8141
8142
8143 \begin_inset Tabular
8144 <lyxtabular version="3" rows="8" columns="2">
8145 <features tabularvalignment="middle">
8146 <column alignment="center" valignment="top" width="0pt">
8147 <column alignment="center" valignment="top" width="0pt">
8148 <row>
8149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 コマンド
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 出力
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 to
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\to$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Rightarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Rightarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 longrightarrow
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\longrightarrow$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Longrightarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Longrightarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 rightharpoonup
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\rightharpoonup$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 rightharpoondown
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\rightharpoondown$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 hookrightarrow
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\hookrightarrow$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 </lyxtabular>
8344
8345 \end_inset
8346
8347
8348 \begin_inset space \hfill{}
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \begin_layout Standard
8355 \begin_inset space \hfill{}
8356 \end_inset
8357
8358
8359 \begin_inset Tabular
8360 <lyxtabular version="3" rows="6" columns="2">
8361 <features tabularvalignment="middle">
8362 <column alignment="center" valignment="top" width="0pt">
8363 <column alignment="center" valignment="top" width="0pt">
8364 <row>
8365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 コマンド
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 出力
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \backslash
8391 leftrightarrow
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 \begin_inset Formula $\leftrightarrow$
8401 \end_inset
8402
8403
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \backslash
8416 Leftrightarrow
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 \begin_inset Formula $\Leftrightarrow$
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 longleftrightarrow
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\longleftrightarrow$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 Longleftrightarrow
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\Longleftrightarrow$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 rightleftharpoons
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\rightleftharpoons$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 </lyxtabular>
8510
8511 \end_inset
8512
8513
8514 \begin_inset space \hspace{}
8515 \length 25pt
8516 \end_inset
8517
8518
8519 \begin_inset space \hfill{}
8520 \end_inset
8521
8522
8523 \begin_inset Tabular
8524 <lyxtabular version="3" rows="5" columns="2">
8525 <features tabularvalignment="middle">
8526 <column alignment="center" valignment="top" width="0pt">
8527 <column alignment="center" valignment="top" width="0pt">
8528 <row>
8529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 コマンド
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 出力
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \backslash
8555 mapsto
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 \begin_inset Formula $\mapsto$
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \backslash
8580 longmapsto
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 \begin_inset Formula $\longmapsto$
8590 \end_inset
8591
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 leadsto
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\leadsto$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 dasharrow
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\dasharrow$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 </lyxtabular>
8649
8650 \end_inset
8651
8652
8653 \begin_inset space \hfill{}
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \begin_layout Standard
8660 \begin_inset VSpace medskip
8661 \end_inset
8662
8663 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8664 \begin_inset CommandInset ref
8665 LatexCommand ref
8666 reference "sec:アクセント"
8667
8668 \end_inset
8669
8670 節に一覧があります。
8671 \end_layout
8672
8673 \begin_layout Standard
8674 \begin_inset VSpace bigskip
8675 \end_inset
8676
8677 さらに、ラベル付き矢印
8678 \begin_inset Index idx
8679 status collapsed
8680
8681 \begin_layout Plain Layout
8682 やじるし@矢印 ! らべるつき@ラベル付き
8683 \end_layout
8684
8685 \end_inset
8686
8687 として、
8688 \series bold
8689
8690 \backslash
8691 xleftarrow
8692 \series default
8693
8694 \begin_inset Index idx
8695 status collapsed
8696
8697 \begin_layout Plain Layout
8698 こまんど@コマンド ! X ! 
8699 \backslash
8700 xleftarrow
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \series bold
8707
8708 \backslash
8709 xrightarrow
8710 \series default
8711
8712 \begin_inset Index idx
8713 status collapsed
8714
8715 \begin_layout Plain Layout
8716 こまんど@コマンド ! X ! 
8717 \backslash
8718 xrightarrow
8719 \begin_inset ERT
8720 status collapsed
8721
8722 \begin_layout Plain Layout
8723
8724
8725 \backslash
8726 vspace{4mm}
8727 \end_layout
8728
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735
8736 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8737 ます。
8738 \end_layout
8739
8740 \begin_layout Standard
8741 \align center
8742 \begin_inset Tabular
8743 <lyxtabular version="3" rows="3" columns="2">
8744 <features tabularvalignment="middle">
8745 <column alignment="center" valignment="top" width="0pt">
8746 <column alignment="center" valignment="top" width="0pt">
8747 <row>
8748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 コマンド
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 出力
8762 \begin_inset Note Note
8763 status collapsed
8764
8765 \begin_layout Plain Layout
8766 ここで
8767 \series bold
8768
8769 \backslash
8770 raisebox
8771 \series default
8772 はスペーサーとして使用しているだけです。
8773 \end_layout
8774
8775 \end_inset
8776
8777
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 F(a)
8789 \backslash
8790 xleftarrow
8791 \begin_inset ERT
8792 status collapsed
8793
8794 \begin_layout Plain Layout
8795
8796
8797 \backslash
8798 spce 
8799 \end_layout
8800
8801 \end_inset
8802
8803 x=a
8804 \begin_inset Formula $\downarrow$
8805 \end_inset
8806
8807 x
8808 \begin_inset Formula $>$
8809 \end_inset
8810
8811 0
8812 \begin_inset Formula $\to$
8813 \end_inset
8814
8815 F(x)
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8825 \end_inset
8826
8827
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 F(x)
8839 \backslash
8840 xrightarrow
8841 \begin_inset ERT
8842 status collapsed
8843
8844 \begin_layout Plain Layout
8845
8846
8847 \backslash
8848 spce 
8849 \end_layout
8850
8851 \end_inset
8852
8853 x=a
8854 \begin_inset Formula $\downarrow$
8855 \end_inset
8856
8857 x
8858 \begin_inset Formula $>$
8859 \end_inset
8860
8861 0
8862 \begin_inset Formula $\to$
8863 \end_inset
8864
8865 F(a)
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 </lyxtabular>
8884
8885 \end_inset
8886
8887
8888 \end_layout
8889
8890 \begin_layout Subsection
8891 垂直矢印および対角矢印
8892 \begin_inset Index idx
8893 status collapsed
8894
8895 \begin_layout Plain Layout
8896 やじるし@矢印 ! たいかく@対角
8897 \end_layout
8898
8899 \end_inset
8900
8901
8902 \begin_inset Index idx
8903 status collapsed
8904
8905 \begin_layout Plain Layout
8906 やじるし@矢印 ! すいちょく@垂直
8907 \end_layout
8908
8909 \end_inset
8910
8911
8912 \end_layout
8913
8914 \begin_layout Standard
8915 \begin_inset space \hfill{}
8916 \end_inset
8917
8918
8919 \begin_inset Tabular
8920 <lyxtabular version="3" rows="7" columns="2">
8921 <features tabularvalignment="middle">
8922 <column alignment="center" valignment="top" width="0pt">
8923 <column alignment="center" valignment="top" width="0pt">
8924 <row>
8925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 コマンド
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 出力
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \backslash
8951 uparrow
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 \begin_inset Formula $\uparrow$
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \backslash
8976 Uparrow
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\Uparrow$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 updownarrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\updownarrow$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 Updownarrow
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\Updownarrow$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 Downarrow
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\Downarrow$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 downarrow
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\downarrow$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 </lyxtabular>
9095
9096 \end_inset
9097
9098
9099 \begin_inset space \hfill{}
9100 \end_inset
9101
9102
9103 \begin_inset Tabular
9104 <lyxtabular version="3" rows="5" columns="2">
9105 <features tabularvalignment="middle">
9106 <column alignment="center" valignment="top" width="0pt">
9107 <column alignment="center" valignment="top" width="0pt">
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 コマンド
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 出力
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \backslash
9135 nearrow
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 \begin_inset Formula $\nearrow$
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \backslash
9160 searrow
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 \begin_inset Formula $\searrow$
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \backslash
9185 swarrow
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 \begin_inset Formula $\swarrow$
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \backslash
9210 nwarrow
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\nwarrow$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 </lyxtabular>
9229
9230 \end_inset
9231
9232
9233 \begin_inset space \hfill{}
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \begin_layout Standard
9240 \begin_inset VSpace medskip
9241 \end_inset
9242
9243 垂直矢印は、第
9244 \begin_inset CommandInset ref
9245 LatexCommand ref
9246 reference "sub:手動の括弧丈"
9247
9248 \end_inset
9249
9250 節および第
9251 \begin_inset CommandInset ref
9252 LatexCommand ref
9253 reference "sub:自動の括弧丈"
9254
9255 \end_inset
9256
9257 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9258 \end_layout
9259
9260 \begin_layout Standard
9261 \begin_inset Newpage newpage
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \begin_layout Section
9268 アクセント
9269 \begin_inset CommandInset label
9270 LatexCommand label
9271 name "sec:アクセント"
9272
9273 \end_inset
9274
9275
9276 \begin_inset Index idx
9277 status collapsed
9278
9279 \begin_layout Plain Layout
9280 あくせんと@アクセント
9281 \end_layout
9282
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \begin_layout Standard
9289 アクセントは、数式ツールバーボタンの
9290 \begin_inset Graphics
9291         filename ../../images/math/hat.png
9292         scale 85
9293
9294 \end_inset
9295
9296 か、以下の各小節に列挙してあるコマンドで入力することができます。
9297 \end_layout
9298
9299 \begin_layout Subsection
9300 一文字に付けるアクセント
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306
9307 \backslash
9308 texorpdfstring{
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \begin_inset Foot
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318 本文中のアクセントについては、第
9319 \begin_inset CommandInset ref
9320 LatexCommand ref
9321 reference "sub:文章中のアクセント"
9322
9323 \end_inset
9324
9325 節を参照。
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \begin_inset ERT
9332 status collapsed
9333
9334 \begin_layout Plain Layout
9335
9336 }{}
9337 \end_layout
9338
9339 \end_inset
9340
9341
9342 \begin_inset Note Note
9343 status collapsed
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348
9349 \backslash
9350 texorpdfstring
9351 \series default
9352 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9353 \end_layout
9354
9355 \begin_layout Plain Layout
9356
9357 \series bold
9358
9359 \backslash
9360 texorpdfstring
9361 \series default
9362 についての詳細は、第
9363 \begin_inset CommandInset ref
9364 LatexCommand ref
9365 reference "sub:節見出し中の数式"
9366
9367 \end_inset
9368
9369 節にあります。
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \begin_inset CommandInset label
9376 LatexCommand label
9377 name "sub:一文字に付けるアクセント"
9378
9379 \end_inset
9380
9381
9382 \begin_inset Index idx
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9387 \end_layout
9388
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395 \begin_inset space \hfill{}
9396 \end_inset
9397
9398
9399 \begin_inset Tabular
9400 <lyxtabular version="3" rows="8" columns="2">
9401 <features tabularvalignment="middle">
9402 <column alignment="center" valignment="top" width="0pt">
9403 <column alignment="center" valignment="top" width="0pt">
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 コマンド
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 出力
9419 \begin_inset Note Note
9420 status collapsed
9421
9422 \begin_layout Plain Layout
9423 ここで
9424 \series bold
9425
9426 \backslash
9427 raisebox
9428 \series default
9429 はスペーサーとして使用しているだけです。
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \backslash
9447 dot
9448 \begin_inset ERT
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452
9453
9454 \backslash
9455 spce 
9456 \end_layout
9457
9458 \end_inset
9459
9460 A
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \backslash
9485 ddot
9486 \begin_inset ERT
9487 status collapsed
9488
9489 \begin_layout Plain Layout
9490
9491
9492 \backslash
9493 spce 
9494 \end_layout
9495
9496 \end_inset
9497
9498 A
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \backslash
9523 dddot
9524 \begin_inset ERT
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529
9530 \backslash
9531 spce 
9532 \end_layout
9533
9534 \end_inset
9535
9536 A
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \backslash
9561 ddddot
9562 \begin_inset ERT
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566
9567
9568 \backslash
9569 spce 
9570 \end_layout
9571
9572 \end_inset
9573
9574 A
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 vec
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605
9606 \backslash
9607 spce 
9608 \end_layout
9609
9610 \end_inset
9611
9612 A
9613 \begin_inset Index idx
9614 status collapsed
9615
9616 \begin_layout Plain Layout
9617
9618 \lang english
9619 Vectors
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \backslash
9649 bar
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655
9656 \backslash
9657 spce 
9658 \end_layout
9659
9660 \end_inset
9661
9662 A
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 mathring
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 spce 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 </lyxtabular>
9719
9720 \end_inset
9721
9722
9723 \begin_inset space \hfill{}
9724 \end_inset
9725
9726
9727 \begin_inset Tabular
9728 <lyxtabular version="3" rows="7" columns="2">
9729 <features tabularvalignment="middle">
9730 <column alignment="center" valignment="top" width="0pt">
9731 <column alignment="center" valignment="top" width="0pt">
9732 <row>
9733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 コマンド
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 出力
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 tilde
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 hat
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 spce 
9806 \end_layout
9807
9808 \end_inset
9809
9810 A
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 check
9836 \begin_inset ERT
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841
9842 \backslash
9843 spce 
9844 \end_layout
9845
9846 \end_inset
9847
9848 A
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \backslash
9873 acute
9874 \begin_inset ERT
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878
9879
9880 \backslash
9881 spce 
9882 \end_layout
9883
9884 \end_inset
9885
9886 A
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 grave
9912 \begin_inset ERT
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916
9917
9918 \backslash
9919 spce 
9920 \end_layout
9921
9922 \end_inset
9923
9924 A
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \backslash
9949 breve
9950 \begin_inset ERT
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955
9956 \backslash
9957 spce 
9958 \end_layout
9959
9960 \end_inset
9961
9962 A
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 </lyxtabular>
9981
9982 \end_inset
9983
9984
9985 \begin_inset space \hfill{}
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \begin_layout Standard
9992 \begin_inset VSpace bigskip
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \begin_layout Standard
9999 \begin_inset ERT
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003
10004
10005 \backslash
10006 '{e}
10007 \end_layout
10008
10009 \end_inset
10010
10011 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10012 \begin_inset Index idx
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016 うむらうと@ウムラウト
10017 \end_layout
10018
10019 \end_inset
10020
10021 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10022 として取り扱います。
10023 \series bold
10024
10025 \backslash
10026 ddot
10027 \series default
10028 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10029 \end_layout
10030
10031 \begin_layout Standard
10032 \begin_inset VSpace -2mm
10033 \end_inset
10034
10035
10036 \end_layout
10037
10038 \begin_layout Standard
10039 \align center
10040 \begin_inset Tabular
10041 <lyxtabular version="3" rows="3" columns="2">
10042 <features tabularvalignment="middle">
10043 <column alignment="center" valignment="top" width="0">
10044 <column alignment="center" valignment="top" width="0">
10045 <row>
10046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 コマンド
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 出力
10060 \begin_inset Note Note
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064 ここで
10065 \series bold
10066
10067 \backslash
10068 raisebox
10069 \series default
10070 および0ポイント空白はスペーサーとして使用しているだけです。
10071 \end_layout
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Quotes grd
10087 \end_inset
10088
10089 i
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \lang ngerman
10100 \begin_inset space \hspace{}
10101 \length 0pt
10102 \end_inset
10103
10104
10105 \begin_inset Formula $"i$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \backslash
10121 ddot
10122 \begin_inset ERT
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126
10127
10128 \backslash
10129 spce 
10130 \end_layout
10131
10132 \end_inset
10133
10134 i
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10144 \end_inset
10145
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 </lyxtabular>
10153
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \begin_layout Standard
10160
10161 \series bold
10162
10163 \backslash
10164 ddot
10165 \series default
10166 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10167 \emph on
10168 数式中テキストでは使用できない
10169 \emph default
10170 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10171 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10172 \end_layout
10173
10174 \begin_layout Standard
10175 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10176 \end_layout
10177
10178 \begin_layout Subsection
10179 演算子に付けるアクセント
10180 \begin_inset Index idx
10181 status collapsed
10182
10183 \begin_layout Plain Layout
10184 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10185 \end_layout
10186
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \begin_layout Standard
10193
10194 \series bold
10195
10196 \backslash
10197 overset
10198 \series default
10199
10200 \begin_inset Index idx
10201 status collapsed
10202
10203 \begin_layout Plain Layout
10204 こまんど@コマンド ! O ! 
10205 \backslash
10206 overset
10207 \end_layout
10208
10209 \end_inset
10210
10211 コマンドや
10212 \series bold
10213
10214 \backslash
10215 underset
10216 \series default
10217
10218 \begin_inset Index idx
10219 status collapsed
10220
10221 \begin_layout Plain Layout
10222 こまんど@コマンド ! U ! 
10223 \backslash
10224 underset
10225 \end_layout
10226
10227 \end_inset
10228
10229 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10230 \series bold
10231
10232 \backslash
10233 sideset
10234 \series default
10235
10236 \begin_inset Index idx
10237 status collapsed
10238
10239 \begin_layout Plain Layout
10240 こまんど@コマンド ! S ! 
10241 \backslash
10242 sideset
10243 \end_layout
10244
10245 \end_inset
10246
10247 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10248 \end_layout
10249
10250 \begin_layout Standard
10251
10252 \series bold
10253
10254 \backslash
10255 sideset{前置文字}{後置文字}
10256 \end_layout
10257
10258 \begin_layout Standard
10259
10260 \series bold
10261
10262 \backslash
10263 sideset
10264 \series default
10265 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10266 \series bold
10267
10268 \backslash
10269 sideset
10270 \series default
10271 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10272 \end_layout
10273
10274 \begin_layout Standard
10275 たとえば、
10276 \series bold
10277
10278 \backslash
10279 sideset{
10280 \begin_inset Formula $\to$
10281 \end_inset
10282
10283
10284 \backslash
10285 {
10286 \series default
10287 '
10288 \series bold
10289
10290 \begin_inset Formula $\to$
10291 \end_inset
10292
10293
10294 \backslash
10295 sum_k=1
10296 \begin_inset ERT
10297 status collapsed
10298
10299 \begin_layout Plain Layout
10300
10301
10302 \backslash
10303 spce 
10304 \end_layout
10305
10306 \end_inset
10307
10308
10309 \series default
10310 ^
10311 \series bold
10312 n
10313 \series default
10314 というコマンドを入力すると、
10315 \begin_inset Formula 
10316 \[
10317 \sideset{}{'}\sum_{k=1}^{n}
10318 \]
10319
10320 \end_inset
10321
10322 のようになります。
10323 \end_layout
10324
10325 \begin_layout Standard
10326 また、
10327 \series bold
10328
10329 \backslash
10330 overset
10331 \begin_inset ERT
10332 status collapsed
10333
10334 \begin_layout Plain Layout
10335
10336
10337 \backslash
10338 spce 
10339 \end_layout
10340
10341 \end_inset
10342
10343
10344 \backslash
10345 maltese
10346 \begin_inset ERT
10347 status collapsed
10348
10349 \begin_layout Plain Layout
10350
10351
10352 \backslash
10353 spce 
10354 \end_layout
10355
10356 \end_inset
10357
10358
10359 \series default
10360
10361 \begin_inset Formula $\uparrow$
10362 \end_inset
10363
10364
10365 \series bold
10366 a
10367 \series default
10368 というコマンドならば、
10369 \begin_inset Formula 
10370 \[
10371 \overset{a}{\maltese}
10372 \]
10373
10374 \end_inset
10375
10376 のようになります。最後の例からわかるように、
10377 \series bold
10378
10379 \backslash
10380 overset
10381 \series default
10382
10383 \series bold
10384
10385 \backslash
10386 underset
10387 \series default
10388 では、記号や文字にアクセントをつけることもできます。一方、
10389 \series bold
10390
10391 \backslash
10392 sideset
10393 \series default
10394 では、このようなことはできません。
10395 \end_layout
10396
10397 \begin_layout Subsection
10398 複数の文字に付けるアクセント
10399 \begin_inset Index idx
10400 status collapsed
10401
10402 \begin_layout Plain Layout
10403 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10404 \end_layout
10405
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \begin_layout Standard
10412 \begin_inset space \hfill{}
10413 \end_inset
10414
10415
10416 \begin_inset Tabular
10417 <lyxtabular version="3" rows="5" columns="2">
10418 <features tabularvalignment="middle">
10419 <column alignment="center" valignment="top" width="0pt">
10420 <column alignment="center" valignment="top" width="0pt">
10421 <row>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 コマンド
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 出力
10436 \begin_inset Note Note
10437 status collapsed
10438
10439 \begin_layout Plain Layout
10440 ここで
10441 \series bold
10442
10443 \backslash
10444 raisebox
10445 \series default
10446 はスペーサーとして使用しているだけです。
10447 \end_layout
10448
10449 \end_inset
10450
10451
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \backslash
10464 overleftarrow
10465 \begin_inset ERT
10466 status collapsed
10467
10468 \begin_layout Plain Layout
10469
10470
10471 \backslash
10472 spce 
10473 \end_layout
10474
10475 \end_inset
10476
10477 A=B
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \backslash
10502 underleftarrow
10503 \begin_inset ERT
10504 status collapsed
10505
10506 \begin_layout Plain Layout
10507
10508
10509 \backslash
10510 spce 
10511 \end_layout
10512
10513 \end_inset
10514
10515 A=B
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \backslash
10540 overleftrightarrow
10541 \begin_inset ERT
10542 status collapsed
10543
10544 \begin_layout Plain Layout
10545
10546
10547 \backslash
10548 spce 
10549 \end_layout
10550
10551 \end_inset
10552
10553 A=B
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \backslash
10578 underleftrightarrow
10579 \begin_inset ERT
10580 status collapsed
10581
10582 \begin_layout Plain Layout
10583
10584
10585 \backslash
10586 spce 
10587 \end_layout
10588
10589 \end_inset
10590
10591 A=B
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10601 \end_inset
10602
10603
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 </lyxtabular>
10610
10611 \end_inset
10612
10613
10614 \begin_inset space \hfill{}
10615 \end_inset
10616
10617
10618 \begin_inset Tabular
10619 <lyxtabular version="3" rows="5" columns="2">
10620 <features tabularvalignment="middle">
10621 <column alignment="center" valignment="top" width="0pt">
10622 <column alignment="center" valignment="top" width="0pt">
10623 <row>
10624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 コマンド
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 出力
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \backslash
10650 overrightarrow
10651 \begin_inset ERT
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655
10656
10657 \backslash
10658 spce 
10659 \end_layout
10660
10661 \end_inset
10662
10663 A=B
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \backslash
10688 underrightarrow
10689 \begin_inset ERT
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693
10694
10695 \backslash
10696 spce 
10697 \end_layout
10698
10699 \end_inset
10700
10701 A=B
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 <row>
10720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \backslash
10726 widetilde
10727 \begin_inset ERT
10728 status collapsed
10729
10730 \begin_layout Plain Layout
10731
10732
10733 \backslash
10734 spce 
10735 \end_layout
10736
10737 \end_inset
10738
10739 A=B
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10749 \end_inset
10750
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 <row>
10758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \backslash
10764 widehat
10765 \begin_inset ERT
10766 status collapsed
10767
10768 \begin_layout Plain Layout
10769
10770
10771 \backslash
10772 spce 
10773 \end_layout
10774
10775 \end_inset
10776
10777 A=B
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 </lyxtabular>
10796
10797 \end_inset
10798
10799
10800 \begin_inset space \hfill{}
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \begin_layout Standard
10807 \begin_inset VSpace medskip
10808 \end_inset
10809
10810 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10811 \series bold
10812
10813 \backslash
10814 widetilde
10815 \series default
10816 および
10817 \series bold
10818
10819 \backslash
10820 widehat
10821 \series default
10822 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10823 \begin_inset Formula 
10824 \[
10825 \widetilde{A+B=C-D}
10826 \]
10827
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \begin_layout Standard
10834 前小節で述べた
10835 \series bold
10836
10837 \backslash
10838 overset
10839 \series default
10840
10841 \begin_inset Index idx
10842 status collapsed
10843
10844 \begin_layout Plain Layout
10845 こまんど@コマンド ! O ! 
10846 \backslash
10847 overset
10848 \end_layout
10849
10850 \end_inset
10851
10852 コマンドと
10853 \series bold
10854
10855 \backslash
10856 underset
10857 \series default
10858
10859 \begin_inset Index idx
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863 こまんど@コマンド ! U ! 
10864 \backslash
10865 underset
10866 \end_layout
10867
10868 \end_inset
10869
10870 コマンドを使っても、複数の文字にアクセントを付けることができます。
10871 \series bold
10872
10873 \backslash
10874 underset
10875 \begin_inset ERT
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879
10880
10881 \backslash
10882 spce 
10883 \end_layout
10884
10885 \end_inset
10886
10887 A=B
10888 \begin_inset Formula $\downarrow$
10889 \end_inset
10890
10891 ***
10892 \series default
10893 というコマンドは、
10894 \begin_inset Formula 
10895 \[
10896 \underset{***}{A=B}
10897 \]
10898
10899 \end_inset
10900
10901 のようになります。
10902 \end_layout
10903
10904 \begin_layout Section
10905 空白
10906 \begin_inset CommandInset label
10907 LatexCommand label
10908 name "sub:空白"
10909
10910 \end_inset
10911
10912
10913 \begin_inset Index idx
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917 くうはく@空白 ! すいへい@水平
10918 \end_layout
10919
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Subsection
10926 定義済みの空白
10927 \begin_inset CommandInset label
10928 LatexCommand label
10929 name "sub:定義済みの空白"
10930
10931 \end_inset
10932
10933
10934 \begin_inset Index idx
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10939 \end_layout
10940
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \begin_layout Standard
10947 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10948 \begin_inset Info
10949 type  "shortcut"
10950 arg   "space-insert protected"
10951 \end_inset
10952
10953 )を挿入することで実現できます。「
10954 \color blue
10955
10956 \begin_inset ERT
10957 status collapsed
10958
10959 \begin_layout Plain Layout
10960
10961
10962 \backslash
10963 spce 
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \color inherit
10970 」が現れるので、
10971 \family sans
10972 Space
10973 \family default
10974 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10975 \begin_inset Graphics
10976         filename ../../images/math/space.png
10977         scale 85
10978
10979 \end_inset
10980
10981 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10982 \family sans
10983 Space
10984 \family default
10985 を押すことによって、長さを変更することができます。
10986 \end_layout
10987
10988 \begin_layout Standard
10989 \noindent
10990 \align center
10991 \begin_inset Tabular
10992 <lyxtabular version="3" rows="3" columns="7">
10993 <features tabularvalignment="middle">
10994 <column alignment="center" valignment="middle" width="6.8cm">
10995 <column alignment="center" valignment="top" width="0">
10996 <column alignment="center" valignment="top" width="0">
10997 <column alignment="center" valignment="top" width="0">
10998 <column alignment="center" valignment="top" width="0">
10999 <column alignment="center" valignment="top" width="0">
11000 <column alignment="center" valignment="top" width="0">
11001 <row>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 コマンド
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \backslash
11017 ,
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \backslash
11028 :
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \backslash
11039 ;
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \backslash
11050 quad
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \backslash
11061 qquad
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 !
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 保護された空白を挿入したのち、
11084 \family sans
11085 Space
11086 \family default
11087 を叩く回数
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 0
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 1
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 2
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 3
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 4
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 5
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 出力
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\, B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\: B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 \begin_inset Formula $A\; B$
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\quad B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 \begin_inset Formula $A\qquad B$
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\! B$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 </lyxtabular>
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Standard
11238 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11239 さの空白があります。
11240 \end_layout
11241
11242 \begin_layout Standard
11243 \align center
11244 \begin_inset Tabular
11245 <lyxtabular version="3" rows="3" columns="3">
11246 <features tabularvalignment="middle">
11247 <column alignment="center" valignment="middle" width="6.8cm">
11248 <column alignment="center" valignment="top" width="0pt">
11249 <column alignment="center" valignment="top" width="0pt">
11250 <row>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 コマンド
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264
11265 \backslash
11266 negmedspace
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275
11276 \backslash
11277 negthickspace
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 </row>
11283 <row>
11284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 保護された空白を挿入したのち、
11289 \family sans
11290 Space
11291 \family default
11292 を叩く回数
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 6
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 7
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 出力
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Formula $A\negmedspace B$
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Formula $A\negthickspace B$
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 </lyxtabular>
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Standard
11359 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \align center
11364 \begin_inset Tabular
11365 <lyxtabular version="3" rows="3" columns="2">
11366 <features tabularvalignment="middle">
11367 <column alignment="center" valignment="top" width="0">
11368 <column alignment="center" valignment="top" width="0">
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 コマンド
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 出力
11384 \begin_inset Note Note
11385 status collapsed
11386
11387 \begin_layout Plain Layout
11388 ここで
11389 \series bold
11390
11391 \backslash
11392 raisebox
11393 \series default
11394 はスペーサーとして使用しているだけです。
11395 \end_layout
11396
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410
11411 \backslash
11412 sum
11413 \backslash
11414 sum
11415 \begin_inset ERT
11416 status collapsed
11417
11418 \begin_layout Plain Layout
11419
11420
11421 \backslash
11422 spce 
11423 \end_layout
11424
11425 \end_inset
11426
11427 f_kl
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \backslash
11452 sum
11453 \backslash
11454 negmedspace
11455 \backslash
11456 sum
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461
11462
11463 \backslash
11464 spce 
11465 \end_layout
11466
11467 \end_inset
11468
11469 f_kl
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \begin_layout Standard
11495 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \align center
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="2" columns="2">
11502 <features tabularvalignment="middle">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <column alignment="center" valignment="top" width="0pt">
11505 <row>
11506 <cell alignment="center" valignment="top" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 通常の数式
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 \begin_inset Formula $A=B$
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 \begin_inset Note Note
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537 ここで
11538 \series bold
11539
11540 \backslash
11541 raisebox
11542 \series default
11543 はスペーサーとして使用しているだけです。
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \begin_inset Formula $\raisebox{5mm}{}$
11550 \end_inset
11551
11552 空白なしの数式
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 \begin_inset Formula $A{=}B$
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 </lyxtabular>
11571
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \begin_layout Standard
11578 \noindent
11579 二行目の数式を作るコマンドは、
11580 \series bold
11581 A
11582 \backslash
11583 {=
11584 \begin_inset Formula $\to$
11585 \end_inset
11586
11587 B
11588 \series default
11589 です。
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \begin_inset VSpace bigskip
11594 \end_inset
11595
11596 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11597 整形\SpecialChar \menuseparator
11598 小空白メニュー(短
11599 絡キー
11600 \begin_inset Info
11601 type  "shortcut"
11602 arg   "space-insert thin"
11603 \end_inset
11604
11605 )で、最小の空白を挿入することができます。
11606 \end_layout
11607
11608 \begin_layout Standard
11609 違いを示す例を以下に掲げます。
11610 \end_layout
11611
11612 \begin_layout Standard
11613 \begin_inset Tabular
11614 <lyxtabular version="3" rows="2" columns="2">
11615 <features tabularvalignment="middle">
11616 <column alignment="left" valignment="top" width="0">
11617 <column alignment="left" valignment="top" width="0">
11618 <row>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 24 kW
11624 \begin_inset Formula $\cdot$
11625 \end_inset
11626
11627 h
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 値と単位のあいだに通常の空白を入れた例
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 24
11648 \begin_inset space \thinspace{}
11649 \end_inset
11650
11651 kW
11652 \begin_inset Formula $\cdot$
11653 \end_inset
11654
11655 h
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 値と単位のあいだに最小の空白を入れた例
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 </lyxtabular>
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Subsection
11678 可変長の空白
11679 \begin_inset ERT
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684
11685 \backslash
11686 texorpdfstring{
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \begin_inset Foot
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 数式中の垂直方向の空白については、第
11697 \begin_inset CommandInset ref
11698 LatexCommand ref
11699 reference "sub:行間"
11700
11701 \end_inset
11702
11703 節をご覧下さい。
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \begin_inset ERT
11710 status collapsed
11711
11712 \begin_layout Plain Layout
11713
11714 }{}
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \begin_inset Note Note
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724
11725 \backslash
11726 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11727 \end_layout
11728
11729 \begin_layout Plain Layout
11730
11731 \backslash
11732 texorpdfstringについての詳細は、第
11733 \begin_inset CommandInset ref
11734 LatexCommand ref
11735 reference "sub:節見出し中の数式"
11736
11737 \end_inset
11738
11739 節にあります。
11740 \end_layout
11741
11742 \end_inset
11743
11744
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "sub:可変長の空白"
11748
11749 \end_inset
11750
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Standard
11765 指定した長さの空白が、
11766 \series bold
11767
11768 \backslash
11769 hspace
11770 \series default
11771
11772 \begin_inset Index idx
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 こまんど@コマンド ! H ! 
11777 \backslash
11778 hspace
11779 \end_layout
11780
11781 \end_inset
11782
11783 コマンドで入力することができます。すると、ながい「
11784 \color blue
11785
11786 \begin_inset ERT
11787 status collapsed
11788
11789 \begin_layout Plain Layout
11790
11791
11792 \backslash
11793 spce 
11794 \end_layout
11795
11796 \end_inset
11797
11798
11799 \color inherit
11800 」が現れます。長さは、「
11801 \color blue
11802
11803 \begin_inset ERT
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807
11808
11809 \backslash
11810 spce 
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \color inherit
11817 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11818 \series bold
11819
11820 \backslash
11821 hfill
11822 \series default
11823
11824 \begin_inset Index idx
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828 こまんど@コマンド ! H ! 
11829 \backslash
11830 hfill
11831 \end_layout
11832
11833 \end_inset
11834
11835 コマンドを使用します。
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset VSpace -1mm
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 \align center
11847 \begin_inset Tabular
11848 <lyxtabular version="3" rows="4" columns="2">
11849 <features tabularvalignment="middle">
11850 <column alignment="center" valignment="top" width="0">
11851 <column alignment="center" valignment="top" width="0">
11852 <row>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 コマンド(
11858 \backslash
11859 hspace 長さ)
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 出力
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 <row>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 A=B
11880 \backslash
11881 hspace
11882 \begin_inset ERT
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886
11887
11888 \backslash
11889 spce 
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \begin_inset Formula $\to$
11896 \end_inset
11897
11898 A
11899 \backslash
11900 not=C (3
11901 \begin_inset space \thinspace{}
11902 \end_inset
11903
11904 cm)
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 A
11928 \backslash
11929 hspace
11930 \begin_inset ERT
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934
11935
11936 \backslash
11937 spce 
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \begin_inset Formula $\to$
11944 \end_inset
11945
11946 A
11947 \backslash
11948 not=A (-1
11949 \begin_inset space \thinspace{}
11950 \end_inset
11951
11952 mm)
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 A=A
11976 \backslash
11977 hfill
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 spce 
11986 \end_layout
11987
11988 \end_inset
11989
11990 B=B
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 \begin_inset Formula $A=A\hfill B=B$
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 </lyxtabular>
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \begin_layout Standard
12016 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12017 \series bold
12018
12019 \backslash
12020 hfill
12021 \series default
12022 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12023 \series bold
12024
12025 \backslash
12026 hfill
12027 \series default
12028 は、別行建て数式中では、
12029 \series bold
12030 行頭下げ
12031 \series default
12032 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "sec:数式様式"
12036
12037 \end_inset
12038
12039 節で説明されています)。
12040 \end_layout
12041
12042 \begin_layout Standard
12043
12044 \series bold
12045
12046 \backslash
12047 hfill
12048 \series default
12049 の他にも、空白を模様で埋める
12050 \series bold
12051
12052 \backslash
12053 dotfill
12054 \series default
12055
12056 \series bold
12057
12058 \backslash
12059 hrulefill
12060 \series default
12061 といったコマンドがあります。用例については第
12062 \begin_inset CommandInset ref
12063 LatexCommand ref
12064 reference "sub:省略符号"
12065
12066 \end_inset
12067
12068 節をご参照下さい。
12069 \end_layout
12070
12071 \begin_layout Standard
12072 本文中では、可変長空白は、
12073 \family sans
12074 挿入\SpecialChar \menuseparator
12075 整形\SpecialChar \menuseparator
12076 水平方向の空白
12077 \family default
12078 メニューで挿入することができます。
12079 \end_layout
12080
12081 \begin_layout Standard
12082 (例)
12083 \end_layout
12084
12085 \begin_layout Standard
12086 この行には、
12087 \begin_inset space \hspace{}
12088 \length 2cm
12089 \end_inset
12090
12091 2
12092 \begin_inset space \thinspace{}
12093 \end_inset
12094
12095 cmの空白が入っています。
12096 \end_layout
12097
12098 \begin_layout Standard
12099 この行には、
12100 \begin_inset space \hfill{}
12101 \end_inset
12102
12103 最大の空白が入っています。
12104 \end_layout
12105
12106 \begin_layout Subsection
12107 行内数式周りの空白
12108 \begin_inset Index idx
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \begin_layout Standard
12121 行内数式前後の空白は、長さ
12122 \series bold
12123
12124 \backslash
12125 mathsurround
12126 \begin_inset Index idx
12127 status collapsed
12128
12129 \begin_layout Plain Layout
12130 こまんど@コマンド ! M ! 
12131 \backslash
12132 mathsurround
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \series default
12139 を使って調節することができます。長さの値は、以下の書式を持つ
12140 \series bold
12141
12142 \backslash
12143 setlength
12144 \begin_inset Index idx
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 こまんど@コマンド ! S ! 
12149 \backslash
12150 setlength
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \series default
12157 コマンドを使って設定することができます。
12158 \end_layout
12159
12160 \begin_layout Standard
12161
12162 \series bold
12163
12164 \backslash
12165 setlength{長さ名}{値}
12166 \end_layout
12167
12168 \begin_layout Standard
12169
12170 \series bold
12171
12172 \backslash
12173 mathsurround
12174 \series default
12175 を5
12176 \begin_inset space \thinspace{}
12177 \end_inset
12178
12179 mmの値に設定するには、以下のコマンド
12180 \end_layout
12181
12182 \begin_layout Standard
12183
12184 \series bold
12185
12186 \backslash
12187 setlength{
12188 \backslash
12189 mathsurround}{5mm}
12190 \end_layout
12191
12192 \begin_layout Standard
12193 をTeXモードで挿入します。すると、5
12194 \begin_inset space \thinspace{}
12195 \end_inset
12196
12197 mmの空白がすべての行内数式の前後に設定されることになります。
12198 \begin_inset ERT
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202
12203
12204 \backslash
12205 setlength{
12206 \backslash
12207 mathsurround}{5mm}
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \begin_layout Standard
12216 この行には、周囲に5
12217 \begin_inset space \thinspace{}
12218 \end_inset
12219
12220 mmの余白を設定した行内数式
12221 \begin_inset Formula $A=B$
12222 \end_inset
12223
12224 があります。
12225 \begin_inset ERT
12226 status collapsed
12227
12228 \begin_layout Plain Layout
12229
12230
12231 \backslash
12232 setlength{
12233 \backslash
12234 mathsurround}{0pt}
12235 \end_layout
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243 既定値に戻すには、
12244 \series bold
12245
12246 \backslash
12247 mathsurround
12248 \series default
12249 を0
12250 \begin_inset space \thinspace{}
12251 \end_inset
12252
12253 ptの値に戻して下さい。
12254 \end_layout
12255
12256 \begin_layout Section
12257 ボックスと枠
12258 \begin_inset Index idx
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 ぼっくす@ボックス
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \begin_inset Index idx
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 わく@枠 | see
12273 \begin_inset ERT
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277
12278 {
12279 \end_layout
12280
12281 \end_inset
12282
12283 ボックス
12284 \begin_inset ERT
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288
12289 }
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 本文中のボックスについては、取扱説明書
12304 \family typewriter
12305 埋め込みオブジェクト篇
12306 \family default
12307
12308 \family typewriter
12309 Boxes
12310 \family default
12311 の章に述べられています。
12312 \end_layout
12313
12314 \begin_layout Subsection
12315 縁付きボックス
12316 \begin_inset CommandInset label
12317 LatexCommand label
12318 name "sub:縁付きボックス"
12319
12320 \end_inset
12321
12322
12323 \begin_inset Index idx
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327 ぼっくす@ボックス ! ふちつき@縁付き
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338
12339 \backslash
12340 fbox
12341 \series default
12342
12343 \begin_inset Index idx
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 こまんど@コマンド ! F ! 
12348 \backslash
12349 fbox
12350 \end_layout
12351
12352 \end_inset
12353
12354 コマンドや
12355 \series bold
12356
12357 \backslash
12358 boxed
12359 \series default
12360
12361 \begin_inset Index idx
12362 status collapsed
12363
12364 \begin_layout Plain Layout
12365 こまんど@コマンド ! B ! 
12366 \backslash
12367 boxed
12368 \end_layout
12369
12370 \end_inset
12371
12372 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12373 \end_layout
12374
12375 \begin_layout Standard
12376 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12377 \series bold
12378
12379 \backslash
12380 fbox
12381 \series default
12382 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12383 \family sans
12384 Ctrl+M
12385 \family default
12386 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12387 \series bold
12388
12389 \backslash
12390 boxed
12391 \series default
12392 を使った場合には、新しい数式が自動的に枠内に作られます。
12393 \end_layout
12394
12395 \begin_layout Standard
12396
12397 \series bold
12398
12399 \backslash
12400 fbox
12401 \series default
12402 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12403 \series bold
12404
12405 \backslash
12406 boxed
12407 \series default
12408 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12409 \end_layout
12410
12411 \begin_layout Standard
12412
12413 \series bold
12414
12415 \backslash
12416 fbox
12417 \series default
12418 の拡張として、枠幅と配置も指定することができる
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424
12425 \begin_inset Index idx
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 こまんど@コマンド ! F ! 
12430 \backslash
12431 framebox
12432 \end_layout
12433
12434 \end_inset
12435
12436 コマンドがあります。
12437 \series bold
12438
12439 \backslash
12440 framebox
12441 \series default
12442 は、以下の書式を持ちます。
12443 \end_layout
12444
12445 \begin_layout Standard
12446
12447 \series bold
12448
12449 \backslash
12450 framebox[枠幅][位置]{ボックスの内容}
12451 \end_layout
12452
12453 \begin_layout Standard
12454 「位置」は、
12455 \emph on
12456 l
12457 \emph default
12458
12459 \emph on
12460 r
12461 \emph default
12462 の値をとります。
12463 \emph on
12464 l
12465 \emph default
12466 は、ボックス中で数式を左寄せ、
12467 \emph on
12468 r
12469 \emph default
12470 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12471 \begin_inset Newline newline
12472 \end_inset
12473
12474 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12475 \series bold
12476
12477 \backslash
12478 fbox
12479 \series default
12480 と同様、枠幅がボックスの内容に応じて調節されるのです。
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486
12487 \backslash
12488 framebox
12489 \series default
12490 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12491 \series bold
12492
12493 \backslash
12494 fbox
12495 \series default
12496 同様、数式の断片を入れるためのものです。
12497 \end_layout
12498
12499 \begin_layout Standard
12500 \align center
12501 \begin_inset Tabular
12502 <lyxtabular version="3" rows="5" columns="2">
12503 <features tabularvalignment="middle">
12504 <column alignment="center" valignment="top" width="0">
12505 <column alignment="center" valignment="top" width="0">
12506 <row>
12507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 コマンド
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 出力
12521 \begin_inset Note Note
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525 ここで
12526 \series bold
12527
12528 \backslash
12529 raisebox
12530 \series default
12531 はスペーサーとして使用しているだけです。
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 <row>
12543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547
12548 \backslash
12549 fbox
12550 \begin_inset ERT
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554
12555
12556 \backslash
12557 spce 
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \family sans
12564 Ctrl+M
12565 \family default
12566  
12567 \backslash
12568 int
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 spce 
12577 \end_layout
12578
12579 \end_inset
12580
12581 A=B
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604
12605 \backslash
12606 boxed
12607 \begin_inset ERT
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611
12612
12613 \backslash
12614 spce 
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \backslash
12621 int
12622 \begin_inset ERT
12623 status collapsed
12624
12625 \begin_layout Plain Layout
12626
12627
12628 \backslash
12629 spce 
12630 \end_layout
12631
12632 \end_inset
12633
12634 A=B
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 A+
12658 \backslash
12659 fbox
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665
12666 \backslash
12667 spce 
12668 \end_layout
12669
12670 \end_inset
12671
12672 B
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 <row>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695
12696 \backslash
12697 framebox
12698 \begin_inset ERT
12699 status collapsed
12700
12701 \begin_layout Plain Layout
12702
12703
12704 \backslash
12705 spce 
12706 \end_layout
12707
12708 \end_inset
12709
12710 20mm
12711 \begin_inset Formula $\to$
12712 \end_inset
12713
12714
12715 \begin_inset Formula $\to$
12716 \end_inset
12717
12718
12719 \family sans
12720 Ctrl+M
12721 \family default
12722  
12723 \backslash
12724 frac
12725 \begin_inset ERT
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729
12730
12731 \backslash
12732 spce 
12733 \end_layout
12734
12735 \end_inset
12736
12737 A
12738 \begin_inset Formula $\downarrow$
12739 \end_inset
12740
12741 B
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 \begin_inset Formula $\raisebox{6mm}{}$
12751 \end_inset
12752
12753
12754 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12755 \end_inset
12756
12757
12758 \begin_inset Formula $\raisebox{-4mm}{}$
12759 \end_inset
12760
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 </lyxtabular>
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Standard
12775 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12776 \end_layout
12777
12778 \begin_layout Standard
12779
12780 \series bold
12781
12782 \backslash
12783 fboxrule
12784 \series default
12785  
12786 \series bold
12787
12788 \begin_inset Quotes eld
12789 \end_inset
12790
12791 厚み
12792 \begin_inset Quotes erd
12793 \end_inset
12794
12795
12796 \series default
12797  
12798 \series bold
12799
12800 \backslash
12801 fboxsep
12802 \series default
12803  
12804 \series bold
12805
12806 \begin_inset Quotes eld
12807 \end_inset
12808
12809 距離
12810 \begin_inset Quotes erd
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \begin_layout Standard
12817 \begin_inset Quotes eld
12818 \end_inset
12819
12820 距離
12821 \begin_inset Quotes erd
12822 \end_inset
12823
12824 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829
12830
12831 \backslash
12832 fboxrule 2mm 
12833 \backslash
12834 fboxsep 3mm
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \begin_inset Formula 
12841 \[
12842 \boxed{A+B=C}
12843 \]
12844
12845 \end_inset
12846
12847 この数式の直前には、
12848 \end_layout
12849
12850 \begin_layout Standard
12851
12852 \series bold
12853
12854 \backslash
12855 fboxrule
12856 \series default
12857  
12858 \series bold
12859 2mm
12860 \series default
12861  
12862 \series bold
12863
12864 \backslash
12865 fboxsep
12866 \series default
12867  
12868 \series bold
12869 3mm
12870 \end_layout
12871
12872 \begin_layout Standard
12873 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12874 \end_layout
12875
12876 \begin_layout Standard
12877 標準の枠寸法に戻すには、
12878 \end_layout
12879
12880 \begin_layout Standard
12881
12882 \series bold
12883
12884 \backslash
12885 fboxrule
12886 \series default
12887  
12888 \series bold
12889 0.4pt
12890 \series default
12891  
12892 \series bold
12893
12894 \backslash
12895 fboxsep
12896 \series default
12897  
12898 \series bold
12899 3pt
12900 \series default
12901
12902 \begin_inset ERT
12903 status collapsed
12904
12905 \begin_layout Plain Layout
12906
12907
12908 \backslash
12909 fboxrule 0.4pt 
12910 \backslash
12911 fboxsep 3pt
12912 \end_layout
12913
12914 \end_inset
12915
12916
12917 \end_layout
12918
12919 \begin_layout Standard
12920 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12921 \end_layout
12922
12923 \begin_layout Subsection
12924 縁なしボックス
12925 \begin_inset CommandInset label
12926 LatexCommand label
12927 name "sub:枠なしボックス"
12928
12929 \end_inset
12930
12931
12932 \begin_inset Index idx
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936 ぼっくす@ボックス ! わくなし@枠なし
12937 \end_layout
12938
12939 \end_inset
12940
12941
12942 \end_layout
12943
12944 \begin_layout Standard
12945 縁のないボックスを作るには、
12946 \series bold
12947
12948 \backslash
12949 mbox
12950 \series default
12951
12952 \begin_inset Index idx
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956 こまんど@コマンド ! M ! 
12957 \backslash
12958 mbox
12959 \end_layout
12960
12961 \end_inset
12962
12963
12964 \series bold
12965
12966 \backslash
12967 makebox
12968 \series default
12969
12970 \begin_inset Index idx
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974 こまんど@コマンド ! M ! 
12975 \backslash
12976 makebox
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \series bold
12983
12984 \backslash
12985 raisebox
12986 \series default
12987
12988 \begin_inset Index idx
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992 こまんど@コマンド ! R ! 
12993 \backslash
12994 raisebox
12995 \end_layout
12996
12997 \end_inset
12998
12999 の三つのコマンドがあります。
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 raisebox
13008 \series default
13009 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13010 \series bold
13011
13012 \backslash
13013 raisebox
13014 \series default
13015 は、以下の書式で用いられます。
13016 \end_layout
13017
13018 \begin_layout Standard
13019
13020 \series bold
13021
13022 \backslash
13023 raisebox{高さ}{ボックスの内容}
13024 \end_layout
13025
13026 \begin_layout Standard
13027
13028 \series bold
13029
13030 \backslash
13031 fbox
13032 \series default
13033 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13034 \begin_inset Note Greyedout
13035 status open
13036
13037 \begin_layout Plain Layout
13038
13039 \series bold
13040 (註)
13041 \series default
13042 下の最後の
13043 \series bold
13044
13045 \backslash
13046 raisebox
13047 \series default
13048 のところで、
13049 \family sans
13050 Ctrl+M
13051 \family default
13052 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13053 \series bold
13054
13055 \backslash
13056 raisebox
13057 \series default
13058 を直接サポートしていないためです。
13059 \end_layout
13060
13061 \end_inset
13062
13063
13064 \end_layout
13065
13066 \begin_layout Standard
13067 \align center
13068 \begin_inset Tabular
13069 <lyxtabular version="3" rows="4" columns="2">
13070 <features tabularvalignment="middle">
13071 <column alignment="center" valignment="top" width="0">
13072 <column alignment="center" valignment="top" width="0">
13073 <row>
13074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 コマンド
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 出力
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 <row>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 H
13099 \backslash
13100 raisebox{2mm
13101 \begin_inset Formula $\to$
13102 \end_inset
13103
13104
13105 \backslash
13106 {al
13107 \begin_inset Formula $\to$
13108 \end_inset
13109
13110  lo
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13120 \end_inset
13121
13122
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 </row>
13128 <row>
13129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 H
13134 \backslash
13135 raisebox{-2mm
13136 \begin_inset Formula $\to$
13137 \end_inset
13138
13139
13140 \backslash
13141 {al
13142 \begin_inset Formula $\to$
13143 \end_inset
13144
13145 lo
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 </row>
13163 <row>
13164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 A=
13169 \backslash
13170 raisebox{-2mm
13171 \begin_inset Formula $\to$
13172 \end_inset
13173
13174
13175 \backslash
13176 {
13177 \family sans
13178 Ctrl+M Ctrl+M
13179 \family default
13180  
13181 \backslash
13182 sqrt
13183 \begin_inset ERT
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187
13188
13189 \backslash
13190 spce 
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 </row>
13213 </lyxtabular>
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \begin_layout Standard
13221 縁がないことを除けば、
13222 \series bold
13223
13224 \backslash
13225 mbox
13226 \series default
13227 コマンドは
13228 \series bold
13229
13230 \backslash
13231 fbox
13232 \series default
13233 と同じであり、
13234 \series bold
13235
13236 \backslash
13237 makebox
13238 \series default
13239
13240 \series bold
13241
13242 \backslash
13243 framebox
13244 \series default
13245 と同じです。
13246 \end_layout
13247
13248 \begin_layout Subsection
13249 色付きボックス
13250 \begin_inset CommandInset label
13251 LatexCommand label
13252 name "sub:色付きボックス"
13253
13254 \end_inset
13255
13256
13257 \begin_inset Index idx
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261 ぼっくす@ボックス ! いろつき@色付き
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13271 \end_layout
13272
13273 \begin_layout Standard
13274
13275 \series bold
13276
13277 \backslash
13278 usepackage{color}
13279 \end_layout
13280
13281 \begin_layout Standard
13282 という行
13283 \begin_inset Foot
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13288 \series bold
13289 color
13290 \series default
13291 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13292 \end_layout
13293
13294 \end_inset
13295
13296
13297 \begin_inset Note Note
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13302 \end_layout
13303
13304 \end_inset
13305
13306 を書き加えて、LaTeXパッケージの
13307 \series bold
13308 color
13309 \series default
13310
13311 \begin_inset Foot
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315 LaTeXパッケージ
13316 \series bold
13317 color
13318 \series default
13319 は、すべての標準的なLaTeX頒布版に含まれています。
13320 \end_layout
13321
13322 \end_inset
13323
13324
13325 \begin_inset Index idx
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329 ぱっけーじ@パッケージ ! color
13330 \end_layout
13331
13332 \end_inset
13333
13334 を読み込む必要があります。
13335 \end_layout
13336
13337 \begin_layout Standard
13338 \begin_inset VSpace medskip
13339 \end_inset
13340
13341 ボックスに色を付けるには、
13342 \series bold
13343
13344 \backslash
13345 colorbox
13346 \series default
13347
13348 \begin_inset Index idx
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352 こまんど@コマンド ! C ! 
13353 \backslash
13354 colorbox
13355 \end_layout
13356
13357 \end_inset
13358
13359 コマンドを以下の書式で使用します。
13360 \end_layout
13361
13362 \begin_layout Standard
13363
13364 \series bold
13365
13366 \backslash
13367 colorbox{色}{ボックスの内容}
13368 \end_layout
13369
13370 \begin_layout Standard
13371 ボックスの内容には、別のボックスが含まれても構いませんし、
13372 \series bold
13373
13374 \backslash
13375 colorbox
13376 \series default
13377 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13378 \series bold
13379
13380 \backslash
13381 raisebox
13382 \series default
13383 と同様、明示的に数式を作らなくてはなりません
13384 \begin_inset Foot
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388 これは、
13389 \series bold
13390
13391 \backslash
13392 fcolorbox
13393 \series default
13394 コマンドにも当てはまります。
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \begin_layout Standard
13403 選択できる定義済みの色としては、
13404 \end_layout
13405
13406 \begin_layout Standard
13407
13408 \series bold
13409 black
13410 \series default
13411 (黒)・
13412 \series bold
13413 blue
13414 \series default
13415 (青)・
13416 \series bold
13417 cyan
13418 \series default
13419 (シアン)・
13420 \series bold
13421 green
13422 \series default
13423 (緑)・
13424 \series bold
13425 magenta
13426 \series default
13427 (マゼンタ)・
13428 \series bold
13429 red
13430 \series default
13431 (赤)・
13432 \series bold
13433 white
13434 \series default
13435 (白)・
13436 \series bold
13437 yellow
13438 \series default
13439 (黄)
13440 \end_layout
13441
13442 \begin_layout Standard
13443 があります。
13444 \end_layout
13445
13446 \begin_layout Standard
13447 \align center
13448 \begin_inset Tabular
13449 <lyxtabular version="3" rows="4" columns="2">
13450 <features tabularvalignment="middle">
13451 <column alignment="center" valignment="top" width="0">
13452 <column alignment="center" valignment="top" width="0">
13453 <row>
13454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 コマンド
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 出力
13468 \begin_inset Note Note
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472 ここで
13473 \series bold
13474
13475 \backslash
13476 raisebox
13477 \series default
13478 はスペーサーとして使用しているだけです。
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 </row>
13489 <row>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494
13495 \backslash
13496 colorbox{yellow
13497 \begin_inset Formula $\to$
13498 \end_inset
13499
13500
13501 \backslash
13502 {A=B
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13512 \end_inset
13513
13514
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525
13526 \backslash
13527 colorbox{green
13528 \begin_inset Formula $\to$
13529 \end_inset
13530
13531
13532 \backslash
13533 {
13534 \backslash
13535 fbox
13536 \begin_inset ERT
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540
13541
13542 \backslash
13543 spce 
13544 \end_layout
13545
13546 \end_inset
13547
13548 A=B
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \backslash
13573 fbox
13574 \begin_inset ERT
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578
13579
13580 \backslash
13581 spce 
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \backslash
13588 colorbox{green
13589 \begin_inset Formula $\to$
13590 \end_inset
13591
13592
13593 \backslash
13594 {
13595 \family sans
13596 Ctrl+M
13597 \family default
13598  
13599 \family sans
13600 Ctrl+M
13601 \family default
13602  
13603 \backslash
13604 int
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610
13611 \backslash
13612 spce 
13613 \end_layout
13614
13615 \end_inset
13616
13617 C=D
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 </row>
13635 </lyxtabular>
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Standard
13643
13644 \series bold
13645
13646 \backslash
13647 colorbox
13648 \series default
13649 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13650 \family sans
13651 文字様式
13652 \family default
13653 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13654 \begin_inset Graphics
13655         filename ../../images/dialog-show_character.png
13656         scale 85
13657
13658 \end_inset
13659
13660
13661 \family sans
13662 編集\SpecialChar \menuseparator
13663 文字様式\SpecialChar \menuseparator
13664 任意設定
13665 \family default
13666 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13667
13668 \end_layout
13669
13670 \begin_layout Standard
13671 たとえば、
13672 \end_layout
13673
13674 \begin_layout Standard
13675
13676 \color red
13677 \begin_inset Formula 
13678 \begin{equation}
13679 \int A=B\label{eq:red}
13680 \end{equation}
13681
13682 \end_inset
13683
13684
13685 \color green
13686
13687 \begin_inset Formula 
13688 \begin{equation}
13689 \textcolor{red}{\int A=B}\label{eq:redgreen}
13690 \end{equation}
13691
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \begin_layout Standard
13698 数式
13699 \begin_inset CommandInset ref
13700 LatexCommand eqref
13701 reference "eq:red"
13702
13703 \end_inset
13704
13705 は、全体が赤色です。
13706 \begin_inset Newline newline
13707 \end_inset
13708
13709 数式
13710 \begin_inset CommandInset ref
13711 LatexCommand eqref
13712 reference "eq:redgreen"
13713
13714 \end_inset
13715
13716 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13717 \end_layout
13718
13719 \begin_layout Standard
13720 \begin_inset VSpace bigskip
13721 \end_inset
13722
13723 ボックスの縁だけ別の色にするには、
13724 \series bold
13725
13726 \backslash
13727 fcolorbox
13728 \series default
13729
13730 \begin_inset Index idx
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734 こまんど@コマンド ! F ! 
13735 \backslash
13736 fcolorbox
13737 \end_layout
13738
13739 \end_inset
13740
13741 コマンドを以下の書式で使用します。
13742 \end_layout
13743
13744 \begin_layout Standard
13745
13746 \series bold
13747
13748 \backslash
13749 fcolorbox{縁の色}{色}{ボックスの内容}
13750 \end_layout
13751
13752 \begin_layout Standard
13753 つまり、
13754 \series bold
13755
13756 \backslash
13757 fcolorbox
13758 \series default
13759
13760 \series bold
13761
13762 \backslash
13763 colorbox
13764 \series default
13765 コマンドの拡張です。
13766 \series bold
13767
13768 \backslash
13769 framebox
13770 \series default
13771 と同様に、縁の厚みは
13772 \series bold
13773
13774 \backslash
13775 fboxrule
13776 \series default
13777
13778 \series bold
13779
13780 \backslash
13781 fboxsep
13782 \series default
13783 で設定します。たとえば、
13784 \begin_inset ERT
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788
13789
13790 \backslash
13791 fboxrule 1mm 
13792 \backslash
13793 fboxsep 1mm
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \begin_inset Formula 
13800 \[
13801 \fcolorbox{cyan}{magenta}{A=B}
13802 \]
13803
13804 \end_inset
13805
13806
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \backslash
13814 fboxrule 0.4pt 
13815 \backslash
13816 fboxsep 3pt
13817 \end_layout
13818
13819 \end_inset
13820
13821 のようにします。
13822 \end_layout
13823
13824 \begin_layout Standard
13825 上記の数式は、以下のコマンドで作成されています。
13826 \begin_inset Newline newline
13827 \end_inset
13828
13829
13830 \series bold
13831
13832 \backslash
13833 fcolorbox{cyan
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {magenta
13840 \begin_inset Formula $\to$
13841 \end_inset
13842
13843
13844 \backslash
13845 {A=B
13846 \series default
13847 .
13848 \end_layout
13849
13850 \begin_layout Standard
13851 \begin_inset VSpace bigskip
13852 \end_inset
13853
13854 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13855 \end_layout
13856
13857 \begin_layout Standard
13858 たとえば、「
13859 \series bold
13860 darkgreen
13861 \series default
13862 」という色を定義するには、LaTeXプリアンブルに
13863 \end_layout
13864
13865 \begin_layout Standard
13866
13867 \series bold
13868
13869 \backslash
13870 definecolor{darkgreen}{cmyk}{0.5,
13871 \series default
13872  
13873 \series bold
13874 0,
13875 \series default
13876  
13877 \series bold
13878 1,
13879 \series default
13880  
13881 \series bold
13882 0.5}
13883 \series default
13884
13885 \begin_inset Index idx
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889 こまんど@コマンド ! D ! 
13890 \backslash
13891 definecolor
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Standard
13900 という行を書き加えます。
13901 \end_layout
13902
13903 \begin_layout Standard
13904
13905 \series bold
13906 cmyk
13907 \series default
13908 とは、
13909 \series bold
13910 cyan
13911 \series default
13912 (シアン)・
13913 \series bold
13914 magenta
13915 \series default
13916 (マゼンタ)・
13917 \series bold
13918 yellow
13919 \series default
13920 (黄)・
13921 \series bold
13922 black
13923 \series default
13924 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13925 \begin_inset space \thinspace{}
13926 \end_inset
13927
13928 -
13929 \begin_inset space \thinspace{}
13930 \end_inset
13931
13932 1の範囲をとることができます。定義には、
13933 \series bold
13934 cmyk
13935 \series default
13936 の他に、
13937 \series bold
13938 rgb
13939 \series default
13940 という色空間を使うこともできます。
13941 \series bold
13942 rgb
13943 \series default
13944 とは、
13945 \series bold
13946 red
13947 \series default
13948 (赤)・
13949 \series bold
13950 green
13951 \series default
13952 (緑)・
13953 \series bold
13954 blue
13955 \series default
13956 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13957 \series bold
13958 gray
13959 \series default
13960 という色空間もあります。
13961 \end_layout
13962
13963 \begin_layout Standard
13964 例として、文字が
13965 \series bold
13966 yellow
13967 \series default
13968 に色付けされ、新しく定義した
13969 \series bold
13970 darkgreen
13971 \series default
13972 という色を持つ縁付きボックスを挙げておきます。
13973 \begin_inset Formula 
13974 \begin{equation}
13975 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13976 \end{equation}
13977
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \begin_layout Standard
13984
13985 \series bold
13986
13987 \backslash
13988 textcolor
13989 \series default
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 \end_layout
14002
14003 \begin_layout Standard
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 textcolor{darkgreen}{
14012 \end_layout
14013
14014 \end_inset
14015
14016 この文は「darkgreen」です。
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 \begin_layout Standard
14031
14032 \series bold
14033
14034 \backslash
14035 textcolor
14036 \series default
14037
14038 \begin_inset Index idx
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042 こまんど@コマンド ! T ! 
14043 \backslash
14044 textcolor
14045 \end_layout
14046
14047 \end_inset
14048
14049 は、
14050 \series bold
14051
14052 \backslash
14053 textcolor{色}{色付けをする文}
14054 \series default
14055 という書式で使用することができます。
14056 \end_layout
14057
14058 \begin_layout Subsection
14059 段落ボックス
14060 \begin_inset CommandInset label
14061 LatexCommand label
14062 name "sub:段落ボックス"
14063
14064 \end_inset
14065
14066
14067 \begin_inset Index idx
14068 status collapsed
14069
14070 \begin_layout Plain Layout
14071 ぼっくす@ボックス ! だんらく@段落
14072 \end_layout
14073
14074 \end_inset
14075
14076
14077 \begin_inset Index idx
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 ぼっくす@ボックス ! parbox|see
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087 {
14088 \end_layout
14089
14090 \end_inset
14091
14092 ボックス ! 段落ボックス
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098 }
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \begin_layout Standard
14112 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14113 \family sans
14114 挿入\SpecialChar \menuseparator
14115 ボックス
14116 \family default
14117 メニューかツールバーボタン
14118 \begin_inset Graphics
14119         filename ../../images/box-insert.png
14120         scale 85
14121
14122 \end_inset
14123
14124 で作成することができます。
14125 \end_layout
14126
14127 \begin_layout Standard
14128 以下の例は、行中の縁付きparboxを示したものです。
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset VSpace medskip
14133 \end_inset
14134
14135 この行は、
14136 \begin_inset Box Boxed
14137 position "c"
14138 hor_pos "c"
14139 has_inner_box 1
14140 inner_pos "t"
14141 use_parbox 1
14142 use_makebox 0
14143 width "5cm"
14144 special "none"
14145 height "1in"
14146 height_special "totalheight"
14147 status open
14148
14149 \begin_layout Plain Layout
14150 これは段落ボックスです。これはちょうど5
14151 \begin_inset space \thinspace{}
14152 \end_inset
14153
14154 cmの幅になっており、以下のように数式を含めることもできます。
14155 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \end_inset
14162
14163 parboxの入った行です。
14164 \end_layout
14165
14166 \begin_layout Standard
14167 \begin_inset VSpace medskip
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \begin_layout Standard
14174 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14175 \emph on
14176 装飾
14177 \emph default
14178 :簡素な長方形の箱型、
14179 \emph on
14180 内部ボックス
14181 \emph default
14182 :parboxコマンド、
14183 \emph on
14184
14185 \emph default
14186 :5
14187 \begin_inset space \thinspace{}
14188 \end_inset
14189
14190 cm、
14191 \emph on
14192 垂直ボックス配置
14193 \emph default
14194 :中央、に設定されています。
14195 \end_layout
14196
14197 \begin_layout Standard
14198 \begin_inset VSpace medskip
14199 \end_inset
14200
14201 LaTeXでは、parboxは、以下の書式を持つ
14202 \series bold
14203
14204 \backslash
14205 parbox
14206 \series default
14207
14208 \begin_inset Index idx
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212 こまんど@コマンド ! P ! 
14213 \backslash
14214 parbox
14215 \end_layout
14216
14217 \end_inset
14218
14219 コマンドによって作られます。
14220 \end_layout
14221
14222 \begin_layout Standard
14223
14224 \series bold
14225
14226 \backslash
14227 parbox[位置]{幅}{ボックスの内容}
14228 \end_layout
14229
14230 \begin_layout Standard
14231 「位置」は、
14232 \emph on
14233 b
14234 \emph default
14235
14236 \emph on
14237 t
14238 \emph default
14239 の値をとることができます。下揃えを意味する
14240 \emph on
14241 b
14242 \emph default
14243
14244 \bar under
14245 b
14246 \bar default
14247 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14248 \emph on
14249 t
14250 \emph default
14251
14252 \bar under
14253 t
14254 \bar default
14255 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14256 \emph on
14257 Boxes
14258 \emph default
14259 の節をご参照下さい。
14260 \end_layout
14261
14262 \begin_layout Standard
14263 \begin_inset VSpace bigskip
14264 \end_inset
14265
14266 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14267 \series bold
14268 parbox{
14269 \backslash
14270 linewidth-2
14271 \backslash
14272 fboxsep-2
14273 \backslash
14274 fboxrule}{
14275 \series default
14276 というコマンドを挿入します。ここで
14277 \series bold
14278
14279 \backslash
14280 linewidth
14281 \begin_inset Index idx
14282 status collapsed
14283
14284 \begin_layout Plain Layout
14285 こまんど@コマンド ! L ! 
14286 \backslash
14287 linewidth
14288 \end_layout
14289
14290 \end_inset
14291
14292
14293 \series default
14294 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14295 \begin_inset Foot
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299 \begin_inset CommandInset href
14300 LatexCommand href
14301 name "LyX-bug #4483"
14302 target "http://www.lyx.org/trac/ticket/4483"
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14312 \series bold
14313 calc
14314 \series default
14315
14316 \begin_inset Foot
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320
14321 \series bold
14322 calc
14323 \series default
14324 は、標準的LaTeX頒布版のすべてに含まれています。
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \begin_inset Index idx
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334 ぱっけーじ@パッケージ ! calc
14335 \end_layout
14336
14337 \end_inset
14338
14339 を、LaTeXプリアンブル中で
14340 \end_layout
14341
14342 \begin_layout Standard
14343
14344 \series bold
14345
14346 \backslash
14347 usepackage{calc}
14348 \end_layout
14349
14350 \begin_layout Standard
14351 のように読み込んでおく必要があります。数式の後では、TeXモードで
14352 \series bold
14353 }}
14354 \series default
14355 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14356 \begin_inset ERT
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360
14361
14362 \backslash
14363 fboxsep 5mm 
14364 \backslash
14365 fboxrule 5mm
14366 \end_layout
14367
14368 \end_inset
14369
14370
14371 \end_layout
14372
14373 \begin_layout Standard
14374 \begin_inset ERT
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378
14379
14380 \backslash
14381 fbox{
14382 \backslash
14383 parbox{
14384 \backslash
14385 linewidth-2
14386 \backslash
14387 fboxsep-2
14388 \backslash
14389 fboxrule}{
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \begin_inset Formula 
14396 \begin{equation}
14397 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14398 \end{equation}
14399
14400 \end_inset
14401
14402
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408 }}
14409 \end_layout
14410
14411 \end_inset
14412
14413
14414 \begin_inset ERT
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418
14419
14420 \backslash
14421 fboxrule 0.4pt 
14422 \backslash
14423 fboxsep 3pt
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 \begin_inset VSpace medskip
14433 \end_inset
14434
14435
14436 \series bold
14437
14438 \backslash
14439 fbox
14440 \series default
14441 の引数としてparboxが使われているので、この場合には、
14442 \series bold
14443
14444 \backslash
14445 fbox
14446 \series default
14447 を使おうが
14448 \series bold
14449
14450 \backslash
14451 boxed
14452 \series default
14453 を使おうが、差は生じません。
14454 \end_layout
14455
14456 \begin_layout Standard
14457 \begin_inset VSpace bigskip
14458 \end_inset
14459
14460 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14461 \series bold
14462
14463 \backslash
14464 parbox
14465 \series default
14466
14467 \series bold
14468
14469 \backslash
14470 tag
14471 \series default
14472 コマンドといっしょに使います(
14473 \series bold
14474
14475 \backslash
14476 tag
14477 \series default
14478 についての詳細は、第
14479 \begin_inset CommandInset ref
14480 LatexCommand ref
14481 reference "sub:ユーザー定義番号"
14482
14483 \end_inset
14484
14485 節をご参照下さい)
14486 \end_layout
14487
14488 \begin_layout Standard
14489 以下は、
14490 \series bold
14491
14492 \backslash
14493 parbox
14494 \series default
14495 を使ってコメントを付けた数式の例です。
14496 \end_layout
14497
14498 \begin_layout Standard
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504
14505 \backslash
14506 [5x-7b=3b
14507 \backslash
14508 tag*{
14509 \backslash
14510 parbox{5cm}{
14511 \end_layout
14512
14513 \end_inset
14514
14515 これは説明です。数式や多行数式本体からはっきりと離れています。
14516 \begin_inset ERT
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521 }}
14522 \backslash
14523 ]
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532 LyXは、まだ数式中での
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14539 \end_layout
14540
14541 \begin_layout Standard
14542 まず、
14543 \series bold
14544
14545 \backslash
14546 [5x-7b=3b
14547 \backslash
14548 tag*
14549 \backslash
14550 {
14551 \backslash
14552 parbox{5cm}{
14553 \series default
14554 というコマンドをTeXモードで挿入します
14555 \begin_inset Foot
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 \series bold
14561 行頭下げ
14562 \series default
14563 数式様式を使用している時には、
14564 \series bold
14565
14566 \backslash
14567 tag*
14568 \backslash
14569 {
14570 \series default
14571 の代わりに
14572 \series bold
14573
14574 \backslash
14575 hfill
14576 \series default
14577 を用いることもできます(数式様式に関しては、第
14578 \begin_inset CommandInset ref
14579 LatexCommand ref
14580 reference "sec:数式様式"
14581
14582 \end_inset
14583
14584 節をご参照下さい)。
14585 \end_layout
14586
14587 \end_inset
14588
14589 。それから、説明を通常のテキストとして入れ、最後に
14590 \series bold
14591 }}
14592 \backslash
14593 ]
14594 \series default
14595 をTeXモードで挿入します。ここで
14596 \series bold
14597
14598 \backslash
14599 [
14600 \series default
14601 および
14602 \series bold
14603
14604 \backslash
14605 ]
14606 \series default
14607 コマンドは別行建て数式を作るためのものです。
14608 \end_layout
14609
14610 \begin_layout Standard
14611
14612 \series bold
14613
14614 \backslash
14615 parbox
14616 \series default
14617 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14618 \begin_inset Formula 
14619 \[
14620 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14621 \]
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Section
14629 演算子
14630 \begin_inset Index idx
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634 えんざんし@演算子
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Subsection
14643 大演算子
14644 \begin_inset CommandInset label
14645 LatexCommand label
14646 name "sub:大演算子"
14647
14648 \end_inset
14649
14650
14651 \begin_inset Index idx
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 えんざんし@演算子 ! だい@大
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \begin_inset Index idx
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665 わ@和
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset Index idx
14672 status collapsed
14673
14674 \begin_layout Plain Layout
14675 せきぶんきごう@積分記号
14676 \end_layout
14677
14678 \end_inset
14679
14680
14681 \end_layout
14682
14683 \begin_layout Standard
14684 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14685 \family sans
14686 数式オプション
14687 \family default
14688 の面にある
14689 \family sans
14690 esintパッケージを自動的に使う
14691 \family default
14692 オプションを有効にしなくてはなりません。
14693 \end_layout
14694
14695 \begin_layout Standard
14696 \begin_inset space \hfill{}
14697 \end_inset
14698
14699
14700 \begin_inset Tabular
14701 <lyxtabular version="3" rows="9" columns="2">
14702 <features tabularvalignment="middle">
14703 <column alignment="center" valignment="top" width="0pt">
14704 <column alignment="center" valignment="top" width="0pt">
14705 <row>
14706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710 コマンド
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 出力
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 </row>
14725 <row>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730
14731 \backslash
14732 sum
14733 \begin_inset Index idx
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737 こまんど@コマンド ! S ! 
14738 \backslash
14739 sum
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Formula $\sum$
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 </row>
14762 <row>
14763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767
14768 \backslash
14769 int
14770 \begin_inset Index idx
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774 こまんど@コマンド ! I ! 
14775 \backslash
14776 int
14777 \end_layout
14778
14779 \end_inset
14780
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 \begin_inset Formula $\int$
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 </row>
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804
14805 \backslash
14806 oint
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Formula $\oint$
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 </row>
14824 <row>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829
14830 \backslash
14831 ointctrclockwise
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 \begin_inset Formula $\ointctrclockwise$
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854
14855 \backslash
14856 ointclockwise
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 \begin_inset Formula $\ointclockwise$
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 </row>
14874 <row>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \backslash
14881 sqint
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 \begin_inset Formula $\sqint$
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \backslash
14906 bigcap
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 \begin_inset Formula $\bigcap$
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 </row>
14924 <row>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929
14930 \backslash
14931 bigcup
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 \begin_inset Formula $\bigcup$
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 </row>
14949 </lyxtabular>
14950
14951 \end_inset
14952
14953
14954 \begin_inset space \hfill{}
14955 \end_inset
14956
14957
14958 \begin_inset Tabular
14959 <lyxtabular version="3" rows="10" columns="2">
14960 <features tabularvalignment="middle">
14961 <column alignment="center" valignment="top" width="0pt">
14962 <column alignment="center" valignment="top" width="0pt">
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 コマンド
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 出力
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 </row>
14983 <row>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \backslash
14990 prod
14991 \begin_inset Index idx
14992 status collapsed
14993
14994 \begin_layout Plain Layout
14995 こまんど@コマンド ! P ! 
14996 \backslash
14997 prod
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset Formula $\prod$
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 </row>
15020 <row>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \backslash
15027 coprod
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 \begin_inset Formula $\coprod$
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \backslash
15052 bigodot
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Formula $\bigodot$
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \backslash
15077 bigotimes
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 \begin_inset Formula $\bigotimes$
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \backslash
15102 bigoplus
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 \begin_inset Formula $\bigoplus$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \backslash
15127 bigwedge
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset Formula $\bigwedge$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 bigvee
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 \begin_inset Formula $\bigvee$
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \backslash
15177 bigsqcup
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 \begin_inset Formula $\bigsqcup$
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row>
15196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \backslash
15202 biguplus
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 \begin_inset Formula $\biguplus$
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 </lyxtabular>
15221
15222 \end_inset
15223
15224
15225 \begin_inset space \hfill{}
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \begin_layout Standard
15232 すべての大演算子は、数式ツールバーボタンの
15233 \begin_inset Graphics
15234         filename ../../images/math/intop.png
15235         scale 85
15236
15237 \end_inset
15238
15239 でも挿入することができます。
15240 \end_layout
15241
15242 \begin_layout Standard
15243 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15244 \end_layout
15245
15246 \begin_layout Standard
15247 積分演算子はすべて、
15248 \series bold
15249
15250 \backslash
15251 intop
15252 \series default
15253
15254 \series bold
15255
15256 \backslash
15257 ointop
15258 \series default
15259 のように、
15260 \series bold
15261 op
15262 \series default
15263 で終わる別バージョンがあります。これらの演算子は、
15264 \series bold
15265
15266 \backslash
15267 int
15268 \series default
15269 とは範囲の表示のしかたが異なります。第
15270 \begin_inset CommandInset ref
15271 LatexCommand ref
15272 reference "sub:演算子の範囲"
15273
15274 \end_inset
15275
15276 節をご参照下さい。
15277 \end_layout
15278
15279 \begin_layout Subsubsection*
15280 積分の子細
15281 \end_layout
15282
15283 \begin_layout Standard
15284 積分中で用いられる文字
15285 \emph on
15286 d
15287 \emph default
15288 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15289 \emph on
15290 d
15291 \emph default
15292 を選択して、短絡キー
15293 \begin_inset Info
15294 type  "shortcut"
15295 arg   "font-roman"
15296 \end_inset
15297
15298 を用います
15299 \begin_inset Foot
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303 文字様式については、第
15304 \begin_inset CommandInset ref
15305 LatexCommand ref
15306 reference "sub:書体様式"
15307
15308 \end_inset
15309
15310 節参照。
15311 \end_layout
15312
15313 \end_inset
15314
15315 。最後に、演算子の慣例に倣って、
15316 \emph on
15317 d
15318 \emph default
15319 の前に最小空白を挿入しなくてはなりません。たとえば、
15320 \end_layout
15321
15322 \begin_layout Standard
15323 正しくない例:
15324 \begin_inset Formula $\int A(x)dx$
15325 \end_inset
15326
15327
15328 \begin_inset Newline newline
15329 \end_inset
15330
15331 正しい
15332 \begin_inset Phantom HPhantom
15333 status open
15334
15335 \begin_layout Plain Layout
15336 ない
15337 \end_layout
15338
15339 \end_inset
15340
15341 例:
15342 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15343 \end_inset
15344
15345
15346 \end_layout
15347
15348 \begin_layout Standard
15349 多重積分に関しては、以下のコマンドがあります。
15350 \begin_inset VSpace medskip
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \begin_layout Standard
15357 \begin_inset space \hfill{}
15358 \end_inset
15359
15360
15361 \begin_inset Tabular
15362 <lyxtabular version="3" rows="4" columns="2">
15363 <features tabularvalignment="middle">
15364 <column alignment="center" valignment="top" width="0">
15365 <column alignment="center" valignment="top" width="0">
15366 <row>
15367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 コマンド
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 出力
15381 \begin_inset Note Note
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385 ここで
15386 \series bold
15387
15388 \backslash
15389 raisebox
15390 \series default
15391 はスペーサーとして使用しているだけです。
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 iint
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 oiint
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 sqiint
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 </lyxtabular>
15478
15479 \end_inset
15480
15481
15482 \begin_inset space \hfill{}
15483 \end_inset
15484
15485
15486 \begin_inset Tabular
15487 <lyxtabular version="3" rows="4" columns="2">
15488 <features tabularvalignment="middle">
15489 <column alignment="center" valignment="top" width="0">
15490 <column alignment="center" valignment="top" width="0">
15491 <row>
15492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 コマンド
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 出力
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \backslash
15518 iiint
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \backslash
15543 iiiint
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \backslash
15568 dotsint
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 </lyxtabular>
15587
15588 \end_inset
15589
15590
15591 \begin_inset space \hfill{}
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \begin_layout Subsection
15598 演算子の範囲
15599 \begin_inset CommandInset label
15600 LatexCommand label
15601 name "sub:演算子の範囲"
15602
15603 \end_inset
15604
15605
15606 \begin_inset Index idx
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610 えんざんし@演算子 ! はんい@範囲
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 範囲は、上付き文字と下付き文字とで作成することができます。
15620 \end_layout
15621
15622 \begin_layout Standard
15623 \align center
15624 \begin_inset Tabular
15625 <lyxtabular version="3" rows="2" columns="2">
15626 <features tabularvalignment="middle">
15627 <column alignment="center" valignment="top" width="0pt">
15628 <column alignment="center" valignment="top" width="0pt">
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 コマンド
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 出力
15644 \begin_inset Note Note
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648 ここで
15649 \series bold
15650
15651 \backslash
15652 raisebox
15653 \series default
15654 はスペーサーとして使用しているだけです。
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 prod^
15673 \backslash
15674 infty
15675 \begin_inset ERT
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679
15680
15681 \backslash
15682 spce 
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \begin_inset Formula $\to$
15689 \end_inset
15690
15691 _0
15692 \begin_inset Formula $\to$
15693 \end_inset
15694
15695 A(x)
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 </lyxtabular>
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15722 \end_layout
15723
15724 \begin_layout Standard
15725 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15726 \family sans
15727 編集\SpecialChar \menuseparator
15728 数式\SpecialChar \menuseparator
15729 範囲の表記を変更
15730 \family default
15731 メニューで
15732 \family sans
15733 \series bold
15734 行内形式
15735 \family default
15736 \series default
15737 (短絡キー
15738 \begin_inset Info
15739 type  "shortcut"
15740 arg   "math-limits"
15741 \end_inset
15742
15743 )を選択することで範囲形式を変更することができます。以下はその用例です。
15744 \end_layout
15745
15746 \begin_layout Standard
15747 既定の範囲形式は、以下のようになっています。
15748 \begin_inset Formula 
15749 \[
15750 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15751 \]
15752
15753 \end_inset
15754
15755 以下は、範囲形式を
15756 \family sans
15757 \series bold
15758 行内形式
15759 \family default
15760 \series default
15761 に変更したときの表示です。
15762 \begin_inset Formula 
15763 \[
15764 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15765 \]
15766
15767 \end_inset
15768
15769
15770 \series bold
15771
15772 \backslash
15773 intop
15774 \series default
15775
15776 \series bold
15777
15778 \backslash
15779 ointop
15780 \series default
15781 などのように
15782 \series bold
15783 op
15784 \series default
15785 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15786 の例では、範囲形式を
15787 \series bold
15788 別行建て形式
15789 \series default
15790 にして積分記号の下に置くようにしています。
15791 \begin_inset Formula 
15792 \begin{equation}
15793 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15794 \end{equation}
15795
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \begin_layout Standard
15802 \begin_inset VSpace medskip
15803 \end_inset
15804
15805 範囲に条件を指定したい場合には、
15806 \series bold
15807
15808 \backslash
15809 subarray
15810 \series default
15811
15812 \begin_inset Index idx
15813 status collapsed
15814
15815 \begin_layout Plain Layout
15816 こまんど@コマンド ! S ! 
15817 \backslash
15818 subarray
15819 \end_layout
15820
15821 \end_inset
15822
15823 コマンドや
15824 \series bold
15825
15826 \backslash
15827 substack
15828 \series default
15829
15830 \begin_inset Index idx
15831 status collapsed
15832
15833 \begin_layout Plain Layout
15834 こまんど@コマンド ! S ! 
15835 \backslash
15836 substack
15837 \end_layout
15838
15839 \end_inset
15840
15841 コマンドを使用します。たとえば、以下の表記 
15842 \begin_inset Formula 
15843 \begin{equation}
15844 \sum_{\begin{subarray}{c}
15845 0<k<1000\\
15846 \\
15847 k\,\in\,\mathbb{N}
15848 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15849 \end{equation}
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \begin_layout Standard
15857 を作成するには、以下のようにしなくてはなりません。
15858 \begin_inset Newline newline
15859 \end_inset
15860
15861 まず、
15862 \series bold
15863
15864 \backslash
15865 sum
15866 \series default
15867 ^
15868 \series bold
15869 n
15870 \begin_inset ERT
15871 status collapsed
15872
15873 \begin_layout Plain Layout
15874
15875
15876 \backslash
15877 spce 
15878 \end_layout
15879
15880 \end_inset
15881
15882 _
15883 \series default
15884 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15885 \series bold
15886
15887 \backslash
15888 subarray
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 spce 
15897 \end_layout
15898
15899 \end_inset
15900
15901
15902 \series default
15903 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15904 \begin_inset Info
15905 type  "shortcut"
15906 arg   "newline-insert newline"
15907 \end_inset
15908
15909 )を挿入することで作ることができます。ここに
15910 \begin_inset Newline newline
15911 \end_inset
15912
15913
15914 \series bold
15915 0
15916 \begin_inset Formula $\boldsymbol{<}$
15917 \end_inset
15918
15919 k
15920 \begin_inset Formula $\boldsymbol{<}$
15921 \end_inset
15922
15923 1000 Ctrl+Return
15924 \begin_inset Newline newline
15925 \end_inset
15926
15927
15928 \series default
15929 と入力すると、新規行のための新しい枠が現れます。
15930 \end_layout
15931
15932 \begin_layout Standard
15933 各行の揃え方は、
15934 \family sans
15935 表ツールバー
15936 \family default
15937
15938 \family sans
15939 編集\SpecialChar \menuseparator
15940 行と列
15941 \family default
15942 メニューで変更することができますが、右揃えにするには、行頭に
15943 \series bold
15944
15945 \backslash
15946 hfill
15947 \begin_inset ERT
15948 status collapsed
15949
15950 \begin_layout Plain Layout
15951
15952
15953 \backslash
15954 spce 
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \series default
15961 を挿入しなくてはなりません。
15962 \end_layout
15963
15964 \begin_layout Standard
15965
15966 \series bold
15967
15968 \backslash
15969 substack
15970 \series default
15971 コマンドは、各行がつねに中央揃えになることを除いては、
15972 \series bold
15973
15974 \backslash
15975 subarray
15976 \series default
15977 と同じです。
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset VSpace bigskip
15982 \end_inset
15983
15984 演算子の後に来る文字は、範囲の横に来るので、
15985 \begin_inset CommandInset ref
15986 LatexCommand eqref
15987 reference "eq:substack"
15988
15989 \end_inset
15990
15991 式のように、演算子の横の余白が大きくなりすぎることがあります。
15992 \end_layout
15993
15994 \begin_layout Standard
15995 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15996 \end_layout
15997
15998 \begin_layout Standard
15999
16000 \series bold
16001
16002 \backslash
16003 def
16004 \backslash
16005 clap#1{
16006 \backslash
16007 hbox to 0pt{
16008 \backslash
16009 hss #1
16010 \backslash
16011 hss}}
16012 \begin_inset Newline newline
16013 \end_inset
16014
16015
16016 \backslash
16017 def
16018 \backslash
16019 mathclap {
16020 \backslash
16021 mathpalette 
16022 \backslash
16023 mathclapinternal}
16024 \begin_inset Newline newline
16025 \end_inset
16026
16027
16028 \backslash
16029 def
16030 \backslash
16031 mathclapinternal #1#2{
16032 \backslash
16033 clap{$
16034 \backslash
16035 mathsurround =0pt #1{#2}$}}
16036 \end_layout
16037
16038 \begin_layout Standard
16039 これは、範囲の幅を0
16040 \begin_inset space \thinspace{}
16041 \end_inset
16042
16043 ptに設定する
16044 \series bold
16045
16046 \backslash
16047 mathclap
16048 \series default
16049
16050 \begin_inset Index idx
16051 status collapsed
16052
16053 \begin_layout Plain Layout
16054 こまんど@コマンド ! M ! 
16055 \backslash
16056 mathclap
16057 \end_layout
16058
16059 \end_inset
16060
16061 コマンドを定義しています。このコマンドの書式は、
16062 \end_layout
16063
16064 \begin_layout Standard
16065
16066 \series bold
16067
16068 \backslash
16069 mathclap{範囲}
16070 \end_layout
16071
16072 \begin_layout Standard
16073 となっていて、「範囲」には複数の条件を入れることができます。
16074 \end_layout
16075
16076 \begin_layout Standard
16077 これを
16078 \begin_inset CommandInset ref
16079 LatexCommand eqref
16080 reference "eq:substack"
16081
16082 \end_inset
16083
16084 式に応用すると、以下のようなコマンド
16085 \end_layout
16086
16087 \begin_layout Standard
16088
16089 \series bold
16090
16091 \backslash
16092 sum_
16093 \backslash
16094 mathclap{
16095 \backslash
16096 substack
16097 \begin_inset ERT
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101
16102
16103 \backslash
16104 spce 
16105 \end_layout
16106
16107 \end_inset
16108
16109 0
16110 \begin_inset Formula $\boldsymbol{<}$
16111 \end_inset
16112
16113 k
16114 \begin_inset Formula $\boldsymbol{<}$
16115 \end_inset
16116
16117 1000 Ctrl+Return
16118 \end_layout
16119
16120 \begin_layout Standard
16121 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16122 \begin_inset Formula 
16123 \[
16124 \sum_{\mathclap{\substack{0<k<1000\\
16125 \\
16126 k\,\in\,\mathbb{N}
16127 }
16128 }}^{n}k^{-2}
16129 \]
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \begin_layout Standard
16137 \begin_inset VSpace bigskip
16138 \end_inset
16139
16140 一つの範囲を複数の演算子に用いる方法が、第
16141 \begin_inset CommandInset ref
16142 LatexCommand ref
16143 reference "sub:自己定義演算子"
16144
16145 \end_inset
16146
16147 節に述べられています。
16148 \end_layout
16149
16150 \begin_layout Standard
16151 \begin_inset Newpage newpage
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Subsection
16158 二項演算子
16159 \begin_inset CommandInset label
16160 LatexCommand label
16161 name "sub:二項演算子"
16162
16163 \end_inset
16164
16165
16166 \begin_inset Index idx
16167 status collapsed
16168
16169 \begin_layout Plain Layout
16170 えんざんし@演算子 ! にこう@二項
16171 \end_layout
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \begin_layout Standard
16179 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16180 \begin_inset VSpace medskip
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Standard
16187 \begin_inset space \hfill{}
16188 \end_inset
16189
16190
16191 \begin_inset Tabular
16192 <lyxtabular version="3" rows="13" columns="2">
16193 <features tabularvalignment="middle">
16194 <column alignment="center" valignment="top" width="0pt">
16195 <column alignment="center" valignment="top" width="0pt">
16196 <row>
16197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 コマンド
16202 \begin_inset Note Note
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 ここで
16207 \series bold
16208
16209 \backslash
16210 raisebox
16211 \series default
16212 はスペーサーとして使用しているだけです。
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 出力
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 </row>
16232 <row>
16233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 +
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 \begin_inset Formula $+$
16247 \end_inset
16248
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 -
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 \begin_inset Formula $-$
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \backslash
16285 pm
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 \begin_inset Formula $\pm$
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \backslash
16310 mp
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Formula $\mp$
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \backslash
16335 cdot
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $\cdot$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \backslash
16360 times
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 \begin_inset Formula $\times$
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \backslash
16385 div
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 \begin_inset Formula $\div$
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 </row>
16403 <row>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413
16414 \backslash
16415 raisebox{-1.2mm}{
16416 \end_layout
16417
16418 \end_inset
16419
16420 *
16421 \begin_inset ERT
16422 status collapsed
16423
16424 \begin_layout Plain Layout
16425
16426 }
16427 \end_layout
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 \begin_inset Formula $*$
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \backslash
16456 star
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 \begin_inset Formula $\star$
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \backslash
16481 circ
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 \begin_inset Formula $\circ$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \backslash
16506 diamond
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $\diamond$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \backslash
16531 bullet
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Formula $\bullet$
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 </lyxtabular>
16550
16551 \end_inset
16552
16553
16554 \begin_inset space \hfill{}
16555 \end_inset
16556
16557
16558 \begin_inset Tabular
16559 <lyxtabular version="3" rows="13" columns="2">
16560 <features tabularvalignment="middle">
16561 <column alignment="center" valignment="top" width="0pt">
16562 <column alignment="center" valignment="top" width="0pt">
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 コマンド
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 出力
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \backslash
16590 nabla
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 \begin_inset Formula $\nabla$
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 </row>
16608 <row>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613
16614 \backslash
16615 bigtriangledown
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 \begin_inset Formula $\bigtriangledown$
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 <row>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638
16639 \backslash
16640 bigtriangleup
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Formula $\bigtriangleup$
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663
16664 \backslash
16665 Box
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 \begin_inset Formula $\Box$
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688
16689 \backslash
16690 cap 
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $\cap$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 cup
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\cup$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 dagger
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\dagger$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 ddagger
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\ddagger$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788
16789 \backslash
16790 wr
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Formula $\wr$
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \backslash
16815 bigcirc
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $\bigcirc$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \backslash
16840 wedge
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $\wedge$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \backslash
16865 vee
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\vee$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 </lyxtabular>
16884
16885 \end_inset
16886
16887
16888 \begin_inset space \hfill{}
16889 \end_inset
16890
16891
16892 \begin_inset Tabular
16893 <lyxtabular version="3" rows="13" columns="2">
16894 <features tabularvalignment="middle">
16895 <column alignment="center" valignment="top" width="0pt">
16896 <column alignment="center" valignment="top" width="0pt">
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 コマンド
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 出力
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 oplus
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\oplus$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 ominus
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\ominus$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 otimes
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\otimes$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 oslash
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\oslash$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 odot
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\odot$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 amalg
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\amalg$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 uplus
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\uplus$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 setminus
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\setminus$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 sqcap
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\sqcap$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \backslash
17149 sqcup
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\sqcup$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 triangleleft
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Formula $\triangleleft$
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 triangleright
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Formula $\triangleright$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 </lyxtabular>
17218
17219 \end_inset
17220
17221
17222 \begin_inset space \hfill{}
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \begin_layout Standard
17229 二項演算子は、すべて数式ツールバーボタンの
17230 \begin_inset Graphics
17231         filename ../../images/math/pm.png
17232         scale 85
17233
17234 \end_inset
17235
17236 から挿入することもできます。
17237 \end_layout
17238
17239 \begin_layout Standard
17240 ラプラス演算子を組版するには、
17241 \series bold
17242
17243 \backslash
17244 bigtriangleup
17245 \series default
17246 以外に、
17247 \series bold
17248
17249 \backslash
17250 Delta
17251 \series default
17252
17253 \series bold
17254
17255 \backslash
17256 nabla
17257 \series default
17258 ^
17259 \series bold
17260 2
17261 \series default
17262
17263 \begin_inset Formula $\nabla^{2}$
17264 \end_inset
17265
17266 )を使用することもできます。
17267 \end_layout
17268
17269 \begin_layout Standard
17270
17271 \family sans
17272 挿入\SpecialChar \menuseparator
17273 特殊文字
17274 \family default
17275 メニューの
17276 \family sans
17277 メニュー区切り
17278 \family default
17279 で入力される文字は、
17280 \series bold
17281
17282 \backslash
17283 triangleright
17284 \series default
17285 演算子です。
17286 \end_layout
17287
17288 \begin_layout Subsection
17289 自己定義演算子
17290 \begin_inset CommandInset label
17291 LatexCommand label
17292 name "sub:自己定義演算子"
17293
17294 \end_inset
17295
17296
17297 \begin_inset Index idx
17298 status collapsed
17299
17300 \begin_layout Plain Layout
17301 えんざんし@演算子 ! じこていぎ@自己定義
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Standard
17310 LaTeXプリアンブルで
17311 \series bold
17312
17313 \backslash
17314 DeclareMathOperator
17315 \series default
17316
17317 \begin_inset Index idx
17318 status collapsed
17319
17320 \begin_layout Plain Layout
17321 こまんど@コマンド ! D ! 
17322 \backslash
17323 dbinom@
17324 \backslash
17325 DeclareMathOperator
17326 \end_layout
17327
17328 \end_inset
17329
17330 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17331 \end_layout
17332
17333 \begin_layout Standard
17334
17335 \series bold
17336
17337 \backslash
17338 DeclareMathOperator{新規コマンド}{表示}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17343 \begin_inset CommandInset ref
17344 LatexCommand ref
17345 reference "sub:演算子の範囲"
17346
17347 \end_inset
17348
17349 節で述べられた範囲を指定することができます。
17350 \end_layout
17351
17352 \begin_layout Standard
17353 たとえば、以下のようなLaTeXプリアンブル行
17354 \end_layout
17355
17356 \begin_layout Standard
17357
17358 \series bold
17359
17360 \backslash
17361 DeclareMathOperator*{
17362 \backslash
17363 Lozenge}{
17364 \backslash
17365 blacklozenge}
17366 \end_layout
17367
17368 \begin_layout Standard
17369 は、第
17370 \begin_inset CommandInset ref
17371 LatexCommand ref
17372 reference "sub:その他の記号"
17373
17374 \end_inset
17375
17376 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17377 \series bold
17378
17379 \backslash
17380 Lozenge
17381 \series default
17382 を定義します。
17383 \begin_inset Formula 
17384 \[
17385 \Lozenge_{n=1}^{\infty}
17386 \]
17387
17388 \end_inset
17389
17390 上記の数式を作るコマンドは、
17391 \series bold
17392
17393 \backslash
17394 Lozenge
17395 \series default
17396 ^
17397 \series bold
17398
17399 \backslash
17400 infty
17401 \begin_inset Formula $\to$
17402 \end_inset
17403
17404 _n=1
17405 \series default
17406 です。
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace bigskip
17411 \end_inset
17412
17413 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17414 \series bold
17415
17416 \backslash
17417 mathop
17418 \series default
17419
17420 \begin_inset Index idx
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424 こまんど@コマンド ! M ! 
17425 \backslash
17426 mathop
17427 \end_layout
17428
17429 \end_inset
17430
17431 コマンドおよび
17432 \series bold
17433
17434 \backslash
17435 mathbin
17436 \series default
17437
17438 \begin_inset Index idx
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442 こまんど@コマンド ! M ! 
17443 \backslash
17444 mathbin
17445 \end_layout
17446
17447 \end_inset
17448
17449 コマンドを用いて定義を行うこともできます。
17450 \end_layout
17451
17452 \begin_layout Standard
17453 (書式)
17454 \series bold
17455
17456 \backslash
17457 mathop{表示}
17458 \series default
17459 および
17460 \series bold
17461
17462 \backslash
17463 mathbin{表示}
17464 \end_layout
17465
17466 \begin_layout Standard
17467
17468 \series bold
17469
17470 \backslash
17471 mathop
17472 \series default
17473 は大演算子を定義し、
17474 \series bold
17475
17476 \backslash
17477 mathbin
17478 \series default
17479 は二項演算子を定義します。
17480 \end_layout
17481
17482 \begin_layout Standard
17483 たとえば
17484 \series bold
17485
17486 \backslash
17487 mathop
17488 \series default
17489 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17490 \end_layout
17491
17492 \begin_layout Standard
17493 \begin_inset Formula 
17494 \[
17495 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17496 \]
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \begin_layout Standard
17504 上記の数式では
17505 \begin_inset Newline newline
17506 \end_inset
17507
17508
17509 \series bold
17510
17511 \backslash
17512 mathop{
17513 \backslash
17514 sum
17515 \backslash
17516 negmedspace
17517 \backslash
17518 sum
17519 \series default
17520
17521 \begin_inset ERT
17522 status collapsed
17523
17524 \begin_layout Plain Layout
17525
17526
17527 \backslash
17528 spce 
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \series bold
17535
17536 \begin_inset Formula $\to$
17537 \end_inset
17538
17539 ^N
17540 \series default
17541
17542 \begin_inset ERT
17543 status collapsed
17544
17545 \begin_layout Plain Layout
17546
17547
17548 \backslash
17549 spce 
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \series bold
17556 _i,j=1
17557 \begin_inset Newline newline
17558 \end_inset
17559
17560
17561 \series default
17562 というコマンドを用いています。
17563 \end_layout
17564
17565 \begin_layout Section
17566 書体
17567 \begin_inset Index idx
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571 しょたい@書体
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \begin_inset Index idx
17578 status collapsed
17579
17580 \begin_layout Plain Layout
17581 ふぉんと@フォント | see
17582 \begin_inset ERT
17583 status collapsed
17584
17585 \begin_layout Plain Layout
17586
17587 {
17588 \end_layout
17589
17590 \end_inset
17591
17592 書体
17593 \begin_inset ERT
17594 status collapsed
17595
17596 \begin_layout Plain Layout
17597
17598 }
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Subsection
17612 書体様式
17613 \begin_inset CommandInset label
17614 LatexCommand label
17615 name "sub:書体様式"
17616
17617 \end_inset
17618
17619
17620 \begin_inset Index idx
17621 status collapsed
17622
17623 \begin_layout Plain Layout
17624 しょたい@書体 ! ようしき@様式
17625 \end_layout
17626
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \begin_layout Standard
17633 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17634 \begin_inset VSpace -2mm
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Standard
17641 \align center
17642 \begin_inset Tabular
17643 <lyxtabular version="3" rows="7" columns="3">
17644 <features tabularvalignment="middle">
17645 <column alignment="center" valignment="top" width="0">
17646 <column alignment="center" valignment="top" width="0">
17647 <column alignment="center" valignment="top" width="0">
17648 <row>
17649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 コマンド
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 出力
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 短絡キー
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 <row>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \backslash
17684 mathbb
17685 \series bold
17686
17687 \begin_inset ERT
17688 status collapsed
17689
17690 \begin_layout Plain Layout
17691
17692
17693 \backslash
17694 spce 
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \series default
17701 ABC
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Formula $\mathbb{ABC}$
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Info
17723 type  "shortcut"
17724 arg   "font-noun"
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 <row>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738
17739 \backslash
17740 mathbf
17741 \series bold
17742
17743 \begin_inset ERT
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747
17748
17749 \backslash
17750 spce 
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \series default
17757 AbC
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 \begin_inset Formula $\mathbf{AbC}$
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 \begin_inset Info
17779 type  "shortcut"
17780 arg   "font-bold"
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 </row>
17789 <row>
17790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \backslash
17796 boldsymbol
17797 \series bold
17798
17799 \begin_inset ERT
17800 status collapsed
17801
17802 \begin_layout Plain Layout
17803
17804
17805 \backslash
17806 spce 
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \series default
17813 AbC
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\boldsymbol{AbC}$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset Info
17835 type  "shortcuts"
17836 arg   "font-boldsymbol"
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 mathcal
17853 \series bold
17854
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 spce 
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \series default
17869 ABC
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $\mathcal{ABC}$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Info
17891 type  "shortcut"
17892 arg   "font-emph"
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathfrak
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 spce 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 AbC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathfrak{AbC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 -
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathscr
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 spce 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathscr{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 -
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 </lyxtabular>
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \align center
18012 \begin_inset Tabular
18013 <lyxtabular version="3" rows="5" columns="3">
18014 <features tabularvalignment="middle">
18015 <column alignment="center" valignment="top" width="0">
18016 <column alignment="center" valignment="top" width="0">
18017 <column alignment="center" valignment="top" width="0">
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 コマンド
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 出力
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 短絡キー
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 mathit
18055 \series bold
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062
18063 \backslash
18064 spce 
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \series default
18071 AbC
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Formula $\mathit{AbC}$
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 -
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathrm
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 spce 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathrm{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Info
18144 type  "shortcut"
18145 arg   "font-roman"
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 <row>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159
18160 \backslash
18161 mathsf
18162 \series bold
18163
18164 \begin_inset ERT
18165 status collapsed
18166
18167 \begin_layout Plain Layout
18168
18169
18170 \backslash
18171 spce 
18172 \end_layout
18173
18174 \end_inset
18175
18176
18177 \series default
18178 AbC
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 \begin_inset Formula $\mathsf{AbC}$
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Info
18200 type  "shortcut"
18201 arg   "font-sans"
18202 \end_inset
18203
18204
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 <row>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \backslash
18217 mathtt
18218 \series bold
18219
18220 \begin_inset ERT
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224
18225
18226 \backslash
18227 spce 
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \series default
18234 AbC
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 \begin_inset Formula $\mathtt{AbC}$
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Info
18256 type  "shortcut"
18257 arg   "font-typewriter"
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 </lyxtabular>
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \begin_inset Note Greyedout
18275 status open
18276
18277 \begin_layout Plain Layout
18278
18279 \series bold
18280 (注意)
18281 \backslash
18282 mathbb
18283 \series default
18284 様式と
18285 \series bold
18286
18287 \backslash
18288 mathcal
18289 \series default
18290 様式は、大文字にのみ使用することができます。
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Standard
18299 既定では、
18300 \series bold
18301
18302 \backslash
18303 mathnormal
18304 \series default
18305 様式に設定されています。
18306 \end_layout
18307
18308 \begin_layout Standard
18309 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18310 \begin_inset Formula 
18311 \[
18312 \mathfrak{A=\frac{b}{C}}
18313 \]
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18322 \series bold
18323
18324 \backslash
18325 textrm
18326 \series default
18327 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18328 \begin_inset Foot
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 \begin_inset CommandInset href
18333 LatexCommand href
18334 name "LyX-bug #4629"
18335 target "http://www.lyx.org/trac/ticket/4629"
18336
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Standard
18348 書体様式コマンドの代わりに、
18349 \family sans
18350 編集\SpecialChar \menuseparator
18351 数学\SpecialChar \menuseparator
18352 文字様式
18353 \family default
18354 ダイアログや、
18355 \begin_inset Graphics
18356         filename ../../images/math/font.png
18357         scale 85
18358
18359 \end_inset
18360
18361 を使用することもできます。
18362 \end_layout
18363
18364 \begin_layout Subsection
18365 ボールド体の数式
18366 \begin_inset CommandInset label
18367 LatexCommand label
18368 name "sub:ボールド体の数式"
18369
18370 \end_inset
18371
18372
18373 \begin_inset Index idx
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377 すうしき@数式 ! ぼーるどたい@ボールド体
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \begin_layout Standard
18386 数式全体をボールド体にしようとすると、前節の
18387 \series bold
18388
18389 \backslash
18390 mathbf
18391 \series default
18392 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18393 字してしまいます。
18394 \end_layout
18395
18396 \begin_layout Standard
18397 \begin_inset Formula 
18398 \[
18399 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18400 \]
18401
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Standard
18408 この数式を正しく表示するには、以下のように、
18409 \series bold
18410
18411 \backslash
18412 boldsymbol
18413 \series default
18414 コマンドを使用します。
18415 \begin_inset Formula 
18416 \[
18417 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18418 \]
18419
18420 \end_inset
18421
18422 また、数式を
18423 \series bold
18424 boldmath環境
18425 \series default
18426 に設定する方法もあります。この環境は、TeXモードで
18427 \series bold
18428
18429 \backslash
18430 boldmath
18431 \begin_inset Index idx
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 こまんど@コマンド ! B ! 
18436 \backslash
18437 boldmath
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \series default
18444 コマンドを挿入することによって作ることができます。環境を閉じるには、
18445 \series bold
18446
18447 \backslash
18448 unboldmath
18449 \begin_inset Index idx
18450 status collapsed
18451
18452 \begin_layout Plain Layout
18453 こまんど@コマンド ! U ! 
18454 \backslash
18455 unboldmath
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \series default
18462 コマンドをTeXモードで挿入します。
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 boldmath 
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \begin_inset Formula 
18477 \[
18478 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18479 \]
18480
18481 \end_inset
18482
18483
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 unboldmath 
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Subsection
18500 色付きの数式
18501 \begin_inset Index idx
18502 status collapsed
18503
18504 \begin_layout Plain Layout
18505 すうしき@数式 ! いろつき@色付き
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18515 \begin_inset Formula 
18516 \[
18517 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18518 \]
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Standard
18526
18527 \begin_inset CommandInset ref
18528 LatexCommand ref
18529 reference "sub:色付きボックス"
18530
18531 \end_inset
18532
18533 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18534 \series bold
18535
18536 \backslash
18537 textcolor
18538 \series default
18539
18540 \begin_inset Index idx
18541 status collapsed
18542
18543 \begin_layout Plain Layout
18544 こまんど@コマンド ! T ! 
18545 \backslash
18546 textcolor
18547 \end_layout
18548
18549 \end_inset
18550
18551 TeXコードコマンドで適用することができます。
18552 \end_layout
18553
18554 \begin_layout Standard
18555
18556 \series bold
18557
18558 \backslash
18559 textcolor{色}{文字ないし数式}
18560 \end_layout
18561
18562 \begin_layout Standard
18563 下記の例は、全体を濃緑にし、一部を赤にしています。
18564 \end_layout
18565
18566 \begin_layout Standard
18567 \begin_inset ERT
18568 status collapsed
18569
18570 \begin_layout Plain Layout
18571
18572
18573 \backslash
18574 textcolor{darkgreen}{
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \begin_inset Formula 
18581 \[
18582 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18583 \]
18584
18585 \end_inset
18586
18587
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593 }
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Standard
18602 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18603 \begin_inset Foot
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 \begin_inset CommandInset href
18608 LatexCommand href
18609 name "LyX-bug #5269"
18610 target "http://www.lyx.org/trac/ticket/5269"
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Subsection
18623 書体寸法
18624 \begin_inset CommandInset label
18625 LatexCommand label
18626 name "sub:書体寸法"
18627
18628 \end_inset
18629
18630
18631 \begin_inset Index idx
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635 しょたい@書体 ! すんぽう@寸法
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18645 \end_layout
18646
18647 \begin_layout Standard
18648
18649 \series bold
18650
18651 \backslash
18652 Huge
18653 \series default
18654
18655 \series bold
18656
18657 \backslash
18658 huge
18659 \series default
18660
18661 \series bold
18662
18663 \backslash
18664 LARGE
18665 \series default
18666
18667 \series bold
18668
18669 \backslash
18670 Large
18671 \series default
18672
18673 \series bold
18674
18675 \backslash
18676 large
18677 \series default
18678
18679 \series bold
18680
18681 \backslash
18682 normalsize
18683 \series default
18684
18685 \series bold
18686
18687 \backslash
18688 small
18689 \series default
18690 ,
18691 \begin_inset Newline newline
18692 \end_inset
18693
18694
18695 \series bold
18696
18697 \backslash
18698 footnotesize
18699 \series default
18700
18701 \series bold
18702
18703 \backslash
18704 scriptsize
18705 \series default
18706 、および
18707 \series bold
18708
18709 \backslash
18710 tiny
18711 \end_layout
18712
18713 \begin_layout Standard
18714 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18715 \series bold
18716
18717 \backslash
18718 normalsize
18719 \series default
18720 コマンドに設定されます。他のコマンドは、
18721 \series bold
18722
18723 \backslash
18724 normalsize
18725 \series default
18726 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18727 \begin_inset space \thinspace{}
18728 \end_inset
18729
18730 ptであるならば、
18731 \series bold
18732
18733 \backslash
18734 Huge
18735 \series default
18736 コマンドは
18737 \series bold
18738
18739 \backslash
18740 huge
18741 \series default
18742 コマンドと同じ大きさに落とされます。
18743 \end_layout
18744
18745 \begin_layout Standard
18746 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18747 \series bold
18748
18749 \backslash
18750 normalsize
18751 \series default
18752 コマンドを挿入します。
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset Newpage newpage
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \noindent
18768 \align center
18769 \begin_inset Tabular
18770 <lyxtabular version="3" rows="5" columns="2">
18771 <features tabularvalignment="middle">
18772 <column alignment="center" valignment="top" width="0">
18773 <column alignment="center" valignment="top" width="0">
18774 <row>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 コマンド
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 出力
18789 \begin_inset Note Note
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794 \series bold
18795
18796 \backslash
18797 raisebox
18798 \series default
18799  はスペーサーとして使用されているだけです。
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \backslash
18817 displaystyle
18818 \begin_inset Index idx
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 こまんど@コマンド ! D ! 
18823 \backslash
18824 displaystyle
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \backslash
18854 textstyle
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 </row>
18872 <row>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877
18878 \backslash
18879 scriptstyle
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 </row>
18897 <row>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \backslash
18904 scriptscriptstyle
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 </lyxtabular>
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18931 \end_layout
18932
18933 \begin_layout Standard
18934 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18935 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18936 \begin_inset VSpace -2mm
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset ERT
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947
18948
18949 \backslash
18950 huge 
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \begin_inset Formula 
18957 \[
18958 A=\frac{B}{c}\cdot\maltese
18959 \]
18960
18961 \end_inset
18962
18963
18964 \begin_inset Formula 
18965 \[
18966 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18967 \]
18968
18969 \end_inset
18970
18971
18972 \begin_inset ERT
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976
18977
18978 \backslash
18979 normalsize 
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 \begin_inset VSpace medskip
18989 \end_inset
18990
18991 二つの式の前には、
18992 \series bold
18993
18994 \backslash
18995 huge
18996 \series default
18997 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18998 \begin_inset Newline newline
18999 \end_inset
19000
19001
19002 \series bold
19003
19004 \backslash
19005 maltese
19006 \begin_inset ERT
19007 status collapsed
19008
19009 \begin_layout Plain Layout
19010
19011
19012 \backslash
19013 spce 
19014 \end_layout
19015
19016 \end_inset
19017
19018 A Alt+M M 
19019 \backslash
19020 Large
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 spce 
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \backslash
19035 maltese
19036 \begin_inset ERT
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040
19041
19042 \backslash
19043 spce 
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \backslash
19050 textit
19051 \begin_inset ERT
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 spce 
19059 \end_layout
19060
19061 \end_inset
19062
19063 A
19064 \begin_inset Formula $\to$
19065 \end_inset
19066
19067
19068 \begin_inset Formula $\to$
19069 \end_inset
19070
19071
19072 \begin_inset Newline newline
19073 \end_inset
19074
19075
19076 \begin_inset space \hspace*{}
19077 \length 1cm
19078 \end_inset
19079
19080 Alt+M
19081 \series default
19082  
19083 \series bold
19084
19085 \backslash
19086 tiny
19087 \begin_inset ERT
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 spce 
19095 \end_layout
19096
19097 \end_inset
19098
19099
19100 \backslash
19101 maltese
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109 spce 
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \backslash
19116 textit
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 spce 
19125 \end_layout
19126
19127 \end_inset
19128
19129 A
19130 \begin_inset Newline newline
19131 \end_inset
19132
19133
19134 \series default
19135 のようになります。
19136 \end_layout
19137
19138 \begin_layout Standard
19139 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19140 \begin_inset Newpage newpage
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \begin_layout Section
19147 ギリシャ文字
19148 \begin_inset Index idx
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152 ぎりしゃもじ@ギリシャ文字
19153 \end_layout
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \begin_layout Standard
19161 すべてのギリシャ文字は、ツールバーボタンの
19162 \begin_inset Graphics
19163         filename ../../images/math/alpha.png
19164         scale 85
19165
19166 \end_inset
19167
19168 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19169 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19170 \end_layout
19171
19172 \begin_layout Subsection
19173 小文字
19174 \begin_inset Index idx
19175 status collapsed
19176
19177 \begin_layout Plain Layout
19178 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Standard
19187 \begin_inset space \hfill{}
19188 \end_inset
19189
19190
19191 \begin_inset Tabular
19192 <lyxtabular version="3" rows="11" columns="2">
19193 <features tabularvalignment="middle">
19194 <column alignment="center" valignment="top" width="0pt">
19195 <column alignment="center" valignment="top" width="0pt">
19196 <row>
19197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 コマンド
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 出力
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 alpha
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Formula $\alpha$
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \backslash
19248 beta
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 \begin_inset Formula $\beta$
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271
19272 \backslash
19273 gamma
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 \begin_inset Formula $\gamma$
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 delta
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Formula $\delta$
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \backslash
19323 epsilon
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $\epsilon$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 varepsilon
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\varepsilon$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \backslash
19373 zeta
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $\zeta$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \backslash
19398 eta
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\eta$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 <row>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \backslash
19423 theta
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset Formula $\theta$
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \backslash
19448 vartheta
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset Formula $\vartheta$
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 </lyxtabular>
19467
19468 \end_inset
19469
19470
19471 \begin_inset space \hfill{}
19472 \end_inset
19473
19474
19475 \begin_inset Tabular
19476 <lyxtabular version="3" rows="12" columns="2">
19477 <features tabularvalignment="middle">
19478 <column alignment="center" valignment="top" width="0pt">
19479 <column alignment="center" valignment="top" width="0pt">
19480 <row>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 コマンド
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 出力
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \backslash
19507 iota
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset Formula $\iota$
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 </row>
19525 <row>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530
19531 \backslash
19532 kappa
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 \begin_inset Formula $\kappa$
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \backslash
19557 varkappa
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Formula $\varkappa$
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 lambda
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\lambda$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 mu
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\mu$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 nu
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\nu$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 xi
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\xi$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 o
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $o$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 pi
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\pi$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 <row>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \backslash
19730 varpi
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $\varpi$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 <row>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \backslash
19755 rho
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\rho$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 </lyxtabular>
19774
19775 \end_inset
19776
19777
19778 \begin_inset space \hfill{}
19779 \end_inset
19780
19781
19782 \begin_inset Tabular
19783 <lyxtabular version="3" rows="11" columns="2">
19784 <features tabularvalignment="middle">
19785 <column alignment="center" valignment="top" width="0pt">
19786 <column alignment="center" valignment="top" width="0pt">
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 コマンド
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801 出力
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 varrho
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\varrho$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 sigma
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\sigma$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 varsigma
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\varsigma$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 tau
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\tau$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 upsilon
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\upsilon$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 phi
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\phi$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 varphi
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\varphi$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 chi
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\chi$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012
20013 \backslash
20014 psi
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\psi$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 omega
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 \begin_inset Formula $\omega$
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 </lyxtabular>
20058
20059 \end_inset
20060
20061
20062 \begin_inset space \hfill{}
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \begin_layout Standard
20069 \begin_inset VSpace medskip
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \begin_layout Standard
20076 アップライト体のギリシャ文字を作成する方法は、第
20077 \begin_inset CommandInset ref
20078 LatexCommand ref
20079 reference "sub:アップライト体ギリシャ小文字"
20080
20081 \end_inset
20082
20083 節に説明されています。
20084 \end_layout
20085
20086 \begin_layout Subsection
20087 大文字
20088 \begin_inset Index idx
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 \begin_inset space \hfill{}
20102 \end_inset
20103
20104
20105 \begin_inset Tabular
20106 <lyxtabular version="3" rows="7" columns="2">
20107 <features tabularvalignment="middle">
20108 <column alignment="center" valignment="top" width="0pt">
20109 <column alignment="center" valignment="top" width="0pt">
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \family roman
20117 \series medium
20118 \shape up
20119 \size normal
20120 \emph off
20121 \bar no
20122 \noun off
20123 \color none
20124 コマンド
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \family roman
20135 \series medium
20136 \shape up
20137 \size normal
20138 \emph off
20139 \bar no
20140 \noun off
20141 \color none
20142 出力
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 Gamma
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\Gamma$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 Delta
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\Delta$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 Theta
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\Theta$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 Lambda
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\Lambda$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 Xi
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\Xi$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 Pi
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\Pi$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 </lyxtabular>
20299
20300 \end_inset
20301
20302
20303 \begin_inset space \hfill{}
20304 \end_inset
20305
20306
20307 \begin_inset Tabular
20308 <lyxtabular version="3" rows="6" columns="2">
20309 <features tabularvalignment="middle">
20310 <column alignment="center" valignment="top" width="0pt">
20311 <column alignment="center" valignment="top" width="0pt">
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317
20318 \family roman
20319 \series medium
20320 \shape up
20321 \size normal
20322 \emph off
20323 \bar no
20324 \noun off
20325 \color none
20326 コマンド
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \family roman
20337 \series medium
20338 \shape up
20339 \size normal
20340 \emph off
20341 \bar no
20342 \noun off
20343 \color none
20344 出力
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 Sigma
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\Sigma$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 Upsilon
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\Upsilon$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 Phi
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\Phi$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \backslash
20432 Psi
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\Psi$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 </row>
20450 <row>
20451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 Omega
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\Omega$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 </lyxtabular>
20476
20477 \end_inset
20478
20479
20480 \begin_inset space \hfill{}
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \begin_layout Standard
20487 \begin_inset VSpace medskip
20488 \end_inset
20489
20490 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20491 \series bold
20492 var
20493 \series default
20494 を付けてください。たとえば、
20495 \series bold
20496
20497 \backslash
20498 varGamma
20499 \series default
20500 コマンドは、
20501 \begin_inset Formula $\varGamma$
20502 \end_inset
20503
20504 を生成します。もう一つの方法は、パッケージ
20505 \series bold
20506 fixmath
20507 \series default
20508
20509 \begin_inset Foot
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513
20514 \series bold
20515 fixmath
20516 \series default
20517 は、LaTeXパッケージ
20518 \series bold
20519 was
20520 \series default
20521
20522 \begin_inset Index idx
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526 ぱっけーじ@パッケージ ! was
20527 \begin_inset ERT
20528 status collapsed
20529
20530 \begin_layout Plain Layout
20531
20532
20533 \backslash
20534 vspace{4mm}
20535 \end_layout
20536
20537 \end_inset
20538
20539
20540 \end_layout
20541
20542 \end_inset
20543
20544 に含まれています。
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \begin_inset Index idx
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554 ぱっけーじ@パッケージ ! fixmath
20555 \end_layout
20556
20557 \end_inset
20558
20559 をLaTeXプリアンブル行に
20560 \end_layout
20561
20562 \begin_layout Standard
20563
20564 \series bold
20565
20566 \backslash
20567 usepackage{fixmath}
20568 \end_layout
20569
20570 \begin_layout Standard
20571 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20572 \end_layout
20573
20574 \begin_layout Subsection
20575 ボールド体
20576 \begin_inset Index idx
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \begin_layout Standard
20589 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20590 \series bold
20591
20592 \backslash
20593 boldsymbol
20594 \series default
20595 コマンドのみです
20596 \begin_inset Index idx
20597 status collapsed
20598
20599 \begin_layout Plain Layout
20600 こまんど@コマンド ! B ! 
20601 \backslash
20602 boldsymbol
20603 \end_layout
20604
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \begin_layout Standard
20611 \align center
20612 \begin_inset Tabular
20613 <lyxtabular version="3" rows="3" columns="2">
20614 <features tabularvalignment="middle">
20615 <column alignment="center" valignment="top" width="0">
20616 <column alignment="center" valignment="top" width="0">
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 コマンド
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 出力
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \backslash
20644 Upsilon
20645 \backslash
20646 boldsymbol
20647 \backslash
20648 Upsilon
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 theta
20674 \backslash
20675 boldsymbol
20676 \backslash
20677 theta
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 \begin_inset Formula $\theta\boldsymbol{\theta}$
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 </row>
20695 </lyxtabular>
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Section
20703 記号
20704 \begin_inset ERT
20705 status collapsed
20706
20707 \begin_layout Plain Layout
20708
20709
20710 \backslash
20711 texorpdfstring{
20712 \end_layout
20713
20714 \end_inset
20715
20716
20717 \begin_inset Foot
20718 status collapsed
20719
20720 \begin_layout Plain Layout
20721 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20722 \begin_inset CommandInset citation
20723 LatexCommand cite
20724 key "Symbols"
20725
20726 \end_inset
20727
20728 にあります。
20729 \end_layout
20730
20731 \end_inset
20732
20733
20734 \begin_inset ERT
20735 status collapsed
20736
20737 \begin_layout Plain Layout
20738
20739 }{}
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \begin_inset Note Note
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749
20750 \backslash
20751 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20752 \end_layout
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 texorpdfstringについての詳細は、第
20758 \begin_inset CommandInset ref
20759 LatexCommand ref
20760 reference "sub:節見出し中の数式"
20761
20762 \end_inset
20763
20764 節にあります。
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \begin_inset Index idx
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774 きごう@記号
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \begin_layout Standard
20783 本節に掲げてある各記号の多くは、ツールバーボタンの
20784 \begin_inset Graphics
20785         filename ../../images/math/nabla.png
20786         scale 85
20787
20788 \end_inset
20789
20790
20791 \begin_inset Graphics
20792         filename ../../images/math/digamma.png
20793         scale 85
20794
20795 \end_inset
20796
20797 でも挿入することができます。
20798 \end_layout
20799
20800 \begin_layout Subsection
20801 数学記号
20802 \begin_inset CommandInset label
20803 LatexCommand label
20804 name "sub:数学記号"
20805
20806 \end_inset
20807
20808
20809 \begin_inset Index idx
20810 status collapsed
20811
20812 \begin_layout Plain Layout
20813 きごう@記号 ! すうがく@数学
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset space \hfill{}
20823 \end_inset
20824
20825
20826 \begin_inset Tabular
20827 <lyxtabular version="3" rows="10" columns="2">
20828 <features tabularvalignment="middle">
20829 <column alignment="center" valignment="top" width="0pt">
20830 <column alignment="center" valignment="top" width="0pt">
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 コマンド
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 出力
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 neg
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\neg$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 Im
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\Im$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 Re
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\Re$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \backslash
20933 aleph
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Formula $\aleph$
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 <row>
20952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956
20957 \backslash
20958 partial
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967 \begin_inset Formula $\partial$
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 <row>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981
20982 \backslash
20983 infty
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 \begin_inset Formula $\infty$
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \backslash
21008 wp
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 \begin_inset Formula $\wp$
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 </row>
21026 <row>
21027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031
21032 \backslash
21033 imath
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\imath$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 jmath
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $\jmath$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 </lyxtabular>
21077
21078 \end_inset
21079
21080
21081 \begin_inset space \hfill{}
21082 \end_inset
21083
21084
21085 \begin_inset Tabular
21086 <lyxtabular version="3" rows="10" columns="2">
21087 <features tabularvalignment="middle">
21088 <column alignment="center" valignment="top" width="0pt">
21089 <column alignment="center" valignment="top" width="0pt">
21090 <row>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 コマンド
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 出力
21105 \begin_inset Note Note
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109 ここで
21110 \series bold
21111
21112 \backslash
21113 raisebox
21114 \series default
21115 はスペーサーとして使用しているだけです。
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 forall
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\forall$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 exists
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\exists$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 nexists
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\nexists$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 emptyset
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\emptyset$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 varnothing
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\varnothing$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \backslash
21258 dag
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $\dag$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row>
21277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \backslash
21283 ddag
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 \begin_inset Formula $\ddag$
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \backslash
21308 complement
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset ERT
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321
21322
21323 \backslash
21324 raisebox{-0.8mm}{
21325 \end_layout
21326
21327 \end_inset
21328
21329
21330 \begin_inset Formula $\complement$
21331 \end_inset
21332
21333
21334 \begin_inset ERT
21335 status collapsed
21336
21337 \begin_layout Plain Layout
21338
21339 }
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355
21356 \backslash
21357 Bbbk
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\Bbbk$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 </lyxtabular>
21376
21377 \end_inset
21378
21379
21380 \begin_inset space \hfill{}
21381 \end_inset
21382
21383
21384 \begin_inset Tabular
21385 <lyxtabular version="3" rows="10" columns="2">
21386 <features tabularvalignment="middle">
21387 <column alignment="center" valignment="top" width="0pt">
21388 <column alignment="center" valignment="top" width="0pt">
21389 <row>
21390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 コマンド
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 出力
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 prime
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\prime$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 backprime
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\backprime$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 mho
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\mho$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 triangle
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\triangle$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 angle
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\angle$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 measuredangle
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $\measuredangle$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 sphericalangle
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\sphericalangle$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \backslash
21591 top
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $\top$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 <row>
21610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \backslash
21616 bot
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 \begin_inset Formula $\bot$
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 </lyxtabular>
21635
21636 \end_inset
21637
21638
21639 \begin_inset space \hfill{}
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \begin_layout Subsection
21646 その他の記号
21647 \begin_inset CommandInset label
21648 LatexCommand label
21649 name "sub:その他の記号"
21650
21651 \end_inset
21652
21653
21654 \begin_inset Index idx
21655 status collapsed
21656
21657 \begin_layout Plain Layout
21658 きごう@記号 ! そのた@その他
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \noindent
21668 \align center
21669 \begin_inset Tabular
21670 <lyxtabular version="3" rows="10" columns="2">
21671 <features tabularvalignment="middle">
21672 <column alignment="center" valignment="top" width="0pt">
21673 <column alignment="center" valignment="top" width="0pt">
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \family roman
21681 \series medium
21682 \shape up
21683 \size normal
21684 \emph off
21685 \bar no
21686 \noun off
21687 \color none
21688 コマンド
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \family roman
21699 \series medium
21700 \shape up
21701 \size normal
21702 \emph off
21703 \bar no
21704 \noun off
21705 \color none
21706 出力
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 flat
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Formula $\flat$
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \backslash
21744 natural
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Formula $\natural$
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767
21768 \backslash
21769 sharp
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778 \begin_inset Formula $\sharp$
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 <row>
21788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792
21793 \backslash
21794 surd
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 \begin_inset Formula $\surd$
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 </row>
21812 <row>
21813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817
21818 \backslash
21819 checkmark
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 \begin_inset Formula $\checkmark$
21829 \end_inset
21830
21831
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 </row>
21837 <row>
21838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842
21843 \backslash
21844 yen
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 \begin_inset Formula $\yen$
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 </row>
21862 <row>
21863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867
21868 \backslash
21869 pounds
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 \begin_inset Formula $\pounds$
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 <row>
21888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21889 \begin_inset Text
21890
21891 \begin_layout Plain Layout
21892 $
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\$$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 §
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $§$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 </lyxtabular>
21934
21935 \end_inset
21936
21937
21938 \begin_inset Tabular
21939 <lyxtabular version="3" rows="10" columns="2">
21940 <features tabularvalignment="middle">
21941 <column alignment="center" valignment="top" width="0">
21942 <column alignment="center" valignment="top" width="0">
21943 <row>
21944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \family roman
21950 \series medium
21951 \shape up
21952 \size normal
21953 \emph off
21954 \bar no
21955 \noun off
21956 \color none
21957 コマンド
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \family roman
21968 \series medium
21969 \shape up
21970 \size normal
21971 \emph off
21972 \bar no
21973 \noun off
21974 \color none
21975 出力
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 </row>
21981 <row>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986
21987 \backslash
21988 hbar
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Formula $\hbar$
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \backslash
22013 hslash
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 \begin_inset Formula $\hslash$
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \backslash
22038 clubsuit
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Formula $\clubsuit$
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 </row>
22056 <row>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061
22062 \backslash
22063 spadesuit
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Formula $\spadesuit$
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \backslash
22088 bigstar
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Formula $\bigstar$
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 <row>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \backslash
22113 blacklozenge
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Formula $\blacklozenge$
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \backslash
22138 blacktriangle
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $\blacktriangle$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 blacktiangledown
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Formula $\blacktriangledown$
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \backslash
22188 bullet
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 \begin_inset Formula $\bullet$
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 </lyxtabular>
22207
22208 \end_inset
22209
22210
22211 \begin_inset Tabular
22212 <lyxtabular version="3" rows="10" columns="2">
22213 <features tabularvalignment="middle">
22214 <column alignment="center" valignment="top" width="0pt">
22215 <column alignment="center" valignment="top" width="0pt">
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221
22222 \family roman
22223 \series medium
22224 \shape up
22225 \size normal
22226 \emph off
22227 \bar no
22228 \noun off
22229 \color none
22230 コマンド
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239
22240 \family roman
22241 \series medium
22242 \shape up
22243 \size normal
22244 \emph off
22245 \bar no
22246 \noun off
22247 \color none
22248 出力
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \backslash
22261 diamondsuit
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\diamondsuit$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \backslash
22286 Diamond
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Formula $\Diamond$
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 </row>
22304 <row>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \backslash
22311 heartsuit
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $\heartsuit$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \backslash
22336 P
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\P$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 </row>
22354 <row>
22355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359
22360 \backslash
22361 copyright
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 \begin_inset Formula $\copyright$
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 <row>
22380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \backslash
22386 circledR
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395 \begin_inset Formula $\circledR$
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 <row>
22405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \backslash
22411 maltese
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\maltese$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \backslash
22436 diagup
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $\diagup$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 <row>
22455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 diagdown
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Formula $\diagdown$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 </lyxtabular>
22480
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \begin_layout Standard
22487 \begin_inset VSpace medskip
22488 \end_inset
22489
22490 ここにある以上の記号が、第
22491 \begin_inset CommandInset ref
22492 LatexCommand ref
22493 reference "sub:他の特殊文字"
22494
22495 \end_inset
22496
22497 節に挙げてあります。
22498 \end_layout
22499
22500 \begin_layout Standard
22501 寸法を変えて表示することのできる記号もあります。第
22502 \begin_inset CommandInset ref
22503 LatexCommand ref
22504 reference "sub:書体寸法"
22505
22506 \end_inset
22507
22508 節をご参照下さい。
22509 \end_layout
22510
22511 \begin_layout Subsection
22512 ユーロ通貨記号€
22513 \begin_inset Index idx
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \begin_inset Index idx
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527
22528 \backslash
22529 @
22530 \begin_inset ERT
22531 status collapsed
22532
22533 \begin_layout Plain Layout
22534
22535
22536 \backslash
22537 officialeuro
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Standard
22551 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22552 \series bold
22553 eurosym
22554 \series default
22555
22556 \begin_inset Index idx
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 ぱっけーじ@パッケージ ! eurosym
22561 \end_layout
22562
22563 \end_inset
22564
22565 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22566 \end_layout
22567
22568 \begin_layout Standard
22569
22570 \series bold
22571
22572 \backslash
22573 usepackage[gennarrow]{eurosym}
22574 \end_layout
22575
22576 \begin_layout Standard
22577 すると、ユーロ通貨記号を
22578 \series bold
22579
22580 \backslash
22581 euro
22582 \series default
22583
22584 \begin_inset Index idx
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588 こまんど@コマンド ! E ! 
22589 \backslash
22590 euro
22591 \end_layout
22592
22593 \end_inset
22594
22595 コマンドで挿入することができるようになります。
22596 \end_layout
22597
22598 \begin_layout Standard
22599 数式テキストには、
22600 \series bold
22601 eurosym
22602 \series default
22603 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22604 \series bold
22605 eurosym
22606 \series default
22607 が導入されていれば、
22608 \series bold
22609
22610 \backslash
22611 euro
22612 \series default
22613 はTeXモードでも挿入することができます。また、正式な通貨記号を
22614 \series bold
22615
22616 \backslash
22617 officialeuro
22618 \series default
22619
22620 \begin_inset Index idx
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624 こまんど@コマンド ! O ! 
22625 \backslash
22626 officialeuro
22627 \end_layout
22628
22629 \end_inset
22630
22631 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22632 \end_layout
22633
22634 \begin_layout Standard
22635 \begin_inset ERT
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639
22640
22641 \backslash
22642 ifeurosym 
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \begin_inset Note Note
22649 status open
22650
22651 \begin_layout Plain Layout
22652 以下の表は、LaTeXパッケージ
22653 \series bold
22654 eurosym
22655 \series default
22656 が導入済みのときのみ表示されます。
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \begin_layout Standard
22665 以下は、各ユーロ通貨記号のまとめです。
22666 \end_layout
22667
22668 \begin_layout Standard
22669 \align center
22670 \begin_inset Tabular
22671 <lyxtabular version="3" rows="4" columns="3">
22672 <features tabularvalignment="middle">
22673 <column alignment="center" valignment="top" width="0pt">
22674 <column alignment="center" valignment="top" width="0pt">
22675 <column alignment="center" valignment="top" width="0pt">
22676 <row>
22677 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 コマンド
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 出力
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 数式
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 euro
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\euro$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 数式テキスト
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\mbox{€}$
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 TeXモード
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785
22786 \backslash
22787 officialeuro
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796 \begin_inset ERT
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800
22801
22802 \backslash
22803 officialeuro
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 </lyxtabular>
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 else 
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \begin_inset Note Note
22836 status open
22837
22838 \begin_layout Plain Layout
22839 以下は、LaTeXパッケージ
22840 \series bold
22841 eurosym
22842 \series default
22843 が導入されていないときのみ表示されます。
22844 \end_layout
22845
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \begin_layout Standard
22852 本節の残りを出力としてみるためには、LaTeXパッケージ
22853 \series bold
22854 eurosym
22855 \series default
22856 を導入する必要があります。
22857 \end_layout
22858
22859 \begin_layout Standard
22860 \begin_inset ERT
22861 status collapsed
22862
22863 \begin_layout Plain Layout
22864
22865
22866 \backslash
22867 fi 
22868 \end_layout
22869
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \begin_layout Section
22876 関係子
22877 \begin_inset CommandInset label
22878 LatexCommand label
22879 name "sec:関係子"
22880
22881 \end_inset
22882
22883
22884 \begin_inset Index idx
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888 かんけいし@関係子
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \begin_inset Index idx
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898 ひかくし@比較子|see
22899 \begin_inset ERT
22900 status collapsed
22901
22902 \begin_layout Plain Layout
22903
22904 {
22905 \end_layout
22906
22907 \end_inset
22908
22909 関係子
22910 \begin_inset ERT
22911 status collapsed
22912
22913 \begin_layout Plain Layout
22914
22915 }
22916 \end_layout
22917
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \begin_layout Standard
22929 関係子はすべて、ツールバーボタンの
22930 \begin_inset Graphics
22931         filename ../../images/math/leq.png
22932         scale 85
22933
22934 \end_inset
22935
22936 でも挿入することができます。
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset space \hfill{}
22941 \end_inset
22942
22943
22944 \begin_inset Tabular
22945 <lyxtabular version="3" rows="17" columns="2">
22946 <features tabularvalignment="middle">
22947 <column alignment="center" valignment="top" width="0pt">
22948 <column alignment="center" valignment="top" width="0pt">
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 コマンド
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 出力
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 \begin_inset Formula $<$
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $<$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 le
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\le$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 ll
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\ll$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 prec
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\prec$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 preceq
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\preceq$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \backslash
23102 subset
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $\subset$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 subseteq
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\subseteq$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 sqsubseteq
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\sqsubseteq$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 in
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\in$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 vdash
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\vdash$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 smile
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\smile$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 lhd
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\lhd$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 unlhd
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\unlhd$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 gtrless
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\gtrless$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325
23326 \backslash
23327 mid
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset Formula $\mid$
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \backslash
23352 nmid
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 \begin_inset Formula $\nmid$
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 </row>
23370 </lyxtabular>
23371
23372 \end_inset
23373
23374
23375 \begin_inset space \hfill{}
23376 \end_inset
23377
23378
23379 \begin_inset Tabular
23380 <lyxtabular version="3" rows="17" columns="2">
23381 <features tabularvalignment="middle">
23382 <column alignment="center" valignment="top" width="0pt">
23383 <column alignment="center" valignment="top" width="0pt">
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 コマンド
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 出力
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 =
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $=$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 not=
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\not=$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 equiv
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\equiv$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 sim
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\sim$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 simeq
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\simeq$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 approx
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\approx$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 cong
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\cong$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 bowtie
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\bowtie$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 notin
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\notin$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 perp
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\perp$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 propto
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\propto$
23669 \end_inset
23670
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
23683 \backslash
23684 asymp
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\asymp$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 doteq
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\doteq$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 circeq
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\circeq$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 models
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\models$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 widehat=
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\widehat{=}$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 </lyxtabular>
23803
23804 \end_inset
23805
23806
23807 \begin_inset space \hfill{}
23808 \end_inset
23809
23810
23811 \begin_inset Tabular
23812 <lyxtabular version="3" rows="17" columns="2">
23813 <features tabularvalignment="middle">
23814 <column alignment="center" valignment="top" width="0pt">
23815 <column alignment="center" valignment="top" width="0pt">
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \family roman
23823 \series medium
23824 \shape up
23825 \size normal
23826 \emph off
23827 \bar no
23828 \noun off
23829 \color none
23830 コマンド
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839
23840 \family roman
23841 \series medium
23842 \shape up
23843 \size normal
23844 \emph off
23845 \bar no
23846 \noun off
23847 \color none
23848 出力
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 </row>
23854 <row>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $>$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula $>$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 <row>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 ge
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 \begin_inset Formula $\ge$
23897 \end_inset
23898
23899
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 </row>
23905 <row>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 gg
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 \begin_inset Formula $\gg$
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 succ
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 \begin_inset Formula $\succ$
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 </row>
23955 <row>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960
23961 \backslash
23962 succeq
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971 \begin_inset Formula $\succeq$
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 supset
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 \begin_inset Formula $\supset$
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 </row>
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010
24011 \backslash
24012 supseteq
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 \begin_inset Formula $\supseteq$
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 </row>
24030 <row>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \backslash
24037 sqsupseteq
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 \begin_inset Formula $\sqsupseteq$
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 <row>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060
24061 \backslash
24062 ni
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 \begin_inset Formula $\ni$
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 </row>
24080 <row>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 dashv
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 \begin_inset Formula $\dashv$
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 frown
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121 \begin_inset Formula $\frown$
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 </row>
24130 <row>
24131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135
24136 \backslash
24137 rhd
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Formula $\rhd$
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 <row>
24156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160
24161 \backslash
24162 unrhd
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 \begin_inset Formula $\unrhd$
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 </row>
24180 <row>
24181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \backslash
24187 lessgtr
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 \begin_inset Formula $\lessgtr$
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 </row>
24205 <row>
24206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \backslash
24212 parallel
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 \begin_inset Formula $\parallel$
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 </row>
24230 <row>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 nparallel
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246 \begin_inset Formula $\nparallel$
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 </row>
24255 </lyxtabular>
24256
24257 \end_inset
24258
24259
24260 \begin_inset space \hfill{}
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Standard
24267 \begin_inset VSpace medskip
24268 \end_inset
24269
24270
24271 \series bold
24272
24273 \backslash
24274 lhd
24275 \series default
24276
24277 \series bold
24278
24279 \backslash
24280 rhd
24281 \series default
24282 の文字は、同じように見える演算子
24283 \series bold
24284
24285 \backslash
24286 triangleleft
24287 \series default
24288 および
24289 \series bold
24290
24291 \backslash
24292 triangleright
24293 \series default
24294 よりも大きくなっています。
24295 \end_layout
24296
24297 \begin_layout Standard
24298 関係子は、記号とは違って、つねに前後に余白が置かれます。
24299 \end_layout
24300
24301 \begin_layout Standard
24302
24303 \series bold
24304
24305 \backslash
24306 stackrel
24307 \series default
24308
24309 \begin_inset Index idx
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313 こまんど@コマンド ! S ! 
24314 \backslash
24315 stackrel
24316 \end_layout
24317
24318 \end_inset
24319
24320 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24321 \end_layout
24322
24323 \begin_layout Standard
24324 \align center
24325 \begin_inset Tabular
24326 <lyxtabular version="3" rows="2" columns="2">
24327 <features tabularvalignment="middle">
24328 <column alignment="center" valignment="top" width="0">
24329 <column alignment="center" valignment="top" width="0">
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 コマンド
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 出力
24345 \begin_inset Note Note
24346 status collapsed
24347
24348 \begin_layout Plain Layout
24349 ここで
24350 \series bold
24351
24352 \backslash
24353 raisebox
24354 \series default
24355 はスペーサーとして使用しているだけです。
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 A(r)
24372 \backslash
24373 stackrel
24374 \begin_inset ERT
24375 status collapsed
24376
24377 \begin_layout Plain Layout
24378
24379
24380 \backslash
24381 spce 
24382 \end_layout
24383
24384 \end_inset
24385
24386 r
24387 \backslash
24388 to
24389 \backslash
24390 infty
24391 \begin_inset ERT
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395
24396
24397 \backslash
24398 spce 
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \begin_inset Formula $\downarrow$
24405 \end_inset
24406
24407
24408 \backslash
24409 approx
24410 \begin_inset ERT
24411 status collapsed
24412
24413 \begin_layout Plain Layout
24414
24415
24416 \backslash
24417 spce 
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 spce 
24431 \end_layout
24432
24433 \end_inset
24434
24435 B
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 </lyxtabular>
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Section
24461 函数
24462 \end_layout
24463
24464 \begin_layout Subsection
24465 定義済み函数
24466 \begin_inset CommandInset label
24467 LatexCommand label
24468 name "sub:定義済み函数"
24469
24470 \end_inset
24471
24472
24473 \begin_inset Index idx
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 かんすう@函数 ! ていぎずみ@定義済み
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 一般的に、数式表現では変数は
24487 \shape italic
24488 イタリック体
24489 \shape default
24490 に設定されますが、函数名はイタリック体にしません。なぜなら、
24491 \begin_inset Formula $sin$
24492 \end_inset
24493
24494
24495 \begin_inset Formula $s\cdot i\cdot n$
24496 \end_inset
24497
24498 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24499 ックスラッシュを加えたコマンドとして挿入します。
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \align center
24504 \begin_inset Tabular
24505 <lyxtabular version="3" rows="2" columns="4">
24506 <features tabularvalignment="middle">
24507 <column alignment="center" valignment="top" width="0pt">
24508 <column alignment="center" valignment="top" width="0pt">
24509 <column alignment="center" valignment="top" width="0pt">
24510 <column alignment="center" valignment="top" width="0pt">
24511 <row>
24512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516 コマンド
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525 出力
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 コマンド
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 出力
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row>
24550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 Asin(x)+B
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 \begin_inset Formula $Asin(x)+B$
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 A
24576 \backslash
24577 sin(x)+B
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 \begin_inset Formula $A\sin(x)+B$
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 </lyxtabular>
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 以下の函数が定義済みです。
24604 \end_layout
24605
24606 \begin_layout Standard
24607 \begin_inset VSpace -2mm
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Standard
24614 \align center
24615 \begin_inset Tabular
24616 <lyxtabular version="3" rows="9" columns="4">
24617 <features tabularvalignment="middle">
24618 <column alignment="center" valignment="top" width="0pt">
24619 <column alignment="center" valignment="top" width="0pt">
24620 <column alignment="center" valignment="top" width="0pt">
24621 <column alignment="center" valignment="top" width="0pt">
24622 <row>
24623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627 コマンド
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636 コマンド
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 コマンド
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 コマンド
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 sin
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 sinh
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 arcsin
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 sup
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 </row>
24706 <row>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 cos
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 cosh
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 arccos
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 inf
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 tan
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 tanh
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 arctan
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 lim
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 cot
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814
24815 \backslash
24816 coth
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 arg
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
24837 \backslash
24838 liminf
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 </row>
24844 <row>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 sec
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 min
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 deg
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 limsup
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 csc
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 max
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 det
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 Pr
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 </row>
24936 <row>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 ln
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 exp
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 dim
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 hom
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 <row>
24983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 lg
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 log
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 ker
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 gcd
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 </lyxtabular>
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 上記は、数式ツールバーボタンの
25037 \begin_inset Graphics
25038         filename ../../images/math/functions.png
25039         scale 85
25040
25041 \end_inset
25042
25043 でも挿入することができます。
25044 \end_layout
25045
25046 \begin_layout Subsection
25047 自己定義函数
25048 \begin_inset Index idx
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 かんすう@函数 ! じこていぎ@自己定義
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25062 \end_layout
25063
25064 \begin_layout Itemize
25065 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25066 \begin_inset Foot
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071 \series bold
25072
25073 \backslash
25074 DeclareMathOperator
25075 \series default
25076 についての詳細は、第
25077 \begin_inset CommandInset ref
25078 LatexCommand ref
25079 reference "sub:自己定義演算子"
25080
25081 \end_inset
25082
25083 節をご参照下さい。
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \begin_inset Newline newline
25090 \end_inset
25091
25092
25093 \begin_inset VSpace -3mm
25094 \end_inset
25095
25096
25097 \begin_inset Newline newline
25098 \end_inset
25099
25100
25101 \series bold
25102
25103 \backslash
25104 DeclareMathOperator{
25105 \backslash
25106 sgn}{sgn}
25107 \series default
25108
25109 \begin_inset Index idx
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113 こまんど@コマンド ! D ! 
25114 \backslash
25115 dbinom@
25116 \backslash
25117 DeclareMathOperator
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \begin_inset Newline newline
25124 \end_inset
25125
25126
25127 \begin_inset VSpace -2mm
25128 \end_inset
25129
25130
25131 \begin_inset Newline newline
25132 \end_inset
25133
25134 これによって、新しく定義された函数を
25135 \series bold
25136
25137 \backslash
25138 sgn
25139 \series default
25140 コマンドで呼び出すことができるようになります。
25141 \end_layout
25142
25143 \begin_layout Itemize
25144 数式を普通に書き下し、函数名を選択して(上記の例では
25145 \emph on
25146 sgn
25147 \emph default
25148 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25149 \end_layout
25150
25151 \begin_layout Standard
25152 双方とも定義済み函数と同等の出力をもたらします
25153 \begin_inset Foot
25154 status collapsed
25155
25156 \begin_layout Plain Layout
25157 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \begin_layout Standard
25166 \align center
25167 \begin_inset Tabular
25168 <lyxtabular version="3" rows="3" columns="2">
25169 <features tabularvalignment="middle">
25170 <column alignment="center" valignment="top" width="0pt">
25171 <column alignment="center" valignment="top" width="0pt">
25172 <row>
25173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 コマンド
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186 出力
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 <row>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 A
25198 \backslash
25199 sgn(x)+B
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208 \begin_inset Formula $A\sgn(x)+B$
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 </row>
25217 <row>
25218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 A
25223 \backslash
25224 ,
25225 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25226 \end_inset
25227
25228 (x)+B
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 </lyxtabular>
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Standard
25254 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25255 \end_layout
25256
25257 \begin_layout Subsection
25258 極限
25259 \begin_inset Index idx
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263 きょくげん@極限
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Standard
25272 極限用には、
25273 \series bold
25274
25275 \backslash
25276 lim
25277 \series default
25278
25279 \begin_inset Index idx
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283 こまんど@コマンド ! L ! 
25284 \backslash
25285 lim
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \series bold
25292
25293 \backslash
25294 liminf
25295 \series default
25296
25297 \series bold
25298
25299 \backslash
25300 limsup
25301 \series default
25302 の他に、以下の函数があります。
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \align center
25307 \begin_inset Tabular
25308 <lyxtabular version="3" rows="5" columns="2">
25309 <features tabularvalignment="middle">
25310 <column alignment="center" valignment="top" width="0">
25311 <column alignment="center" valignment="top" width="0">
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 コマンド
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326 出力
25327 \begin_inset Note Note
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 ここで
25332 \series bold
25333
25334 \backslash
25335 raisebox
25336 \series default
25337 はスペーサーとして使用しているだけです。
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 </row>
25348 <row>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \backslash
25355 varliminf
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 \begin_inset Formula $\varliminf$
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 varlimsup
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389 \begin_inset Formula $\varlimsup$
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 varprojlim
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $\varprojlim$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 varinjlim
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\varinjlim$
25440 \end_inset
25441
25442
25443 \begin_inset Formula $\raisebox{-2.5mm}{}$
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 </row>
25452 </lyxtabular>
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \begin_inset VSpace medskip
25461 \end_inset
25462
25463 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \align center
25468 \begin_inset Tabular
25469 <lyxtabular version="3" rows="2" columns="2">
25470 <features tabularvalignment="middle">
25471 <column alignment="center" valignment="top" width="0pt">
25472 <column alignment="center" valignment="top" width="0pt">
25473 <row>
25474 <cell alignment="center" valignment="top" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 コマンド
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 \begin_inset space \hspace{}
25488 \length 1cm
25489 \end_inset
25490
25491 出力
25492 \begin_inset Note Note
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496 ここで
25497 \series bold
25498
25499 \backslash
25500 raisebox
25501 \series default
25502 はスペーサーとして使用しているだけです。
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 <row>
25514 <cell alignment="center" valignment="top" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \backslash
25520 lim_x
25521 \backslash
25522 to
25523 \begin_inset ERT
25524 status collapsed
25525
25526 \begin_layout Plain Layout
25527
25528
25529 \backslash
25530 spce 
25531 \end_layout
25532
25533 \end_inset
25534
25535 A
25536 \begin_inset ERT
25537 status collapsed
25538
25539 \begin_layout Plain Layout
25540
25541
25542 \backslash
25543 spce 
25544 \end_layout
25545
25546 \end_inset
25547
25548 x=B
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 <cell alignment="center" valignment="top" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 </row>
25566 </lyxtabular>
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Standard
25574 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25575 \begin_inset Formula 
25576 \[
25577 \lim_{x\to A}x=B
25578 \]
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Subsection
25586 剰余函数
25587 \begin_inset Index idx
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591 かんすう@函数 ! じょうよ@剰余
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \begin_inset Index idx
25598 status collapsed
25599
25600 \begin_layout Plain Layout
25601 かんすう@函数 ! もじゅらす@モジュラス | see
25602 \begin_inset ERT
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606
25607 {
25608 \end_layout
25609
25610 \end_inset
25611
25612 剰余
25613 \begin_inset ERT
25614 status collapsed
25615
25616 \begin_layout Plain Layout
25617
25618 }
25619 \end_layout
25620
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Standard
25632 剰余函数は、特別に4つの派生型があります。
25633 \end_layout
25634
25635 \begin_layout Standard
25636 以下は、別行建て数式での派生型です。
25637 \begin_inset Formula 
25638 \begin{align*}
25639 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25640 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25641 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25642 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25643 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25644 \end{align*}
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \begin_layout Standard
25652 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25653 \end_layout
25654
25655 \begin_layout Section
25656 特殊文字
25657 \begin_inset Index idx
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661 とくしゅもじ@特殊文字
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \begin_layout Subsection
25670 数式テキストにおける特殊文字
25671 \end_layout
25672
25673 \begin_layout Standard
25674 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25675 \end_layout
25676
25677 \begin_layout Standard
25678 \begin_inset space \hfill{}
25679 \end_inset
25680
25681
25682 \begin_inset Tabular
25683 <lyxtabular version="3" rows="8" columns="2">
25684 <features tabularvalignment="middle">
25685 <column alignment="block" valignment="top" width="0">
25686 <column alignment="block" valignment="top" width="0">
25687 <row>
25688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692 コマンド
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701 出力
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 <row>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 oe
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723 \begin_inset Formula $\textrm{œ}$
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 </row>
25732 <row>
25733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737
25738 \backslash
25739 OE
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Plain Layout
25748 \begin_inset Formula $\textrm{Œ}$
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 </row>
25757 <row>
25758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762
25763 \backslash
25764 ae
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 \begin_inset Formula $\textrm{æ}$
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \end_inset
25780 </cell>
25781 </row>
25782 <row>
25783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787
25788 \backslash
25789 AE
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798 \begin_inset Formula $\textrm{Æ}$
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 </row>
25807 <row>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812
25813 \backslash
25814 aa
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 \begin_inset Formula $\textrm{\aa}$
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 </row>
25832 <row>
25833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837
25838 \backslash
25839 AA
25840 \begin_inset Index idx
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844
25845 \lang english
25846
25847 \backslash
25848 @
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 textrm{
25857 \backslash
25858 AA}
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877 \begin_inset Formula $\textrm{Å}$
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 i
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 \begin_inset Formula $\textrm{ı}$
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 </row>
25911 </lyxtabular>
25912
25913 \end_inset
25914
25915
25916 \begin_inset space \hfill{}
25917 \end_inset
25918
25919
25920 \begin_inset Tabular
25921 <lyxtabular version="3" rows="8" columns="2">
25922 <features tabularvalignment="middle">
25923 <column alignment="block" valignment="top" width="0">
25924 <column alignment="center" valignment="top" width="0">
25925 <row>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 コマンド
25931 \begin_inset Note Note
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935 0
25936 \begin_inset space \thinspace{}
25937 \end_inset
25938
25939 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953 出力
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \backslash
25966 o
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset Formula $\textrm{ø}$
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991 O
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset Formula $\textrm{Ø}$
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 </row>
26009 <row>
26010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014
26015 \backslash
26016 l
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 \begin_inset Formula $\textrm{ł}$
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 </row>
26034 <row>
26035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039
26040 \backslash
26041 L
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 \begin_inset Formula $\textrm{Ł}$
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 !
26065 \begin_inset space \hspace{}
26066 \length 0mm
26067 \end_inset
26068
26069 `
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 spce 
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 \begin_inset Formula $\textrm{!`}$
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 </row>
26100 <row>
26101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 ?
26106 \begin_inset space \hspace{}
26107 \length 0mm
26108 \end_inset
26109
26110 `
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 spce 
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 \begin_inset Formula $\textrm{?`}$
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 </row>
26141 <row>
26142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \backslash
26148 j
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 \begin_inset Formula $\textrm{ȷ}$
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 </lyxtabular>
26167
26168 \end_inset
26169
26170
26171 \begin_inset space \hfill{}
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \begin_inset Formula $\textrm{\textrm{Å}}$
26179 \end_inset
26180
26181
26182 \begin_inset Formula $\textrm{\textrm{Ø}}$
26183 \end_inset
26184
26185 の各文字は、数式ツールバーボタンの
26186 \begin_inset Graphics
26187         filename ../../images/math/digamma.png
26188         scale 85
26189
26190 \end_inset
26191
26192 からも挿入することができます。
26193 \end_layout
26194
26195 \begin_layout Standard
26196 例外は、
26197 \series bold
26198 !
26199 \begin_inset space \hspace{}
26200 \length 0mm
26201 \end_inset
26202
26203 `
26204 \series default
26205
26206 \series bold
26207 ?
26208 \begin_inset space \hspace{}
26209 \length 0mm
26210 \end_inset
26211
26212 `
26213 \series default
26214 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26215 \end_layout
26216
26217 \begin_layout Subsection
26218 文章中のアクセント
26219 \begin_inset CommandInset label
26220 LatexCommand label
26221 name "sub:文章中のアクセント"
26222
26223 \end_inset
26224
26225
26226 \begin_inset Index idx
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26240 \end_layout
26241
26242 \begin_layout Standard
26243 \begin_inset space \hfill{}
26244 \end_inset
26245
26246
26247 \begin_inset Tabular
26248 <lyxtabular version="3" rows="8" columns="2">
26249 <features tabularvalignment="middle">
26250 <column alignment="block" valignment="top" width="0">
26251 <column alignment="block" valignment="top" width="0">
26252 <row>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 コマンド
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266 出力
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277
26278 \backslash
26279
26280 \begin_inset Quotes grd
26281 \end_inset
26282
26283 e
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset ERT
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296
26297
26298 \backslash
26299 "e
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 <row>
26311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315
26316 \backslash
26317 `e
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 `e
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 ^
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 spce 
26360 \end_layout
26361
26362 \end_inset
26363
26364 e
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378
26379 \backslash
26380 ^e
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 <row>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \backslash
26398 =e
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 =e
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 </row>
26425 <row>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430
26431 \backslash
26432 u
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 spce 
26441 \end_layout
26442
26443 \end_inset
26444
26445 e
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 \begin_inset ERT
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458
26459
26460 \backslash
26461 u e
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 </row>
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477
26478 \backslash
26479 b
26480 \begin_inset ERT
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484
26485
26486 \backslash
26487 spce 
26488 \end_layout
26489
26490 \end_inset
26491
26492 e
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 \begin_inset ERT
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505
26506
26507 \backslash
26508 b e
26509 \end_layout
26510
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 </row>
26519 <row>
26520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524
26525 \backslash
26526 t
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 spce 
26535 \end_layout
26536
26537 \end_inset
26538
26539 ee
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553
26554 \backslash
26555 t ee
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 </lyxtabular>
26567
26568 \end_inset
26569
26570
26571 \begin_inset space \hfill{}
26572 \end_inset
26573
26574
26575 \begin_inset Tabular
26576 <lyxtabular version="3" rows="8" columns="2">
26577 <features tabularvalignment="middle">
26578 <column alignment="block" valignment="top" width="0">
26579 <column alignment="center" valignment="top" width="0">
26580 <row>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585 コマンド
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 出力
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \backslash
26607 H
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 spce 
26616 \end_layout
26617
26618 \end_inset
26619
26620 e
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 H e
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652
26653 \backslash
26654 'e
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 'e
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row>
26682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 ~e
26689 \begin_inset Index idx
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694 \lang english
26695 Tilde
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 ~e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 .e
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 .e
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 v
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 spce 
26777 \end_layout
26778
26779 \end_inset
26780
26781 e
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 v e
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 d
26816 \begin_inset ERT
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820
26821
26822 \backslash
26823 spce 
26824 \end_layout
26825
26826 \end_inset
26827
26828 e
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 d e
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 </row>
26855 <row>
26856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860
26861 \backslash
26862 c
26863 \begin_inset ERT
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867
26868
26869 \backslash
26870 spce 
26871 \end_layout
26872
26873 \end_inset
26874
26875 e
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 c e
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 </row>
26902 </lyxtabular>
26903
26904 \end_inset
26905
26906
26907 \begin_inset space \hfill{}
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \begin_inset VSpace medskip
26915 \end_inset
26916
26917
26918 \series bold
26919
26920 \backslash
26921 t
26922 \series default
26923 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26924 \series bold
26925
26926 \backslash
26927 t
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 spce 
26936 \end_layout
26937
26938 \end_inset
26939
26940 sz
26941 \series default
26942 は、
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 t sz
26951 \end_layout
26952
26953 \end_inset
26954
26955 となります。
26956 \end_layout
26957
26958 \begin_layout Standard
26959
26960 \series bold
26961 `
26962 \series default
26963  ・
26964 \series bold
26965  '
26966 \series default
26967  ・ 
26968 \series bold
26969 ^
26970 \series default
26971  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26972 \begin_inset Foot
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \series bold
26983 ~
26984 \series default
26985 を、
26986 \emph on
26987 a
26988 \emph default
26989
26990 \emph on
26991 n
26992 \emph default
26993
26994 \emph on
26995 o
26996 \emph default
26997 といっしょに使うときも同様です。
26998 \end_layout
26999
27000 \begin_layout Standard
27001
27002 \series bold
27003
27004 \backslash
27005 b
27006 \series default
27007
27008 \series bold
27009
27010 \backslash
27011 c
27012 \series default
27013
27014 \series bold
27015
27016 \backslash
27017 d
27018 \series default
27019
27020 \series bold
27021
27022 \backslash
27023 H
27024 \series default
27025
27026 \series bold
27027
27028 \backslash
27029 t
27030 \series default
27031
27032 \series bold
27033
27034 \backslash
27035 u
27036 \series default
27037
27038 \series bold
27039
27040 \backslash
27041 v
27042 \series default
27043 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27044 。第
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "sub:一文字に付けるアクセント"
27048
27049 \end_inset
27050
27051 節をご参照下さい。
27052 \end_layout
27053
27054 \begin_layout Standard
27055 \begin_inset VSpace bigskip
27056 \end_inset
27057
27058 さらに、
27059 \series bold
27060
27061 \backslash
27062 textcircled
27063 \series default
27064
27065 \begin_inset Index idx
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 こまんど@コマンド ! T ! 
27070 \backslash
27071 textcircled
27072 \end_layout
27073
27074 \end_inset
27075
27076 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27077
27078 \end_layout
27079
27080 \begin_layout Standard
27081 \align center
27082 \begin_inset Tabular
27083 <lyxtabular version="3" rows="3" columns="2">
27084 <features tabularvalignment="middle">
27085 <column alignment="center" valignment="top" width="0">
27086 <column alignment="center" valignment="top" width="0">
27087 <row>
27088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 コマンド
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27098 \begin_inset Text
27099
27100 \begin_layout Plain Layout
27101 出力
27102 \begin_inset Note Note
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106 ここで
27107 \series bold
27108
27109 \backslash
27110 raisebox
27111 \series default
27112 はスペーサーとして使用しているだけです。
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \end_inset
27121 </cell>
27122 </row>
27123 <row>
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128
27129 \backslash
27130 textcircled{w}
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 \begin_inset ERT
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143
27144
27145 \backslash
27146 textcircled{w}
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 </row>
27157 <row>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162
27163 \backslash
27164 Large 
27165 \backslash
27166 textcircled{
27167 \backslash
27168 normalsize
27169 \backslash
27170 protect
27171 \backslash
27172 raisebox{-1.5pt}{W}}
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181 \begin_inset Formula $\raisebox{4.5mm}{}$
27182 \end_inset
27183
27184
27185 \begin_inset ERT
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 Large 
27193 \backslash
27194 textcircled{
27195 \backslash
27196 normalsize
27197 \backslash
27198 protect
27199 \backslash
27200 raisebox{-1.5pt}W}
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \begin_inset Formula $\raisebox{-2mm}{}$
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 </row>
27215 </lyxtabular>
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27224 \series bold
27225
27226 \backslash
27227 Large
27228 \series default
27229
27230 \begin_inset Foot
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235 \begin_inset CommandInset ref
27236 LatexCommand ref
27237 reference "sub:書体寸法"
27238
27239 \end_inset
27240
27241 節参照のこと。
27242 \end_layout
27243
27244 \end_inset
27245
27246 で丸の大きさを指定しています。そして
27247 \series bold
27248
27249 \backslash
27250 raisebox
27251 \series default
27252
27253 \begin_inset Foot
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257
27258 \begin_inset CommandInset ref
27259 LatexCommand ref
27260 reference "sub:枠なしボックス"
27261
27262 \end_inset
27263
27264 節参照のこと。
27265 \end_layout
27266
27267 \end_inset
27268
27269 を使って、文字が真ん中にくるようにしています。
27270 \end_layout
27271
27272 \begin_layout Subsection
27273 小数字
27274 \begin_inset Index idx
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 しょうすうじ@小数字
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Standard
27287 小数字(minuscule number)は、
27288 \series bold
27289
27290 \backslash
27291 oldstylenums
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 こまんど@コマンド ! O ! 
27299 \backslash
27300 oldstylenums
27301 \end_layout
27302
27303 \end_inset
27304
27305 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 oldstylenums{数字}
27314 \end_layout
27315
27316 \begin_layout Standard
27317 です。
27318 \series bold
27319
27320 \backslash
27321 oldstylenums{0123456789}
27322 \series default
27323 というコマンドは、
27324 \begin_inset Formula $\oldstylenums{0123456789}$
27325 \end_inset
27326
27327 のようになります。
27328 \end_layout
27329
27330 \begin_layout Subsection
27331 他の特殊文字
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "sub:他の特殊文字"
27335
27336 \end_inset
27337
27338
27339 \begin_inset Index idx
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 とくしゅもじ@特殊文字 ! たの@他の
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Standard
27352 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \align center
27357 \begin_inset Tabular
27358 <lyxtabular version="3" rows="4" columns="2">
27359 <features tabularvalignment="middle">
27360 <column alignment="center" valignment="top" width="0">
27361 <column alignment="center" valignment="top" width="0">
27362 <row>
27363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367 コマンド
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376 出力
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 </row>
27382 <row>
27383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27384 \begin_inset Text
27385
27386 \begin_layout Plain Layout
27387
27388 \backslash
27389 ^
27390 \begin_inset ERT
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395
27396 \backslash
27397 spce 
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27408 \begin_inset Text
27409
27410 \begin_layout Plain Layout
27411 \begin_inset Formula $\mathcircumflex$
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 </row>
27420 <row>
27421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425
27426 \backslash
27427 _
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 \begin_inset Formula $\_$
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 </row>
27445 <row>
27446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450 ^
27451 \begin_inset ERT
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455
27456
27457 \backslash
27458 spce 
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \backslash
27465 circ
27466 \begin_inset Index idx
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471 \lang english
27472
27473 \backslash
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488 \begin_inset Formula $^{\circ}$
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 </row>
27497 </lyxtabular>
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Standard
27505 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27506 \begin_inset Foot
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510 この件に関する詳細は、第
27511 \begin_inset CommandInset ref
27512 LatexCommand ref
27513 reference "sub:数式中のテキスト文字"
27514
27515 \end_inset
27516
27517 節にあります。
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \begin_layout Standard
27526
27527 \series bold
27528
27529 \backslash
27530 DeclareInputtext{176}{
27531 \backslash
27532 ifmmode^
27533 \backslash
27534 circ
27535 \backslash
27536 else
27537 \backslash
27538 textdegree
27539 \backslash
27540 fi}
27541 \end_layout
27542
27543 \begin_layout Section
27544 数式様式
27545 \begin_inset CommandInset label
27546 LatexCommand label
27547 name "sec:数式様式"
27548
27549 \end_inset
27550
27551
27552 \begin_inset Index idx
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 すうしき@数式 ! ようしき@様式
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Itemize
27565 以下の二つの配置様式があります。
27566 \end_layout
27567
27568 \begin_deeper
27569 \begin_layout Description
27570 中央揃え 事前に定義された標準です。
27571 \end_layout
27572
27573 \begin_layout Description
27574 行頭下げ これを使うには、
27575 \family sans
27576 文書\SpecialChar \menuseparator
27577 設定
27578 \family default
27579 メニューの
27580 \family sans
27581 文書クラス
27582 \family default
27583 において、
27584 \series bold
27585 fleqn
27586 \series default
27587 オプションを指定しておかなくてはなりません。
27588 \end_layout
27589
27590 \begin_layout Standard
27591
27592 \series bold
27593 行頭下げ
27594 \series default
27595 を用いる場合には、行頭下げの大きさを
27596 \series bold
27597
27598 \backslash
27599 mathindent
27600 \series default
27601
27602 \begin_inset Index idx
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606 こまんど@コマンド ! M ! 
27607 \backslash
27608 mathindent
27609 \end_layout
27610
27611 \end_inset
27612
27613 の値で調整することができます。これを15
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27618 \end_layout
27619
27620 \begin_layout Standard
27621
27622 \series bold
27623
27624 \backslash
27625 setlength{
27626 \backslash
27627 mathindent}{15mm}
27628 \end_layout
27629
27630 \begin_layout Standard
27631
27632 \series bold
27633
27634 \backslash
27635 mathindent
27636 \series default
27637 を明示的に指定しない場合には、事前に定義されている30
27638 \begin_inset space \thinspace{}
27639 \end_inset
27640
27641 ptが適用されます。
27642 \end_layout
27643
27644 \end_deeper
27645 \begin_layout Itemize
27646 また、以下の二つの連番様式があります。
27647 \end_layout
27648
27649 \begin_deeper
27650 \begin_layout Description
27651 右 事前に定義された標準です。
27652 \end_layout
27653
27654 \begin_layout Description
27655 左 これを使うには、
27656 \family sans
27657 文書\SpecialChar \menuseparator
27658 設定
27659 \family default
27660 メニューの
27661 \family sans
27662 文書クラス
27663 \family default
27664 において、
27665 \series bold
27666 leqno
27667 \series default
27668 オプションを指定しておかなくてはなりません。
27669 \end_layout
27670
27671 \end_deeper
27672 \begin_layout Standard
27673
27674 \series bold
27675 fleqn
27676 \series default
27677
27678 \series bold
27679 leqno
27680 \series default
27681 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27682 \end_layout
27683
27684 \begin_layout Standard
27685 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27686 \series bold
27687 中央揃え
27688 \series default
27689 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27690 \begin_inset CommandInset ref
27691 LatexCommand ref
27692 reference "sub:flalign環境"
27693
27694 \end_inset
27695
27696 節をご覧下さい。
27697 \end_layout
27698
27699 \begin_layout Section
27700 多行数式
27701 \begin_inset CommandInset label
27702 LatexCommand label
27703 name "sec:多行数式"
27704
27705 \end_inset
27706
27707
27708 \begin_inset Index idx
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 すうしき@数式 ! たぎょう@多行
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Subsection
27721 概要
27722 \end_layout
27723
27724 \begin_layout Standard
27725 LyXでは、多行数式は、数式中で
27726 \series bold
27727
27728 \begin_inset Info
27729 type  "shortcut"
27730 arg   "newline-insert newline"
27731 \end_inset
27732
27733
27734 \series default
27735 を押すことで作られます。この操作によって、第
27736 \begin_inset CommandInset ref
27737 LatexCommand ref
27738 reference "sub:eqnarray環境"
27739
27740 \end_inset
27741
27742 節に述べられている
27743 \series bold
27744 eqnarray環境
27745 \series default
27746 が作り出されるか、あるいは文書設定で
27747 \family sans
27748 AMS mathパッケージを使う
27749 \family default
27750 オプションが選択されている場合には、第
27751 \begin_inset CommandInset ref
27752 LatexCommand ref
27753 reference "sub:標準align環境"
27754
27755 \end_inset
27756
27757 節に述べられている
27758 \series bold
27759 align環境
27760 \series default
27761 が作り出されることになります。
27762 \end_layout
27763
27764 \begin_layout Standard
27765 他にも、
27766 \family sans
27767 挿入\SpecialChar \menuseparator
27768 数式
27769 \family default
27770 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27771 \end_layout
27772
27773 \begin_layout Standard
27774 すべての多行数式において、新規行は、
27775 \begin_inset Info
27776 type  "shortcut"
27777 arg   "newline-insert newline"
27778 \end_inset
27779
27780 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27781 \begin_inset Graphics
27782         filename ../../images/tabular-feature_append-row.png
27783         scale 85
27784
27785 \end_inset
27786
27787
27788 \begin_inset Graphics
27789         filename ../../images/tabular-feature_delete-row.png
27790         scale 85
27791
27792 \end_inset
27793
27794 を使うか、
27795 \family sans
27796 編集\SpecialChar \menuseparator
27797 行と列
27798 \family default
27799 メニューを使うことができます。
27800 \end_layout
27801
27802 \begin_layout Subsubsection
27803 行間
27804 \begin_inset CommandInset label
27805 LatexCommand label
27806 name "sub:行間"
27807
27808 \end_inset
27809
27810
27811 \begin_inset Index idx
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27825 \begin_inset Formula 
27826 \begin{eqnarray*}
27827 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}\\
27828 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
27829 \end{eqnarray*}
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \begin_layout Standard
27837 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27838 \begin_inset Foot
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 \begin_inset CommandInset href
27843 LatexCommand href
27844 name "LyX-bug #1505"
27845 target "http://www.lyx.org/trac/ticket/1505"
27846
27847 \end_inset
27848
27849 を参照。
27850 \end_layout
27851
27852 \end_inset
27853
27854 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27855 \series bold
27856
27857 \backslash
27858
27859 \backslash
27860 [3mm]
27861 \series default
27862 というコマンドを入れます。すると、次のようになります。
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867
27868
27869 \backslash
27870 begin{eqnarray*}
27871 \end_layout
27872
27873 \begin_layout Plain Layout
27874
27875 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27876  = & 
27877 \backslash
27878 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27879 \backslash
27880
27881 \backslash
27882 [3mm]
27883 \end_layout
27884
27885 \begin_layout Plain Layout
27886
27887 4x^{2}
27888 \backslash
27889 left(B^{2}+x_{0}^{2}
27890 \backslash
27891 right)+4x_{0}x
27892 \backslash
27893 left(D-B^{2}
27894 \backslash
27895 right)+B^{2}
27896 \backslash
27897 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27898 \backslash
27899 right) & = & 0
27900 \end_layout
27901
27902 \begin_layout Plain Layout
27903
27904
27905 \backslash
27906 end{eqnarray*}
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 \begin_inset VSpace bigskip
27916 \end_inset
27917
27918 同一数式内のすべての行の行間を一律に指定するには、
27919 \series bold
27920
27921 \backslash
27922 jot
27923 \series default
27924
27925 \begin_inset Index idx
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929 こまんど@コマンド ! J ! 
27930 \backslash
27931 jot
27932 \end_layout
27933
27934 \end_inset
27935
27936 変数を変更します。定義は、
27937 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27938 \end_inset
27939
27940 となっています。
27941 \series bold
27942
27943 \backslash
27944 jot
27945 \series default
27946 の既定値は、3
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950 ptです。上記の例のように、行間を3
27951 \begin_inset space \thinspace{}
27952 \end_inset
27953
27954 mm追加するには、
27955 \end_layout
27956
27957 \begin_layout Standard
27958
27959 \series bold
27960
27961 \backslash
27962 setlength{
27963 \backslash
27964 jot}{3mm+3pt}
27965 \end_layout
27966
27967 \begin_layout Standard
27968 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27969 \end_layout
27970
27971 \begin_layout Standard
27972
27973 \series bold
27974
27975 \backslash
27976 usepackage{calc}
27977 \end_layout
27978
27979 \begin_layout Standard
27980 という行を入れて、LaTeXパッケージ
27981 \series bold
27982 calc
27983 \series default
27984
27985 \begin_inset Foot
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989
27990 \series bold
27991 calc
27992 \series default
27993 は標準的なLaTeX頒布版のすべてに付属しています。
27994 \end_layout
27995
27996 \end_inset
27997
27998
27999 \begin_inset Index idx
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003 ぱっけーじ@パッケージ ! calc
28004 \end_layout
28005
28006 \end_inset
28007
28008  を読み込んでおく必要があります。すると、
28009 \begin_inset ERT
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 jot}{3mm+3pt}
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \begin_inset Formula 
28025 \begin{eqnarray*}
28026 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}\\
28027 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
28028 \end{eqnarray*}
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 \begin_inset ERT
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040
28041
28042 \backslash
28043 setlength{
28044 \backslash
28045 jot}{3pt}
28046 \end_layout
28047
28048 \end_inset
28049
28050 のような結果を得ます。行間を既定値に戻すには、
28051 \series bold
28052
28053 \backslash
28054 jot
28055 \series default
28056 をふたたび3
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 ptに戻します。
28061 \end_layout
28062
28063 \begin_layout Subsubsection
28064 列間
28065 \begin_inset CommandInset label
28066 LatexCommand label
28067 name "sub:列間"
28068
28069 \end_inset
28070
28071
28072 \begin_inset Index idx
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \begin_layout Standard
28085 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 列間は、
28091 \series bold
28092
28093 \backslash
28094 arraycolsep
28095 \series default
28096
28097 \begin_inset Index idx
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101 こまんど@コマンド ! A ! 
28102 \backslash
28103 arraycolsep
28104 \end_layout
28105
28106 \end_inset
28107
28108 変数を使って指定し、
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112 列間 = 2
28113 \begin_inset space \thinspace{}
28114 \end_inset
28115
28116
28117 \series bold
28118
28119 \backslash
28120 arraycolsep
28121 \series default
28122
28123 \begin_inset Newline newline
28124 \end_inset
28125
28126 という関係があります。したがって、
28127 \end_layout
28128
28129 \begin_layout Standard
28130
28131 \series bold
28132
28133 \backslash
28134 setlength{
28135 \backslash
28136 arraycolsep}{1cm}
28137 \end_layout
28138
28139 \begin_layout Standard
28140 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28141 \begin_inset space \thinspace{}
28142 \end_inset
28143
28144 cmになります。これを既定値に戻すには、
28145 \series bold
28146
28147 \backslash
28148 arraycolsep
28149 \series default
28150 を5
28151 \begin_inset space \thinspace{}
28152 \end_inset
28153
28154 ptに戻して下さい。
28155 \end_layout
28156
28157 \begin_layout Standard
28158 以下は、2
28159 \begin_inset space \thinspace{}
28160 \end_inset
28161
28162 cmの列間を持つ数式です。
28163 \begin_inset ERT
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167
28168
28169 \backslash
28170 setlength{
28171 \backslash
28172 arraycolsep}{1cm}
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \begin_inset Formula 
28179 \begin{eqnarray*}
28180 A & = & B\\
28181 C & \ne & A
28182 \end{eqnarray*}
28183
28184 \end_inset
28185
28186 行列の既定の列間10
28187 \begin_inset space \thinspace{}
28188 \end_inset
28189
28190 ptを持つ数式です。
28191 \begin_inset ERT
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195
28196
28197 \backslash
28198 setlength{
28199 \backslash
28200 arraycolsep}{5pt}
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \begin_inset Formula 
28207 \begin{eqnarray*}
28208 A & = & B\\
28209 C & \ne & A
28210 \end{eqnarray*}
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Subsubsection
28218 長い数式
28219 \begin_inset Index idx
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 すうしき@数式 ! ながい@長い
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Standard
28232 長い数式は、以下の方法を使って組版することができます。
28233 \end_layout
28234
28235 \begin_layout Itemize
28236 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28237 \begin_inset Formula 
28238 \begin{eqnarray}
28239 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 \\
28240  &  & -\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}
28241 \end{eqnarray}
28242
28243 \end_inset
28244
28245 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28246 示されません。これを避けるために、マイナス記号の後に
28247 \series bold
28248
28249 \backslash
28250 hspace
28251 \series default
28252 .
28253 \begin_inset Foot
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257
28258 \series bold
28259
28260 \backslash
28261 hspace
28262 \series default
28263 に関しての詳細は、第
28264 \begin_inset CommandInset ref
28265 LatexCommand ref
28266 reference "sub:可変長の空白"
28267
28268 \end_inset
28269
28270 節をご覧下さい。
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \begin_inset Index idx
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 こまんど@コマンド ! H ! 
28281 \backslash
28282 hspace
28283 \end_layout
28284
28285 \end_inset
28286
28287 コマンドを使って3
28288 \begin_inset space \thinspace{}
28289 \end_inset
28290
28291 pt空白を入れてあります。
28292 \end_layout
28293
28294 \begin_layout Itemize
28295 数式の両辺がともに長すぎるときには、
28296 \series bold
28297
28298 \backslash
28299 lefteqn
28300 \series default
28301
28302 \begin_inset Index idx
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306 こまんど@コマンド ! L ! 
28307 \backslash
28308 lefteqn
28309 \end_layout
28310
28311 \end_inset
28312
28313 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28314 \begin_inset Formula 
28315 \begin{eqnarray}
28316 \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 \\
28317  &  & -\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 \\
28318  &  & =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}
28319 \end{eqnarray}
28320
28321 \end_inset
28322
28323
28324 \series bold
28325
28326 \backslash
28327 lefteqn
28328 \series default
28329 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28330 \begin_inset Newline newline
28331 \end_inset
28332
28333 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28334 \begin_inset VSpace medskip
28335 \end_inset
28336
28337
28338 \begin_inset Newline newline
28339 \end_inset
28340
28341
28342 \begin_inset Note Greyedout
28343 status open
28344
28345 \begin_layout Plain Layout
28346
28347 \series bold
28348
28349 \backslash
28350 lefteqn
28351 \series default
28352 を使用する際には、以下のことにご注意下さい。
28353 \end_layout
28354
28355 \begin_layout Itemize
28356 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28357 \begin_inset Formula $-B^{2}$
28358 \end_inset
28359
28360 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28361 \end_layout
28362
28363 \begin_layout Itemize
28364 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28365 \begin_inset Foot
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 \begin_inset CommandInset href
28370 LatexCommand href
28371 name "LyX-bug #1429"
28372 target "http://www.lyx.org/trac/ticket/1429"
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \end_inset
28380
28381 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Itemize
28390 長い数式を組む他の方法として、第
28391 \begin_inset CommandInset ref
28392 LatexCommand ref
28393 reference "sub:multline環境"
28394
28395 \end_inset
28396
28397 節と第
28398 \begin_inset CommandInset ref
28399 LatexCommand ref
28400 reference "sub:数式の一部の多行化"
28401
28402 \end_inset
28403
28404 節で述べられている環境を用いる方法があります。
28405 \end_layout
28406
28407 \begin_layout Subsubsection
28408 多行にわたる括弧
28409 \begin_inset CommandInset label
28410 LatexCommand label
28411 name "sub:多行にわたる括弧"
28412
28413 \end_inset
28414
28415
28416 \begin_inset Index idx
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \begin_layout Standard
28429 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28430 \begin_inset Formula 
28431 \begin{eqnarray*}
28432 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28433  &  & \left.\cdots+B-D\right]
28434 \end{eqnarray*}
28435
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \begin_layout Standard
28442 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28443 \end_layout
28444
28445 \begin_layout Standard
28446 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28447 \series bold
28448
28449 \backslash
28450 right.
28451 \series default
28452
28453 \begin_inset Index idx
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457 こまんど@コマンド ! R ! 
28458 \backslash
28459 right
28460 \end_layout
28461
28462 \end_inset
28463
28464 とし、二行めの始めを
28465 \series bold
28466
28467 \backslash
28468 left.
28469 \begin_inset Foot
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474 \series bold
28475
28476 \backslash
28477 left
28478 \series default
28479
28480 \series bold
28481
28482 \backslash
28483 right
28484 \series default
28485 に関する詳細は、第
28486 \begin_inset CommandInset ref
28487 LatexCommand ref
28488 reference "sub:自動の括弧丈"
28489
28490 \end_inset
28491
28492 節をご覧下さい。
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \series default
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 こまんど@コマンド ! L ! 
28505 \backslash
28506 left
28507 \end_layout
28508
28509 \end_inset
28510
28511 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28512 \series bold
28513
28514 \backslash
28515 left.
28516 \series default
28517 の後に、
28518 \series bold
28519
28520 \backslash
28521 vphantom
28522 \series default
28523
28524 \begin_inset ERT
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528
28529
28530 \backslash
28531 spce 
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \series bold
28538
28539 \backslash
28540 prod
28541 \series default
28542 ^
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 spce 
28551 \end_layout
28552
28553 \end_inset
28554
28555
28556 \series bold
28557
28558 \backslash
28559 infty
28560 \series default
28561
28562 \begin_inset ERT
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567
28568 \backslash
28569 spce 
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \series bold
28576
28577 \begin_inset Formula $\downarrow$
28578 \end_inset
28579
28580 _R=1}
28581 \series default
28582
28583 \begin_inset Index idx
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 こまんど@コマンド ! V ! 
28588 \backslash
28589 vphantom
28590 \end_layout
28591
28592 \end_inset
28593
28594 というコマンドを挿入します。
28595 \end_layout
28596
28597 \begin_layout Standard
28598 その結果が以下の数式です。
28599 \begin_inset Formula 
28600 \begin{eqnarray*}
28601 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28602  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28603 \end{eqnarray*}
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Subsection
28611 align環境
28612 \end_layout
28613
28614 \begin_layout Standard
28615 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28616 \end_layout
28617
28618 \begin_layout Standard
28619 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28620 \end_layout
28621
28622 \begin_layout Standard
28623 align環境は、
28624 \family sans
28625 挿入\SpecialChar \menuseparator
28626 数式
28627 \family default
28628 メニューから作ることができます。
28629 \family sans
28630 編集\SpecialChar \menuseparator
28631 数式\SpecialChar \menuseparator
28632 数式の表記を変更
28633 \family default
28634 メニューを使えば、既存の数式をalign環境に変更することができます。
28635 \end_layout
28636
28637 \begin_layout Standard
28638 列を追加したり削除したりするには、数式ツールバーボタンの
28639 \begin_inset Graphics
28640         filename ../../images/tabular-feature_append-column.png
28641         scale 85
28642
28643 \end_inset
28644
28645
28646 \begin_inset Graphics
28647         filename ../../images/tabular-feature_delete-column.png
28648         scale 85
28649
28650 \end_inset
28651
28652 を使うか、
28653 \family sans
28654 編集\SpecialChar \menuseparator
28655 行と列
28656 \family default
28657 メニューを使います。
28658 \end_layout
28659
28660 \begin_layout Subsubsection
28661 標準align環境
28662 \begin_inset CommandInset label
28663 LatexCommand label
28664 name "sub:標準align環境"
28665
28666 \end_inset
28667
28668
28669 \begin_inset Index idx
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 このalign環境は、数式中で
28683 \begin_inset Info
28684 type  "shortcut"
28685 arg   "newline-insert newline"
28686 \end_inset
28687
28688 を押すか、
28689 \family sans
28690 挿入\SpecialChar \menuseparator
28691 数式\SpecialChar \menuseparator
28692 AMS align環境
28693 \family default
28694 メニューで作ることができます。
28695 \end_layout
28696
28697 \begin_layout Standard
28698 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28699 \begin_inset Formula 
28700 \begin{align*}
28701 A & =\sin(B) & C & =D\\
28702 C & \ne A & B & \ne D
28703 \end{align*}
28704
28705 \end_inset
28706
28707 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28708 \series bold
28709
28710 \backslash
28711 hfill
28712 \begin_inset Foot
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716
28717 \series bold
28718
28719 \backslash
28720 hfill
28721 \series default
28722 に関する詳細は、第
28723 \begin_inset CommandInset ref
28724 LatexCommand ref
28725 reference "sub:可変長の空白"
28726
28727 \end_inset
28728
28729 節をご覧下さい。
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \series default
28736 があるかのように配置されます。数式様式として
28737 \series bold
28738 行頭下げ
28739 \begin_inset Foot
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743
28744 \series bold
28745 数式様式については、第
28746 \series default
28747
28748 \begin_inset CommandInset ref
28749 LatexCommand ref
28750 reference "sec:数式様式"
28751
28752 \end_inset
28753
28754 節をご覧下さい。
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \series default
28761 を使う場合には、第一列の前の
28762 \series bold
28763
28764 \backslash
28765 hfill
28766 \series default
28767 はない形で数式が設定されます。
28768 \end_layout
28769
28770 \begin_layout Subsubsection
28771 alignat環境
28772 \begin_inset Index idx
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Standard
28785 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28786 \begin_inset CommandInset ref
28787 LatexCommand ref
28788 reference "sub:空白"
28789
28790 \end_inset
28791
28792 節に述べられている空白を使用して手動で入れます。
28793 \end_layout
28794
28795 \begin_layout Standard
28796 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28797 \begin_inset space \thinspace{}
28798 \end_inset
28799
28800 cmの空白を入れたものです。
28801 \begin_inset Formula 
28802 \begin{alignat*}{2}
28803 A & =\sin(B) & \hspace{1cm}C & =D\\
28804 C & \ne A & B & \ne D
28805 \end{alignat*}
28806
28807 \end_inset
28808
28809 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28810 \end_layout
28811
28812 \begin_layout Subsubsection
28813 flalign環境
28814 \begin_inset CommandInset label
28815 LatexCommand label
28816 name "sub:flalign環境"
28817
28818 \end_inset
28819
28820
28821 \begin_inset Index idx
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28835 \begin_inset Formula 
28836 \begin{flalign*}
28837 A & =1 & B & =2 & C & =3\\
28838 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28839 \end{flalign*}
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28848 \series bold
28849 中央揃え
28850 \series default
28851 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28852 \begin_inset CommandInset ref
28853 LatexCommand eqref
28854 reference "eq:VolInt"
28855
28856 \end_inset
28857
28858 式を行頭下げにしたものです。
28859 \begin_inset Formula 
28860 \begin{flalign}
28861 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28862 \end{flalign}
28863
28864 \end_inset
28865
28866 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28867 \begin_inset space \thinspace{}
28868 \end_inset
28869
28870 ptの空白が第1列の頭に入れてあります。
28871 \end_layout
28872
28873 \begin_layout Subsection
28874 eqnarray環境
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "sub:eqnarray環境"
28878
28879 \end_inset
28880
28881
28882 \begin_inset Index idx
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Standard
28895 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28896 いるので、その内容は中央揃えで少し小さく設定されます。
28897 \begin_inset Formula 
28898 \begin{eqnarray*}
28899 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28900 AB & AB & AB\\
28901 A & = & A
28902 \end{eqnarray*}
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Subsection
28910 gather環境
28911 \begin_inset Index idx
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28925 \begin_inset Formula 
28926 \begin{gather}
28927 A=1\\
28928 X=\textrm{-}1
28929 \end{gather}
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Subsection
28937 multline環境
28938 \begin_inset CommandInset label
28939 LatexCommand label
28940 name "sub:multline環境"
28941
28942 \end_inset
28943
28944
28945 \begin_inset Index idx
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28959 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28960 \begin_inset CommandInset ref
28961 LatexCommand eqref
28962 reference "eq:lefteqn"
28963
28964 \end_inset
28965
28966 式をmultline環境に置いたものを示します。
28967 \begin_inset Formula 
28968 \begin{multline}
28969 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}\\
28970 -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}\\
28971 =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}}
28972 \end{multline}
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28981 \begin_inset Foot
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 付番様式については、第
28986 \begin_inset CommandInset ref
28987 LatexCommand ref
28988 reference "sec:数式様式"
28989
28990 \end_inset
28991
28992 節を参照。
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001
29002 \series bold
29003
29004 \backslash
29005 shoveright
29006 \begin_inset Index idx
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010 こまんど@コマンド ! S ! 
29011 \backslash
29012 shoveright
29013 \end_layout
29014
29015 \end_inset
29016
29017 コマンドや
29018 \backslash
29019 shoveleft
29020 \begin_inset Index idx
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 こまんど@コマンド ! S ! 
29025 \backslash
29026 shoveleft
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \series default
29033 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29034 \end_layout
29035
29036 \begin_layout Standard
29037
29038 \series bold
29039
29040 \backslash
29041 shoveright{行の内容}
29042 \series default
29043 あるいは
29044 \series bold
29045
29046 \backslash
29047 shoveleft{行の内容}
29048 \end_layout
29049
29050 \begin_layout Standard
29051 \begin_inset VSpace medskip
29052 \end_inset
29053
29054
29055 \series bold
29056
29057 \backslash
29058 multlinegap
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 こまんど@コマンド ! M ! 
29064 \backslash
29065 multlinegap
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \series default
29072 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29073 \begin_inset space \thinspace{}
29074 \end_inset
29075
29076 ptの長さです。
29077 \end_layout
29078
29079 \begin_layout Standard
29080 以下は、上記の数式に
29081 \end_layout
29082
29083 \begin_layout Standard
29084
29085 \series bold
29086
29087 \backslash
29088 setlength{
29089 \backslash
29090 multlinegap}{2cm}
29091 \end_layout
29092
29093 \begin_layout Standard
29094 というコマンドを、TeXモードで直前に挿入した例です。
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100
29101 \backslash
29102 setlength{
29103 \backslash
29104 multlinegap}{2cm}
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \begin_inset Formula 
29111 \begin{multline}
29112 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}\\
29113 \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}}\\
29114 =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}}
29115 \end{multline}
29116
29117 \end_inset
29118
29119
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 setlength{
29128 \backslash
29129 multlinegap}{0pt}
29130 \end_layout
29131
29132 \end_inset
29133
29134 二行めは、
29135 \series bold
29136
29137 \backslash
29138 shoveleft
29139 \series default
29140 を使って左揃えにしています。
29141 \end_layout
29142
29143 \begin_layout Subsection
29144 数式の一部の多行化
29145 \begin_inset CommandInset label
29146 LatexCommand label
29147 name "sub:数式の一部の多行化"
29148
29149 \end_inset
29150
29151
29152 \begin_inset Index idx
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Standard
29165 数式の一部分のみを多行表示したい場合には、
29166 \series bold
29167 aligned
29168 \series default
29169
29170 \series bold
29171 alignedat
29172 \series default
29173
29174 \series bold
29175 gathered
29176 \series default
29177
29178 \series bold
29179 split
29180 \series default
29181 のうちのいずれかの環境を使用します。これらは、
29182 \family sans
29183 挿入\SpecialChar \menuseparator
29184 数式
29185 \family default
29186 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29187 \end_layout
29188
29189 \begin_layout Standard
29190 最初の三つの環境は、環境名から
29191 \series bold
29192 ed
29193 \series default
29194 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29195 \begin_inset Formula 
29196 \[
29197 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29198 \Delta E\Delta t & \ge\frac{\hbar}{2}
29199 \end{aligned}
29200 \right\} \textrm{不確定性原理}
29201 \]
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 この数式を作るには、別行建て数式をまず作っておいて、そこに
29210 \series bold
29211
29212 \backslash
29213 aligned
29214 \begin_inset Index idx
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 こまんど@コマンド ! A ! 
29219 \backslash
29220 aligned
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \series default
29227 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29228 ます。
29229 \end_layout
29230
29231 \begin_layout Standard
29232 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29233 に配置できる利点があります。以下に例として、
29234 \begin_inset CommandInset ref
29235 LatexCommand eqref
29236 reference "eq:shortlong"
29237
29238 \end_inset
29239
29240 式にaligned環境を適用したものを示します。
29241 \begin_inset Formula 
29242 \begin{equation}
29243 \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}|}\\
29244  & -\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}|}
29245 \end{aligned}
29246 \end{equation}
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254
29255 \series bold
29256 alignedat
29257 \series default
29258
29259 \series bold
29260 gathered
29261 \series default
29262
29263 \series bold
29264 split
29265 \series default
29266 の各環境を使うには、それぞれ
29267 \series bold
29268
29269 \backslash
29270 alignedat
29271 \series default
29272
29273 \begin_inset Index idx
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 こまんど@コマンド ! A ! 
29278 \backslash
29279 alignedat
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \series bold
29286
29287 \backslash
29288 gathered
29289 \series default
29290
29291 \begin_inset Index idx
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 こまんど@コマンド ! G ! 
29296 \backslash
29297 gathered
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \series bold
29304
29305 \backslash
29306 split
29307 \series default
29308
29309 \begin_inset Index idx
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 こまんど@コマンド ! S ! 
29314 \backslash
29315 split
29316 \end_layout
29317
29318 \end_inset
29319
29320 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29321 \end_layout
29322
29323 \begin_layout Subsection
29324 多行数式中のテキスト
29325 \begin_inset CommandInset label
29326 LatexCommand label
29327 name "sub:多行数式中のテキスト"
29328
29329 \end_inset
29330
29331
29332 \begin_inset Index idx
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336 てきすと@テキスト ! すうしきちゅうの@数式中の
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset Index idx
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29356 式を持つ
29357 \series bold
29358
29359 \backslash
29360 intertext
29361 \begin_inset Index idx
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365 こまんど@コマンド ! I ! 
29366 \backslash
29367 intertext
29368 \end_layout
29369
29370 \end_inset
29371
29372 コマンドを使います。
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 intertext{テキスト}
29381 \end_layout
29382
29383 \begin_layout Standard
29384 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29385 \series bold
29386
29387 \backslash
29388 intertext
29389 \series default
29390 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29391 \series bold
29392
29393 \backslash
29394 intertext
29395 \series default
29396 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29397 \begin_inset Formula 
29398 \begin{align}
29399 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29400 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29401 \end{align}
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \begin_layout Section
29409 数式番号
29410 \begin_inset Index idx
29411 status collapsed
29412
29413 \begin_layout Plain Layout
29414 すうしきばんごう@数式番号
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 すうしき@数式 ! ばんごう@番号|see
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430 {
29431 \end_layout
29432
29433 \end_inset
29434
29435 数式番号
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 }
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Subsection
29455 概要
29456 \end_layout
29457
29458 \begin_layout Standard
29459 付番数式は、
29460 \family sans
29461 挿入\SpecialChar \menuseparator
29462 数式\SpecialChar \menuseparator
29463 付番数式
29464 \family default
29465 メニュー(短絡キー
29466 \family sans
29467 Ctrl+Alt
29468 \begin_inset space ~
29469 \end_inset
29470
29471 N
29472 \family default
29473 )で作ることができます。既存の数式に番号を振るには、
29474 \family sans
29475 編集\SpecialChar \menuseparator
29476 数式\SpecialChar \menuseparator
29477 数式全体を付番
29478 \family default
29479 メニュー(短絡キー
29480 \begin_inset Info
29481 type  "shortcut"
29482 arg   "math-number-toggle"
29483 \end_inset
29484
29485 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29486 \end_layout
29487
29488 \begin_layout Standard
29489 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29490 \family sans
29491 編集\SpecialChar \menuseparator
29492 数式\SpecialChar \menuseparator
29493 この行を付番
29494 \family default
29495 メニュー(短絡キー
29496 \begin_inset Info
29497 type  "shortcut"
29498 arg   "math-number-line-toggle"
29499 \end_inset
29500
29501 )を使用すれば、各行毎に付番するかどうか指定することができます。
29502 \end_layout
29503
29504 \begin_layout Standard
29505 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29506 \begin_inset CommandInset ref
29507 LatexCommand ref
29508 reference "sec:数式様式"
29509
29510 \end_inset
29511
29512 節をご覧下さい。
29513 \end_layout
29514
29515 \begin_layout Subsection
29516 相互参照
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 そうごさんしょう@相互参照 ! すうしきへの@数式への
29522 \end_layout
29523
29524 \end_inset
29525
29526
29527 \end_layout
29528
29529 \begin_layout Standard
29530 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29531 \family sans
29532 挿入\SpecialChar \menuseparator
29533 ラベル
29534 \family default
29535 メニューか、ツールバーボタンの
29536 \begin_inset Graphics
29537         filename ../../images/label-insert.png
29538         scale 85
29539
29540 \end_inset
29541
29542 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29543 \series bold
29544 eq:と
29545 \series default
29546 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29547 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29548 \family sans
29549 挿入\SpecialChar \menuseparator
29550 ラベル
29551 \family default
29552 メニューをもういちど使って下さい。
29553 \end_layout
29554
29555 \begin_layout Standard
29556 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29557 \end_layout
29558
29559 \begin_layout Standard
29560 相互参照は、
29561 \family sans
29562 挿入\SpecialChar \menuseparator
29563 相互参照
29564 \family default
29565 メニューかツールバーボタンの
29566 \begin_inset Graphics
29567         filename ../../images/dialog-show-new-inset_ref.png
29568         scale 85
29569
29570 \end_inset
29571
29572 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29573 \series bold
29574 (<参照>)
29575 \series default
29576 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29577 \begin_inset Newline newline
29578 \end_inset
29579
29580 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29581 \end_layout
29582
29583 \begin_layout Standard
29584 以下は、後の各小節に現れる数式への相互参照を含む例です。
29585 \begin_inset Note Note
29586 status open
29587
29588 \begin_layout Plain Layout
29589 相互参照の型の違いに留意してください。
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset CommandInset ref
29599 LatexCommand eqref
29600 reference "eq:tag"
29601
29602 \end_inset
29603
29604 式と
29605 \begin_inset CommandInset ref
29606 LatexCommand eqref
29607 reference "eq:c"
29608
29609 \end_inset
29610
29611 式は、等価です。(
29612 \begin_inset CommandInset ref
29613 LatexCommand ref
29614 reference "eq:Rom"
29615
29616 \end_inset
29617
29618 )式とは異なり、(
29619 \begin_inset CommandInset ref
29620 LatexCommand ref
29621 reference "eq:Lat"
29622
29623 \end_inset
29624
29625 )式では、付番にラテン数字を使用しています。
29626 \end_layout
29627
29628 \begin_layout Standard
29629 \begin_inset VSpace medskip
29630 \end_inset
29631
29632
29633 \series bold
29634
29635 \backslash
29636 tag
29637 \begin_inset Foot
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642 \series bold
29643
29644 \backslash
29645 tag
29646 \series default
29647 は、第
29648 \begin_inset CommandInset ref
29649 LatexCommand ref
29650 reference "sub:ユーザー定義番号"
29651
29652 \end_inset
29653
29654 節に説明があります。
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \series default
29661 の引数が、第
29662 \begin_inset CommandInset ref
29663 LatexCommand ref
29664 reference "sub:段落ボックス"
29665
29666 \end_inset
29667
29668 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29669 \end_layout
29670
29671 \begin_layout Subsection
29672 細目番号
29673 \begin_inset Index idx
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686
29687 \series bold
29688
29689 \backslash
29690 begin{subequations}
29691 \series default
29692 および
29693 \series bold
29694
29695 \backslash
29696 end{subequations}
29697 \series default
29698 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29699 \end_layout
29700
29701 \begin_layout Standard
29702 たとえば、
29703 \begin_inset Formula 
29704 \begin{equation}
29705 A=C-B\label{eq:a}
29706 \end{equation}
29707
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 addtocounter{equation}{-1}
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729
29730 \backslash
29731 begin{subequations}
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \begin_inset VSpace -5mm
29738 \end_inset
29739
29740
29741 \begin_inset Formula 
29742 \begin{equation}
29743 B=C-A\label{eq:b}
29744 \end{equation}
29745
29746 \end_inset
29747
29748
29749 \begin_inset Formula 
29750 \begin{equation}
29751 C=A+B\label{eq:c}
29752 \end{equation}
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 \begin_inset ERT
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764
29765
29766 \backslash
29767 end{subequations}
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \end_layout
29774
29775 \begin_layout Standard
29776 この例を作るには、次のようにします。
29777 \end_layout
29778
29779 \begin_layout Enumerate
29780 一つめの数式を入力します。
29781 \end_layout
29782
29783 \begin_layout Enumerate
29784 一つめの数式の後に
29785 \begin_inset Newline newline
29786 \end_inset
29787
29788
29789 \series bold
29790
29791 \backslash
29792 addtocounter{equation}{-1} 
29793 \backslash
29794 begin{subequations}
29795 \begin_inset Index idx
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 こまんど@コマンド ! A ! 
29800 \backslash
29801 addtocounter
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \begin_inset Newline newline
29808 \end_inset
29809
29810
29811 \series default
29812 を入力します。
29813 \end_layout
29814
29815 \begin_layout Enumerate
29816 二つめの数式を入力します。
29817 \end_layout
29818
29819 \begin_layout Enumerate
29820 三つめの数式を入力します。
29821 \end_layout
29822
29823 \begin_layout Enumerate
29824 三つめの数式の後に、
29825 \series bold
29826
29827 \backslash
29828 end{subequations}
29829 \series default
29830 を入力します。
29831 \end_layout
29832
29833 \begin_layout Standard
29834
29835 \series bold
29836
29837 \backslash
29838 begin
29839 \series default
29840 コマンドと
29841 \series bold
29842
29843 \backslash
29844 end
29845 \series default
29846 コマンドのあいだの数式はすべて、a・b・
29847 \begin_inset Newline linebreak
29848 \end_inset
29849
29850 c\SpecialChar \ldots{}
29851 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29852 \emph on
29853 ひとつの
29854 \emph default
29855 付番数式として扱われますが、それぞれの付番数式が
29856 \series bold
29857 equation
29858 \series default
29859 カウンタを一つずつ進めてしまうので、
29860 \series bold
29861
29862 \backslash
29863 addtocounter
29864 \series default
29865 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29866 \begin_inset CommandInset ref
29867 LatexCommand eqref
29868 reference "eq:a"
29869
29870 \end_inset
29871
29872 式・
29873 \begin_inset CommandInset ref
29874 LatexCommand eqref
29875 reference "eq:b"
29876
29877 \end_inset
29878
29879 式・
29880 \begin_inset CommandInset ref
29881 LatexCommand eqref
29882 reference "eq:c"
29883
29884 \end_inset
29885
29886 式は、それぞれ
29887 \begin_inset CommandInset ref
29888 LatexCommand eqref
29889 reference "eq:a"
29890
29891 \end_inset
29892
29893 式・
29894 \begin_inset CommandInset ref
29895 LatexCommand eqref
29896 reference "eq:d"
29897
29898 \end_inset
29899
29900 式・
29901 \begin_inset CommandInset ref
29902 LatexCommand eqref
29903 reference "eq:f"
29904
29905 \end_inset
29906
29907 式として番号が振られてしまいます。
29908 \end_layout
29909
29910 \begin_layout Standard
29911 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29912 \begin_inset space \thinspace{}
29913 \end_inset
29914
29915 mmの垂直空白を
29916 \series bold
29917
29918 \backslash
29919 begin{subequations}
29920 \series default
29921 コマンドの後に入れています。数式様式として
29922 \series bold
29923 行頭下げ
29924 \begin_inset Foot
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 \series bold
29930 数式様式に関しては、第
29931 \series default
29932
29933 \begin_inset CommandInset ref
29934 LatexCommand ref
29935 reference "sec:数式様式"
29936
29937 \end_inset
29938
29939 節を参照。
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \series default
29946 を用いているときには、これを-7
29947 \begin_inset space \thinspace{}
29948 \end_inset
29949
29950 mm空白にしてください。
29951 \end_layout
29952
29953 \begin_layout Standard
29954 以下は、二行めのみ付番を無効にしている多行数式の例です。
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 begin{subequations}
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Formula 
29969 \begin{eqnarray}
29970 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29971  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29972  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29973 \end{eqnarray}
29974
29975 \end_inset
29976
29977
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 end{subequations}
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Subsection
29994 ユーザー定義番号
29995 \begin_inset CommandInset label
29996 LatexCommand label
29997 name "sub:ユーザー定義番号"
29998
29999 \end_inset
30000
30001
30002 \begin_inset Index idx
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Standard
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30020 \end_layout
30021
30022 \end_inset
30023
30024 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30025 \end_layout
30026
30027 \begin_layout Standard
30028
30029 \series bold
30030
30031 \backslash
30032 def
30033 \backslash
30034 tagform@#1{
30035 \backslash
30036 maketag@@@{
30037 \series default
30038
30039 \begin_inset Formula $\boldsymbol{|}$
30040 \end_inset
30041
30042
30043 \series bold
30044 #1
30045 \series default
30046
30047 \begin_inset Formula $\boldsymbol{|}$
30048 \end_inset
30049
30050
30051 \series bold
30052 }}
30053 \series default
30054
30055 \begin_inset Note Note
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 他の記号を使いたいときには、
30069 \series bold
30070 #1
30071 \series default
30072 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30073 \end_layout
30074
30075 \begin_layout Standard
30076 \begin_inset VSpace bigskip
30077 \end_inset
30078
30079 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30080 \series bold
30081
30082 \backslash
30083 tag
30084 \series default
30085
30086 \begin_inset Index idx
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090 こまんど@コマンド ! T ! 
30091 \backslash
30092 tag
30093 \end_layout
30094
30095 \end_inset
30096
30097 コマンドを使います。
30098 \begin_inset Formula 
30099 \begin{equation}
30100 A+B=C\tag{何とかかんとか}\label{eq:tag}
30101 \end{equation}
30102
30103 \end_inset
30104
30105 上記の例では、
30106 \series bold
30107
30108 \backslash
30109 tag
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115
30116 \backslash
30117 spce 
30118 \end_layout
30119
30120 \end_inset
30121
30122 何とかかんとか
30123 \series default
30124 というコマンドを数式に打ち込んでいます。
30125 \end_layout
30126
30127 \begin_layout Standard
30128 代わりに
30129 \series bold
30130
30131 \backslash
30132 tag*
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 spce 
30141 \end_layout
30142
30143 \end_inset
30144
30145 何とかかんとか
30146 \series default
30147 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30148 \begin_inset Formula 
30149 \[
30150 A+B=C\tag*{something}
30151 \]
30152
30153 \end_inset
30154
30155
30156 \end_layout
30157
30158 \begin_layout Standard
30159 \begin_inset VSpace bigskip
30160 \end_inset
30161
30162 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30163 \begin_inset Newline newline
30164 \end_inset
30165
30166
30167 \series bold
30168
30169 \backslash
30170 @addtoreset{equation}{part}
30171 \series default
30172
30173 \begin_inset Index idx
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 こまんど@コマンド ! 
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 "
30184 \end_layout
30185
30186 \end_inset
30187
30188 @
30189 \begin_inset ERT
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193
30194 "
30195 \end_layout
30196
30197 \end_inset
30198
30199  ! 
30200 \backslash
30201
30202 \begin_inset ERT
30203 status collapsed
30204
30205 \begin_layout Plain Layout
30206
30207 "
30208 \end_layout
30209
30210 \end_inset
30211
30212 @
30213 \begin_inset ERT
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218 "
30219 \end_layout
30220
30221 \end_inset
30222
30223 addtoreset
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232 節に関しては
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \series bold
30238
30239 \backslash
30240 @addtoreset{equation}{section}
30241 \begin_inset Newline newline
30242 \end_inset
30243
30244
30245 \series default
30246 というコマンドを使います。
30247 \end_layout
30248
30249 \begin_layout Standard
30250 これらのコマンドをTeXモードで使えるようにするためには、
30251 \series bold
30252
30253 \backslash
30254 makeatletter
30255 \series default
30256 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30257 \series bold
30258
30259 \backslash
30260 makeatother
30261 \series default
30262 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30263 \end_layout
30264
30265 \begin_layout Standard
30266
30267 \series bold
30268
30269 \backslash
30270 makeatletter
30271 \begin_inset Newline newline
30272 \end_inset
30273
30274
30275 \backslash
30276 @addtoreset{equation}{section}
30277 \begin_inset Newline newline
30278 \end_inset
30279
30280
30281 \backslash
30282 makeatother
30283 \begin_inset Newline newline
30284 \end_inset
30285
30286
30287 \series default
30288 のようにならなくてはなりません。
30289 \end_layout
30290
30291 \begin_layout Standard
30292 LaTeXプリアンブル中では、
30293 \series bold
30294
30295 \backslash
30296 makeatletter
30297 \series default
30298
30299 \series bold
30300
30301 \backslash
30302 makeatother
30303 \series default
30304 は、LyXが内部的に自動で挿入するので省略してかまいません。
30305 \end_layout
30306
30307 \begin_layout Standard
30308
30309 \series bold
30310
30311 \backslash
30312 @addtoreset
30313 \series default
30314 を戻すには、まずLaTeXプリアンブル中に
30315 \end_layout
30316
30317 \begin_layout Standard
30318
30319 \series bold
30320
30321 \backslash
30322 usepackage{remreset}
30323 \end_layout
30324
30325 \begin_layout Standard
30326 という行を入れて、
30327 \series bold
30328 remreset.sty
30329 \series default
30330
30331 \begin_inset Foot
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335
30336 \series bold
30337 remreset
30338 \series default
30339 は、LaTeXパッケージの
30340 \series bold
30341 carlisle
30342 \series default
30343
30344 \begin_inset Index idx
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 ぱっけーじ@パッケージ ! carlisle
30349 \end_layout
30350
30351 \end_inset
30352
30353 の一部として含まれており、LaTeX標準頒布版には含まれています。
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \begin_inset Index idx
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 ぱっけーじ@パッケージ ! remreset
30364 \end_layout
30365
30366 \end_inset
30367
30368 ファイルを読み込んでおかなくてはなりません。その後
30369 \begin_inset Newline newline
30370 \end_inset
30371
30372
30373 \series bold
30374
30375 \backslash
30376 @removefromreset
30377 \series default
30378
30379 \begin_inset Index idx
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383 こまんど@コマンド ! 
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389 "
30390 \end_layout
30391
30392 \end_inset
30393
30394 @
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400 "
30401 \end_layout
30402
30403 \end_inset
30404
30405  ! 
30406 \backslash
30407
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413 "
30414 \end_layout
30415
30416 \end_inset
30417
30418 @
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424 "
30425 \end_layout
30426
30427 \end_inset
30428
30429 removefromreset
30430 \end_layout
30431
30432 \end_inset
30433
30434 コマンドを
30435 \series bold
30436
30437 \backslash
30438 @addtoreset
30439 \series default
30440 と同じ書式で使用すると、
30441 \series bold
30442
30443 \backslash
30444 @addtoreset
30445 \series default
30446 を戻すことができます。
30447 \end_layout
30448
30449 \begin_layout Standard
30450 \begin_inset VSpace bigskip
30451 \end_inset
30452
30453 ときには、数式を
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \family typewriter
30459 (節番号.数式番号)
30460 \end_layout
30461
30462 \begin_layout Standard
30463 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30464 \end_layout
30465
30466 \begin_layout Standard
30467 このような場合のために、
30468 \series bold
30469
30470 \backslash
30471 numberwithin
30472 \series default
30473
30474 \begin_inset Index idx
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 こまんど@コマンド ! N ! 
30479 \backslash
30480 numberwithin
30481 \end_layout
30482
30483 \end_inset
30484
30485 というコマンドがあり、
30486 \end_layout
30487
30488 \begin_layout Standard
30489
30490 \series bold
30491
30492 \backslash
30493 numberwithin{カウンタ}{節階層}
30494 \end_layout
30495
30496 \begin_layout Standard
30497 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30498 \end_layout
30499
30500 \begin_layout Standard
30501 したがって、ここではLaTeXプリアンブルかTeXコードで
30502 \end_layout
30503
30504 \begin_layout Standard
30505
30506 \series bold
30507
30508 \backslash
30509 numberwithin{equation}{section}
30510 \end_layout
30511
30512 \begin_layout Standard
30513 という行を用いることにしましょう。その結果がこれです。
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519
30520 \backslash
30521 numberwithin{equation}{section}
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset Formula 
30528 \begin{equation}
30529 A+B=C
30530 \end{equation}
30531
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \begin_layout Standard
30538 たとえば、部番号を節階層として使用して、表に付番を施すときには
30539 \begin_inset Newline newline
30540 \end_inset
30541
30542
30543 \series bold
30544
30545 \backslash
30546 numberwithin{table}{part}
30547 \series default
30548 を用います。
30549 \end_layout
30550
30551 \begin_layout Standard
30552 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 renewcommand{
30561 \backslash
30562 theequation}{
30563 \backslash
30564 arabic{equation}}
30565 \begin_inset Index idx
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569 こまんど@コマンド ! A ! 
30570 \backslash
30571 arabic
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \series default
30578
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584
30585 \backslash
30586 renewcommand{
30587 \backslash
30588 theequation}{
30589 \backslash
30590 arabic{equation}}
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \series bold
30597
30598 \begin_inset Newline newline
30599 \end_inset
30600
30601
30602 \series default
30603 あるいは
30604 \series bold
30605
30606 \begin_inset Newline newline
30607 \end_inset
30608
30609
30610 \backslash
30611 renewcommand{
30612 \backslash
30613 thetable}{
30614 \backslash
30615 arabic{table}}
30616 \end_layout
30617
30618 \begin_layout Standard
30619 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30620 \series bold
30621
30622 \backslash
30623 numberwithin
30624 \series default
30625 は、内部的に上記で述べた
30626 \series bold
30627
30628 \backslash
30629 @addtoreset
30630 \series default
30631 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637
30638 \backslash
30639 makeatletter
30640 \end_layout
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 @removefromreset{equation}{section}
30647 \end_layout
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 makeatother
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Subsection
30662 ローマ数字や文字を使った付番
30663 \begin_inset Index idx
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset Index idx
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \end_layout
30684
30685 \begin_layout Standard
30686 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 renewcommand{
30695 \backslash
30696 theequation}{
30697 \backslash
30698 roman{equation}}
30699 \end_layout
30700
30701 \begin_layout Standard
30702 というコマンドを入れます。
30703 \series bold
30704
30705 \backslash
30706 renewcommand
30707 \series default
30708
30709 \begin_inset Index idx
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713 こまんど@コマンド ! R ! 
30714 \backslash
30715 renewcommand
30716 \end_layout
30717
30718 \end_inset
30719
30720 は、定義済みのコマンド
30721 \series bold
30722
30723 \backslash
30724 theequation
30725 \series default
30726 をコマンド
30727 \series bold
30728
30729 \backslash
30730 roman{equation}
30731 \series default
30732 に再定義します
30733 \begin_inset Foot
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737
30738 \series bold
30739
30740 \backslash
30741 renewcommand
30742 \series default
30743 コマンドは、第
30744 \begin_inset CommandInset ref
30745 LatexCommand ref
30746 reference "sub:newcommandコマンド"
30747
30748 \end_inset
30749
30750 節に述べられている
30751 \series bold
30752
30753 \backslash
30754 newcommand
30755 \series default
30756 コマンドと同じ書式を持ちます。
30757 \end_layout
30758
30759 \end_inset
30760
30761 。ここで、
30762 \series bold
30763 equation
30764 \series default
30765 は数式カウンタです。コマンド
30766 \series bold
30767
30768 \backslash
30769 the
30770 \series default
30771 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30772 \series bold
30773
30774 \backslash
30775 theequation
30776 \series default
30777 コマンドを数式の後ろに置くのです。
30778 \series bold
30779
30780 \backslash
30781 roman{equation}
30782 \begin_inset Index idx
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786 こまんど@コマンド ! R ! 
30787 \backslash
30788 roman
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \series default
30795 は、カウンタを小文字のローマ数字として出力します。
30796 \end_layout
30797
30798 \begin_layout Standard
30799 こうして、
30800 \series bold
30801
30802 \backslash
30803 renew
30804 \series default
30805 c
30806 \series bold
30807 ommand
30808 \series default
30809 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30810 \series bold
30811
30812 \backslash
30813 roman
30814 \series default
30815 の部分を
30816 \series bold
30817
30818 \backslash
30819 Roman
30820 \series default
30821
30822 \begin_inset Index idx
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826 こまんど@コマンド ! R ! 
30827 \backslash
30828 roman@
30829 \backslash
30830 Roman
30831 \end_layout
30832
30833 \end_inset
30834
30835 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30836 \series bold
30837
30838 \backslash
30839 alph
30840 \series default
30841
30842 \begin_inset Index idx
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 こまんど@コマンド ! A ! 
30847 \backslash
30848 alph
30849 \end_layout
30850
30851 \end_inset
30852
30853 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30854 \series bold
30855
30856 \backslash
30857 Alph
30858 \series default
30859
30860 \begin_inset Index idx
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864 こまんど@コマンド ! A ! 
30865 \backslash
30866 alph@
30867 \backslash
30868 Alph
30869 \end_layout
30870
30871 \end_inset
30872
30873 コマンドがあります。
30874 \end_layout
30875
30876 \begin_layout Standard
30877 \begin_inset Note Greyedout
30878 status open
30879
30880 \begin_layout Plain Layout
30881
30882 \series bold
30883 (注意)
30884 \series default
30885 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899
30900 \backslash
30901 renewcommand{
30902 \backslash
30903 theequation}{
30904 \backslash
30905 roman{equation}}
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \begin_layout Standard
30914 \begin_inset Formula 
30915 \begin{equation}
30916 A=\textrm{小文字ローマ数字}
30917 \end{equation}
30918
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 renewcommand{
30930 \backslash
30931 theequation}{
30932 \backslash
30933 Roman{equation}}
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \begin_inset Formula 
30940 \begin{equation}
30941 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30942 \end{equation}
30943
30944 \end_inset
30945
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 renewcommand{
30955 \backslash
30956 theequation}{
30957 \backslash
30958 alph{equation}}
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \begin_inset Formula 
30965 \begin{equation}
30966 C=\textrm{小文字ラテン文字}
30967 \end{equation}
30968
30969 \end_inset
30970
30971
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 renewcommand{
30980 \backslash
30981 theequation}{
30982 \backslash
30983 Alph{equation}}
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Formula 
30990 \begin{equation}
30991 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30992 \end{equation}
30993
30994 \end_inset
30995
30996
30997 \end_layout
30998
30999 \begin_layout Standard
31000 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 renewcommand{
31009 \backslash
31010 theequation}{
31011 \backslash
31012 arabic{equation}}
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 こまんど@コマンド ! A ! 
31018 \backslash
31019 arabic
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033
31034 \backslash
31035 renewcommand{
31036 \backslash
31037 theequation}{
31038 \backslash
31039 arabic{equation}}
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \begin_inset Formula 
31046 \begin{equation}
31047 E=\textrm{アラビア数字}
31048 \end{equation}
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset VSpace medskip
31057 \end_inset
31058
31059 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31060 てはなりません。この点に関する説明は、ファイル
31061 \begin_inset CommandInset href
31062 LatexCommand href
31063 name "Formula-numbering.lyx"
31064 target "run:Formula-numbering.lyx"
31065
31066 \end_inset
31067
31068 にあります。
31069 \end_layout
31070
31071 \begin_layout Section
31072 化学記号と化学式
31073 \begin_inset CommandInset label
31074 LatexCommand label
31075 name "sub:化学記号と化学式"
31076
31077 \end_inset
31078
31079
31080 \begin_inset Index idx
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 かがくきごう@化学記号 ! きごう@記号
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \begin_inset Index idx
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 かがくしき@化学式
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Index idx
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 きごう@記号 ! かがく@化学
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Standard
31113 以下は、化学関係の文章の例です。
31114 \end_layout
31115
31116 \begin_layout Quote
31117 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31118 \end_inset
31119
31120 イオンは、2つの
31121 \begin_inset Formula $\mathrm{Na^{+}}$
31122 \end_inset
31123
31124 イオンと反応して、硫酸化塩
31125 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31126 \end_inset
31127
31128 を形成します。この化学式は以下のようになります。
31129 \begin_inset Formula 
31130 \begin{equation}
31131 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31132 \end{equation}
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Standard
31140 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31141 \begin_inset Info
31142 type  "shortcut"
31143 arg   "font-roman"
31144 \end_inset
31145
31146 を押せば、アップライトフォント様式に変更することができます
31147 \begin_inset Foot
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151 フォント様式に関しては、第
31152 \begin_inset CommandInset ref
31153 LatexCommand ref
31154 reference "sub:書体様式"
31155
31156 \end_inset
31157
31158 節を参照のこと。
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31168 \series bold
31169 mhchem
31170 \series default
31171
31172 \begin_inset Index idx
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176 ぱっけーじ@パッケージ ! mhchem
31177 \end_layout
31178
31179 \end_inset
31180
31181 が導入されているときに使用することができる
31182 \series bold
31183
31184 \backslash
31185 ce
31186 \series default
31187
31188 \begin_inset Index idx
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 こまんど@コマンド ! C ! 
31193 \backslash
31194 ce
31195 \end_layout
31196
31197 \end_inset
31198
31199 コマンドを使用することです。
31200 \series bold
31201
31202 \backslash
31203 ce
31204 \series default
31205 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \align center
31210 \begin_inset Tabular
31211 <lyxtabular version="3" rows="9" columns="2">
31212 <features tabularvalignment="middle">
31213 <column alignment="center" valignment="top" width="0">
31214 <column alignment="center" valignment="top" width="0">
31215 <row>
31216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31217 \begin_inset Text
31218
31219 \begin_layout Plain Layout
31220 コマンド
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 出力
31230 \begin_inset Note Note
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234
31235 \series bold
31236
31237 \backslash
31238 raisebox
31239 \series default
31240 はスペーサーとしてのみ使用されています。
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 </row>
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256
31257 \backslash
31258 ce
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264
31265 \backslash
31266 spce 
31267 \end_layout
31268
31269 \end_inset
31270
31271 H2CO3
31272 \end_layout
31273
31274 \end_inset
31275 </cell>
31276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Plain Layout
31280 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 </row>
31289 <row>
31290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31291 \begin_inset Text
31292
31293 \begin_layout Plain Layout
31294
31295 \backslash
31296 ce
31297 \begin_inset ERT
31298 status collapsed
31299
31300 \begin_layout Plain Layout
31301
31302
31303 \backslash
31304 spce 
31305 \end_layout
31306
31307 \end_inset
31308
31309 SO4^2-
31310 \end_layout
31311
31312 \end_inset
31313 </cell>
31314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31315 \begin_inset Text
31316
31317 \begin_layout Plain Layout
31318 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \end_inset
31325 </cell>
31326 </row>
31327 <row>
31328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31329 \begin_inset Text
31330
31331 \begin_layout Plain Layout
31332
31333 \backslash
31334 ce
31335 \begin_inset ERT
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340
31341 \backslash
31342 spce 
31343 \end_layout
31344
31345 \end_inset
31346
31347 (NH4)2S
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31353 \begin_inset Text
31354
31355 \begin_layout Plain Layout
31356 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31357 \end_inset
31358
31359
31360 \end_layout
31361
31362 \end_inset
31363 </cell>
31364 </row>
31365 <row>
31366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31367 \begin_inset Text
31368
31369 \begin_layout Plain Layout
31370
31371 \backslash
31372 ce
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378
31379 \backslash
31380 spce 
31381 \end_layout
31382
31383 \end_inset
31384
31385 KCr(SO4)2.12H2O
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31391 \begin_inset Text
31392
31393 \begin_layout Plain Layout
31394 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \end_inset
31401 </cell>
31402 </row>
31403 <row>
31404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31405 \begin_inset Text
31406
31407 \begin_layout Plain Layout
31408
31409 \backslash
31410 ce
31411 \begin_inset ERT
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415
31416
31417 \backslash
31418 spce 
31419 \end_layout
31420
31421 \end_inset
31422
31423 A-B
31424 \backslash
31425 dbond
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 spce 
31434 \end_layout
31435
31436 \end_inset
31437
31438 C
31439 \backslash
31440 tbond
31441 \begin_inset ERT
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 spce 
31449 \end_layout
31450
31451 \end_inset
31452
31453 D
31454 \end_layout
31455
31456 \end_inset
31457 </cell>
31458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31459 \begin_inset Text
31460
31461 \begin_layout Plain Layout
31462 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 </row>
31471 <row>
31472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476
31477 \backslash
31478 ce
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 spce 
31487 \end_layout
31488
31489 \end_inset
31490
31491 ^227
31492 \begin_inset Formula $\downarrow$
31493 \end_inset
31494
31495 _90
31496 \begin_inset Formula $\to$
31497 \end_inset
31498
31499 Th+
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31505 \begin_inset Text
31506
31507 \begin_layout Plain Layout
31508 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 </row>
31517 <row>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522
31523 \backslash
31524 ce
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 spce 
31533 \end_layout
31534
31535 \end_inset
31536
31537 CO2
31538 \begin_inset ERT
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542
31543
31544 \backslash
31545 spce 
31546 \end_layout
31547
31548 \end_inset
31549
31550 +
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 C
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 2CO
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 </row>
31607 <row>
31608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612
31613 \backslash
31614 ce
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 spce 
31623 \end_layout
31624
31625 \end_inset
31626
31627 CO2
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633
31634 \backslash
31635 spce 
31636 \end_layout
31637
31638 \end_inset
31639
31640 +
31641 \begin_inset ERT
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645
31646
31647 \backslash
31648 spce 
31649 \end_layout
31650
31651 \end_inset
31652
31653 C
31654 \begin_inset ERT
31655 status collapsed
31656
31657 \begin_layout Plain Layout
31658
31659
31660 \backslash
31661 spce 
31662 \end_layout
31663
31664 \end_inset
31665
31666 ->[
31667 \backslash
31668 alpha][
31669 \backslash
31670 beta]
31671 \begin_inset ERT
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675
31676
31677 \backslash
31678 spce 
31679 \end_layout
31680
31681 \end_inset
31682
31683 2CO}
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Plain Layout
31692 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31693 \end_inset
31694
31695
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 </row>
31701 </lyxtabular>
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 \begin_inset Note Greyedout
31710 status open
31711
31712 \begin_layout Plain Layout
31713
31714 \series bold
31715 【註】
31716 \backslash
31717 ce
31718 \series default
31719 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31720 \series bold
31721
31722 \backslash
31723 ce{$
31724 \backslash
31725 mu
31726 \backslash
31727 hyphen$Cl}
31728 \series default
31729
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735
31736 \backslash
31737 ce{$
31738 \backslash
31739 mu
31740 \backslash
31741 hyphen$Cl}
31742 \end_layout
31743
31744 \end_inset
31745
31746 )のようにTeXコードを使わなくてはなりません。
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Standard
31755
31756 \series bold
31757
31758 \backslash
31759 ce
31760 \series default
31761 を使うと
31762 \begin_inset CommandInset ref
31763 LatexCommand eqref
31764 reference "eq:chem-reaction"
31765
31766 \end_inset
31767
31768 式のコマンドは
31769 \begin_inset Newline newline
31770 \end_inset
31771
31772
31773 \series bold
31774  
31775 \backslash
31776 ce
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782
31783 \backslash
31784 spce 
31785 \end_layout
31786
31787 \end_inset
31788
31789 2Na+
31790 \begin_inset ERT
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 spce 
31798 \end_layout
31799
31800 \end_inset
31801
31802 +
31803 \begin_inset ERT
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808
31809 \backslash
31810 spce 
31811 \end_layout
31812
31813 \end_inset
31814
31815 SO4^2-
31816 \begin_inset ERT
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820
31821
31822 \backslash
31823 spce 
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834
31835 \backslash
31836 spce 
31837 \end_layout
31838
31839 \end_inset
31840
31841 ->
31842 \begin_inset ERT
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846
31847
31848 \backslash
31849 spce 
31850 \end_layout
31851
31852 \end_inset
31853
31854 Na2SO4
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858
31859 \series default
31860 のようになります。
31861 \end_layout
31862
31863 \begin_layout Standard
31864 複数行の化学式を作るには、第
31865 \begin_inset CommandInset ref
31866 LatexCommand ref
31867 reference "sec:多行数式"
31868
31869 \end_inset
31870
31871 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31872 \series bold
31873
31874 \backslash
31875 ce
31876 \series default
31877 コマンドを使用します。
31878 \begin_inset CommandInset ref
31879 LatexCommand eqref
31880 reference "eq:TEOS-reaction-1"
31881
31882 \end_inset
31883
31884 式と
31885 \begin_inset CommandInset ref
31886 LatexCommand eqref
31887 reference "eq:TEOS-reaction-2"
31888
31889 \end_inset
31890
31891 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31892 \begin_inset Formula 
31893 \begin{eqnarray}
31894 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31895 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31896 \end{eqnarray}
31897
31898 \end_inset
31899
31900
31901 \end_layout
31902
31903 \begin_layout Standard
31904
31905 \series bold
31906 mhchem
31907 \series default
31908 パッケージは、
31909 \series bold
31910
31911 \backslash
31912 ce
31913 \series default
31914 の他に、特殊ケースに使用する
31915 \series bold
31916
31917 \backslash
31918 cf
31919 \series default
31920
31921 \begin_inset Index idx
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 こまんど@コマンド ! C ! 
31926 \backslash
31927 cf
31928 \end_layout
31929
31930 \end_inset
31931
31932 コマンドを提供しています。
31933 \series bold
31934
31935 \backslash
31936 cf
31937 \series default
31938 の詳しい情報と例示については、
31939 \series bold
31940 mhchem
31941 \series default
31942
31943 \begin_inset CommandInset citation
31944 LatexCommand cite
31945 key "mhchem"
31946
31947 \end_inset
31948
31949 の取扱説明書をご覧ください。
31950 \end_layout
31951
31952 \begin_layout Standard
31953 \begin_inset Newpage newpage
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \begin_layout Section
31960 図解
31961 \end_layout
31962
31963 \begin_layout Standard
31964 LyXは、二つの型の可換図
31965 \series bold
31966 amscd
31967 \series default
31968 および
31969 \series bold
31970 xymatrix
31971 \series default
31972 をサポートしており、以下でこれらの説明をします。
31973 \end_layout
31974
31975 \begin_layout Subsection
31976 amscd図解
31977 \begin_inset Index idx
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981 ずかい@図解 ! amscd
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \begin_layout Standard
31990 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31991 \begin_inset Formula 
31992 \[
31993 \begin{CD}A@>>>B@>>>C\\
31994 @AAA@.@VVV\\
31995 F@<<<E@<<<D
31996 \end{CD}
31997 \]
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Standard
32005 これを作るには、数式に
32006 \series bold
32007
32008 \backslash
32009 CD
32010 \begin_inset Index idx
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 こまんど@コマンド ! C ! 
32015 \backslash
32016 CD
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \series default
32023 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32024 \begin_inset Info
32025 type  "shortcut"
32026 arg   "newline-insert newline"
32027 \end_inset
32028
32029 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32030 \end_layout
32031
32032 \begin_layout Standard
32033 関係を作るには、以下のコマンドがあります。
32034 \end_layout
32035
32036 \begin_layout Itemize
32037 \begin_inset Formula $\boldsymbol{@<<<}$
32038 \end_inset
32039
32040 は左矢印、
32041 \begin_inset Formula $\boldsymbol{@>>>}$
32042 \end_inset
32043
32044 は右矢印、
32045 \series bold
32046 @=
32047 \series default
32048 は長い等号を生成します。
32049 \end_layout
32050
32051 \begin_layout Itemize
32052
32053 \series bold
32054 @AAA
32055 \series default
32056 は上矢印、
32057 \series bold
32058 @VVV
32059 \series default
32060 は下矢印、
32061 \begin_inset Formula $\boldsymbol{@|}$
32062 \end_inset
32063
32064 は縦向きの等号を生成します。
32065 \end_layout
32066
32067 \begin_layout Itemize
32068
32069 \series bold
32070 @.
32071 \series default
32072 は関係が存在しない部分に置きます。
32073 \end_layout
32074
32075 \begin_layout Standard
32076 矢印はすべて、以下のようにラベル付けをすることができます。
32077 \end_layout
32078
32079 \begin_layout Itemize
32080 文章を、第1と第2の「
32081 \begin_inset Formula $<$
32082 \end_inset
32083
32084 」ないし「
32085 \begin_inset Formula $>$
32086 \end_inset
32087
32088 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32089 \begin_inset Formula $<$
32090 \end_inset
32091
32092 」ないし「
32093 \begin_inset Formula $>$
32094 \end_inset
32095
32096 」のあいだに入れると、矢印の下に表示されます。
32097 \end_layout
32098
32099 \begin_layout Itemize
32100 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32101 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32102 \end_layout
32103
32104 \begin_layout Standard
32105 以下は、上記のすべての関係を使った例です。
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset Formula 
32110 \[
32111 \begin{CD}A@>j>>B@>>k>C@=F\\
32112 @AmAA@.@VV{V}V@|\\
32113 D@<<j<E@>k>>F@=C
32114 \end{CD}
32115 \]
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Standard
32123 これを作るコマンドは、以下のとおりです。
32124 \begin_inset Newline newline
32125 \end_inset
32126
32127
32128 \series bold
32129
32130 \backslash
32131 CD
32132 \begin_inset ERT
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137
32138 \backslash
32139 spce 
32140 \end_layout
32141
32142 \end_inset
32143
32144 A
32145 \begin_inset Formula $\boldsymbol{@>}$
32146 \end_inset
32147
32148 j
32149 \begin_inset Formula $\boldsymbol{>>}$
32150 \end_inset
32151
32152 B
32153 \begin_inset Formula $\boldsymbol{@>>}$
32154 \end_inset
32155
32156 k
32157 \begin_inset Formula $\boldsymbol{>}$
32158 \end_inset
32159
32160 C@=F Ctrl+Return
32161 \begin_inset Newline newline
32162 \end_inset
32163
32164
32165 \begin_inset Phantom HPhantom
32166 status open
32167
32168 \begin_layout Plain Layout
32169
32170 \series bold
32171
32172 \backslash
32173 CD
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 spce 
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190
32191 @AmAA@.@VV
32192 \backslash
32193 {V
32194 \series default
32195
32196 \begin_inset Formula $\to$
32197 \end_inset
32198
32199
32200 \series bold
32201 V
32202 \begin_inset Formula $\boldsymbol{@|}$
32203 \end_inset
32204
32205  Ctrl+Return
32206 \begin_inset Newline newline
32207 \end_inset
32208
32209
32210 \begin_inset Phantom HPhantom
32211 status open
32212
32213 \begin_layout Plain Layout
32214
32215 \series bold
32216
32217 \backslash
32218 CD
32219 \begin_inset ERT
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223
32224
32225 \backslash
32226 spce 
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \end_inset
32235
32236 D
32237 \begin_inset Formula $\boldsymbol{@<<}$
32238 \end_inset
32239
32240 j
32241 \begin_inset Formula $\boldsymbol{<}$
32242 \end_inset
32243
32244 E
32245 \begin_inset Formula $\boldsymbol{@>}$
32246 \end_inset
32247
32248 k
32249 \begin_inset Formula $\boldsymbol{>>}$
32250 \end_inset
32251
32252 F@=C
32253 \end_layout
32254
32255 \begin_layout Subsection
32256 xymatrix図解
32257 \begin_inset Index idx
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 ずかい@図解 ! xymatrix
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Standard
32270 xymatricesを使うには、LaTeXパッケージの
32271 \series bold
32272 xypic
32273 \series default
32274 が導入済みである必要があります。xymatrixは、数式中に
32275 \series bold
32276
32277 \backslash
32278 xymatrix
32279 \series default
32280 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32281 \begin_inset CommandInset ref
32282 LatexCommand ref
32283 reference "sec:行列"
32284
32285 \end_inset
32286
32287 節をご参照下さい。
32288 \end_layout
32289
32290 \begin_layout Standard
32291 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32292 \family sans
32293 ヘルプ\SpecialChar \menuseparator
32294 用途別説明書\SpecialChar \menuseparator
32295 XY-pic説明書
32296 \family default
32297 メニューにある
32298 \emph on
32299 XY-pic説明書
32300 \emph default
32301 で詳しく網羅しています。
32302 \end_layout
32303
32304 \begin_layout Subsection
32305 ファインマン・ダイアグラム
32306 \series medium
32307
32308 \begin_inset Index idx
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312 ずかい@図解 ! ファインマン
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 ファインマン・ダイアグラムを使うには、LaTeXパッケージ
32322 \series bold
32323 feyn
32324 \series default
32325 を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
32326 \series bold
32327
32328 \backslash
32329 Diagram
32330 \series default
32331 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32332 \begin_inset CommandInset ref
32333 LatexCommand ref
32334 reference "sec:行列"
32335
32336 \end_inset
32337
32338 節参照)。
32339 \end_layout
32340
32341 \begin_layout Standard
32342 LyXでのファインマン・ダイアグラムの作り方は、メニュー
32343 \family sans
32344 ヘルプ\SpecialChar \menuseparator
32345 用途別説明書
32346 \family default
32347 内の『
32348 \emph on
32349 ファインマン・ダイアグラム
32350 \emph default
32351 』にあります。
32352 \end_layout
32353
32354 \begin_layout Standard
32355 \begin_inset Newpage newpage
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Section
32362 ユーザー定義コマンド
32363 \begin_inset Index idx
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367 ゆーざーていぎこまんど@ユーザー定義コマンド
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset Note Greyedout
32377 status open
32378
32379 \begin_layout Plain Layout
32380 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Subsection
32389
32390 \backslash
32391 newcommandコマンド
32392 \begin_inset CommandInset label
32393 LatexCommand label
32394 name "sub:newcommandコマンド"
32395
32396 \end_inset
32397
32398
32399 \begin_inset Index idx
32400 status collapsed
32401
32402 \begin_layout Plain Layout
32403 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32404 \backslash
32405 newcommand
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset Index idx
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 こまんど@コマンド ! N ! 
32416 \backslash
32417 newcommand
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32427 \series bold
32428
32429 \backslash
32430 newcommand
32431 \series default
32432 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32433 \end_layout
32434
32435 \begin_layout Standard
32436
32437 \series bold
32438
32439 \backslash
32440 newcommand
32441 \series default
32442 コマンドの書式は、
32443 \end_layout
32444
32445 \begin_layout Standard
32446
32447 \series bold
32448
32449 \backslash
32450 newcommand{新コマンド名}[引数の数][オプションの値]
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454
32455 \begin_inset Phantom HPhantom
32456 status open
32457
32458 \begin_layout Plain Layout
32459
32460 \series bold
32461
32462 \backslash
32463 newcommand
32464 \end_layout
32465
32466 \end_inset
32467
32468 {コマンド定義}
32469 \end_layout
32470
32471 \begin_layout Standard
32472 です。
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset Note Greyedout
32477 status open
32478
32479 \begin_layout Plain Layout
32480
32481 \series bold
32482 (注意)
32483 \series default
32484 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32485 \series bold
32486
32487 \backslash
32488 Leftarrow
32489 \series default
32490 の短縮のつもりで
32491 \series bold
32492
32493 \backslash
32494 le
32495 \series default
32496 というコマンドを定義したとすると、
32497 \series bold
32498
32499 \backslash
32500 le
32501 \series default
32502 は既に「
32503 \begin_inset Formula $\le$
32504 \end_inset
32505
32506 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Standard
32515 「引数の数」は、0
32516 \begin_inset space \thinspace{}
32517 \end_inset
32518
32519 -
32520 \begin_inset space \thinspace{}
32521 \end_inset
32522
32523 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32524 ドの
32525 \emph on
32526 最初の
32527 \emph default
32528 引数は、自動的に非必須の引数になります。
32529 \end_layout
32530
32531 \begin_layout Standard
32532 以下にいくつかの例を挙げます。
32533 \end_layout
32534
32535 \begin_layout Itemize
32536
32537 \series bold
32538
32539 \backslash
32540 Longrightarrow
32541 \series default
32542 の短縮形として
32543 \series bold
32544
32545 \backslash
32546 gr
32547 \series default
32548 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32549 \begin_inset VSpace medskip
32550 \end_inset
32551
32552
32553 \begin_inset Newline newline
32554 \end_inset
32555
32556
32557 \series bold
32558
32559 \backslash
32560 newcommand{
32561 \backslash
32562 gr}{
32563 \backslash
32564 Longrightarrow}
32565 \end_layout
32566
32567 \begin_layout Itemize
32568
32569 \series bold
32570
32571 \backslash
32572 underline
32573 \series default
32574 の短縮形として
32575 \series bold
32576
32577 \backslash
32578 us
32579 \series default
32580 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32581 \begin_inset VSpace medskip
32582 \end_inset
32583
32584
32585 \begin_inset Newline newline
32586 \end_inset
32587
32588
32589 \series bold
32590
32591 \backslash
32592 newcommand{
32593 \backslash
32594 us}[1]{
32595 \backslash
32596 underline{#1}}
32597 \series default
32598
32599 \begin_inset VSpace medskip
32600 \end_inset
32601
32602
32603 \begin_inset Newline newline
32604 \end_inset
32605
32606
32607 \series bold
32608 #
32609 \series default
32610 」という文字は、引数の入る場所を示し、その後ろの「
32611 \series bold
32612 1
32613 \series default
32614 」は、これが第1引数の入る場所であることを示します。
32615 \end_layout
32616
32617 \begin_layout Itemize
32618
32619 \series bold
32620
32621 \backslash
32622 framebox
32623 \series default
32624 の短縮形として、たとえば
32625 \series bold
32626
32627 \backslash
32628 fb
32629 \series default
32630 というコマンドを定義するには、
32631 \begin_inset VSpace medskip
32632 \end_inset
32633
32634
32635 \begin_inset Newline newline
32636 \end_inset
32637
32638
32639 \series bold
32640
32641 \backslash
32642 newcommand{
32643 \backslash
32644 fb}[3]{
32645 \backslash
32646 framebox#1#2{$#3$}}
32647 \series default
32648
32649 \begin_inset VSpace medskip
32650 \end_inset
32651
32652
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656 二つのドルマークは、
32657 \series bold
32658
32659 \backslash
32660 framebox
32661 \series default
32662 が必要とする内部の数式を作り出します。第
32663 \begin_inset CommandInset ref
32664 LatexCommand ref
32665 reference "sub:縁付きボックス"
32666
32667 \end_inset
32668
32669 節をご参照下さい。
32670 \end_layout
32671
32672 \begin_layout Itemize
32673 ボックスの色を指定する必要がない
32674 \series bold
32675
32676 \backslash
32677 fcolorbox
32678 \series default
32679 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32680 \begin_inset VSpace medskip
32681 \end_inset
32682
32683
32684 \begin_inset Newline newline
32685 \end_inset
32686
32687
32688 \series bold
32689
32690 \backslash
32691 newcommand{
32692 \backslash
32693 cb}[3][white]{
32694 \backslash
32695 fcolorbox{#2}{#1}{$#3$}}
32696 \series default
32697
32698 \begin_inset VSpace medskip
32699 \end_inset
32700
32701
32702 \begin_inset Newline newline
32703 \end_inset
32704
32705
32706 \series bold
32707
32708 \backslash
32709 cb
32710 \series default
32711 を使うときに色が指定されなければ、事前に定義された色である
32712 \series bold
32713 white
32714 \series default
32715 が使用されます。
32716 \end_layout
32717
32718 \begin_layout Standard
32719 以下は、上で定義したコマンドの動作テストです。
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \align center
32724 \begin_inset Tabular
32725 <lyxtabular version="3" rows="6" columns="2">
32726 <features tabularvalignment="middle">
32727 <column alignment="center" valignment="top" width="0">
32728 <column alignment="center" valignment="top" width="0">
32729 <row>
32730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32731 \begin_inset Text
32732
32733 \begin_layout Plain Layout
32734 コマンド
32735 \end_layout
32736
32737 \end_inset
32738 </cell>
32739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32740 \begin_inset Text
32741
32742 \begin_layout Plain Layout
32743 出力
32744 \begin_inset Note Note
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 ここで
32749 \series bold
32750
32751 \backslash
32752 raisebox
32753 \series default
32754 はスペーサーとして使用しているだけです。
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \end_inset
32763 </cell>
32764 </row>
32765 <row>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 A
32771 \backslash
32772 gr
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778
32779 \backslash
32780 spce 
32781 \end_layout
32782
32783 \end_inset
32784
32785 B
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 \begin_inset Formula $A\gr B$
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 </row>
32803 <row>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808
32809 \backslash
32810 us{ABcd
32811 \end_layout
32812
32813 \end_inset
32814 </cell>
32815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 </row>
32828 <row>
32829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32830 \begin_inset Text
32831
32832 \begin_layout Plain Layout
32833
32834 \backslash
32835 fb{[2cm]
32836 \begin_inset Formula $\to$
32837 \end_inset
32838
32839
32840 \backslash
32841 {
32842 \begin_inset Formula $\to$
32843 \end_inset
32844
32845
32846 \backslash
32847 {
32848 \backslash
32849 int
32850 \begin_inset ERT
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854
32855
32856 \backslash
32857 spce 
32858 \end_layout
32859
32860 \end_inset
32861
32862 A=B
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 </row>
32880 <row>
32881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885
32886 \backslash
32887 cb{red
32888 \begin_inset Formula $\to$
32889 \end_inset
32890
32891
32892 \backslash
32893 {
32894 \backslash
32895 int
32896 \begin_inset ERT
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901
32902 \backslash
32903 spce 
32904 \end_layout
32905
32906 \end_inset
32907
32908 A=B
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 </row>
32926 <row>
32927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931
32932 \backslash
32933 cb[green]
32934 \backslash
32935 {red
32936 \begin_inset Formula $\to$
32937 \end_inset
32938
32939
32940 \backslash
32941 {
32942 \backslash
32943 int
32944 \begin_inset ERT
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948
32949
32950 \backslash
32951 spce 
32952 \end_layout
32953
32954 \end_inset
32955
32956 A=B
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 </row>
32974 </lyxtabular>
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Subsection
32982 数式マクロ
32983 \begin_inset Index idx
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \begin_inset Index idx
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 まくろ@マクロ
32998 \end_layout
32999
33000 \end_inset
33001
33002
33003 \end_layout
33004
33005 \begin_layout Standard
33006 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33007 般型は、
33008 \begin_inset Formula 
33009 \[
33010 0=\lambda^{2}+p\lambda+q
33011 \]
33012
33013 \end_inset
33014
33015 であり、その解の一般型は
33016 \begin_inset Formula 
33017 \[
33018 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33019 \]
33020
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \begin_layout Standard
33027 です。
33028 \begin_inset Formula $\lambda$
33029 \end_inset
33030
33031
33032 \begin_inset Formula $p$
33033 \end_inset
33034
33035
33036 \begin_inset Formula $q$
33037 \end_inset
33038
33039 の3つのパラメータを指定することが必須であり、
33040 \begin_inset Formula $\lambda$
33041 \end_inset
33042
33043 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33044 \begin_inset Newline newline
33045 \end_inset
33046
33047
33048 \series bold
33049
33050 \backslash
33051 newcommand{
33052 \backslash
33053 qG}[4][1,
33054 \backslash
33055 ,2]{#2_{#1}=-
33056 \backslash
33057 frac{#3}{2}
33058 \backslash
33059 pm
33060 \begin_inset Newline newline
33061 \end_inset
33062
33063
33064 \begin_inset Phantom HPhantom
33065 status open
33066
33067 \begin_layout Plain Layout
33068
33069 \series bold
33070
33071 \backslash
33072 newcommand
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \backslash
33079 sqrt{
33080 \backslash
33081 frac{#3^{2}}{4}-#4}}
33082 \end_layout
33083
33084 \begin_layout Standard
33085 これを使って解の公式を作るには、
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089
33090 \series bold
33091
33092 \backslash
33093 qG{
33094 \backslash
33095 lambda
33096 \begin_inset Formula $\to$
33097 \end_inset
33098
33099
33100 \backslash
33101 {p
33102 \begin_inset Formula $\to$
33103 \end_inset
33104
33105
33106 \backslash
33107 {q
33108 \series default
33109 というコマンドを数式に入れます。
33110 \end_layout
33111
33112 \begin_layout Standard
33113 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33114 \series bold
33115
33116 \backslash
33117 frac{分子}{分母}
33118 \series default
33119 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33120 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33121 \series bold
33122
33123 \backslash
33124 newcommand
33125 \series default
33126 コマンドの代わりに、数式マクロを使う方法を提供しています。
33127 \end_layout
33128
33129 \begin_layout Standard
33130 数式マクロは、
33131 \family sans
33132 挿入\SpecialChar \menuseparator
33133 数式\SpecialChar \menuseparator
33134 マクロ
33135 \family default
33136 メニューか、ツールバーボタンの
33137 \begin_inset Graphics
33138         filename ../../images/math-macro_newmacroname_newcommand.png
33139         scale 85
33140
33141 \end_inset
33142
33143 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \begin_inset space \hspace*{\fill}
33149 \end_inset
33150
33151
33152 \begin_inset Graphics
33153         filename ../clipart/macrobox.png
33154
33155 \end_inset
33156
33157
33158 \begin_inset space \hspace*{\fill}
33159 \end_inset
33160
33161
33162 \begin_inset Newline newline
33163 \end_inset
33164
33165
33166 \begin_inset FormulaMacro
33167 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33168 \end_inset
33169
33170
33171 \backslash
33172 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33173 \series bold
33174
33175 \backslash
33176 #1
33177 \series default
33178 のように
33179 \series bold
33180
33181 \backslash
33182 #引数番号
33183 \series default
33184 というコマンドで入力するか、マクロツールバーボタンの
33185 \begin_inset Graphics
33186         filename ../../images/math-macro-add-param.png
33187         scale 85
33188
33189 \end_inset
33190
33191 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33192 \begin_inset Graphics
33193         filename ../../images/math-macro-add-optional-param.png
33194         scale 85
33195
33196 \end_inset
33197
33198 で作ることができます。最初の必須引数は、ツールバーボタンの
33199 \begin_inset Graphics
33200         filename ../../images/math-macro-make-optional.png
33201         scale 85
33202
33203 \end_inset
33204
33205 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33206 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33207 \begin_inset Newline newline
33208 \end_inset
33209
33210
33211 \series bold
33212 qG: 
33213 \backslash
33214 #1
33215 \series default
33216  
33217 \series bold
33218 ,
33219 \series default
33220  
33221 \series bold
33222
33223 \backslash
33224 #2
33225 \series default
33226  
33227 \series bold
33228 ,
33229 \series default
33230  
33231 \series bold
33232
33233 \backslash
33234 #3, 
33235 \backslash
33236 #4
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \series default
33242 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33243 されます。
33244 \begin_inset Newline newline
33245 \end_inset
33246
33247 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33248 \family sans
33249 表示\SpecialChar \menuseparator
33250 数式マクロを展開(畳む)
33251 \family default
33252 メニューを使うことで、マクロ毎に変えることができます。
33253 \end_layout
33254
33255 \begin_layout Standard
33256 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33257 \series bold
33258
33259 \backslash
33260 qG
33261 \series default
33262 とします。このマクロは、LyX中では以下のように表示されます。
33263 \begin_inset Newline newline
33264 \end_inset
33265
33266
33267 \begin_inset space \hspace*{\fill}
33268 \end_inset
33269
33270
33271 \begin_inset Graphics
33272         filename ../clipart/macrouse.png
33273
33274 \end_inset
33275
33276
33277 \begin_inset space \hspace*{\fill}
33278 \end_inset
33279
33280
33281 \begin_inset Newline newline
33282 \end_inset
33283
33284 以下は、上記の例に、引数
33285 \begin_inset Formula $x$
33286 \end_inset
33287
33288
33289 \begin_inset Formula $\ln(x)$
33290 \end_inset
33291
33292
33293 \begin_inset Formula $B$
33294 \end_inset
33295
33296 を指定したものです。
33297 \end_layout
33298
33299 \begin_layout Standard
33300 \begin_inset Formula 
33301 \[
33302 \qG x{\ln(x)}B
33303 \]
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Standard
33311 LyXは、
33312 \family sans
33313 ツール\SpecialChar \menuseparator
33314 設定\SpecialChar \menuseparator
33315 編集\SpecialChar \menuseparator
33316 制御
33317 \family default
33318 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33319 せてみてください。
33320 \end_layout
33321
33322 \begin_layout Standard
33323 数式マクロは、文書書き出し時に、内部的に
33324 \series bold
33325
33326 \backslash
33327 newcommand
33328 \series default
33329 コマンドに変換されます。こうして生成された
33330 \series bold
33331
33332 \backslash
33333 newcommand
33334 \series default
33335 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33336 \end_layout
33337
33338 \begin_layout Standard
33339 数式マクロは、
33340 \series bold
33341
33342 \backslash
33343 newcommand
33344 \series default
33345 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33346 \series bold
33347
33348 \begin_inset Newline newline
33349 \end_inset
33350
33351
33352 \backslash
33353 newcommand{
33354 \backslash
33355 larrow}[2]{
33356 \backslash
33357 xleftarrow[#2]{#1}}
33358 \begin_inset Newline newline
33359 \end_inset
33360
33361
33362 \series default
33363 というコマンドを書き入れ、この全体を選択して、短絡キー
33364 \family sans
33365 Ctrl+M
33366 \family default
33367 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33368 \series bold
33369
33370 \backslash
33371 newcommand
33372 \series default
33373 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33374 \end_layout
33375
33376 \begin_layout Standard
33377 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33378 \begin_inset CommandInset ref
33379 LatexCommand ref
33380 reference "sub:newcommandコマンド"
33381
33382 \end_inset
33383
33384 節で例として作った
33385 \series bold
33386
33387 \backslash
33388 fb
33389 \series default
33390 は、マクロとしては作ることができません。
33391 \end_layout
33392
33393 \begin_layout Standard
33394 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \begin_inset VSpace defskip
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Standard
33405 \begin_inset Graphics
33406         filename ../clipart/MacroToolbar.png
33407
33408 \end_inset
33409
33410
33411 \begin_inset Index idx
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 まくろ@マクロ ! つーるばー@ツールバー
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Standard
33424 \begin_inset VSpace defskip
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 マクロツールバーは、左から右に、以下の各ボタンがあります。
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \begin_inset VSpace defskip
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 \begin_inset Tabular
33443 <lyxtabular version="3" rows="9" columns="2">
33444 <features islongtable="true" longtabularalignment="center">
33445 <column alignment="left" valignment="top" width="0">
33446 <column alignment="left" valignment="top" width="85col%">
33447 <row interlinespace="2.5mm">
33448 <cell alignment="center" valignment="top" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 \begin_inset Graphics
33453         filename ../../images/math-macro-remove-param.png
33454         rotateOrigin center
33455
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 <cell alignment="center" valignment="top" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467
33468 \family sans
33469 編集\SpecialChar \menuseparator
33470 数式\SpecialChar \menuseparator
33471 マクロ定義\SpecialChar \menuseparator
33472 最後の引数を削除
33473 \end_layout
33474
33475 \end_inset
33476 </cell>
33477 </row>
33478 <row interlinespace="2.5mm">
33479 <cell alignment="center" valignment="top" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 \begin_inset Graphics
33484         filename ../../images/math-macro-add-param.png
33485         rotateOrigin center
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498
33499 \family sans
33500 編集\SpecialChar \menuseparator
33501 数式\SpecialChar \menuseparator
33502 マクロ定義\SpecialChar \menuseparator
33503 引数を追加
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row interlinespace="2.5mm">
33510 <cell alignment="center" valignment="top" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 \begin_inset Graphics
33515         filename ../../images/math-macro-make-optional.png
33516         rotateOrigin center
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \family sans
33531 編集\SpecialChar \menuseparator
33532 数式\SpecialChar \menuseparator
33533 マクロ定義\SpecialChar \menuseparator
33534 最初の必須引数を
33535 \begin_inset Newline newline
33536 \end_inset
33537
33538
33539 \begin_inset Phantom HPhantom
33540 status open
33541
33542 \begin_layout Plain Layout
33543
33544 \family sans
33545 編集\SpecialChar \menuseparator
33546 数式\SpecialChar \menuseparator
33547 マクロ定義\SpecialChar \menuseparator
33548
33549 \end_layout
33550
33551 \end_inset
33552
33553 非必須引数にする
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 </row>
33559 <row interlinespace="2.5mm">
33560 <cell alignment="center" valignment="top" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564 \begin_inset Graphics
33565         filename ../../images/math-macro-make-nonoptional.png
33566         rotateOrigin center
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579
33580 \family sans
33581 編集\SpecialChar \menuseparator
33582 数式\SpecialChar \menuseparator
33583 マクロ定義\SpecialChar \menuseparator
33584 最後の非必須引数を
33585 \begin_inset Newline newline
33586 \end_inset
33587
33588
33589 \begin_inset Phantom HPhantom
33590 status open
33591
33592 \begin_layout Plain Layout
33593
33594 \family sans
33595 編集\SpecialChar \menuseparator
33596 数式\SpecialChar \menuseparator
33597 マクロ定義\SpecialChar \menuseparator
33598
33599 \end_layout
33600
33601 \end_inset
33602
33603 必須引数にする
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 </row>
33609 <row interlinespace="2.5mm">
33610 <cell alignment="center" valignment="top" usebox="none">
33611 \begin_inset Text
33612
33613 \begin_layout Plain Layout
33614 \begin_inset Graphics
33615         filename ../../images/math-macro-remove-optional-param.png
33616         rotateOrigin center
33617
33618 \end_inset
33619
33620
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 <cell alignment="center" valignment="top" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629
33630 \family sans
33631 編集\SpecialChar \menuseparator
33632 数式\SpecialChar \menuseparator
33633 マクロ定義\SpecialChar \menuseparator
33634 非必須引数を削除
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 </row>
33640 <row interlinespace="2.5mm">
33641 <cell alignment="center" valignment="top" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 \begin_inset Graphics
33646         filename ../../images/math-macro-add-optional-param.png
33647         rotateOrigin center
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660
33661 \family sans
33662 編集\SpecialChar \menuseparator
33663 数式\SpecialChar \menuseparator
33664 マクロ定義\SpecialChar \menuseparator
33665 非必須引数を挿入
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 </row>
33671 <row interlinespace="2.5mm">
33672 <cell alignment="center" valignment="top" usebox="none">
33673 \begin_inset Text
33674
33675 \begin_layout Plain Layout
33676 \begin_inset Graphics
33677         filename ../../images/math-macro-remove-greedy-param.png
33678         rotateOrigin center
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691
33692 \family sans
33693 編集\SpecialChar \menuseparator
33694 数式\SpecialChar \menuseparator
33695 マクロ定義\SpecialChar \menuseparator
33696 右に吐き出す形で
33697 \begin_inset Newline newline
33698 \end_inset
33699
33700
33701 \begin_inset Phantom HPhantom
33702 status open
33703
33704 \begin_layout Plain Layout
33705
33706 \family sans
33707 編集\SpecialChar \menuseparator
33708 数式\SpecialChar \menuseparator
33709 マクロ定義\SpecialChar \menuseparator
33710
33711 \end_layout
33712
33713 \end_inset
33714
33715 最後の引数を削除
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 </row>
33721 <row interlinespace="2.5mm">
33722 <cell alignment="center" valignment="top" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726 \begin_inset Graphics
33727         filename ../../images/math-macro-append-greedy-param.png
33728         rotateOrigin center
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \end_inset
33736 </cell>
33737 <cell alignment="center" valignment="top" usebox="none">
33738 \begin_inset Text
33739
33740 \begin_layout Plain Layout
33741
33742 \family sans
33743 編集\SpecialChar \menuseparator
33744 数式\SpecialChar \menuseparator
33745 マクロ定義\SpecialChar \menuseparator
33746 右から喰う形で
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \begin_inset Phantom HPhantom
33752 status open
33753
33754 \begin_layout Plain Layout
33755
33756 \family sans
33757 編集\SpecialChar \menuseparator
33758 数式\SpecialChar \menuseparator
33759 マクロ定義\SpecialChar \menuseparator
33760
33761 \end_layout
33762
33763 \end_inset
33764
33765 引数を追加
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 </row>
33771 <row interlinespace="2.5mm">
33772 <cell alignment="center" valignment="top" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776 \begin_inset Graphics
33777         filename ../../images/math-macro-add-greedy-optional-param.png
33778         rotateOrigin center
33779
33780 \end_inset
33781
33782
33783 \end_layout
33784
33785 \end_inset
33786 </cell>
33787 <cell alignment="center" valignment="top" usebox="none">
33788 \begin_inset Text
33789
33790 \begin_layout Plain Layout
33791
33792 \family sans
33793 編集\SpecialChar \menuseparator
33794 数式\SpecialChar \menuseparator
33795 マクロ定義\SpecialChar \menuseparator
33796 右から喰う形で
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800
33801 \begin_inset Phantom HPhantom
33802 status open
33803
33804 \begin_layout Plain Layout
33805
33806 \family sans
33807 編集\SpecialChar \menuseparator
33808 数式\SpecialChar \menuseparator
33809 マクロ定義\SpecialChar \menuseparator
33810
33811 \end_layout
33812
33813 \end_inset
33814
33815 非必須引数を追加
33816 \end_layout
33817
33818 \end_inset
33819 </cell>
33820 </row>
33821 </lyxtabular>
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \begin_layout Standard
33829 \begin_inset Newpage newpage
33830 \end_inset
33831
33832
33833 \end_layout
33834
33835 \begin_layout Section
33836 さまざまな秘訣
33837 \begin_inset Index idx
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841 ひけつ@秘訣
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Subsection
33850 負の数
33851 \begin_inset Index idx
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855 かず@数 ! ふの@負の ---
33856 \end_layout
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Standard
33864 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33865 く表示されます。
33866 \end_layout
33867
33868 \begin_layout Standard
33869 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33870 \end_layout
33871
33872 \begin_layout Standard
33873 以下は、この問題を示す例です。
33874 \end_layout
33875
33876 \begin_layout Standard
33877 \align center
33878 \begin_inset Tabular
33879 <lyxtabular version="3" rows="3" columns="2">
33880 <features tabularvalignment="middle">
33881 <column alignment="right" valignment="top" width="0">
33882 <column alignment="left" valignment="top" width="0">
33883 <row>
33884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33885 \begin_inset Text
33886
33887 \begin_layout Plain Layout
33888 通常の文章:
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 x = -2
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 </row>
33903 <row>
33904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 数式:
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 \begin_inset Formula $x=-2$
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row>
33927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 解決策:
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 \begin_inset Formula $x=\textrm{-}2$
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 </row>
33949 </lyxtabular>
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Subsection
33957 位区切りとしてのコンマ
33958 \begin_inset Index idx
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962 こんま@コンマ
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \begin_inset Index idx
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972 かんま@カンマ|see
33973 \begin_inset ERT
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977
33978 {
33979 \end_layout
33980
33981 \end_inset
33982
33983 コンマ
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989 }
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34004 \end_layout
34005
34006 \begin_layout Standard
34007 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
34008 \begin_inset Info
34009 type  "shortcut"
34010 arg   "math-mode"
34011 \end_inset
34012
34013 )。
34014 \end_layout
34015
34016 \begin_layout Standard
34017 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34018 \end_layout
34019
34020 \begin_layout Standard
34021
34022 \series bold
34023
34024 \backslash
34025 usepackage{icomma}
34026 \end_layout
34027
34028 \begin_layout Standard
34029 という行を加えて、
34030 \series bold
34031 icomma.sty
34032 \series default
34033
34034 \begin_inset Foot
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 \series bold
34040 icomma
34041 \series default
34042 は、LaTeXパッケージ
34043 \series bold
34044 was
34045 \series default
34046
34047 \begin_inset Index idx
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051 ぱっけーじ@パッケージ ! was
34052 \begin_inset ERT
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056
34057
34058 \backslash
34059 vspace{4mm}
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \end_inset
34068
34069 に含まれています。
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \begin_inset Index idx
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079 ぱっけーじ@パッケージ ! icomma
34080 \end_layout
34081
34082 \end_inset
34083
34084 ファイルを読み込みます。
34085 \end_layout
34086
34087 \begin_layout Subsection
34088 物理ベクトル
34089 \begin_inset CommandInset label
34090 LatexCommand label
34091 name "sub:物理ベクトル"
34092
34093 \end_inset
34094
34095
34096 \begin_inset Index idx
34097 status collapsed
34098
34099 \begin_layout Plain Layout
34100 Vectors ! physical
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \begin_layout Standard
34109 LaTeXパッケージ
34110 \series bold
34111 braket
34112 \series default
34113
34114 \begin_inset Foot
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118
34119 \series bold
34120 braket
34121 \series default
34122  は標準的LaTeX頒布版のすべてに含まれています。
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \begin_inset Index idx
34129 status collapsed
34130
34131 \begin_layout Plain Layout
34132 ぱっけーじ@パッケージ ! braket
34133 \end_layout
34134
34135 \end_inset
34136
34137 には、定義済みのベクトルが提供されており、
34138 \end_layout
34139
34140 \begin_layout Standard
34141
34142 \series bold
34143
34144 \backslash
34145 usepackage{braket}
34146 \end_layout
34147
34148 \begin_layout Standard
34149 というLaTeXプリアンブル行で読み込むことができます。
34150 \end_layout
34151
34152 \begin_layout Standard
34153 \begin_inset ERT
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157
34158
34159 \backslash
34160 ifbraket 
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \begin_inset Note Note
34167 status open
34168
34169 \begin_layout Plain Layout
34170 以下の表は、
34171 \series bold
34172 braket
34173 \series default
34174  LaTeXパッケージが導入済みのときのみ表示されます。
34175 \end_layout
34176
34177 \end_inset
34178
34179 以下のコマンドが定義されています。
34180 \end_layout
34181
34182 \begin_layout Standard
34183 \align center
34184 \begin_inset Tabular
34185 <lyxtabular version="3" rows="4" columns="2">
34186 <features tabularvalignment="middle">
34187 <column alignment="center" valignment="top" width="0">
34188 <column alignment="center" valignment="top" width="0">
34189 <row>
34190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194 コマンド
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 出力
34204 \end_layout
34205
34206 \end_inset
34207 </cell>
34208 </row>
34209 <row>
34210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34211 \begin_inset Text
34212
34213 \begin_layout Plain Layout
34214
34215 \backslash
34216 Bra{
34217 \backslash
34218 psi
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 \begin_inset Formula $\Bra{\psi}$
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \end_inset
34234 </cell>
34235 </row>
34236 <row>
34237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241
34242 \backslash
34243 Ket{
34244 \backslash
34245 psi
34246 \end_layout
34247
34248 \end_inset
34249 </cell>
34250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34251 \begin_inset Text
34252
34253 \begin_layout Plain Layout
34254 \begin_inset Formula $\Ket{\psi}$
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 </row>
34263 <row>
34264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34265 \begin_inset Text
34266
34267 \begin_layout Plain Layout
34268
34269 \backslash
34270 Braket{
34271 \backslash
34272 psi
34273 \begin_inset Formula $|$
34274 \end_inset
34275
34276
34277 \backslash
34278 phi
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 \begin_inset Formula $\Braket{\psi|\phi}$
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 </row>
34296 </lyxtabular>
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304
34305 \series bold
34306
34307 \backslash
34308 Braket
34309 \series default
34310 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34311 \begin_inset Formula 
34312 \[
34313 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34314 \]
34315
34316 \end_inset
34317
34318
34319 \begin_inset ERT
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323
34324
34325 \backslash
34326 else 
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \begin_inset Note Note
34333 status open
34334
34335 \begin_layout Plain Layout
34336
34337 \series bold
34338 braket
34339 \series default
34340  LaTeXパッケージが導入されていないときには、以下が表示されます。
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Standard
34349 本小節の全体を出力で見るためには、
34350 \series bold
34351 braket
34352 \series default
34353  LaTeXパッケージを導入する必要があります。
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362
34363 \backslash
34364 fi 
34365 \end_layout
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Standard
34373
34374 \series bold
34375
34376 \backslash
34377 Braket
34378 \series default
34379 と同じ効果は、第
34380 \begin_inset CommandInset ref
34381 LatexCommand ref
34382 reference "sub:自動の括弧丈"
34383
34384 \end_inset
34385
34386 節に説明されているとおり、
34387 \series bold
34388
34389 \backslash
34390 middle
34391 \series default
34392 コマンドを用いることによっても実現できます。
34393 \end_layout
34394
34395 \begin_layout Subsection
34396 自己定義の分数
34397 \begin_inset CommandInset label
34398 LatexCommand label
34399 name "sub:自己定義の分数"
34400
34401 \end_inset
34402
34403
34404 \begin_inset Index idx
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 ぶんすう@分数 ! じこていぎの@自己定義の ---
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 分数用の自製コマンドを定義するには、以下の書式を持つ
34418 \series bold
34419
34420 \backslash
34421 genfrac
34422 \series default
34423
34424 \begin_inset Index idx
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 こまんど@コマンド ! G ! 
34429 \backslash
34430 genfrac
34431 \end_layout
34432
34433 \end_inset
34434
34435 コマンドを使います。
34436 \end_layout
34437
34438 \begin_layout Standard
34439
34440 \series bold
34441
34442 \backslash
34443 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34444 \begin_inset Newline newline
34445 \end_inset
34446
34447
34448 \begin_inset Phantom HPhantom
34449 status open
34450
34451 \begin_layout Plain Layout
34452
34453 \series bold
34454
34455 \backslash
34456 genfrac
34457 \end_layout
34458
34459 \end_inset
34460
34461 {分子}{分母}
34462 \end_layout
34463
34464 \begin_layout Standard
34465 ここで「様式」は、0
34466 \begin_inset space \thinspace{}
34467 \end_inset
34468
34469 -
34470 \begin_inset space \thinspace{}
34471 \end_inset
34472
34473 3の範囲の数字です。
34474 \end_layout
34475
34476 \begin_layout Standard
34477 \align center
34478 \begin_inset Tabular
34479 <lyxtabular version="3" rows="5" columns="2">
34480 <features tabularvalignment="middle">
34481 <column alignment="center" valignment="top" width="0">
34482 <column alignment="center" valignment="top" width="0">
34483 <row>
34484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 数字
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497 様式(大きさ)
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 </row>
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 0
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 別行建て様式の数式
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 <row>
34524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 1
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 行内数式
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 </row>
34543 <row>
34544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 2
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 やや小(small)
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 3
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 最小(tiny)
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 </lyxtabular>
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 「様式」を指定しないときには、
34592 \series bold
34593
34594 \backslash
34595 frac
34596 \series default
34597 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34598 \end_layout
34599
34600 \begin_layout Standard
34601 「分数線の厚み」を指定しないときには、既定値である0.4
34602 \begin_inset space \thinspace{}
34603 \end_inset
34604
34605 ptが用いられます。
34606 \end_layout
34607
34608 \begin_layout Standard
34609 \begin_inset VSpace medskip
34610 \end_inset
34611
34612 たとえば、第
34613 \begin_inset CommandInset ref
34614 LatexCommand ref
34615 reference "sub:分数"
34616
34617 \end_inset
34618
34619 節の
34620 \series bold
34621
34622 \backslash
34623 dfrac
34624 \series default
34625 コマンドおよび
34626 \series bold
34627
34628 \backslash
34629 tbinom
34630 \series default
34631 コマンドは、
34632 \end_layout
34633
34634 \begin_layout Standard
34635
34636 \series bold
34637
34638 \backslash
34639 newcommand{
34640 \backslash
34641 dfrac}[2]{
34642 \backslash
34643 genfrac{}{}{}{0}{#1}{#2}}
34644 \end_layout
34645
34646 \begin_layout Standard
34647 あるいは
34648 \end_layout
34649
34650 \begin_layout Standard
34651
34652 \series bold
34653
34654 \backslash
34655 newcommand{
34656 \backslash
34657 tbinom}[2]{
34658 \backslash
34659 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34660 \end_layout
34661
34662 \begin_layout Standard
34663 というコマンドで定義できます。
34664 \end_layout
34665
34666 \begin_layout Standard
34667 \begin_inset VSpace medskip
34668 \end_inset
34669
34670 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34671 \end_layout
34672
34673 \begin_layout Standard
34674
34675 \series bold
34676
34677 \backslash
34678 newcommand{
34679 \backslash
34680 fracS}[3][]{
34681 \backslash
34682 genfrac{}{}{#1}{}{#2}{#3}}
34683 \end_layout
34684
34685 \begin_layout Standard
34686 という行を入れます。
34687 \end_layout
34688
34689 \begin_layout Standard
34690 以下は、そのテストです。
34691 \begin_inset Formula 
34692 \begin{align*}
34693 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34694 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34695 \end{align*}
34696
34697 \end_inset
34698
34699 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34700 \end_layout
34701
34702 \begin_layout Subsection
34703 数式の取り消し
34704 \begin_inset Index idx
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 すうしき@数式 ! とりけし@取り消し
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Standard
34717 数式あるいはその一部を取り消すには、
34718 \series bold
34719 cancel
34720 \series default
34721
34722 \begin_inset Foot
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727 \series bold
34728 cancel
34729 \series default
34730 は、標準的なLaTeX頒布版のすべてに含まれています。
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \begin_inset Index idx
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740 ぱっけーじ@パッケージ ! cancel
34741 \end_layout
34742
34743 \end_inset
34744
34745  LaTeXパッケージを、LaTeXプリアンブル行に
34746 \end_layout
34747
34748 \begin_layout Standard
34749
34750 \series bold
34751
34752 \backslash
34753 usepackage[samesize]{cancel}
34754 \end_layout
34755
34756 \begin_layout Standard
34757 と書いて読み込む必要があります。
34758 \end_layout
34759
34760 \begin_layout Standard
34761 数式を取り消すには、4つの方法があります。
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \align center
34766 \begin_inset Tabular
34767 <lyxtabular version="3" rows="5" columns="2">
34768 <features tabularvalignment="middle">
34769 <column alignment="center" valignment="top" width="0">
34770 <column alignment="center" valignment="top" width="0">
34771 <row>
34772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776 コマンド
34777 \end_layout
34778
34779 \end_inset
34780 </cell>
34781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785 出力
34786 \begin_inset Note Note
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 ここで
34791 \series bold
34792
34793 \backslash
34794 raisebox
34795 \series default
34796 はスペーサーとして使用しているだけです。
34797 \end_layout
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row>
34808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812
34813 \backslash
34814 cancel{
34815 \backslash
34816 int
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 spce 
34825 \end_layout
34826
34827 \end_inset
34828
34829 A=B
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 </row>
34847 <row>
34848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852
34853 \backslash
34854 bcancel{
34855 \backslash
34856 int
34857 \begin_inset ERT
34858 status collapsed
34859
34860 \begin_layout Plain Layout
34861
34862
34863 \backslash
34864 spce 
34865 \end_layout
34866
34867 \end_inset
34868
34869 A=B
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \end_inset
34885 </cell>
34886 </row>
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892
34893 \backslash
34894 xcancel{
34895 \backslash
34896 int
34897 \begin_inset ERT
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901
34902
34903 \backslash
34904 spce 
34905 \end_layout
34906
34907 \end_inset
34908
34909 A=B
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34915 \begin_inset Text
34916
34917 \begin_layout Plain Layout
34918 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 </row>
34927 <row>
34928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932
34933 \backslash
34934 cancelto{1
34935 \begin_inset Formula $\to$
34936 \end_inset
34937
34938
34939 \backslash
34940 {
34941 \backslash
34942 int
34943 \begin_inset ERT
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947
34948
34949 \backslash
34950 spce 
34951 \end_layout
34952
34953 \end_inset
34954
34955 A=B
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 </row>
34973 </lyxtabular>
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981
34982 \series bold
34983
34984 \backslash
34985 cancelto
34986 \series default
34987 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34988 \begin_inset Formula 
34989 \[
34990 \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}}}
34991 \]
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \begin_layout Subsection
34999 節見出し中の数式
35000 \begin_inset CommandInset label
35001 LatexCommand label
35002 name "sub:節見出し中の数式"
35003
35004 \end_inset
35005
35006
35007 \begin_inset Index idx
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35021 \end_layout
35022
35023 \begin_layout Standard
35024 \begin_inset Note Greyedout
35025 status open
35026
35027 \begin_layout Plain Layout
35028 文書設定ダイアログの
35029 \family sans
35030 PDF特性
35031 \family default
35032
35033 \series bold
35034 hyperref
35035 \series default
35036
35037 \begin_inset Index idx
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 ぱっけーじ@パッケージ ! hyperref
35042 \end_layout
35043
35044 \end_inset
35045
35046 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35047 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Standard
35056 これらの問題は、
35057 \family sans
35058 挿入\SpecialChar \menuseparator
35059 短縮タイトル
35060 \family default
35061 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35062 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35063 \end_layout
35064
35065 \begin_layout Standard
35066 数式を目次中でも使わなくてもならないが、
35067 \series bold
35068 hyperref
35069 \series default
35070 も使用しなくてはならないときには、
35071 \end_layout
35072
35073 \begin_layout Standard
35074
35075 \series bold
35076
35077 \backslash
35078 texorpdfstring{部分}{代替文字列}
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 こまんど@コマンド ! T ! 
35084 \backslash
35085 texorpdfstring
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Standard
35094 というコマンドをTeXモードで使う方法があります。
35095 \end_layout
35096
35097 \begin_layout Standard
35098 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35099 文字列」が用いられます。
35100 \end_layout
35101
35102 \begin_layout Standard
35103 以下の二つは、見出しの例です。
35104 \begin_inset VSpace -3mm
35105 \end_inset
35106
35107
35108 \begin_inset ERT
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112
35113
35114 \backslash
35115 boldmath 
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Subsubsection
35124 目次中では数式を使わない見出し
35125 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35126 \end_inset
35127
35128
35129 \begin_inset Argument
35130 status collapsed
35131
35132 \begin_layout Plain Layout
35133 目次中では数式を使わない見出し
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Subsubsection
35142 目次中で数式を使う見出し
35143 \begin_inset ERT
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147
35148
35149 \backslash
35150 texorpdfstring{
35151 \end_layout
35152
35153 \end_inset
35154
35155  
35156 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35157 \end_inset
35158
35159
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165 }{}
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Standard
35174 \begin_inset ERT
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178
35179
35180 \backslash
35181 unboldmath 
35182 \end_layout
35183
35184 \end_inset
35185
35186 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35187 \series bold
35188
35189 \backslash
35190 texorpdfstring
35191 \series default
35192 が使われています。
35193 \end_layout
35194
35195 \begin_layout Standard
35196 他の節見出しと同じ書式を得るために、上の見出し全体は
35197 \series bold
35198 boldmath
35199 \series default
35200 環境に設定してあります
35201 \begin_inset Foot
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205
35206 \begin_inset CommandInset ref
35207 LatexCommand ref
35208 reference "sub:ボールド体の数式"
35209
35210 \end_inset
35211
35212 節参照。
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Subsection
35221 多段組文中の数式
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35236 \series bold
35237 multicol
35238 \series default
35239
35240 \begin_inset Foot
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245 \series bold
35246 multicol
35247 \series default
35248 は、標準的LaTeX頒布版のすべてに含まれています。
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 ぱっけーじ@パッケージ ! multicol
35259 \end_layout
35260
35261 \end_inset
35262
35263  LaTeXパッケージを、
35264 \end_layout
35265
35266 \begin_layout Standard
35267
35268 \series bold
35269
35270 \backslash
35271 usepackage{multicol}
35272 \end_layout
35273
35274 \begin_layout Standard
35275 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35276 \end_layout
35277
35278 \begin_layout Standard
35279 \begin_inset Note Greyedout
35280 status open
35281
35282 \begin_layout Plain Layout
35283 ここで、
35284 \family sans
35285 文書\SpecialChar \menuseparator
35286 設定
35287 \family default
35288 メニューの
35289 \family sans
35290 本文レイアウト
35291 \family default
35292 で、
35293 \family sans
35294 二段組文書
35295 \family default
35296 の設定を
35297 \emph on
35298 有効にしてはならない
35299 \emph default
35300 ことに注意してください。
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Standard
35309 多段組文の前に
35310 \end_layout
35311
35312 \begin_layout Standard
35313
35314 \series bold
35315
35316 \backslash
35317 begin{multicols}{段数}
35318 \end_layout
35319
35320 \begin_layout Standard
35321 というコマンドをTeXモードで書き入れます。「段数」は、2
35322 \begin_inset space \thinspace{}
35323 \end_inset
35324
35325 -
35326 \begin_inset space \thinspace{}
35327 \end_inset
35328
35329 10のあいだの数字です。多段組文の終わる数式の前には、
35330 \end_layout
35331
35332 \begin_layout Standard
35333
35334 \series bold
35335
35336 \backslash
35337 end{multicols}
35338 \end_layout
35339
35340 \begin_layout Standard
35341 というコマンドをTeXモードで入れます。
35342 \end_layout
35343
35344 \begin_layout Standard
35345 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35346 \begin_inset space \thinspace{}
35347 \end_inset
35348
35349 mmの垂直空白を入れて下さい。数式様式
35350 \series bold
35351
35352 \begin_inset Foot
35353 status collapsed
35354
35355 \begin_layout Plain Layout
35356
35357 \series bold
35358 数式様式に関しては、第
35359 \series default
35360
35361 \begin_inset CommandInset ref
35362 LatexCommand ref
35363 reference "sec:数式様式"
35364
35365 \end_inset
35366
35367 節をご覧下さい。
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \series default
35374 として
35375 \series bold
35376 行頭下げ
35377 \series default
35378 を使用している場合には、代わりに-9
35379 \begin_inset space \thinspace{}
35380 \end_inset
35381
35382 mmの垂直空白を入れて下さい。
35383 \end_layout
35384
35385 \begin_layout Standard
35386 以下は、別行建て数式を含む、多段組文の例です。
35387 \end_layout
35388
35389 \begin_layout Standard
35390 \begin_inset ERT
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395
35396 \backslash
35397 begin{multicols}{2}
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \lang ngerman
35404 Das Spektrum wird fouriertransformiert.
35405  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35406 , Lösungsmittel) zu trennen.
35407  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35408  nun das Aussehen des Ausgangssignals.
35409  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35410  über alle Phasen integrieren muss.
35411  Sei nun 
35412 \begin_inset Formula $S$
35413 \end_inset
35414
35415  unser normiertes Ausgangssignal und 
35416 \begin_inset Formula $P$
35417 \end_inset
35418
35419  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35420 \lang japanese
35421
35422 \begin_inset ERT
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426
35427
35428 \backslash
35429 end{multicols}
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \begin_inset VSpace -6mm
35436 \end_inset
35437
35438
35439 \begin_inset Formula 
35440 \begin{equation}
35441 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35442 \end{equation}
35443
35444 \end_inset
35445
35446
35447 \begin_inset ERT
35448 status collapsed
35449
35450 \begin_layout Plain Layout
35451
35452
35453 \backslash
35454 begin{multicols}{2}
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \lang ngerman
35461 wobei 
35462 \begin_inset Formula $S_{0}$
35463 \end_inset
35464
35465  das Signal ohne Gradient ist und die Normierungsbedingung 
35466 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35467 \end_inset
35468
35469  gilt.
35470  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35471  Direkt nach dem 
35472 \begin_inset Formula $\nicefrac{\pi}{2}$
35473 \end_inset
35474
35475
35476 \begin_inset space \thinspace{}
35477 \end_inset
35478
35479 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35480  das Signal zusätzlich abschwächt.
35481  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35482  
35483 \begin_inset Formula $T_{2}$
35484 \end_inset
35485
35486 -Zeit.
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset ERT
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494
35495
35496 \backslash
35497 end{multicols}
35498 \end_layout
35499
35500 \end_inset
35501
35502  
35503 \end_layout
35504
35505 \begin_layout Subsection
35506 変数の説明付き数式
35507 \begin_inset Index idx
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Standard
35520 \begin_inset CommandInset ref
35521 LatexCommand eqref
35522 reference "eq:within"
35523
35524 \end_inset
35525
35526 式のように、数式内で変数の説明をするには、
35527 \begin_inset Formula $n$
35528 \end_inset
35529
35530 個の変数が使われている場合、左寄せの列を持つ2
35531 \series bold
35532 ×
35533 \series default
35534
35535 \begin_inset Formula $n$
35536 \end_inset
35537
35538 行列を使用します
35539 \begin_inset Foot
35540 status collapsed
35541
35542 \begin_layout Plain Layout
35543 行列に関しては、第
35544 \begin_inset CommandInset ref
35545 LatexCommand ref
35546 reference "sec:行列"
35547
35548 \end_inset
35549
35550 節参照。
35551 \end_layout
35552
35553 \end_inset
35554
35555 。説明を小さな文字にするには、行列の前に、たとえば
35556 \series bold
35557
35558 \backslash
35559 footnotesize
35560 \series default
35561 コマンドを挿入します
35562 \begin_inset Foot
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566 フォント寸法に関しては、第
35567 \begin_inset CommandInset ref
35568 LatexCommand ref
35569 reference "sub:書体寸法"
35570
35571 \end_inset
35572
35573 節参照。
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Standard
35582 数式様式に
35583 \series bold
35584 行頭下げ
35585 \begin_inset Foot
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589
35590 \series bold
35591 数式様式に関しては、第
35592 \series default
35593
35594 \begin_inset CommandInset ref
35595 LatexCommand ref
35596 reference "sec:数式様式"
35597
35598 \end_inset
35599
35600 節参照。
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \series default
35607 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35608 \series bold
35609
35610 \backslash
35611 hfill
35612 \series default
35613
35614 \begin_inset Foot
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618
35619 \series bold
35620
35621 \backslash
35622 hfill
35623 \series default
35624 は、
35625 \series bold
35626 行頭下げ
35627 \series default
35628 様式のときのみ機能します。第
35629 \begin_inset CommandInset ref
35630 LatexCommand ref
35631 reference "sub:可変長の空白"
35632
35633 \end_inset
35634
35635 節をご覧下さい。
35636 \end_layout
35637
35638 \end_inset
35639
35640 を入れます。
35641 \end_layout
35642
35643 \begin_layout Standard
35644 数式様式に
35645 \series bold
35646 中央揃え
35647 \series default
35648 を使っている場合、数式を字下げするには、第
35649 \begin_inset CommandInset ref
35650 LatexCommand ref
35651 reference "sub:flalign環境"
35652
35653 \end_inset
35654
35655 節で述べた方法を使用します。
35656 \begin_inset CommandInset ref
35657 LatexCommand eqref
35658 reference "eq:within"
35659
35660 \end_inset
35661
35662 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35663 \begin_inset Formula 
35664 \begin{flalign}
35665 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35666 \rho & \textrm{density}\\
35667 V & \textrm{volume}\\
35668 g & \textrm{gravitational acceleration}
35669 \end{array} &  & {}\label{eq:within}
35670 \end{flalign}
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Subsection
35678 アップライト体のギリシャ小文字
35679 \begin_inset CommandInset label
35680 LatexCommand label
35681 name "sub:アップライト体ギリシャ小文字"
35682
35683 \end_inset
35684
35685
35686 \begin_inset Index idx
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Standard
35699 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35700 \begin_inset Formula $\pi$
35701 \end_inset
35702
35703 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35704 \series bold
35705 upgreek.sty
35706 \series default
35707
35708 \begin_inset Foot
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713 \series bold
35714 upgreek
35715 \series default
35716 は、
35717 \series bold
35718 was
35719 \series default
35720
35721 \begin_inset Index idx
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 ぱっけーじ@パッケージ ! was
35726 \begin_inset ERT
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730
35731
35732 \backslash
35733 vspace{4mm}
35734 \end_layout
35735
35736 \end_inset
35737
35738
35739 \end_layout
35740
35741 \end_inset
35742
35743  LaTeXパッケージの一部です。
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \begin_inset Index idx
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 ぱっけーじ@パッケージ ! upgreek
35754 \end_layout
35755
35756 \end_inset
35757
35758  ファイルを
35759 \end_layout
35760
35761 \begin_layout Standard
35762
35763 \series bold
35764
35765 \backslash
35766 usepackage{upgreek}
35767 \end_layout
35768
35769 \begin_layout Standard
35770 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35771 \begin_inset ERT
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775
35776
35777 \backslash
35778 ifupgreek 
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \begin_inset Note Note
35785 status open
35786
35787 \begin_layout Plain Layout
35788 以下の表は、
35789 \series bold
35790 upgreek
35791 \series default
35792  LaTeXパッケージが導入済みのときのみ表示されます。
35793 \end_layout
35794
35795 \end_inset
35796
35797 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35798 \series bold
35799 up
35800 \series default
35801 を付けると作ることができます。たとえば
35802 \series bold
35803
35804 \backslash
35805 uptau
35806 \series default
35807 コマンドは、
35808 \begin_inset Formula $\uptau$
35809 \end_inset
35810
35811 のようになります。
35812 \end_layout
35813
35814 \begin_layout Standard
35815 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35816 \begin_inset Formula 
35817 \[
35818 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35819 \]
35820
35821 \end_inset
35822
35823
35824 \end_layout
35825
35826 \begin_layout Standard
35827 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \begin_inset ERT
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835
35836
35837 \backslash
35838 else 
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \begin_inset Note Note
35845 status open
35846
35847 \begin_layout Plain Layout
35848 以下は、
35849 \series bold
35850 upgreek
35851 \series default
35852  LaTeXパッケージが導入されていないときのみ表示されます。
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 この小節のすべてを出力で見るには、
35862 \series bold
35863 upgreek
35864 \series default
35865  LaTeXパッケージを導入する必要があります。
35866 \end_layout
35867
35868 \begin_layout Standard
35869 \begin_inset ERT
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874
35875 \backslash
35876 fi 
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Subsection
35885 数式中のテキスト文字
35886 \begin_inset CommandInset label
35887 LatexCommand label
35888 name "sub:数式中のテキスト文字"
35889
35890 \end_inset
35891
35892
35893 \begin_inset Index idx
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35898 \end_layout
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \begin_layout Standard
35906 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35907 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35908 \end_inset
35909
35910 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35911 \series bold
35912
35913 \backslash
35914 cdot
35915 \series default
35916
35917 \begin_inset Foot
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921
35922 \begin_inset CommandInset ref
35923 LatexCommand ref
35924 reference "sub:二項演算子"
35925
35926 \end_inset
35927
35928 節参照。
35929 \end_layout
35930
35931 \end_inset
35932
35933 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35934 \end_layout
35935
35936 \begin_layout Standard
35937
35938 \series bold
35939
35940 \backslash
35941 Declare Inputtext{183}{
35942 \backslash
35943 ifmmode
35944 \backslash
35945 cdot
35946 \backslash
35947 else
35948 \backslash
35949 textperiodcentered
35950 \backslash
35951 f\SpecialChar \textcompwordmark{}
35952 i}
35953 \end_layout
35954
35955 \begin_layout Standard
35956 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35957 \end_layout
35958
35959 \begin_layout Standard
35960 文字エンコーディング(
35961 \family sans
35962 文書\SpecialChar \menuseparator
35963 設定\SpecialChar \menuseparator
35964 言語
35965 \family default
35966 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
35967 \series bold
35968
35969 \backslash
35970 textperiodcentered
35971 \series default
35972 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35973 否かによって、正しいコマンドが自動的に選択されます。
35974 \end_layout
35975
35976 \begin_layout Standard
35977 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35978 \series bold
35979 latin9
35980 \series default
35981 エンコーディングは、LaTeXがインストールされたフォルダにある
35982 \series bold
35983 latin9.def
35984 \series default
35985 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35986 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35987 \end_layout
35988
35989 \begin_layout Standard
35990 \begin_inset VSpace medskip
35991 \end_inset
35992
35993 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35994 \begin_inset Foot
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Standard
36007
36008 \series bold
36009
36010 \backslash
36011 DeclareInputtext{176}{
36012 \backslash
36013 ifmmode^
36014 \backslash
36015 circ
36016 \backslash
36017 else
36018 \backslash
36019 textdegree
36020 \backslash
36021 f\SpecialChar \textcompwordmark{}
36022 i}
36023 \end_layout
36024
36025 \begin_layout Standard
36026 \begin_inset Newpage newpage
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \begin_layout Section
36033 \start_of_appendix
36034 組版上の助言
36035 \begin_inset Index idx
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039 くみばんじょうのじょげん@組版上の助言
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \begin_layout Standard
36048 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36049 \begin_inset Foot
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053 この要約の一部は、ISO規則を取り上げている「Duden」
36054 \begin_inset CommandInset citation
36055 LatexCommand cite
36056 key "Duden"
36057
36058 \end_inset
36059
36060 と呼ばれるドイツの半公的辞書から採られています。
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \begin_layout Itemize
36069 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36070 \begin_inset Foot
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074 書体様式で指定します。第
36075 \begin_inset CommandInset ref
36076 LatexCommand ref
36077 reference "sub:書体様式"
36078
36079 \end_inset
36080
36081 節を参照。
36082 \end_layout
36083
36084 \end_inset
36085
36086 :30
36087 \begin_inset space \thinspace{}
36088 \end_inset
36089
36090 km/h
36091 \begin_inset Newline newline
36092 \end_inset
36093
36094 値と単位の間には、最小空白を入れます。第
36095 \begin_inset CommandInset ref
36096 LatexCommand ref
36097 reference "sub:定義済みの空白"
36098
36099 \end_inset
36100
36101 節を参照。
36102 \begin_inset Newline newline
36103 \end_inset
36104
36105 この慣習は、
36106 \series bold
36107
36108 \backslash
36109 unittwo
36110 \series default
36111 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36112 が得られます:
36113 \begin_inset Formula $\unit[30]{km/h}$
36114 \end_inset
36115
36116
36117 \begin_inset space \thinspace{}
36118 \end_inset
36119
36120 。実は、
36121 \series bold
36122
36123 \backslash
36124 unittwo
36125 \series default
36126 は、LaTeXコマンドの実体ではなく、
36127 \series bold
36128
36129 \backslash
36130 unit[値]{単位}
36131 \series default
36132 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36133 \end_layout
36134
36135 \begin_layout Itemize
36136 百分率記号と千分率記号は、物理単位と同様に組みます:
36137 \begin_inset Newline newline
36138 \end_inset
36139
36140 血中アルコール1,2
36141 \begin_inset space \thinspace{}
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \begin_layout Itemize
36148 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36149 \begin_inset space \thinspace{}
36150 \end_inset
36151
36152 °C
36153 \end_layout
36154
36155 \begin_layout Itemize
36156 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36157 \begin_inset space \thinspace{}
36158 \end_inset
36159
36160 473
36161 \begin_inset space \thinspace{}
36162 \end_inset
36163
36164 588
36165 \end_layout
36166
36167 \begin_layout Itemize
36168 120×90×40
36169 \begin_inset space \thinspace{}
36170 \end_inset
36171
36172 cmのような寸法には、積記号「×」を用います。これは、
36173 \series bold
36174
36175 \backslash
36176 times
36177 \series default
36178 コマンドか、
36179 \family sans
36180 挿入\SpecialChar \menuseparator
36181 特殊文字\SpecialChar \menuseparator
36182 記号
36183 \family default
36184 メニューから入れることができます。
36185 \end_layout
36186
36187 \begin_layout Itemize
36188 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36189 \begin_inset CommandInset ref
36190 LatexCommand ref
36191 reference "sub:定義済み函数"
36192
36193 \end_inset
36194
36195 節を参照。
36196 \end_layout
36197
36198 \begin_layout Itemize
36199 複数の文字を含む指数は、アップライト体にします:
36200 \begin_inset Formula $E_{\mathrm{kin}}$
36201 \end_inset
36202
36203
36204 \begin_inset Newline newline
36205 \end_inset
36206
36207 行列要素はイタリック体にします:
36208 \begin_inset Formula $\hat{H}_{kl}$
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \begin_layout Itemize
36215 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36216 \end_layout
36217
36218 \begin_layout Itemize
36219
36220 \noun on
36221 フーリエ
36222 \noun default
36223 変換を表す文字は、
36224 \series bold
36225
36226 \backslash
36227 mathscr
36228 \begin_inset ERT
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232
36233
36234 \backslash
36235 spce 
36236 \end_layout
36237
36238 \end_inset
36239
36240 {F
36241 \series default
36242 コマンド
36243 \begin_inset Index idx
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247 こまんど@コマンド! M ! 
36248 \backslash
36249 mathscr
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \family sans
36256 挿入\SpecialChar \menuseparator
36257 特殊文字\SpecialChar \menuseparator
36258 記号\SpecialChar \menuseparator
36259 文字様記号
36260 \family default
36261 メニューの
36262 \begin_inset Formula $\mathscr{F}$
36263 \end_inset
36264
36265 で入れることができます。
36266 \begin_inset Newline newline
36267 \end_inset
36268
36269
36270 \series bold
36271
36272 \backslash
36273 mathscr
36274 \series default
36275 コマンドを使うためには、LaTeXパッケージの
36276 \series bold
36277 mathrsfs
36278 \series default
36279
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 ぱっけーじ@パッケージ! mathrsfs
36285 \end_layout
36286
36287 \end_inset
36288
36289 を、LaTeXプリアンブルで
36290 \series bold
36291
36292 \backslash
36293 usepackage{mathrsfs}
36294 \series default
36295 として読み込む必要があります。
36296 \end_layout
36297
36298 \begin_layout Standard
36299 \begin_inset Newpage newpage
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Section
36306 同義語
36307 \begin_inset Index idx
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311 どうぎご@同義語
36312 \end_layout
36313
36314 \end_inset
36315
36316
36317 \end_layout
36318
36319 \begin_layout Standard
36320 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36321 \end_layout
36322
36323 \begin_layout Standard
36324 \begin_inset VSpace bigskip
36325 \end_inset
36326
36327
36328 \begin_inset space \hfill{}
36329 \end_inset
36330
36331
36332 \begin_inset Tabular
36333 <lyxtabular version="3" rows="12" columns="2">
36334 <features tabularvalignment="middle">
36335 <column alignment="center" valignment="top" width="0pt">
36336 <column alignment="center" valignment="top" width="0pt">
36337 <row>
36338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36339 \begin_inset Text
36340
36341 \begin_layout Plain Layout
36342 コマンド
36343 \end_layout
36344
36345 \end_inset
36346 </cell>
36347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 同義のコマンド
36352 \begin_inset Note Note
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356 ここで
36357 \series bold
36358
36359 \backslash
36360 raisebox
36361 \series default
36362 はスペーサーとして使用しているだけです。
36363 \end_layout
36364
36365 \end_inset
36366
36367
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 ast
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 \begin_inset ERT
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393
36394
36395 \backslash
36396 raisebox{-1.2mm}{
36397 \end_layout
36398
36399 \end_inset
36400
36401 *
36402 \begin_inset ERT
36403 status collapsed
36404
36405 \begin_layout Plain Layout
36406
36407 }
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \end_inset
36416 </cell>
36417 </row>
36418 <row>
36419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36420 \begin_inset Text
36421
36422 \begin_layout Plain Layout
36423
36424 \backslash
36425 choose
36426 \end_layout
36427
36428 \end_inset
36429 </cell>
36430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36431 \begin_inset Text
36432
36433 \begin_layout Plain Layout
36434
36435 \backslash
36436 binom
36437 \end_layout
36438
36439 \end_inset
36440 </cell>
36441 </row>
36442 <row>
36443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36444 \begin_inset Text
36445
36446 \begin_layout Plain Layout
36447
36448 \backslash
36449 geq
36450 \end_layout
36451
36452 \end_inset
36453 </cell>
36454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36455 \begin_inset Text
36456
36457 \begin_layout Plain Layout
36458
36459 \backslash
36460 ge
36461 \end_layout
36462
36463 \end_inset
36464 </cell>
36465 </row>
36466 <row>
36467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36468 \begin_inset Text
36469
36470 \begin_layout Plain Layout
36471
36472 \backslash
36473 lbrace
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36479 \begin_inset Text
36480
36481 \begin_layout Plain Layout
36482 {
36483 \end_layout
36484
36485 \end_inset
36486 </cell>
36487 </row>
36488 <row>
36489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36490 \begin_inset Text
36491
36492 \begin_layout Plain Layout
36493
36494 \backslash
36495 lbracket
36496 \end_layout
36497
36498 \end_inset
36499 </cell>
36500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36501 \begin_inset Text
36502
36503 \begin_layout Plain Layout
36504 [
36505 \end_layout
36506
36507 \end_inset
36508 </cell>
36509 </row>
36510 <row>
36511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36512 \begin_inset Text
36513
36514 \begin_layout Plain Layout
36515
36516 \backslash
36517 leftarrow
36518 \end_layout
36519
36520 \end_inset
36521 </cell>
36522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36523 \begin_inset Text
36524
36525 \begin_layout Plain Layout
36526
36527 \backslash
36528 gets
36529 \end_layout
36530
36531 \end_inset
36532 </cell>
36533 </row>
36534 <row>
36535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Plain Layout
36539
36540 \backslash
36541 leq
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36547 \begin_inset Text
36548
36549 \begin_layout Plain Layout
36550
36551 \backslash
36552 le
36553 \end_layout
36554
36555 \end_inset
36556 </cell>
36557 </row>
36558 <row>
36559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36560 \begin_inset Text
36561
36562 \begin_layout Plain Layout
36563
36564 \backslash
36565 lor
36566 \end_layout
36567
36568 \end_inset
36569 </cell>
36570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36571 \begin_inset Text
36572
36573 \begin_layout Plain Layout
36574
36575 \backslash
36576 vee
36577 \end_layout
36578
36579 \end_inset
36580 </cell>
36581 </row>
36582 <row>
36583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36584 \begin_inset Text
36585
36586 \begin_layout Plain Layout
36587
36588 \backslash
36589 neq
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36595 \begin_inset Text
36596
36597 \begin_layout Plain Layout
36598
36599 \backslash
36600 not=
36601 \end_layout
36602
36603 \end_inset
36604 </cell>
36605 </row>
36606 <row>
36607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36608 \begin_inset Text
36609
36610 \begin_layout Plain Layout
36611
36612 \backslash
36613 slash
36614 \end_layout
36615
36616 \end_inset
36617 </cell>
36618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36619 \begin_inset Text
36620
36621 \begin_layout Plain Layout
36622 /
36623 \end_layout
36624
36625 \end_inset
36626 </cell>
36627 </row>
36628 <row>
36629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36630 \begin_inset Text
36631
36632 \begin_layout Plain Layout
36633
36634 \backslash
36635 vert
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36641 \begin_inset Text
36642
36643 \begin_layout Plain Layout
36644 \begin_inset Formula $|$
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \end_inset
36651 </cell>
36652 </row>
36653 </lyxtabular>
36654
36655 \end_inset
36656
36657
36658 \begin_inset space \hfill{}
36659 \end_inset
36660
36661
36662 \begin_inset Tabular
36663 <lyxtabular version="3" rows="12" columns="2">
36664 <features tabularvalignment="middle">
36665 <column alignment="center" valignment="top" width="0pt">
36666 <column alignment="center" valignment="top" width="0pt">
36667 <row>
36668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 コマンド
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681 同義のコマンド
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 </row>
36687 <row>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692
36693 \backslash
36694 backslash
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703
36704 \backslash
36705
36706 \backslash
36707
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 <row>
36714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718
36719 \backslash
36720 dasharrow
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729
36730 \backslash
36731 dashrightarrow
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 </row>
36737 <row>
36738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36739 \begin_inset Text
36740
36741 \begin_layout Plain Layout
36742
36743 \backslash
36744 land
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753
36754 \backslash
36755 wedge
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 </row>
36761 <row>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766
36767 \backslash
36768 rbrace
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 }
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 </row>
36783 <row>
36784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788
36789 \backslash
36790 rbracket
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36796 \begin_inset Text
36797
36798 \begin_layout Plain Layout
36799 ]
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 </row>
36805 <row>
36806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810
36811 \backslash
36812 rightarrow
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821
36822 \backslash
36823 to
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 </row>
36829 <row>
36830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36831 \begin_inset Text
36832
36833 \begin_layout Plain Layout
36834
36835 \backslash
36836 lnot
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845
36846 \backslash
36847 neg
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 <row>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858
36859 \backslash
36860 ne
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869
36870 \backslash
36871 not=
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 </row>
36877 <row>
36878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882
36883 \backslash
36884 owns
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893
36894 \backslash
36895 ni
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 <row>
36902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906
36907 \backslash
36908 square
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917
36918 \backslash
36919 Box
36920 \end_layout
36921
36922 \end_inset
36923 </cell>
36924 </row>
36925 <row>
36926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930
36931 \backslash
36932 Vert
36933 \end_layout
36934
36935 \end_inset
36936 </cell>
36937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941
36942 \backslash
36943
36944 \begin_inset Formula $|$
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 </row>
36953 </lyxtabular>
36954
36955 \end_inset
36956
36957
36958 \begin_inset space \hfill{}
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \begin_layout Standard
36965 \begin_inset Newpage newpage
36966 \end_inset
36967
36968
36969 \end_layout
36970
36971 \begin_layout Bibliography
36972 \labelwidthstring 参考文献
36973 \begin_inset CommandInset bibitem
36974 LatexCommand bibitem
36975 key "TLC2"
36976
36977 \end_inset
36978
36979
36980 \shape smallcaps
36981 Mittelbach, F.
36982  ; Goossens, M.
36983 \shape default
36984
36985 \shape italic
36986 The LaTeX Companion
36987 \shape default
36988 , 2nd ed.
36989  Addison Wesley, 2004
36990 \end_layout
36991
36992 \begin_layout Bibliography
36993 \labelwidthstring 参考文献
36994 \begin_inset CommandInset bibitem
36995 LatexCommand bibitem
36996 key "Mathmode"
36997
36998 \end_inset
36999
37000 LaTeXの数式能力の
37001 \begin_inset CommandInset href
37002 LatexCommand href
37003 name "説明"
37004 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37005
37006 \end_inset
37007
37008
37009 \end_layout
37010
37011 \begin_layout Bibliography
37012 \labelwidthstring 参考文献
37013 \begin_inset CommandInset bibitem
37014 LatexCommand bibitem
37015 key "AMS"
37016
37017 \end_inset
37018
37019
37020 \begin_inset ERT
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024
37025
37026 \backslash
37027 AmS
37028 \end_layout
37029
37030 \end_inset
37031
37032 -LaTeXの
37033 \begin_inset CommandInset href
37034 LatexCommand href
37035 name "説明"
37036 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Bibliography
37044 \labelwidthstring 参考文献
37045 \begin_inset CommandInset bibitem
37046 LatexCommand bibitem
37047 key "Symbols"
37048
37049 \end_inset
37050
37051 LaTeXパッケージで利用できる記号の
37052 \begin_inset CommandInset href
37053 LatexCommand href
37054 name "全覧"
37055 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Bibliography
37063 \labelwidthstring 参考文献
37064 \begin_inset CommandInset bibitem
37065 LatexCommand bibitem
37066 key "hyperref"
37067
37068 \end_inset
37069
37070 LaTeX 
37071 \series bold
37072 hyperref
37073 \series default
37074
37075 \begin_inset Index idx
37076 status collapsed
37077
37078 \begin_layout Plain Layout
37079 ぱっけーじ@パッケージ ! hyperref
37080 \end_layout
37081
37082 \end_inset
37083
37084 パッケージの
37085 \begin_inset CommandInset href
37086 LatexCommand href
37087 name "取扱説明書"
37088 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37089
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \begin_layout Bibliography
37096 \labelwidthstring 参考文献
37097 \begin_inset CommandInset bibitem
37098 LatexCommand bibitem
37099 key "mhchem"
37100
37101 \end_inset
37102
37103 LaTeX 
37104 \series bold
37105 mhchem
37106 \series default
37107
37108 \begin_inset Index idx
37109 status collapsed
37110
37111 \begin_layout Plain Layout
37112 ぱっけーじ@パッケージ ! mhchem
37113 \end_layout
37114
37115 \end_inset
37116
37117 パッケージの
37118 \begin_inset CommandInset href
37119 LatexCommand href
37120 name "取扱説明書"
37121 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37122
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \begin_layout Bibliography
37129 \labelwidthstring 参考文献
37130 \begin_inset CommandInset bibitem
37131 LatexCommand bibitem
37132 key "Mathclap"
37133
37134 \end_inset
37135
37136
37137 \begin_inset CommandInset ref
37138 LatexCommand ref
37139 reference "sub:演算子の範囲"
37140
37141 \end_inset
37142
37143 節に述べられている
37144 \series bold
37145
37146 \backslash
37147 mathclap
37148 \series default
37149 コマンドの
37150 \begin_inset CommandInset href
37151 LatexCommand href
37152 name "説明"
37153 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37154
37155 \end_inset
37156
37157
37158 \begin_inset Index idx
37159 status collapsed
37160
37161 \begin_layout Plain Layout
37162 こまんど@コマンド ! M ! 
37163 \backslash
37164 mathclap
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Bibliography
37173 \labelwidthstring 参考文献
37174 \begin_inset CommandInset bibitem
37175 LatexCommand bibitem
37176 key "Duden"
37177
37178 \end_inset
37179
37180
37181 \emph on
37182 Duden Band 1
37183 \emph default
37184 .
37185  22.
37186  Auflage, Duden 2001
37187 \end_layout
37188
37189 \begin_layout Bibliography
37190 \labelwidthstring 参考文献
37191 \begin_inset CommandInset bibitem
37192 LatexCommand bibitem
37193 key "Checklist"
37194
37195 \end_inset
37196
37197 原稿見直しの
37198 \begin_inset CommandInset href
37199 LatexCommand href
37200 name "チェックリスト"
37201 target "http://physics.nist.gov/Document/checklist.pdf"
37202
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Subsubsection*
37209 \begin_inset CommandInset index_print
37210 LatexCommand printindex
37211 type "idx"
37212
37213 \end_inset
37214
37215
37216 \end_layout
37217
37218 \end_body
37219 \end_document