]> git.lyx.org Git - features.git/blob - lib/doc/ja/Math.lyx
documentation files: port changes from branch
[features.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  \renewcommand{\equationautorefname}{\hspace{-\abc}}
49  \renewcommand{\sectionautorefname}{sec.\negthinspace}
50  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
52 }
53
54 % don't load packages twice
55 % see first footnote in sec. 9.3
56 \@ifundefined{textcolor}{\usepackage{color}}{}
57
58 % the pages of the TOC are numbered roman
59 % and a PDF-bookmark for the TOC is added
60 \pagenumbering{roman}
61 \let\myTOC\tableofcontents
62 \renewcommand{\tableofcontents}{%
63  \vspace{1cm}
64  \pdfbookmark[1]{\contentsname}{}
65  \myTOC
66  \cleardoublepage
67  \pagenumbering{arabic}}
68
69 % insert additional vertical space of 1.5 mm between footnotes,
70 \let\myFoot\footnote
71 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
72
73 % provides caption formatting
74 %\setkomafont{captionlabel}{\bfseries}
75
76 % used in sec. 24.5
77 \usepackage[samesize]{cancel}
78
79 % enables calculation of values
80 \usepackage{calc}
81
82 % for multiple columns used in sec. 24.7
83 \usepackage{multicol}
84
85 % needed in sec. 19.4
86 \usepackage{remreset}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package eurosym
118 % used for the Euro symbol
119 \newboolean{eurosym}
120 \IfFileExists{eurosym.sty}
121  {\usepackage[gennarrow]{eurosym}
122   \setboolean{eurosym}{true}}
123  {\setboolean{eurosym}{false}}
124
125 % needed in sec. 22.4
126 % check for package braket
127 \newboolean{braket}
128 \IfFileExists{braket.sty}
129  {\usepackage{braket}
130   \setboolean{braket}{true}}
131  {\setboolean{braket}{false}}
132
133 % needed in sec. 22.10
134 % check for package upgreek
135 \newboolean{upgreek}
136 \IfFileExists{upgreek.sty}
137  {\usepackage{upgreek}
138   \setboolean{upgreek}{true}}
139  {\setboolean{upgreek}{false}}
140
141 % make pdf bookmark sane with Japanese
142 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options true
146 \maintain_unincluded_children false
147 \language japanese
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \use_non_tex_fonts false
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize default
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX数式説明書"
170 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
171 \pdf_subject "LyXの数式機能に関する説明書"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry true
185 \use_amsmath 2
186 \use_esint 1
187 \use_mhchem 1
188 \use_mathdots 1
189 \cite_engine basic
190 \use_bibtopic false
191 \use_indices false
192 \paperorientation portrait
193 \suppress_date false
194 \use_refstyle 0
195 \notefontcolor #0000ff
196 \index 索引
197 \shortcut idx
198 \color #008000
199 \end_index
200 \leftmargin 3.5cm
201 \topmargin 3cm
202 \rightmargin 3cm
203 \bottommargin 3.5cm
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \tracking_changes false
213 \output_changes false
214 \html_math_output 0
215 \html_css_as_file 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyXの数式詳細説明書
223 \end_layout
224
225 \begin_layout Author
226 LyXプロジェクトチーム
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
233 \family typewriter
234
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \family default
245 までお知らせください。
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 著者:Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 第2.0.x版
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
288 \series bold
289 braket
290 \series default
291
292 \series bold
293 cancel
294 \series default
295
296 \series bold
297 eurosym
298 \series default
299
300 \series bold
301 mathdots
302 \series default
303
304 \series bold
305 mhchem
306 \series default
307
308 \series bold
309 was
310 \series default
311 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
312 \series bold
313 mhchem
314 \series default
315 が導入されていないと、本ファイルを書き出すことができません。
316 \end_layout
317
318 \begin_layout Plain Layout
319 この文書の最新のPDF版は
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \series bold
325 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
326 \begin_inset Newline newline
327 \end_inset
328
329
330 \series default
331 にあります。
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Standard
340 \begin_inset Newpage newpage
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Section
347 はじめに
348 \end_layout
349
350 \begin_layout Standard
351 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
352 使用を念頭に置いています。したがって、ユーザーの手引きの
353 \family typewriter
354 数式
355 \family default
356 の節をすでにお読みになっていることを前提としています。
357 \end_layout
358
359 \begin_layout Standard
360 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
361 \family sans
362 挿入\SpecialChar \menuseparator
363 数式
364 \family default
365 メニューか
366 \family sans
367 数式ツールバー
368 \family default
369 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
370 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
371 \end_layout
372
373 \begin_layout Standard
374 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
375 \family sans
376 文書\SpecialChar \menuseparator
377 設定\SpecialChar \menuseparator
378 数式オプション
379 \family default
380 メニュー)で
381 \family sans
382 AMS mathパッケージを使う
383 \family default
384 オプションを有効にしなくてはなりません
385 \begin_inset Foot
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 \family sans
391 AMS mathパッケージを自動的に使う
392 \family default
393 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
394 \begin_inset ERT
395 status collapsed
396
397 \begin_layout Plain Layout
398
399
400 \backslash
401 AmS 
402 \end_layout
403
404 \end_inset
405
406 -mathパッケージを使用します。
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 説明を明瞭にするために、この文書はすべての
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421
422 \backslash
423 AmS 
424 \end_layout
425
426 \end_inset
427
428 -mathコマンド
429 \begin_inset Foot
430 status collapsed
431
432 \begin_layout Plain Layout
433 すべての
434 \begin_inset ERT
435 status collapsed
436
437 \begin_layout Plain Layout
438
439
440 \backslash
441 AmS
442 \end_layout
443
444 \end_inset
445
446 -mathコマンドの一覧は、
447 \family sans
448
449 \begin_inset CommandInset href
450 LatexCommand href
451 name "amsguide.ps"
452 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
453
454 \end_inset
455
456
457 \family default
458 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
459 \end_layout
460
461 \end_inset
462
463 を列挙はしません。
464 \end_layout
465
466 \begin_layout Section
467 一般的な説明
468 \end_layout
469
470 \begin_layout Standard
471 本文に埋め込まれた行内数式
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 すうしき ! ぎょうない @ 数式 ! 行内
477 \end_layout
478
479 \end_inset
480
481 を作成するには、短絡キー
482 \begin_inset Info
483 type  "shortcuts"
484 arg   "math-mode"
485 \end_inset
486
487 のうちのいずれか、あるいはツールバーボタン
488 \begin_inset Graphics
489         filename ../../images/math-mode.png
490         scale 85
491
492 \end_inset
493
494 を使用してください。
495 \begin_inset Newline newline
496 \end_inset
497
498 大きく別の段落として表示される別行建て数式
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
504 \end_layout
505
506 \end_inset
507
508 を作成するには、
509 \begin_inset Info
510 type  "shortcuts"
511 arg   "math-display"
512 \end_inset
513
514 のうちいずれかの短絡キーを使用して下さい。
515 \end_layout
516
517 \begin_layout Standard
518 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
519 \begin_inset Info
520 type  "shortcuts"
521 arg   "math-mode"
522 \end_inset
523
524 のいずれかの短絡キーか、
525 \family sans
526 編集\SpecialChar \menuseparator
527 数式\SpecialChar \menuseparator
528 数式の表記を変更
529 \family default
530 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
531 \end_layout
532
533 \begin_layout Standard
534 行内数式の一部を別行建て数式の大きさで表示するには、
535 \series bold
536
537 \backslash
538 displaystyle
539 \begin_inset Index idx
540 status collapsed
541
542 \begin_layout Plain Layout
543
544 \size normal
545 こまんど@コマンド ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552
553 \series default
554 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
555 \end_layout
556
557 \begin_layout Standard
558 表の中では、行内数式のみの使用が許されています。
559 \end_layout
560
561 \begin_layout Standard
562
563 \family sans
564 数式ツールバー
565 \family default
566 は、
567 \family sans
568 表示\SpecialChar \menuseparator
569 ツールバー
570 \family default
571 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
572 \family sans
573 ツールバー
574 \family default
575 メニューの中ではチェック印で表されます。この状態から、
576 \family sans
577 ツールバー
578 \family default
579 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
580 数式(自動)」に変わることで表されます。
581 \end_layout
582
583 \begin_layout Standard
584 TeXモード
585 \begin_inset Index idx
586 status collapsed
587
588 \begin_layout Plain Layout
589 T@TeXモード
590 \end_layout
591
592 \end_inset
593
594 は、ツールバーボタン
595 \begin_inset Graphics
596         filename ../../images/ert-insert.png
597         scale 85
598
599 \end_inset
600
601 を押すか、
602 \family sans
603 挿入\SpecialChar \menuseparator
604 Te
605 \begin_inset ERT
606 status collapsed
607
608 \begin_layout Plain Layout
609
610 {}
611 \end_layout
612
613 \end_inset
614
615 Xコード
616 \family default
617 (短絡キー
618 \begin_inset Info
619 type  "shortcut"
620 arg   "ert-insert"
621 \end_inset
622
623 )メニューを使うことで、起動できます。
624 \begin_inset Note Note
625 status collapsed
626
627 \begin_layout Plain Layout
628 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
629 のを防ぐために、ここではTeX括弧が挿入されています。
630 \end_layout
631
632 \end_inset
633
634
635 \end_layout
636
637 \begin_layout Standard
638 LaTeXプリアンブル
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 L@LaTeXプリアンブル
644 \end_layout
645
646 \end_inset
647
648 を変更するには、
649 \family sans
650 文書\SpecialChar \menuseparator
651 設定\SpecialChar \menuseparator
652 LaT
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 eXプリアンブル
664 \family default
665 メニューを使用してください。
666 \end_layout
667
668 \begin_layout Standard
669 行列や場合分け、多行数式を続けて編集するには、
670 \family sans
671 編集\SpecialChar \menuseparator
672 数式
673 \family default
674 メニューと
675 \family sans
676 編集\SpecialChar \menuseparator
677 行と列
678 \family default
679 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
680 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
681 \end_layout
682
683 \begin_layout Standard
684 数式内で文章を書く
685 \begin_inset Foot
686 status collapsed
687
688 \begin_layout Plain Layout
689 多行数式では、
690 \series bold
691
692 \backslash
693 intertext
694 \series default
695 コマンドが使用されます。
696 \begin_inset CommandInset ref
697 LatexCommand ref
698 reference "sub:多行数式中のテキスト"
699
700 \end_inset
701
702 を参照のこと。
703 \end_layout
704
705 \end_inset
706
707 には、
708 \emph on
709 数式テキスト
710 \emph default
711
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 てきすと ! すうしきないの @ テキスト ! 数式内の
717 \end_layout
718
719 \end_inset
720
721
722 \begin_inset Index idx
723 status collapsed
724
725 \begin_layout Plain Layout
726 すうしきてきすと @ 数式テキスト
727 \end_layout
728
729 \end_inset
730
731 が使用されます。このモードには、短絡キー
732 \begin_inset Info
733 type  "shortcut"
734 arg   "math-mode"
735 \end_inset
736
737 を使うか、
738 \series bold
739
740 \backslash
741 text
742 \series default
743
744 \begin_inset Index idx
745 status collapsed
746
747 \begin_layout Plain Layout
748 こまんど @ コマンド ! T ! 
749 \backslash
750 text
751 \end_layout
752
753 \end_inset
754
755 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
756 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
757 \end_layout
758
759 \begin_layout Subsection*
760 コマンドの構成
761 \end_layout
762
763 \begin_layout Standard
764 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
765 \end_layout
766
767 \begin_layout Standard
768
769 \series bold
770
771 \backslash
772 コマンド名[非必須引数]{必須引数}
773 \end_layout
774
775 \begin_layout Standard
776 コマンドは、つねにバックスラッシュ「
777 \series bold
778
779 \backslash
780
781 \series default
782 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 T@TeX括弧
788 \end_layout
789
790 \end_inset
791
792 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
793 \series bold
794
795 \backslash
796 {
797 \series default
798 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
799 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
800 \end_layout
801
802 \begin_layout Standard
803 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
804 \emph on
805 かならず
806 \emph default
807 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
808 ん。
809 \end_layout
810
811 \begin_layout Standard
812 保護された空白は、
813 \begin_inset Info
814 type  "shortcut"
815 arg   "space-insert protected"
816 \end_inset
817
818 で入力できます。
819 \end_layout
820
821 \begin_layout Subsection*
822 \begin_inset Newpage newpage
823 \end_inset
824
825 文法の説明
826 \end_layout
827
828 \begin_layout Itemize
829 記号
830 \begin_inset Foot
831 status collapsed
832
833 \begin_layout Plain Layout
834 この可視化された空白文字は、
835 \series bold
836
837 \backslash
838 textvisiblespace
839 \series default
840
841 \begin_inset Index idx
842 status collapsed
843
844 \begin_layout Plain Layout
845 こまんど@コマンド ! T ! 
846 \backslash
847 textvisiblespace
848 \end_layout
849
850 \end_inset
851
852 コマンドをTeXモード中に挿入することで作ることができます。
853 \end_layout
854
855 \end_inset
856
857
858 \begin_inset ERT
859 status collapsed
860
861 \begin_layout Plain Layout
862
863
864 \backslash
865 spce 
866 \end_layout
867
868 \end_inset
869
870 は、空白文字を入力することを表します。
871 \end_layout
872
873 \begin_layout Itemize
874 \begin_inset Formula $\to$
875 \end_inset
876
877 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
878 \end_layout
879
880 \begin_layout Subsection*
881 使用できる単位
882 \end_layout
883
884 \begin_layout Standard
885 \align center
886 \begin_inset Float table
887 placement H
888 wide false
889 sideways false
890 status open
891
892 \begin_layout Plain Layout
893 \align center
894 \begin_inset Caption
895
896 \begin_layout Plain Layout
897 \begin_inset CommandInset label
898 LatexCommand label
899 name "tab:使用できる単位"
900
901 \end_inset
902
903 使用できる単位
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Plain Layout
912 \align center
913 \begin_inset Tabular
914 <lyxtabular version="3" rows="13" columns="2">
915 <features tabularvalignment="middle">
916 <column alignment="center" valignment="top" width="0">
917 <column alignment="center" valignment="top" width="0">
918 <row>
919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
920 \begin_inset Text
921
922 \begin_layout Plain Layout
923 単位
924 \end_layout
925
926 \end_inset
927 </cell>
928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
929 \begin_inset Text
930
931 \begin_layout Plain Layout
932 名称/摘要
933 \end_layout
934
935 \end_inset
936 </cell>
937 </row>
938 <row>
939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
940 \begin_inset Text
941
942 \begin_layout Plain Layout
943 mm
944 \end_layout
945
946 \end_inset
947 </cell>
948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
949 \begin_inset Text
950
951 \begin_layout Plain Layout
952 ミリメートル
953 \end_layout
954
955 \end_inset
956 </cell>
957 </row>
958 <row>
959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
960 \begin_inset Text
961
962 \begin_layout Plain Layout
963 cm
964 \end_layout
965
966 \end_inset
967 </cell>
968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
969 \begin_inset Text
970
971 \begin_layout Plain Layout
972 センチメートル
973 \end_layout
974
975 \end_inset
976 </cell>
977 </row>
978 <row>
979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
980 \begin_inset Text
981
982 \begin_layout Plain Layout
983 in
984 \end_layout
985
986 \end_inset
987 </cell>
988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
989 \begin_inset Text
990
991 \begin_layout Plain Layout
992 インチ
993 \end_layout
994
995 \end_inset
996 </cell>
997 </row>
998 <row>
999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 pt
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1009 \begin_inset Text
1010
1011 \begin_layout Plain Layout
1012 ポイント (72.27
1013 \begin_inset Formula $\,$
1014 \end_inset
1015
1016 pt = 1
1017 \begin_inset Formula $\,$
1018 \end_inset
1019
1020 in)
1021 \end_layout
1022
1023 \end_inset
1024 </cell>
1025 </row>
1026 <row>
1027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 pc
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 パイカ (1
1041 \begin_inset Formula $\,$
1042 \end_inset
1043
1044 pc = 12
1045 \begin_inset Formula $\,$
1046 \end_inset
1047
1048 pt)
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 </row>
1054 <row>
1055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 sp
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 スケールポイント (65536
1069 \begin_inset Formula $\,$
1070 \end_inset
1071
1072 sp = 1
1073 \begin_inset Formula $\,$
1074 \end_inset
1075
1076 pt)
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 </row>
1082 <row>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 bp
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 ビッグポイント (72
1097 \begin_inset Formula $\,$
1098 \end_inset
1099
1100 bp = 1
1101 \begin_inset Formula $\,$
1102 \end_inset
1103
1104 in)
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 dd
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 ディドー (72
1125 \begin_inset Formula $\,$
1126 \end_inset
1127
1128 dd 
1129 \begin_inset Formula $\approx$
1130 \end_inset
1131
1132  37.6
1133 \begin_inset Formula $\,$
1134 \end_inset
1135
1136 mm)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 cc
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 シセロ (1
1157 \begin_inset Formula $\,$
1158 \end_inset
1159
1160 cc = 12
1161 \begin_inset Formula $\,$
1162 \end_inset
1163
1164 dd)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 ex
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 現在のフォントの文字「x」の高さ
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 em
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 現在のフォントの文字「M」の幅
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 mu
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 数式単位(1
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 mu = 
1229 \begin_inset Formula $\nicefrac{1}{18}$
1230 \end_inset
1231
1232
1233 \begin_inset space \thinspace{}
1234 \end_inset
1235
1236 em)
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 </row>
1242 </lyxtabular>
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \begin_layout Standard
1255 \begin_inset Newpage newpage
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \begin_layout Section
1262 基礎的な函数
1263 \end_layout
1264
1265 \begin_layout Subsection
1266 指数
1267 \begin_inset Index idx
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271 しすう@指数
1272 \end_layout
1273
1274 \end_inset
1275
1276 および添字
1277 \begin_inset Index idx
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281 そえじ@添字
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \begin_inset Index idx
1288 status collapsed
1289
1290 \begin_layout Plain Layout
1291 うえつきもじ@上付き文字|see
1292 \begin_inset ERT
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296
1297 {
1298 \end_layout
1299
1300 \end_inset
1301
1302 指数
1303 \begin_inset ERT
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307
1308 }
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \end_layout
1315
1316 \end_inset
1317
1318
1319 \begin_inset Index idx
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323 したつきもじ@下付き文字|see
1324 \begin_inset ERT
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328
1329 {
1330 \end_layout
1331
1332 \end_inset
1333
1334 添字
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 }
1341 \end_layout
1342
1343 \end_inset
1344
1345
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \begin_layout Standard
1354 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1355 \begin_inset Graphics
1356         filename ../../images/math-subscript.png
1357         scale 85
1358
1359 \end_inset
1360
1361 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1362 \begin_inset Graphics
1363         filename ../../images/math-superscript.png
1364         scale 85
1365
1366 \end_inset
1367
1368 を使って入力することができます。
1369 \end_layout
1370
1371 \begin_layout Standard
1372 \align center
1373 \begin_inset Tabular
1374 <lyxtabular version="3" rows="4" columns="2">
1375 <features tabularvalignment="middle">
1376 <column alignment="center" valignment="top" width="0pt">
1377 <column alignment="center" valignment="top" width="0pt">
1378 <row>
1379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1380 \begin_inset Text
1381
1382 \begin_layout Plain Layout
1383 コマンド
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1389 \begin_inset Text
1390
1391 \begin_layout Plain Layout
1392 結果
1393 \begin_inset Note Note
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 ここで使われている
1398 \series bold
1399
1400 \backslash
1401 raisebox
1402 \series default
1403 は単なるスペーサーです。
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 </row>
1414 <row>
1415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Plain Layout
1419 B_V
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 \begin_inset Formula $B_{V}$
1429 \end_inset
1430
1431
1432 \end_layout
1433
1434 \end_inset
1435 </cell>
1436 </row>
1437 <row>
1438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Plain Layout
1442 B^V
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Plain Layout
1451 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458 </cell>
1459 </row>
1460 <row>
1461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1462 \begin_inset Text
1463
1464 \begin_layout Plain Layout
1465 B^
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471
1472 \backslash
1473 spce 
1474 \end_layout
1475
1476 \end_inset
1477
1478 A
1479 \end_layout
1480
1481 \end_inset
1482 </cell>
1483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Plain Layout
1487 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \end_inset
1494 </cell>
1495 </row>
1496 </lyxtabular>
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \begin_layout Standard
1504 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1505 ってしまいます
1506 \begin_inset Foot
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1511 \end_layout
1512
1513 \end_inset
1514
1515 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1516 \family sans
1517 Space
1518 \family default
1519 を押してください。
1520 \end_layout
1521
1522 \begin_layout Subsection
1523 分数
1524 \begin_inset CommandInset label
1525 LatexCommand label
1526 name "sub:分数"
1527
1528 \end_inset
1529
1530
1531 \begin_inset Index idx
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535 ぶんすう@分数
1536 \end_layout
1537
1538 \end_inset
1539
1540
1541 \end_layout
1542
1543 \begin_layout Standard
1544 分数は、コマンド
1545 \series bold
1546
1547 \backslash
1548 frac
1549 \series default
1550
1551 \begin_inset Index idx
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555 こまんど@コマンド ! F ! 
1556 \backslash
1557 frac
1558 \end_layout
1559
1560 \end_inset
1561
1562 か数式ツールバーボタン
1563 \begin_inset Graphics
1564         filename ../../images/math/frac.png
1565         scale 50
1566
1567 \end_inset
1568
1569 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1570 \begin_inset Graphics
1571         filename ../../images/math/frac-square.png
1572         scale 85
1573
1574 \end_inset
1575
1576 を使えば、分数の種類を選ぶことができます。
1577 \end_layout
1578
1579 \begin_layout Standard
1580 コマンド
1581 \series bold
1582
1583 \backslash
1584 dfrac
1585 \series default
1586
1587 \begin_inset Index idx
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 こまんど@コマンド ! D ! 
1592 \backslash
1593 dfrac
1594 \end_layout
1595
1596 \end_inset
1597
1598 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1599 \series bold
1600
1601 \backslash
1602 tfrac
1603 \series default
1604
1605 \begin_inset Index idx
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 こまんど@コマンド ! T ! 
1610 \backslash
1611 tfrac
1612 \end_layout
1613
1614 \end_inset
1615
1616 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1617 \end_layout
1618
1619 \begin_layout Standard
1620 これは、コマンド
1621 \series bold
1622
1623 \backslash
1624 frac
1625 \series default
1626 を使用して作った分数
1627 \begin_inset Formula $\frac{1}{2}$
1628 \end_inset
1629
1630 を含む行です。
1631 \end_layout
1632
1633 \begin_layout Standard
1634 これは、コマンド
1635 \series bold
1636
1637 \backslash
1638 dfrac
1639 \series default
1640 を使用して作った分数
1641 \begin_inset Formula $\dfrac{1}{2}$
1642 \end_inset
1643
1644 を含む行です。
1645 \end_layout
1646
1647 \begin_layout Standard
1648 \align center
1649 \begin_inset Tabular
1650 <lyxtabular version="3" rows="4" columns="2">
1651 <features tabularvalignment="middle">
1652 <column alignment="center" valignment="top" width="0pt">
1653 <column alignment="center" valignment="top" width="0pt">
1654 <row>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659 コマンド
1660 \end_layout
1661
1662 \end_inset
1663 </cell>
1664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1665 \begin_inset Text
1666
1667 \begin_layout Plain Layout
1668 出力
1669 \begin_inset Note Note
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 ここで
1674 \series bold
1675
1676 \backslash
1677 raisebox
1678 \series default
1679 はスペーサーとして使用しているだけです。
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695
1696 \backslash
1697 frac
1698 \begin_inset ERT
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702
1703
1704 \backslash
1705 spce 
1706 \end_layout
1707
1708 \end_inset
1709
1710 A
1711 \begin_inset Formula $\downarrow$
1712 \end_inset
1713
1714 B
1715 \end_layout
1716
1717 \end_inset
1718 </cell>
1719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1720 \begin_inset Text
1721
1722 \begin_layout Plain Layout
1723 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1724 \end_inset
1725
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 </row>
1732 <row>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \backslash
1739 dfrac
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745
1746 \backslash
1747 spce 
1748 \end_layout
1749
1750 \end_inset
1751
1752 A
1753 \begin_inset Formula $\downarrow$
1754 \end_inset
1755
1756 B
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \end_inset
1772 </cell>
1773 </row>
1774 <row>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \backslash
1781 dfrac
1782 \begin_inset ERT
1783 status collapsed
1784
1785 \begin_layout Plain Layout
1786
1787
1788 \backslash
1789 spce 
1790 \end_layout
1791
1792 \end_inset
1793
1794 e^
1795 \begin_inset ERT
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799
1800
1801 \backslash
1802 spce 
1803 \end_layout
1804
1805 \end_inset
1806
1807
1808 \backslash
1809 frac
1810 \begin_inset ERT
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815
1816 \backslash
1817 spce 
1818 \end_layout
1819
1820 \end_inset
1821
1822 1
1823 \begin_inset Formula $\downarrow$
1824 \end_inset
1825
1826 2
1827 \begin_inset Formula $\downarrow\downarrow$
1828 \end_inset
1829
1830 3
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 </row>
1848 </lyxtabular>
1849
1850 \end_inset
1851
1852
1853 \end_layout
1854
1855 \begin_layout Standard
1856 \begin_inset VSpace bigskip
1857 \end_inset
1858
1859
1860 \begin_inset Newpage newpage
1861 \end_inset
1862
1863 入れ子の分数を作るには、コマンド
1864 \series bold
1865
1866 \backslash
1867 cfrac
1868 \series default
1869
1870 \begin_inset Index idx
1871 status collapsed
1872
1873 \begin_layout Plain Layout
1874 こまんど@コマンド ! C ! 
1875 \backslash
1876 cfrac
1877 \end_layout
1878
1879 \end_inset
1880
1881 が使えます。以下がその例です。
1882 \begin_inset VSpace -3mm
1883 \end_inset
1884
1885
1886 \end_layout
1887
1888 \begin_layout Standard
1889 \begin_inset Formula 
1890 \begin{align*}
1891 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1892 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1893 \end{align*}
1894
1895 \end_inset
1896
1897
1898 \end_layout
1899
1900 \begin_layout Standard
1901 上記の例で使用したコマンドは、
1902 \end_layout
1903
1904 \begin_layout Standard
1905
1906 \series bold
1907
1908 \backslash
1909 cfrac
1910 \begin_inset ERT
1911 status collapsed
1912
1913 \begin_layout Plain Layout
1914
1915
1916 \backslash
1917 space 
1918 \end_layout
1919
1920 \end_inset
1921
1922 A
1923 \begin_inset Formula $\downarrow$
1924 \end_inset
1925
1926 B+
1927 \backslash
1928 cfrac
1929 \begin_inset ERT
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933
1934
1935 \backslash
1936 space 
1937 \end_layout
1938
1939 \end_inset
1940
1941 C+
1942 \backslash
1943 cfrac
1944 \begin_inset ERT
1945 status collapsed
1946
1947 \begin_layout Plain Layout
1948
1949
1950 \backslash
1951 space 
1952 \end_layout
1953
1954 \end_inset
1955
1956 E
1957 \begin_inset Formula $\downarrow$
1958 \end_inset
1959
1960 F
1961 \begin_inset Formula $\downarrow$
1962 \end_inset
1963
1964 D
1965 \end_layout
1966
1967 \begin_layout Standard
1968 です。
1969 \end_layout
1970
1971 \begin_layout Standard
1972 \begin_inset VSpace medskip
1973 \end_inset
1974
1975
1976 \end_layout
1977
1978 \begin_layout Standard
1979
1980 \series bold
1981
1982 \backslash
1983 cfrac
1984 \series default
1985 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1986 \end_layout
1987
1988 \begin_layout Standard
1989 分子の揃え方は、指定することができます。
1990 \series bold
1991
1992 \backslash
1993 cfracleft
1994 \series default
1995 コマンドは左揃えにし、
1996 \series bold
1997
1998 \backslash
1999 cfracright
2000 \series default
2001 は右揃えにします。
2002 \series bold
2003
2004 \backslash
2005 cfrac
2006 \series default
2007 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011
2012 \series bold
2013
2014 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2015 \end_inset
2016
2017
2018 \begin_inset Formula $\cfrac{A}{B+C}$
2019 \end_inset
2020
2021
2022 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2023 \end_inset
2024
2025
2026 \end_layout
2027
2028 \begin_layout Standard
2029 \begin_inset Note Greyedout
2030 status open
2031
2032 \begin_layout Plain Layout
2033
2034 \series bold
2035 (註)
2036 \backslash
2037 cfracleft
2038 \series default
2039
2040 \series bold
2041
2042 \backslash
2043 cfracright
2044 \series default
2045 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2046 \series bold
2047
2048 \backslash
2049 cfrac[揃え位置]{分子}{分母}
2050 \series default
2051 です。したがって、これらをTeXモードで使うことはできません。
2052 \end_layout
2053
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060 \begin_inset VSpace medskip
2061 \end_inset
2062
2063 ときに、以下のように
2064 \series bold
2065
2066 \backslash
2067 cfrac
2068 \series default
2069
2070 \series bold
2071
2072 \backslash
2073 frac
2074 \series default
2075 を組み合わせて使うと便利です。
2076 \begin_inset Formula 
2077 \[
2078 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2079 \]
2080
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \begin_layout Standard
2087 斜めの分数線を持つ行内分数を作るには、コマンド
2088 \series bold
2089
2090 \backslash
2091 nicefrac
2092 \series default
2093
2094 \begin_inset Index idx
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 こまんど@コマンド ! N ! 
2099 \backslash
2100 nicefrac
2101 \end_layout
2102
2103 \end_inset
2104
2105 (例:
2106 \begin_inset Formula $\nicefrac{5}{31}$
2107 \end_inset
2108
2109 )を使うか、コマンド
2110 \series bold
2111
2112 \backslash
2113 unitfrac
2114 \series default
2115
2116 \begin_inset Index idx
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120 こまんど@コマンド ! U ! 
2121 \backslash
2122 unitfrac
2123 \end_layout
2124
2125 \end_inset
2126
2127 (例:
2128 \begin_inset Formula $\unitfrac{5}{31}$
2129 \end_inset
2130
2131 )を使います。さらに、
2132 \begin_inset Formula $\unitfrac[2]{1}{3}$
2133 \end_inset
2134
2135 のような帯分数を作るコマンド
2136 \series bold
2137
2138 \backslash
2139 unitfracthree
2140 \series default
2141 もあります。
2142 \end_layout
2143
2144 \begin_layout Standard
2145 \begin_inset Note Greyedout
2146 status open
2147
2148 \begin_layout Plain Layout
2149
2150 \series bold
2151 (註)
2152 \series default
2153 実は、
2154 \series bold
2155
2156 \backslash
2157 unitfracthree
2158 \series default
2159 は生粋のLaTeXコマンドではなく、実体は
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163
2164 \series bold
2165
2166 \backslash
2167 unitfrac[自然数]{分子}{分母}
2168 \series default
2169 というコマンドなので、TeXコードでは使用できません。
2170 \end_layout
2171
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 分数線を変更できるような独自の分数の定義のしかたは、第
2179 \begin_inset CommandInset ref
2180 LatexCommand ref
2181 reference "sub:自己定義の分数"
2182
2183 \end_inset
2184
2185 節に説明があります。
2186 \end_layout
2187
2188 \begin_layout Subsection
2189 根号
2190 \begin_inset Index idx
2191 status collapsed
2192
2193 \begin_layout Plain Layout
2194 こんごう@根号
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \begin_inset Index idx
2201 status collapsed
2202
2203 \begin_layout Plain Layout
2204 るーと@ルート|see
2205 \begin_inset ERT
2206 status collapsed
2207
2208 \begin_layout Plain Layout
2209
2210 {
2211 \end_layout
2212
2213 \end_inset
2214
2215 根号
2216 \begin_inset ERT
2217 status collapsed
2218
2219 \begin_layout Plain Layout
2220
2221 }
2222 \end_layout
2223
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \end_inset
2230
2231
2232 \end_layout
2233
2234 \begin_layout Standard
2235 平方根は、
2236 \series bold
2237
2238 \backslash
2239 sqrt
2240 \series default
2241
2242 \begin_inset Index idx
2243 status collapsed
2244
2245 \begin_layout Plain Layout
2246 こまんど@コマンド ! S ! 
2247 \backslash
2248 sqrt
2249 \end_layout
2250
2251 \end_inset
2252
2253 か数式ツールバーボタン
2254 \begin_inset Graphics
2255         filename ../../images/math/sqrt.png
2256         scale 85
2257
2258 \end_inset
2259
2260 で作成することができ、他のすべての根号は、コマンド
2261 \series bold
2262
2263 \backslash
2264 root
2265 \series default
2266
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 こまんど@コマンド ! R ! 
2272 \backslash
2273 root
2274 \end_layout
2275
2276 \end_inset
2277
2278 か数式ツールバーボタン
2279 \begin_inset Graphics
2280         filename ../../images/math/root.png
2281         scale 85
2282
2283 \end_inset
2284
2285 で作成することができます。
2286 \end_layout
2287
2288 \begin_layout Standard
2289 \align center
2290 \begin_inset Tabular
2291 <lyxtabular version="3" rows="3" columns="2">
2292 <features tabularvalignment="middle">
2293 <column alignment="center" valignment="top" width="0pt">
2294 <column alignment="center" valignment="top" width="0pt">
2295 <row>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300 コマンド
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309 出力
2310 \begin_inset Note Note
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 ここで
2315 \series bold
2316
2317 \backslash
2318 raisebox
2319 \series default
2320 はスペーサーとして使用しているだけです。
2321 \end_layout
2322
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 </row>
2331 <row>
2332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \backslash
2338 sqrt
2339 \begin_inset ERT
2340 status collapsed
2341
2342 \begin_layout Plain Layout
2343
2344
2345 \backslash
2346 spce 
2347 \end_layout
2348
2349 \end_inset
2350
2351 A-B
2352 \end_layout
2353
2354 \end_inset
2355 </cell>
2356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 <row>
2370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374
2375 \backslash
2376 root
2377 \begin_inset ERT
2378 status collapsed
2379
2380 \begin_layout Plain Layout
2381
2382
2383 \backslash
2384 spce 
2385 \end_layout
2386
2387 \end_inset
2388
2389 3
2390 \begin_inset Formula $\downarrow$
2391 \end_inset
2392
2393 A-B
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 </lyxtabular>
2412
2413 \end_inset
2414
2415
2416 \end_layout
2417
2418 \begin_layout Standard
2419 平方根は、根号指数フィールドを空白のままにしておけば、
2420 \series bold
2421
2422 \backslash
2423 root
2424 \series default
2425 でも作成することができます。
2426 \end_layout
2427
2428 \begin_layout Standard
2429 \begin_inset Formula $\sqrt[\beta]{B}$
2430 \end_inset
2431
2432 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2433 \begin_inset Newline newline
2434 \end_inset
2435
2436 この場合には、
2437 \begin_inset Formula $\beta$
2438 \end_inset
2439
2440 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2441 \series bold
2442
2443 \backslash
2444 leftroot
2445 \series default
2446
2447 \begin_inset Index idx
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451 こまんど@コマンド ! L ! 
2452 \backslash
2453 leftroot
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \series bold
2460
2461 \backslash
2462 uproot
2463 \series default
2464
2465 \begin_inset Index idx
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 こまんど@コマンド ! U ! 
2470 \backslash
2471 uproot
2472 \end_layout
2473
2474 \end_inset
2475
2476 を使います。
2477 \end_layout
2478
2479 \begin_layout Standard
2480
2481 \series bold
2482
2483 \backslash
2484 leftroot{距離}
2485 \series default
2486 および
2487 \series bold
2488
2489 \backslash
2490 uproot{距離}
2491 \end_layout
2492
2493 \begin_layout Standard
2494 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2495 \begin_inset Formula $\mathrm{72\, bp=1}$
2496 \end_inset
2497
2498 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2499 \begin_inset Newline newline
2500 \end_inset
2501
2502
2503 \series bold
2504
2505 \backslash
2506 root
2507 \backslash
2508 leftroot{-1
2509 \begin_inset Formula $\to$
2510 \end_inset
2511
2512
2513 \backslash
2514 uproot{2
2515 \begin_inset Formula $\to$
2516 \end_inset
2517
2518
2519 \backslash
2520 beta
2521 \begin_inset ERT
2522 status collapsed
2523
2524 \begin_layout Plain Layout
2525
2526
2527 \backslash
2528 spce 
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \begin_inset Formula $\to$
2535 \end_inset
2536
2537 B
2538 \begin_inset Newline newline
2539 \end_inset
2540
2541
2542 \series default
2543 は、正しく組版された数式
2544 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2545 \end_inset
2546
2547 を生成します。
2548 \end_layout
2549
2550 \begin_layout Subsection
2551 二項係数
2552 \begin_inset Index idx
2553 status collapsed
2554
2555 \begin_layout Plain Layout
2556 にこうけいすう@二項係数
2557 \end_layout
2558
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \begin_layout Standard
2565 二項係数は、コマンド
2566 \series bold
2567
2568 \backslash
2569 binom
2570 \series default
2571
2572 \begin_inset Index idx
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 こまんど@コマンド ! B ! 
2577 \backslash
2578 binom
2579 \end_layout
2580
2581 \end_inset
2582
2583 か数式ツールバーボタン
2584 \begin_inset Graphics
2585         filename ../../images/math/frac-square.png
2586         scale 85
2587
2588 \end_inset
2589
2590 の下位メニューを使って挿入することができます。分数(
2591 \series bold
2592
2593 \backslash
2594 frac
2595 \series default
2596 )と同様に、
2597 \series bold
2598
2599 \backslash
2600 binom
2601 \series default
2602 の他に、コマンド
2603 \series bold
2604
2605 \backslash
2606 dbinom
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 こまんど@コマンド ! D ! 
2612 \backslash
2613 dbinom
2614 \end_layout
2615
2616 \end_inset
2617
2618
2619 \series default
2620 および
2621 \series bold
2622
2623 \backslash
2624 tbinom
2625 \series default
2626
2627 \begin_inset Index idx
2628 status collapsed
2629
2630 \begin_layout Plain Layout
2631 こまんど@コマンド ! T ! 
2632 \backslash
2633 tbinom
2634 \end_layout
2635
2636 \end_inset
2637
2638 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2639 \series bold
2640
2641 \backslash
2642 brace
2643 \series default
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 こまんど@コマンド ! B ! 
2650 \backslash
2651 brace
2652 \end_layout
2653
2654 \end_inset
2655
2656
2657 \series bold
2658
2659 \backslash
2660 brack
2661 \series default
2662
2663 \begin_inset Index idx
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 こまんど@コマンド ! B ! 
2668 \backslash
2669 brack
2670 \end_layout
2671
2672 \end_inset
2673
2674 があります。
2675 \end_layout
2676
2677 \begin_layout Standard
2678 \align center
2679 \begin_inset Tabular
2680 <lyxtabular version="3" rows="6" columns="2">
2681 <features tabularvalignment="middle">
2682 <column alignment="center" valignment="top" width="0pt">
2683 <column alignment="center" valignment="top" width="0pt">
2684 <row>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689 コマンド
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698 出力
2699 \begin_inset Note Note
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 ここで
2704 \series bold
2705
2706 \backslash
2707 raisebox
2708 \series default
2709 はスペーサーとして使用しているだけです。
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 </row>
2720 <row>
2721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \backslash
2727 binom
2728 \begin_inset ERT
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732
2733
2734 \backslash
2735 spce 
2736 \end_layout
2737
2738 \end_inset
2739
2740 A
2741 \begin_inset Formula $\downarrow$
2742 \end_inset
2743
2744 B
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \backslash
2769 dbinom
2770 \begin_inset ERT
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774
2775
2776 \backslash
2777 spce 
2778 \end_layout
2779
2780 \end_inset
2781
2782 A
2783 \begin_inset Formula $\downarrow$
2784 \end_inset
2785
2786 B
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 </row>
2804 <row>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809
2810 \backslash
2811 tbinom
2812 \begin_inset ERT
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816
2817
2818 \backslash
2819 spce 
2820 \end_layout
2821
2822 \end_inset
2823
2824 A
2825 \begin_inset Formula $\downarrow$
2826 \end_inset
2827
2828 B
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2838 \end_inset
2839
2840
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 </row>
2846 <row>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \backslash
2853 brack
2854 \begin_inset ERT
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858
2859
2860 \backslash
2861 spce 
2862 \end_layout
2863
2864 \end_inset
2865
2866 A
2867 \begin_inset Formula $\downarrow$
2868 \end_inset
2869
2870 B
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \backslash
2895 brace
2896 \begin_inset ERT
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900
2901
2902 \backslash
2903 spce 
2904 \end_layout
2905
2906 \end_inset
2907
2908 A
2909 \begin_inset Formula $\downarrow$
2910 \end_inset
2911
2912 B
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 </lyxtabular>
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Subsection
2938 場合分け
2939 \begin_inset Index idx
2940 status collapsed
2941
2942 \begin_layout Plain Layout
2943 ばあいわけ@場合分け
2944 \end_layout
2945
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \begin_layout Standard
2952 \align center
2953 \begin_inset Tabular
2954 <lyxtabular version="3" rows="3" columns="2">
2955 <features tabularvalignment="middle">
2956 <column alignment="center" valignment="top" width="0pt">
2957 <column alignment="center" valignment="top" width="0pt">
2958 <row>
2959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963 コマンド
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 出力
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 </row>
2978 <row>
2979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983
2984 \backslash
2985 cases
2986 \begin_inset ERT
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990
2991
2992 \backslash
2993 spce 
2994 \end_layout
2995
2996 \end_inset
2997
2998 A
2999 \begin_inset Formula $\to$
3000 \end_inset
3001
3002 B
3003 \begin_inset Formula $>$
3004 \end_inset
3005
3006 0
3007 \begin_inset Index idx
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 こまんど@コマンド ! C ! 
3012 \backslash
3013 cases
3014 \end_layout
3015
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 \begin_inset Formula $\begin{cases}
3028 A & B>0\end{cases}$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \backslash
3044 cases
3045 \begin_inset ERT
3046 status collapsed
3047
3048 \begin_layout Plain Layout
3049
3050
3051 \backslash
3052 spce 
3053 \end_layout
3054
3055 \end_inset
3056
3057
3058 \begin_inset Info
3059 type  "shortcut"
3060 arg   "newline-insert newline"
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 \begin_inset Formula $\begin{cases}
3073 A & \textrm{for }x>0\\
3074 B & \textrm{for }x=0
3075 \end{cases}$
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 </lyxtabular>
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \begin_layout Standard
3092
3093 \series bold
3094
3095 \backslash
3096 cases
3097 \series default
3098 を挿入するか数式ツールバーボタン
3099 \begin_inset Graphics
3100         filename ../../images/math/cases.png
3101         scale 85
3102
3103 \end_inset
3104
3105 を使用した後では、短絡キー
3106 \begin_inset Info
3107 type  "shortcut"
3108 arg   "newline-insert newline"
3109 \end_inset
3110
3111 か表ツールバーボタン
3112 \begin_inset Graphics
3113         filename ../../images/tabular-feature_append-row.png
3114         scale 85
3115
3116 \end_inset
3117
3118 を使えば、新しい行を作ることができます。
3119 \end_layout
3120
3121 \begin_layout Standard
3122 コマンド
3123 \series bold
3124
3125 \backslash
3126 cases
3127 \series default
3128 は、
3129 \family sans
3130 挿入\SpecialChar \menuseparator
3131 数式\SpecialChar \menuseparator
3132 Cases環境
3133 \family default
3134 メニューで挿入することもできます。
3135 \end_layout
3136
3137 \begin_layout Subsection
3138 否定
3139 \begin_inset Index idx
3140 status collapsed
3141
3142 \begin_layout Plain Layout
3143 ひてい@否定
3144 \end_layout
3145
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \begin_layout Standard
3152
3153 \series bold
3154
3155 \backslash
3156 not
3157 \series default
3158
3159 \begin_inset Index idx
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 こまんど@コマンド ! N ! 
3164 \backslash
3165 not
3166 \end_layout
3167
3168 \end_inset
3169
3170 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3171 \end_layout
3172
3173 \begin_layout Standard
3174 \align center
3175 \begin_inset Tabular
3176 <lyxtabular version="3" rows="4" columns="2">
3177 <features tabularvalignment="middle">
3178 <column alignment="center" valignment="top" width="0pt">
3179 <column alignment="center" valignment="top" width="0pt">
3180 <row>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 コマンド
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 出力
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \backslash
3207 not=
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 \begin_inset Formula $\not=$
3217 \end_inset
3218
3219
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 <row>
3226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \backslash
3232 not 
3233 \backslash
3234 le
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 \begin_inset Formula $\not\le$
3244 \end_inset
3245
3246
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 </row>
3252 <row>
3253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \backslash
3259 not 
3260 \backslash
3261 parallel
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 \begin_inset Formula $\not\parallel$
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 </lyxtabular>
3280
3281 \end_inset
3282
3283
3284 \end_layout
3285
3286 \begin_layout Standard
3287 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sub:数学記号"
3291
3292 \end_inset
3293
3294 節および第
3295 \begin_inset CommandInset ref
3296 LatexCommand ref
3297 reference "sec:関係子"
3298
3299 \end_inset
3300
3301 節を参照)。
3302 \end_layout
3303
3304 \begin_layout Subsection
3305 埋め草
3306 \begin_inset CommandInset label
3307 LatexCommand label
3308 name "sub:埋め草"
3309
3310 \end_inset
3311
3312
3313 \begin_inset Index idx
3314 status collapsed
3315
3316 \begin_layout Plain Layout
3317 うめくさ@埋め草
3318 \end_layout
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 かがくきごう@化学記号 ! どういたい@同位体
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index idx
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 どういたい@同位体|see
3338 \begin_inset ERT
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342
3343 {
3344 \end_layout
3345
3346 \end_inset
3347
3348 化学記号
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 }
3355 \end_layout
3356
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363
3364
3365 \begin_inset Index idx
3366 status collapsed
3367
3368 \begin_layout Plain Layout
3369 あいそとーぷ@アイソトープ|see
3370 \begin_inset ERT
3371 status collapsed
3372
3373 \begin_layout Plain Layout
3374
3375 {
3376 \end_layout
3377
3378 \end_inset
3379
3380 同位体
3381 \begin_inset ERT
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385
3386 }
3387 \end_layout
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395
3396
3397 \end_layout
3398
3399 \begin_layout Standard
3400 たとえば同位体
3401 \begin_inset Foot
3402 status collapsed
3403
3404 \begin_layout Plain Layout
3405 同位体と化学記号の組版に関しては、第
3406 \begin_inset CommandInset ref
3407 LatexCommand ref
3408 reference "sub:化学記号と化学式"
3409
3410 \end_inset
3411
3412 節に記述があります。
3413 \end_layout
3414
3415 \end_inset
3416
3417 を表示しようとすると、次のような問題が起こります。
3418 \end_layout
3419
3420 \begin_layout Standard
3421 \align center
3422 \begin_inset Tabular
3423 <lyxtabular version="3" rows="2" columns="2">
3424 <features tabularvalignment="middle">
3425 <column alignment="center" valignment="top" width="0pt">
3426 <column alignment="center" valignment="top" width="0pt">
3427 <row>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 上付き文字と下付き文字を使用して作った指数:
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3442 \end_inset
3443
3444
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 正しい指数:
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3465 \end_inset
3466
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 </lyxtabular>
3474
3475 \end_inset
3476
3477
3478 \begin_inset Note Note
3479 status collapsed
3480
3481 \begin_layout Plain Layout
3482 ここで
3483 \series bold
3484
3485 \backslash
3486 raisebox
3487 \series default
3488 はスペーサーとして使用しているだけです。
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \end_layout
3495
3496 \begin_layout Standard
3497 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3498 \series bold
3499
3500 \backslash
3501 phantom
3502 \series default
3503
3504 \begin_inset Index idx
3505 status collapsed
3506
3507 \begin_layout Plain Layout
3508 こまんど@コマンド ! P ! 
3509 \backslash
3510 phantom
3511 \end_layout
3512
3513 \end_inset
3514
3515 や数式ツールバーボタン
3516 \begin_inset Foot
3517 status collapsed
3518
3519 \begin_layout Plain Layout
3520 ツールバーボタン
3521 \begin_inset Graphics
3522         filename ../../images/math/space.png
3523         scale 85
3524
3525 \end_inset
3526
3527 の下位メニューに入っています。
3528 \end_layout
3529
3530 \end_inset
3531
3532
3533 \begin_inset Graphics
3534         filename ../../images/math/phantom.png
3535         scale 85
3536
3537 \end_inset
3538
3539 があります。
3540 \series bold
3541
3542 \backslash
3543 phantom
3544 \series default
3545 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3546 ち文字)として適用されることを示しています。したがって、
3547 \series bold
3548
3549 \backslash
3550 phantom
3551 \series default
3552 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3553 \end_layout
3554
3555 \begin_layout Standard
3556 \align center
3557 \begin_inset Tabular
3558 <lyxtabular version="3" rows="4" columns="2">
3559 <features tabularvalignment="middle">
3560 <column alignment="center" valignment="top" width="0">
3561 <column alignment="center" valignment="top" width="0">
3562 <row>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 コマンド
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 出力
3577 \begin_inset Note Note
3578 status collapsed
3579
3580 \begin_layout Plain Layout
3581 ここで
3582 \series bold
3583
3584 \backslash
3585 raisebox
3586 \series default
3587 はスペーサーとして使用しているだけです。
3588 \end_layout
3589
3590 \end_inset
3591
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 ^19
3604 \begin_inset ERT
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608
3609
3610 \backslash
3611 spce 
3612 \end_layout
3613
3614 \end_inset
3615
3616 _
3617 \backslash
3618 phantom
3619 \begin_inset ERT
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624
3625 \backslash
3626 spce 
3627 \end_layout
3628
3629 \end_inset
3630
3631 1
3632 \begin_inset Formula $\to$
3633 \end_inset
3634
3635 9
3636 \begin_inset ERT
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640
3641
3642 \backslash
3643 spce 
3644 \end_layout
3645
3646 \end_inset
3647
3648 F
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 ^235
3672 \begin_inset ERT
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677
3678 \backslash
3679 spce 
3680 \end_layout
3681
3682 \end_inset
3683
3684 _
3685 \backslash
3686 phantom
3687 \begin_inset ERT
3688 status collapsed
3689
3690 \begin_layout Plain Layout
3691
3692
3693 \backslash
3694 spce 
3695 \end_layout
3696
3697 \end_inset
3698
3699 23
3700 \begin_inset Formula $\to$
3701 \end_inset
3702
3703 9
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 F
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \backslash
3741 Lambda^
3742 \begin_inset ERT
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746
3747
3748 \backslash
3749 spce 
3750 \end_layout
3751
3752 \end_inset
3753
3754
3755 \backslash
3756 phantom
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769 ii
3770 \begin_inset Formula $\to$
3771 \end_inset
3772
3773 t
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786 _MMt
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 </lyxtabular>
3805
3806 \end_inset
3807
3808
3809 \end_layout
3810
3811 \begin_layout Standard
3812 さらに、
3813 \series bold
3814
3815 \backslash
3816 vphantom
3817 \series default
3818
3819 \begin_inset Index idx
3820 status collapsed
3821
3822 \begin_layout Plain Layout
3823 こまんど@コマンド ! V ! 
3824 \backslash
3825 vphantom
3826 \end_layout
3827
3828 \end_inset
3829
3830 (ツールバーボタン
3831 \begin_inset space ~
3832 \end_inset
3833
3834
3835 \begin_inset Graphics
3836         filename ../../images/math/vphantom.png
3837         scale 85
3838
3839 \end_inset
3840
3841 )および
3842 \series bold
3843
3844 \backslash
3845 hphantom
3846 \series default
3847
3848 \begin_inset Index idx
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852 こまんど@コマンド ! H ! 
3853 \backslash
3854 hphantom
3855 \end_layout
3856
3857 \end_inset
3858
3859 (ツールバーボタン
3860 \begin_inset space ~
3861 \end_inset
3862
3863
3864 \begin_inset Graphics
3865         filename ../../images/math/hphantom.png
3866         scale 85
3867
3868 \end_inset
3869
3870 )というコマンドもあります。
3871 \series bold
3872
3873 \backslash
3874 vphantom
3875 \series default
3876 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3877 \series bold
3878
3879 \backslash
3880 hphantom
3881 \series default
3882 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3883 \end_layout
3884
3885 \begin_layout Standard
3886 たとえば、
3887 \series bold
3888
3889 \backslash
3890 vphantom
3891 \series default
3892
3893 \begin_inset ERT
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897
3898
3899 \backslash
3900 spce 
3901 \end_layout
3902
3903 \end_inset
3904
3905
3906 \series bold
3907 a
3908 \backslash
3909 int
3910 \series default
3911 は、積分記号
3912 \begin_inset Foot
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916
3917 \series bold
3918
3919 \backslash
3920 int
3921 \series default
3922 コマンドは、積分記号を生成します。第
3923 \begin_inset CommandInset ref
3924 LatexCommand ref
3925 reference "sub:大演算子"
3926
3927 \end_inset
3928
3929 節を参照してください。
3930 \end_layout
3931
3932 \end_inset
3933
3934 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3935 \begin_inset CommandInset ref
3936 LatexCommand ref
3937 reference "sub:多行にわたる括弧"
3938
3939 \end_inset
3940
3941 節を参照してください。
3942 \end_layout
3943
3944 \begin_layout Standard
3945 埋め草は、メニュー
3946 \family sans
3947 挿入\SpecialChar \menuseparator
3948 整形\SpecialChar \menuseparator
3949 埋め草
3950 \family default
3951 を使えば、以下のように本文中でも使用することができます。
3952 \end_layout
3953
3954 \begin_layout Standard
3955 これは本文です。
3956 \begin_inset Newline newline
3957 \end_inset
3958
3959
3960 \begin_inset Phantom Phantom
3961 status open
3962
3963 \begin_layout Plain Layout
3964 これは
3965 \end_layout
3966
3967 \end_inset
3968
3969 本文です。
3970 \end_layout
3971
3972 \begin_layout Subsection
3973 横線
3974 \begin_inset Index idx
3975 status collapsed
3976
3977 \begin_layout Plain Layout
3978 よこせん@横線
3979 \end_layout
3980
3981 \end_inset
3982
3983
3984 \begin_inset Index idx
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988 すうしき@数式 ! かせん@下線
3989 \end_layout
3990
3991 \end_inset
3992
3993
3994 \begin_inset Index idx
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998 ぼうせん@棒線|see
3999 \begin_inset ERT
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003
4004 {
4005 \end_layout
4006
4007 \end_inset
4008
4009 横線
4010 \begin_inset ERT
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014
4015 }
4016 \end_layout
4017
4018 \end_inset
4019
4020
4021 \end_layout
4022
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \begin_layout Standard
4029 \align center
4030 \begin_inset Tabular
4031 <lyxtabular version="3" rows="4" columns="2">
4032 <features tabularvalignment="middle">
4033 <column alignment="center" valignment="top" width="0pt">
4034 <column alignment="center" valignment="top" width="0pt">
4035 <row>
4036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 コマンド
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 出力
4050 \begin_inset Note Note
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 ここで
4055 \series bold
4056
4057 \backslash
4058 raisebox
4059 \series default
4060 はスペーサーとして使用しているだけです。
4061 \end_layout
4062
4063 \end_inset
4064
4065
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 </row>
4071 <row>
4072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076
4077 \backslash
4078 overline
4079 \begin_inset ERT
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083
4084
4085 \backslash
4086 spce 
4087 \end_layout
4088
4089 \end_inset
4090
4091 A+B
4092 \begin_inset Index idx
4093 status collapsed
4094
4095 \begin_layout Plain Layout
4096 こまんど@コマンド ! O ! 
4097 \backslash
4098 overline
4099 \end_layout
4100
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4113 \end_inset
4114
4115
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \backslash
4128 underline
4129 \begin_inset ERT
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133
4134
4135 \backslash
4136 spce 
4137 \end_layout
4138
4139 \end_inset
4140
4141 A+B
4142 \begin_inset Index idx
4143 status collapsed
4144
4145 \begin_layout Plain Layout
4146 こまんど@コマンド ! U ! 
4147 \backslash
4148 underline
4149 \end_layout
4150
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4163 \end_inset
4164
4165
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \backslash
4178 overline
4179 \begin_inset ERT
4180 status collapsed
4181
4182 \begin_layout Plain Layout
4183
4184
4185 \backslash
4186 spce 
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \backslash
4193 underline
4194 \begin_inset ERT
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198
4199
4200 \backslash
4201 spce 
4202 \end_layout
4203
4204 \end_inset
4205
4206 A+B
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4216 \end_inset
4217
4218
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 </lyxtabular>
4225
4226 \end_inset
4227
4228
4229 \end_layout
4230
4231 \begin_layout Standard
4232 上記最後の例では、先に
4233 \series bold
4234
4235 \backslash
4236 overline
4237 \series default
4238 が来ようが
4239 \series bold
4240
4241 \backslash
4242 underline
4243 \series default
4244 が来ようが、関係ありません。
4245 \end_layout
4246
4247 \begin_layout Standard
4248 二重下線を引くには、
4249 \series bold
4250
4251 \backslash
4252 underline
4253 \series default
4254 を二回使います。
4255 \end_layout
4256
4257 \begin_layout Standard
4258 文字の上下6本の線まで引くことができます。
4259 \end_layout
4260
4261 \begin_layout Standard
4262 \begin_inset VSpace bigskip
4263 \end_inset
4264
4265 自製の線は、以下の書式を持つ
4266 \series bold
4267
4268 \backslash
4269 rule
4270 \series default
4271
4272 \begin_inset Index idx
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 こまんど@こまんど ! R ! 
4277 \backslash
4278 rule
4279 \end_layout
4280
4281 \end_inset
4282
4283 コマンドで作成することができます。
4284 \end_layout
4285
4286 \begin_layout Standard
4287
4288 \series bold
4289
4290 \backslash
4291 rule[垂直オフセット幅]{長さ}{厚み}
4292 \end_layout
4293
4294 \begin_layout Standard
4295 オプションの
4296 \series bold
4297 「垂直オフセット幅
4298 \series default
4299 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4300 \begin_inset CommandInset ref
4301 LatexCommand ref
4302 reference "tab:使用できる単位"
4303
4304 \end_inset
4305
4306 表に掲げてある単位を用いることができます。以下に、
4307 \begin_inset Newline newline
4308 \end_inset
4309
4310
4311 \series bold
4312
4313 \backslash
4314 rule[-2ex]{3cm}{2pt}
4315 \series default
4316  および 
4317 \series bold
4318
4319 \backslash
4320 rule{2cm}{1pt}
4321 \begin_inset Newline newline
4322 \end_inset
4323
4324
4325 \series default
4326 というコマンドを用いて作成したふたつの例を例示します。
4327 \end_layout
4328
4329 \begin_layout Standard
4330 この行には、
4331 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4332 \end_inset
4333
4334 二本の線があります。
4335 \end_layout
4336
4337 \begin_layout Standard
4338
4339 \backslash
4340 ruleは、メニュー
4341 \family sans
4342 挿入\SpecialChar \menuseparator
4343 整形\SpecialChar \menuseparator
4344 水平線
4345 \family default
4346 を使っても、本文に挿入することができます。
4347 \end_layout
4348
4349 \begin_layout Standard
4350 これは一行の
4351 \begin_inset CommandInset line
4352 LatexCommand rule
4353 offset "0.5ex"
4354 width "3cm"
4355 height "1pt"
4356
4357 \end_inset
4358
4359 文章です。
4360 \end_layout
4361
4362 \begin_layout Subsection
4363 省略符号
4364 \begin_inset CommandInset label
4365 LatexCommand label
4366 name "sub:省略符号"
4367
4368 \end_inset
4369
4370
4371 \begin_inset Index idx
4372 status collapsed
4373
4374 \begin_layout Plain Layout
4375 しょうりゃくふごう@省略符号
4376 \end_layout
4377
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \begin_layout Standard
4384 省略符号には、いくつかの種類が使用できます
4385 \begin_inset Foot
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 数式ツールバー中の
4390 \begin_inset Graphics
4391         filename ../../images/math/ldots.png
4392         scale 85
4393
4394 \end_inset
4395
4396 ボタンで表示されている下位メニューです。
4397 \end_layout
4398
4399 \end_inset
4400
4401 。列挙のためには、ベースラインの点々(
4402 \series bold
4403
4404 \backslash
4405 ldots
4406 \series default
4407
4408 \begin_inset Index idx
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 こまんど@コマンド ! L ! 
4413 \backslash
4414 ldots
4415 \end_layout
4416
4417 \end_inset
4418
4419 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4420 \series bold
4421
4422 \backslash
4423 cdots
4424 \series default
4425
4426 \begin_inset Index idx
4427 status collapsed
4428
4429 \begin_layout Plain Layout
4430 こまんど@コマンド ! C ! 
4431 \backslash
4432 cdots
4433 \end_layout
4434
4435 \end_inset
4436
4437 )が必要です。
4438 \series bold
4439
4440 \backslash
4441 dots
4442 \series default
4443
4444 \begin_inset Index idx
4445 status collapsed
4446
4447 \begin_layout Plain Layout
4448 こまんど@コマンド ! D ! 
4449 \backslash
4450 dots
4451 \end_layout
4452
4453 \end_inset
4454
4455 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4456 \end_layout
4457
4458 \begin_layout Standard
4459 \align center
4460 \begin_inset Tabular
4461 <lyxtabular version="3" rows="9" columns="2">
4462 <features tabularvalignment="middle">
4463 <column alignment="center" valignment="top" width="0pt">
4464 <column alignment="center" valignment="top" width="0pt">
4465 <row>
4466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 コマンド
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 出力
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 </row>
4485 <row>
4486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 A_1
4491 \begin_inset ERT
4492 status collapsed
4493
4494 \begin_layout Plain Layout
4495
4496
4497 \backslash
4498 spce 
4499 \end_layout
4500
4501 \end_inset
4502
4503 ,
4504 \backslash
4505 dots
4506 \begin_inset ERT
4507 status collapsed
4508
4509 \begin_layout Plain Layout
4510
4511
4512 \backslash
4513 spce 
4514 \end_layout
4515
4516 \end_inset
4517
4518 ,A_n
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 \begin_inset Formula $A_{1},\dots,A_{n}$
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 A_1
4542 \begin_inset ERT
4543 status collapsed
4544
4545 \begin_layout Plain Layout
4546
4547
4548 \backslash
4549 spce 
4550 \end_layout
4551
4552 \end_inset
4553
4554 +
4555 \backslash
4556 dots
4557 \begin_inset ERT
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561
4562
4563 \backslash
4564 spce 
4565 \end_layout
4566
4567 \end_inset
4568
4569 +A_n
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 \begin_inset Formula $A_{1}+\dots+A_{n}$
4579 \end_inset
4580
4581
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 <row>
4588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 A_1
4593 \begin_inset ERT
4594 status collapsed
4595
4596 \begin_layout Plain Layout
4597
4598
4599 \backslash
4600 spce 
4601 \end_layout
4602
4603 \end_inset
4604
4605 ,
4606 \backslash
4607 ldots
4608 \begin_inset ERT
4609 status collapsed
4610
4611 \begin_layout Plain Layout
4612
4613
4614 \backslash
4615 spce 
4616 \end_layout
4617
4618 \end_inset
4619
4620 ,A_n
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 \begin_inset Formula $A_{1},\ldots,A_{n}$
4630 \end_inset
4631
4632
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 A_1
4644 \begin_inset ERT
4645 status collapsed
4646
4647 \begin_layout Plain Layout
4648
4649
4650 \backslash
4651 spce 
4652 \end_layout
4653
4654 \end_inset
4655
4656 +
4657 \backslash
4658 cdots
4659 \begin_inset ERT
4660 status collapsed
4661
4662 \begin_layout Plain Layout
4663
4664
4665 \backslash
4666 spce 
4667 \end_layout
4668
4669 \end_inset
4670
4671 +A_n
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4681 \end_inset
4682
4683
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \backslash
4696 vdots
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $\vdots$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \backslash
4721 ddots
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 \begin_inset Formula $\ddots$
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \backslash
4746 iddots
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 \begin_inset Formula $\iddots$
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 </row>
4764 <row>
4765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 いろいろな点々を使った3×3行列
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 \begin_inset Formula $\begin{array}{ccc}
4779 A_{11} & \cdots & A_{1m}\\
4780 \vdots & \ddots & \vdots\\
4781 A_{n1} & \cdots & A_{nm}
4782 \end{array}$
4783 \end_inset
4784
4785
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 </lyxtabular>
4792
4793 \end_inset
4794
4795
4796 \end_layout
4797
4798 \begin_layout Standard
4799
4800 \family sans
4801 挿入\SpecialChar \menuseparator
4802 省略符号
4803 \family default
4804 メニューで挿入される省略符号は
4805 \series bold
4806
4807 \backslash
4808 ldots
4809 \series default
4810 です。
4811 \end_layout
4812
4813 \begin_layout Standard
4814 \begin_inset VSpace medskip
4815 \end_inset
4816
4817
4818 \series bold
4819
4820 \backslash
4821 iddots
4822 \series default
4823 を使うには、文書設定の
4824 \family sans
4825 数式オプション
4826 \family default
4827 にある
4828 \family sans
4829 mathdotsパッケージを(自動的に)使う
4830 \family default
4831 オプションのうちいずれかを有効にしなくてはなりません。
4832 \begin_inset Newline newline
4833 \end_inset
4834
4835
4836 \family sans
4837 mathdotsパッケージを使う
4838 \family default
4839 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4840 \end_layout
4841
4842 \begin_layout Standard
4843 \begin_inset VSpace medskip
4844 \end_inset
4845
4846 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4847 \series bold
4848
4849 \backslash
4850 hdotsfor
4851 \series default
4852
4853 \begin_inset Index idx
4854 status collapsed
4855
4856 \begin_layout Plain Layout
4857 こまんど@コマンド ! H ! 
4858 \backslash
4859 hdotsfor
4860 \end_layout
4861
4862 \end_inset
4863
4864 コマンドで作ることができます。
4865 \end_layout
4866
4867 \begin_layout Standard
4868
4869 \series bold
4870
4871 \backslash
4872 hdotsfor[距離]{列数}
4873 \end_layout
4874
4875 \begin_layout Standard
4876 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4877 \end_layout
4878
4879 \begin_layout Standard
4880 以下の行列では、2行目の1つ目の枠に
4881 \series bold
4882
4883 \backslash
4884 hdotsfor[2]{4}
4885 \series default
4886 を挿入して、
4887 \series bold
4888
4889 \backslash
4890 dots
4891 \series default
4892 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4893 \begin_inset Formula 
4894 \[
4895 \left(\begin{array}{cccc}
4896 A & B & C & D\\
4897 \hdotsfor[2]{4}\\
4898 q & w & e & r
4899 \end{array}\right)
4900 \]
4901
4902 \end_inset
4903
4904 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4905 \end_layout
4906
4907 \begin_layout Standard
4908 \begin_inset VSpace bigskip
4909 \end_inset
4910
4911 さらに、
4912 \series bold
4913
4914 \backslash
4915 dotfill
4916 \series default
4917
4918 \begin_inset Index idx
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 こまんど@コマンド ! D ! 
4923 \backslash
4924 dotfill
4925 \end_layout
4926
4927 \end_inset
4928
4929 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4930 \series bold
4931
4932 \backslash
4933 hfill
4934 \series default
4935 と同様のものです。第
4936 \begin_inset CommandInset ref
4937 LatexCommand ref
4938 reference "sub:可変長の空白"
4939
4940 \end_inset
4941
4942 節をご参照下さい。
4943 \end_layout
4944
4945 \begin_layout Standard
4946 たとえば、
4947 \series bold
4948 A
4949 \backslash
4950 dotfill
4951 \begin_inset ERT
4952 status collapsed
4953
4954 \begin_layout Plain Layout
4955
4956
4957 \backslash
4958 spce 
4959 \end_layout
4960
4961 \end_inset
4962
4963 B
4964 \series default
4965 コマンドは、
4966 \end_layout
4967
4968 \begin_layout Standard
4969 \begin_inset Formula $A\dotfill B$
4970 \end_inset
4971
4972
4973 \end_layout
4974
4975 \begin_layout Standard
4976 のようになります。点々を使う
4977 \series bold
4978
4979 \backslash
4980 dotfill
4981 \series default
4982 の直線版として、
4983 \series bold
4984
4985 \backslash
4986 hrulefill
4987 \series default
4988
4989 \begin_inset Index idx
4990 status collapsed
4991
4992 \begin_layout Plain Layout
4993 こまんど@コマンド ! H ! 
4994 \backslash
4995 hrulefill
4996 \end_layout
4997
4998 \end_inset
4999
5000
5001 \end_layout
5002
5003 \begin_layout Standard
5004 \begin_inset Formula $A\hrulefill B$
5005 \end_inset
5006
5007
5008 \end_layout
5009
5010 \begin_layout Standard
5011 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5012 \end_layout
5013
5014 \begin_layout Section
5015 行列
5016 \begin_inset CommandInset label
5017 LatexCommand label
5018 name "sec:行列"
5019
5020 \end_inset
5021
5022
5023 \begin_inset Index idx
5024 status collapsed
5025
5026 \begin_layout Plain Layout
5027 ぎょうれつ@行列
5028 \end_layout
5029
5030 \end_inset
5031
5032
5033 \end_layout
5034
5035 \begin_layout Standard
5036 行列は、数式ツールバーボタンの
5037 \begin_inset Graphics
5038         filename ../../images/dialog-show_mathmatrix.png
5039         scale 85
5040
5041 \end_inset
5042
5043
5044 \family sans
5045 挿入\SpecialChar \menuseparator
5046 数式\SpecialChar \menuseparator
5047 行列
5048 \family default
5049 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5050 \end_layout
5051
5052 \begin_layout Standard
5053 最初の行列は「上」配置
5054 \begin_inset Formula $\begin{array}[t]{cccc}
5055 A & D & G & J\\
5056 B & E & H & K\\
5057 C & F & I & L
5058 \end{array}$
5059 \end_inset
5060
5061 で、二番目は「中央」配置
5062 \begin_inset Formula $\begin{array}{cccc}
5063 A & D & G & J\\
5064 B & E & H & K\\
5065 C & F & I & L
5066 \end{array}$
5067 \end_inset
5068
5069 、三番目は「下」配置
5070 \begin_inset Formula $\begin{array}[b]{cccc}
5071 A & D & G & J\\
5072 B & E & H & K\\
5073 C & F & I & L
5074 \end{array}$
5075 \end_inset
5076
5077 です。
5078 \end_layout
5079
5080 \begin_layout Standard
5081 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5082 \emph on
5083 l
5084 \emph default
5085 は左寄せ、
5086 \emph on
5087 c
5088 \emph default
5089 は中央揃え、
5090 \emph on
5091 r
5092 \emph default
5093 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5094 \series bold
5095 ×
5096 \series default
5097 4行列を作成するには、水平配置のところに
5098 \series bold
5099 lccr
5100 \series default
5101 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5102 \series bold
5103 c
5104 \series default
5105 です。
5106 \end_layout
5107
5108 \begin_layout Standard
5109 水平行列の例です。
5110 \end_layout
5111
5112 \begin_layout Standard
5113
5114 \series bold
5115 lll
5116 \series default
5117  : 
5118 \begin_inset Formula $\begin{array}{lll}
5119 10000 & D & G\\
5120 B & 10000 & H\\
5121 C & F & 10000
5122 \end{array}$
5123 \end_inset
5124
5125  , 
5126 \series bold
5127 ccc
5128 \series default
5129  : 
5130 \begin_inset Formula $\begin{array}{ccc}
5131 10000 & D & G\\
5132 B & 10000 & H\\
5133 C & F & 10000
5134 \end{array}$
5135 \end_inset
5136
5137  , 
5138 \series bold
5139 rrr
5140 \series default
5141  : 
5142 \begin_inset Formula $\begin{array}{rrr}
5143 10000 & D & G\\
5144 B & 10000 & H\\
5145 C & F & 10000
5146 \end{array}$
5147 \end_inset
5148
5149
5150 \end_layout
5151
5152 \begin_layout Standard
5153 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5154 \begin_inset Graphics
5155         filename ../../images/tabular-feature_append-row.png
5156         scale 85
5157
5158 \end_inset
5159
5160
5161 \begin_inset Graphics
5162         filename ../../images/tabular-feature_delete-row.png
5163         scale 85
5164
5165 \end_inset
5166
5167 などや
5168 \family sans
5169 編集\SpecialChar \menuseparator
5170 行と列
5171 \family default
5172 メニューを使用することができます。また、行は
5173 \begin_inset Info
5174 type  "shortcut"
5175 arg   "newline-insert newline"
5176 \end_inset
5177
5178 で作成することもできます。
5179 \end_layout
5180
5181 \begin_layout Standard
5182 \begin_inset VSpace bigskip
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \begin_layout Standard
5189
5190 \family sans
5191 装飾
5192 \family default
5193 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5194 \series bold
5195
5196 \backslash
5197 left
5198 \series default
5199
5200 \begin_inset Index idx
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204 こまんど@コマンド ! L ! 
5205 \backslash
5206 left
5207 \end_layout
5208
5209 \end_inset
5210
5211 コマンドや
5212 \series bold
5213
5214 \backslash
5215 right
5216 \series default
5217
5218 \begin_inset Index idx
5219 status collapsed
5220
5221 \begin_layout Plain Layout
5222 こまんど@コマンド ! R ! 
5223 \backslash
5224 right
5225 \end_layout
5226
5227 \end_inset
5228
5229 コマンドで作成することもできます(短絡キー
5230 \family sans
5231 Alt+M
5232 \begin_inset space ~
5233 \end_inset
5234
5235 括弧
5236 \family default
5237 )。第
5238 \begin_inset CommandInset ref
5239 LatexCommand ref
5240 reference "sub:自動の括弧丈"
5241
5242 \end_inset
5243
5244 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5245 \begin_inset VSpace medskip
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \begin_layout Standard
5252 \begin_inset space \hfill{}
5253 \end_inset
5254
5255
5256 \begin_inset Tabular
5257 <lyxtabular version="3" rows="4" columns="2">
5258 <features tabularvalignment="middle">
5259 <column alignment="center" valignment="top" width="0">
5260 <column alignment="center" valignment="top" width="0">
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 コマンド
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 出力
5276 \begin_inset Note Note
5277 status collapsed
5278
5279 \begin_layout Plain Layout
5280 ここで
5281 \series bold
5282
5283 \backslash
5284 raisebox
5285 \series default
5286 はスペーサーとして使用しているだけです。
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \backslash
5304 bmatrix
5305 \begin_inset ERT
5306 status collapsed
5307
5308 \begin_layout Plain Layout
5309
5310
5311 \backslash
5312 spce 
5313 \end_layout
5314
5315 \end_inset
5316
5317 2
5318 \series bold
5319 ×
5320 \series default
5321 2行列
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5331 0 & \textrm{-}\mathrm{i}\\
5332 \mathrm{i} & 0
5333 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5334 \end_inset
5335
5336
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 </row>
5342 <row>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347
5348 \backslash
5349 Bmatrix
5350 \begin_inset ERT
5351 status collapsed
5352
5353 \begin_layout Plain Layout
5354
5355
5356 \backslash
5357 spce 
5358 \end_layout
5359
5360 \end_inset
5361
5362 2
5363 \series bold
5364 ×
5365 \series default
5366 2行列
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5376 0 & \textrm{-}\mathrm{i}\\
5377 \mathrm{i} & 0
5378 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \backslash
5394 pmatrix
5395 \begin_inset ERT
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399
5400
5401 \backslash
5402 spce 
5403 \end_layout
5404
5405 \end_inset
5406
5407 2
5408 \series bold
5409 ×
5410 \series default
5411 2行列
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5421 0 & \textrm{-}\mathrm{i}\\
5422 \mathrm{i} & 0
5423 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 </lyxtabular>
5433
5434 \end_inset
5435
5436
5437 \begin_inset space \hfill{}
5438 \end_inset
5439
5440
5441 \begin_inset Tabular
5442 <lyxtabular version="3" rows="4" columns="2">
5443 <features tabularvalignment="middle">
5444 <column alignment="center" valignment="top" width="0">
5445 <column alignment="center" valignment="top" width="0">
5446 <row>
5447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 コマンド
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 出力
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \backslash
5473 vmatrix
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 spce 
5482 \end_layout
5483
5484 \end_inset
5485
5486 2
5487 \series bold
5488 ×
5489 \series default
5490 2行列
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5500 0 & \textrm{-}\mathrm{i}\\
5501 \mathrm{i} & 0
5502 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5503 \end_inset
5504
5505
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \backslash
5518 Vmatrix
5519 \begin_inset ERT
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523
5524
5525 \backslash
5526 spce 
5527 \end_layout
5528
5529 \end_inset
5530
5531 2
5532 \series bold
5533 ×
5534 \series default
5535 2行列
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5545 0 & \textrm{-}\mathrm{i}\\
5546 \mathrm{i} & 0
5547 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \backslash
5563 matrix
5564 \begin_inset ERT
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568
5569
5570 \backslash
5571 spce 
5572 \end_layout
5573
5574 \end_inset
5575
5576 2
5577 \series bold
5578 ×
5579 \series default
5580 2行列
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5590 0 & \textrm{-}\mathrm{i}\\
5591 \mathrm{i} & 0
5592 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 </row>
5601 </lyxtabular>
5602
5603 \end_inset
5604
5605
5606 \begin_inset space \hfill{}
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \begin_layout Standard
5613 \begin_inset VSpace medskip
5614 \end_inset
5615
5616 たとえば
5617 \series bold
5618
5619 \backslash
5620 vmatrix
5621 \series default
5622 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5623 \end_layout
5624
5625 \begin_layout Standard
5626 \begin_inset Note Greyedout
5627 status open
5628
5629 \begin_layout Plain Layout
5630
5631 \series bold
5632 \lang english
5633 Note:
5634 \series default
5635  LaTeX limits the number of matrix columns with decorations to 10.
5636  If you need more than 10
5637 \begin_inset space ~
5638 \end_inset
5639
5640 columns, you have to add this line to the document preamble:
5641 \end_layout
5642
5643 \begin_layout Plain Layout
5644
5645 \series bold
5646 \lang english
5647
5648 \backslash
5649 setcounter{MaxMatrixCols}{number}
5650 \end_layout
5651
5652 \begin_layout Plain Layout
5653
5654 \lang english
5655 where 
5656 \emph on
5657 number
5658 \emph default
5659  is the number of columns between 11 and 99.
5660 \end_layout
5661
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \begin_layout Standard
5668 \begin_inset VSpace bigskip
5669 \end_inset
5670
5671 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5672 \begin_inset CommandInset ref
5673 LatexCommand ref
5674 reference "sub:列間"
5675
5676 \end_inset
5677
5678 節に説明されている距離
5679 \series bold
5680
5681 \backslash
5682 arraycolsep
5683 \series default
5684
5685 \begin_inset Index idx
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689 こまんど@コマンド ! A ! 
5690 \backslash
5691 arraycolsep
5692 \end_layout
5693
5694 \end_inset
5695
5696 をここでも使用することができます。
5697 \end_layout
5698
5699 \begin_layout Standard
5700 行間隔を変更するには、
5701 \series bold
5702
5703 \backslash
5704 arraystretch
5705 \series default
5706
5707 \begin_inset Index idx
5708 status collapsed
5709
5710 \begin_layout Plain Layout
5711 こまんど@コマンド ! A ! 
5712 \backslash
5713 arraystretch
5714 \end_layout
5715
5716 \end_inset
5717
5718 コマンドを使用します。以下のようにして使用します。
5719 \end_layout
5720
5721 \begin_layout Standard
5722
5723 \series bold
5724
5725 \backslash
5726 renewcommand{
5727 \backslash
5728 arraystretch}{伸長因子}
5729 \begin_inset Index idx
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733 こまんど@コマンド ! R ! 
5734 \backslash
5735 renewcommand
5736 \end_layout
5737
5738 \end_inset
5739
5740
5741 \end_layout
5742
5743 \begin_layout Standard
5744
5745 \series bold
5746
5747 \backslash
5748 renewcommand
5749 \series default
5750 コマンドは、伸長因子を定義済みの
5751 \series bold
5752
5753 \backslash
5754 arraystretch
5755 \series default
5756 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5757 は、
5758 \series bold
5759
5760 \backslash
5761 arraystretch
5762 \series default
5763 に因子1を割り当てて下さい。
5764 \end_layout
5765
5766 \begin_layout Standard
5767 本文行中に行列を入れるには、
5768 \series bold
5769
5770 \backslash
5771 smallmatrix
5772 \series default
5773
5774 \begin_inset Index idx
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778 こまんど@コマンド ! S ! 
5779 \backslash
5780 smallmatrix
5781 \end_layout
5782
5783 \end_inset
5784
5785 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5786 \end_layout
5787
5788 \begin_layout Standard
5789 これは、本文行中の行列
5790 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5791 C & D
5792 \end{smallmatrix}\right)$
5793 \end_inset
5794
5795 です。
5796 \end_layout
5797
5798 \begin_layout Section
5799 括弧と区分記号
5800 \begin_inset Index idx
5801 status collapsed
5802
5803 \begin_layout Plain Layout
5804 かっこ@括弧
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \begin_inset Index idx
5811 status collapsed
5812
5813 \begin_layout Plain Layout
5814 くぶんきごう@区分記号
5815 \end_layout
5816
5817 \end_inset
5818
5819
5820 \end_layout
5821
5822 \begin_layout Subsection
5823 垂直括弧と区分記号
5824 \begin_inset Index idx
5825 status collapsed
5826
5827 \begin_layout Plain Layout
5828 かっこ@括弧 ! すいちょく@垂直
5829 \end_layout
5830
5831 \end_inset
5832
5833
5834 \end_layout
5835
5836 \begin_layout Standard
5837 \begin_inset space \hfill{}
5838 \end_inset
5839
5840
5841 \begin_inset Tabular
5842 <lyxtabular version="3" rows="9" columns="2">
5843 <features tabularvalignment="middle">
5844 <column alignment="center" valignment="top" width="0pt">
5845 <column alignment="center" valignment="top" width="0pt">
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 コマンド
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 出力
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 (
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $($
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 {
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Formula $\{$
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 [
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Formula $[$
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940
5941 \backslash
5942 langle
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 \begin_inset Formula $\langle$
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965
5966 \backslash
5967 lceil
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 \begin_inset Formula $\lceil$
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 </row>
5985 <row>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990
5991 \backslash
5992 lfloor
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 \begin_inset Formula $\lfloor$
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 /
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 \begin_inset Formula $/$
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 <row>
6034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 \begin_inset Formula $|$
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $|$
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 </lyxtabular>
6060
6061 \end_inset
6062
6063
6064 \begin_inset space \hfill{}
6065 \end_inset
6066
6067
6068 \begin_inset Tabular
6069 <lyxtabular version="3" rows="9" columns="2">
6070 <features tabularvalignment="middle">
6071 <column alignment="center" valignment="top" width="0pt">
6072 <column alignment="center" valignment="top" width="0pt">
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 コマンド
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 出力
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 )
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Formula $)$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 }
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $\}$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 ]
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $]$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167
6168 \backslash
6169 rangle
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $\rangle$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \backslash
6194 rceil
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $\rceil$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 <row>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217
6218 \backslash
6219 rfloor
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 \begin_inset Formula $\rfloor$
6229 \end_inset
6230
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 <row>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242
6243 \backslash
6244
6245 \backslash
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 \begin_inset Formula $\backslash$
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269
6270 \backslash
6271
6272 \begin_inset Formula $|$
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 \begin_inset Formula $\|$
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 </row>
6293 </lyxtabular>
6294
6295 \end_inset
6296
6297
6298 \begin_inset space \hfill{}
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Standard
6305 \begin_inset Note Greyedout
6306 status open
6307
6308 \begin_layout Plain Layout
6309
6310 \series bold
6311 (注意)
6312 \series default
6313 TeXモードでは、
6314 \backslash
6315
6316 \backslash
6317 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6318 \series bold
6319
6320 \backslash
6321 textbackslash
6322 \series default
6323
6324 \begin_inset Index idx
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328 こまんど@コマンド! T ! 
6329 \backslash
6330 textbackslash
6331 \end_layout
6332
6333 \end_inset
6334
6335 を使わなくてはなりません。
6336 \end_layout
6337
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \begin_layout Standard
6344 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6345 \series bold
6346
6347 \backslash
6348 langle
6349 \series default
6350
6351 \series bold
6352
6353 \backslash
6354 rangle
6355 \series default
6356 コマンドを使用せずに
6357 \begin_inset Formula $<$
6358 \end_inset
6359
6360
6361 \begin_inset Formula $>$
6362 \end_inset
6363
6364 の文字を直接使用することができます。
6365 \end_layout
6366
6367 \begin_layout Subsubsection
6368 手動の括弧丈
6369 \begin_inset CommandInset label
6370 LatexCommand label
6371 name "sub:手動の括弧丈"
6372
6373 \end_inset
6374
6375
6376 \begin_inset Index idx
6377 status collapsed
6378
6379 \begin_layout Plain Layout
6380 かっこたけ@括弧丈 ! しゅどう@手動
6381 \end_layout
6382
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \begin_layout Standard
6389 括弧の丈は、LaTeXコマンドの
6390 \series bold
6391
6392 \backslash
6393 big
6394 \series default
6395
6396 \begin_inset Index idx
6397 status collapsed
6398
6399 \begin_layout Plain Layout
6400 こまんど@コマンド ! B ! 
6401 \backslash
6402 big
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \series bold
6409
6410 \backslash
6411 Big
6412 \series default
6413
6414 \series bold
6415
6416 \backslash
6417 bigg
6418 \series default
6419 および
6420 \series bold
6421
6422 \backslash
6423 Bigg
6424 \series default
6425 を使って、手動で指定することができます。
6426 \series bold
6427
6428 \backslash
6429 big
6430 \series default
6431 が最小の大きさであり、
6432 \series bold
6433
6434 \backslash
6435 Bigg
6436 \series default
6437 が最大の括弧丈になります。
6438 \end_layout
6439
6440 \begin_layout Standard
6441 これらのコマンドは、括弧の階層を強調するのに使われます。
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \align center
6446 \begin_inset Tabular
6447 <lyxtabular version="3" rows="2" columns="2">
6448 <features tabularvalignment="middle">
6449 <column alignment="center" valignment="top" width="0pt">
6450 <column alignment="center" valignment="top" width="0pt">
6451 <row>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 すべての括弧が同じ大きさ:
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 こちらの方が良い:
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6489 \end_inset
6490
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 </lyxtabular>
6498
6499 \end_inset
6500
6501
6502 \begin_inset Note Note
6503 status collapsed
6504
6505 \begin_layout Plain Layout
6506 ここで
6507 \series bold
6508
6509 \backslash
6510 raisebox
6511 \series default
6512 はスペーサーとして使用しているだけです。
6513 \end_layout
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 二つ目の数式では、
6522 \series bold
6523
6524 \backslash
6525 Big((A+B)(A-B)
6526 \backslash
6527 Big)^
6528 \begin_inset ERT
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532
6533
6534 \backslash
6535 spce 
6536 \end_layout
6537
6538 \end_inset
6539
6540 C
6541 \series default
6542 というコマンドが使われています。
6543 \end_layout
6544
6545 \begin_layout Standard
6546 以下は、すべての括弧丈の羅列です。
6547 \end_layout
6548
6549 \begin_layout Standard
6550 \align center
6551
6552 \backslash
6553 Bigg(
6554 \backslash
6555 exp
6556 \backslash
6557 bigg
6558 \begin_inset Formula $<$
6559 \end_inset
6560
6561
6562 \backslash
6563 Big[
6564 \backslash
6565 big{
6566 \backslash
6567 ln(3x)
6568 \backslash
6569 big}^2
6570 \begin_inset ERT
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574
6575
6576 \backslash
6577 spce 
6578 \end_layout
6579
6580 \end_inset
6581
6582
6583 \backslash
6584 sin(x)
6585 \backslash
6586 Big]^
6587 \begin_inset ERT
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591
6592
6593 \backslash
6594 spce 
6595 \end_layout
6596
6597 \end_inset
6598
6599 A
6600 \begin_inset ERT
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604
6605
6606 \backslash
6607 spce 
6608 \end_layout
6609
6610 \end_inset
6611
6612
6613 \backslash
6614 bigg
6615 \begin_inset Formula $>$
6616 \end_inset
6617
6618
6619 \backslash
6620 Bigg)^0,5
6621 \end_layout
6622
6623 \begin_layout Standard
6624 \align center
6625 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \begin_layout Standard
6632
6633 \series bold
6634
6635 \backslash
6636 big
6637 \series default
6638 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6639 \series bold
6640
6641 \backslash
6642 bigm
6643 \series default
6644
6645 \begin_inset Index idx
6646 status collapsed
6647
6648 \begin_layout Plain Layout
6649 こまんど@コマンド ! B ! 
6650 \backslash
6651 bigm
6652 \end_layout
6653
6654 \end_inset
6655
6656 という派生型と、空白を追加しない
6657 \series bold
6658
6659 \backslash
6660 bigl
6661 \series default
6662 -
6663 \series bold
6664
6665 \backslash
6666 bigr
6667 \series default
6668
6669 \begin_inset Index idx
6670 status collapsed
6671
6672 \begin_layout Plain Layout
6673 こまんど@コマンド ! B ! 
6674 \backslash
6675 bigl - 
6676 \backslash
6677 bigr
6678 \end_layout
6679
6680 \end_inset
6681
6682 派生型があります。
6683 \series bold
6684
6685 \backslash
6686 bigl
6687 \series default
6688 コマンドの最後の
6689 \emph on
6690 l
6691 \emph default
6692 は、左括弧であることを示し、右括弧の場合には、
6693 \emph on
6694 l
6695 \emph default
6696 の代わりに
6697 \emph on
6698 r
6699 \emph default
6700 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6701 \end_layout
6702
6703 \begin_layout Standard
6704 以下の表は、これらの派生型の比較です。
6705 \end_layout
6706
6707 \begin_layout Standard
6708 \align center
6709 \begin_inset Tabular
6710 <lyxtabular version="3" rows="5" columns="2">
6711 <features tabularvalignment="middle">
6712 <column alignment="center" valignment="middle" width="0">
6713 <column alignment="center" valignment="middle" width="0">
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 コマンド
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 出力
6729 \begin_inset Note Note
6730 status collapsed
6731
6732 \begin_layout Plain Layout
6733 ここで
6734 \series bold
6735
6736 \backslash
6737 raisebox
6738 \series default
6739 はスペーサーとして使用しているだけです。
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755
6756 \backslash
6757 Bigm(
6758 \backslash
6759 bigm(
6760 \backslash
6761 ln(3x)
6762 \backslash
6763 bigm)^2
6764 \series bold
6765
6766 \begin_inset ERT
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770
6771
6772 \backslash
6773 spce 
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \series default
6780
6781 \backslash
6782 Bigm)
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 </row>
6800 <row>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \backslash
6807 Big(
6808 \backslash
6809 big(
6810 \backslash
6811 ln(3x)
6812 \backslash
6813 big)^2
6814 \series bold
6815
6816 \begin_inset ERT
6817 status collapsed
6818
6819 \begin_layout Plain Layout
6820
6821
6822 \backslash
6823 spce 
6824 \end_layout
6825
6826 \end_inset
6827
6828
6829 \series default
6830
6831 \backslash
6832 Big)
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855
6856 \backslash
6857 Bigl(
6858 \backslash
6859 bigl(
6860 \backslash
6861 ln(3x)
6862 \backslash
6863 bigr)^2
6864 \series bold
6865
6866 \begin_inset ERT
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870
6871
6872 \backslash
6873 spce 
6874 \end_layout
6875
6876 \end_inset
6877
6878
6879 \series default
6880
6881 \backslash
6882 Bigr)
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905
6906 \backslash
6907 bigl)
6908 \backslash
6909 ln(3x)
6910 \backslash
6911 bigr(
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 </row>
6929 </lyxtabular>
6930
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \begin_layout Subsubsection
6937 自動の括弧丈
6938 \begin_inset CommandInset label
6939 LatexCommand label
6940 name "sub:自動の括弧丈"
6941
6942 \end_inset
6943
6944
6945 \begin_inset Index idx
6946 status collapsed
6947
6948 \begin_layout Plain Layout
6949 かっこたけ@括弧丈 ! じどう@自動
6950 \end_layout
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 可変の丈を持つ括弧は、
6959 \series bold
6960
6961 \backslash
6962 left
6963 \series default
6964
6965 \begin_inset Index idx
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969 こまんど@コマンド ! L ! 
6970 \backslash
6971 left
6972 \end_layout
6973
6974 \end_inset
6975
6976 コマンドおよび
6977 \series bold
6978
6979 \backslash
6980 right
6981 \series default
6982
6983 \begin_inset Index idx
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987 こまんど@コマンド ! R ! 
6988 \backslash
6989 right
6990 \end_layout
6991
6992 \end_inset
6993
6994 コマンド、あるいは数式ツールバーボタンの
6995 \begin_inset Graphics
6996         filename ../../images/dialog-show_mathdelimiter.png
6997         scale 85
6998
6999 \end_inset
7000
7001 で挿入することができます。
7002 \series bold
7003
7004 \backslash
7005 left
7006 \series default
7007 および
7008 \series bold
7009
7010 \backslash
7011 right
7012 \series default
7013 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
7014 \end_layout
7015
7016 \begin_layout Standard
7017 \align center
7018 通常の括弧:
7019 \series bold
7020
7021 \backslash
7022 ln(
7023 \backslash
7024 frac
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 spce 
7033 \end_layout
7034
7035 \end_inset
7036
7037 A
7038 \begin_inset Formula $\downarrow$
7039 \end_inset
7040
7041 C
7042 \begin_inset ERT
7043 status collapsed
7044
7045 \begin_layout Plain Layout
7046
7047
7048 \backslash
7049 spce 
7050 \end_layout
7051
7052 \end_inset
7053
7054 )
7055 \series default
7056 というコマンドは
7057 \begin_inset Formula 
7058 \[
7059 \ln(\frac{A}{C})
7060 \]
7061
7062 \end_inset
7063
7064 を生成します。
7065 \end_layout
7066
7067 \begin_layout Standard
7068 \align center
7069 複数行の括弧:
7070 \series bold
7071
7072 \backslash
7073 ln
7074 \backslash
7075 left(
7076 \backslash
7077 frac
7078 \begin_inset ERT
7079 status collapsed
7080
7081 \begin_layout Plain Layout
7082
7083
7084 \backslash
7085 spce 
7086 \end_layout
7087
7088 \end_inset
7089
7090 A
7091 \begin_inset Formula $\downarrow$
7092 \end_inset
7093
7094 C
7095 \begin_inset ERT
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099
7100
7101 \backslash
7102 spce 
7103 \end_layout
7104
7105 \end_inset
7106
7107
7108 \backslash
7109 right)
7110 \series default
7111 というコマンドは
7112 \begin_inset Formula 
7113 \[
7114 \ln\left(\frac{A}{C}\right)
7115 \]
7116
7117 \end_inset
7118
7119 を生成します。
7120 \end_layout
7121
7122 \begin_layout Standard
7123
7124 \series bold
7125
7126 \backslash
7127 left
7128 \series default
7129
7130 \series bold
7131
7132 \backslash
7133 right
7134 \series default
7135 の代わりに、短絡キー
7136 \family sans
7137 Alt+M
7138 \begin_inset space ~
7139 \end_inset
7140
7141 括弧
7142 \family default
7143 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7144 \begin_inset Newline newline
7145 \end_inset
7146
7147 すると、先ほどの例を作るコマンドは
7148 \series bold
7149
7150 \backslash
7151 ln Alt+M
7152 \series default
7153  
7154 \series bold
7155 (
7156 \backslash
7157 frac
7158 \begin_inset ERT
7159 status collapsed
7160
7161 \begin_layout Plain Layout
7162
7163
7164 \backslash
7165 spce 
7166 \end_layout
7167
7168 \end_inset
7169
7170 A
7171 \begin_inset Formula $\downarrow$
7172 \end_inset
7173
7174 C
7175 \series default
7176 となります。
7177 \end_layout
7178
7179 \begin_layout Standard
7180 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7181 \series bold
7182
7183 \backslash
7184 left.
7185 \backslash
7186 frac
7187 \begin_inset ERT
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191
7192
7193 \backslash
7194 spce 
7195 \end_layout
7196
7197 \end_inset
7198
7199 A
7200 \begin_inset Formula $\downarrow$
7201 \end_inset
7202
7203 B
7204 \begin_inset ERT
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208
7209
7210 \backslash
7211 spce 
7212 \end_layout
7213
7214 \end_inset
7215
7216
7217 \backslash
7218 right}
7219 \series default
7220 というコマンドは
7221 \series bold
7222
7223 \begin_inset Formula 
7224 \[
7225 \left.\frac{A}{B}\right\} 
7226 \]
7227
7228 \end_inset
7229
7230
7231 \series default
7232 を生成します。
7233 \series bold
7234
7235 \backslash
7236 left
7237 \series default
7238 コマンドおよび
7239 \series bold
7240
7241 \backslash
7242 right
7243 \series default
7244 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7245 \end_layout
7246
7247 \begin_layout Standard
7248 \begin_inset VSpace bigskip
7249 \end_inset
7250
7251 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7252 \series bold
7253
7254 \backslash
7255 middle
7256 \series default
7257
7258 \begin_inset Index idx
7259 status collapsed
7260
7261 \begin_layout Plain Layout
7262 こまんど@コマンド ! M ! 
7263 \backslash
7264 middle
7265 \end_layout
7266
7267 \end_inset
7268
7269 コマンドも使用することができます
7270 \begin_inset Foot
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274
7275 \series bold
7276 (訳註)
7277 \series default
7278 pLaTeXでは、標準では
7279 \series bold
7280
7281 \backslash
7282 middle
7283 \series default
7284 コマンドは使えません。よって、以下の例では「
7285 \series bold
7286
7287 \backslash
7288 middle
7289 \series default
7290
7291 \begin_inset Formula $|$
7292 \end_inset
7293
7294 」の代わりに「
7295 \series bold
7296
7297 \backslash
7298 biggm
7299 \series default
7300
7301 \begin_inset Formula $|$
7302 \end_inset
7303
7304 」を用いています。
7305 \end_layout
7306
7307 \end_inset
7308
7309 。このコマンドでは、物理ベクトル
7310 \begin_inset Formula 
7311 \[
7312 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7313 \]
7314
7315 \end_inset
7316
7317 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7318 \begin_inset CommandInset ref
7319 LatexCommand ref
7320 reference "sub:物理ベクトル"
7321
7322 \end_inset
7323
7324 節に説明されているように特殊なLaTeXパッケージがあります。
7325 \end_layout
7326
7327 \begin_layout Subsection
7328 水平括弧
7329 \begin_inset Index idx
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333 かっこ@括弧 ! すいへい@水平
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \begin_layout Standard
7342 \align center
7343 \begin_inset Tabular
7344 <lyxtabular version="3" rows="4" columns="2">
7345 <features tabularvalignment="middle">
7346 <column alignment="center" valignment="top" width="0pt">
7347 <column alignment="center" valignment="top" width="0pt">
7348 <row>
7349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 コマンド
7354 \begin_inset Note Note
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358 ここで
7359 \series bold
7360
7361 \backslash
7362 raisebox
7363 \series default
7364 はスペーサーとして使用しているだけです。
7365 \end_layout
7366
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 出力
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 <row>
7385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 \begin_inset ERT
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393
7394
7395 \backslash
7396 raisebox{2.3mm}{
7397 \end_layout
7398
7399 \end_inset
7400
7401
7402 \backslash
7403 overbrace
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409
7410 \backslash
7411 spce 
7412 \end_layout
7413
7414 \end_inset
7415
7416 A+B
7417 \begin_inset ERT
7418 status collapsed
7419
7420 \begin_layout Plain Layout
7421
7422
7423 \backslash
7424 spce 
7425 \end_layout
7426
7427 \end_inset
7428
7429 ^
7430 \begin_inset ERT
7431 status collapsed
7432
7433 \begin_layout Plain Layout
7434
7435
7436 \backslash
7437 spce 
7438 \end_layout
7439
7440 \end_inset
7441
7442 3
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448 }
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 こまんど@コマンド ! O ! 
7459 \backslash
7460 overbrace
7461 \end_layout
7462
7463 \end_inset
7464
7465
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset Formula $\overbrace{A+B}^{3}$
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 \begin_inset ERT
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493
7494 \backslash
7495 raisebox{-2.2mm}{
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \backslash
7502 underbrace
7503 \begin_inset ERT
7504 status collapsed
7505
7506 \begin_layout Plain Layout
7507
7508
7509 \backslash
7510 spce 
7511 \end_layout
7512
7513 \end_inset
7514
7515 A+B
7516 \begin_inset ERT
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520
7521
7522 \backslash
7523 spce 
7524 \end_layout
7525
7526 \end_inset
7527
7528 _5
7529 \begin_inset ERT
7530 status collapsed
7531
7532 \begin_layout Plain Layout
7533
7534 }
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \begin_inset Index idx
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 こまんど@コマンド ! U ! 
7545 \backslash
7546 underbrace
7547 \end_layout
7548
7549 \end_inset
7550
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 \begin_inset Formula $\underbrace{A+B}_{5}$
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row>
7570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \backslash
7576 overbrace
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 spce 
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \backslash
7591 underbrace
7592 \begin_inset ERT
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596
7597
7598 \backslash
7599 spce 
7600 \end_layout
7601
7602 \end_inset
7603
7604 A+B_w
7605 \begin_inset ERT
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609
7610
7611 \backslash
7612 spce 
7613 \end_layout
7614
7615 \end_inset
7616
7617
7618 \begin_inset ERT
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622
7623
7624 \backslash
7625 spce 
7626 \end_layout
7627
7628 \end_inset
7629
7630 _7
7631 \begin_inset ERT
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635
7636
7637 \backslash
7638 spce 
7639 \end_layout
7640
7641 \end_inset
7642
7643
7644 \begin_inset ERT
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648
7649
7650 \backslash
7651 spce 
7652 \end_layout
7653
7654 \end_inset
7655
7656 ^
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 spce 
7665 \end_layout
7666
7667 \end_inset
7668
7669 C
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 </row>
7687 </lyxtabular>
7688
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \begin_layout Standard
7695 最後の例では、
7696 \series bold
7697
7698 \backslash
7699 overbrace
7700 \series default
7701 が先に挿入されようが
7702 \series bold
7703
7704 \backslash
7705 underbrace
7706 \series default
7707 が先に挿入されようが代わりはありません。
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset VSpace bigskip
7712 \end_inset
7713
7714 括弧をお互いに重ねる必要がある場合には、第
7715 \begin_inset CommandInset ref
7716 LatexCommand ref
7717 reference "sec:多行数式"
7718
7719 \end_inset
7720
7721 節に説明されているように、次のような多行数式を使わなくてはなりません。
7722 \begin_inset Formula 
7723 \begin{eqnarray*}
7724 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7725  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7726 \end{eqnarray*}
7727
7728 \end_inset
7729
7730 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7731 \begin_inset Foot
7732 status collapsed
7733
7734 \begin_layout Plain Layout
7735 空白コマンドは第
7736 \begin_inset CommandInset ref
7737 LatexCommand ref
7738 reference "sub:定義済みの空白"
7739
7740 \end_inset
7741
7742 章に説明があります。
7743 \end_layout
7744
7745 \end_inset
7746
7747
7748 \series bold
7749
7750 \backslash
7751 :
7752 \series default
7753 を最初の
7754 \begin_inset Formula $d$
7755 \end_inset
7756
7757 の前に挿入しておくことが重要です。さもないと、
7758 \begin_inset Formula $q$
7759 \end_inset
7760
7761 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7762 \begin_inset Foot
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766 これは、括弧が文字として取り扱われないためです。第
7767 \begin_inset CommandInset ref
7768 LatexCommand ref
7769 reference "sub:二項演算子"
7770
7771 \end_inset
7772
7773 章参照。
7774 \end_layout
7775
7776 \end_inset
7777
7778 ためです。二行目には、二つめの括弧が挿入されています。
7779 \begin_inset Formula $b$
7780 \end_inset
7781
7782 の直前から始まるようにするために、まず
7783 \series bold
7784
7785 \backslash
7786 hphantom{gggg+
7787 \backslash
7788 :}
7789 \series default
7790 というコマンド
7791 \begin_inset Foot
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797
7798 \backslash
7799 hphantom
7800 \series default
7801 に関する詳細は、第
7802 \begin_inset CommandInset ref
7803 LatexCommand ref
7804 reference "sub:埋め草"
7805
7806 \end_inset
7807
7808 章を参照してください。
7809 \end_layout
7810
7811 \end_inset
7812
7813 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7814 \series bold
7815
7816 \backslash
7817 hphantom{bbqq+dddd}
7818 \series default
7819 コマンドの下に置きます。
7820 \end_layout
7821
7822 \begin_layout Standard
7823 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7824 \begin_inset ERT
7825 status collapsed
7826
7827 \begin_layout Plain Layout
7828
7829
7830 \backslash
7831 setlength{
7832 \backslash
7833 jot}{-6pt}
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \begin_inset Formula 
7840 \begin{eqnarray*}
7841  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7842 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7843 \end{eqnarray*}
7844
7845 \end_inset
7846
7847
7848 \begin_inset ERT
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852
7853
7854 \backslash
7855 setlength{
7856 \backslash
7857 jot}{3pt}
7858 \end_layout
7859
7860 \end_inset
7861
7862 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7863 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7864 \begin_inset Foot
7865 status collapsed
7866
7867 \begin_layout Plain Layout
7868 \begin_inset CommandInset href
7869 LatexCommand href
7870 name "LyX-bug #1505"
7871 target "http://www.lyx.org/trac/ticket/1505"
7872
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879
7880 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7881 \series bold
7882 setlength{
7883 \backslash
7884 jot}{-6pt}
7885 \series default
7886 というコマンドを入れて、大域的な数式行間
7887 \series bold
7888
7889 \backslash
7890 jot
7891 \series default
7892
7893 \begin_inset Index idx
7894 status collapsed
7895
7896 \begin_layout Plain Layout
7897 こまんど@コマンド ! J ! 
7898 \backslash
7899 jot
7900 \end_layout
7901
7902 \end_inset
7903
7904 を-6
7905 \begin_inset space \thinspace{}
7906 \end_inset
7907
7908 ptに変更しなくてはなりません。
7909 \series bold
7910
7911 \backslash
7912 jot
7913 \series default
7914 は、数式直後に同様のコマンドを使って標準値の3
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 ptに戻します。数式中の行間について、詳しくは第
7919 \begin_inset CommandInset ref
7920 LatexCommand ref
7921 reference "sub:行間"
7922
7923 \end_inset
7924
7925 章に説明があります。
7926 \end_layout
7927
7928 \begin_layout Section
7929 矢印
7930 \begin_inset Index idx
7931 status collapsed
7932
7933 \begin_layout Plain Layout
7934 やじるし@矢印
7935 \end_layout
7936
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \begin_layout Standard
7943 矢印は、数式ツールバーボタンの
7944 \begin_inset Graphics
7945         filename ../../images/math/leftarrow.png
7946         scale 85
7947
7948 \end_inset
7949
7950 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7951 \end_layout
7952
7953 \begin_layout Standard
7954 \begin_inset Newpage newpage
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \begin_layout Subsection
7961 水平矢印
7962 \begin_inset Index idx
7963 status collapsed
7964
7965 \begin_layout Plain Layout
7966 やじるし@矢印 ! すいへい@水平
7967 \end_layout
7968
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \begin_layout Standard
7975 \begin_inset space \hfill{}
7976 \end_inset
7977
7978
7979 \begin_inset Tabular
7980 <lyxtabular version="3" rows="8" columns="2">
7981 <features tabularvalignment="middle">
7982 <column alignment="center" valignment="top" width="0pt">
7983 <column alignment="center" valignment="top" width="0pt">
7984 <row>
7985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 コマンド
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 出力
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \backslash
8011 gets
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 \begin_inset Formula $\gets$
8021 \end_inset
8022
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 Leftarrow
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\Leftarrow$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 longleftarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\longleftarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 Longleftarrow
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\Longleftarrow$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 leftharpoonup
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\leftharpoonup$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 leftharpoondown
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\leftharpoondown$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 hookleftarrow
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\hookleftarrow$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 </lyxtabular>
8180
8181 \end_inset
8182
8183
8184 \begin_inset space \hfill{}
8185 \end_inset
8186
8187
8188 \begin_inset Tabular
8189 <lyxtabular version="3" rows="8" columns="2">
8190 <features tabularvalignment="middle">
8191 <column alignment="center" valignment="top" width="0pt">
8192 <column alignment="center" valignment="top" width="0pt">
8193 <row>
8194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 コマンド
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 出力
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \backslash
8220 to
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 \begin_inset Formula $\to$
8230 \end_inset
8231
8232
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \backslash
8245 Rightarrow
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 \begin_inset Formula $\Rightarrow$
8255 \end_inset
8256
8257
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \backslash
8270 longrightarrow
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 \begin_inset Formula $\longrightarrow$
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \backslash
8295 Longrightarrow
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 \begin_inset Formula $\Longrightarrow$
8305 \end_inset
8306
8307
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \backslash
8320 rightharpoonup
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 \begin_inset Formula $\rightharpoonup$
8330 \end_inset
8331
8332
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \backslash
8345 rightharpoondown
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 \begin_inset Formula $\rightharpoondown$
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \backslash
8370 hookrightarrow
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 \begin_inset Formula $\hookrightarrow$
8380 \end_inset
8381
8382
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 </lyxtabular>
8389
8390 \end_inset
8391
8392
8393 \begin_inset space \hfill{}
8394 \end_inset
8395
8396
8397 \end_layout
8398
8399 \begin_layout Standard
8400 \begin_inset space \hfill{}
8401 \end_inset
8402
8403
8404 \begin_inset Tabular
8405 <lyxtabular version="3" rows="6" columns="2">
8406 <features tabularvalignment="middle">
8407 <column alignment="center" valignment="top" width="0pt">
8408 <column alignment="center" valignment="top" width="0pt">
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 コマンド
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 出力
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \backslash
8436 leftrightarrow
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 \begin_inset Formula $\leftrightarrow$
8446 \end_inset
8447
8448
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \backslash
8461 Leftrightarrow
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 \begin_inset Formula $\Leftrightarrow$
8471 \end_inset
8472
8473
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \backslash
8486 longleftrightarrow
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 \begin_inset Formula $\longleftrightarrow$
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 Longleftrightarrow
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\Longleftrightarrow$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 rightleftharpoons
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\rightleftharpoons$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 </lyxtabular>
8555
8556 \end_inset
8557
8558
8559 \begin_inset space \hspace{}
8560 \length 25pt
8561 \end_inset
8562
8563
8564 \begin_inset space \hfill{}
8565 \end_inset
8566
8567
8568 \begin_inset Tabular
8569 <lyxtabular version="3" rows="5" columns="2">
8570 <features tabularvalignment="middle">
8571 <column alignment="center" valignment="top" width="0pt">
8572 <column alignment="center" valignment="top" width="0pt">
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 コマンド
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 出力
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \backslash
8600 mapsto
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 \begin_inset Formula $\mapsto$
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \backslash
8625 longmapsto
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 \begin_inset Formula $\longmapsto$
8635 \end_inset
8636
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 leadsto
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\leadsto$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 dasharrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\dasharrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 </lyxtabular>
8694
8695 \end_inset
8696
8697
8698 \begin_inset space \hfill{}
8699 \end_inset
8700
8701
8702 \end_layout
8703
8704 \begin_layout Standard
8705 \begin_inset VSpace medskip
8706 \end_inset
8707
8708 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8709 \begin_inset CommandInset ref
8710 LatexCommand ref
8711 reference "sec:アクセント"
8712
8713 \end_inset
8714
8715 節に一覧があります。
8716 \end_layout
8717
8718 \begin_layout Standard
8719 \begin_inset VSpace bigskip
8720 \end_inset
8721
8722 さらに、ラベル付き矢印
8723 \begin_inset Index idx
8724 status collapsed
8725
8726 \begin_layout Plain Layout
8727 やじるし@矢印 ! らべるつき@ラベル付き
8728 \end_layout
8729
8730 \end_inset
8731
8732 として、
8733 \series bold
8734
8735 \backslash
8736 xleftarrow
8737 \series default
8738
8739 \begin_inset Index idx
8740 status collapsed
8741
8742 \begin_layout Plain Layout
8743 こまんど@コマンド ! X ! 
8744 \backslash
8745 xleftarrow
8746 \end_layout
8747
8748 \end_inset
8749
8750
8751 \series bold
8752
8753 \backslash
8754 xrightarrow
8755 \series default
8756
8757 \begin_inset Index idx
8758 status collapsed
8759
8760 \begin_layout Plain Layout
8761 こまんど@コマンド ! X ! 
8762 \backslash
8763 xrightarrow
8764 \begin_inset ERT
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769
8770 \backslash
8771 vspace{4mm}
8772 \end_layout
8773
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \end_inset
8780
8781 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8782 ます。
8783 \end_layout
8784
8785 \begin_layout Standard
8786 \align center
8787 \begin_inset Tabular
8788 <lyxtabular version="3" rows="3" columns="2">
8789 <features tabularvalignment="middle">
8790 <column alignment="center" valignment="top" width="0pt">
8791 <column alignment="center" valignment="top" width="0pt">
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 コマンド
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 出力
8807 \begin_inset Note Note
8808 status collapsed
8809
8810 \begin_layout Plain Layout
8811 ここで
8812 \series bold
8813
8814 \backslash
8815 raisebox
8816 \series default
8817 はスペーサーとして使用しているだけです。
8818 \end_layout
8819
8820 \end_inset
8821
8822
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 F(a)
8834 \backslash
8835 xleftarrow
8836 \begin_inset ERT
8837 status collapsed
8838
8839 \begin_layout Plain Layout
8840
8841
8842 \backslash
8843 spce 
8844 \end_layout
8845
8846 \end_inset
8847
8848 x=a
8849 \begin_inset Formula $\downarrow$
8850 \end_inset
8851
8852 x
8853 \begin_inset Formula $>$
8854 \end_inset
8855
8856 0
8857 \begin_inset Formula $\to$
8858 \end_inset
8859
8860 F(x)
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8870 \end_inset
8871
8872
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 F(x)
8884 \backslash
8885 xrightarrow
8886 \begin_inset ERT
8887 status collapsed
8888
8889 \begin_layout Plain Layout
8890
8891
8892 \backslash
8893 spce 
8894 \end_layout
8895
8896 \end_inset
8897
8898 x=a
8899 \begin_inset Formula $\downarrow$
8900 \end_inset
8901
8902 x
8903 \begin_inset Formula $>$
8904 \end_inset
8905
8906 0
8907 \begin_inset Formula $\to$
8908 \end_inset
8909
8910 F(a)
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 </lyxtabular>
8929
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \begin_layout Subsection
8936 垂直矢印および対角矢印
8937 \begin_inset Index idx
8938 status collapsed
8939
8940 \begin_layout Plain Layout
8941 やじるし@矢印 ! たいかく@対角
8942 \end_layout
8943
8944 \end_inset
8945
8946
8947 \begin_inset Index idx
8948 status collapsed
8949
8950 \begin_layout Plain Layout
8951 やじるし@矢印 ! すいちょく@垂直
8952 \end_layout
8953
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \begin_layout Standard
8960 \begin_inset space \hfill{}
8961 \end_inset
8962
8963
8964 \begin_inset Tabular
8965 <lyxtabular version="3" rows="7" columns="2">
8966 <features tabularvalignment="middle">
8967 <column alignment="center" valignment="top" width="0pt">
8968 <column alignment="center" valignment="top" width="0pt">
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 コマンド
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 出力
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \backslash
8996 uparrow
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\uparrow$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \backslash
9021 Uparrow
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\Uparrow$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 updownarrow
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\updownarrow$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \backslash
9071 Updownarrow
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 \begin_inset Formula $\Updownarrow$
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \backslash
9096 Downarrow
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 \begin_inset Formula $\Downarrow$
9106 \end_inset
9107
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \backslash
9121 downarrow
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\downarrow$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 </lyxtabular>
9140
9141 \end_inset
9142
9143
9144 \begin_inset space \hfill{}
9145 \end_inset
9146
9147
9148 \begin_inset Tabular
9149 <lyxtabular version="3" rows="5" columns="2">
9150 <features tabularvalignment="middle">
9151 <column alignment="center" valignment="top" width="0pt">
9152 <column alignment="center" valignment="top" width="0pt">
9153 <row>
9154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 コマンド
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 出力
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \backslash
9180 nearrow
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 \begin_inset Formula $\nearrow$
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \backslash
9205 searrow
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 \begin_inset Formula $\searrow$
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \backslash
9230 swarrow
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 \begin_inset Formula $\swarrow$
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \backslash
9255 nwarrow
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 \begin_inset Formula $\nwarrow$
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 </lyxtabular>
9274
9275 \end_inset
9276
9277
9278 \begin_inset space \hfill{}
9279 \end_inset
9280
9281
9282 \end_layout
9283
9284 \begin_layout Standard
9285 \begin_inset VSpace medskip
9286 \end_inset
9287
9288 垂直矢印は、第
9289 \begin_inset CommandInset ref
9290 LatexCommand ref
9291 reference "sub:手動の括弧丈"
9292
9293 \end_inset
9294
9295 節および第
9296 \begin_inset CommandInset ref
9297 LatexCommand ref
9298 reference "sub:自動の括弧丈"
9299
9300 \end_inset
9301
9302 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9303 \end_layout
9304
9305 \begin_layout Standard
9306 \begin_inset Newpage newpage
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \begin_layout Section
9313 アクセント
9314 \begin_inset CommandInset label
9315 LatexCommand label
9316 name "sec:アクセント"
9317
9318 \end_inset
9319
9320
9321 \begin_inset Index idx
9322 status collapsed
9323
9324 \begin_layout Plain Layout
9325 あくせんと@アクセント
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \begin_layout Standard
9334 アクセントは、数式ツールバーボタンの
9335 \begin_inset Graphics
9336         filename ../../images/math/hat.png
9337         scale 85
9338
9339 \end_inset
9340
9341 か、以下の各小節に列挙してあるコマンドで入力することができます。
9342 \end_layout
9343
9344 \begin_layout Subsection
9345 一文字に付けるアクセント
9346 \begin_inset ERT
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350
9351
9352 \backslash
9353 texorpdfstring{
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \begin_inset Foot
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363 本文中のアクセントについては、第
9364 \begin_inset CommandInset ref
9365 LatexCommand ref
9366 reference "sub:文章中のアクセント"
9367
9368 \end_inset
9369
9370 節を参照。
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \begin_inset ERT
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380
9381 }{}
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \begin_inset Note Note
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393
9394 \backslash
9395 texorpdfstring
9396 \series default
9397 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9398 \end_layout
9399
9400 \begin_layout Plain Layout
9401
9402 \series bold
9403
9404 \backslash
9405 texorpdfstring
9406 \series default
9407 についての詳細は、第
9408 \begin_inset CommandInset ref
9409 LatexCommand ref
9410 reference "sub:節見出し中の数式"
9411
9412 \end_inset
9413
9414 節にあります。
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \begin_inset CommandInset label
9421 LatexCommand label
9422 name "sub:一文字に付けるアクセント"
9423
9424 \end_inset
9425
9426
9427 \begin_inset Index idx
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9432 \end_layout
9433
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset space \hfill{}
9441 \end_inset
9442
9443
9444 \begin_inset Tabular
9445 <lyxtabular version="3" rows="8" columns="2">
9446 <features tabularvalignment="middle">
9447 <column alignment="center" valignment="top" width="0pt">
9448 <column alignment="center" valignment="top" width="0pt">
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 コマンド
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 出力
9464 \begin_inset Note Note
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 ここで
9469 \series bold
9470
9471 \backslash
9472 raisebox
9473 \series default
9474 はスペーサーとして使用しているだけです。
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 dot
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 spce 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 ddot
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 spce 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 dddot
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 ddddot
9607 \begin_inset ERT
9608 status collapsed
9609
9610 \begin_layout Plain Layout
9611
9612
9613 \backslash
9614 spce 
9615 \end_layout
9616
9617 \end_inset
9618
9619 A
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \backslash
9644 vec
9645 \begin_inset ERT
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649
9650
9651 \backslash
9652 spce 
9653 \end_layout
9654
9655 \end_inset
9656
9657 A
9658 \begin_inset Index idx
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663 \lang english
9664 Vectors
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 bar
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 spce 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 mathring
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 spce 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 </row>
9763 </lyxtabular>
9764
9765 \end_inset
9766
9767
9768 \begin_inset space \hfill{}
9769 \end_inset
9770
9771
9772 \begin_inset Tabular
9773 <lyxtabular version="3" rows="7" columns="2">
9774 <features tabularvalignment="middle">
9775 <column alignment="center" valignment="top" width="0pt">
9776 <column alignment="center" valignment="top" width="0pt">
9777 <row>
9778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 コマンド
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 出力
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 tilde
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 hat
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847
9848
9849 \backslash
9850 spce 
9851 \end_layout
9852
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 check
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 spce 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \backslash
9918 acute
9919 \begin_inset ERT
9920 status collapsed
9921
9922 \begin_layout Plain Layout
9923
9924
9925 \backslash
9926 spce 
9927 \end_layout
9928
9929 \end_inset
9930
9931 A
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row>
9950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \backslash
9956 grave
9957 \begin_inset ERT
9958 status collapsed
9959
9960 \begin_layout Plain Layout
9961
9962
9963 \backslash
9964 spce 
9965 \end_layout
9966
9967 \end_inset
9968
9969 A
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \backslash
9994 breve
9995 \begin_inset ERT
9996 status collapsed
9997
9998 \begin_layout Plain Layout
9999
10000
10001 \backslash
10002 spce 
10003 \end_layout
10004
10005 \end_inset
10006
10007 A
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10017 \end_inset
10018
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 </lyxtabular>
10026
10027 \end_inset
10028
10029
10030 \begin_inset space \hfill{}
10031 \end_inset
10032
10033
10034 \end_layout
10035
10036 \begin_layout Standard
10037 \begin_inset VSpace bigskip
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \begin_layout Standard
10044 \begin_inset ERT
10045 status collapsed
10046
10047 \begin_layout Plain Layout
10048
10049
10050 \backslash
10051 '{e}
10052 \end_layout
10053
10054 \end_inset
10055
10056 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10057 \begin_inset Index idx
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061 うむらうと@ウムラウト
10062 \end_layout
10063
10064 \end_inset
10065
10066 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10067 として取り扱います。
10068 \series bold
10069
10070 \backslash
10071 ddot
10072 \series default
10073 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10074 \end_layout
10075
10076 \begin_layout Standard
10077 \begin_inset VSpace -2mm
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \begin_layout Standard
10084 \align center
10085 \begin_inset Tabular
10086 <lyxtabular version="3" rows="3" columns="2">
10087 <features tabularvalignment="middle">
10088 <column alignment="center" valignment="top" width="0">
10089 <column alignment="center" valignment="top" width="0">
10090 <row>
10091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 コマンド
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 出力
10105 \begin_inset Note Note
10106 status collapsed
10107
10108 \begin_layout Plain Layout
10109 ここで
10110 \series bold
10111
10112 \backslash
10113 raisebox
10114 \series default
10115 および0ポイント空白はスペーサーとして使用しているだけです。
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 \begin_inset Quotes grd
10132 \end_inset
10133
10134 i
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \lang ngerman
10145 \begin_inset space \hspace{}
10146 \length 0pt
10147 \end_inset
10148
10149
10150 \begin_inset Formula $"i$
10151 \end_inset
10152
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \backslash
10166 ddot
10167 \begin_inset ERT
10168 status collapsed
10169
10170 \begin_layout Plain Layout
10171
10172
10173 \backslash
10174 spce 
10175 \end_layout
10176
10177 \end_inset
10178
10179 i
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 </lyxtabular>
10198
10199 \end_inset
10200
10201
10202 \end_layout
10203
10204 \begin_layout Standard
10205
10206 \series bold
10207
10208 \backslash
10209 ddot
10210 \series default
10211 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10212 \emph on
10213 数式中テキストでは使用できない
10214 \emph default
10215 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10216 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10217 \end_layout
10218
10219 \begin_layout Standard
10220 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10221 \end_layout
10222
10223 \begin_layout Subsection
10224 演算子に付けるアクセント
10225 \begin_inset Index idx
10226 status collapsed
10227
10228 \begin_layout Plain Layout
10229 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10230 \end_layout
10231
10232 \end_inset
10233
10234
10235 \end_layout
10236
10237 \begin_layout Standard
10238
10239 \series bold
10240
10241 \backslash
10242 overset
10243 \series default
10244
10245 \begin_inset Index idx
10246 status collapsed
10247
10248 \begin_layout Plain Layout
10249 こまんど@コマンド ! O ! 
10250 \backslash
10251 overset
10252 \end_layout
10253
10254 \end_inset
10255
10256 コマンドや
10257 \series bold
10258
10259 \backslash
10260 underset
10261 \series default
10262
10263 \begin_inset Index idx
10264 status collapsed
10265
10266 \begin_layout Plain Layout
10267 こまんど@コマンド ! U ! 
10268 \backslash
10269 underset
10270 \end_layout
10271
10272 \end_inset
10273
10274 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10275 \series bold
10276
10277 \backslash
10278 sideset
10279 \series default
10280
10281 \begin_inset Index idx
10282 status collapsed
10283
10284 \begin_layout Plain Layout
10285 こまんど@コマンド ! S ! 
10286 \backslash
10287 sideset
10288 \end_layout
10289
10290 \end_inset
10291
10292 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10293 \end_layout
10294
10295 \begin_layout Standard
10296
10297 \series bold
10298
10299 \backslash
10300 sideset{前置文字}{後置文字}
10301 \end_layout
10302
10303 \begin_layout Standard
10304
10305 \series bold
10306
10307 \backslash
10308 sideset
10309 \series default
10310 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10311 \series bold
10312
10313 \backslash
10314 sideset
10315 \series default
10316 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10317 \end_layout
10318
10319 \begin_layout Standard
10320 たとえば、
10321 \series bold
10322
10323 \backslash
10324 sideset{
10325 \begin_inset Formula $\to$
10326 \end_inset
10327
10328
10329 \backslash
10330 {
10331 \series default
10332 '
10333 \series bold
10334
10335 \begin_inset Formula $\to$
10336 \end_inset
10337
10338
10339 \backslash
10340 sum_k=1
10341 \begin_inset ERT
10342 status collapsed
10343
10344 \begin_layout Plain Layout
10345
10346
10347 \backslash
10348 spce 
10349 \end_layout
10350
10351 \end_inset
10352
10353
10354 \series default
10355 ^
10356 \series bold
10357 n
10358 \series default
10359 というコマンドを入力すると、
10360 \begin_inset Formula 
10361 \[
10362 \sideset{}{'}\sum_{k=1}^{n}
10363 \]
10364
10365 \end_inset
10366
10367 のようになります。
10368 \end_layout
10369
10370 \begin_layout Standard
10371 また、
10372 \series bold
10373
10374 \backslash
10375 overset
10376 \begin_inset ERT
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380
10381
10382 \backslash
10383 spce 
10384 \end_layout
10385
10386 \end_inset
10387
10388
10389 \backslash
10390 maltese
10391 \begin_inset ERT
10392 status collapsed
10393
10394 \begin_layout Plain Layout
10395
10396
10397 \backslash
10398 spce 
10399 \end_layout
10400
10401 \end_inset
10402
10403
10404 \series default
10405
10406 \begin_inset Formula $\uparrow$
10407 \end_inset
10408
10409
10410 \series bold
10411 a
10412 \series default
10413 というコマンドならば、
10414 \begin_inset Formula 
10415 \[
10416 \overset{a}{\maltese}
10417 \]
10418
10419 \end_inset
10420
10421 のようになります。最後の例からわかるように、
10422 \series bold
10423
10424 \backslash
10425 overset
10426 \series default
10427
10428 \series bold
10429
10430 \backslash
10431 underset
10432 \series default
10433 では、記号や文字にアクセントをつけることもできます。一方、
10434 \series bold
10435
10436 \backslash
10437 sideset
10438 \series default
10439 では、このようなことはできません。
10440 \end_layout
10441
10442 \begin_layout Subsection
10443 複数の文字に付けるアクセント
10444 \begin_inset Index idx
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10449 \end_layout
10450
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \begin_layout Standard
10457 \begin_inset space \hfill{}
10458 \end_inset
10459
10460
10461 \begin_inset Tabular
10462 <lyxtabular version="3" rows="5" columns="2">
10463 <features tabularvalignment="middle">
10464 <column alignment="center" valignment="top" width="0pt">
10465 <column alignment="center" valignment="top" width="0pt">
10466 <row>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 コマンド
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 出力
10481 \begin_inset Note Note
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485 ここで
10486 \series bold
10487
10488 \backslash
10489 raisebox
10490 \series default
10491 はスペーサーとして使用しているだけです。
10492 \end_layout
10493
10494 \end_inset
10495
10496
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \backslash
10509 overleftarrow
10510 \begin_inset ERT
10511 status collapsed
10512
10513 \begin_layout Plain Layout
10514
10515
10516 \backslash
10517 spce 
10518 \end_layout
10519
10520 \end_inset
10521
10522 A=B
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10532 \end_inset
10533
10534
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \backslash
10547 underleftarrow
10548 \begin_inset ERT
10549 status collapsed
10550
10551 \begin_layout Plain Layout
10552
10553
10554 \backslash
10555 spce 
10556 \end_layout
10557
10558 \end_inset
10559
10560 A=B
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \backslash
10585 overleftrightarrow
10586 \begin_inset ERT
10587 status collapsed
10588
10589 \begin_layout Plain Layout
10590
10591
10592 \backslash
10593 spce 
10594 \end_layout
10595
10596 \end_inset
10597
10598 A=B
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \backslash
10623 underleftrightarrow
10624 \begin_inset ERT
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628
10629
10630 \backslash
10631 spce 
10632 \end_layout
10633
10634 \end_inset
10635
10636 A=B
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 </lyxtabular>
10655
10656 \end_inset
10657
10658
10659 \begin_inset space \hfill{}
10660 \end_inset
10661
10662
10663 \begin_inset Tabular
10664 <lyxtabular version="3" rows="5" columns="2">
10665 <features tabularvalignment="middle">
10666 <column alignment="center" valignment="top" width="0pt">
10667 <column alignment="center" valignment="top" width="0pt">
10668 <row>
10669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 コマンド
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 出力
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \backslash
10695 overrightarrow
10696 \begin_inset ERT
10697 status collapsed
10698
10699 \begin_layout Plain Layout
10700
10701
10702 \backslash
10703 spce 
10704 \end_layout
10705
10706 \end_inset
10707
10708 A=B
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \backslash
10733 underrightarrow
10734 \begin_inset ERT
10735 status collapsed
10736
10737 \begin_layout Plain Layout
10738
10739
10740 \backslash
10741 spce 
10742 \end_layout
10743
10744 \end_inset
10745
10746 A=B
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10756 \end_inset
10757
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \backslash
10771 widetilde
10772 \begin_inset ERT
10773 status collapsed
10774
10775 \begin_layout Plain Layout
10776
10777
10778 \backslash
10779 spce 
10780 \end_layout
10781
10782 \end_inset
10783
10784 A=B
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 widehat
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 spce 
10818 \end_layout
10819
10820 \end_inset
10821
10822 A=B
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 </lyxtabular>
10841
10842 \end_inset
10843
10844
10845 \begin_inset space \hfill{}
10846 \end_inset
10847
10848
10849 \end_layout
10850
10851 \begin_layout Standard
10852 \begin_inset VSpace medskip
10853 \end_inset
10854
10855 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10856 \series bold
10857
10858 \backslash
10859 widetilde
10860 \series default
10861 および
10862 \series bold
10863
10864 \backslash
10865 widehat
10866 \series default
10867 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10868 \begin_inset Formula 
10869 \[
10870 \widetilde{A+B=C-D}
10871 \]
10872
10873 \end_inset
10874
10875
10876 \end_layout
10877
10878 \begin_layout Standard
10879 前小節で述べた
10880 \series bold
10881
10882 \backslash
10883 overset
10884 \series default
10885
10886 \begin_inset Index idx
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890 こまんど@コマンド ! O ! 
10891 \backslash
10892 overset
10893 \end_layout
10894
10895 \end_inset
10896
10897 コマンドと
10898 \series bold
10899
10900 \backslash
10901 underset
10902 \series default
10903
10904 \begin_inset Index idx
10905 status collapsed
10906
10907 \begin_layout Plain Layout
10908 こまんど@コマンド ! U ! 
10909 \backslash
10910 underset
10911 \end_layout
10912
10913 \end_inset
10914
10915 コマンドを使っても、複数の文字にアクセントを付けることができます。
10916 \series bold
10917
10918 \backslash
10919 underset
10920 \begin_inset ERT
10921 status collapsed
10922
10923 \begin_layout Plain Layout
10924
10925
10926 \backslash
10927 spce 
10928 \end_layout
10929
10930 \end_inset
10931
10932 A=B
10933 \begin_inset Formula $\downarrow$
10934 \end_inset
10935
10936 ***
10937 \series default
10938 というコマンドは、
10939 \begin_inset Formula 
10940 \[
10941 \underset{***}{A=B}
10942 \]
10943
10944 \end_inset
10945
10946 のようになります。
10947 \end_layout
10948
10949 \begin_layout Section
10950 空白
10951 \begin_inset CommandInset label
10952 LatexCommand label
10953 name "sub:空白"
10954
10955 \end_inset
10956
10957
10958 \begin_inset Index idx
10959 status collapsed
10960
10961 \begin_layout Plain Layout
10962 くうはく@空白 ! すいへい@水平
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \end_layout
10969
10970 \begin_layout Subsection
10971 定義済みの空白
10972 \begin_inset CommandInset label
10973 LatexCommand label
10974 name "sub:定義済みの空白"
10975
10976 \end_inset
10977
10978
10979 \begin_inset Index idx
10980 status collapsed
10981
10982 \begin_layout Plain Layout
10983 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10984 \end_layout
10985
10986 \end_inset
10987
10988
10989 \end_layout
10990
10991 \begin_layout Standard
10992 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10993 \begin_inset Info
10994 type  "shortcut"
10995 arg   "space-insert protected"
10996 \end_inset
10997
10998 )を挿入することで実現できます。「
10999 \color blue
11000
11001 \begin_inset ERT
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005
11006
11007 \backslash
11008 spce 
11009 \end_layout
11010
11011 \end_inset
11012
11013
11014 \color inherit
11015 」が現れるので、
11016 \family sans
11017 Space
11018 \family default
11019 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11020 \begin_inset Graphics
11021         filename ../../images/math/space.png
11022         scale 85
11023
11024 \end_inset
11025
11026 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11027 \family sans
11028 Space
11029 \family default
11030 を押すことによって、長さを変更することができます。
11031 \end_layout
11032
11033 \begin_layout Standard
11034 \noindent
11035 \align center
11036 \begin_inset Tabular
11037 <lyxtabular version="3" rows="3" columns="7">
11038 <features tabularvalignment="middle">
11039 <column alignment="center" valignment="middle" width="6.8cm">
11040 <column alignment="center" valignment="top" width="0">
11041 <column alignment="center" valignment="top" width="0">
11042 <column alignment="center" valignment="top" width="0">
11043 <column alignment="center" valignment="top" width="0">
11044 <column alignment="center" valignment="top" width="0">
11045 <column alignment="center" valignment="top" width="0">
11046 <row>
11047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 コマンド
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \backslash
11062 ,
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071
11072 \backslash
11073 :
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \backslash
11084 ;
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \backslash
11095 quad
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \backslash
11106 qquad
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115
11116 \backslash
11117 !
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 保護された空白を挿入したのち、
11129 \family sans
11130 Space
11131 \family default
11132 を叩く回数
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 0
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 1
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 2
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 3
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 4
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 5
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 </row>
11192 <row>
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 出力
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $A\, B$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\: B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Formula $A\; B$
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\quad B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 \begin_inset Formula $A\qquad B$
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\! B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 </lyxtabular>
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11284 さの空白があります。
11285 \end_layout
11286
11287 \begin_layout Standard
11288 \align center
11289 \begin_inset Tabular
11290 <lyxtabular version="3" rows="3" columns="3">
11291 <features tabularvalignment="middle">
11292 <column alignment="center" valignment="middle" width="6.8cm">
11293 <column alignment="center" valignment="top" width="0pt">
11294 <column alignment="center" valignment="top" width="0pt">
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 コマンド
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \backslash
11311 negmedspace
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \backslash
11322 negthickspace
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 <row>
11329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 保護された空白を挿入したのち、
11334 \family sans
11335 Space
11336 \family default
11337 を叩く回数
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 6
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 7
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 <row>
11362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 出力
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Formula $A\negmedspace B$
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Formula $A\negthickspace B$
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 </lyxtabular>
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \begin_layout Standard
11404 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11405 \end_layout
11406
11407 \begin_layout Standard
11408 \align center
11409 \begin_inset Tabular
11410 <lyxtabular version="3" rows="3" columns="2">
11411 <features tabularvalignment="middle">
11412 <column alignment="center" valignment="top" width="0">
11413 <column alignment="center" valignment="top" width="0">
11414 <row>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 コマンド
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 出力
11429 \begin_inset Note Note
11430 status collapsed
11431
11432 \begin_layout Plain Layout
11433 ここで
11434 \series bold
11435
11436 \backslash
11437 raisebox
11438 \series default
11439 はスペーサーとして使用しているだけです。
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \backslash
11457 sum
11458 \backslash
11459 sum
11460 \begin_inset ERT
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464
11465
11466 \backslash
11467 spce 
11468 \end_layout
11469
11470 \end_inset
11471
11472 f_kl
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11482 \end_inset
11483
11484
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 </row>
11490 <row>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495
11496 \backslash
11497 sum
11498 \backslash
11499 negmedspace
11500 \backslash
11501 sum
11502 \begin_inset ERT
11503 status collapsed
11504
11505 \begin_layout Plain Layout
11506
11507
11508 \backslash
11509 spce 
11510 \end_layout
11511
11512 \end_inset
11513
11514 f_kl
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 </row>
11532 </lyxtabular>
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Standard
11540 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="2" columns="2">
11547 <features tabularvalignment="middle">
11548 <column alignment="center" valignment="top" width="0pt">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <row>
11551 <cell alignment="center" valignment="top" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 通常の数式
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 \begin_inset Formula $A=B$
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 \begin_inset Note Note
11579 status collapsed
11580
11581 \begin_layout Plain Layout
11582 ここで
11583 \series bold
11584
11585 \backslash
11586 raisebox
11587 \series default
11588 はスペーサーとして使用しているだけです。
11589 \end_layout
11590
11591 \end_inset
11592
11593
11594 \begin_inset Formula $\raisebox{5mm}{}$
11595 \end_inset
11596
11597 空白なしの数式
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 \begin_inset Formula $A{=}B$
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 </row>
11615 </lyxtabular>
11616
11617 \end_inset
11618
11619
11620 \end_layout
11621
11622 \begin_layout Standard
11623 \noindent
11624 二行目の数式を作るコマンドは、
11625 \series bold
11626 A
11627 \backslash
11628 {=
11629 \begin_inset Formula $\to$
11630 \end_inset
11631
11632 B
11633 \series default
11634 です。
11635 \end_layout
11636
11637 \begin_layout Standard
11638 \begin_inset VSpace bigskip
11639 \end_inset
11640
11641 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11642 整形\SpecialChar \menuseparator
11643 小空白メニュー(短
11644 絡キー
11645 \begin_inset Info
11646 type  "shortcut"
11647 arg   "space-insert thin"
11648 \end_inset
11649
11650 )で、最小の空白を挿入することができます。
11651 \end_layout
11652
11653 \begin_layout Standard
11654 違いを示す例を以下に掲げます。
11655 \end_layout
11656
11657 \begin_layout Standard
11658 \begin_inset Tabular
11659 <lyxtabular version="3" rows="2" columns="2">
11660 <features tabularvalignment="middle">
11661 <column alignment="left" valignment="top" width="0">
11662 <column alignment="left" valignment="top" width="0">
11663 <row>
11664 <cell alignment="center" valignment="top" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 24 kW
11669 \begin_inset Formula $\cdot$
11670 \end_inset
11671
11672 h
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 値と単位のあいだに通常の空白を入れた例
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 24
11693 \begin_inset space \thinspace{}
11694 \end_inset
11695
11696 kW
11697 \begin_inset Formula $\cdot$
11698 \end_inset
11699
11700 h
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 値と単位のあいだに最小の空白を入れた例
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 </lyxtabular>
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Subsection
11723 可変長の空白
11724 \begin_inset ERT
11725 status collapsed
11726
11727 \begin_layout Plain Layout
11728
11729
11730 \backslash
11731 texorpdfstring{
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \begin_inset Foot
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 数式中の垂直方向の空白については、第
11742 \begin_inset CommandInset ref
11743 LatexCommand ref
11744 reference "sub:行間"
11745
11746 \end_inset
11747
11748 節をご覧下さい。
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset ERT
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758
11759 }{}
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \begin_inset Note Note
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769
11770 \backslash
11771 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11772 \end_layout
11773
11774 \begin_layout Plain Layout
11775
11776 \backslash
11777 texorpdfstringについての詳細は、第
11778 \begin_inset CommandInset ref
11779 LatexCommand ref
11780 reference "sub:節見出し中の数式"
11781
11782 \end_inset
11783
11784 節にあります。
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \begin_inset CommandInset label
11791 LatexCommand label
11792 name "sub:可変長の空白"
11793
11794 \end_inset
11795
11796
11797 \begin_inset Index idx
11798 status collapsed
11799
11800 \begin_layout Plain Layout
11801 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \begin_layout Standard
11810 指定した長さの空白が、
11811 \series bold
11812
11813 \backslash
11814 hspace
11815 \series default
11816
11817 \begin_inset Index idx
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 こまんど@コマンド ! H ! 
11822 \backslash
11823 hspace
11824 \end_layout
11825
11826 \end_inset
11827
11828 コマンドで入力することができます。すると、ながい「
11829 \color blue
11830
11831 \begin_inset ERT
11832 status collapsed
11833
11834 \begin_layout Plain Layout
11835
11836
11837 \backslash
11838 spce 
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \color inherit
11845 」が現れます。長さは、「
11846 \color blue
11847
11848 \begin_inset ERT
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852
11853
11854 \backslash
11855 spce 
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \color inherit
11862 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11863 \series bold
11864
11865 \backslash
11866 hfill
11867 \series default
11868
11869 \begin_inset Index idx
11870 status collapsed
11871
11872 \begin_layout Plain Layout
11873 こまんど@コマンド ! H ! 
11874 \backslash
11875 hfill
11876 \end_layout
11877
11878 \end_inset
11879
11880 コマンドを使用します。
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \begin_inset VSpace -1mm
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \begin_layout Standard
11891 \align center
11892 \begin_inset Tabular
11893 <lyxtabular version="3" rows="4" columns="2">
11894 <features tabularvalignment="middle">
11895 <column alignment="center" valignment="top" width="0">
11896 <column alignment="center" valignment="top" width="0">
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 コマンド(
11903 \backslash
11904 hspace 長さ)
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 出力
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 </row>
11919 <row>
11920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 A=B
11925 \backslash
11926 hspace
11927 \begin_inset ERT
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931
11932
11933 \backslash
11934 spce 
11935 \end_layout
11936
11937 \end_inset
11938
11939
11940 \begin_inset Formula $\to$
11941 \end_inset
11942
11943 A
11944 \backslash
11945 not=C (3
11946 \begin_inset space \thinspace{}
11947 \end_inset
11948
11949 cm)
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 </row>
11967 <row>
11968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 A
11973 \backslash
11974 hspace
11975 \begin_inset ERT
11976 status collapsed
11977
11978 \begin_layout Plain Layout
11979
11980
11981 \backslash
11982 spce 
11983 \end_layout
11984
11985 \end_inset
11986
11987
11988 \begin_inset Formula $\to$
11989 \end_inset
11990
11991 A
11992 \backslash
11993 not=A (-1
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 mm)
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 <row>
12016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 A=A
12021 \backslash
12022 hfill
12023 \begin_inset ERT
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028
12029 \backslash
12030 spce 
12031 \end_layout
12032
12033 \end_inset
12034
12035 B=B
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 \begin_inset Formula $A=A\hfill B=B$
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 </lyxtabular>
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \begin_layout Standard
12061 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12062 \series bold
12063
12064 \backslash
12065 hfill
12066 \series default
12067 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12068 \series bold
12069
12070 \backslash
12071 hfill
12072 \series default
12073 は、別行建て数式中では、
12074 \series bold
12075 行頭下げ
12076 \series default
12077 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12078 \begin_inset CommandInset ref
12079 LatexCommand ref
12080 reference "sec:数式様式"
12081
12082 \end_inset
12083
12084 節で説明されています)。
12085 \end_layout
12086
12087 \begin_layout Standard
12088
12089 \series bold
12090
12091 \backslash
12092 hfill
12093 \series default
12094 の他にも、空白を模様で埋める
12095 \series bold
12096
12097 \backslash
12098 dotfill
12099 \series default
12100
12101 \series bold
12102
12103 \backslash
12104 hrulefill
12105 \series default
12106 といったコマンドがあります。用例については第
12107 \begin_inset CommandInset ref
12108 LatexCommand ref
12109 reference "sub:省略符号"
12110
12111 \end_inset
12112
12113 節をご参照下さい。
12114 \end_layout
12115
12116 \begin_layout Standard
12117 本文中では、可変長空白は、
12118 \family sans
12119 挿入\SpecialChar \menuseparator
12120 整形\SpecialChar \menuseparator
12121 水平方向の空白
12122 \family default
12123 メニューで挿入することができます。
12124 \end_layout
12125
12126 \begin_layout Standard
12127 (例)
12128 \end_layout
12129
12130 \begin_layout Standard
12131 この行には、
12132 \begin_inset space \hspace{}
12133 \length 2cm
12134 \end_inset
12135
12136 2
12137 \begin_inset space \thinspace{}
12138 \end_inset
12139
12140 cmの空白が入っています。
12141 \end_layout
12142
12143 \begin_layout Standard
12144 この行には、
12145 \begin_inset space \hfill{}
12146 \end_inset
12147
12148 最大の空白が入っています。
12149 \end_layout
12150
12151 \begin_layout Subsection
12152 行内数式周りの空白
12153 \begin_inset Index idx
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 行内数式前後の空白は、長さ
12167 \series bold
12168
12169 \backslash
12170 mathsurround
12171 \begin_inset Index idx
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175 こまんど@コマンド ! M ! 
12176 \backslash
12177 mathsurround
12178 \end_layout
12179
12180 \end_inset
12181
12182
12183 \series default
12184 を使って調節することができます。長さの値は、以下の書式を持つ
12185 \series bold
12186
12187 \backslash
12188 setlength
12189 \begin_inset Index idx
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193 こまんど@コマンド ! S ! 
12194 \backslash
12195 setlength
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \series default
12202 コマンドを使って設定することができます。
12203 \end_layout
12204
12205 \begin_layout Standard
12206
12207 \series bold
12208
12209 \backslash
12210 setlength{長さ名}{値}
12211 \end_layout
12212
12213 \begin_layout Standard
12214
12215 \series bold
12216
12217 \backslash
12218 mathsurround
12219 \series default
12220 を5
12221 \begin_inset space \thinspace{}
12222 \end_inset
12223
12224 mmの値に設定するには、以下のコマンド
12225 \end_layout
12226
12227 \begin_layout Standard
12228
12229 \series bold
12230
12231 \backslash
12232 setlength{
12233 \backslash
12234 mathsurround}{5mm}
12235 \end_layout
12236
12237 \begin_layout Standard
12238 をTeXモードで挿入します。すると、5
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 mmの空白がすべての行内数式の前後に設定されることになります。
12243 \begin_inset ERT
12244 status collapsed
12245
12246 \begin_layout Plain Layout
12247
12248
12249 \backslash
12250 setlength{
12251 \backslash
12252 mathsurround}{5mm}
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Standard
12261 この行には、周囲に5
12262 \begin_inset space \thinspace{}
12263 \end_inset
12264
12265 mmの余白を設定した行内数式
12266 \begin_inset Formula $A=B$
12267 \end_inset
12268
12269 があります。
12270 \begin_inset ERT
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274
12275
12276 \backslash
12277 setlength{
12278 \backslash
12279 mathsurround}{0pt}
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 既定値に戻すには、
12289 \series bold
12290
12291 \backslash
12292 mathsurround
12293 \series default
12294 を0
12295 \begin_inset space \thinspace{}
12296 \end_inset
12297
12298 ptの値に戻して下さい。
12299 \end_layout
12300
12301 \begin_layout Section
12302 ボックスと枠
12303 \begin_inset Index idx
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307 ぼっくす@ボックス
12308 \end_layout
12309
12310 \end_inset
12311
12312
12313 \begin_inset Index idx
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317 わく@枠 | see
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323 {
12324 \end_layout
12325
12326 \end_inset
12327
12328 ボックス
12329 \begin_inset ERT
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333
12334 }
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \begin_layout Standard
12348 本文中のボックスについては、取扱説明書
12349 \family typewriter
12350 埋め込みオブジェクト篇
12351 \family default
12352
12353 \family typewriter
12354 Boxes
12355 \family default
12356 の章に述べられています。
12357 \end_layout
12358
12359 \begin_layout Subsection
12360 縁付きボックス
12361 \begin_inset CommandInset label
12362 LatexCommand label
12363 name "sub:縁付きボックス"
12364
12365 \end_inset
12366
12367
12368 \begin_inset Index idx
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372 ぼっくす@ボックス ! ふちつき@縁付き
12373 \end_layout
12374
12375 \end_inset
12376
12377
12378 \end_layout
12379
12380 \begin_layout Standard
12381
12382 \series bold
12383
12384 \backslash
12385 fbox
12386 \series default
12387
12388 \begin_inset Index idx
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392 こまんど@コマンド ! F ! 
12393 \backslash
12394 fbox
12395 \end_layout
12396
12397 \end_inset
12398
12399 コマンドや
12400 \series bold
12401
12402 \backslash
12403 boxed
12404 \series default
12405
12406 \begin_inset Index idx
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 こまんど@コマンド ! B ! 
12411 \backslash
12412 boxed
12413 \end_layout
12414
12415 \end_inset
12416
12417 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12418 \end_layout
12419
12420 \begin_layout Standard
12421 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12422 \series bold
12423
12424 \backslash
12425 fbox
12426 \series default
12427 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12428 \family sans
12429 Ctrl+M
12430 \family default
12431 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12432 \series bold
12433
12434 \backslash
12435 boxed
12436 \series default
12437 を使った場合には、新しい数式が自動的に枠内に作られます。
12438 \end_layout
12439
12440 \begin_layout Standard
12441
12442 \series bold
12443
12444 \backslash
12445 fbox
12446 \series default
12447 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12448 \series bold
12449
12450 \backslash
12451 boxed
12452 \series default
12453 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12454 \end_layout
12455
12456 \begin_layout Standard
12457
12458 \series bold
12459
12460 \backslash
12461 fbox
12462 \series default
12463 の拡張として、枠幅と配置も指定することができる
12464 \series bold
12465
12466 \backslash
12467 framebox
12468 \series default
12469
12470 \begin_inset Index idx
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474 こまんど@コマンド ! F ! 
12475 \backslash
12476 framebox
12477 \end_layout
12478
12479 \end_inset
12480
12481 コマンドがあります。
12482 \series bold
12483
12484 \backslash
12485 framebox
12486 \series default
12487 は、以下の書式を持ちます。
12488 \end_layout
12489
12490 \begin_layout Standard
12491
12492 \series bold
12493
12494 \backslash
12495 framebox[枠幅][位置]{ボックスの内容}
12496 \end_layout
12497
12498 \begin_layout Standard
12499 「位置」は、
12500 \emph on
12501 l
12502 \emph default
12503
12504 \emph on
12505 r
12506 \emph default
12507 の値をとります。
12508 \emph on
12509 l
12510 \emph default
12511 は、ボックス中で数式を左寄せ、
12512 \emph on
12513 r
12514 \emph default
12515 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12516 \begin_inset Newline newline
12517 \end_inset
12518
12519 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12520 \series bold
12521
12522 \backslash
12523 fbox
12524 \series default
12525 と同様、枠幅がボックスの内容に応じて調節されるのです。
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531
12532 \backslash
12533 framebox
12534 \series default
12535 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12536 \series bold
12537
12538 \backslash
12539 fbox
12540 \series default
12541 同様、数式の断片を入れるためのものです。
12542 \end_layout
12543
12544 \begin_layout Standard
12545 \align center
12546 \begin_inset Tabular
12547 <lyxtabular version="3" rows="5" columns="2">
12548 <features tabularvalignment="middle">
12549 <column alignment="center" valignment="top" width="0">
12550 <column alignment="center" valignment="top" width="0">
12551 <row>
12552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 コマンド
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 出力
12566 \begin_inset Note Note
12567 status collapsed
12568
12569 \begin_layout Plain Layout
12570 ここで
12571 \series bold
12572
12573 \backslash
12574 raisebox
12575 \series default
12576 はスペーサーとして使用しているだけです。
12577 \end_layout
12578
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 <row>
12588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592
12593 \backslash
12594 fbox
12595 \begin_inset ERT
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599
12600
12601 \backslash
12602 spce 
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \family sans
12609 Ctrl+M
12610 \family default
12611  
12612 \backslash
12613 int
12614 \begin_inset ERT
12615 status collapsed
12616
12617 \begin_layout Plain Layout
12618
12619
12620 \backslash
12621 spce 
12622 \end_layout
12623
12624 \end_inset
12625
12626 A=B
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 <row>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649
12650 \backslash
12651 boxed
12652 \begin_inset ERT
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656
12657
12658 \backslash
12659 spce 
12660 \end_layout
12661
12662 \end_inset
12663
12664
12665 \backslash
12666 int
12667 \begin_inset ERT
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671
12672
12673 \backslash
12674 spce 
12675 \end_layout
12676
12677 \end_inset
12678
12679 A=B
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 <row>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 A+
12703 \backslash
12704 fbox
12705 \begin_inset ERT
12706 status collapsed
12707
12708 \begin_layout Plain Layout
12709
12710
12711 \backslash
12712 spce 
12713 \end_layout
12714
12715 \end_inset
12716
12717 B
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12727 \end_inset
12728
12729
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 </row>
12735 <row>
12736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740
12741 \backslash
12742 framebox
12743 \begin_inset ERT
12744 status collapsed
12745
12746 \begin_layout Plain Layout
12747
12748
12749 \backslash
12750 spce 
12751 \end_layout
12752
12753 \end_inset
12754
12755 20mm
12756 \begin_inset Formula $\to$
12757 \end_inset
12758
12759
12760 \begin_inset Formula $\to$
12761 \end_inset
12762
12763
12764 \family sans
12765 Ctrl+M
12766 \family default
12767  
12768 \backslash
12769 frac
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 spce 
12778 \end_layout
12779
12780 \end_inset
12781
12782 A
12783 \begin_inset Formula $\downarrow$
12784 \end_inset
12785
12786 B
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 \begin_inset Formula $\raisebox{6mm}{}$
12796 \end_inset
12797
12798
12799 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12800 \end_inset
12801
12802
12803 \begin_inset Formula $\raisebox{-4mm}{}$
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 </lyxtabular>
12813
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \begin_layout Standard
12820 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12821 \end_layout
12822
12823 \begin_layout Standard
12824
12825 \series bold
12826
12827 \backslash
12828 fboxrule
12829 \series default
12830  
12831 \series bold
12832
12833 \begin_inset Quotes eld
12834 \end_inset
12835
12836 厚み
12837 \begin_inset Quotes erd
12838 \end_inset
12839
12840
12841 \series default
12842  
12843 \series bold
12844
12845 \backslash
12846 fboxsep
12847 \series default
12848  
12849 \series bold
12850
12851 \begin_inset Quotes eld
12852 \end_inset
12853
12854 距離
12855 \begin_inset Quotes erd
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \begin_layout Standard
12862 \begin_inset Quotes eld
12863 \end_inset
12864
12865 距離
12866 \begin_inset Quotes erd
12867 \end_inset
12868
12869 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12870 \begin_inset ERT
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874
12875
12876 \backslash
12877 fboxrule 2mm 
12878 \backslash
12879 fboxsep 3mm
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \begin_inset Formula 
12886 \[
12887 \boxed{A+B=C}
12888 \]
12889
12890 \end_inset
12891
12892 この数式の直前には、
12893 \end_layout
12894
12895 \begin_layout Standard
12896
12897 \series bold
12898
12899 \backslash
12900 fboxrule
12901 \series default
12902  
12903 \series bold
12904 2mm
12905 \series default
12906  
12907 \series bold
12908
12909 \backslash
12910 fboxsep
12911 \series default
12912  
12913 \series bold
12914 3mm
12915 \end_layout
12916
12917 \begin_layout Standard
12918 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12919 \end_layout
12920
12921 \begin_layout Standard
12922 標準の枠寸法に戻すには、
12923 \end_layout
12924
12925 \begin_layout Standard
12926
12927 \series bold
12928
12929 \backslash
12930 fboxrule
12931 \series default
12932  
12933 \series bold
12934 0.4pt
12935 \series default
12936  
12937 \series bold
12938
12939 \backslash
12940 fboxsep
12941 \series default
12942  
12943 \series bold
12944 3pt
12945 \series default
12946
12947 \begin_inset ERT
12948 status collapsed
12949
12950 \begin_layout Plain Layout
12951
12952
12953 \backslash
12954 fboxrule 0.4pt 
12955 \backslash
12956 fboxsep 3pt
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \begin_layout Standard
12965 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12966 \end_layout
12967
12968 \begin_layout Subsection
12969 縁なしボックス
12970 \begin_inset CommandInset label
12971 LatexCommand label
12972 name "sub:枠なしボックス"
12973
12974 \end_inset
12975
12976
12977 \begin_inset Index idx
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981 ぼっくす@ボックス ! わくなし@枠なし
12982 \end_layout
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 縁のないボックスを作るには、
12991 \series bold
12992
12993 \backslash
12994 mbox
12995 \series default
12996
12997 \begin_inset Index idx
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001 こまんど@コマンド ! M ! 
13002 \backslash
13003 mbox
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \series bold
13010
13011 \backslash
13012 makebox
13013 \series default
13014
13015 \begin_inset Index idx
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019 こまんど@コマンド ! M ! 
13020 \backslash
13021 makebox
13022 \end_layout
13023
13024 \end_inset
13025
13026
13027 \series bold
13028
13029 \backslash
13030 raisebox
13031 \series default
13032
13033 \begin_inset Index idx
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037 こまんど@コマンド ! R ! 
13038 \backslash
13039 raisebox
13040 \end_layout
13041
13042 \end_inset
13043
13044 の三つのコマンドがあります。
13045 \end_layout
13046
13047 \begin_layout Standard
13048
13049 \series bold
13050
13051 \backslash
13052 raisebox
13053 \series default
13054 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13055 \series bold
13056
13057 \backslash
13058 raisebox
13059 \series default
13060 は、以下の書式で用いられます。
13061 \end_layout
13062
13063 \begin_layout Standard
13064
13065 \series bold
13066
13067 \backslash
13068 raisebox{高さ}{ボックスの内容}
13069 \end_layout
13070
13071 \begin_layout Standard
13072
13073 \series bold
13074
13075 \backslash
13076 fbox
13077 \series default
13078 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13079 \begin_inset Note Greyedout
13080 status open
13081
13082 \begin_layout Plain Layout
13083
13084 \series bold
13085 (註)
13086 \series default
13087 下の最後の
13088 \series bold
13089
13090 \backslash
13091 raisebox
13092 \series default
13093 のところで、
13094 \family sans
13095 Ctrl+M
13096 \family default
13097 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13098 \series bold
13099
13100 \backslash
13101 raisebox
13102 \series default
13103 を直接サポートしていないためです。
13104 \end_layout
13105
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 \align center
13113 \begin_inset Tabular
13114 <lyxtabular version="3" rows="4" columns="2">
13115 <features tabularvalignment="middle">
13116 <column alignment="center" valignment="top" width="0">
13117 <column alignment="center" valignment="top" width="0">
13118 <row>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 コマンド
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 出力
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 </row>
13138 <row>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 H
13144 \backslash
13145 raisebox{2mm
13146 \begin_inset Formula $\to$
13147 \end_inset
13148
13149
13150 \backslash
13151 {al
13152 \begin_inset Formula $\to$
13153 \end_inset
13154
13155  lo
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 </row>
13173 <row>
13174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 H
13179 \backslash
13180 raisebox{-2mm
13181 \begin_inset Formula $\to$
13182 \end_inset
13183
13184
13185 \backslash
13186 {al
13187 \begin_inset Formula $\to$
13188 \end_inset
13189
13190 lo
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 A=
13214 \backslash
13215 raisebox{-2mm
13216 \begin_inset Formula $\to$
13217 \end_inset
13218
13219
13220 \backslash
13221 {
13222 \family sans
13223 Ctrl+M Ctrl+M
13224 \family default
13225  
13226 \backslash
13227 sqrt
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 spce 
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 </row>
13258 </lyxtabular>
13259
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \begin_layout Standard
13266 縁がないことを除けば、
13267 \series bold
13268
13269 \backslash
13270 mbox
13271 \series default
13272 コマンドは
13273 \series bold
13274
13275 \backslash
13276 fbox
13277 \series default
13278 と同じであり、
13279 \series bold
13280
13281 \backslash
13282 makebox
13283 \series default
13284
13285 \series bold
13286
13287 \backslash
13288 framebox
13289 \series default
13290 と同じです。
13291 \end_layout
13292
13293 \begin_layout Subsection
13294 色付きボックス
13295 \begin_inset CommandInset label
13296 LatexCommand label
13297 name "sub:色付きボックス"
13298
13299 \end_inset
13300
13301
13302 \begin_inset Index idx
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306 ぼっくす@ボックス ! いろつき@色付き
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \begin_layout Standard
13315 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 usepackage{color}
13324 \end_layout
13325
13326 \begin_layout Standard
13327 という行
13328 \begin_inset Foot
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13333 \series bold
13334 color
13335 \series default
13336 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \begin_inset Note Note
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13347 \end_layout
13348
13349 \end_inset
13350
13351 を書き加えて、LaTeXパッケージの
13352 \series bold
13353 color
13354 \series default
13355
13356 \begin_inset Foot
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 LaTeXパッケージ
13361 \series bold
13362 color
13363 \series default
13364 は、すべての標準的なLaTeX頒布版に含まれています。
13365 \end_layout
13366
13367 \end_inset
13368
13369
13370 \begin_inset Index idx
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374 ぱっけーじ@パッケージ ! color
13375 \end_layout
13376
13377 \end_inset
13378
13379 を読み込む必要があります。
13380 \end_layout
13381
13382 \begin_layout Standard
13383 \begin_inset VSpace medskip
13384 \end_inset
13385
13386 ボックスに色を付けるには、
13387 \series bold
13388
13389 \backslash
13390 colorbox
13391 \series default
13392
13393 \begin_inset Index idx
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397 こまんど@コマンド ! C ! 
13398 \backslash
13399 colorbox
13400 \end_layout
13401
13402 \end_inset
13403
13404 コマンドを以下の書式で使用します。
13405 \end_layout
13406
13407 \begin_layout Standard
13408
13409 \series bold
13410
13411 \backslash
13412 colorbox{色}{ボックスの内容}
13413 \end_layout
13414
13415 \begin_layout Standard
13416 ボックスの内容には、別のボックスが含まれても構いませんし、
13417 \series bold
13418
13419 \backslash
13420 colorbox
13421 \series default
13422 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13423 \series bold
13424
13425 \backslash
13426 raisebox
13427 \series default
13428 と同様、明示的に数式を作らなくてはなりません
13429 \begin_inset Foot
13430 status collapsed
13431
13432 \begin_layout Plain Layout
13433 これは、
13434 \series bold
13435
13436 \backslash
13437 fcolorbox
13438 \series default
13439 コマンドにも当てはまります。
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \begin_layout Standard
13448 選択できる定義済みの色としては、
13449 \end_layout
13450
13451 \begin_layout Standard
13452
13453 \series bold
13454 black
13455 \series default
13456 (黒)・
13457 \series bold
13458 blue
13459 \series default
13460 (青)・
13461 \series bold
13462 cyan
13463 \series default
13464 (シアン)・
13465 \series bold
13466 green
13467 \series default
13468 (緑)・
13469 \series bold
13470 magenta
13471 \series default
13472 (マゼンタ)・
13473 \series bold
13474 red
13475 \series default
13476 (赤)・
13477 \series bold
13478 white
13479 \series default
13480 (白)・
13481 \series bold
13482 yellow
13483 \series default
13484 (黄)
13485 \end_layout
13486
13487 \begin_layout Standard
13488 があります。
13489 \end_layout
13490
13491 \begin_layout Standard
13492 \align center
13493 \begin_inset Tabular
13494 <lyxtabular version="3" rows="4" columns="2">
13495 <features tabularvalignment="middle">
13496 <column alignment="center" valignment="top" width="0">
13497 <column alignment="center" valignment="top" width="0">
13498 <row>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 コマンド
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 出力
13513 \begin_inset Note Note
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517 ここで
13518 \series bold
13519
13520 \backslash
13521 raisebox
13522 \series default
13523 はスペーサーとして使用しているだけです。
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \backslash
13541 colorbox{yellow
13542 \begin_inset Formula $\to$
13543 \end_inset
13544
13545
13546 \backslash
13547 {A=B
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 <row>
13566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570
13571 \backslash
13572 colorbox{green
13573 \begin_inset Formula $\to$
13574 \end_inset
13575
13576
13577 \backslash
13578 {
13579 \backslash
13580 fbox
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585
13586
13587 \backslash
13588 spce 
13589 \end_layout
13590
13591 \end_inset
13592
13593 A=B
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13603 \end_inset
13604
13605
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 </row>
13611 <row>
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616
13617 \backslash
13618 fbox
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 spce 
13627 \end_layout
13628
13629 \end_inset
13630
13631
13632 \backslash
13633 colorbox{green
13634 \begin_inset Formula $\to$
13635 \end_inset
13636
13637
13638 \backslash
13639 {
13640 \family sans
13641 Ctrl+M
13642 \family default
13643  
13644 \family sans
13645 Ctrl+M
13646 \family default
13647  
13648 \backslash
13649 int
13650 \begin_inset ERT
13651 status collapsed
13652
13653 \begin_layout Plain Layout
13654
13655
13656 \backslash
13657 spce 
13658 \end_layout
13659
13660 \end_inset
13661
13662 C=D
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13672 \end_inset
13673
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 </row>
13680 </lyxtabular>
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688
13689 \series bold
13690
13691 \backslash
13692 colorbox
13693 \series default
13694 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13695 \family sans
13696 文字様式
13697 \family default
13698 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13699 \begin_inset Graphics
13700         filename ../../images/dialog-show_character.png
13701         scale 85
13702
13703 \end_inset
13704
13705
13706 \family sans
13707 編集\SpecialChar \menuseparator
13708 文字様式\SpecialChar \menuseparator
13709 任意設定
13710 \family default
13711 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13712
13713 \end_layout
13714
13715 \begin_layout Standard
13716 たとえば、
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \color red
13722 \begin_inset Formula 
13723 \begin{equation}
13724 \int A=B\label{eq:red}
13725 \end{equation}
13726
13727 \end_inset
13728
13729
13730 \color green
13731
13732 \begin_inset Formula 
13733 \begin{equation}
13734 \textcolor{red}{\int A=B}\label{eq:redgreen}
13735 \end{equation}
13736
13737 \end_inset
13738
13739
13740 \end_layout
13741
13742 \begin_layout Standard
13743 数式
13744 \begin_inset CommandInset ref
13745 LatexCommand eqref
13746 reference "eq:red"
13747
13748 \end_inset
13749
13750 は、全体が赤色です。
13751 \begin_inset Newline newline
13752 \end_inset
13753
13754 数式
13755 \begin_inset CommandInset ref
13756 LatexCommand eqref
13757 reference "eq:redgreen"
13758
13759 \end_inset
13760
13761 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13762 \end_layout
13763
13764 \begin_layout Standard
13765 \begin_inset VSpace bigskip
13766 \end_inset
13767
13768 ボックスの縁だけ別の色にするには、
13769 \series bold
13770
13771 \backslash
13772 fcolorbox
13773 \series default
13774
13775 \begin_inset Index idx
13776 status collapsed
13777
13778 \begin_layout Plain Layout
13779 こまんど@コマンド ! F ! 
13780 \backslash
13781 fcolorbox
13782 \end_layout
13783
13784 \end_inset
13785
13786 コマンドを以下の書式で使用します。
13787 \end_layout
13788
13789 \begin_layout Standard
13790
13791 \series bold
13792
13793 \backslash
13794 fcolorbox{縁の色}{色}{ボックスの内容}
13795 \end_layout
13796
13797 \begin_layout Standard
13798 つまり、
13799 \series bold
13800
13801 \backslash
13802 fcolorbox
13803 \series default
13804
13805 \series bold
13806
13807 \backslash
13808 colorbox
13809 \series default
13810 コマンドの拡張です。
13811 \series bold
13812
13813 \backslash
13814 framebox
13815 \series default
13816 と同様に、縁の厚みは
13817 \series bold
13818
13819 \backslash
13820 fboxrule
13821 \series default
13822
13823 \series bold
13824
13825 \backslash
13826 fboxsep
13827 \series default
13828 で設定します。たとえば、
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834
13835 \backslash
13836 fboxrule 1mm 
13837 \backslash
13838 fboxsep 1mm
13839 \end_layout
13840
13841 \end_inset
13842
13843
13844 \begin_inset Formula 
13845 \[
13846 \fcolorbox{cyan}{magenta}{A=B}
13847 \]
13848
13849 \end_inset
13850
13851
13852 \begin_inset ERT
13853 status collapsed
13854
13855 \begin_layout Plain Layout
13856
13857
13858 \backslash
13859 fboxrule 0.4pt 
13860 \backslash
13861 fboxsep 3pt
13862 \end_layout
13863
13864 \end_inset
13865
13866 のようにします。
13867 \end_layout
13868
13869 \begin_layout Standard
13870 上記の数式は、以下のコマンドで作成されています。
13871 \begin_inset Newline newline
13872 \end_inset
13873
13874
13875 \series bold
13876
13877 \backslash
13878 fcolorbox{cyan
13879 \begin_inset Formula $\to$
13880 \end_inset
13881
13882
13883 \backslash
13884 {magenta
13885 \begin_inset Formula $\to$
13886 \end_inset
13887
13888
13889 \backslash
13890 {A=B
13891 \series default
13892 .
13893 \end_layout
13894
13895 \begin_layout Standard
13896 \begin_inset VSpace bigskip
13897 \end_inset
13898
13899 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13900 \end_layout
13901
13902 \begin_layout Standard
13903 たとえば、「
13904 \series bold
13905 darkgreen
13906 \series default
13907 」という色を定義するには、LaTeXプリアンブルに
13908 \end_layout
13909
13910 \begin_layout Standard
13911
13912 \series bold
13913
13914 \backslash
13915 definecolor{darkgreen}{cmyk}{0.5,
13916 \series default
13917  
13918 \series bold
13919 0,
13920 \series default
13921  
13922 \series bold
13923 1,
13924 \series default
13925  
13926 \series bold
13927 0.5}
13928 \series default
13929
13930 \begin_inset Index idx
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934 こまんど@コマンド ! D ! 
13935 \backslash
13936 definecolor
13937 \end_layout
13938
13939 \end_inset
13940
13941
13942 \end_layout
13943
13944 \begin_layout Standard
13945 という行を書き加えます。
13946 \end_layout
13947
13948 \begin_layout Standard
13949
13950 \series bold
13951 cmyk
13952 \series default
13953 とは、
13954 \series bold
13955 cyan
13956 \series default
13957 (シアン)・
13958 \series bold
13959 magenta
13960 \series default
13961 (マゼンタ)・
13962 \series bold
13963 yellow
13964 \series default
13965 (黄)・
13966 \series bold
13967 black
13968 \series default
13969 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13970 \begin_inset space \thinspace{}
13971 \end_inset
13972
13973 -
13974 \begin_inset space \thinspace{}
13975 \end_inset
13976
13977 1の範囲をとることができます。定義には、
13978 \series bold
13979 cmyk
13980 \series default
13981 の他に、
13982 \series bold
13983 rgb
13984 \series default
13985 という色空間を使うこともできます。
13986 \series bold
13987 rgb
13988 \series default
13989 とは、
13990 \series bold
13991 red
13992 \series default
13993 (赤)・
13994 \series bold
13995 green
13996 \series default
13997 (緑)・
13998 \series bold
13999 blue
14000 \series default
14001 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
14002 \series bold
14003 gray
14004 \series default
14005 という色空間もあります。
14006 \end_layout
14007
14008 \begin_layout Standard
14009 例として、文字が
14010 \series bold
14011 yellow
14012 \series default
14013 に色付けされ、新しく定義した
14014 \series bold
14015 darkgreen
14016 \series default
14017 という色を持つ縁付きボックスを挙げておきます。
14018 \begin_inset Formula 
14019 \begin{equation}
14020 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14021 \end{equation}
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \begin_layout Standard
14029
14030 \series bold
14031
14032 \backslash
14033 textcolor
14034 \series default
14035 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14036 \begin_inset Index idx
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040 てきすと@テキスト ! いろつき@色付き
14041 \end_layout
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 \begin_inset ERT
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053
14054
14055 \backslash
14056 textcolor{darkgreen}{
14057 \end_layout
14058
14059 \end_inset
14060
14061 この文は「darkgreen」です。
14062 \begin_inset ERT
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066
14067 }
14068 \end_layout
14069
14070 \end_inset
14071
14072
14073 \end_layout
14074
14075 \begin_layout Standard
14076
14077 \series bold
14078
14079 \backslash
14080 textcolor
14081 \series default
14082
14083 \begin_inset Index idx
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 こまんど@コマンド ! T ! 
14088 \backslash
14089 textcolor
14090 \end_layout
14091
14092 \end_inset
14093
14094 は、
14095 \series bold
14096
14097 \backslash
14098 textcolor{色}{色付けをする文}
14099 \series default
14100 という書式で使用することができます。
14101 \end_layout
14102
14103 \begin_layout Subsection
14104 段落ボックス
14105 \begin_inset CommandInset label
14106 LatexCommand label
14107 name "sub:段落ボックス"
14108
14109 \end_inset
14110
14111
14112 \begin_inset Index idx
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116 ぼっくす@ボックス ! だんらく@段落
14117 \end_layout
14118
14119 \end_inset
14120
14121
14122 \begin_inset Index idx
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126 ぼっくす@ボックス ! parbox|see
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132 {
14133 \end_layout
14134
14135 \end_inset
14136
14137 ボックス ! 段落ボックス
14138 \begin_inset ERT
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142
14143 }
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14158 \family sans
14159 挿入\SpecialChar \menuseparator
14160 ボックス
14161 \family default
14162 メニューかツールバーボタン
14163 \begin_inset Graphics
14164         filename ../../images/box-insert.png
14165         scale 85
14166
14167 \end_inset
14168
14169 で作成することができます。
14170 \end_layout
14171
14172 \begin_layout Standard
14173 以下の例は、行中の縁付きparboxを示したものです。
14174 \end_layout
14175
14176 \begin_layout Standard
14177 \begin_inset VSpace medskip
14178 \end_inset
14179
14180 この行は、
14181 \begin_inset Box Boxed
14182 position "c"
14183 hor_pos "c"
14184 has_inner_box 1
14185 inner_pos "t"
14186 use_parbox 1
14187 use_makebox 0
14188 width "5cm"
14189 special "none"
14190 height "1in"
14191 height_special "totalheight"
14192 status open
14193
14194 \begin_layout Plain Layout
14195 これは段落ボックスです。これはちょうど5
14196 \begin_inset space \thinspace{}
14197 \end_inset
14198
14199 cmの幅になっており、以下のように数式を含めることもできます。
14200 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \end_inset
14207
14208 parboxの入った行です。
14209 \end_layout
14210
14211 \begin_layout Standard
14212 \begin_inset VSpace medskip
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \begin_layout Standard
14219 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14220 \emph on
14221 装飾
14222 \emph default
14223 :簡素な長方形の箱型、
14224 \emph on
14225 内部ボックス
14226 \emph default
14227 :parboxコマンド、
14228 \emph on
14229
14230 \emph default
14231 :5
14232 \begin_inset space \thinspace{}
14233 \end_inset
14234
14235 cm、
14236 \emph on
14237 垂直ボックス配置
14238 \emph default
14239 :中央、に設定されています。
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset VSpace medskip
14244 \end_inset
14245
14246 LaTeXでは、parboxは、以下の書式を持つ
14247 \series bold
14248
14249 \backslash
14250 parbox
14251 \series default
14252
14253 \begin_inset Index idx
14254 status collapsed
14255
14256 \begin_layout Plain Layout
14257 こまんど@コマンド ! P ! 
14258 \backslash
14259 parbox
14260 \end_layout
14261
14262 \end_inset
14263
14264 コマンドによって作られます。
14265 \end_layout
14266
14267 \begin_layout Standard
14268
14269 \series bold
14270
14271 \backslash
14272 parbox[位置]{幅}{ボックスの内容}
14273 \end_layout
14274
14275 \begin_layout Standard
14276 「位置」は、
14277 \emph on
14278 b
14279 \emph default
14280
14281 \emph on
14282 t
14283 \emph default
14284 の値をとることができます。下揃えを意味する
14285 \emph on
14286 b
14287 \emph default
14288
14289 \bar under
14290 b
14291 \bar default
14292 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14293 \emph on
14294 t
14295 \emph default
14296
14297 \bar under
14298 t
14299 \bar default
14300 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14301 \emph on
14302 Boxes
14303 \emph default
14304 の節をご参照下さい。
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset VSpace bigskip
14309 \end_inset
14310
14311 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14312 \series bold
14313 parbox{
14314 \backslash
14315 linewidth-2
14316 \backslash
14317 fboxsep-2
14318 \backslash
14319 fboxrule}{
14320 \series default
14321 というコマンドを挿入します。ここで
14322 \series bold
14323
14324 \backslash
14325 linewidth
14326 \begin_inset Index idx
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 こまんど@コマンド ! L ! 
14331 \backslash
14332 linewidth
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \series default
14339 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14340 \begin_inset Foot
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 \begin_inset CommandInset href
14345 LatexCommand href
14346 name "LyX-bug #4483"
14347 target "http://www.lyx.org/trac/ticket/4483"
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14357 \series bold
14358 calc
14359 \series default
14360
14361 \begin_inset Foot
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366 \series bold
14367 calc
14368 \series default
14369 は、標準的LaTeX頒布版のすべてに含まれています。
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \begin_inset Index idx
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 ぱっけーじ@パッケージ ! calc
14380 \end_layout
14381
14382 \end_inset
14383
14384 を、LaTeXプリアンブル中で
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \series bold
14390
14391 \backslash
14392 usepackage{calc}
14393 \end_layout
14394
14395 \begin_layout Standard
14396 のように読み込んでおく必要があります。数式の後では、TeXモードで
14397 \series bold
14398 }}
14399 \series default
14400 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14401 \begin_inset ERT
14402 status collapsed
14403
14404 \begin_layout Plain Layout
14405
14406
14407 \backslash
14408 fboxsep 5mm 
14409 \backslash
14410 fboxrule 5mm
14411 \end_layout
14412
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \begin_layout Standard
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424
14425 \backslash
14426 fbox{
14427 \backslash
14428 parbox{
14429 \backslash
14430 linewidth-2
14431 \backslash
14432 fboxsep-2
14433 \backslash
14434 fboxrule}{
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \begin_inset Formula 
14441 \begin{equation}
14442 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14443 \end{equation}
14444
14445 \end_inset
14446
14447
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453 }}
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464
14465 \backslash
14466 fboxrule 0.4pt 
14467 \backslash
14468 fboxsep 3pt
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \begin_layout Standard
14477 \begin_inset VSpace medskip
14478 \end_inset
14479
14480
14481 \series bold
14482
14483 \backslash
14484 fbox
14485 \series default
14486 の引数としてparboxが使われているので、この場合には、
14487 \series bold
14488
14489 \backslash
14490 fbox
14491 \series default
14492 を使おうが
14493 \series bold
14494
14495 \backslash
14496 boxed
14497 \series default
14498 を使おうが、差は生じません。
14499 \end_layout
14500
14501 \begin_layout Standard
14502 \begin_inset VSpace bigskip
14503 \end_inset
14504
14505 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14506 \series bold
14507
14508 \backslash
14509 parbox
14510 \series default
14511
14512 \series bold
14513
14514 \backslash
14515 tag
14516 \series default
14517 コマンドといっしょに使います(
14518 \series bold
14519
14520 \backslash
14521 tag
14522 \series default
14523 についての詳細は、第
14524 \begin_inset CommandInset ref
14525 LatexCommand ref
14526 reference "sub:ユーザー定義番号"
14527
14528 \end_inset
14529
14530 節をご参照下さい)
14531 \end_layout
14532
14533 \begin_layout Standard
14534 以下は、
14535 \series bold
14536
14537 \backslash
14538 parbox
14539 \series default
14540 を使ってコメントを付けた数式の例です。
14541 \end_layout
14542
14543 \begin_layout Standard
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551 [5x-7b=3b
14552 \backslash
14553 tag*{
14554 \backslash
14555 parbox{5cm}{
14556 \end_layout
14557
14558 \end_inset
14559
14560 これは説明です。数式や多行数式本体からはっきりと離れています。
14561 \begin_inset ERT
14562 status collapsed
14563
14564 \begin_layout Plain Layout
14565
14566 }}
14567 \backslash
14568 ]
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Standard
14577 LyXは、まだ数式中での
14578 \series bold
14579
14580 \backslash
14581 parbox
14582 \series default
14583 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14584 \end_layout
14585
14586 \begin_layout Standard
14587 まず、
14588 \series bold
14589
14590 \backslash
14591 [5x-7b=3b
14592 \backslash
14593 tag*
14594 \backslash
14595 {
14596 \backslash
14597 parbox{5cm}{
14598 \series default
14599 というコマンドをTeXモードで挿入します
14600 \begin_inset Foot
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605 \series bold
14606 行頭下げ
14607 \series default
14608 数式様式を使用している時には、
14609 \series bold
14610
14611 \backslash
14612 tag*
14613 \backslash
14614 {
14615 \series default
14616 の代わりに
14617 \series bold
14618
14619 \backslash
14620 hfill
14621 \series default
14622 を用いることもできます(数式様式に関しては、第
14623 \begin_inset CommandInset ref
14624 LatexCommand ref
14625 reference "sec:数式様式"
14626
14627 \end_inset
14628
14629 節をご参照下さい)。
14630 \end_layout
14631
14632 \end_inset
14633
14634 。それから、説明を通常のテキストとして入れ、最後に
14635 \series bold
14636 }}
14637 \backslash
14638 ]
14639 \series default
14640 をTeXモードで挿入します。ここで
14641 \series bold
14642
14643 \backslash
14644 [
14645 \series default
14646 および
14647 \series bold
14648
14649 \backslash
14650 ]
14651 \series default
14652 コマンドは別行建て数式を作るためのものです。
14653 \end_layout
14654
14655 \begin_layout Standard
14656
14657 \series bold
14658
14659 \backslash
14660 parbox
14661 \series default
14662 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14663 \begin_inset Formula 
14664 \[
14665 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14666 \]
14667
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \begin_layout Section
14674 演算子
14675 \begin_inset Index idx
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679 えんざんし@演算子
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Subsection
14688 大演算子
14689 \begin_inset CommandInset label
14690 LatexCommand label
14691 name "sub:大演算子"
14692
14693 \end_inset
14694
14695
14696 \begin_inset Index idx
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 えんざんし@演算子 ! だい@大
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \begin_inset Index idx
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710 わ@和
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \begin_inset Index idx
14717 status collapsed
14718
14719 \begin_layout Plain Layout
14720 せきぶんきごう@積分記号
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Standard
14729 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14730 \family sans
14731 数式オプション
14732 \family default
14733 の面にある
14734 \family sans
14735 esintパッケージを自動的に使う
14736 \family default
14737 オプションを有効にしなくてはなりません。
14738 \end_layout
14739
14740 \begin_layout Standard
14741 \begin_inset space \hfill{}
14742 \end_inset
14743
14744
14745 \begin_inset Tabular
14746 <lyxtabular version="3" rows="9" columns="2">
14747 <features tabularvalignment="middle">
14748 <column alignment="center" valignment="top" width="0pt">
14749 <column alignment="center" valignment="top" width="0pt">
14750 <row>
14751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14752 \begin_inset Text
14753
14754 \begin_layout Plain Layout
14755 コマンド
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764 出力
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 <row>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775
14776 \backslash
14777 sum
14778 \begin_inset Index idx
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 こまんど@コマンド ! S ! 
14783 \backslash
14784 sum
14785 \end_layout
14786
14787 \end_inset
14788
14789
14790 \end_layout
14791
14792 \end_inset
14793 </cell>
14794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798 \begin_inset Formula $\sum$
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 </row>
14807 <row>
14808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812
14813 \backslash
14814 int
14815 \begin_inset Index idx
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819 こまんど@コマンド ! I ! 
14820 \backslash
14821 int
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 \begin_inset Formula $\int$
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \backslash
14851 oint
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860 \begin_inset Formula $\oint$
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 <row>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874
14875 \backslash
14876 ointctrclockwise
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 \begin_inset Formula $\ointctrclockwise$
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 </row>
14894 <row>
14895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899
14900 \backslash
14901 ointclockwise
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 \begin_inset Formula $\ointclockwise$
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 </row>
14919 <row>
14920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924
14925 \backslash
14926 sqint
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 \begin_inset Formula $\sqint$
14936 \end_inset
14937
14938
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 <row>
14945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949
14950 \backslash
14951 bigcap
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 \begin_inset Formula $\bigcap$
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \backslash
14976 bigcup
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 \begin_inset Formula $\bigcup$
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 </lyxtabular>
14995
14996 \end_inset
14997
14998
14999 \begin_inset space \hfill{}
15000 \end_inset
15001
15002
15003 \begin_inset Tabular
15004 <lyxtabular version="3" rows="10" columns="2">
15005 <features tabularvalignment="middle">
15006 <column alignment="center" valignment="top" width="0pt">
15007 <column alignment="center" valignment="top" width="0pt">
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 コマンド
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Plain Layout
15022 出力
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \backslash
15035 prod
15036 \begin_inset Index idx
15037 status collapsed
15038
15039 \begin_layout Plain Layout
15040 こまんど@コマンド ! P ! 
15041 \backslash
15042 prod
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 \begin_inset Formula $\prod$
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \backslash
15072 coprod
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 \begin_inset Formula $\coprod$
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 <row>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \backslash
15097 bigodot
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106 \begin_inset Formula $\bigodot$
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \backslash
15122 bigotimes
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 \begin_inset Formula $\bigotimes$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \backslash
15147 bigoplus
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\bigoplus$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \backslash
15172 bigwedge
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $\bigwedge$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 bigvee
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 \begin_inset Formula $\bigvee$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \backslash
15222 bigsqcup
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 \begin_inset Formula $\bigsqcup$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 biguplus
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 \begin_inset Formula $\biguplus$
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 </row>
15265 </lyxtabular>
15266
15267 \end_inset
15268
15269
15270 \begin_inset space \hfill{}
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \begin_layout Standard
15277 すべての大演算子は、数式ツールバーボタンの
15278 \begin_inset Graphics
15279         filename ../../images/math/intop.png
15280         scale 85
15281
15282 \end_inset
15283
15284 でも挿入することができます。
15285 \end_layout
15286
15287 \begin_layout Standard
15288 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15289 \end_layout
15290
15291 \begin_layout Standard
15292 積分演算子はすべて、
15293 \series bold
15294
15295 \backslash
15296 intop
15297 \series default
15298
15299 \series bold
15300
15301 \backslash
15302 ointop
15303 \series default
15304 のように、
15305 \series bold
15306 op
15307 \series default
15308 で終わる別バージョンがあります。これらの演算子は、
15309 \series bold
15310
15311 \backslash
15312 int
15313 \series default
15314 とは範囲の表示のしかたが異なります。第
15315 \begin_inset CommandInset ref
15316 LatexCommand ref
15317 reference "sub:演算子の範囲"
15318
15319 \end_inset
15320
15321 節をご参照下さい。
15322 \end_layout
15323
15324 \begin_layout Subsubsection*
15325 積分の子細
15326 \end_layout
15327
15328 \begin_layout Standard
15329 積分中で用いられる文字
15330 \emph on
15331 d
15332 \emph default
15333 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15334 \emph on
15335 d
15336 \emph default
15337 を選択して、短絡キー
15338 \begin_inset Info
15339 type  "shortcut"
15340 arg   "font-roman"
15341 \end_inset
15342
15343 を用います
15344 \begin_inset Foot
15345 status collapsed
15346
15347 \begin_layout Plain Layout
15348 文字様式については、第
15349 \begin_inset CommandInset ref
15350 LatexCommand ref
15351 reference "sub:書体様式"
15352
15353 \end_inset
15354
15355 節参照。
15356 \end_layout
15357
15358 \end_inset
15359
15360 。最後に、演算子の慣例に倣って、
15361 \emph on
15362 d
15363 \emph default
15364 の前に最小空白を挿入しなくてはなりません。たとえば、
15365 \end_layout
15366
15367 \begin_layout Standard
15368 正しくない例:
15369 \begin_inset Formula $\int A(x)dx$
15370 \end_inset
15371
15372
15373 \begin_inset Newline newline
15374 \end_inset
15375
15376 正しい
15377 \begin_inset Phantom HPhantom
15378 status open
15379
15380 \begin_layout Plain Layout
15381 ない
15382 \end_layout
15383
15384 \end_inset
15385
15386 例:
15387 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 多重積分に関しては、以下のコマンドがあります。
15395 \begin_inset VSpace medskip
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \begin_layout Standard
15402 \begin_inset space \hfill{}
15403 \end_inset
15404
15405
15406 \begin_inset Tabular
15407 <lyxtabular version="3" rows="4" columns="2">
15408 <features tabularvalignment="middle">
15409 <column alignment="center" valignment="top" width="0">
15410 <column alignment="center" valignment="top" width="0">
15411 <row>
15412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 コマンド
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 出力
15426 \begin_inset Note Note
15427 status collapsed
15428
15429 \begin_layout Plain Layout
15430 ここで
15431 \series bold
15432
15433 \backslash
15434 raisebox
15435 \series default
15436 はスペーサーとして使用しているだけです。
15437 \end_layout
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \backslash
15454 iint
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \backslash
15479 oiint
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 </row>
15497 <row>
15498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \backslash
15504 sqiint
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 </lyxtabular>
15523
15524 \end_inset
15525
15526
15527 \begin_inset space \hfill{}
15528 \end_inset
15529
15530
15531 \begin_inset Tabular
15532 <lyxtabular version="3" rows="4" columns="2">
15533 <features tabularvalignment="middle">
15534 <column alignment="center" valignment="top" width="0">
15535 <column alignment="center" valignment="top" width="0">
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 コマンド
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 出力
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 iiint
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \backslash
15588 iiiint
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \backslash
15613 dotsint
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 </lyxtabular>
15632
15633 \end_inset
15634
15635
15636 \begin_inset space \hfill{}
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \begin_layout Subsection
15643 演算子の範囲
15644 \begin_inset CommandInset label
15645 LatexCommand label
15646 name "sub:演算子の範囲"
15647
15648 \end_inset
15649
15650
15651 \begin_inset Index idx
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655 えんざんし@演算子 ! はんい@範囲
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Standard
15664 範囲は、上付き文字と下付き文字とで作成することができます。
15665 \end_layout
15666
15667 \begin_layout Standard
15668 \align center
15669 \begin_inset Tabular
15670 <lyxtabular version="3" rows="2" columns="2">
15671 <features tabularvalignment="middle">
15672 <column alignment="center" valignment="top" width="0pt">
15673 <column alignment="center" valignment="top" width="0pt">
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 コマンド
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 出力
15689 \begin_inset Note Note
15690 status collapsed
15691
15692 \begin_layout Plain Layout
15693 ここで
15694 \series bold
15695
15696 \backslash
15697 raisebox
15698 \series default
15699 はスペーサーとして使用しているだけです。
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \backslash
15717 prod^
15718 \backslash
15719 infty
15720 \begin_inset ERT
15721 status collapsed
15722
15723 \begin_layout Plain Layout
15724
15725
15726 \backslash
15727 spce 
15728 \end_layout
15729
15730 \end_inset
15731
15732
15733 \begin_inset Formula $\to$
15734 \end_inset
15735
15736 _0
15737 \begin_inset Formula $\to$
15738 \end_inset
15739
15740 A(x)
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15750 \end_inset
15751
15752
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \begin_layout Standard
15766 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15767 \end_layout
15768
15769 \begin_layout Standard
15770 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15771 \family sans
15772 編集\SpecialChar \menuseparator
15773 数式\SpecialChar \menuseparator
15774 範囲の表記を変更
15775 \family default
15776 メニューで
15777 \family sans
15778 \series bold
15779 行内形式
15780 \family default
15781 \series default
15782 (短絡キー
15783 \begin_inset Info
15784 type  "shortcut"
15785 arg   "math-limits"
15786 \end_inset
15787
15788 )を選択することで範囲形式を変更することができます。以下はその用例です。
15789 \end_layout
15790
15791 \begin_layout Standard
15792 既定の範囲形式は、以下のようになっています。
15793 \begin_inset Formula 
15794 \[
15795 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15796 \]
15797
15798 \end_inset
15799
15800 以下は、範囲形式を
15801 \family sans
15802 \series bold
15803 行内形式
15804 \family default
15805 \series default
15806 に変更したときの表示です。
15807 \begin_inset Formula 
15808 \[
15809 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15810 \]
15811
15812 \end_inset
15813
15814
15815 \series bold
15816
15817 \backslash
15818 intop
15819 \series default
15820
15821 \series bold
15822
15823 \backslash
15824 ointop
15825 \series default
15826 などのように
15827 \series bold
15828 op
15829 \series default
15830 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15831 の例では、範囲形式を
15832 \series bold
15833 別行建て形式
15834 \series default
15835 にして積分記号の下に置くようにしています。
15836 \begin_inset Formula 
15837 \begin{equation}
15838 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15839 \end{equation}
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 \begin_inset VSpace medskip
15848 \end_inset
15849
15850 範囲に条件を指定したい場合には、
15851 \series bold
15852
15853 \backslash
15854 subarray
15855 \series default
15856
15857 \begin_inset Index idx
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861 こまんど@コマンド ! S ! 
15862 \backslash
15863 subarray
15864 \end_layout
15865
15866 \end_inset
15867
15868 コマンドや
15869 \series bold
15870
15871 \backslash
15872 substack
15873 \series default
15874
15875 \begin_inset Index idx
15876 status collapsed
15877
15878 \begin_layout Plain Layout
15879 こまんど@コマンド ! S ! 
15880 \backslash
15881 substack
15882 \end_layout
15883
15884 \end_inset
15885
15886 コマンドを使用します。たとえば、以下の表記 
15887 \begin_inset Formula 
15888 \begin{equation}
15889 \sum_{\begin{subarray}{c}
15890 0<k<1000\\
15891 \\
15892 k\,\in\,\mathbb{N}
15893 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15894 \end{equation}
15895
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \begin_layout Standard
15902 を作成するには、以下のようにしなくてはなりません。
15903 \begin_inset Newline newline
15904 \end_inset
15905
15906 まず、
15907 \series bold
15908
15909 \backslash
15910 sum
15911 \series default
15912 ^
15913 \series bold
15914 n
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 spce 
15923 \end_layout
15924
15925 \end_inset
15926
15927 _
15928 \series default
15929 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15930 \series bold
15931
15932 \backslash
15933 subarray
15934 \begin_inset ERT
15935 status collapsed
15936
15937 \begin_layout Plain Layout
15938
15939
15940 \backslash
15941 spce 
15942 \end_layout
15943
15944 \end_inset
15945
15946
15947 \series default
15948 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15949 \begin_inset Info
15950 type  "shortcut"
15951 arg   "newline-insert newline"
15952 \end_inset
15953
15954 )を挿入することで作ることができます。ここに
15955 \begin_inset Newline newline
15956 \end_inset
15957
15958
15959 \series bold
15960 0
15961 \begin_inset Formula $\boldsymbol{<}$
15962 \end_inset
15963
15964 k
15965 \begin_inset Formula $\boldsymbol{<}$
15966 \end_inset
15967
15968 1000 Ctrl+Return
15969 \begin_inset Newline newline
15970 \end_inset
15971
15972
15973 \series default
15974 と入力すると、新規行のための新しい枠が現れます。
15975 \end_layout
15976
15977 \begin_layout Standard
15978 各行の揃え方は、
15979 \family sans
15980 表ツールバー
15981 \family default
15982
15983 \family sans
15984 編集\SpecialChar \menuseparator
15985 行と列
15986 \family default
15987 メニューで変更することができますが、右揃えにするには、行頭に
15988 \series bold
15989
15990 \backslash
15991 hfill
15992 \begin_inset ERT
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 spce 
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \series default
16006 を挿入しなくてはなりません。
16007 \end_layout
16008
16009 \begin_layout Standard
16010
16011 \series bold
16012
16013 \backslash
16014 substack
16015 \series default
16016 コマンドは、各行がつねに中央揃えになることを除いては、
16017 \series bold
16018
16019 \backslash
16020 subarray
16021 \series default
16022 と同じです。
16023 \end_layout
16024
16025 \begin_layout Standard
16026 \begin_inset VSpace bigskip
16027 \end_inset
16028
16029 演算子の後に来る文字は、範囲の横に来るので、
16030 \begin_inset CommandInset ref
16031 LatexCommand eqref
16032 reference "eq:substack"
16033
16034 \end_inset
16035
16036 式のように、演算子の横の余白が大きくなりすぎることがあります。
16037 \end_layout
16038
16039 \begin_layout Standard
16040 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
16041 \end_layout
16042
16043 \begin_layout Standard
16044
16045 \series bold
16046
16047 \backslash
16048 def
16049 \backslash
16050 clap#1{
16051 \backslash
16052 hbox to 0pt{
16053 \backslash
16054 hss #1
16055 \backslash
16056 hss}}
16057 \begin_inset Newline newline
16058 \end_inset
16059
16060
16061 \backslash
16062 def
16063 \backslash
16064 mathclap {
16065 \backslash
16066 mathpalette 
16067 \backslash
16068 mathclapinternal}
16069 \begin_inset Newline newline
16070 \end_inset
16071
16072
16073 \backslash
16074 def
16075 \backslash
16076 mathclapinternal #1#2{
16077 \backslash
16078 clap{$
16079 \backslash
16080 mathsurround =0pt #1{#2}$}}
16081 \end_layout
16082
16083 \begin_layout Standard
16084 これは、範囲の幅を0
16085 \begin_inset space \thinspace{}
16086 \end_inset
16087
16088 ptに設定する
16089 \series bold
16090
16091 \backslash
16092 mathclap
16093 \series default
16094
16095 \begin_inset Index idx
16096 status collapsed
16097
16098 \begin_layout Plain Layout
16099 こまんど@コマンド ! M ! 
16100 \backslash
16101 mathclap
16102 \end_layout
16103
16104 \end_inset
16105
16106 コマンドを定義しています。このコマンドの書式は、
16107 \end_layout
16108
16109 \begin_layout Standard
16110
16111 \series bold
16112
16113 \backslash
16114 mathclap{範囲}
16115 \end_layout
16116
16117 \begin_layout Standard
16118 となっていて、「範囲」には複数の条件を入れることができます。
16119 \end_layout
16120
16121 \begin_layout Standard
16122 これを
16123 \begin_inset CommandInset ref
16124 LatexCommand eqref
16125 reference "eq:substack"
16126
16127 \end_inset
16128
16129 式に応用すると、以下のようなコマンド
16130 \end_layout
16131
16132 \begin_layout Standard
16133
16134 \series bold
16135
16136 \backslash
16137 sum_
16138 \backslash
16139 mathclap{
16140 \backslash
16141 substack
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 spce 
16150 \end_layout
16151
16152 \end_inset
16153
16154 0
16155 \begin_inset Formula $\boldsymbol{<}$
16156 \end_inset
16157
16158 k
16159 \begin_inset Formula $\boldsymbol{<}$
16160 \end_inset
16161
16162 1000 Ctrl+Return
16163 \end_layout
16164
16165 \begin_layout Standard
16166 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16167 \begin_inset Formula 
16168 \[
16169 \sum_{\mathclap{\substack{0<k<1000\\
16170 \\
16171 k\,\in\,\mathbb{N}
16172 }
16173 }}^{n}k^{-2}
16174 \]
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Standard
16182 \begin_inset VSpace bigskip
16183 \end_inset
16184
16185 一つの範囲を複数の演算子に用いる方法が、第
16186 \begin_inset CommandInset ref
16187 LatexCommand ref
16188 reference "sub:自己定義演算子"
16189
16190 \end_inset
16191
16192 節に述べられています。
16193 \end_layout
16194
16195 \begin_layout Standard
16196 \begin_inset Newpage newpage
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Subsection
16203 二項演算子
16204 \begin_inset CommandInset label
16205 LatexCommand label
16206 name "sub:二項演算子"
16207
16208 \end_inset
16209
16210
16211 \begin_inset Index idx
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 えんざんし@演算子 ! にこう@二項
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \begin_layout Standard
16224 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16225 \begin_inset VSpace medskip
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \begin_layout Standard
16232 \begin_inset space \hfill{}
16233 \end_inset
16234
16235
16236 \begin_inset Tabular
16237 <lyxtabular version="3" rows="13" columns="2">
16238 <features tabularvalignment="middle">
16239 <column alignment="center" valignment="top" width="0pt">
16240 <column alignment="center" valignment="top" width="0pt">
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 コマンド
16247 \begin_inset Note Note
16248 status collapsed
16249
16250 \begin_layout Plain Layout
16251 ここで
16252 \series bold
16253
16254 \backslash
16255 raisebox
16256 \series default
16257 はスペーサーとして使用しているだけです。
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 出力
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 +
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 \begin_inset Formula $+$
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 -
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 \begin_inset Formula $-$
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 </row>
16323 <row>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328
16329 \backslash
16330 pm
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 \begin_inset Formula $\pm$
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353
16354 \backslash
16355 mp
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 \begin_inset Formula $\mp$
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \backslash
16380 cdot
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 \begin_inset Formula $\cdot$
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403
16404 \backslash
16405 times
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 \begin_inset Formula $\times$
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428
16429 \backslash
16430 div
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 \begin_inset Formula $\div$
16440 \end_inset
16441
16442
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 \begin_inset ERT
16454 status collapsed
16455
16456 \begin_layout Plain Layout
16457
16458
16459 \backslash
16460 raisebox{-1.2mm}{
16461 \end_layout
16462
16463 \end_inset
16464
16465 *
16466 \begin_inset ERT
16467 status collapsed
16468
16469 \begin_layout Plain Layout
16470
16471 }
16472 \end_layout
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 \begin_inset Formula $*$
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \backslash
16501 star
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $\star$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \backslash
16526 circ
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\circ$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \backslash
16551 diamond
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 \begin_inset Formula $\diamond$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574
16575 \backslash
16576 bullet
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 \begin_inset Formula $\bullet$
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 </lyxtabular>
16595
16596 \end_inset
16597
16598
16599 \begin_inset space \hfill{}
16600 \end_inset
16601
16602
16603 \begin_inset Tabular
16604 <lyxtabular version="3" rows="13" columns="2">
16605 <features tabularvalignment="middle">
16606 <column alignment="center" valignment="top" width="0pt">
16607 <column alignment="center" valignment="top" width="0pt">
16608 <row>
16609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 コマンド
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 出力
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 nabla
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\nabla$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 bigtriangledown
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\bigtriangledown$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 bigtriangleup
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\bigtriangleup$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \backslash
16710 Box
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\Box$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \backslash
16735 cap 
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Formula $\cap$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \backslash
16760 cup
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\cup$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \backslash
16785 dagger
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\dagger$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 ddagger
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\ddagger$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 wr
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\wr$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 bigcirc
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\bigcirc$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \backslash
16885 wedge
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\wedge$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 <row>
16904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \backslash
16910 vee
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 \begin_inset Formula $\vee$
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 </lyxtabular>
16929
16930 \end_inset
16931
16932
16933 \begin_inset space \hfill{}
16934 \end_inset
16935
16936
16937 \begin_inset Tabular
16938 <lyxtabular version="3" rows="13" columns="2">
16939 <features tabularvalignment="middle">
16940 <column alignment="center" valignment="top" width="0pt">
16941 <column alignment="center" valignment="top" width="0pt">
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 コマンド
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 出力
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 oplus
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\oplus$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 ominus
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\ominus$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 otimes
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\otimes$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 oslash
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\oslash$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 odot
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\odot$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \backslash
17094 amalg
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\amalg$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \backslash
17119 uplus
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\uplus$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \backslash
17144 setminus
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\setminus$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \backslash
17169 sqcap
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 \begin_inset Formula $\sqcap$
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \backslash
17194 sqcup
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\sqcup$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 triangleleft
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\triangleleft$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row>
17238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242
17243 \backslash
17244 triangleright
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $\triangleright$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 </lyxtabular>
17263
17264 \end_inset
17265
17266
17267 \begin_inset space \hfill{}
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \begin_layout Standard
17274 二項演算子は、すべて数式ツールバーボタンの
17275 \begin_inset Graphics
17276         filename ../../images/math/pm.png
17277         scale 85
17278
17279 \end_inset
17280
17281 から挿入することもできます。
17282 \end_layout
17283
17284 \begin_layout Standard
17285 ラプラス演算子を組版するには、
17286 \series bold
17287
17288 \backslash
17289 bigtriangleup
17290 \series default
17291 以外に、
17292 \series bold
17293
17294 \backslash
17295 Delta
17296 \series default
17297
17298 \series bold
17299
17300 \backslash
17301 nabla
17302 \series default
17303 ^
17304 \series bold
17305 2
17306 \series default
17307
17308 \begin_inset Formula $\nabla^{2}$
17309 \end_inset
17310
17311 )を使用することもできます。
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \family sans
17317 挿入\SpecialChar \menuseparator
17318 特殊文字
17319 \family default
17320 メニューの
17321 \family sans
17322 メニュー区切り
17323 \family default
17324 で入力される文字は、
17325 \series bold
17326
17327 \backslash
17328 triangleright
17329 \series default
17330 演算子です。
17331 \end_layout
17332
17333 \begin_layout Subsection
17334 自己定義演算子
17335 \begin_inset CommandInset label
17336 LatexCommand label
17337 name "sub:自己定義演算子"
17338
17339 \end_inset
17340
17341
17342 \begin_inset Index idx
17343 status collapsed
17344
17345 \begin_layout Plain Layout
17346 えんざんし@演算子 ! じこていぎ@自己定義
17347 \end_layout
17348
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Standard
17355 LaTeXプリアンブルで
17356 \series bold
17357
17358 \backslash
17359 DeclareMathOperator
17360 \series default
17361
17362 \begin_inset Index idx
17363 status collapsed
17364
17365 \begin_layout Plain Layout
17366 こまんど@コマンド ! D ! 
17367 \backslash
17368 dbinom@
17369 \backslash
17370 DeclareMathOperator
17371 \end_layout
17372
17373 \end_inset
17374
17375 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17376 \end_layout
17377
17378 \begin_layout Standard
17379
17380 \series bold
17381
17382 \backslash
17383 DeclareMathOperator{新規コマンド}{表示}
17384 \end_layout
17385
17386 \begin_layout Standard
17387 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "sub:演算子の範囲"
17391
17392 \end_inset
17393
17394 節で述べられた範囲を指定することができます。
17395 \end_layout
17396
17397 \begin_layout Standard
17398 たとえば、以下のようなLaTeXプリアンブル行
17399 \end_layout
17400
17401 \begin_layout Standard
17402
17403 \series bold
17404
17405 \backslash
17406 DeclareMathOperator*{
17407 \backslash
17408 Lozenge}{
17409 \backslash
17410 blacklozenge}
17411 \end_layout
17412
17413 \begin_layout Standard
17414 は、第
17415 \begin_inset CommandInset ref
17416 LatexCommand ref
17417 reference "sub:その他の記号"
17418
17419 \end_inset
17420
17421 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17422 \series bold
17423
17424 \backslash
17425 Lozenge
17426 \series default
17427 を定義します。
17428 \begin_inset Formula 
17429 \[
17430 \Lozenge_{n=1}^{\infty}
17431 \]
17432
17433 \end_inset
17434
17435 上記の数式を作るコマンドは、
17436 \series bold
17437
17438 \backslash
17439 Lozenge
17440 \series default
17441 ^
17442 \series bold
17443
17444 \backslash
17445 infty
17446 \begin_inset Formula $\to$
17447 \end_inset
17448
17449 _n=1
17450 \series default
17451 です。
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset VSpace bigskip
17456 \end_inset
17457
17458 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17459 \series bold
17460
17461 \backslash
17462 mathop
17463 \series default
17464
17465 \begin_inset Index idx
17466 status collapsed
17467
17468 \begin_layout Plain Layout
17469 こまんど@コマンド ! M ! 
17470 \backslash
17471 mathop
17472 \end_layout
17473
17474 \end_inset
17475
17476 コマンドおよび
17477 \series bold
17478
17479 \backslash
17480 mathbin
17481 \series default
17482
17483 \begin_inset Index idx
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487 こまんど@コマンド ! M ! 
17488 \backslash
17489 mathbin
17490 \end_layout
17491
17492 \end_inset
17493
17494 コマンドを用いて定義を行うこともできます。
17495 \end_layout
17496
17497 \begin_layout Standard
17498 (書式)
17499 \series bold
17500
17501 \backslash
17502 mathop{表示}
17503 \series default
17504 および
17505 \series bold
17506
17507 \backslash
17508 mathbin{表示}
17509 \end_layout
17510
17511 \begin_layout Standard
17512
17513 \series bold
17514
17515 \backslash
17516 mathop
17517 \series default
17518 は大演算子を定義し、
17519 \series bold
17520
17521 \backslash
17522 mathbin
17523 \series default
17524 は二項演算子を定義します。
17525 \end_layout
17526
17527 \begin_layout Standard
17528 たとえば
17529 \series bold
17530
17531 \backslash
17532 mathop
17533 \series default
17534 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17535 \end_layout
17536
17537 \begin_layout Standard
17538 \begin_inset Formula 
17539 \[
17540 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17541 \]
17542
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \begin_layout Standard
17549 上記の数式では
17550 \begin_inset Newline newline
17551 \end_inset
17552
17553
17554 \series bold
17555
17556 \backslash
17557 mathop{
17558 \backslash
17559 sum
17560 \backslash
17561 negmedspace
17562 \backslash
17563 sum
17564 \series default
17565
17566 \begin_inset ERT
17567 status collapsed
17568
17569 \begin_layout Plain Layout
17570
17571
17572 \backslash
17573 spce 
17574 \end_layout
17575
17576 \end_inset
17577
17578
17579 \series bold
17580
17581 \begin_inset Formula $\to$
17582 \end_inset
17583
17584 ^N
17585 \series default
17586
17587 \begin_inset ERT
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591
17592
17593 \backslash
17594 spce 
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \series bold
17601 _i,j=1
17602 \begin_inset Newline newline
17603 \end_inset
17604
17605
17606 \series default
17607 というコマンドを用いています。
17608 \end_layout
17609
17610 \begin_layout Section
17611 書体
17612 \begin_inset Index idx
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 しょたい@書体
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \begin_inset Index idx
17623 status collapsed
17624
17625 \begin_layout Plain Layout
17626 ふぉんと@フォント | see
17627 \begin_inset ERT
17628 status collapsed
17629
17630 \begin_layout Plain Layout
17631
17632 {
17633 \end_layout
17634
17635 \end_inset
17636
17637 書体
17638 \begin_inset ERT
17639 status collapsed
17640
17641 \begin_layout Plain Layout
17642
17643 }
17644 \end_layout
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Subsection
17657 書体様式
17658 \begin_inset CommandInset label
17659 LatexCommand label
17660 name "sub:書体様式"
17661
17662 \end_inset
17663
17664
17665 \begin_inset Index idx
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669 しょたい@書体 ! ようしき@様式
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Standard
17678 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17679 \begin_inset VSpace -2mm
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \begin_layout Standard
17686 \align center
17687 \begin_inset Tabular
17688 <lyxtabular version="3" rows="7" columns="3">
17689 <features tabularvalignment="middle">
17690 <column alignment="center" valignment="top" width="0">
17691 <column alignment="center" valignment="top" width="0">
17692 <column alignment="center" valignment="top" width="0">
17693 <row>
17694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 コマンド
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 出力
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 短絡キー
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \backslash
17729 mathbb
17730 \series bold
17731
17732 \begin_inset ERT
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736
17737
17738 \backslash
17739 spce 
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \series default
17746 ABC
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 \begin_inset Formula $\mathbb{ABC}$
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 \begin_inset Info
17768 type  "shortcut"
17769 arg   "font-noun"
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \backslash
17785 mathbf
17786 \series bold
17787
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793
17794 \backslash
17795 spce 
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \series default
17802 AbC
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\mathbf{AbC}$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Info
17824 type  "shortcut"
17825 arg   "font-bold"
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \backslash
17841 boldsymbol
17842 \series bold
17843
17844 \begin_inset ERT
17845 status collapsed
17846
17847 \begin_layout Plain Layout
17848
17849
17850 \backslash
17851 spce 
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \series default
17858 AbC
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 \begin_inset Formula $\boldsymbol{AbC}$
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 \begin_inset Info
17880 type  "shortcuts"
17881 arg   "font-boldsymbol"
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 <row>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895
17896 \backslash
17897 mathcal
17898 \series bold
17899
17900 \begin_inset ERT
17901 status collapsed
17902
17903 \begin_layout Plain Layout
17904
17905
17906 \backslash
17907 spce 
17908 \end_layout
17909
17910 \end_inset
17911
17912
17913 \series default
17914 ABC
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 \begin_inset Formula $\mathcal{ABC}$
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Info
17936 type  "shortcut"
17937 arg   "font-emph"
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \backslash
17953 mathfrak
17954 \series bold
17955
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 spce 
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \series default
17970 AbC
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\mathfrak{AbC}$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 -
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 mathscr
18005 \series bold
18006
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 spce 
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \series default
18021 AbC
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $\mathscr{AbC}$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 -
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 </lyxtabular>
18049
18050 \end_inset
18051
18052
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \align center
18057 \begin_inset Tabular
18058 <lyxtabular version="3" rows="5" columns="3">
18059 <features tabularvalignment="middle">
18060 <column alignment="center" valignment="top" width="0">
18061 <column alignment="center" valignment="top" width="0">
18062 <column alignment="center" valignment="top" width="0">
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 コマンド
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 出力
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 短絡キー
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 </row>
18092 <row>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \backslash
18099 mathit
18100 \series bold
18101
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 spce 
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \series default
18116 AbC
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Formula $\mathit{AbC}$
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 -
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148
18149 \backslash
18150 mathrm
18151 \series bold
18152
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157
18158
18159 \backslash
18160 spce 
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \series default
18167 AbC
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 \begin_inset Formula $\mathrm{AbC}$
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 \begin_inset Info
18189 type  "shortcut"
18190 arg   "font-roman"
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \backslash
18206 mathsf
18207 \series bold
18208
18209 \begin_inset ERT
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213
18214
18215 \backslash
18216 spce 
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \series default
18223 AbC
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 \begin_inset Formula $\mathsf{AbC}$
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 \begin_inset Info
18245 type  "shortcut"
18246 arg   "font-sans"
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \backslash
18262 mathtt
18263 \series bold
18264
18265 \begin_inset ERT
18266 status collapsed
18267
18268 \begin_layout Plain Layout
18269
18270
18271 \backslash
18272 spce 
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \series default
18279 AbC
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Formula $\mathtt{AbC}$
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 \begin_inset Info
18301 type  "shortcut"
18302 arg   "font-typewriter"
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 </row>
18311 </lyxtabular>
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Standard
18319 \begin_inset Note Greyedout
18320 status open
18321
18322 \begin_layout Plain Layout
18323
18324 \series bold
18325 (注意)
18326 \backslash
18327 mathbb
18328 \series default
18329 様式と
18330 \series bold
18331
18332 \backslash
18333 mathcal
18334 \series default
18335 様式は、大文字にのみ使用することができます。
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Standard
18344 既定では、
18345 \series bold
18346
18347 \backslash
18348 mathnormal
18349 \series default
18350 様式に設定されています。
18351 \end_layout
18352
18353 \begin_layout Standard
18354 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18355 \begin_inset Formula 
18356 \[
18357 \mathfrak{A=\frac{b}{C}}
18358 \]
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18367 \series bold
18368
18369 \backslash
18370 textrm
18371 \series default
18372 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18373 \begin_inset Foot
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377 \begin_inset CommandInset href
18378 LatexCommand href
18379 name "LyX-bug #4629"
18380 target "http://www.lyx.org/trac/ticket/4629"
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 書体様式コマンドの代わりに、
18394 \family sans
18395 編集\SpecialChar \menuseparator
18396 数学\SpecialChar \menuseparator
18397 文字様式
18398 \family default
18399 ダイアログや、
18400 \begin_inset Graphics
18401         filename ../../images/math/font.png
18402         scale 85
18403
18404 \end_inset
18405
18406 を使用することもできます。
18407 \end_layout
18408
18409 \begin_layout Subsection
18410 ボールド体の数式
18411 \begin_inset CommandInset label
18412 LatexCommand label
18413 name "sub:ボールド体の数式"
18414
18415 \end_inset
18416
18417
18418 \begin_inset Index idx
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 すうしき@数式 ! ぼーるどたい@ボールド体
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 数式全体をボールド体にしようとすると、前節の
18432 \series bold
18433
18434 \backslash
18435 mathbf
18436 \series default
18437 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18438 字してしまいます。
18439 \end_layout
18440
18441 \begin_layout Standard
18442 \begin_inset Formula 
18443 \[
18444 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18445 \]
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 この数式を正しく表示するには、以下のように、
18454 \series bold
18455
18456 \backslash
18457 boldsymbol
18458 \series default
18459 コマンドを使用します。
18460 \begin_inset Formula 
18461 \[
18462 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18463 \]
18464
18465 \end_inset
18466
18467 また、数式を
18468 \series bold
18469 boldmath環境
18470 \series default
18471 に設定する方法もあります。この環境は、TeXモードで
18472 \series bold
18473
18474 \backslash
18475 boldmath
18476 \begin_inset Index idx
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480 こまんど@コマンド ! B ! 
18481 \backslash
18482 boldmath
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \series default
18489 コマンドを挿入することによって作ることができます。環境を閉じるには、
18490 \series bold
18491
18492 \backslash
18493 unboldmath
18494 \begin_inset Index idx
18495 status collapsed
18496
18497 \begin_layout Plain Layout
18498 こまんど@コマンド ! U ! 
18499 \backslash
18500 unboldmath
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \series default
18507 コマンドをTeXモードで挿入します。
18508 \begin_inset ERT
18509 status collapsed
18510
18511 \begin_layout Plain Layout
18512
18513
18514 \backslash
18515 boldmath 
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \begin_inset Formula 
18522 \[
18523 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18524 \]
18525
18526 \end_inset
18527
18528
18529 \begin_inset ERT
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 unboldmath 
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Subsection
18545 色付きの数式
18546 \begin_inset Index idx
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550 すうしき@数式 ! いろつき@色付き
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18560 \begin_inset Formula 
18561 \[
18562 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18563 \]
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571
18572 \begin_inset CommandInset ref
18573 LatexCommand ref
18574 reference "sub:色付きボックス"
18575
18576 \end_inset
18577
18578 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18579 \series bold
18580
18581 \backslash
18582 textcolor
18583 \series default
18584
18585 \begin_inset Index idx
18586 status collapsed
18587
18588 \begin_layout Plain Layout
18589 こまんど@コマンド ! T ! 
18590 \backslash
18591 textcolor
18592 \end_layout
18593
18594 \end_inset
18595
18596 TeXコードコマンドで適用することができます。
18597 \end_layout
18598
18599 \begin_layout Standard
18600
18601 \series bold
18602
18603 \backslash
18604 textcolor{色}{文字ないし数式}
18605 \end_layout
18606
18607 \begin_layout Standard
18608 下記の例は、全体を濃緑にし、一部を赤にしています。
18609 \end_layout
18610
18611 \begin_layout Standard
18612 \begin_inset ERT
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616
18617
18618 \backslash
18619 textcolor{darkgreen}{
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \begin_inset Formula 
18626 \[
18627 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18628 \]
18629
18630 \end_inset
18631
18632
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638 }
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18648 \begin_inset Foot
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652 \begin_inset CommandInset href
18653 LatexCommand href
18654 name "LyX-bug #5269"
18655 target "http://www.lyx.org/trac/ticket/5269"
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \begin_layout Subsection
18668 書体寸法
18669 \begin_inset CommandInset label
18670 LatexCommand label
18671 name "sub:書体寸法"
18672
18673 \end_inset
18674
18675
18676 \begin_inset Index idx
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680 しょたい@書体 ! すんぽう@寸法
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18690 \end_layout
18691
18692 \begin_layout Standard
18693
18694 \series bold
18695
18696 \backslash
18697 Huge
18698 \series default
18699
18700 \series bold
18701
18702 \backslash
18703 huge
18704 \series default
18705
18706 \series bold
18707
18708 \backslash
18709 LARGE
18710 \series default
18711
18712 \series bold
18713
18714 \backslash
18715 Large
18716 \series default
18717
18718 \series bold
18719
18720 \backslash
18721 large
18722 \series default
18723
18724 \series bold
18725
18726 \backslash
18727 normalsize
18728 \series default
18729
18730 \series bold
18731
18732 \backslash
18733 small
18734 \series default
18735 ,
18736 \begin_inset Newline newline
18737 \end_inset
18738
18739
18740 \series bold
18741
18742 \backslash
18743 footnotesize
18744 \series default
18745
18746 \series bold
18747
18748 \backslash
18749 scriptsize
18750 \series default
18751 、および
18752 \series bold
18753
18754 \backslash
18755 tiny
18756 \end_layout
18757
18758 \begin_layout Standard
18759 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18760 \series bold
18761
18762 \backslash
18763 normalsize
18764 \series default
18765 コマンドに設定されます。他のコマンドは、
18766 \series bold
18767
18768 \backslash
18769 normalsize
18770 \series default
18771 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18772 \begin_inset space \thinspace{}
18773 \end_inset
18774
18775 ptであるならば、
18776 \series bold
18777
18778 \backslash
18779 Huge
18780 \series default
18781 コマンドは
18782 \series bold
18783
18784 \backslash
18785 huge
18786 \series default
18787 コマンドと同じ大きさに落とされます。
18788 \end_layout
18789
18790 \begin_layout Standard
18791 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18792 \series bold
18793
18794 \backslash
18795 normalsize
18796 \series default
18797 コマンドを挿入します。
18798 \end_layout
18799
18800 \begin_layout Standard
18801 \begin_inset Newpage newpage
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18809 \end_layout
18810
18811 \begin_layout Standard
18812 \noindent
18813 \align center
18814 \begin_inset Tabular
18815 <lyxtabular version="3" rows="5" columns="2">
18816 <features tabularvalignment="middle">
18817 <column alignment="center" valignment="top" width="0">
18818 <column alignment="center" valignment="top" width="0">
18819 <row>
18820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 コマンド
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 出力
18834 \begin_inset Note Note
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839 \series bold
18840
18841 \backslash
18842 raisebox
18843 \series default
18844  はスペーサーとして使用されているだけです。
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \backslash
18862 displaystyle
18863 \begin_inset Index idx
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867 こまんど@コマンド ! D ! 
18868 \backslash
18869 displaystyle
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 </row>
18892 <row>
18893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \backslash
18899 textstyle
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 <row>
18918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \backslash
18924 scriptstyle
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \backslash
18949 scriptscriptstyle
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 </lyxtabular>
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18976 \end_layout
18977
18978 \begin_layout Standard
18979 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18980 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18981 \begin_inset VSpace -2mm
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993
18994 \backslash
18995 huge 
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \begin_inset Formula 
19002 \[
19003 A=\frac{B}{c}\cdot\maltese
19004 \]
19005
19006 \end_inset
19007
19008
19009 \begin_inset Formula 
19010 \[
19011 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19012 \]
19013
19014 \end_inset
19015
19016
19017 \begin_inset ERT
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021
19022
19023 \backslash
19024 normalsize 
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \begin_layout Standard
19033 \begin_inset VSpace medskip
19034 \end_inset
19035
19036 二つの式の前には、
19037 \series bold
19038
19039 \backslash
19040 huge
19041 \series default
19042 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19043 \begin_inset Newline newline
19044 \end_inset
19045
19046
19047 \series bold
19048
19049 \backslash
19050 maltese
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 Alt+M M 
19064 \backslash
19065 Large
19066 \begin_inset ERT
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070
19071
19072 \backslash
19073 spce 
19074 \end_layout
19075
19076 \end_inset
19077
19078
19079 \backslash
19080 maltese
19081 \begin_inset ERT
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085
19086
19087 \backslash
19088 spce 
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \backslash
19095 textit
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101
19102 \backslash
19103 spce 
19104 \end_layout
19105
19106 \end_inset
19107
19108 A
19109 \begin_inset Formula $\to$
19110 \end_inset
19111
19112
19113 \begin_inset Formula $\to$
19114 \end_inset
19115
19116
19117 \begin_inset Newline newline
19118 \end_inset
19119
19120
19121 \begin_inset space \hspace*{}
19122 \length 1cm
19123 \end_inset
19124
19125 Alt+M
19126 \series default
19127  
19128 \series bold
19129
19130 \backslash
19131 tiny
19132 \begin_inset ERT
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136
19137
19138 \backslash
19139 spce 
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \backslash
19146 maltese
19147 \begin_inset ERT
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151
19152
19153 \backslash
19154 spce 
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \backslash
19161 textit
19162 \begin_inset ERT
19163 status collapsed
19164
19165 \begin_layout Plain Layout
19166
19167
19168 \backslash
19169 spce 
19170 \end_layout
19171
19172 \end_inset
19173
19174 A
19175 \begin_inset Newline newline
19176 \end_inset
19177
19178
19179 \series default
19180 のようになります。
19181 \end_layout
19182
19183 \begin_layout Standard
19184 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19185 \begin_inset Newpage newpage
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Section
19192 ギリシャ文字
19193 \begin_inset Index idx
19194 status collapsed
19195
19196 \begin_layout Plain Layout
19197 ぎりしゃもじ@ギリシャ文字
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout Standard
19206 すべてのギリシャ文字は、ツールバーボタンの
19207 \begin_inset Graphics
19208         filename ../../images/math/alpha.png
19209         scale 85
19210
19211 \end_inset
19212
19213 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19214 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19215 \end_layout
19216
19217 \begin_layout Subsection
19218 小文字
19219 \begin_inset Index idx
19220 status collapsed
19221
19222 \begin_layout Plain Layout
19223 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19224 \end_layout
19225
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \begin_layout Standard
19232 \begin_inset space \hfill{}
19233 \end_inset
19234
19235
19236 \begin_inset Tabular
19237 <lyxtabular version="3" rows="11" columns="2">
19238 <features tabularvalignment="middle">
19239 <column alignment="center" valignment="top" width="0pt">
19240 <column alignment="center" valignment="top" width="0pt">
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 コマンド
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 出力
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \backslash
19268 alpha
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 \begin_inset Formula $\alpha$
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291
19292 \backslash
19293 beta
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 \begin_inset Formula $\beta$
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 </row>
19311 <row>
19312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \backslash
19318 gamma
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 \begin_inset Formula $\gamma$
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 </row>
19336 <row>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \backslash
19343 delta
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 \begin_inset Formula $\delta$
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 <row>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \backslash
19368 epsilon
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 \begin_inset Formula $\epsilon$
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \backslash
19393 varepsilon
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\varepsilon$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 </row>
19411 <row>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \backslash
19418 zeta
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Formula $\zeta$
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \backslash
19443 eta
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Formula $\eta$
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 <row>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \backslash
19468 theta
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 \begin_inset Formula $\theta$
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 </row>
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \backslash
19493 vartheta
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Formula $\vartheta$
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 </lyxtabular>
19512
19513 \end_inset
19514
19515
19516 \begin_inset space \hfill{}
19517 \end_inset
19518
19519
19520 \begin_inset Tabular
19521 <lyxtabular version="3" rows="12" columns="2">
19522 <features tabularvalignment="middle">
19523 <column alignment="center" valignment="top" width="0pt">
19524 <column alignment="center" valignment="top" width="0pt">
19525 <row>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 コマンド
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 出力
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 <row>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550
19551 \backslash
19552 iota
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561 \begin_inset Formula $\iota$
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \backslash
19577 kappa
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Formula $\kappa$
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 varkappa
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\varkappa$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 lambda
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\lambda$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 mu
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\mu$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 nu
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\nu$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 xi
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\xi$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 o
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 \begin_inset Formula $o$
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 </row>
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748
19749 \backslash
19750 pi
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759 \begin_inset Formula $\pi$
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 <row>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \backslash
19775 varpi
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 \begin_inset Formula $\varpi$
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 </row>
19793 <row>
19794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798
19799 \backslash
19800 rho
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 \begin_inset Formula $\rho$
19810 \end_inset
19811
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 </lyxtabular>
19819
19820 \end_inset
19821
19822
19823 \begin_inset space \hfill{}
19824 \end_inset
19825
19826
19827 \begin_inset Tabular
19828 <lyxtabular version="3" rows="11" columns="2">
19829 <features tabularvalignment="middle">
19830 <column alignment="center" valignment="top" width="0pt">
19831 <column alignment="center" valignment="top" width="0pt">
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 コマンド
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 出力
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 varrho
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\varrho$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 sigma
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\sigma$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 varsigma
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\varsigma$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 tau
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\tau$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 upsilon
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset Formula $\upsilon$
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982
19983 \backslash
19984 phi
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset Formula $\phi$
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 <row>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007
20008 \backslash
20009 varphi
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018 \begin_inset Formula $\varphi$
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 </row>
20027 <row>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \backslash
20034 chi
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043 \begin_inset Formula $\chi$
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 </row>
20052 <row>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \backslash
20059 psi
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 \begin_inset Formula $\psi$
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 </row>
20077 <row>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \backslash
20084 omega
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 \begin_inset Formula $\omega$
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 </lyxtabular>
20103
20104 \end_inset
20105
20106
20107 \begin_inset space \hfill{}
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 \begin_inset VSpace medskip
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \begin_layout Standard
20121 アップライト体のギリシャ文字を作成する方法は、第
20122 \begin_inset CommandInset ref
20123 LatexCommand ref
20124 reference "sub:アップライト体ギリシャ小文字"
20125
20126 \end_inset
20127
20128 節に説明されています。
20129 \end_layout
20130
20131 \begin_layout Subsection
20132 大文字
20133 \begin_inset Index idx
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \begin_layout Standard
20146 \begin_inset space \hfill{}
20147 \end_inset
20148
20149
20150 \begin_inset Tabular
20151 <lyxtabular version="3" rows="7" columns="2">
20152 <features tabularvalignment="middle">
20153 <column alignment="center" valignment="top" width="0pt">
20154 <column alignment="center" valignment="top" width="0pt">
20155 <row>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160
20161 \family roman
20162 \series medium
20163 \shape up
20164 \size normal
20165 \emph off
20166 \bar no
20167 \noun off
20168 \color none
20169 コマンド
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \family roman
20180 \series medium
20181 \shape up
20182 \size normal
20183 \emph off
20184 \bar no
20185 \noun off
20186 \color none
20187 出力
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198
20199 \backslash
20200 Gamma
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\Gamma$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 Delta
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $\Delta$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 Theta
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\Theta$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 Lambda
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\Lambda$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 Xi
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\Xi$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Pi
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\Pi$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 </lyxtabular>
20344
20345 \end_inset
20346
20347
20348 \begin_inset space \hfill{}
20349 \end_inset
20350
20351
20352 \begin_inset Tabular
20353 <lyxtabular version="3" rows="6" columns="2">
20354 <features tabularvalignment="middle">
20355 <column alignment="center" valignment="top" width="0pt">
20356 <column alignment="center" valignment="top" width="0pt">
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \family roman
20364 \series medium
20365 \shape up
20366 \size normal
20367 \emph off
20368 \bar no
20369 \noun off
20370 \color none
20371 コマンド
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \family roman
20382 \series medium
20383 \shape up
20384 \size normal
20385 \emph off
20386 \bar no
20387 \noun off
20388 \color none
20389 出力
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 <row>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \backslash
20402 Sigma
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset Formula $\Sigma$
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 </row>
20420 <row>
20421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \backslash
20427 Upsilon
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $\Upsilon$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 Phi
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Formula $\Phi$
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \backslash
20477 Psi
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 \begin_inset Formula $\Psi$
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 <row>
20496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \backslash
20502 Omega
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511 \begin_inset Formula $\Omega$
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 </row>
20520 </lyxtabular>
20521
20522 \end_inset
20523
20524
20525 \begin_inset space \hfill{}
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \begin_layout Standard
20532 \begin_inset VSpace medskip
20533 \end_inset
20534
20535 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20536 \series bold
20537 var
20538 \series default
20539 を付けてください。たとえば、
20540 \series bold
20541
20542 \backslash
20543 varGamma
20544 \series default
20545 コマンドは、
20546 \begin_inset Formula $\varGamma$
20547 \end_inset
20548
20549 を生成します。もう一つの方法は、パッケージ
20550 \series bold
20551 fixmath
20552 \series default
20553
20554 \begin_inset Foot
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558
20559 \series bold
20560 fixmath
20561 \series default
20562 は、LaTeXパッケージ
20563 \series bold
20564 was
20565 \series default
20566
20567 \begin_inset Index idx
20568 status collapsed
20569
20570 \begin_layout Plain Layout
20571 ぱっけーじ@パッケージ ! was
20572 \begin_inset ERT
20573 status collapsed
20574
20575 \begin_layout Plain Layout
20576
20577
20578 \backslash
20579 vspace{4mm}
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588
20589 に含まれています。
20590 \end_layout
20591
20592 \end_inset
20593
20594
20595 \begin_inset Index idx
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599 ぱっけーじ@パッケージ ! fixmath
20600 \end_layout
20601
20602 \end_inset
20603
20604 をLaTeXプリアンブル行に
20605 \end_layout
20606
20607 \begin_layout Standard
20608
20609 \series bold
20610
20611 \backslash
20612 usepackage{fixmath}
20613 \end_layout
20614
20615 \begin_layout Standard
20616 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20617 \end_layout
20618
20619 \begin_layout Subsection
20620 ボールド体
20621 \begin_inset Index idx
20622 status collapsed
20623
20624 \begin_layout Plain Layout
20625 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20626 \end_layout
20627
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \begin_layout Standard
20634 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20635 \series bold
20636
20637 \backslash
20638 boldsymbol
20639 \series default
20640 コマンドのみです
20641 \begin_inset Index idx
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 こまんど@コマンド ! B ! 
20646 \backslash
20647 boldsymbol
20648 \end_layout
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \begin_layout Standard
20656 \align center
20657 \begin_inset Tabular
20658 <lyxtabular version="3" rows="3" columns="2">
20659 <features tabularvalignment="middle">
20660 <column alignment="center" valignment="top" width="0">
20661 <column alignment="center" valignment="top" width="0">
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 コマンド
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 出力
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Upsilon
20690 \backslash
20691 boldsymbol
20692 \backslash
20693 Upsilon
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716
20717 \backslash
20718 theta
20719 \backslash
20720 boldsymbol
20721 \backslash
20722 theta
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Formula $\theta\boldsymbol{\theta}$
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 </lyxtabular>
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Section
20748 記号
20749 \begin_inset ERT
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753
20754
20755 \backslash
20756 texorpdfstring{
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \begin_inset Foot
20763 status collapsed
20764
20765 \begin_layout Plain Layout
20766 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20767 \begin_inset CommandInset citation
20768 LatexCommand cite
20769 key "Symbols"
20770
20771 \end_inset
20772
20773 にあります。
20774 \end_layout
20775
20776 \end_inset
20777
20778
20779 \begin_inset ERT
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783
20784 }{}
20785 \end_layout
20786
20787 \end_inset
20788
20789
20790 \begin_inset Note Note
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20797 \end_layout
20798
20799 \begin_layout Plain Layout
20800
20801 \backslash
20802 texorpdfstringについての詳細は、第
20803 \begin_inset CommandInset ref
20804 LatexCommand ref
20805 reference "sub:節見出し中の数式"
20806
20807 \end_inset
20808
20809 節にあります。
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \begin_inset Index idx
20816 status collapsed
20817
20818 \begin_layout Plain Layout
20819 きごう@記号
20820 \end_layout
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \begin_layout Standard
20828 本節に掲げてある各記号の多くは、ツールバーボタンの
20829 \begin_inset Graphics
20830         filename ../../images/math/nabla.png
20831         scale 85
20832
20833 \end_inset
20834
20835
20836 \begin_inset Graphics
20837         filename ../../images/math/digamma.png
20838         scale 85
20839
20840 \end_inset
20841
20842 でも挿入することができます。
20843 \end_layout
20844
20845 \begin_layout Subsection
20846 数学記号
20847 \begin_inset CommandInset label
20848 LatexCommand label
20849 name "sub:数学記号"
20850
20851 \end_inset
20852
20853
20854 \begin_inset Index idx
20855 status collapsed
20856
20857 \begin_layout Plain Layout
20858 きごう@記号 ! すうがく@数学
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Standard
20867 \begin_inset space \hfill{}
20868 \end_inset
20869
20870
20871 \begin_inset Tabular
20872 <lyxtabular version="3" rows="10" columns="2">
20873 <features tabularvalignment="middle">
20874 <column alignment="center" valignment="top" width="0pt">
20875 <column alignment="center" valignment="top" width="0pt">
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 コマンド
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 出力
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 neg
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\neg$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 Im
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\Im$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 Re
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\Re$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 aleph
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\aleph$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 partial
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $\partial$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026
21027 \backslash
21028 infty
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 \begin_inset Formula $\infty$
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 wp
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\wp$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \backslash
21078 imath
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $\imath$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 jmath
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\jmath$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 </lyxtabular>
21122
21123 \end_inset
21124
21125
21126 \begin_inset space \hfill{}
21127 \end_inset
21128
21129
21130 \begin_inset Tabular
21131 <lyxtabular version="3" rows="10" columns="2">
21132 <features tabularvalignment="middle">
21133 <column alignment="center" valignment="top" width="0pt">
21134 <column alignment="center" valignment="top" width="0pt">
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 コマンド
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 出力
21150 \begin_inset Note Note
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154 ここで
21155 \series bold
21156
21157 \backslash
21158 raisebox
21159 \series default
21160 はスペーサーとして使用しているだけです。
21161 \end_layout
21162
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 forall
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\forall$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 exists
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\exists$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 nexists
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\nexists$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 emptyset
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\emptyset$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 varnothing
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\varnothing$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \backslash
21303 dag
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\dag$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 <row>
21322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326
21327 \backslash
21328 ddag
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $\ddag$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \backslash
21353 complement
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset ERT
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366
21367
21368 \backslash
21369 raisebox{-0.8mm}{
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \begin_inset Formula $\complement$
21376 \end_inset
21377
21378
21379 \begin_inset ERT
21380 status collapsed
21381
21382 \begin_layout Plain Layout
21383
21384 }
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 Bbbk
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\Bbbk$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 </lyxtabular>
21421
21422 \end_inset
21423
21424
21425 \begin_inset space \hfill{}
21426 \end_inset
21427
21428
21429 \begin_inset Tabular
21430 <lyxtabular version="3" rows="10" columns="2">
21431 <features tabularvalignment="middle">
21432 <column alignment="center" valignment="top" width="0pt">
21433 <column alignment="center" valignment="top" width="0pt">
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 コマンド
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 出力
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 prime
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\prime$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 backprime
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\backprime$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 mho
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\mho$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 triangle
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\triangle$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \backslash
21561 angle
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\angle$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \backslash
21586 measuredangle
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $\measuredangle$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609
21610 \backslash
21611 sphericalangle
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 \begin_inset Formula $\sphericalangle$
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 top
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\top$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 bot
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\bot$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 </lyxtabular>
21680
21681 \end_inset
21682
21683
21684 \begin_inset space \hfill{}
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Subsection
21691 その他の記号
21692 \begin_inset CommandInset label
21693 LatexCommand label
21694 name "sub:その他の記号"
21695
21696 \end_inset
21697
21698
21699 \begin_inset Index idx
21700 status collapsed
21701
21702 \begin_layout Plain Layout
21703 きごう@記号 ! そのた@その他
21704 \end_layout
21705
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \begin_layout Standard
21712 \noindent
21713 \align center
21714 \begin_inset Tabular
21715 <lyxtabular version="3" rows="10" columns="2">
21716 <features tabularvalignment="middle">
21717 <column alignment="center" valignment="top" width="0pt">
21718 <column alignment="center" valignment="top" width="0pt">
21719 <row>
21720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \family roman
21726 \series medium
21727 \shape up
21728 \size normal
21729 \emph off
21730 \bar no
21731 \noun off
21732 \color none
21733 コマンド
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \family roman
21744 \series medium
21745 \shape up
21746 \size normal
21747 \emph off
21748 \bar no
21749 \noun off
21750 \color none
21751 出力
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 flat
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\flat$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 natural
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\natural$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 sharp
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\sharp$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 surd
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\surd$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \backslash
21864 checkmark
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Formula $\checkmark$
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 <row>
21883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \backslash
21889 yen
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\yen$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \backslash
21914 pounds
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Formula $\pounds$
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 </row>
21932 <row>
21933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 $
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\$$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 §
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $§$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 </lyxtabular>
21979
21980 \end_inset
21981
21982
21983 \begin_inset Tabular
21984 <lyxtabular version="3" rows="10" columns="2">
21985 <features tabularvalignment="middle">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <row>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \family roman
21995 \series medium
21996 \shape up
21997 \size normal
21998 \emph off
21999 \bar no
22000 \noun off
22001 \color none
22002 コマンド
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \family roman
22013 \series medium
22014 \shape up
22015 \size normal
22016 \emph off
22017 \bar no
22018 \noun off
22019 \color none
22020 出力
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 hbar
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\hbar$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 hslash
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\hslash$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 clubsuit
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\clubsuit$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 spadesuit
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\spadesuit$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 bigstar
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\bigstar$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 blacklozenge
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\blacklozenge$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 blacktriangle
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\blacktriangle$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 blacktiangledown
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\blacktriangledown$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \backslash
22233 bullet
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $\bullet$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 </lyxtabular>
22252
22253 \end_inset
22254
22255
22256 \begin_inset Tabular
22257 <lyxtabular version="3" rows="10" columns="2">
22258 <features tabularvalignment="middle">
22259 <column alignment="center" valignment="top" width="0pt">
22260 <column alignment="center" valignment="top" width="0pt">
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \family roman
22268 \series medium
22269 \shape up
22270 \size normal
22271 \emph off
22272 \bar no
22273 \noun off
22274 \color none
22275 コマンド
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \family roman
22286 \series medium
22287 \shape up
22288 \size normal
22289 \emph off
22290 \bar no
22291 \noun off
22292 \color none
22293 出力
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 </row>
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \backslash
22306 diamondsuit
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 \begin_inset Formula $\diamondsuit$
22316 \end_inset
22317
22318
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 <row>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \backslash
22331 Diamond
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 \begin_inset Formula $\Diamond$
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \backslash
22356 heartsuit
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Formula $\heartsuit$
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 <row>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \backslash
22381 P
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $\P$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404
22405 \backslash
22406 copyright
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\copyright$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 <row>
22425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429
22430 \backslash
22431 circledR
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 \begin_inset Formula $\circledR$
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 <row>
22450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454
22455 \backslash
22456 maltese
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 \begin_inset Formula $\maltese$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \backslash
22481 diagup
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Formula $\diagup$
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 </row>
22499 <row>
22500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \backslash
22506 diagdown
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Formula $\diagdown$
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 </lyxtabular>
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \begin_layout Standard
22532 \begin_inset VSpace medskip
22533 \end_inset
22534
22535 ここにある以上の記号が、第
22536 \begin_inset CommandInset ref
22537 LatexCommand ref
22538 reference "sub:他の特殊文字"
22539
22540 \end_inset
22541
22542 節に挙げてあります。
22543 \end_layout
22544
22545 \begin_layout Standard
22546 寸法を変えて表示することのできる記号もあります。第
22547 \begin_inset CommandInset ref
22548 LatexCommand ref
22549 reference "sub:書体寸法"
22550
22551 \end_inset
22552
22553 節をご参照下さい。
22554 \end_layout
22555
22556 \begin_layout Subsection
22557 ユーロ通貨記号€
22558 \begin_inset Index idx
22559 status collapsed
22560
22561 \begin_layout Plain Layout
22562 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset Index idx
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572
22573 \backslash
22574 @
22575 \begin_inset ERT
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579
22580
22581 \backslash
22582 officialeuro
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22597 \series bold
22598 eurosym
22599 \series default
22600
22601 \begin_inset Index idx
22602 status collapsed
22603
22604 \begin_layout Plain Layout
22605 ぱっけーじ@パッケージ ! eurosym
22606 \end_layout
22607
22608 \end_inset
22609
22610 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22611 \end_layout
22612
22613 \begin_layout Standard
22614
22615 \series bold
22616
22617 \backslash
22618 usepackage[gennarrow]{eurosym}
22619 \end_layout
22620
22621 \begin_layout Standard
22622 すると、ユーロ通貨記号を
22623 \series bold
22624
22625 \backslash
22626 euro
22627 \series default
22628
22629 \begin_inset Index idx
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 こまんど@コマンド ! E ! 
22634 \backslash
22635 euro
22636 \end_layout
22637
22638 \end_inset
22639
22640 コマンドで挿入することができるようになります。
22641 \end_layout
22642
22643 \begin_layout Standard
22644 数式テキストには、
22645 \series bold
22646 eurosym
22647 \series default
22648 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22649 \series bold
22650 eurosym
22651 \series default
22652 が導入されていれば、
22653 \series bold
22654
22655 \backslash
22656 euro
22657 \series default
22658 はTeXモードでも挿入することができます。また、正式な通貨記号を
22659 \series bold
22660
22661 \backslash
22662 officialeuro
22663 \series default
22664
22665 \begin_inset Index idx
22666 status collapsed
22667
22668 \begin_layout Plain Layout
22669 こまんど@コマンド ! O ! 
22670 \backslash
22671 officialeuro
22672 \end_layout
22673
22674 \end_inset
22675
22676 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset ERT
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684
22685
22686 \backslash
22687 ifeurosym 
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \begin_inset Note Note
22694 status open
22695
22696 \begin_layout Plain Layout
22697 以下の表は、LaTeXパッケージ
22698 \series bold
22699 eurosym
22700 \series default
22701 が導入済みのときのみ表示されます。
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 以下は、各ユーロ通貨記号のまとめです。
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \align center
22715 \begin_inset Tabular
22716 <lyxtabular version="3" rows="4" columns="3">
22717 <features tabularvalignment="middle">
22718 <column alignment="center" valignment="top" width="0pt">
22719 <column alignment="center" valignment="top" width="0pt">
22720 <column alignment="center" valignment="top" width="0pt">
22721 <row>
22722 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 コマンド
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 出力
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 数式
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 euro
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\euro$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 数式テキスト
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Formula $\mbox{€}$
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 TeXモード
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 officialeuro
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset ERT
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845
22846
22847 \backslash
22848 officialeuro
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 </lyxtabular>
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Standard
22867 \begin_inset ERT
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871
22872
22873 \backslash
22874 else 
22875 \end_layout
22876
22877 \end_inset
22878
22879
22880 \begin_inset Note Note
22881 status open
22882
22883 \begin_layout Plain Layout
22884 以下は、LaTeXパッケージ
22885 \series bold
22886 eurosym
22887 \series default
22888 が導入されていないときのみ表示されます。
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Standard
22897 本節の残りを出力としてみるためには、LaTeXパッケージ
22898 \series bold
22899 eurosym
22900 \series default
22901 を導入する必要があります。
22902 \end_layout
22903
22904 \begin_layout Standard
22905 \begin_inset ERT
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909
22910
22911 \backslash
22912 fi 
22913 \end_layout
22914
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \begin_layout Section
22921 関係子
22922 \begin_inset CommandInset label
22923 LatexCommand label
22924 name "sec:関係子"
22925
22926 \end_inset
22927
22928
22929 \begin_inset Index idx
22930 status collapsed
22931
22932 \begin_layout Plain Layout
22933 かんけいし@関係子
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \begin_inset Index idx
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943 ひかくし@比較子|see
22944 \begin_inset ERT
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948
22949 {
22950 \end_layout
22951
22952 \end_inset
22953
22954 関係子
22955 \begin_inset ERT
22956 status collapsed
22957
22958 \begin_layout Plain Layout
22959
22960 }
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974 関係子はすべて、ツールバーボタンの
22975 \begin_inset Graphics
22976         filename ../../images/math/leq.png
22977         scale 85
22978
22979 \end_inset
22980
22981 でも挿入することができます。
22982 \end_layout
22983
22984 \begin_layout Standard
22985 \begin_inset space \hfill{}
22986 \end_inset
22987
22988
22989 \begin_inset Tabular
22990 <lyxtabular version="3" rows="17" columns="2">
22991 <features tabularvalignment="middle">
22992 <column alignment="center" valignment="top" width="0pt">
22993 <column alignment="center" valignment="top" width="0pt">
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 コマンド
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 出力
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Formula $<$
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 \begin_inset Formula $<$
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 </row>
23040 <row>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \backslash
23047 le
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 \begin_inset Formula $\le$
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \backslash
23072 ll
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 \begin_inset Formula $\ll$
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \backslash
23097 prec
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Formula $\prec$
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \backslash
23122 preceq
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Formula $\preceq$
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 </row>
23140 <row>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \backslash
23147 subset
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Formula $\subset$
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 subseteq
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset Formula $\subseteq$
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 <row>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \backslash
23197 sqsubseteq
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\sqsubseteq$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \backslash
23222 in
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 \begin_inset Formula $\in$
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 </row>
23240 <row>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245
23246 \backslash
23247 vdash
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 \begin_inset Formula $\vdash$
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 <row>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \backslash
23272 smile
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $\smile$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295
23296 \backslash
23297 lhd
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 \begin_inset Formula $\lhd$
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \backslash
23322 unlhd
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\unlhd$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 gtrless
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\gtrless$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370
23371 \backslash
23372 mid
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $\mid$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 nmid
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\nmid$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 </lyxtabular>
23416
23417 \end_inset
23418
23419
23420 \begin_inset space \hfill{}
23421 \end_inset
23422
23423
23424 \begin_inset Tabular
23425 <lyxtabular version="3" rows="17" columns="2">
23426 <features tabularvalignment="middle">
23427 <column alignment="center" valignment="top" width="0pt">
23428 <column alignment="center" valignment="top" width="0pt">
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 コマンド
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 出力
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 =
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 \begin_inset Formula $=$
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 </row>
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477
23478 \backslash
23479 not=
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 \begin_inset Formula $\not=$
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 </row>
23497 <row>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502
23503 \backslash
23504 equiv
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 \begin_inset Formula $\equiv$
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527
23528 \backslash
23529 sim
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 \begin_inset Formula $\sim$
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 </row>
23547 <row>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552
23553 \backslash
23554 simeq
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \begin_inset Formula $\simeq$
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 </row>
23572 <row>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577
23578 \backslash
23579 approx
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Formula $\approx$
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 <row>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \backslash
23604 cong
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $\cong$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 <row>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627
23628 \backslash
23629 bowtie
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 \begin_inset Formula $\bowtie$
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 </row>
23647 <row>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652
23653 \backslash
23654 notin
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 \begin_inset Formula $\notin$
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 </row>
23672 <row>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677
23678 \backslash
23679 perp
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688 \begin_inset Formula $\perp$
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 </row>
23697 <row>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702
23703 \backslash
23704 propto
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Formula $\propto$
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \backslash
23729 asymp
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 \begin_inset Formula $\asymp$
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 doteq
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 \begin_inset Formula $\doteq$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 </row>
23772 <row>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \backslash
23779 circeq
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Formula $\circeq$
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 <row>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \backslash
23804 models
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Formula $\models$
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 </row>
23822 <row>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \backslash
23829 widehat=
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\widehat{=}$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 </lyxtabular>
23848
23849 \end_inset
23850
23851
23852 \begin_inset space \hfill{}
23853 \end_inset
23854
23855
23856 \begin_inset Tabular
23857 <lyxtabular version="3" rows="17" columns="2">
23858 <features tabularvalignment="middle">
23859 <column alignment="center" valignment="top" width="0pt">
23860 <column alignment="center" valignment="top" width="0pt">
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \family roman
23868 \series medium
23869 \shape up
23870 \size normal
23871 \emph off
23872 \bar no
23873 \noun off
23874 \color none
23875 コマンド
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884
23885 \family roman
23886 \series medium
23887 \shape up
23888 \size normal
23889 \emph off
23890 \bar no
23891 \noun off
23892 \color none
23893 出力
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 </row>
23899 <row>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $>$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $>$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 ge
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\ge$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 gg
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\gg$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 succ
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\succ$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 succeq
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\succeq$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 supset
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\supset$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 supseteq
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\supseteq$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 sqsupseteq
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\sqsupseteq$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 ni
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\ni$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 <row>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 dashv
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 \begin_inset Formula $\dashv$
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 frown
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 \begin_inset Formula $\frown$
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 </row>
24175 <row>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 rhd
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 \begin_inset Formula $\rhd$
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 </row>
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 unrhd
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $\unrhd$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 lessgtr
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241 \begin_inset Formula $\lessgtr$
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 parallel
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 \begin_inset Formula $\parallel$
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 nparallel
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $\nparallel$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 </lyxtabular>
24301
24302 \end_inset
24303
24304
24305 \begin_inset space \hfill{}
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 \begin_inset VSpace medskip
24313 \end_inset
24314
24315
24316 \series bold
24317
24318 \backslash
24319 lhd
24320 \series default
24321
24322 \series bold
24323
24324 \backslash
24325 rhd
24326 \series default
24327 の文字は、同じように見える演算子
24328 \series bold
24329
24330 \backslash
24331 triangleleft
24332 \series default
24333 および
24334 \series bold
24335
24336 \backslash
24337 triangleright
24338 \series default
24339 よりも大きくなっています。
24340 \end_layout
24341
24342 \begin_layout Standard
24343 関係子は、記号とは違って、つねに前後に余白が置かれます。
24344 \end_layout
24345
24346 \begin_layout Standard
24347
24348 \series bold
24349
24350 \backslash
24351 stackrel
24352 \series default
24353
24354 \begin_inset Index idx
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358 こまんど@コマンド ! S ! 
24359 \backslash
24360 stackrel
24361 \end_layout
24362
24363 \end_inset
24364
24365 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24366 \end_layout
24367
24368 \begin_layout Standard
24369 \align center
24370 \begin_inset Tabular
24371 <lyxtabular version="3" rows="2" columns="2">
24372 <features tabularvalignment="middle">
24373 <column alignment="center" valignment="top" width="0">
24374 <column alignment="center" valignment="top" width="0">
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 コマンド
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 出力
24390 \begin_inset Note Note
24391 status collapsed
24392
24393 \begin_layout Plain Layout
24394 ここで
24395 \series bold
24396
24397 \backslash
24398 raisebox
24399 \series default
24400 はスペーサーとして使用しているだけです。
24401 \end_layout
24402
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 </row>
24411 <row>
24412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 A(r)
24417 \backslash
24418 stackrel
24419 \begin_inset ERT
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423
24424
24425 \backslash
24426 spce 
24427 \end_layout
24428
24429 \end_inset
24430
24431 r
24432 \backslash
24433 to
24434 \backslash
24435 infty
24436 \begin_inset ERT
24437 status collapsed
24438
24439 \begin_layout Plain Layout
24440
24441
24442 \backslash
24443 spce 
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \begin_inset Formula $\downarrow$
24450 \end_inset
24451
24452
24453 \backslash
24454 approx
24455 \begin_inset ERT
24456 status collapsed
24457
24458 \begin_layout Plain Layout
24459
24460
24461 \backslash
24462 spce 
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \begin_inset ERT
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472
24473
24474 \backslash
24475 spce 
24476 \end_layout
24477
24478 \end_inset
24479
24480 B
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 </lyxtabular>
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Section
24506 函数
24507 \end_layout
24508
24509 \begin_layout Subsection
24510 定義済み函数
24511 \begin_inset CommandInset label
24512 LatexCommand label
24513 name "sub:定義済み函数"
24514
24515 \end_inset
24516
24517
24518 \begin_inset Index idx
24519 status collapsed
24520
24521 \begin_layout Plain Layout
24522 かんすう@函数 ! ていぎずみ@定義済み
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 一般的に、数式表現では変数は
24532 \shape italic
24533 イタリック体
24534 \shape default
24535 に設定されますが、函数名はイタリック体にしません。なぜなら、
24536 \begin_inset Formula $sin$
24537 \end_inset
24538
24539
24540 \begin_inset Formula $s\cdot i\cdot n$
24541 \end_inset
24542
24543 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24544 ックスラッシュを加えたコマンドとして挿入します。
24545 \end_layout
24546
24547 \begin_layout Standard
24548 \align center
24549 \begin_inset Tabular
24550 <lyxtabular version="3" rows="2" columns="4">
24551 <features tabularvalignment="middle">
24552 <column alignment="center" valignment="top" width="0pt">
24553 <column alignment="center" valignment="top" width="0pt">
24554 <column alignment="center" valignment="top" width="0pt">
24555 <column alignment="center" valignment="top" width="0pt">
24556 <row>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 コマンド
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 出力
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 コマンド
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 出力
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 </row>
24594 <row>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 Asin(x)+B
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 \begin_inset Formula $Asin(x)+B$
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 A
24621 \backslash
24622 sin(x)+B
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 \begin_inset Formula $A\sin(x)+B$
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 </row>
24640 </lyxtabular>
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 以下の函数が定義済みです。
24649 \end_layout
24650
24651 \begin_layout Standard
24652 \begin_inset VSpace -2mm
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \align center
24660 \begin_inset Tabular
24661 <lyxtabular version="3" rows="9" columns="4">
24662 <features tabularvalignment="middle">
24663 <column alignment="center" valignment="top" width="0pt">
24664 <column alignment="center" valignment="top" width="0pt">
24665 <column alignment="center" valignment="top" width="0pt">
24666 <column alignment="center" valignment="top" width="0pt">
24667 <row>
24668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 コマンド
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 コマンド
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 コマンド
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 コマンド
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 sin
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 sinh
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 arcsin
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \backslash
24745 sup
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 </row>
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 cos
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 cosh
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \backslash
24780 arccos
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 inf
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 </row>
24797 <row>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 tan
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \backslash
24815 tanh
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824
24825 \backslash
24826 arctan
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 lim
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 </row>
24843 <row>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 cot
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \backslash
24861 coth
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870
24871 \backslash
24872 arg
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881
24882 \backslash
24883 liminf
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 <row>
24890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894
24895 \backslash
24896 sec
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 min
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \backslash
24918 deg
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 limsup
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 </row>
24935 <row>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \backslash
24942 csc
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 max
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 det
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 Pr
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 <row>
24982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 ln
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 exp
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \backslash
25010 dim
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 hom
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 <row>
25028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \backslash
25034 lg
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043
25044 \backslash
25045 log
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054
25055 \backslash
25056 ker
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065
25066 \backslash
25067 gcd
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 </row>
25073 </lyxtabular>
25074
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \begin_layout Standard
25081 上記は、数式ツールバーボタンの
25082 \begin_inset Graphics
25083         filename ../../images/math/functions.png
25084         scale 85
25085
25086 \end_inset
25087
25088 でも挿入することができます。
25089 \end_layout
25090
25091 \begin_layout Subsection
25092 自己定義函数
25093 \begin_inset Index idx
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097 かんすう@函数 ! じこていぎ@自己定義
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25107 \end_layout
25108
25109 \begin_layout Itemize
25110 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25111 \begin_inset Foot
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115
25116 \series bold
25117
25118 \backslash
25119 DeclareMathOperator
25120 \series default
25121 についての詳細は、第
25122 \begin_inset CommandInset ref
25123 LatexCommand ref
25124 reference "sub:自己定義演算子"
25125
25126 \end_inset
25127
25128 節をご参照下さい。
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \begin_inset Newline newline
25135 \end_inset
25136
25137
25138 \begin_inset VSpace -3mm
25139 \end_inset
25140
25141
25142 \begin_inset Newline newline
25143 \end_inset
25144
25145
25146 \series bold
25147
25148 \backslash
25149 DeclareMathOperator{
25150 \backslash
25151 sgn}{sgn}
25152 \series default
25153
25154 \begin_inset Index idx
25155 status collapsed
25156
25157 \begin_layout Plain Layout
25158 こまんど@コマンド ! D ! 
25159 \backslash
25160 dbinom@
25161 \backslash
25162 DeclareMathOperator
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \begin_inset Newline newline
25169 \end_inset
25170
25171
25172 \begin_inset VSpace -2mm
25173 \end_inset
25174
25175
25176 \begin_inset Newline newline
25177 \end_inset
25178
25179 これによって、新しく定義された函数を
25180 \series bold
25181
25182 \backslash
25183 sgn
25184 \series default
25185 コマンドで呼び出すことができるようになります。
25186 \end_layout
25187
25188 \begin_layout Itemize
25189 数式を普通に書き下し、函数名を選択して(上記の例では
25190 \emph on
25191 sgn
25192 \emph default
25193 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25194 \end_layout
25195
25196 \begin_layout Standard
25197 双方とも定義済み函数と同等の出力をもたらします
25198 \begin_inset Foot
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \align center
25212 \begin_inset Tabular
25213 <lyxtabular version="3" rows="3" columns="2">
25214 <features tabularvalignment="middle">
25215 <column alignment="center" valignment="top" width="0pt">
25216 <column alignment="center" valignment="top" width="0pt">
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 コマンド
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 出力
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 </row>
25237 <row>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 A
25243 \backslash
25244 sgn(x)+B
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 \begin_inset Formula $A\sgn(x)+B$
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 </row>
25262 <row>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 A
25268 \backslash
25269 ,
25270 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25271 \end_inset
25272
25273 (x)+B
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 </lyxtabular>
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25300 \end_layout
25301
25302 \begin_layout Subsection
25303 極限
25304 \begin_inset Index idx
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308 きょくげん@極限
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Standard
25317 極限用には、
25318 \series bold
25319
25320 \backslash
25321 lim
25322 \series default
25323
25324 \begin_inset Index idx
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328 こまんど@コマンド ! L ! 
25329 \backslash
25330 lim
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \series bold
25337
25338 \backslash
25339 liminf
25340 \series default
25341
25342 \series bold
25343
25344 \backslash
25345 limsup
25346 \series default
25347 の他に、以下の函数があります。
25348 \end_layout
25349
25350 \begin_layout Standard
25351 \align center
25352 \begin_inset Tabular
25353 <lyxtabular version="3" rows="5" columns="2">
25354 <features tabularvalignment="middle">
25355 <column alignment="center" valignment="top" width="0">
25356 <column alignment="center" valignment="top" width="0">
25357 <row>
25358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 コマンド
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371 出力
25372 \begin_inset Note Note
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 ここで
25377 \series bold
25378
25379 \backslash
25380 raisebox
25381 \series default
25382 はスペーサーとして使用しているだけです。
25383 \end_layout
25384
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 <row>
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398
25399 \backslash
25400 varliminf
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 \begin_inset Formula $\varliminf$
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 </row>
25418 <row>
25419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423
25424 \backslash
25425 varlimsup
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 \begin_inset Formula $\varlimsup$
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 </row>
25443 <row>
25444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448
25449 \backslash
25450 varprojlim
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459 \begin_inset Formula $\varprojlim$
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 varinjlim
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 \begin_inset Formula $\varinjlim$
25485 \end_inset
25486
25487
25488 \begin_inset Formula $\raisebox{-2.5mm}{}$
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 </row>
25497 </lyxtabular>
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset VSpace medskip
25506 \end_inset
25507
25508 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25509 \end_layout
25510
25511 \begin_layout Standard
25512 \align center
25513 \begin_inset Tabular
25514 <lyxtabular version="3" rows="2" columns="2">
25515 <features tabularvalignment="middle">
25516 <column alignment="center" valignment="top" width="0pt">
25517 <column alignment="center" valignment="top" width="0pt">
25518 <row>
25519 <cell alignment="center" valignment="top" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523 コマンド
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 \begin_inset space \hspace{}
25533 \length 1cm
25534 \end_inset
25535
25536 出力
25537 \begin_inset Note Note
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541 ここで
25542 \series bold
25543
25544 \backslash
25545 raisebox
25546 \series default
25547 はスペーサーとして使用しているだけです。
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 </row>
25558 <row>
25559 <cell alignment="center" valignment="top" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \backslash
25565 lim_x
25566 \backslash
25567 to
25568 \begin_inset ERT
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572
25573
25574 \backslash
25575 spce 
25576 \end_layout
25577
25578 \end_inset
25579
25580 A
25581 \begin_inset ERT
25582 status collapsed
25583
25584 \begin_layout Plain Layout
25585
25586
25587 \backslash
25588 spce 
25589 \end_layout
25590
25591 \end_inset
25592
25593 x=B
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 </lyxtabular>
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25620 \begin_inset Formula 
25621 \[
25622 \lim_{x\to A}x=B
25623 \]
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \begin_layout Subsection
25631 剰余函数
25632 \begin_inset Index idx
25633 status collapsed
25634
25635 \begin_layout Plain Layout
25636 かんすう@函数 ! じょうよ@剰余
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \begin_inset Index idx
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646 かんすう@函数 ! もじゅらす@モジュラス | see
25647 \begin_inset ERT
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651
25652 {
25653 \end_layout
25654
25655 \end_inset
25656
25657 剰余
25658 \begin_inset ERT
25659 status collapsed
25660
25661 \begin_layout Plain Layout
25662
25663 }
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Standard
25677 剰余函数は、特別に4つの派生型があります。
25678 \end_layout
25679
25680 \begin_layout Standard
25681 以下は、別行建て数式での派生型です。
25682 \begin_inset Formula 
25683 \begin{align*}
25684 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25685 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25686 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25687 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25688 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25689 \end{align*}
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \begin_layout Standard
25697 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25698 \lang english
25699 By default the modulo-functions take only the first following character
25700  into account.
25701  To use more than one character, one has to put them into TeX-braces:
25702 \begin_inset Formula 
25703 \begin{align*}
25704 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25705 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
25706 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25707 \end{align*}
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Section
25715 特殊文字
25716 \begin_inset Index idx
25717 status collapsed
25718
25719 \begin_layout Plain Layout
25720 とくしゅもじ@特殊文字
25721 \end_layout
25722
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \begin_layout Subsection
25729 数式テキストにおける特殊文字
25730 \end_layout
25731
25732 \begin_layout Standard
25733 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset space \hfill{}
25738 \end_inset
25739
25740
25741 \begin_inset Tabular
25742 <lyxtabular version="3" rows="8" columns="2">
25743 <features tabularvalignment="middle">
25744 <column alignment="block" valignment="top" width="0">
25745 <column alignment="block" valignment="top" width="0">
25746 <row>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 コマンド
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Plain Layout
25760 出力
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771
25772 \backslash
25773 oe
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782 \begin_inset Formula $\textrm{œ}$
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 </row>
25791 <row>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796
25797 \backslash
25798 OE
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807 \begin_inset Formula $\textrm{Œ}$
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 </row>
25816 <row>
25817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821
25822 \backslash
25823 ae
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832 \begin_inset Formula $\textrm{æ}$
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 </row>
25841 <row>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846
25847 \backslash
25848 AE
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857 \begin_inset Formula $\textrm{Æ}$
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 </row>
25866 <row>
25867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Plain Layout
25871
25872 \backslash
25873 aa
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882 \begin_inset Formula $\textrm{\aa}$
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 </row>
25891 <row>
25892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25893 \begin_inset Text
25894
25895 \begin_layout Plain Layout
25896
25897 \backslash
25898 AA
25899 \begin_inset Index idx
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903
25904 \lang english
25905
25906 \backslash
25907 @
25908 \begin_inset ERT
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912
25913
25914 \backslash
25915 textrm{
25916 \backslash
25917 AA}
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25933 \begin_inset Text
25934
25935 \begin_layout Plain Layout
25936 \begin_inset Formula $\textrm{Å}$
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 i
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset Formula $\textrm{ı}$
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 </row>
25970 </lyxtabular>
25971
25972 \end_inset
25973
25974
25975 \begin_inset space \hfill{}
25976 \end_inset
25977
25978
25979 \begin_inset Tabular
25980 <lyxtabular version="3" rows="8" columns="2">
25981 <features tabularvalignment="middle">
25982 <column alignment="block" valignment="top" width="0">
25983 <column alignment="center" valignment="top" width="0">
25984 <row>
25985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 コマンド
25990 \begin_inset Note Note
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994 0
25995 \begin_inset space \thinspace{}
25996 \end_inset
25997
25998 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012 出力
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 </row>
26018 <row>
26019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023
26024 \backslash
26025 o
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034 \begin_inset Formula $\textrm{ø}$
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 </row>
26043 <row>
26044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048
26049 \backslash
26050 O
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 \begin_inset Formula $\textrm{Ø}$
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 </row>
26068 <row>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073
26074 \backslash
26075 l
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 \begin_inset Formula $\textrm{ł}$
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 L
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\textrm{Ł}$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 !
26124 \begin_inset space \hspace{}
26125 \length 0mm
26126 \end_inset
26127
26128 `
26129 \begin_inset ERT
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133
26134
26135 \backslash
26136 spce 
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 \begin_inset Formula $\textrm{!`}$
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 </row>
26159 <row>
26160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 ?
26165 \begin_inset space \hspace{}
26166 \length 0mm
26167 \end_inset
26168
26169 `
26170 \begin_inset ERT
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174
26175
26176 \backslash
26177 spce 
26178 \end_layout
26179
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Plain Layout
26191 \begin_inset Formula $\textrm{?`}$
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 </row>
26200 <row>
26201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205
26206 \backslash
26207 j
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 \begin_inset Formula $\textrm{ȷ}$
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 </row>
26225 </lyxtabular>
26226
26227 \end_inset
26228
26229
26230 \begin_inset space \hfill{}
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \begin_layout Standard
26237 \begin_inset Formula $\textrm{\textrm{Å}}$
26238 \end_inset
26239
26240
26241 \begin_inset Formula $\textrm{\textrm{Ø}}$
26242 \end_inset
26243
26244 の各文字は、数式ツールバーボタンの
26245 \begin_inset Graphics
26246         filename ../../images/math/digamma.png
26247         scale 85
26248
26249 \end_inset
26250
26251 からも挿入することができます。
26252 \end_layout
26253
26254 \begin_layout Standard
26255 例外は、
26256 \series bold
26257 !
26258 \begin_inset space \hspace{}
26259 \length 0mm
26260 \end_inset
26261
26262 `
26263 \series default
26264
26265 \series bold
26266 ?
26267 \begin_inset space \hspace{}
26268 \length 0mm
26269 \end_inset
26270
26271 `
26272 \series default
26273 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26274 \end_layout
26275
26276 \begin_layout Subsection
26277 文章中のアクセント
26278 \begin_inset CommandInset label
26279 LatexCommand label
26280 name "sub:文章中のアクセント"
26281
26282 \end_inset
26283
26284
26285 \begin_inset Index idx
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26299 \end_layout
26300
26301 \begin_layout Standard
26302 \begin_inset space \hfill{}
26303 \end_inset
26304
26305
26306 \begin_inset Tabular
26307 <lyxtabular version="3" rows="8" columns="2">
26308 <features tabularvalignment="middle">
26309 <column alignment="block" valignment="top" width="0">
26310 <column alignment="block" valignment="top" width="0">
26311 <row>
26312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 コマンド
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325 出力
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 <row>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \backslash
26338
26339 \begin_inset Quotes grd
26340 \end_inset
26341
26342 e
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26348 \begin_inset Text
26349
26350 \begin_layout Plain Layout
26351 \begin_inset ERT
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355
26356
26357 \backslash
26358 "e
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 <row>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374
26375 \backslash
26376 `e
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385 \begin_inset ERT
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389
26390
26391 \backslash
26392 `e
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \backslash
26410 ^
26411 \begin_inset ERT
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415
26416
26417 \backslash
26418 spce 
26419 \end_layout
26420
26421 \end_inset
26422
26423 e
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 \begin_inset ERT
26433 status collapsed
26434
26435 \begin_layout Plain Layout
26436
26437
26438 \backslash
26439 ^e
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 </row>
26450 <row>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455
26456 \backslash
26457 =e
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 \begin_inset ERT
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 =e
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 </row>
26484 <row>
26485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489
26490 \backslash
26491 u
26492 \begin_inset ERT
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496
26497
26498 \backslash
26499 spce 
26500 \end_layout
26501
26502 \end_inset
26503
26504 e
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 \begin_inset ERT
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517
26518
26519 \backslash
26520 u e
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 </row>
26531 <row>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536
26537 \backslash
26538 b
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543
26544
26545 \backslash
26546 spce 
26547 \end_layout
26548
26549 \end_inset
26550
26551 e
26552 \end_layout
26553
26554 \end_inset
26555 </cell>
26556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560 \begin_inset ERT
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564
26565
26566 \backslash
26567 b e
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 <row>
26579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583
26584 \backslash
26585 t
26586 \begin_inset ERT
26587 status collapsed
26588
26589 \begin_layout Plain Layout
26590
26591
26592 \backslash
26593 spce 
26594 \end_layout
26595
26596 \end_inset
26597
26598 ee
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 \begin_inset ERT
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611
26612
26613 \backslash
26614 t ee
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 </lyxtabular>
26626
26627 \end_inset
26628
26629
26630 \begin_inset space \hfill{}
26631 \end_inset
26632
26633
26634 \begin_inset Tabular
26635 <lyxtabular version="3" rows="8" columns="2">
26636 <features tabularvalignment="middle">
26637 <column alignment="block" valignment="top" width="0">
26638 <column alignment="center" valignment="top" width="0">
26639 <row>
26640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644 コマンド
26645 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Plain Layout
26653 出力
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 <row>
26660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664
26665 \backslash
26666 H
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 spce 
26675 \end_layout
26676
26677 \end_inset
26678
26679 e
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 H e
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 'e
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 'e
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \backslash
26747 ~e
26748 \begin_inset Index idx
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753 \lang english
26754 Tilde
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 \begin_inset ERT
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772
26773
26774 \backslash
26775 ~e
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 </row>
26786 <row>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791
26792 \backslash
26793 .e
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802 \begin_inset ERT
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806
26807
26808 \backslash
26809 .e
26810 \end_layout
26811
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 </row>
26820 <row>
26821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825
26826 \backslash
26827 v
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832
26833
26834 \backslash
26835 spce 
26836 \end_layout
26837
26838 \end_inset
26839
26840 e
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 v e
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 d
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 spce 
26883 \end_layout
26884
26885 \end_inset
26886
26887 e
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896 \begin_inset ERT
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901
26902 \backslash
26903 d e
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 </row>
26914 <row>
26915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919
26920 \backslash
26921 c
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 spce 
26930 \end_layout
26931
26932 \end_inset
26933
26934 e
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 c e
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 </row>
26961 </lyxtabular>
26962
26963 \end_inset
26964
26965
26966 \begin_inset space \hfill{}
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Standard
26973 \begin_inset VSpace medskip
26974 \end_inset
26975
26976
26977 \series bold
26978
26979 \backslash
26980 t
26981 \series default
26982 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26983 \series bold
26984
26985 \backslash
26986 t
26987 \begin_inset ERT
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991
26992
26993 \backslash
26994 spce 
26995 \end_layout
26996
26997 \end_inset
26998
26999 sz
27000 \series default
27001 は、
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 t sz
27010 \end_layout
27011
27012 \end_inset
27013
27014 となります。
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \series bold
27020 `
27021 \series default
27022  ・
27023 \series bold
27024  '
27025 \series default
27026  ・ 
27027 \series bold
27028 ^
27029 \series default
27030  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27031 \begin_inset Foot
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27036 \end_layout
27037
27038 \end_inset
27039
27040
27041 \series bold
27042 ~
27043 \series default
27044 を、
27045 \emph on
27046 a
27047 \emph default
27048
27049 \emph on
27050 n
27051 \emph default
27052
27053 \emph on
27054 o
27055 \emph default
27056 といっしょに使うときも同様です。
27057 \end_layout
27058
27059 \begin_layout Standard
27060
27061 \series bold
27062
27063 \backslash
27064 b
27065 \series default
27066
27067 \series bold
27068
27069 \backslash
27070 c
27071 \series default
27072
27073 \series bold
27074
27075 \backslash
27076 d
27077 \series default
27078
27079 \series bold
27080
27081 \backslash
27082 H
27083 \series default
27084
27085 \series bold
27086
27087 \backslash
27088 t
27089 \series default
27090
27091 \series bold
27092
27093 \backslash
27094 u
27095 \series default
27096
27097 \series bold
27098
27099 \backslash
27100 v
27101 \series default
27102 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27103 。第
27104 \begin_inset CommandInset ref
27105 LatexCommand ref
27106 reference "sub:一文字に付けるアクセント"
27107
27108 \end_inset
27109
27110 節をご参照下さい。
27111 \end_layout
27112
27113 \begin_layout Standard
27114 \begin_inset VSpace bigskip
27115 \end_inset
27116
27117 さらに、
27118 \series bold
27119
27120 \backslash
27121 textcircled
27122 \series default
27123
27124 \begin_inset Index idx
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 こまんど@コマンド ! T ! 
27129 \backslash
27130 textcircled
27131 \end_layout
27132
27133 \end_inset
27134
27135 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 \align center
27141 \begin_inset Tabular
27142 <lyxtabular version="3" rows="3" columns="2">
27143 <features tabularvalignment="middle">
27144 <column alignment="center" valignment="top" width="0">
27145 <column alignment="center" valignment="top" width="0">
27146 <row>
27147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151 コマンド
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160 出力
27161 \begin_inset Note Note
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165 ここで
27166 \series bold
27167
27168 \backslash
27169 raisebox
27170 \series default
27171 はスペーサーとして使用しているだけです。
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 </row>
27182 <row>
27183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187
27188 \backslash
27189 textcircled{w}
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 \begin_inset ERT
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 textcircled{w}
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 </row>
27216 <row>
27217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \backslash
27223 Large 
27224 \backslash
27225 textcircled{
27226 \backslash
27227 normalsize
27228 \backslash
27229 protect
27230 \backslash
27231 raisebox{-1.5pt}{W}}
27232 \end_layout
27233
27234 \end_inset
27235 </cell>
27236 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27237 \begin_inset Text
27238
27239 \begin_layout Plain Layout
27240 \begin_inset Formula $\raisebox{4.5mm}{}$
27241 \end_inset
27242
27243
27244 \begin_inset ERT
27245 status collapsed
27246
27247 \begin_layout Plain Layout
27248
27249
27250 \backslash
27251 Large 
27252 \backslash
27253 textcircled{
27254 \backslash
27255 normalsize
27256 \backslash
27257 protect
27258 \backslash
27259 raisebox{-1.5pt}W}
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \begin_inset Formula $\raisebox{-2mm}{}$
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 </row>
27274 </lyxtabular>
27275
27276 \end_inset
27277
27278
27279 \end_layout
27280
27281 \begin_layout Standard
27282 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27283 \series bold
27284
27285 \backslash
27286 Large
27287 \series default
27288
27289 \begin_inset Foot
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294 \begin_inset CommandInset ref
27295 LatexCommand ref
27296 reference "sub:書体寸法"
27297
27298 \end_inset
27299
27300 節参照のこと。
27301 \end_layout
27302
27303 \end_inset
27304
27305 で丸の大きさを指定しています。そして
27306 \series bold
27307
27308 \backslash
27309 raisebox
27310 \series default
27311
27312 \begin_inset Foot
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "sub:枠なしボックス"
27320
27321 \end_inset
27322
27323 節参照のこと。
27324 \end_layout
27325
27326 \end_inset
27327
27328 を使って、文字が真ん中にくるようにしています。
27329 \end_layout
27330
27331 \begin_layout Subsection
27332 小数字
27333 \begin_inset Index idx
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 しょうすうじ@小数字
27338 \end_layout
27339
27340 \end_inset
27341
27342
27343 \end_layout
27344
27345 \begin_layout Standard
27346 小数字(minuscule number)は、
27347 \series bold
27348
27349 \backslash
27350 oldstylenums
27351 \series default
27352
27353 \begin_inset Index idx
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357 こまんど@コマンド ! O ! 
27358 \backslash
27359 oldstylenums
27360 \end_layout
27361
27362 \end_inset
27363
27364 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27365 \end_layout
27366
27367 \begin_layout Standard
27368
27369 \series bold
27370
27371 \backslash
27372 oldstylenums{数字}
27373 \end_layout
27374
27375 \begin_layout Standard
27376 です。
27377 \series bold
27378
27379 \backslash
27380 oldstylenums{0123456789}
27381 \series default
27382 というコマンドは、
27383 \begin_inset Formula $\oldstylenums{0123456789}$
27384 \end_inset
27385
27386 のようになります。
27387 \end_layout
27388
27389 \begin_layout Subsection
27390 他の特殊文字
27391 \begin_inset CommandInset label
27392 LatexCommand label
27393 name "sub:他の特殊文字"
27394
27395 \end_inset
27396
27397
27398 \begin_inset Index idx
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402 とくしゅもじ@特殊文字 ! たの@他の
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \begin_layout Standard
27411 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27412 \end_layout
27413
27414 \begin_layout Standard
27415 \align center
27416 \begin_inset Tabular
27417 <lyxtabular version="3" rows="4" columns="2">
27418 <features tabularvalignment="middle">
27419 <column alignment="center" valignment="top" width="0">
27420 <column alignment="center" valignment="top" width="0">
27421 <row>
27422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Plain Layout
27426 コマンド
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 出力
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 </row>
27441 <row>
27442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446
27447 \backslash
27448 ^
27449 \begin_inset ERT
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453
27454
27455 \backslash
27456 spce 
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470 \begin_inset Formula $\mathcircumflex$
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \end_inset
27477 </cell>
27478 </row>
27479 <row>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484
27485 \backslash
27486 _
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Plain Layout
27495 \begin_inset Formula $\_$
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \end_inset
27502 </cell>
27503 </row>
27504 <row>
27505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509 ^
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 spce 
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \backslash
27524 circ
27525 \begin_inset Index idx
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529
27530 \lang english
27531
27532 \backslash
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \end_inset
27542 </cell>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547 \begin_inset Formula $^{\circ}$
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 </lyxtabular>
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27565 \begin_inset Foot
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569 この件に関する詳細は、第
27570 \begin_inset CommandInset ref
27571 LatexCommand ref
27572 reference "sub:数式中のテキスト文字"
27573
27574 \end_inset
27575
27576 節にあります。
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585
27586 \series bold
27587
27588 \backslash
27589 DeclareInputtext{176}{
27590 \backslash
27591 ifmmode^
27592 \backslash
27593 circ
27594 \backslash
27595 else
27596 \backslash
27597 textdegree
27598 \backslash
27599 fi}
27600 \end_layout
27601
27602 \begin_layout Section
27603 数式様式
27604 \begin_inset CommandInset label
27605 LatexCommand label
27606 name "sec:数式様式"
27607
27608 \end_inset
27609
27610
27611 \begin_inset Index idx
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 すうしき@数式 ! ようしき@様式
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \end_layout
27622
27623 \begin_layout Itemize
27624 以下の二つの配置様式があります。
27625 \end_layout
27626
27627 \begin_deeper
27628 \begin_layout Description
27629 中央揃え 事前に定義された標準です。
27630 \end_layout
27631
27632 \begin_layout Description
27633 行頭下げ これを使うには、
27634 \family sans
27635 文書\SpecialChar \menuseparator
27636 設定
27637 \family default
27638 メニューの
27639 \family sans
27640 文書クラス
27641 \family default
27642 において、
27643 \series bold
27644 fleqn
27645 \series default
27646 オプションを指定しておかなくてはなりません。
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652 行頭下げ
27653 \series default
27654 を用いる場合には、行頭下げの大きさを
27655 \series bold
27656
27657 \backslash
27658 mathindent
27659 \series default
27660
27661 \begin_inset Index idx
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 こまんど@コマンド ! M ! 
27666 \backslash
27667 mathindent
27668 \end_layout
27669
27670 \end_inset
27671
27672 の値で調整することができます。これを15
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27677 \end_layout
27678
27679 \begin_layout Standard
27680
27681 \series bold
27682
27683 \backslash
27684 setlength{
27685 \backslash
27686 mathindent}{15mm}
27687 \end_layout
27688
27689 \begin_layout Standard
27690
27691 \series bold
27692
27693 \backslash
27694 mathindent
27695 \series default
27696 を明示的に指定しない場合には、事前に定義されている30
27697 \begin_inset space \thinspace{}
27698 \end_inset
27699
27700 ptが適用されます。
27701 \end_layout
27702
27703 \end_deeper
27704 \begin_layout Itemize
27705 また、以下の二つの連番様式があります。
27706 \end_layout
27707
27708 \begin_deeper
27709 \begin_layout Description
27710 右 事前に定義された標準です。
27711 \end_layout
27712
27713 \begin_layout Description
27714 左 これを使うには、
27715 \family sans
27716 文書\SpecialChar \menuseparator
27717 設定
27718 \family default
27719 メニューの
27720 \family sans
27721 文書クラス
27722 \family default
27723 において、
27724 \series bold
27725 leqno
27726 \series default
27727 オプションを指定しておかなくてはなりません。
27728 \end_layout
27729
27730 \end_deeper
27731 \begin_layout Standard
27732
27733 \series bold
27734 fleqn
27735 \series default
27736
27737 \series bold
27738 leqno
27739 \series default
27740 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27741 \end_layout
27742
27743 \begin_layout Standard
27744 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27745 \series bold
27746 中央揃え
27747 \series default
27748 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27749 \begin_inset CommandInset ref
27750 LatexCommand ref
27751 reference "sub:flalign環境"
27752
27753 \end_inset
27754
27755 節をご覧下さい。
27756 \end_layout
27757
27758 \begin_layout Section
27759 多行数式
27760 \begin_inset CommandInset label
27761 LatexCommand label
27762 name "sec:多行数式"
27763
27764 \end_inset
27765
27766
27767 \begin_inset Index idx
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 すうしき@数式 ! たぎょう@多行
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Subsection
27780 概要
27781 \end_layout
27782
27783 \begin_layout Standard
27784 LyXでは、多行数式は、数式中で
27785 \series bold
27786
27787 \begin_inset Info
27788 type  "shortcut"
27789 arg   "newline-insert newline"
27790 \end_inset
27791
27792
27793 \series default
27794 を押すことで作られます。この操作によって、第
27795 \begin_inset CommandInset ref
27796 LatexCommand ref
27797 reference "sub:eqnarray環境"
27798
27799 \end_inset
27800
27801 節に述べられている
27802 \series bold
27803 eqnarray環境
27804 \series default
27805 が作り出されるか、あるいは文書設定で
27806 \family sans
27807 AMS mathパッケージを使う
27808 \family default
27809 オプションが選択されている場合には、第
27810 \begin_inset CommandInset ref
27811 LatexCommand ref
27812 reference "sub:標準align環境"
27813
27814 \end_inset
27815
27816 節に述べられている
27817 \series bold
27818 align環境
27819 \series default
27820 が作り出されることになります。
27821 \end_layout
27822
27823 \begin_layout Standard
27824 他にも、
27825 \family sans
27826 挿入\SpecialChar \menuseparator
27827 数式
27828 \family default
27829 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27830 \end_layout
27831
27832 \begin_layout Standard
27833 すべての多行数式において、新規行は、
27834 \begin_inset Info
27835 type  "shortcut"
27836 arg   "newline-insert newline"
27837 \end_inset
27838
27839 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27840 \begin_inset Graphics
27841         filename ../../images/tabular-feature_append-row.png
27842         scale 85
27843
27844 \end_inset
27845
27846
27847 \begin_inset Graphics
27848         filename ../../images/tabular-feature_delete-row.png
27849         scale 85
27850
27851 \end_inset
27852
27853 を使うか、
27854 \family sans
27855 編集\SpecialChar \menuseparator
27856 行と列
27857 \family default
27858 メニューを使うことができます。
27859 \end_layout
27860
27861 \begin_layout Subsubsection
27862 行間
27863 \begin_inset CommandInset label
27864 LatexCommand label
27865 name "sub:行間"
27866
27867 \end_inset
27868
27869
27870 \begin_inset Index idx
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27884 \begin_inset Formula 
27885 \begin{eqnarray*}
27886 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}\\
27887 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
27888 \end{eqnarray*}
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Standard
27896 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27897 \begin_inset Foot
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901 \begin_inset CommandInset href
27902 LatexCommand href
27903 name "LyX-bug #1505"
27904 target "http://www.lyx.org/trac/ticket/1505"
27905
27906 \end_inset
27907
27908 を参照。
27909 \end_layout
27910
27911 \end_inset
27912
27913 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27914 \series bold
27915
27916 \backslash
27917
27918 \backslash
27919 [3mm]
27920 \series default
27921 というコマンドを入れます。すると、次のようになります。
27922 \begin_inset ERT
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926
27927
27928 \backslash
27929 begin{eqnarray*}
27930 \end_layout
27931
27932 \begin_layout Plain Layout
27933
27934 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27935  = & 
27936 \backslash
27937 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27938 \backslash
27939
27940 \backslash
27941 [3mm]
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945
27946 4x^{2}
27947 \backslash
27948 left(B^{2}+x_{0}^{2}
27949 \backslash
27950 right)+4x_{0}x
27951 \backslash
27952 left(D-B^{2}
27953 \backslash
27954 right)+B^{2}
27955 \backslash
27956 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27957 \backslash
27958 right) & = & 0
27959 \end_layout
27960
27961 \begin_layout Plain Layout
27962
27963
27964 \backslash
27965 end{eqnarray*}
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset VSpace bigskip
27975 \end_inset
27976
27977 同一数式内のすべての行の行間を一律に指定するには、
27978 \series bold
27979
27980 \backslash
27981 jot
27982 \series default
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 こまんど@コマンド ! J ! 
27989 \backslash
27990 jot
27991 \end_layout
27992
27993 \end_inset
27994
27995 変数を変更します。定義は、
27996 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27997 \end_inset
27998
27999 となっています。
28000 \series bold
28001
28002 \backslash
28003 jot
28004 \series default
28005 の既定値は、3
28006 \begin_inset space \thinspace{}
28007 \end_inset
28008
28009 ptです。上記の例のように、行間を3
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 mm追加するには、
28014 \end_layout
28015
28016 \begin_layout Standard
28017
28018 \series bold
28019
28020 \backslash
28021 setlength{
28022 \backslash
28023 jot}{3mm+3pt}
28024 \end_layout
28025
28026 \begin_layout Standard
28027 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28028 \end_layout
28029
28030 \begin_layout Standard
28031
28032 \series bold
28033
28034 \backslash
28035 usepackage{calc}
28036 \end_layout
28037
28038 \begin_layout Standard
28039 という行を入れて、LaTeXパッケージ
28040 \series bold
28041 calc
28042 \series default
28043
28044 \begin_inset Foot
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048
28049 \series bold
28050 calc
28051 \series default
28052 は標準的なLaTeX頒布版のすべてに付属しています。
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \begin_inset Index idx
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 ぱっけーじ@パッケージ ! calc
28063 \end_layout
28064
28065 \end_inset
28066
28067  を読み込んでおく必要があります。すると、
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 setlength{
28076 \backslash
28077 jot}{3mm+3pt}
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset Formula 
28084 \begin{eqnarray*}
28085 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}\\
28086 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
28087 \end{eqnarray*}
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \begin_layout Standard
28095 \begin_inset ERT
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099
28100
28101 \backslash
28102 setlength{
28103 \backslash
28104 jot}{3pt}
28105 \end_layout
28106
28107 \end_inset
28108
28109 のような結果を得ます。行間を既定値に戻すには、
28110 \series bold
28111
28112 \backslash
28113 jot
28114 \series default
28115 をふたたび3
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119 ptに戻します。
28120 \end_layout
28121
28122 \begin_layout Subsubsection
28123 列間
28124 \begin_inset CommandInset label
28125 LatexCommand label
28126 name "sub:列間"
28127
28128 \end_inset
28129
28130
28131 \begin_inset Index idx
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28145
28146 \end_layout
28147
28148 \begin_layout Standard
28149 列間は、
28150 \series bold
28151
28152 \backslash
28153 arraycolsep
28154 \series default
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 こまんど@コマンド ! A ! 
28161 \backslash
28162 arraycolsep
28163 \end_layout
28164
28165 \end_inset
28166
28167 変数を使って指定し、
28168 \begin_inset Newline newline
28169 \end_inset
28170
28171 列間 = 2
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175
28176 \series bold
28177
28178 \backslash
28179 arraycolsep
28180 \series default
28181
28182 \begin_inset Newline newline
28183 \end_inset
28184
28185 という関係があります。したがって、
28186 \end_layout
28187
28188 \begin_layout Standard
28189
28190 \series bold
28191
28192 \backslash
28193 setlength{
28194 \backslash
28195 arraycolsep}{1cm}
28196 \end_layout
28197
28198 \begin_layout Standard
28199 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 cmになります。これを既定値に戻すには、
28204 \series bold
28205
28206 \backslash
28207 arraycolsep
28208 \series default
28209 を5
28210 \begin_inset space \thinspace{}
28211 \end_inset
28212
28213 ptに戻して下さい。
28214 \end_layout
28215
28216 \begin_layout Standard
28217 以下は、2
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 cmの列間を持つ数式です。
28222 \begin_inset ERT
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226
28227
28228 \backslash
28229 setlength{
28230 \backslash
28231 arraycolsep}{1cm}
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \begin_inset Formula 
28238 \begin{eqnarray*}
28239 A & = & B\\
28240 C & \ne & A
28241 \end{eqnarray*}
28242
28243 \end_inset
28244
28245 行列の既定の列間10
28246 \begin_inset space \thinspace{}
28247 \end_inset
28248
28249 ptを持つ数式です。
28250 \begin_inset ERT
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254
28255
28256 \backslash
28257 setlength{
28258 \backslash
28259 arraycolsep}{5pt}
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \begin_inset Formula 
28266 \begin{eqnarray*}
28267 A & = & B\\
28268 C & \ne & A
28269 \end{eqnarray*}
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Subsubsection
28277 長い数式
28278 \begin_inset Index idx
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282 すうしき@数式 ! ながい@長い
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Standard
28291 長い数式は、以下の方法を使って組版することができます。
28292 \end_layout
28293
28294 \begin_layout Itemize
28295 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28296 \begin_inset Formula 
28297 \begin{eqnarray}
28298 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 \\
28299  &  & -\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}
28300 \end{eqnarray}
28301
28302 \end_inset
28303
28304 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28305 示されません。これを避けるために、マイナス記号の後に
28306 \series bold
28307
28308 \backslash
28309 hspace
28310 \series default
28311 .
28312 \begin_inset Foot
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316
28317 \series bold
28318
28319 \backslash
28320 hspace
28321 \series default
28322 に関しての詳細は、第
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "sub:可変長の空白"
28326
28327 \end_inset
28328
28329 節をご覧下さい。
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 こまんど@コマンド ! H ! 
28340 \backslash
28341 hspace
28342 \end_layout
28343
28344 \end_inset
28345
28346 コマンドを使って3
28347 \begin_inset space \thinspace{}
28348 \end_inset
28349
28350 pt空白を入れてあります。
28351 \end_layout
28352
28353 \begin_layout Itemize
28354 数式の両辺がともに長すぎるときには、
28355 \series bold
28356
28357 \backslash
28358 lefteqn
28359 \series default
28360
28361 \begin_inset Index idx
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365 こまんど@コマンド ! L ! 
28366 \backslash
28367 lefteqn
28368 \end_layout
28369
28370 \end_inset
28371
28372 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28373 \begin_inset Formula 
28374 \begin{eqnarray}
28375 \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 \\
28376  &  & -\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 \\
28377  &  & =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}
28378 \end{eqnarray}
28379
28380 \end_inset
28381
28382
28383 \series bold
28384
28385 \backslash
28386 lefteqn
28387 \series default
28388 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28389 \begin_inset Newline newline
28390 \end_inset
28391
28392 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28393 \begin_inset VSpace medskip
28394 \end_inset
28395
28396
28397 \begin_inset Newline newline
28398 \end_inset
28399
28400
28401 \begin_inset Note Greyedout
28402 status open
28403
28404 \begin_layout Plain Layout
28405
28406 \series bold
28407
28408 \backslash
28409 lefteqn
28410 \series default
28411 を使用する際には、以下のことにご注意下さい。
28412 \end_layout
28413
28414 \begin_layout Itemize
28415 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28416 \begin_inset Formula $-B^{2}$
28417 \end_inset
28418
28419 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28420 \end_layout
28421
28422 \begin_layout Itemize
28423 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28424 \begin_inset Foot
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428 \begin_inset CommandInset href
28429 LatexCommand href
28430 name "LyX-bug #1429"
28431 target "http://www.lyx.org/trac/ticket/1429"
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \end_inset
28439
28440 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Itemize
28449 長い数式を組む他の方法として、第
28450 \begin_inset CommandInset ref
28451 LatexCommand ref
28452 reference "sub:multline環境"
28453
28454 \end_inset
28455
28456 節と第
28457 \begin_inset CommandInset ref
28458 LatexCommand ref
28459 reference "sub:数式の一部の多行化"
28460
28461 \end_inset
28462
28463 節で述べられている環境を用いる方法があります。
28464 \end_layout
28465
28466 \begin_layout Subsubsection
28467 多行にわたる括弧
28468 \begin_inset CommandInset label
28469 LatexCommand label
28470 name "sub:多行にわたる括弧"
28471
28472 \end_inset
28473
28474
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \begin_layout Standard
28488 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28489 \begin_inset Formula 
28490 \begin{eqnarray*}
28491 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28492  &  & \left.\cdots+B-D\right]
28493 \end{eqnarray*}
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28502 \end_layout
28503
28504 \begin_layout Standard
28505 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28506 \series bold
28507
28508 \backslash
28509 right.
28510 \series default
28511
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 こまんど@コマンド ! R ! 
28517 \backslash
28518 right
28519 \end_layout
28520
28521 \end_inset
28522
28523 とし、二行めの始めを
28524 \series bold
28525
28526 \backslash
28527 left.
28528 \begin_inset Foot
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532
28533 \series bold
28534
28535 \backslash
28536 left
28537 \series default
28538
28539 \series bold
28540
28541 \backslash
28542 right
28543 \series default
28544 に関する詳細は、第
28545 \begin_inset CommandInset ref
28546 LatexCommand ref
28547 reference "sub:自動の括弧丈"
28548
28549 \end_inset
28550
28551 節をご覧下さい。
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \series default
28558
28559 \begin_inset Index idx
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 こまんど@コマンド ! L ! 
28564 \backslash
28565 left
28566 \end_layout
28567
28568 \end_inset
28569
28570 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28571 \series bold
28572
28573 \backslash
28574 left.
28575 \series default
28576 の後に、
28577 \series bold
28578
28579 \backslash
28580 vphantom
28581 \series default
28582
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588
28589 \backslash
28590 spce 
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \series bold
28597
28598 \backslash
28599 prod
28600 \series default
28601 ^
28602 \begin_inset ERT
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606
28607
28608 \backslash
28609 spce 
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \series bold
28616
28617 \backslash
28618 infty
28619 \series default
28620
28621 \begin_inset ERT
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625
28626
28627 \backslash
28628 spce 
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \series bold
28635
28636 \begin_inset Formula $\downarrow$
28637 \end_inset
28638
28639 _R=1}
28640 \series default
28641
28642 \begin_inset Index idx
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646 こまんど@コマンド ! V ! 
28647 \backslash
28648 vphantom
28649 \end_layout
28650
28651 \end_inset
28652
28653 というコマンドを挿入します。
28654 \end_layout
28655
28656 \begin_layout Standard
28657 その結果が以下の数式です。
28658 \begin_inset Formula 
28659 \begin{eqnarray*}
28660 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28661  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28662 \end{eqnarray*}
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Subsection
28670 align環境
28671 \end_layout
28672
28673 \begin_layout Standard
28674 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28675 \end_layout
28676
28677 \begin_layout Standard
28678 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28679 \end_layout
28680
28681 \begin_layout Standard
28682 align環境は、
28683 \family sans
28684 挿入\SpecialChar \menuseparator
28685 数式
28686 \family default
28687 メニューから作ることができます。
28688 \family sans
28689 編集\SpecialChar \menuseparator
28690 数式\SpecialChar \menuseparator
28691 数式の表記を変更
28692 \family default
28693 メニューを使えば、既存の数式をalign環境に変更することができます。
28694 \end_layout
28695
28696 \begin_layout Standard
28697 列を追加したり削除したりするには、数式ツールバーボタンの
28698 \begin_inset Graphics
28699         filename ../../images/tabular-feature_append-column.png
28700         scale 85
28701
28702 \end_inset
28703
28704
28705 \begin_inset Graphics
28706         filename ../../images/tabular-feature_delete-column.png
28707         scale 85
28708
28709 \end_inset
28710
28711 を使うか、
28712 \family sans
28713 編集\SpecialChar \menuseparator
28714 行と列
28715 \family default
28716 メニューを使います。
28717 \end_layout
28718
28719 \begin_layout Subsubsection
28720 標準align環境
28721 \begin_inset CommandInset label
28722 LatexCommand label
28723 name "sub:標準align環境"
28724
28725 \end_inset
28726
28727
28728 \begin_inset Index idx
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 このalign環境は、数式中で
28742 \begin_inset Info
28743 type  "shortcut"
28744 arg   "newline-insert newline"
28745 \end_inset
28746
28747 を押すか、
28748 \family sans
28749 挿入\SpecialChar \menuseparator
28750 数式\SpecialChar \menuseparator
28751 AMS align環境
28752 \family default
28753 メニューで作ることができます。
28754 \end_layout
28755
28756 \begin_layout Standard
28757 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28758 \begin_inset Formula 
28759 \begin{align*}
28760 A & =\sin(B) & C & =D\\
28761 C & \ne A & B & \ne D
28762 \end{align*}
28763
28764 \end_inset
28765
28766 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28767 \series bold
28768
28769 \backslash
28770 hfill
28771 \begin_inset Foot
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775
28776 \series bold
28777
28778 \backslash
28779 hfill
28780 \series default
28781 に関する詳細は、第
28782 \begin_inset CommandInset ref
28783 LatexCommand ref
28784 reference "sub:可変長の空白"
28785
28786 \end_inset
28787
28788 節をご覧下さい。
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \series default
28795 があるかのように配置されます。数式様式として
28796 \series bold
28797 行頭下げ
28798 \begin_inset Foot
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802
28803 \series bold
28804 数式様式については、第
28805 \series default
28806
28807 \begin_inset CommandInset ref
28808 LatexCommand ref
28809 reference "sec:数式様式"
28810
28811 \end_inset
28812
28813 節をご覧下さい。
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \series default
28820 を使う場合には、第一列の前の
28821 \series bold
28822
28823 \backslash
28824 hfill
28825 \series default
28826 はない形で数式が設定されます。
28827 \end_layout
28828
28829 \begin_layout Subsubsection
28830 alignat環境
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \begin_layout Standard
28844 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28845 \begin_inset CommandInset ref
28846 LatexCommand ref
28847 reference "sub:空白"
28848
28849 \end_inset
28850
28851 節に述べられている空白を使用して手動で入れます。
28852 \end_layout
28853
28854 \begin_layout Standard
28855 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28856 \begin_inset space \thinspace{}
28857 \end_inset
28858
28859 cmの空白を入れたものです。
28860 \begin_inset Formula 
28861 \begin{alignat*}{2}
28862 A & =\sin(B) & \hspace{1cm}C & =D\\
28863 C & \ne A & B & \ne D
28864 \end{alignat*}
28865
28866 \end_inset
28867
28868 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28869 \end_layout
28870
28871 \begin_layout Subsubsection
28872 flalign環境
28873 \begin_inset CommandInset label
28874 LatexCommand label
28875 name "sub:flalign環境"
28876
28877 \end_inset
28878
28879
28880 \begin_inset Index idx
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28894 \begin_inset Formula 
28895 \begin{flalign*}
28896 A & =1 & B & =2 & C & =3\\
28897 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28898 \end{flalign*}
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28907 \series bold
28908 中央揃え
28909 \series default
28910 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28911 \begin_inset CommandInset ref
28912 LatexCommand eqref
28913 reference "eq:VolInt"
28914
28915 \end_inset
28916
28917 式を行頭下げにしたものです。
28918 \begin_inset Formula 
28919 \begin{flalign}
28920 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28921 \end{flalign}
28922
28923 \end_inset
28924
28925 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28926 \begin_inset space \thinspace{}
28927 \end_inset
28928
28929 ptの空白が第1列の頭に入れてあります。
28930 \end_layout
28931
28932 \begin_layout Subsection
28933 eqnarray環境
28934 \begin_inset CommandInset label
28935 LatexCommand label
28936 name "sub:eqnarray環境"
28937
28938 \end_inset
28939
28940
28941 \begin_inset Index idx
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28955 いるので、その内容は中央揃えで少し小さく設定されます。
28956 \begin_inset Formula 
28957 \begin{eqnarray*}
28958 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28959 AB & AB & AB\\
28960 A & = & A
28961 \end{eqnarray*}
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Subsection
28969 gather環境
28970 \begin_inset Index idx
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28984 \begin_inset Formula 
28985 \begin{gather}
28986 A=1\\
28987 X=\textrm{-}1
28988 \end{gather}
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Subsection
28996 multline環境
28997 \begin_inset CommandInset label
28998 LatexCommand label
28999 name "sub:multline環境"
29000
29001 \end_inset
29002
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29018 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29019 \begin_inset CommandInset ref
29020 LatexCommand eqref
29021 reference "eq:lefteqn"
29022
29023 \end_inset
29024
29025 式をmultline環境に置いたものを示します。
29026 \begin_inset Formula 
29027 \begin{multline}
29028 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}\\
29029 -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}\\
29030 =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}}
29031 \end{multline}
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Standard
29039 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29040 \begin_inset Foot
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 付番様式については、第
29045 \begin_inset CommandInset ref
29046 LatexCommand ref
29047 reference "sec:数式様式"
29048
29049 \end_inset
29050
29051 節を参照。
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060
29061 \series bold
29062
29063 \backslash
29064 shoveright
29065 \begin_inset Index idx
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 こまんど@コマンド ! S ! 
29070 \backslash
29071 shoveright
29072 \end_layout
29073
29074 \end_inset
29075
29076 コマンドや
29077 \backslash
29078 shoveleft
29079 \begin_inset Index idx
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083 こまんど@コマンド ! S ! 
29084 \backslash
29085 shoveleft
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \series default
29092 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29093 \end_layout
29094
29095 \begin_layout Standard
29096
29097 \series bold
29098
29099 \backslash
29100 shoveright{行の内容}
29101 \series default
29102 あるいは
29103 \series bold
29104
29105 \backslash
29106 shoveleft{行の内容}
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset VSpace medskip
29111 \end_inset
29112
29113
29114 \series bold
29115
29116 \backslash
29117 multlinegap
29118 \begin_inset Index idx
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122 こまんど@コマンド ! M ! 
29123 \backslash
29124 multlinegap
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \series default
29131 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29132 \begin_inset space \thinspace{}
29133 \end_inset
29134
29135 ptの長さです。
29136 \end_layout
29137
29138 \begin_layout Standard
29139 以下は、上記の数式に
29140 \end_layout
29141
29142 \begin_layout Standard
29143
29144 \series bold
29145
29146 \backslash
29147 setlength{
29148 \backslash
29149 multlinegap}{2cm}
29150 \end_layout
29151
29152 \begin_layout Standard
29153 というコマンドを、TeXモードで直前に挿入した例です。
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159
29160 \backslash
29161 setlength{
29162 \backslash
29163 multlinegap}{2cm}
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \begin_inset Formula 
29170 \begin{multline}
29171 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}\\
29172 \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}}\\
29173 =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}}
29174 \end{multline}
29175
29176 \end_inset
29177
29178
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 setlength{
29187 \backslash
29188 multlinegap}{0pt}
29189 \end_layout
29190
29191 \end_inset
29192
29193 二行めは、
29194 \series bold
29195
29196 \backslash
29197 shoveleft
29198 \series default
29199 を使って左揃えにしています。
29200 \end_layout
29201
29202 \begin_layout Subsection
29203 数式の一部の多行化
29204 \begin_inset CommandInset label
29205 LatexCommand label
29206 name "sub:数式の一部の多行化"
29207
29208 \end_inset
29209
29210
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Standard
29224 数式の一部分のみを多行表示したい場合には、
29225 \series bold
29226 aligned
29227 \series default
29228
29229 \series bold
29230 alignedat
29231 \series default
29232
29233 \series bold
29234 gathered
29235 \series default
29236
29237 \series bold
29238 split
29239 \series default
29240 のうちのいずれかの環境を使用します。これらは、
29241 \family sans
29242 挿入\SpecialChar \menuseparator
29243 数式
29244 \family default
29245 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29246 \end_layout
29247
29248 \begin_layout Standard
29249 最初の三つの環境は、環境名から
29250 \series bold
29251 ed
29252 \series default
29253 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29254 \begin_inset Formula 
29255 \[
29256 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29257 \Delta E\Delta t & \ge\frac{\hbar}{2}
29258 \end{aligned}
29259 \right\} \textrm{不確定性原理}
29260 \]
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 この数式を作るには、別行建て数式をまず作っておいて、そこに
29269 \series bold
29270
29271 \backslash
29272 aligned
29273 \begin_inset Index idx
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 こまんど@コマンド ! A ! 
29278 \backslash
29279 aligned
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \series default
29286 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29287 ます。
29288 \end_layout
29289
29290 \begin_layout Standard
29291 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29292 に配置できる利点があります。以下に例として、
29293 \begin_inset CommandInset ref
29294 LatexCommand eqref
29295 reference "eq:shortlong"
29296
29297 \end_inset
29298
29299 式にaligned環境を適用したものを示します。
29300 \begin_inset Formula 
29301 \begin{equation}
29302 \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}|}\\
29303  & -\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}|}
29304 \end{aligned}
29305 \end{equation}
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \begin_layout Standard
29313
29314 \series bold
29315 alignedat
29316 \series default
29317
29318 \series bold
29319 gathered
29320 \series default
29321
29322 \series bold
29323 split
29324 \series default
29325 の各環境を使うには、それぞれ
29326 \series bold
29327
29328 \backslash
29329 alignedat
29330 \series default
29331
29332 \begin_inset Index idx
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336 こまんど@コマンド ! A ! 
29337 \backslash
29338 alignedat
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \series bold
29345
29346 \backslash
29347 gathered
29348 \series default
29349
29350 \begin_inset Index idx
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354 こまんど@コマンド ! G ! 
29355 \backslash
29356 gathered
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \series bold
29363
29364 \backslash
29365 split
29366 \series default
29367
29368 \begin_inset Index idx
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372 こまんど@コマンド ! S ! 
29373 \backslash
29374 split
29375 \end_layout
29376
29377 \end_inset
29378
29379 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29380 \end_layout
29381
29382 \begin_layout Subsection
29383 多行数式中のテキスト
29384 \begin_inset CommandInset label
29385 LatexCommand label
29386 name "sub:多行数式中のテキスト"
29387
29388 \end_inset
29389
29390
29391 \begin_inset Index idx
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 てきすと@テキスト ! すうしきちゅうの@数式中の
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \begin_inset Index idx
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \begin_layout Standard
29414 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29415 式を持つ
29416 \series bold
29417
29418 \backslash
29419 intertext
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 こまんど@コマンド ! I ! 
29425 \backslash
29426 intertext
29427 \end_layout
29428
29429 \end_inset
29430
29431 コマンドを使います。
29432 \end_layout
29433
29434 \begin_layout Standard
29435
29436 \series bold
29437
29438 \backslash
29439 intertext{テキスト}
29440 \end_layout
29441
29442 \begin_layout Standard
29443 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29444 \series bold
29445
29446 \backslash
29447 intertext
29448 \series default
29449 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29450 \series bold
29451
29452 \backslash
29453 intertext
29454 \series default
29455 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29456 \begin_inset Formula 
29457 \begin{align}
29458 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29459 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29460 \end{align}
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Section
29468 数式番号
29469 \begin_inset Index idx
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 すうしきばんごう@数式番号
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \begin_inset Index idx
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483 すうしき@数式 ! ばんごう@番号|see
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489 {
29490 \end_layout
29491
29492 \end_inset
29493
29494 数式番号
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500 }
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Subsection
29514 概要
29515 \end_layout
29516
29517 \begin_layout Standard
29518 付番数式は、
29519 \family sans
29520 挿入\SpecialChar \menuseparator
29521 数式\SpecialChar \menuseparator
29522 付番数式
29523 \family default
29524 メニュー(短絡キー
29525 \family sans
29526 Ctrl+Alt
29527 \begin_inset space ~
29528 \end_inset
29529
29530 N
29531 \family default
29532 )で作ることができます。既存の数式に番号を振るには、
29533 \family sans
29534 編集\SpecialChar \menuseparator
29535 数式\SpecialChar \menuseparator
29536 数式全体を付番
29537 \family default
29538 メニュー(短絡キー
29539 \begin_inset Info
29540 type  "shortcut"
29541 arg   "math-number-toggle"
29542 \end_inset
29543
29544 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29545 \end_layout
29546
29547 \begin_layout Standard
29548 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29549 \family sans
29550 編集\SpecialChar \menuseparator
29551 数式\SpecialChar \menuseparator
29552 この行を付番
29553 \family default
29554 メニュー(短絡キー
29555 \begin_inset Info
29556 type  "shortcut"
29557 arg   "math-number-line-toggle"
29558 \end_inset
29559
29560 )を使用すれば、各行毎に付番するかどうか指定することができます。
29561 \end_layout
29562
29563 \begin_layout Standard
29564 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29565 \begin_inset CommandInset ref
29566 LatexCommand ref
29567 reference "sec:数式様式"
29568
29569 \end_inset
29570
29571 節をご覧下さい。
29572 \end_layout
29573
29574 \begin_layout Subsection
29575 相互参照
29576 \begin_inset Index idx
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 そうごさんしょう@相互参照 ! すうしきへの@数式への
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29590 \family sans
29591 挿入\SpecialChar \menuseparator
29592 ラベル
29593 \family default
29594 メニューか、ツールバーボタンの
29595 \begin_inset Graphics
29596         filename ../../images/label-insert.png
29597         scale 85
29598
29599 \end_inset
29600
29601 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29602 \series bold
29603 eq:と
29604 \series default
29605 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29606 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29607 \family sans
29608 挿入\SpecialChar \menuseparator
29609 ラベル
29610 \family default
29611 メニューをもういちど使って下さい。
29612 \end_layout
29613
29614 \begin_layout Standard
29615 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29616 \end_layout
29617
29618 \begin_layout Standard
29619 相互参照は、
29620 \family sans
29621 挿入\SpecialChar \menuseparator
29622 相互参照
29623 \family default
29624 メニューかツールバーボタンの
29625 \begin_inset Graphics
29626         filename ../../images/dialog-show-new-inset_ref.png
29627         scale 85
29628
29629 \end_inset
29630
29631 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29632 \series bold
29633 (<参照>)
29634 \series default
29635 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29636 \begin_inset Newline newline
29637 \end_inset
29638
29639 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29640 \end_layout
29641
29642 \begin_layout Standard
29643 以下は、後の各小節に現れる数式への相互参照を含む例です。
29644 \begin_inset Note Note
29645 status open
29646
29647 \begin_layout Plain Layout
29648 相互参照の型の違いに留意してください。
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 \begin_inset CommandInset ref
29658 LatexCommand eqref
29659 reference "eq:tag"
29660
29661 \end_inset
29662
29663 式と
29664 \begin_inset CommandInset ref
29665 LatexCommand eqref
29666 reference "eq:c"
29667
29668 \end_inset
29669
29670 式は、等価です。(
29671 \begin_inset CommandInset ref
29672 LatexCommand ref
29673 reference "eq:Rom"
29674
29675 \end_inset
29676
29677 )式とは異なり、(
29678 \begin_inset CommandInset ref
29679 LatexCommand ref
29680 reference "eq:Lat"
29681
29682 \end_inset
29683
29684 )式では、付番にラテン数字を使用しています。
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \begin_inset VSpace medskip
29689 \end_inset
29690
29691
29692 \series bold
29693
29694 \backslash
29695 tag
29696 \begin_inset Foot
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701 \series bold
29702
29703 \backslash
29704 tag
29705 \series default
29706 は、第
29707 \begin_inset CommandInset ref
29708 LatexCommand ref
29709 reference "sub:ユーザー定義番号"
29710
29711 \end_inset
29712
29713 節に説明があります。
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \series default
29720 の引数が、第
29721 \begin_inset CommandInset ref
29722 LatexCommand ref
29723 reference "sub:段落ボックス"
29724
29725 \end_inset
29726
29727 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29728 \end_layout
29729
29730 \begin_layout Subsection
29731 細目番号
29732 \begin_inset Index idx
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745
29746 \series bold
29747
29748 \backslash
29749 begin{subequations}
29750 \series default
29751 および
29752 \series bold
29753
29754 \backslash
29755 end{subequations}
29756 \series default
29757 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29758 \end_layout
29759
29760 \begin_layout Standard
29761 たとえば、
29762 \begin_inset Formula 
29763 \begin{equation}
29764 A=C-B\label{eq:a}
29765 \end{equation}
29766
29767 \end_inset
29768
29769
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 addtocounter{equation}{-1}
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788
29789 \backslash
29790 begin{subequations}
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \begin_inset VSpace -5mm
29797 \end_inset
29798
29799
29800 \begin_inset Formula 
29801 \begin{equation}
29802 B=C-A\label{eq:b}
29803 \end{equation}
29804
29805 \end_inset
29806
29807
29808 \begin_inset Formula 
29809 \begin{equation}
29810 C=A+B\label{eq:c}
29811 \end{equation}
29812
29813 \end_inset
29814
29815
29816 \end_layout
29817
29818 \begin_layout Standard
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824
29825 \backslash
29826 end{subequations}
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \begin_layout Standard
29835 この例を作るには、次のようにします。
29836 \end_layout
29837
29838 \begin_layout Enumerate
29839 一つめの数式を入力します。
29840 \end_layout
29841
29842 \begin_layout Enumerate
29843 一つめの数式の後に
29844 \begin_inset Newline newline
29845 \end_inset
29846
29847
29848 \series bold
29849
29850 \backslash
29851 addtocounter{equation}{-1} 
29852 \backslash
29853 begin{subequations}
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 こまんど@コマンド ! A ! 
29859 \backslash
29860 addtocounter
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset Newline newline
29867 \end_inset
29868
29869
29870 \series default
29871 を入力します。
29872 \end_layout
29873
29874 \begin_layout Enumerate
29875 二つめの数式を入力します。
29876 \end_layout
29877
29878 \begin_layout Enumerate
29879 三つめの数式を入力します。
29880 \end_layout
29881
29882 \begin_layout Enumerate
29883 三つめの数式の後に、
29884 \series bold
29885
29886 \backslash
29887 end{subequations}
29888 \series default
29889 を入力します。
29890 \end_layout
29891
29892 \begin_layout Standard
29893
29894 \series bold
29895
29896 \backslash
29897 begin
29898 \series default
29899 コマンドと
29900 \series bold
29901
29902 \backslash
29903 end
29904 \series default
29905 コマンドのあいだの数式はすべて、a・b・
29906 \begin_inset Newline linebreak
29907 \end_inset
29908
29909 c\SpecialChar \ldots{}
29910 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29911 \emph on
29912 ひとつの
29913 \emph default
29914 付番数式として扱われますが、それぞれの付番数式が
29915 \series bold
29916 equation
29917 \series default
29918 カウンタを一つずつ進めてしまうので、
29919 \series bold
29920
29921 \backslash
29922 addtocounter
29923 \series default
29924 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29925 \begin_inset CommandInset ref
29926 LatexCommand eqref
29927 reference "eq:a"
29928
29929 \end_inset
29930
29931 式・
29932 \begin_inset CommandInset ref
29933 LatexCommand eqref
29934 reference "eq:b"
29935
29936 \end_inset
29937
29938 式・
29939 \begin_inset CommandInset ref
29940 LatexCommand eqref
29941 reference "eq:c"
29942
29943 \end_inset
29944
29945 式は、それぞれ
29946 \begin_inset CommandInset ref
29947 LatexCommand eqref
29948 reference "eq:a"
29949
29950 \end_inset
29951
29952 式・
29953 \begin_inset CommandInset ref
29954 LatexCommand eqref
29955 reference "eq:d"
29956
29957 \end_inset
29958
29959 式・
29960 \begin_inset CommandInset ref
29961 LatexCommand eqref
29962 reference "eq:f"
29963
29964 \end_inset
29965
29966 式として番号が振られてしまいます。
29967 \end_layout
29968
29969 \begin_layout Standard
29970 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29971 \begin_inset space \thinspace{}
29972 \end_inset
29973
29974 mmの垂直空白を
29975 \series bold
29976
29977 \backslash
29978 begin{subequations}
29979 \series default
29980 コマンドの後に入れています。数式様式として
29981 \series bold
29982 行頭下げ
29983 \begin_inset Foot
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 \series bold
29989 数式様式に関しては、第
29990 \series default
29991
29992 \begin_inset CommandInset ref
29993 LatexCommand ref
29994 reference "sec:数式様式"
29995
29996 \end_inset
29997
29998 節を参照。
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \series default
30005 を用いているときには、これを-7
30006 \begin_inset space \thinspace{}
30007 \end_inset
30008
30009 mm空白にしてください。
30010 \end_layout
30011
30012 \begin_layout Standard
30013 以下は、二行めのみ付番を無効にしている多行数式の例です。
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 begin{subequations}
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \begin_inset Formula 
30028 \begin{eqnarray}
30029 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30030  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30031  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30032 \end{eqnarray}
30033
30034 \end_inset
30035
30036
30037 \begin_inset ERT
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041
30042
30043 \backslash
30044 end{subequations}
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \end_layout
30051
30052 \begin_layout Subsection
30053 ユーザー定義番号
30054 \begin_inset CommandInset label
30055 LatexCommand label
30056 name "sub:ユーザー定義番号"
30057
30058 \end_inset
30059
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 \begin_inset Index idx
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30079 \end_layout
30080
30081 \end_inset
30082
30083 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 def
30092 \backslash
30093 tagform@#1{
30094 \backslash
30095 maketag@@@{
30096 \series default
30097
30098 \begin_inset Formula $\boldsymbol{|}$
30099 \end_inset
30100
30101
30102 \series bold
30103 #1
30104 \series default
30105
30106 \begin_inset Formula $\boldsymbol{|}$
30107 \end_inset
30108
30109
30110 \series bold
30111 }}
30112 \series default
30113
30114 \begin_inset Note Note
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 他の記号を使いたいときには、
30128 \series bold
30129 #1
30130 \series default
30131 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset VSpace bigskip
30136 \end_inset
30137
30138 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30139 \series bold
30140
30141 \backslash
30142 tag
30143 \series default
30144
30145 \begin_inset Index idx
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 こまんど@コマンド ! T ! 
30150 \backslash
30151 tag
30152 \end_layout
30153
30154 \end_inset
30155
30156 コマンドを使います。
30157 \begin_inset Formula 
30158 \begin{equation}
30159 A+B=C\tag{何とかかんとか}\label{eq:tag}
30160 \end{equation}
30161
30162 \end_inset
30163
30164 上記の例では、
30165 \series bold
30166
30167 \backslash
30168 tag
30169 \begin_inset ERT
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173
30174
30175 \backslash
30176 spce 
30177 \end_layout
30178
30179 \end_inset
30180
30181 何とかかんとか
30182 \series default
30183 というコマンドを数式に打ち込んでいます。
30184 \end_layout
30185
30186 \begin_layout Standard
30187 代わりに
30188 \series bold
30189
30190 \backslash
30191 tag*
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 spce 
30200 \end_layout
30201
30202 \end_inset
30203
30204 何とかかんとか
30205 \series default
30206 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30207 \begin_inset Formula 
30208 \[
30209 A+B=C\tag*{something}
30210 \]
30211
30212 \end_inset
30213
30214
30215 \end_layout
30216
30217 \begin_layout Standard
30218 \begin_inset VSpace bigskip
30219 \end_inset
30220
30221 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30222 \begin_inset Newline newline
30223 \end_inset
30224
30225
30226 \series bold
30227
30228 \backslash
30229 @addtoreset{equation}{part}
30230 \series default
30231
30232 \begin_inset Index idx
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 こまんど@コマンド ! 
30237 \begin_inset ERT
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241
30242 "
30243 \end_layout
30244
30245 \end_inset
30246
30247 @
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253 "
30254 \end_layout
30255
30256 \end_inset
30257
30258  ! 
30259 \backslash
30260
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266 "
30267 \end_layout
30268
30269 \end_inset
30270
30271 @
30272 \begin_inset ERT
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276
30277 "
30278 \end_layout
30279
30280 \end_inset
30281
30282 addtoreset
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \begin_inset Newline newline
30289 \end_inset
30290
30291 節に関しては
30292 \begin_inset Newline newline
30293 \end_inset
30294
30295
30296 \series bold
30297
30298 \backslash
30299 @addtoreset{equation}{section}
30300 \begin_inset Newline newline
30301 \end_inset
30302
30303
30304 \series default
30305 というコマンドを使います。
30306 \end_layout
30307
30308 \begin_layout Standard
30309 これらのコマンドをTeXモードで使えるようにするためには、
30310 \series bold
30311
30312 \backslash
30313 makeatletter
30314 \series default
30315 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30316 \series bold
30317
30318 \backslash
30319 makeatother
30320 \series default
30321 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 makeatletter
30330 \begin_inset Newline newline
30331 \end_inset
30332
30333
30334 \backslash
30335 @addtoreset{equation}{section}
30336 \begin_inset Newline newline
30337 \end_inset
30338
30339
30340 \backslash
30341 makeatother
30342 \begin_inset Newline newline
30343 \end_inset
30344
30345
30346 \series default
30347 のようにならなくてはなりません。
30348 \end_layout
30349
30350 \begin_layout Standard
30351 LaTeXプリアンブル中では、
30352 \series bold
30353
30354 \backslash
30355 makeatletter
30356 \series default
30357
30358 \series bold
30359
30360 \backslash
30361 makeatother
30362 \series default
30363 は、LyXが内部的に自動で挿入するので省略してかまいません。
30364 \end_layout
30365
30366 \begin_layout Standard
30367
30368 \series bold
30369
30370 \backslash
30371 @addtoreset
30372 \series default
30373 を戻すには、まずLaTeXプリアンブル中に
30374 \end_layout
30375
30376 \begin_layout Standard
30377
30378 \series bold
30379
30380 \backslash
30381 usepackage{remreset}
30382 \end_layout
30383
30384 \begin_layout Standard
30385 という行を入れて、
30386 \series bold
30387 remreset.sty
30388 \series default
30389
30390 \begin_inset Foot
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395 \series bold
30396 remreset
30397 \series default
30398 は、LaTeXパッケージの
30399 \series bold
30400 carlisle
30401 \series default
30402
30403 \begin_inset Index idx
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 ぱっけーじ@パッケージ ! carlisle
30408 \end_layout
30409
30410 \end_inset
30411
30412 の一部として含まれており、LaTeX標準頒布版には含まれています。
30413 \end_layout
30414
30415 \end_inset
30416
30417
30418 \begin_inset Index idx
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422 ぱっけーじ@パッケージ ! remreset
30423 \end_layout
30424
30425 \end_inset
30426
30427 ファイルを読み込んでおかなくてはなりません。その後
30428 \begin_inset Newline newline
30429 \end_inset
30430
30431
30432 \series bold
30433
30434 \backslash
30435 @removefromreset
30436 \series default
30437
30438 \begin_inset Index idx
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 こまんど@コマンド ! 
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448 "
30449 \end_layout
30450
30451 \end_inset
30452
30453 @
30454 \begin_inset ERT
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458
30459 "
30460 \end_layout
30461
30462 \end_inset
30463
30464  ! 
30465 \backslash
30466
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472 "
30473 \end_layout
30474
30475 \end_inset
30476
30477 @
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 "
30484 \end_layout
30485
30486 \end_inset
30487
30488 removefromreset
30489 \end_layout
30490
30491 \end_inset
30492
30493 コマンドを
30494 \series bold
30495
30496 \backslash
30497 @addtoreset
30498 \series default
30499 と同じ書式で使用すると、
30500 \series bold
30501
30502 \backslash
30503 @addtoreset
30504 \series default
30505 を戻すことができます。
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace bigskip
30510 \end_inset
30511
30512 ときには、数式を
30513 \end_layout
30514
30515 \begin_layout Standard
30516
30517 \family typewriter
30518 (節番号.数式番号)
30519 \end_layout
30520
30521 \begin_layout Standard
30522 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30523 \end_layout
30524
30525 \begin_layout Standard
30526 このような場合のために、
30527 \series bold
30528
30529 \backslash
30530 numberwithin
30531 \series default
30532
30533 \begin_inset Index idx
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537 こまんど@コマンド ! N ! 
30538 \backslash
30539 numberwithin
30540 \end_layout
30541
30542 \end_inset
30543
30544 というコマンドがあり、
30545 \end_layout
30546
30547 \begin_layout Standard
30548
30549 \series bold
30550
30551 \backslash
30552 numberwithin{カウンタ}{節階層}
30553 \end_layout
30554
30555 \begin_layout Standard
30556 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30557 \end_layout
30558
30559 \begin_layout Standard
30560 したがって、ここではLaTeXプリアンブルかTeXコードで
30561 \end_layout
30562
30563 \begin_layout Standard
30564
30565 \series bold
30566
30567 \backslash
30568 numberwithin{equation}{section}
30569 \end_layout
30570
30571 \begin_layout Standard
30572 という行を用いることにしましょう。その結果がこれです。
30573 \begin_inset ERT
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577
30578
30579 \backslash
30580 numberwithin{equation}{section}
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset Formula 
30587 \begin{equation}
30588 A+B=C
30589 \end{equation}
30590
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597 たとえば、部番号を節階層として使用して、表に付番を施すときには
30598 \begin_inset Newline newline
30599 \end_inset
30600
30601
30602 \series bold
30603
30604 \backslash
30605 numberwithin{table}{part}
30606 \series default
30607 を用います。
30608 \end_layout
30609
30610 \begin_layout Standard
30611 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30612 \end_layout
30613
30614 \begin_layout Standard
30615
30616 \series bold
30617
30618 \backslash
30619 renewcommand{
30620 \backslash
30621 theequation}{
30622 \backslash
30623 arabic{equation}}
30624 \begin_inset Index idx
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628 こまんど@コマンド ! A ! 
30629 \backslash
30630 arabic
30631 \end_layout
30632
30633 \end_inset
30634
30635
30636 \series default
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 renewcommand{
30646 \backslash
30647 theequation}{
30648 \backslash
30649 arabic{equation}}
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \series bold
30656
30657 \begin_inset Newline newline
30658 \end_inset
30659
30660
30661 \series default
30662 あるいは
30663 \series bold
30664
30665 \begin_inset Newline newline
30666 \end_inset
30667
30668
30669 \backslash
30670 renewcommand{
30671 \backslash
30672 thetable}{
30673 \backslash
30674 arabic{table}}
30675 \end_layout
30676
30677 \begin_layout Standard
30678 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30679 \series bold
30680
30681 \backslash
30682 numberwithin
30683 \series default
30684 は、内部的に上記で述べた
30685 \series bold
30686
30687 \backslash
30688 @addtoreset
30689 \series default
30690 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696
30697 \backslash
30698 makeatletter
30699 \end_layout
30700
30701 \begin_layout Plain Layout
30702
30703
30704 \backslash
30705 @removefromreset{equation}{section}
30706 \end_layout
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 makeatother
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Subsection
30721 ローマ数字や文字を使った付番
30722 \begin_inset Index idx
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset Index idx
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 renewcommand{
30754 \backslash
30755 theequation}{
30756 \backslash
30757 roman{equation}}
30758 \end_layout
30759
30760 \begin_layout Standard
30761 というコマンドを入れます。
30762 \series bold
30763
30764 \backslash
30765 renewcommand
30766 \series default
30767
30768 \begin_inset Index idx
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772 こまんど@コマンド ! R ! 
30773 \backslash
30774 renewcommand
30775 \end_layout
30776
30777 \end_inset
30778
30779 は、定義済みのコマンド
30780 \series bold
30781
30782 \backslash
30783 theequation
30784 \series default
30785 をコマンド
30786 \series bold
30787
30788 \backslash
30789 roman{equation}
30790 \series default
30791 に再定義します
30792 \begin_inset Foot
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 \series bold
30798
30799 \backslash
30800 renewcommand
30801 \series default
30802 コマンドは、第
30803 \begin_inset CommandInset ref
30804 LatexCommand ref
30805 reference "sub:newcommandコマンド"
30806
30807 \end_inset
30808
30809 節に述べられている
30810 \series bold
30811
30812 \backslash
30813 newcommand
30814 \series default
30815 コマンドと同じ書式を持ちます。
30816 \end_layout
30817
30818 \end_inset
30819
30820 。ここで、
30821 \series bold
30822 equation
30823 \series default
30824 は数式カウンタです。コマンド
30825 \series bold
30826
30827 \backslash
30828 the
30829 \series default
30830 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30831 \series bold
30832
30833 \backslash
30834 theequation
30835 \series default
30836 コマンドを数式の後ろに置くのです。
30837 \series bold
30838
30839 \backslash
30840 roman{equation}
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 こまんど@コマンド ! R ! 
30846 \backslash
30847 roman
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \series default
30854 は、カウンタを小文字のローマ数字として出力します。
30855 \end_layout
30856
30857 \begin_layout Standard
30858 こうして、
30859 \series bold
30860
30861 \backslash
30862 renew
30863 \series default
30864 c
30865 \series bold
30866 ommand
30867 \series default
30868 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30869 \series bold
30870
30871 \backslash
30872 roman
30873 \series default
30874 の部分を
30875 \series bold
30876
30877 \backslash
30878 Roman
30879 \series default
30880
30881 \begin_inset Index idx
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885 こまんど@コマンド ! R ! 
30886 \backslash
30887 roman@
30888 \backslash
30889 Roman
30890 \end_layout
30891
30892 \end_inset
30893
30894 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30895 \series bold
30896
30897 \backslash
30898 alph
30899 \series default
30900
30901 \begin_inset Index idx
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 こまんど@コマンド ! A ! 
30906 \backslash
30907 alph
30908 \end_layout
30909
30910 \end_inset
30911
30912 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30913 \series bold
30914
30915 \backslash
30916 Alph
30917 \series default
30918
30919 \begin_inset Index idx
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 こまんど@コマンド ! A ! 
30924 \backslash
30925 alph@
30926 \backslash
30927 Alph
30928 \end_layout
30929
30930 \end_inset
30931
30932 コマンドがあります。
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset Note Greyedout
30937 status open
30938
30939 \begin_layout Plain Layout
30940
30941 \series bold
30942 (注意)
30943 \series default
30944 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30945 \end_layout
30946
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \begin_layout Standard
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958
30959 \backslash
30960 renewcommand{
30961 \backslash
30962 theequation}{
30963 \backslash
30964 roman{equation}}
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \end_layout
30971
30972 \begin_layout Standard
30973 \begin_inset Formula 
30974 \begin{equation}
30975 A=\textrm{小文字ローマ数字}
30976 \end{equation}
30977
30978 \end_inset
30979
30980
30981 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 renewcommand{
30989 \backslash
30990 theequation}{
30991 \backslash
30992 Roman{equation}}
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \begin_inset Formula 
30999 \begin{equation}
31000 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31001 \end{equation}
31002
31003 \end_inset
31004
31005
31006 \begin_inset ERT
31007 status collapsed
31008
31009 \begin_layout Plain Layout
31010
31011
31012 \backslash
31013 renewcommand{
31014 \backslash
31015 theequation}{
31016 \backslash
31017 alph{equation}}
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \begin_inset Formula 
31024 \begin{equation}
31025 C=\textrm{小文字ラテン文字}
31026 \end{equation}
31027
31028 \end_inset
31029
31030
31031 \begin_inset ERT
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035
31036
31037 \backslash
31038 renewcommand{
31039 \backslash
31040 theequation}{
31041 \backslash
31042 Alph{equation}}
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \begin_inset Formula 
31049 \begin{equation}
31050 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31051 \end{equation}
31052
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \begin_layout Standard
31059 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31060 \end_layout
31061
31062 \begin_layout Standard
31063
31064 \series bold
31065
31066 \backslash
31067 renewcommand{
31068 \backslash
31069 theequation}{
31070 \backslash
31071 arabic{equation}}
31072 \begin_inset Index idx
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 こまんど@コマンド ! A ! 
31077 \backslash
31078 arabic
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 renewcommand{
31095 \backslash
31096 theequation}{
31097 \backslash
31098 arabic{equation}}
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \begin_inset Formula 
31105 \begin{equation}
31106 E=\textrm{アラビア数字}
31107 \end{equation}
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 \begin_inset VSpace medskip
31116 \end_inset
31117
31118 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31119 てはなりません。この点に関する説明は、ファイル
31120 \begin_inset CommandInset href
31121 LatexCommand href
31122 name "Formula-numbering.lyx"
31123 target "run:Formula-numbering.lyx"
31124
31125 \end_inset
31126
31127 にあります。
31128 \end_layout
31129
31130 \begin_layout Section
31131 化学記号と化学式
31132 \begin_inset CommandInset label
31133 LatexCommand label
31134 name "sub:化学記号と化学式"
31135
31136 \end_inset
31137
31138
31139 \begin_inset Index idx
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 かがくきごう@化学記号 ! きごう@記号
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 かがくしき@化学式
31154 \end_layout
31155
31156 \end_inset
31157
31158
31159 \begin_inset Index idx
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 きごう@記号 ! かがく@化学
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 以下は、化学関係の文章の例です。
31173 \end_layout
31174
31175 \begin_layout Quote
31176 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31177 \end_inset
31178
31179 イオンは、2つの
31180 \begin_inset Formula $\mathrm{Na^{+}}$
31181 \end_inset
31182
31183 イオンと反応して、硫酸化塩
31184 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31185 \end_inset
31186
31187 を形成します。この化学式は以下のようになります。
31188 \begin_inset Formula 
31189 \begin{equation}
31190 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31191 \end{equation}
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Standard
31199 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31200 \begin_inset Info
31201 type  "shortcut"
31202 arg   "font-roman"
31203 \end_inset
31204
31205 を押せば、アップライトフォント様式に変更することができます
31206 \begin_inset Foot
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 フォント様式に関しては、第
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "sub:書体様式"
31214
31215 \end_inset
31216
31217 節を参照のこと。
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Standard
31226 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31227 \series bold
31228 mhchem
31229 \series default
31230
31231 \begin_inset Index idx
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 ぱっけーじ@パッケージ ! mhchem
31236 \end_layout
31237
31238 \end_inset
31239
31240 が導入されているときに使用することができる
31241 \series bold
31242
31243 \backslash
31244 ce
31245 \series default
31246
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 こまんど@コマンド ! C ! 
31252 \backslash
31253 ce
31254 \end_layout
31255
31256 \end_inset
31257
31258 コマンドを使用することです。
31259 \series bold
31260
31261 \backslash
31262 ce
31263 \series default
31264 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31265 \end_layout
31266
31267 \begin_layout Standard
31268 \align center
31269 \begin_inset Tabular
31270 <lyxtabular version="3" rows="9" columns="2">
31271 <features tabularvalignment="middle">
31272 <column alignment="center" valignment="top" width="0">
31273 <column alignment="center" valignment="top" width="0">
31274 <row>
31275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 コマンド
31280 \end_layout
31281
31282 \end_inset
31283 </cell>
31284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31285 \begin_inset Text
31286
31287 \begin_layout Plain Layout
31288 出力
31289 \begin_inset Note Note
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294 \series bold
31295
31296 \backslash
31297 raisebox
31298 \series default
31299 はスペーサーとしてのみ使用されています。
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 </row>
31310 <row>
31311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315
31316 \backslash
31317 ce
31318 \begin_inset ERT
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322
31323
31324 \backslash
31325 spce 
31326 \end_layout
31327
31328 \end_inset
31329
31330 H2CO3
31331 \end_layout
31332
31333 \end_inset
31334 </cell>
31335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31336 \begin_inset Text
31337
31338 \begin_layout Plain Layout
31339 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \end_inset
31346 </cell>
31347 </row>
31348 <row>
31349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31350 \begin_inset Text
31351
31352 \begin_layout Plain Layout
31353
31354 \backslash
31355 ce
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361
31362 \backslash
31363 spce 
31364 \end_layout
31365
31366 \end_inset
31367
31368 SO4^2-
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31374 \begin_inset Text
31375
31376 \begin_layout Plain Layout
31377 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 </row>
31386 <row>
31387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31388 \begin_inset Text
31389
31390 \begin_layout Plain Layout
31391
31392 \backslash
31393 ce
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399
31400 \backslash
31401 spce 
31402 \end_layout
31403
31404 \end_inset
31405
31406 (NH4)2S
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 </row>
31424 <row>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429
31430 \backslash
31431 ce
31432 \begin_inset ERT
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436
31437
31438 \backslash
31439 spce 
31440 \end_layout
31441
31442 \end_inset
31443
31444 KCr(SO4)2.12H2O
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Plain Layout
31453 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 </row>
31462 <row>
31463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31464 \begin_inset Text
31465
31466 \begin_layout Plain Layout
31467
31468 \backslash
31469 ce
31470 \begin_inset ERT
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474
31475
31476 \backslash
31477 spce 
31478 \end_layout
31479
31480 \end_inset
31481
31482 A-B
31483 \backslash
31484 dbond
31485 \begin_inset ERT
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489
31490
31491 \backslash
31492 spce 
31493 \end_layout
31494
31495 \end_inset
31496
31497 C
31498 \backslash
31499 tbond
31500 \begin_inset ERT
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504
31505
31506 \backslash
31507 spce 
31508 \end_layout
31509
31510 \end_inset
31511
31512 D
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 </row>
31530 <row>
31531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31532 \begin_inset Text
31533
31534 \begin_layout Plain Layout
31535
31536 \backslash
31537 ce
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 ^227
31551 \begin_inset Formula $\downarrow$
31552 \end_inset
31553
31554 _90
31555 \begin_inset Formula $\to$
31556 \end_inset
31557
31558 Th+
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \end_inset
31574 </cell>
31575 </row>
31576 <row>
31577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31578 \begin_inset Text
31579
31580 \begin_layout Plain Layout
31581
31582 \backslash
31583 ce
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 spce 
31592 \end_layout
31593
31594 \end_inset
31595
31596 CO2
31597 \begin_inset ERT
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601
31602
31603 \backslash
31604 spce 
31605 \end_layout
31606
31607 \end_inset
31608
31609 +
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615
31616 \backslash
31617 spce 
31618 \end_layout
31619
31620 \end_inset
31621
31622 C
31623 \begin_inset ERT
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627
31628
31629 \backslash
31630 spce 
31631 \end_layout
31632
31633 \end_inset
31634
31635 <=>
31636 \begin_inset ERT
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640
31641
31642 \backslash
31643 spce 
31644 \end_layout
31645
31646 \end_inset
31647
31648 2CO
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 </row>
31666 <row>
31667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671
31672 \backslash
31673 ce
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 spce 
31682 \end_layout
31683
31684 \end_inset
31685
31686 CO2
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692
31693 \backslash
31694 spce 
31695 \end_layout
31696
31697 \end_inset
31698
31699 +
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705
31706 \backslash
31707 spce 
31708 \end_layout
31709
31710 \end_inset
31711
31712 C
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718
31719 \backslash
31720 spce 
31721 \end_layout
31722
31723 \end_inset
31724
31725 ->[
31726 \backslash
31727 alpha][
31728 \backslash
31729 beta]
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735
31736 \backslash
31737 spce 
31738 \end_layout
31739
31740 \end_inset
31741
31742 2CO}
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 </row>
31760 </lyxtabular>
31761
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \begin_layout Standard
31768 \begin_inset Note Greyedout
31769 status open
31770
31771 \begin_layout Plain Layout
31772
31773 \series bold
31774 【註】
31775 \backslash
31776 ce
31777 \series default
31778 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31779 \series bold
31780
31781 \backslash
31782 ce{$
31783 \backslash
31784 mu
31785 \backslash
31786 hyphen$Cl}
31787 \series default
31788
31789 \begin_inset ERT
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793
31794
31795 \backslash
31796 ce{$
31797 \backslash
31798 mu
31799 \backslash
31800 hyphen$Cl}
31801 \end_layout
31802
31803 \end_inset
31804
31805 )のようにTeXコードを使わなくてはなりません。
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \begin_layout Standard
31814
31815 \series bold
31816
31817 \backslash
31818 ce
31819 \series default
31820 を使うと
31821 \begin_inset CommandInset ref
31822 LatexCommand eqref
31823 reference "eq:chem-reaction"
31824
31825 \end_inset
31826
31827 式のコマンドは
31828 \begin_inset Newline newline
31829 \end_inset
31830
31831
31832 \series bold
31833  
31834 \backslash
31835 ce
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841
31842 \backslash
31843 spce 
31844 \end_layout
31845
31846 \end_inset
31847
31848 2Na+
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854
31855 \backslash
31856 spce 
31857 \end_layout
31858
31859 \end_inset
31860
31861 +
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 spce 
31870 \end_layout
31871
31872 \end_inset
31873
31874 SO4^2-
31875 \begin_inset ERT
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879
31880
31881 \backslash
31882 spce 
31883 \end_layout
31884
31885 \end_inset
31886
31887
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 spce 
31896 \end_layout
31897
31898 \end_inset
31899
31900 ->
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 spce 
31909 \end_layout
31910
31911 \end_inset
31912
31913 Na2SO4
31914 \begin_inset Newline newline
31915 \end_inset
31916
31917
31918 \series default
31919 のようになります。
31920 \end_layout
31921
31922 \begin_layout Standard
31923 複数行の化学式を作るには、第
31924 \begin_inset CommandInset ref
31925 LatexCommand ref
31926 reference "sec:多行数式"
31927
31928 \end_inset
31929
31930 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31931 \series bold
31932
31933 \backslash
31934 ce
31935 \series default
31936 コマンドを使用します。
31937 \begin_inset CommandInset ref
31938 LatexCommand eqref
31939 reference "eq:TEOS-reaction-1"
31940
31941 \end_inset
31942
31943 式と
31944 \begin_inset CommandInset ref
31945 LatexCommand eqref
31946 reference "eq:TEOS-reaction-2"
31947
31948 \end_inset
31949
31950 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31951 \begin_inset Formula 
31952 \begin{eqnarray}
31953 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31954 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31955 \end{eqnarray}
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963
31964 \series bold
31965 mhchem
31966 \series default
31967 パッケージは、
31968 \series bold
31969
31970 \backslash
31971 ce
31972 \series default
31973 の他に、特殊ケースに使用する
31974 \series bold
31975
31976 \backslash
31977 cf
31978 \series default
31979
31980 \begin_inset Index idx
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984 こまんど@コマンド ! C ! 
31985 \backslash
31986 cf
31987 \end_layout
31988
31989 \end_inset
31990
31991 コマンドを提供しています。
31992 \series bold
31993
31994 \backslash
31995 cf
31996 \series default
31997 の詳しい情報と例示については、
31998 \series bold
31999 mhchem
32000 \series default
32001
32002 \begin_inset CommandInset citation
32003 LatexCommand cite
32004 key "mhchem"
32005
32006 \end_inset
32007
32008 の取扱説明書をご覧ください。
32009 \end_layout
32010
32011 \begin_layout Standard
32012 \begin_inset Newpage newpage
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \begin_layout Section
32019 図解
32020 \end_layout
32021
32022 \begin_layout Standard
32023 LyXは、二つの型の可換図
32024 \series bold
32025 amscd
32026 \series default
32027 および
32028 \series bold
32029 xymatrix
32030 \series default
32031 をサポートしており、以下でこれらの説明をします。
32032 \end_layout
32033
32034 \begin_layout Subsection
32035 amscd図解
32036 \begin_inset Index idx
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040 ずかい@図解 ! amscd
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \begin_layout Standard
32049 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32050 \begin_inset Formula 
32051 \[
32052 \begin{CD}A@>>>B@>>>C\\
32053 @AAA@.@VVV\\
32054 F@<<<E@<<<D
32055 \end{CD}
32056 \]
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 これを作るには、数式に
32065 \series bold
32066
32067 \backslash
32068 CD
32069 \begin_inset Index idx
32070 status collapsed
32071
32072 \begin_layout Plain Layout
32073 こまんど@コマンド ! C ! 
32074 \backslash
32075 CD
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \series default
32082 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32083 \begin_inset Info
32084 type  "shortcut"
32085 arg   "newline-insert newline"
32086 \end_inset
32087
32088 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32089 \end_layout
32090
32091 \begin_layout Standard
32092 関係を作るには、以下のコマンドがあります。
32093 \end_layout
32094
32095 \begin_layout Itemize
32096 \begin_inset Formula $\boldsymbol{@<<<}$
32097 \end_inset
32098
32099 は左矢印、
32100 \begin_inset Formula $\boldsymbol{@>>>}$
32101 \end_inset
32102
32103 は右矢印、
32104 \series bold
32105 @=
32106 \series default
32107 は長い等号を生成します。
32108 \end_layout
32109
32110 \begin_layout Itemize
32111
32112 \series bold
32113 @AAA
32114 \series default
32115 は上矢印、
32116 \series bold
32117 @VVV
32118 \series default
32119 は下矢印、
32120 \begin_inset Formula $\boldsymbol{@|}$
32121 \end_inset
32122
32123 は縦向きの等号を生成します。
32124 \end_layout
32125
32126 \begin_layout Itemize
32127
32128 \series bold
32129 @.
32130 \series default
32131 は関係が存在しない部分に置きます。
32132 \end_layout
32133
32134 \begin_layout Standard
32135 矢印はすべて、以下のようにラベル付けをすることができます。
32136 \end_layout
32137
32138 \begin_layout Itemize
32139 文章を、第1と第2の「
32140 \begin_inset Formula $<$
32141 \end_inset
32142
32143 」ないし「
32144 \begin_inset Formula $>$
32145 \end_inset
32146
32147 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32148 \begin_inset Formula $<$
32149 \end_inset
32150
32151 」ないし「
32152 \begin_inset Formula $>$
32153 \end_inset
32154
32155 」のあいだに入れると、矢印の下に表示されます。
32156 \end_layout
32157
32158 \begin_layout Itemize
32159 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32160 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32161 \end_layout
32162
32163 \begin_layout Standard
32164 以下は、上記のすべての関係を使った例です。
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset Formula 
32169 \[
32170 \begin{CD}A@>j>>B@>>k>C@=F\\
32171 @AmAA@.@VV{V}V@|\\
32172 D@<<j<E@>k>>F@=C
32173 \end{CD}
32174 \]
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Standard
32182 これを作るコマンドは、以下のとおりです。
32183 \begin_inset Newline newline
32184 \end_inset
32185
32186
32187 \series bold
32188
32189 \backslash
32190 CD
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 spce 
32199 \end_layout
32200
32201 \end_inset
32202
32203 A
32204 \begin_inset Formula $\boldsymbol{@>}$
32205 \end_inset
32206
32207 j
32208 \begin_inset Formula $\boldsymbol{>>}$
32209 \end_inset
32210
32211 B
32212 \begin_inset Formula $\boldsymbol{@>>}$
32213 \end_inset
32214
32215 k
32216 \begin_inset Formula $\boldsymbol{>}$
32217 \end_inset
32218
32219 C@=F Ctrl+Return
32220 \begin_inset Newline newline
32221 \end_inset
32222
32223
32224 \begin_inset Phantom HPhantom
32225 status open
32226
32227 \begin_layout Plain Layout
32228
32229 \series bold
32230
32231 \backslash
32232 CD
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238
32239 \backslash
32240 spce 
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \end_inset
32249
32250 @AmAA@.@VV
32251 \backslash
32252 {V
32253 \series default
32254
32255 \begin_inset Formula $\to$
32256 \end_inset
32257
32258
32259 \series bold
32260 V
32261 \begin_inset Formula $\boldsymbol{@|}$
32262 \end_inset
32263
32264  Ctrl+Return
32265 \begin_inset Newline newline
32266 \end_inset
32267
32268
32269 \begin_inset Phantom HPhantom
32270 status open
32271
32272 \begin_layout Plain Layout
32273
32274 \series bold
32275
32276 \backslash
32277 CD
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 spce 
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \end_inset
32294
32295 D
32296 \begin_inset Formula $\boldsymbol{@<<}$
32297 \end_inset
32298
32299 j
32300 \begin_inset Formula $\boldsymbol{<}$
32301 \end_inset
32302
32303 E
32304 \begin_inset Formula $\boldsymbol{@>}$
32305 \end_inset
32306
32307 k
32308 \begin_inset Formula $\boldsymbol{>>}$
32309 \end_inset
32310
32311 F@=C
32312 \end_layout
32313
32314 \begin_layout Subsection
32315 xymatrix図解
32316 \begin_inset Index idx
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 ずかい@図解 ! xymatrix
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \begin_layout Standard
32329 xymatricesを使うには、LaTeXパッケージの
32330 \series bold
32331 xypic
32332 \series default
32333 が導入済みである必要があります。xymatrixは、数式中に
32334 \series bold
32335
32336 \backslash
32337 xymatrix
32338 \series default
32339 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32340 \begin_inset CommandInset ref
32341 LatexCommand ref
32342 reference "sec:行列"
32343
32344 \end_inset
32345
32346 節をご参照下さい。
32347 \end_layout
32348
32349 \begin_layout Standard
32350 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32351 \family sans
32352 ヘルプ\SpecialChar \menuseparator
32353 用途別説明書\SpecialChar \menuseparator
32354 XY-pic説明書
32355 \family default
32356 メニューにある
32357 \emph on
32358 XY-pic説明書
32359 \emph default
32360 で詳しく網羅しています。
32361 \end_layout
32362
32363 \begin_layout Subsection
32364 ファインマン・ダイアグラム
32365 \series medium
32366
32367 \begin_inset Index idx
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371 ずかい@図解 ! ファインマン
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Standard
32380 ファインマン・ダイアグラムを使うには、LaTeXパッケージ
32381 \series bold
32382 feyn
32383 \series default
32384 を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
32385 \series bold
32386
32387 \backslash
32388 Diagram
32389 \series default
32390 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32391 \begin_inset CommandInset ref
32392 LatexCommand ref
32393 reference "sec:行列"
32394
32395 \end_inset
32396
32397 節参照)。
32398 \end_layout
32399
32400 \begin_layout Standard
32401 LyXでのファインマン・ダイアグラムの作り方は、メニュー
32402 \family sans
32403 ヘルプ\SpecialChar \menuseparator
32404 用途別説明書
32405 \family default
32406 内の『
32407 \emph on
32408 ファインマン・ダイアグラム
32409 \emph default
32410 』にあります。
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Newpage newpage
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Section
32421 ユーザー定義コマンド
32422 \begin_inset Index idx
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426 ゆーざーていぎこまんど@ユーザー定義コマンド
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Standard
32435 \begin_inset Note Greyedout
32436 status open
32437
32438 \begin_layout Plain Layout
32439 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Subsection
32448
32449 \backslash
32450 newcommandコマンド
32451 \begin_inset CommandInset label
32452 LatexCommand label
32453 name "sub:newcommandコマンド"
32454
32455 \end_inset
32456
32457
32458 \begin_inset Index idx
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32463 \backslash
32464 newcommand
32465 \end_layout
32466
32467 \end_inset
32468
32469
32470 \begin_inset Index idx
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474 こまんど@コマンド ! N ! 
32475 \backslash
32476 newcommand
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32486 \series bold
32487
32488 \backslash
32489 newcommand
32490 \series default
32491 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32492 \end_layout
32493
32494 \begin_layout Standard
32495
32496 \series bold
32497
32498 \backslash
32499 newcommand
32500 \series default
32501 コマンドの書式は、
32502 \end_layout
32503
32504 \begin_layout Standard
32505
32506 \series bold
32507
32508 \backslash
32509 newcommand{新コマンド名}[引数の数][オプションの値]
32510 \begin_inset Newline newline
32511 \end_inset
32512
32513
32514 \begin_inset Phantom HPhantom
32515 status open
32516
32517 \begin_layout Plain Layout
32518
32519 \series bold
32520
32521 \backslash
32522 newcommand
32523 \end_layout
32524
32525 \end_inset
32526
32527 {コマンド定義}
32528 \end_layout
32529
32530 \begin_layout Standard
32531 です。
32532 \end_layout
32533
32534 \begin_layout Standard
32535 \begin_inset Note Greyedout
32536 status open
32537
32538 \begin_layout Plain Layout
32539
32540 \series bold
32541 (注意)
32542 \series default
32543 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32544 \series bold
32545
32546 \backslash
32547 Leftarrow
32548 \series default
32549 の短縮のつもりで
32550 \series bold
32551
32552 \backslash
32553 le
32554 \series default
32555 というコマンドを定義したとすると、
32556 \series bold
32557
32558 \backslash
32559 le
32560 \series default
32561 は既に「
32562 \begin_inset Formula $\le$
32563 \end_inset
32564
32565 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Standard
32574 「引数の数」は、0
32575 \begin_inset space \thinspace{}
32576 \end_inset
32577
32578 -
32579 \begin_inset space \thinspace{}
32580 \end_inset
32581
32582 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32583 ドの
32584 \emph on
32585 最初の
32586 \emph default
32587 引数は、自動的に非必須の引数になります。
32588 \end_layout
32589
32590 \begin_layout Standard
32591 以下にいくつかの例を挙げます。
32592 \end_layout
32593
32594 \begin_layout Itemize
32595
32596 \series bold
32597
32598 \backslash
32599 Longrightarrow
32600 \series default
32601 の短縮形として
32602 \series bold
32603
32604 \backslash
32605 gr
32606 \series default
32607 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32608 \begin_inset VSpace medskip
32609 \end_inset
32610
32611
32612 \begin_inset Newline newline
32613 \end_inset
32614
32615
32616 \series bold
32617
32618 \backslash
32619 newcommand{
32620 \backslash
32621 gr}{
32622 \backslash
32623 Longrightarrow}
32624 \end_layout
32625
32626 \begin_layout Itemize
32627
32628 \series bold
32629
32630 \backslash
32631 underline
32632 \series default
32633 の短縮形として
32634 \series bold
32635
32636 \backslash
32637 us
32638 \series default
32639 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32640 \begin_inset VSpace medskip
32641 \end_inset
32642
32643
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \series bold
32649
32650 \backslash
32651 newcommand{
32652 \backslash
32653 us}[1]{
32654 \backslash
32655 underline{#1}}
32656 \series default
32657
32658 \begin_inset VSpace medskip
32659 \end_inset
32660
32661
32662 \begin_inset Newline newline
32663 \end_inset
32664
32665
32666 \series bold
32667 #
32668 \series default
32669 」という文字は、引数の入る場所を示し、その後ろの「
32670 \series bold
32671 1
32672 \series default
32673 」は、これが第1引数の入る場所であることを示します。
32674 \end_layout
32675
32676 \begin_layout Itemize
32677
32678 \series bold
32679
32680 \backslash
32681 framebox
32682 \series default
32683 の短縮形として、たとえば
32684 \series bold
32685
32686 \backslash
32687 fb
32688 \series default
32689 というコマンドを定義するには、
32690 \begin_inset VSpace medskip
32691 \end_inset
32692
32693
32694 \begin_inset Newline newline
32695 \end_inset
32696
32697
32698 \series bold
32699
32700 \backslash
32701 newcommand{
32702 \backslash
32703 fb}[3]{
32704 \backslash
32705 framebox#1#2{$#3$}}
32706 \series default
32707
32708 \begin_inset VSpace medskip
32709 \end_inset
32710
32711
32712 \begin_inset Newline newline
32713 \end_inset
32714
32715 二つのドルマークは、
32716 \series bold
32717
32718 \backslash
32719 framebox
32720 \series default
32721 が必要とする内部の数式を作り出します。第
32722 \begin_inset CommandInset ref
32723 LatexCommand ref
32724 reference "sub:縁付きボックス"
32725
32726 \end_inset
32727
32728 節をご参照下さい。
32729 \end_layout
32730
32731 \begin_layout Itemize
32732 ボックスの色を指定する必要がない
32733 \series bold
32734
32735 \backslash
32736 fcolorbox
32737 \series default
32738 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32739 \begin_inset VSpace medskip
32740 \end_inset
32741
32742
32743 \begin_inset Newline newline
32744 \end_inset
32745
32746
32747 \series bold
32748
32749 \backslash
32750 newcommand{
32751 \backslash
32752 cb}[3][white]{
32753 \backslash
32754 fcolorbox{#2}{#1}{$#3$}}
32755 \series default
32756
32757 \begin_inset VSpace medskip
32758 \end_inset
32759
32760
32761 \begin_inset Newline newline
32762 \end_inset
32763
32764
32765 \series bold
32766
32767 \backslash
32768 cb
32769 \series default
32770 を使うときに色が指定されなければ、事前に定義された色である
32771 \series bold
32772 white
32773 \series default
32774 が使用されます。
32775 \end_layout
32776
32777 \begin_layout Standard
32778 以下は、上で定義したコマンドの動作テストです。
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \align center
32783 \begin_inset Tabular
32784 <lyxtabular version="3" rows="6" columns="2">
32785 <features tabularvalignment="middle">
32786 <column alignment="center" valignment="top" width="0">
32787 <column alignment="center" valignment="top" width="0">
32788 <row>
32789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 コマンド
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 出力
32803 \begin_inset Note Note
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 ここで
32808 \series bold
32809
32810 \backslash
32811 raisebox
32812 \series default
32813 はスペーサーとして使用しているだけです。
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 <row>
32825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32826 \begin_inset Text
32827
32828 \begin_layout Plain Layout
32829 A
32830 \backslash
32831 gr
32832 \begin_inset ERT
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836
32837
32838 \backslash
32839 spce 
32840 \end_layout
32841
32842 \end_inset
32843
32844 B
32845 \end_layout
32846
32847 \end_inset
32848 </cell>
32849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Plain Layout
32853 \begin_inset Formula $A\gr B$
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 </row>
32862 <row>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867
32868 \backslash
32869 us{ABcd
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32879 \end_inset
32880
32881
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 </row>
32887 <row>
32888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout Plain Layout
32892
32893 \backslash
32894 fb{[2cm]
32895 \begin_inset Formula $\to$
32896 \end_inset
32897
32898
32899 \backslash
32900 {
32901 \begin_inset Formula $\to$
32902 \end_inset
32903
32904
32905 \backslash
32906 {
32907 \backslash
32908 int
32909 \begin_inset ERT
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913
32914
32915 \backslash
32916 spce 
32917 \end_layout
32918
32919 \end_inset
32920
32921 A=B
32922 \end_layout
32923
32924 \end_inset
32925 </cell>
32926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 </row>
32939 <row>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944
32945 \backslash
32946 cb{red
32947 \begin_inset Formula $\to$
32948 \end_inset
32949
32950
32951 \backslash
32952 {
32953 \backslash
32954 int
32955 \begin_inset ERT
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959
32960
32961 \backslash
32962 spce 
32963 \end_layout
32964
32965 \end_inset
32966
32967 A=B
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 <row>
32986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990
32991 \backslash
32992 cb[green]
32993 \backslash
32994 {red
32995 \begin_inset Formula $\to$
32996 \end_inset
32997
32998
32999 \backslash
33000 {
33001 \backslash
33002 int
33003 \begin_inset ERT
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007
33008
33009 \backslash
33010 spce 
33011 \end_layout
33012
33013 \end_inset
33014
33015 A=B
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 </row>
33033 </lyxtabular>
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Subsection
33041 数式マクロ
33042 \begin_inset Index idx
33043 status collapsed
33044
33045 \begin_layout Plain Layout
33046 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \begin_inset Index idx
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056 まくろ@マクロ
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Standard
33065 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33066 般型は、
33067 \begin_inset Formula 
33068 \[
33069 0=\lambda^{2}+p\lambda+q
33070 \]
33071
33072 \end_inset
33073
33074 であり、その解の一般型は
33075 \begin_inset Formula 
33076 \[
33077 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33078 \]
33079
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Standard
33086 です。
33087 \begin_inset Formula $\lambda$
33088 \end_inset
33089
33090
33091 \begin_inset Formula $p$
33092 \end_inset
33093
33094
33095 \begin_inset Formula $q$
33096 \end_inset
33097
33098 の3つのパラメータを指定することが必須であり、
33099 \begin_inset Formula $\lambda$
33100 \end_inset
33101
33102 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33103 \begin_inset Newline newline
33104 \end_inset
33105
33106
33107 \series bold
33108
33109 \backslash
33110 newcommand{
33111 \backslash
33112 qG}[4][1,
33113 \backslash
33114 ,2]{#2_{#1}=-
33115 \backslash
33116 frac{#3}{2}
33117 \backslash
33118 pm
33119 \begin_inset Newline newline
33120 \end_inset
33121
33122
33123 \begin_inset Phantom HPhantom
33124 status open
33125
33126 \begin_layout Plain Layout
33127
33128 \series bold
33129
33130 \backslash
33131 newcommand
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \backslash
33138 sqrt{
33139 \backslash
33140 frac{#3^{2}}{4}-#4}}
33141 \end_layout
33142
33143 \begin_layout Standard
33144 これを使って解の公式を作るには、
33145 \begin_inset Newline newline
33146 \end_inset
33147
33148
33149 \series bold
33150
33151 \backslash
33152 qG{
33153 \backslash
33154 lambda
33155 \begin_inset Formula $\to$
33156 \end_inset
33157
33158
33159 \backslash
33160 {p
33161 \begin_inset Formula $\to$
33162 \end_inset
33163
33164
33165 \backslash
33166 {q
33167 \series default
33168 というコマンドを数式に入れます。
33169 \end_layout
33170
33171 \begin_layout Standard
33172 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33173 \series bold
33174
33175 \backslash
33176 frac{分子}{分母}
33177 \series default
33178 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33179 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33180 \series bold
33181
33182 \backslash
33183 newcommand
33184 \series default
33185 コマンドの代わりに、数式マクロを使う方法を提供しています。
33186 \end_layout
33187
33188 \begin_layout Standard
33189 数式マクロは、
33190 \family sans
33191 挿入\SpecialChar \menuseparator
33192 数式\SpecialChar \menuseparator
33193 マクロ
33194 \family default
33195 メニューか、ツールバーボタンの
33196 \begin_inset Graphics
33197         filename ../../images/math-macro_newmacroname_newcommand.png
33198         scale 85
33199
33200 \end_inset
33201
33202 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset space \hspace*{\fill}
33208 \end_inset
33209
33210
33211 \begin_inset Graphics
33212         filename ../clipart/macrobox.png
33213
33214 \end_inset
33215
33216
33217 \begin_inset space \hspace*{\fill}
33218 \end_inset
33219
33220
33221 \begin_inset Newline newline
33222 \end_inset
33223
33224
33225 \begin_inset FormulaMacro
33226 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33227 \end_inset
33228
33229
33230 \backslash
33231 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33232 \series bold
33233
33234 \backslash
33235 #1
33236 \series default
33237 のように
33238 \series bold
33239
33240 \backslash
33241 #引数番号
33242 \series default
33243 というコマンドで入力するか、マクロツールバーボタンの
33244 \begin_inset Graphics
33245         filename ../../images/math-macro-add-param.png
33246         scale 85
33247
33248 \end_inset
33249
33250 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33251 \begin_inset Graphics
33252         filename ../../images/math-macro-add-optional-param.png
33253         scale 85
33254
33255 \end_inset
33256
33257 で作ることができます。最初の必須引数は、ツールバーボタンの
33258 \begin_inset Graphics
33259         filename ../../images/math-macro-make-optional.png
33260         scale 85
33261
33262 \end_inset
33263
33264 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33265 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33266 \begin_inset Newline newline
33267 \end_inset
33268
33269
33270 \series bold
33271 qG: 
33272 \backslash
33273 #1
33274 \series default
33275  
33276 \series bold
33277 ,
33278 \series default
33279  
33280 \series bold
33281
33282 \backslash
33283 #2
33284 \series default
33285  
33286 \series bold
33287 ,
33288 \series default
33289  
33290 \series bold
33291
33292 \backslash
33293 #3, 
33294 \backslash
33295 #4
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \series default
33301 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33302 されます。
33303 \begin_inset Newline newline
33304 \end_inset
33305
33306 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33307 \family sans
33308 表示\SpecialChar \menuseparator
33309 数式マクロを展開(畳む)
33310 \family default
33311 メニューを使うことで、マクロ毎に変えることができます。
33312 \end_layout
33313
33314 \begin_layout Standard
33315 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33316 \series bold
33317
33318 \backslash
33319 qG
33320 \series default
33321 とします。このマクロは、LyX中では以下のように表示されます。
33322 \begin_inset Newline newline
33323 \end_inset
33324
33325
33326 \begin_inset space \hspace*{\fill}
33327 \end_inset
33328
33329
33330 \begin_inset Graphics
33331         filename ../clipart/macrouse.png
33332
33333 \end_inset
33334
33335
33336 \begin_inset space \hspace*{\fill}
33337 \end_inset
33338
33339
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343 以下は、上記の例に、引数
33344 \begin_inset Formula $x$
33345 \end_inset
33346
33347
33348 \begin_inset Formula $\ln(x)$
33349 \end_inset
33350
33351
33352 \begin_inset Formula $B$
33353 \end_inset
33354
33355 を指定したものです。
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \begin_inset Formula 
33360 \[
33361 \qG x{\ln(x)}B
33362 \]
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \begin_layout Standard
33370 LyXは、
33371 \family sans
33372 ツール\SpecialChar \menuseparator
33373 設定\SpecialChar \menuseparator
33374 編集\SpecialChar \menuseparator
33375 制御
33376 \family default
33377 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33378 せてみてください。
33379 \end_layout
33380
33381 \begin_layout Standard
33382 数式マクロは、文書書き出し時に、内部的に
33383 \series bold
33384
33385 \backslash
33386 newcommand
33387 \series default
33388 コマンドに変換されます。こうして生成された
33389 \series bold
33390
33391 \backslash
33392 newcommand
33393 \series default
33394 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33395 \end_layout
33396
33397 \begin_layout Standard
33398 数式マクロは、
33399 \series bold
33400
33401 \backslash
33402 newcommand
33403 \series default
33404 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33405 \series bold
33406
33407 \begin_inset Newline newline
33408 \end_inset
33409
33410
33411 \backslash
33412 newcommand{
33413 \backslash
33414 larrow}[2]{
33415 \backslash
33416 xleftarrow[#2]{#1}}
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420
33421 \series default
33422 というコマンドを書き入れ、この全体を選択して、短絡キー
33423 \family sans
33424 Ctrl+M
33425 \family default
33426 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33427 \series bold
33428
33429 \backslash
33430 newcommand
33431 \series default
33432 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33433 \end_layout
33434
33435 \begin_layout Standard
33436 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33437 \begin_inset CommandInset ref
33438 LatexCommand ref
33439 reference "sub:newcommandコマンド"
33440
33441 \end_inset
33442
33443 節で例として作った
33444 \series bold
33445
33446 \backslash
33447 fb
33448 \series default
33449 は、マクロとしては作ることができません。
33450 \end_layout
33451
33452 \begin_layout Standard
33453 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33454 \end_layout
33455
33456 \begin_layout Standard
33457 \begin_inset VSpace defskip
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \begin_layout Standard
33464 \begin_inset Graphics
33465         filename ../clipart/MacroToolbar.png
33466
33467 \end_inset
33468
33469
33470 \begin_inset Index idx
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 まくろ@マクロ ! つーるばー@ツールバー
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Standard
33483 \begin_inset VSpace defskip
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \begin_layout Standard
33490 マクロツールバーは、左から右に、以下の各ボタンがあります。
33491 \end_layout
33492
33493 \begin_layout Standard
33494 \begin_inset VSpace defskip
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 \begin_inset Tabular
33502 <lyxtabular version="3" rows="9" columns="2">
33503 <features islongtable="true" longtabularalignment="center">
33504 <column alignment="left" valignment="top" width="0">
33505 <column alignment="left" valignment="top" width="85col%">
33506 <row interlinespace="2.5mm">
33507 <cell alignment="center" valignment="top" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 \begin_inset Graphics
33512         filename ../../images/math-macro-remove-param.png
33513         rotateOrigin center
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \end_inset
33521 </cell>
33522 <cell alignment="center" valignment="top" usebox="none">
33523 \begin_inset Text
33524
33525 \begin_layout Plain Layout
33526
33527 \family sans
33528 編集\SpecialChar \menuseparator
33529 数式\SpecialChar \menuseparator
33530 マクロ定義\SpecialChar \menuseparator
33531 最後の引数を削除
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row interlinespace="2.5mm">
33538 <cell alignment="center" valignment="top" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 \begin_inset Graphics
33543         filename ../../images/math-macro-add-param.png
33544         rotateOrigin center
33545
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 <cell alignment="center" valignment="top" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557
33558 \family sans
33559 編集\SpecialChar \menuseparator
33560 数式\SpecialChar \menuseparator
33561 マクロ定義\SpecialChar \menuseparator
33562 引数を追加
33563 \end_layout
33564
33565 \end_inset
33566 </cell>
33567 </row>
33568 <row interlinespace="2.5mm">
33569 <cell alignment="center" valignment="top" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 \begin_inset Graphics
33574         filename ../../images/math-macro-make-optional.png
33575         rotateOrigin center
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 <cell alignment="center" valignment="top" usebox="none">
33585 \begin_inset Text
33586
33587 \begin_layout Plain Layout
33588
33589 \family sans
33590 編集\SpecialChar \menuseparator
33591 数式\SpecialChar \menuseparator
33592 マクロ定義\SpecialChar \menuseparator
33593 最初の必須引数を
33594 \begin_inset Newline newline
33595 \end_inset
33596
33597
33598 \begin_inset Phantom HPhantom
33599 status open
33600
33601 \begin_layout Plain Layout
33602
33603 \family sans
33604 編集\SpecialChar \menuseparator
33605 数式\SpecialChar \menuseparator
33606 マクロ定義\SpecialChar \menuseparator
33607
33608 \end_layout
33609
33610 \end_inset
33611
33612 非必須引数にする
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 </row>
33618 <row interlinespace="2.5mm">
33619 <cell alignment="center" valignment="top" usebox="none">
33620 \begin_inset Text
33621
33622 \begin_layout Plain Layout
33623 \begin_inset Graphics
33624         filename ../../images/math-macro-make-nonoptional.png
33625         rotateOrigin center
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 <cell alignment="center" valignment="top" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638
33639 \family sans
33640 編集\SpecialChar \menuseparator
33641 数式\SpecialChar \menuseparator
33642 マクロ定義\SpecialChar \menuseparator
33643 最後の非必須引数を
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647
33648 \begin_inset Phantom HPhantom
33649 status open
33650
33651 \begin_layout Plain Layout
33652
33653 \family sans
33654 編集\SpecialChar \menuseparator
33655 数式\SpecialChar \menuseparator
33656 マクロ定義\SpecialChar \menuseparator
33657
33658 \end_layout
33659
33660 \end_inset
33661
33662 必須引数にする
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 </row>
33668 <row interlinespace="2.5mm">
33669 <cell alignment="center" valignment="top" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 \begin_inset Graphics
33674         filename ../../images/math-macro-remove-optional-param.png
33675         rotateOrigin center
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688
33689 \family sans
33690 編集\SpecialChar \menuseparator
33691 数式\SpecialChar \menuseparator
33692 マクロ定義\SpecialChar \menuseparator
33693 非必須引数を削除
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 </row>
33699 <row interlinespace="2.5mm">
33700 <cell alignment="center" valignment="top" usebox="none">
33701 \begin_inset Text
33702
33703 \begin_layout Plain Layout
33704 \begin_inset Graphics
33705         filename ../../images/math-macro-add-optional-param.png
33706         rotateOrigin center
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719
33720 \family sans
33721 編集\SpecialChar \menuseparator
33722 数式\SpecialChar \menuseparator
33723 マクロ定義\SpecialChar \menuseparator
33724 非必須引数を挿入
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 </row>
33730 <row interlinespace="2.5mm">
33731 <cell alignment="center" valignment="top" usebox="none">
33732 \begin_inset Text
33733
33734 \begin_layout Plain Layout
33735 \begin_inset Graphics
33736         filename ../../images/math-macro-remove-greedy-param.png
33737         rotateOrigin center
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 <cell alignment="center" valignment="top" usebox="none">
33747 \begin_inset Text
33748
33749 \begin_layout Plain Layout
33750
33751 \family sans
33752 編集\SpecialChar \menuseparator
33753 数式\SpecialChar \menuseparator
33754 マクロ定義\SpecialChar \menuseparator
33755 右に吐き出す形で
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \begin_inset Phantom HPhantom
33761 status open
33762
33763 \begin_layout Plain Layout
33764
33765 \family sans
33766 編集\SpecialChar \menuseparator
33767 数式\SpecialChar \menuseparator
33768 マクロ定義\SpecialChar \menuseparator
33769
33770 \end_layout
33771
33772 \end_inset
33773
33774 最後の引数を削除
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 </row>
33780 <row interlinespace="2.5mm">
33781 <cell alignment="center" valignment="top" usebox="none">
33782 \begin_inset Text
33783
33784 \begin_layout Plain Layout
33785 \begin_inset Graphics
33786         filename ../../images/math-macro-append-greedy-param.png
33787         rotateOrigin center
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 <cell alignment="center" valignment="top" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800
33801 \family sans
33802 編集\SpecialChar \menuseparator
33803 数式\SpecialChar \menuseparator
33804 マクロ定義\SpecialChar \menuseparator
33805 右から喰う形で
33806 \begin_inset Newline newline
33807 \end_inset
33808
33809
33810 \begin_inset Phantom HPhantom
33811 status open
33812
33813 \begin_layout Plain Layout
33814
33815 \family sans
33816 編集\SpecialChar \menuseparator
33817 数式\SpecialChar \menuseparator
33818 マクロ定義\SpecialChar \menuseparator
33819
33820 \end_layout
33821
33822 \end_inset
33823
33824 引数を追加
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 </row>
33830 <row interlinespace="2.5mm">
33831 <cell alignment="center" valignment="top" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 \begin_inset Graphics
33836         filename ../../images/math-macro-add-greedy-optional-param.png
33837         rotateOrigin center
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 <cell alignment="center" valignment="top" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850
33851 \family sans
33852 編集\SpecialChar \menuseparator
33853 数式\SpecialChar \menuseparator
33854 マクロ定義\SpecialChar \menuseparator
33855 右から喰う形で
33856 \begin_inset Newline newline
33857 \end_inset
33858
33859
33860 \begin_inset Phantom HPhantom
33861 status open
33862
33863 \begin_layout Plain Layout
33864
33865 \family sans
33866 編集\SpecialChar \menuseparator
33867 数式\SpecialChar \menuseparator
33868 マクロ定義\SpecialChar \menuseparator
33869
33870 \end_layout
33871
33872 \end_inset
33873
33874 非必須引数を追加
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 </row>
33880 </lyxtabular>
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Section
33888
33889 \lang english
33890 Computer Algebra Systems
33891 \end_layout
33892
33893 \begin_layout Standard
33894
33895 \lang english
33896 LyX offers the exchange between mathematical expressions written in LyX's
33897  math editor and external applications or user defined scripts.
33898  Currently supported applications are 
33899 \family sans
33900 Maple
33901 \family default
33902
33903 \family sans
33904 Mathematica
33905 \family default
33906
33907 \family sans
33908 Maxima
33909 \family default
33910  and 
33911 \family sans
33912 Octave
33913 \family default
33914 .
33915  Note that the set of supported mathematical constructs is limited only
33916  to very simple cases.
33917 \end_layout
33918
33919 \begin_layout Subsection
33920
33921 \lang english
33922 Usage
33923 \end_layout
33924
33925 \begin_layout Standard
33926
33927 \lang english
33928 Write some expression in a formula, go to the 
33929 \family sans
33930 Edit\SpecialChar \menuseparator
33931 Math\SpecialChar \menuseparator
33932 Use Computer Algebra System
33933 \family default
33934  menu and choose the application you have installed on the computer.
33935  After that the result of computation should show on the right side of the
33936  expression together with the 
33937 \begin_inset Quotes eld
33938 \end_inset
33939
33940 =
33941 \begin_inset Quotes erd
33942 \end_inset
33943
33944  operator.
33945 \end_layout
33946
33947 \begin_layout Standard
33948
33949 \lang english
33950 Here are few simple examples (with results from 
33951 \family typewriter
33952 Maxima
33953 \family default
33954 ) to show what kind of computations can be performed:
33955 \end_layout
33956
33957 \begin_layout Itemize
33958 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Itemize
33965 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Itemize
33972 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \begin_layout Itemize
33979 \begin_inset Formula $\det\left[\begin{array}{ccc}
33980 1 & 6 & 7\\
33981 2 & 5 & 8\\
33982 3 & 4 & 17
33983 \end{array}\right]=-56$
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Itemize
33990 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Subsection
33997
33998 \lang english
33999 Keyboard shortcut
34000 \end_layout
34001
34002 \begin_layout Standard
34003
34004 \lang english
34005 Currently there is no keyboard shortcut for calling the algebra applications.
34006  One can easily bind a shortcut to the 
34007 \family sans
34008 math-extern
34009 \family default
34010  LyX function (see the 
34011 \family sans
34012 \emph on
34013 LyX Functions
34014 \family default
34015 \emph default
34016  manual).
34017  One could e.
34018 \begin_inset space \thinspace{}
34019 \end_inset
34020
34021 g.
34022 \begin_inset space ~
34023 \end_inset
34024
34025 bind the 
34026 \family sans
34027 Return
34028 \family default
34029  key inside the math editor.
34030  To bind it to 
34031 \family typewriter
34032 Maxima
34033 \family default
34034  one would use this shortcut definition command:
34035 \end_layout
34036
34037 \begin_layout Standard
34038
34039 \series bold
34040 \lang english
34041 command-alternatives break-paragraph;math-extern maxima
34042 \end_layout
34043
34044 \begin_layout Standard
34045 \begin_inset Newpage newpage
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Section
34052 さまざまな秘訣
34053 \begin_inset Index idx
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057 ひけつ@秘訣
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Subsection
34066 負の数
34067 \begin_inset Index idx
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 かず@数 ! ふの@負の ---
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34081 く表示されます。
34082 \end_layout
34083
34084 \begin_layout Standard
34085 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34086 \end_layout
34087
34088 \begin_layout Standard
34089 以下は、この問題を示す例です。
34090 \end_layout
34091
34092 \begin_layout Standard
34093 \align center
34094 \begin_inset Tabular
34095 <lyxtabular version="3" rows="3" columns="2">
34096 <features tabularvalignment="middle">
34097 <column alignment="right" valignment="top" width="0">
34098 <column alignment="left" valignment="top" width="0">
34099 <row>
34100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 通常の文章:
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113 x = -2
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 </row>
34119 <row>
34120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124 数式:
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 \begin_inset Formula $x=-2$
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 </row>
34142 <row>
34143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 解決策:
34148 \end_layout
34149
34150 \end_inset
34151 </cell>
34152 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34153 \begin_inset Text
34154
34155 \begin_layout Plain Layout
34156 \begin_inset Formula $x=\textrm{-}2$
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 </row>
34165 </lyxtabular>
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \begin_layout Subsection
34173 位区切りとしてのコンマ
34174 \begin_inset Index idx
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 こんま@コンマ
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \begin_inset Index idx
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188 かんま@カンマ|see
34189 \begin_inset ERT
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193
34194 {
34195 \end_layout
34196
34197 \end_inset
34198
34199 コンマ
34200 \begin_inset ERT
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204
34205 }
34206 \end_layout
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Standard
34219 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34220 \end_layout
34221
34222 \begin_layout Standard
34223 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
34224 \begin_inset Info
34225 type  "shortcut"
34226 arg   "math-mode"
34227 \end_inset
34228
34229 )。
34230 \end_layout
34231
34232 \begin_layout Standard
34233 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34234 \end_layout
34235
34236 \begin_layout Standard
34237
34238 \series bold
34239
34240 \backslash
34241 usepackage{icomma}
34242 \end_layout
34243
34244 \begin_layout Standard
34245 という行を加えて、
34246 \series bold
34247 icomma.sty
34248 \series default
34249
34250 \begin_inset Foot
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255 \series bold
34256 icomma
34257 \series default
34258 は、LaTeXパッケージ
34259 \series bold
34260 was
34261 \series default
34262
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 ぱっけーじ@パッケージ ! was
34268 \begin_inset ERT
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272
34273
34274 \backslash
34275 vspace{4mm}
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \end_inset
34284
34285 に含まれています。
34286 \end_layout
34287
34288 \end_inset
34289
34290
34291 \begin_inset Index idx
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 ぱっけーじ@パッケージ ! icomma
34296 \end_layout
34297
34298 \end_inset
34299
34300 ファイルを読み込みます。
34301 \end_layout
34302
34303 \begin_layout Subsection
34304 物理ベクトル
34305 \begin_inset CommandInset label
34306 LatexCommand label
34307 name "sub:物理ベクトル"
34308
34309 \end_inset
34310
34311
34312 \begin_inset Index idx
34313 status collapsed
34314
34315 \begin_layout Plain Layout
34316 Vectors ! physical
34317 \end_layout
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \begin_layout Standard
34325 LaTeXパッケージ
34326 \series bold
34327 braket
34328 \series default
34329
34330 \begin_inset Foot
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334
34335 \series bold
34336 braket
34337 \series default
34338  は標準的LaTeX頒布版のすべてに含まれています。
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \begin_inset Index idx
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 ぱっけーじ@パッケージ ! braket
34349 \end_layout
34350
34351 \end_inset
34352
34353 には、定義済みのベクトルが提供されており、
34354 \end_layout
34355
34356 \begin_layout Standard
34357
34358 \series bold
34359
34360 \backslash
34361 usepackage{braket}
34362 \end_layout
34363
34364 \begin_layout Standard
34365 というLaTeXプリアンブル行で読み込むことができます。
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374
34375 \backslash
34376 ifbraket 
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset Note Note
34383 status open
34384
34385 \begin_layout Plain Layout
34386 以下の表は、
34387 \series bold
34388 braket
34389 \series default
34390  LaTeXパッケージが導入済みのときのみ表示されます。
34391 \end_layout
34392
34393 \end_inset
34394
34395 以下のコマンドが定義されています。
34396 \end_layout
34397
34398 \begin_layout Standard
34399 \align center
34400 \begin_inset Tabular
34401 <lyxtabular version="3" rows="4" columns="2">
34402 <features tabularvalignment="middle">
34403 <column alignment="center" valignment="top" width="0">
34404 <column alignment="center" valignment="top" width="0">
34405 <row>
34406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 コマンド
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419 出力
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 </row>
34425 <row>
34426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430
34431 \backslash
34432 Bra{
34433 \backslash
34434 psi
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 \begin_inset Formula $\Bra{\psi}$
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 </row>
34452 <row>
34453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457
34458 \backslash
34459 Ket{
34460 \backslash
34461 psi
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 \begin_inset Formula $\Ket{\psi}$
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 </row>
34479 <row>
34480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34481 \begin_inset Text
34482
34483 \begin_layout Plain Layout
34484
34485 \backslash
34486 Braket{
34487 \backslash
34488 psi
34489 \begin_inset Formula $|$
34490 \end_inset
34491
34492
34493 \backslash
34494 phi
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 \begin_inset Formula $\Braket{\psi|\phi}$
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \end_inset
34510 </cell>
34511 </row>
34512 </lyxtabular>
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \begin_layout Standard
34520
34521 \series bold
34522
34523 \backslash
34524 Braket
34525 \series default
34526 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34527 \begin_inset Formula 
34528 \[
34529 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34530 \]
34531
34532 \end_inset
34533
34534
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 else 
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \begin_inset Note Note
34549 status open
34550
34551 \begin_layout Plain Layout
34552
34553 \series bold
34554 braket
34555 \series default
34556  LaTeXパッケージが導入されていないときには、以下が表示されます。
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565 本小節の全体を出力で見るためには、
34566 \series bold
34567 braket
34568 \series default
34569  LaTeXパッケージを導入する必要があります。
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 fi 
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Standard
34589
34590 \series bold
34591
34592 \backslash
34593 Braket
34594 \series default
34595 と同じ効果は、第
34596 \begin_inset CommandInset ref
34597 LatexCommand ref
34598 reference "sub:自動の括弧丈"
34599
34600 \end_inset
34601
34602 節に説明されているとおり、
34603 \series bold
34604
34605 \backslash
34606 middle
34607 \series default
34608 コマンドを用いることによっても実現できます。
34609 \end_layout
34610
34611 \begin_layout Subsection
34612 自己定義の分数
34613 \begin_inset CommandInset label
34614 LatexCommand label
34615 name "sub:自己定義の分数"
34616
34617 \end_inset
34618
34619
34620 \begin_inset Index idx
34621 status collapsed
34622
34623 \begin_layout Plain Layout
34624 ぶんすう@分数 ! じこていぎの@自己定義の ---
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \begin_layout Standard
34633 分数用の自製コマンドを定義するには、以下の書式を持つ
34634 \series bold
34635
34636 \backslash
34637 genfrac
34638 \series default
34639
34640 \begin_inset Index idx
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644 こまんど@コマンド ! G ! 
34645 \backslash
34646 genfrac
34647 \end_layout
34648
34649 \end_inset
34650
34651 コマンドを使います。
34652 \end_layout
34653
34654 \begin_layout Standard
34655
34656 \series bold
34657
34658 \backslash
34659 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34660 \begin_inset Newline newline
34661 \end_inset
34662
34663
34664 \begin_inset Phantom HPhantom
34665 status open
34666
34667 \begin_layout Plain Layout
34668
34669 \series bold
34670
34671 \backslash
34672 genfrac
34673 \end_layout
34674
34675 \end_inset
34676
34677 {分子}{分母}
34678 \end_layout
34679
34680 \begin_layout Standard
34681 ここで「様式」は、0
34682 \begin_inset space \thinspace{}
34683 \end_inset
34684
34685 -
34686 \begin_inset space \thinspace{}
34687 \end_inset
34688
34689 3の範囲の数字です。
34690 \end_layout
34691
34692 \begin_layout Standard
34693 \align center
34694 \begin_inset Tabular
34695 <lyxtabular version="3" rows="5" columns="2">
34696 <features tabularvalignment="middle">
34697 <column alignment="center" valignment="top" width="0">
34698 <column alignment="center" valignment="top" width="0">
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 数字
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713 様式(大きさ)
34714 \end_layout
34715
34716 \end_inset
34717 </cell>
34718 </row>
34719 <row>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 0
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733 別行建て様式の数式
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 </row>
34739 <row>
34740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744 1
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753 行内数式
34754 \end_layout
34755
34756 \end_inset
34757 </cell>
34758 </row>
34759 <row>
34760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34761 \begin_inset Text
34762
34763 \begin_layout Plain Layout
34764 2
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773 やや小(small)
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row>
34780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784 3
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793 最小(tiny)
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 </row>
34799 </lyxtabular>
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 「様式」を指定しないときには、
34808 \series bold
34809
34810 \backslash
34811 frac
34812 \series default
34813 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34814 \end_layout
34815
34816 \begin_layout Standard
34817 「分数線の厚み」を指定しないときには、既定値である0.4
34818 \begin_inset space \thinspace{}
34819 \end_inset
34820
34821 ptが用いられます。
34822 \end_layout
34823
34824 \begin_layout Standard
34825 \begin_inset VSpace medskip
34826 \end_inset
34827
34828 たとえば、第
34829 \begin_inset CommandInset ref
34830 LatexCommand ref
34831 reference "sub:分数"
34832
34833 \end_inset
34834
34835 節の
34836 \series bold
34837
34838 \backslash
34839 dfrac
34840 \series default
34841 コマンドおよび
34842 \series bold
34843
34844 \backslash
34845 tbinom
34846 \series default
34847 コマンドは、
34848 \end_layout
34849
34850 \begin_layout Standard
34851
34852 \series bold
34853
34854 \backslash
34855 newcommand{
34856 \backslash
34857 dfrac}[2]{
34858 \backslash
34859 genfrac{}{}{}{0}{#1}{#2}}
34860 \end_layout
34861
34862 \begin_layout Standard
34863 あるいは
34864 \end_layout
34865
34866 \begin_layout Standard
34867
34868 \series bold
34869
34870 \backslash
34871 newcommand{
34872 \backslash
34873 tbinom}[2]{
34874 \backslash
34875 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34876 \end_layout
34877
34878 \begin_layout Standard
34879 というコマンドで定義できます。
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \begin_inset VSpace medskip
34884 \end_inset
34885
34886 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34887 \end_layout
34888
34889 \begin_layout Standard
34890
34891 \series bold
34892
34893 \backslash
34894 newcommand{
34895 \backslash
34896 fracS}[3][]{
34897 \backslash
34898 genfrac{}{}{#1}{}{#2}{#3}}
34899 \end_layout
34900
34901 \begin_layout Standard
34902 という行を入れます。
34903 \end_layout
34904
34905 \begin_layout Standard
34906 以下は、そのテストです。
34907 \begin_inset Formula 
34908 \begin{align*}
34909 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34910 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34911 \end{align*}
34912
34913 \end_inset
34914
34915 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34916 \end_layout
34917
34918 \begin_layout Subsection
34919 数式の取り消し
34920 \begin_inset Index idx
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 すうしき@数式 ! とりけし@取り消し
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 数式あるいはその一部を取り消すには、
34934 \series bold
34935 cancel
34936 \series default
34937
34938 \begin_inset Foot
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942
34943 \series bold
34944 cancel
34945 \series default
34946 は、標準的なLaTeX頒布版のすべてに含まれています。
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \begin_inset Index idx
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956 ぱっけーじ@パッケージ ! cancel
34957 \end_layout
34958
34959 \end_inset
34960
34961  LaTeXパッケージを、LaTeXプリアンブル行に
34962 \end_layout
34963
34964 \begin_layout Standard
34965
34966 \series bold
34967
34968 \backslash
34969 usepackage{cancel}
34970 \end_layout
34971
34972 \begin_layout Standard
34973 と書いて読み込む必要があります。
34974 \end_layout
34975
34976 \begin_layout Standard
34977 数式を取り消すには、4つの方法があります。
34978 \end_layout
34979
34980 \begin_layout Standard
34981 \align center
34982 \begin_inset Tabular
34983 <lyxtabular version="3" rows="5" columns="2">
34984 <features tabularvalignment="middle">
34985 <column alignment="center" valignment="top" width="0">
34986 <column alignment="center" valignment="top" width="0">
34987 <row>
34988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992 コマンド
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 出力
35002 \begin_inset Note Note
35003 status collapsed
35004
35005 \begin_layout Plain Layout
35006 ここで
35007 \series bold
35008
35009 \backslash
35010 raisebox
35011 \series default
35012 はスペーサーとして使用しているだけです。
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 </row>
35023 <row>
35024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028
35029 \backslash
35030 cancel{
35031 \backslash
35032 int
35033 \begin_inset ERT
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038
35039 \backslash
35040 spce 
35041 \end_layout
35042
35043 \end_inset
35044
35045 A=B
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \end_inset
35061 </cell>
35062 </row>
35063 <row>
35064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35065 \begin_inset Text
35066
35067 \begin_layout Plain Layout
35068
35069 \backslash
35070 bcancel{
35071 \backslash
35072 int
35073 \begin_inset ERT
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077
35078
35079 \backslash
35080 spce 
35081 \end_layout
35082
35083 \end_inset
35084
35085 A=B
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 </row>
35103 <row>
35104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108
35109 \backslash
35110 xcancel{
35111 \backslash
35112 int
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118
35119 \backslash
35120 spce 
35121 \end_layout
35122
35123 \end_inset
35124
35125 A=B
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 </row>
35143 <row>
35144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148
35149 \backslash
35150 cancelto{1
35151 \begin_inset Formula $\to$
35152 \end_inset
35153
35154
35155 \backslash
35156 {
35157 \backslash
35158 int
35159 \begin_inset ERT
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163
35164
35165 \backslash
35166 spce 
35167 \end_layout
35168
35169 \end_inset
35170
35171 A=B
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 </row>
35189 </lyxtabular>
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197
35198 \series bold
35199
35200 \backslash
35201 cancelto
35202 \series default
35203 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35204 \begin_inset Formula 
35205 \[
35206 \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}}}
35207 \]
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \begin_layout Standard
35215
35216 \lang english
35217 To change the size of 
35218 \series bold
35219
35220 \backslash
35221 cancelto
35222 \series default
35223 's 
35224 \begin_inset Quotes eld
35225 \end_inset
35226
35227 subscript
35228 \begin_inset Quotes erd
35229 \end_inset
35230
35231  value one can load the package 
35232 \series bold
35233 cancel
35234 \series default
35235  with either the option 
35236 \series bold
35237 samesize
35238 \series default
35239  which leads to the same size as for the canceled value or with the option
35240  
35241 \series bold
35242 Smaller
35243 \series default
35244  which makes is it a bit smaller than the size one gets without using a
35245  package option.
35246  In this document 
35247 \series bold
35248 cancel
35249 \series default
35250  was loaded with this line:
35251 \end_layout
35252
35253 \begin_layout Standard
35254
35255 \series bold
35256
35257 \backslash
35258 usepackage[samesize]{cancel}
35259 \end_layout
35260
35261 \begin_layout Standard
35262
35263 \lang english
35264 To color the cancellation bar one adds this command as TeX code:
35265 \end_layout
35266
35267 \begin_layout Standard
35268
35269 \series bold
35270
35271 \backslash
35272 renewcommand{
35273 \backslash
35274 CancelColor}{
35275 \backslash
35276 color{red}}
35277 \end_layout
35278
35279 \begin_layout Standard
35280
35281 \series bold
35282 \lang english
35283 red
35284 \series default
35285  can be replaced by a color of your choice.
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294
35295 \backslash
35296 renewcommand{
35297 \backslash
35298 CancelColor}{
35299 \backslash
35300 color{red}}
35301 \end_layout
35302
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \begin_layout Standard
35309 \begin_inset Formula 
35310 \[
35311 \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}}}
35312 \]
35313
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \begin_inset ERT
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324
35325
35326 \backslash
35327 renewcommand{
35328 \backslash
35329 CancelColor}{
35330 \backslash
35331 color{black}}
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \lang english
35338
35339 \begin_inset Note Note
35340 status open
35341
35342 \begin_layout Plain Layout
35343
35344 \lang english
35345 reset the color
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \begin_layout Standard
35354
35355 \lang english
35356 For further customizations, see the documentation of the package
35357 \lang japanese
35358  
35359 \series bold
35360 cancel
35361 \series default
35362
35363 \begin_inset CommandInset citation
35364 LatexCommand cite
35365 key "cancel"
35366
35367 \end_inset
35368
35369 .
35370 \end_layout
35371
35372 \begin_layout Subsection
35373 節見出し中の数式
35374 \begin_inset CommandInset label
35375 LatexCommand label
35376 name "sub:節見出し中の数式"
35377
35378 \end_inset
35379
35380
35381 \begin_inset Index idx
35382 status collapsed
35383
35384 \begin_layout Plain Layout
35385 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35386 \end_layout
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \begin_layout Standard
35394 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35395 \end_layout
35396
35397 \begin_layout Standard
35398 \begin_inset Note Greyedout
35399 status open
35400
35401 \begin_layout Plain Layout
35402 文書設定ダイアログの
35403 \family sans
35404 PDF特性
35405 \family default
35406
35407 \series bold
35408 hyperref
35409 \series default
35410
35411 \begin_inset Index idx
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 ぱっけーじ@パッケージ ! hyperref
35416 \end_layout
35417
35418 \end_inset
35419
35420 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35421 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430 これらの問題は、
35431 \family sans
35432 挿入\SpecialChar \menuseparator
35433 短縮タイトル
35434 \family default
35435 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35436 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35437 \end_layout
35438
35439 \begin_layout Standard
35440 数式を目次中でも使わなくてもならないが、
35441 \series bold
35442 hyperref
35443 \series default
35444 も使用しなくてはならないときには、
35445 \end_layout
35446
35447 \begin_layout Standard
35448
35449 \series bold
35450
35451 \backslash
35452 texorpdfstring{部分}{代替文字列}
35453 \begin_inset Index idx
35454 status collapsed
35455
35456 \begin_layout Plain Layout
35457 こまんど@コマンド ! T ! 
35458 \backslash
35459 texorpdfstring
35460 \end_layout
35461
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \begin_layout Standard
35468 というコマンドをTeXモードで使う方法があります。
35469 \end_layout
35470
35471 \begin_layout Standard
35472 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35473 文字列」が用いられます。
35474 \end_layout
35475
35476 \begin_layout Standard
35477 以下の二つは、見出しの例です。
35478 \begin_inset VSpace -3mm
35479 \end_inset
35480
35481
35482 \begin_inset ERT
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486
35487
35488 \backslash
35489 boldmath 
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Subsubsection
35498 目次中では数式を使わない見出し
35499 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35500 \end_inset
35501
35502
35503 \begin_inset Argument
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507 目次中では数式を使わない見出し
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Subsubsection
35516 目次中で数式を使う見出し
35517 \begin_inset ERT
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521
35522
35523 \backslash
35524 texorpdfstring{
35525 \end_layout
35526
35527 \end_inset
35528
35529  
35530 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35531 \end_inset
35532
35533
35534 \begin_inset ERT
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538
35539 }{}
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \end_layout
35546
35547 \begin_layout Standard
35548 \begin_inset ERT
35549 status collapsed
35550
35551 \begin_layout Plain Layout
35552
35553
35554 \backslash
35555 unboldmath 
35556 \end_layout
35557
35558 \end_inset
35559
35560 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35561 \series bold
35562
35563 \backslash
35564 texorpdfstring
35565 \series default
35566 が使われています。
35567 \end_layout
35568
35569 \begin_layout Standard
35570 他の節見出しと同じ書式を得るために、上の見出し全体は
35571 \series bold
35572 boldmath
35573 \series default
35574 環境に設定してあります
35575 \begin_inset Foot
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579
35580 \begin_inset CommandInset ref
35581 LatexCommand ref
35582 reference "sub:ボールド体の数式"
35583
35584 \end_inset
35585
35586 節参照。
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Subsection
35595 多段組文中の数式
35596 \begin_inset Index idx
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35610 \series bold
35611 multicol
35612 \series default
35613
35614 \begin_inset Foot
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618
35619 \series bold
35620 multicol
35621 \series default
35622 は、標準的LaTeX頒布版のすべてに含まれています。
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \begin_inset Index idx
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 ぱっけーじ@パッケージ ! multicol
35633 \end_layout
35634
35635 \end_inset
35636
35637  LaTeXパッケージを、
35638 \end_layout
35639
35640 \begin_layout Standard
35641
35642 \series bold
35643
35644 \backslash
35645 usepackage{multicol}
35646 \end_layout
35647
35648 \begin_layout Standard
35649 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35650 \end_layout
35651
35652 \begin_layout Standard
35653 \begin_inset Note Greyedout
35654 status open
35655
35656 \begin_layout Plain Layout
35657 ここで、
35658 \family sans
35659 文書\SpecialChar \menuseparator
35660 設定
35661 \family default
35662 メニューの
35663 \family sans
35664 本文レイアウト
35665 \family default
35666 で、
35667 \family sans
35668 二段組文書
35669 \family default
35670 の設定を
35671 \emph on
35672 有効にしてはならない
35673 \emph default
35674 ことに注意してください。
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Standard
35683 多段組文の前に
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 begin{multicols}{段数}
35692 \end_layout
35693
35694 \begin_layout Standard
35695 というコマンドをTeXモードで書き入れます。「段数」は、2
35696 \begin_inset space \thinspace{}
35697 \end_inset
35698
35699 -
35700 \begin_inset space \thinspace{}
35701 \end_inset
35702
35703 10のあいだの数字です。多段組文の終わる数式の前には、
35704 \end_layout
35705
35706 \begin_layout Standard
35707
35708 \series bold
35709
35710 \backslash
35711 end{multicols}
35712 \end_layout
35713
35714 \begin_layout Standard
35715 というコマンドをTeXモードで入れます。
35716 \end_layout
35717
35718 \begin_layout Standard
35719 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35720 \begin_inset space \thinspace{}
35721 \end_inset
35722
35723 mmの垂直空白を入れて下さい。数式様式
35724 \series bold
35725
35726 \begin_inset Foot
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730
35731 \series bold
35732 数式様式に関しては、第
35733 \series default
35734
35735 \begin_inset CommandInset ref
35736 LatexCommand ref
35737 reference "sec:数式様式"
35738
35739 \end_inset
35740
35741 節をご覧下さい。
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \series default
35748 として
35749 \series bold
35750 行頭下げ
35751 \series default
35752 を使用している場合には、代わりに-9
35753 \begin_inset space \thinspace{}
35754 \end_inset
35755
35756 mmの垂直空白を入れて下さい。
35757 \end_layout
35758
35759 \begin_layout Standard
35760 以下は、別行建て数式を含む、多段組文の例です。
35761 \end_layout
35762
35763 \begin_layout Standard
35764 \begin_inset ERT
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768
35769
35770 \backslash
35771 begin{multicols}{2}
35772 \end_layout
35773
35774 \end_inset
35775
35776
35777 \lang ngerman
35778 Das Spektrum wird fouriertransformiert.
35779  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35780 , Lösungsmittel) zu trennen.
35781  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35782  nun das Aussehen des Ausgangssignals.
35783  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35784  über alle Phasen integrieren muss.
35785  Sei nun 
35786 \begin_inset Formula $S$
35787 \end_inset
35788
35789  unser normiertes Ausgangssignal und 
35790 \begin_inset Formula $P$
35791 \end_inset
35792
35793  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35794 \lang japanese
35795
35796 \begin_inset ERT
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800
35801
35802 \backslash
35803 end{multicols}
35804 \end_layout
35805
35806 \end_inset
35807
35808
35809 \begin_inset VSpace -6mm
35810 \end_inset
35811
35812
35813 \begin_inset Formula 
35814 \begin{equation}
35815 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35816 \end{equation}
35817
35818 \end_inset
35819
35820
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 begin{multicols}{2}
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \lang ngerman
35835 wobei 
35836 \begin_inset Formula $S_{0}$
35837 \end_inset
35838
35839  das Signal ohne Gradient ist und die Normierungsbedingung 
35840 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35841 \end_inset
35842
35843  gilt.
35844  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35845  Direkt nach dem 
35846 \begin_inset Formula $\nicefrac{\pi}{2}$
35847 \end_inset
35848
35849
35850 \begin_inset space \thinspace{}
35851 \end_inset
35852
35853 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35854  das Signal zusätzlich abschwächt.
35855  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35856  
35857 \begin_inset Formula $T_{2}$
35858 \end_inset
35859
35860 -Zeit.
35861 \end_layout
35862
35863 \begin_layout Standard
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869
35870 \backslash
35871 end{multicols}
35872 \end_layout
35873
35874 \end_inset
35875
35876  
35877 \end_layout
35878
35879 \begin_layout Subsection
35880 変数の説明付き数式
35881 \begin_inset Index idx
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \begin_layout Standard
35894 \begin_inset CommandInset ref
35895 LatexCommand eqref
35896 reference "eq:within"
35897
35898 \end_inset
35899
35900 式のように、数式内で変数の説明をするには、
35901 \begin_inset Formula $n$
35902 \end_inset
35903
35904 個の変数が使われている場合、左寄せの列を持つ2
35905 \series bold
35906 ×
35907 \series default
35908
35909 \begin_inset Formula $n$
35910 \end_inset
35911
35912 行列を使用します
35913 \begin_inset Foot
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917 行列に関しては、第
35918 \begin_inset CommandInset ref
35919 LatexCommand ref
35920 reference "sec:行列"
35921
35922 \end_inset
35923
35924 節参照。
35925 \end_layout
35926
35927 \end_inset
35928
35929 。説明を小さな文字にするには、行列の前に、たとえば
35930 \series bold
35931
35932 \backslash
35933 footnotesize
35934 \series default
35935 コマンドを挿入します
35936 \begin_inset Foot
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940 フォント寸法に関しては、第
35941 \begin_inset CommandInset ref
35942 LatexCommand ref
35943 reference "sub:書体寸法"
35944
35945 \end_inset
35946
35947 節参照。
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \end_layout
35954
35955 \begin_layout Standard
35956 数式様式に
35957 \series bold
35958 行頭下げ
35959 \begin_inset Foot
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963
35964 \series bold
35965 数式様式に関しては、第
35966 \series default
35967
35968 \begin_inset CommandInset ref
35969 LatexCommand ref
35970 reference "sec:数式様式"
35971
35972 \end_inset
35973
35974 節参照。
35975 \end_layout
35976
35977 \end_inset
35978
35979
35980 \series default
35981 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35982 \series bold
35983
35984 \backslash
35985 hfill
35986 \series default
35987
35988 \begin_inset Foot
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993 \series bold
35994
35995 \backslash
35996 hfill
35997 \series default
35998 は、
35999 \series bold
36000 行頭下げ
36001 \series default
36002 様式のときのみ機能します。第
36003 \begin_inset CommandInset ref
36004 LatexCommand ref
36005 reference "sub:可変長の空白"
36006
36007 \end_inset
36008
36009 節をご覧下さい。
36010 \end_layout
36011
36012 \end_inset
36013
36014 を入れます。
36015 \end_layout
36016
36017 \begin_layout Standard
36018 数式様式に
36019 \series bold
36020 中央揃え
36021 \series default
36022 を使っている場合、数式を字下げするには、第
36023 \begin_inset CommandInset ref
36024 LatexCommand ref
36025 reference "sub:flalign環境"
36026
36027 \end_inset
36028
36029 節で述べた方法を使用します。
36030 \begin_inset CommandInset ref
36031 LatexCommand eqref
36032 reference "eq:within"
36033
36034 \end_inset
36035
36036 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
36037 \begin_inset Formula 
36038 \begin{flalign}
36039 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36040 \rho & \textrm{density}\\
36041 V & \textrm{volume}\\
36042 g & \textrm{gravitational acceleration}
36043 \end{array} &  & {}\label{eq:within}
36044 \end{flalign}
36045
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \begin_layout Subsection
36052 アップライト体のギリシャ小文字
36053 \begin_inset CommandInset label
36054 LatexCommand label
36055 name "sub:アップライト体ギリシャ小文字"
36056
36057 \end_inset
36058
36059
36060 \begin_inset Index idx
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Standard
36073 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36074 \begin_inset Formula $\pi$
36075 \end_inset
36076
36077 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36078 \series bold
36079 upgreek.sty
36080 \series default
36081
36082 \begin_inset Foot
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086
36087 \series bold
36088 upgreek
36089 \series default
36090 は、
36091 \series bold
36092 was
36093 \series default
36094
36095 \begin_inset Index idx
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 ぱっけーじ@パッケージ ! was
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105
36106 \backslash
36107 vspace{4mm}
36108 \end_layout
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \end_inset
36116
36117  LaTeXパッケージの一部です。
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \begin_inset Index idx
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127 ぱっけーじ@パッケージ ! upgreek
36128 \end_layout
36129
36130 \end_inset
36131
36132  ファイルを
36133 \end_layout
36134
36135 \begin_layout Standard
36136
36137 \series bold
36138
36139 \backslash
36140 usepackage{upgreek}
36141 \end_layout
36142
36143 \begin_layout Standard
36144 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36145 \begin_inset ERT
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150
36151 \backslash
36152 ifupgreek 
36153 \end_layout
36154
36155 \end_inset
36156
36157
36158 \begin_inset Note Note
36159 status open
36160
36161 \begin_layout Plain Layout
36162 以下の表は、
36163 \series bold
36164 upgreek
36165 \series default
36166  LaTeXパッケージが導入済みのときのみ表示されます。
36167 \end_layout
36168
36169 \end_inset
36170
36171 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36172 \series bold
36173 up
36174 \series default
36175 を付けると作ることができます。たとえば
36176 \series bold
36177
36178 \backslash
36179 uptau
36180 \series default
36181 コマンドは、
36182 \begin_inset Formula $\uptau$
36183 \end_inset
36184
36185 のようになります。
36186 \end_layout
36187
36188 \begin_layout Standard
36189 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36190 \begin_inset Formula 
36191 \[
36192 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36193 \]
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
36202 \end_layout
36203
36204 \begin_layout Standard
36205 \begin_inset ERT
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209
36210
36211 \backslash
36212 else 
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \begin_inset Note Note
36219 status open
36220
36221 \begin_layout Plain Layout
36222 以下は、
36223 \series bold
36224 upgreek
36225 \series default
36226  LaTeXパッケージが導入されていないときのみ表示されます。
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Standard
36235 この小節のすべてを出力で見るには、
36236 \series bold
36237 upgreek
36238 \series default
36239  LaTeXパッケージを導入する必要があります。
36240 \end_layout
36241
36242 \begin_layout Standard
36243 \begin_inset ERT
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247
36248
36249 \backslash
36250 fi 
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Subsection
36259 数式中のテキスト文字
36260 \begin_inset CommandInset label
36261 LatexCommand label
36262 name "sub:数式中のテキスト文字"
36263
36264 \end_inset
36265
36266
36267 \begin_inset Index idx
36268 status collapsed
36269
36270 \begin_layout Plain Layout
36271 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36272 \end_layout
36273
36274 \end_inset
36275
36276
36277 \end_layout
36278
36279 \begin_layout Standard
36280 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36281 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36282 \end_inset
36283
36284 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36285 \series bold
36286
36287 \backslash
36288 cdot
36289 \series default
36290
36291 \begin_inset Foot
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296 \begin_inset CommandInset ref
36297 LatexCommand ref
36298 reference "sub:二項演算子"
36299
36300 \end_inset
36301
36302 節参照。
36303 \end_layout
36304
36305 \end_inset
36306
36307 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36308 \end_layout
36309
36310 \begin_layout Standard
36311
36312 \series bold
36313
36314 \backslash
36315 Declare Inputtext{183}{
36316 \backslash
36317 ifmmode
36318 \backslash
36319 cdot
36320 \backslash
36321 else
36322 \backslash
36323 textperiodcentered
36324 \backslash
36325 f\SpecialChar \textcompwordmark{}
36326 i}
36327 \end_layout
36328
36329 \begin_layout Standard
36330 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36331 \end_layout
36332
36333 \begin_layout Standard
36334 文字エンコーディング(
36335 \family sans
36336 文書\SpecialChar \menuseparator
36337 設定\SpecialChar \menuseparator
36338 言語
36339 \family default
36340 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
36341 \series bold
36342
36343 \backslash
36344 textperiodcentered
36345 \series default
36346 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36347 否かによって、正しいコマンドが自動的に選択されます。
36348 \end_layout
36349
36350 \begin_layout Standard
36351 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36352 \series bold
36353 latin9
36354 \series default
36355 エンコーディングは、LaTeXがインストールされたフォルダにある
36356 \series bold
36357 latin9.def
36358 \series default
36359 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36360 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36361 \end_layout
36362
36363 \begin_layout Standard
36364 \begin_inset VSpace medskip
36365 \end_inset
36366
36367 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36368 \begin_inset Foot
36369 status collapsed
36370
36371 \begin_layout Plain Layout
36372 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36373 \end_layout
36374
36375 \end_inset
36376
36377
36378 \end_layout
36379
36380 \begin_layout Standard
36381
36382 \series bold
36383
36384 \backslash
36385 DeclareInputtext{176}{
36386 \backslash
36387 ifmmode^
36388 \backslash
36389 circ
36390 \backslash
36391 else
36392 \backslash
36393 textdegree
36394 \backslash
36395 f\SpecialChar \textcompwordmark{}
36396 i}
36397 \end_layout
36398
36399 \begin_layout Standard
36400 \begin_inset Newpage newpage
36401 \end_inset
36402
36403
36404 \end_layout
36405
36406 \begin_layout Section
36407 \start_of_appendix
36408 組版上の助言
36409 \begin_inset Index idx
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 くみばんじょうのじょげん@組版上の助言
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \begin_layout Standard
36422 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36423 \begin_inset Foot
36424 status collapsed
36425
36426 \begin_layout Plain Layout
36427 この要約の一部は、ISO規則を取り上げている「Duden」
36428 \begin_inset CommandInset citation
36429 LatexCommand cite
36430 key "Duden"
36431
36432 \end_inset
36433
36434 と呼ばれるドイツの半公的辞書から採られています。
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \end_layout
36441
36442 \begin_layout Itemize
36443 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36444 \begin_inset Foot
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448 書体様式で指定します。第
36449 \begin_inset CommandInset ref
36450 LatexCommand ref
36451 reference "sub:書体様式"
36452
36453 \end_inset
36454
36455 節を参照。
36456 \end_layout
36457
36458 \end_inset
36459
36460 :30
36461 \begin_inset space \thinspace{}
36462 \end_inset
36463
36464 km/h
36465 \begin_inset Newline newline
36466 \end_inset
36467
36468 値と単位の間には、最小空白を入れます。第
36469 \begin_inset CommandInset ref
36470 LatexCommand ref
36471 reference "sub:定義済みの空白"
36472
36473 \end_inset
36474
36475 節を参照。
36476 \begin_inset Newline newline
36477 \end_inset
36478
36479 この慣習は、
36480 \series bold
36481
36482 \backslash
36483 unittwo
36484 \series default
36485 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36486 が得られます:
36487 \begin_inset Formula $\unit[30]{km/h}$
36488 \end_inset
36489
36490
36491 \begin_inset space \thinspace{}
36492 \end_inset
36493
36494 。実は、
36495 \series bold
36496
36497 \backslash
36498 unittwo
36499 \series default
36500 は、LaTeXコマンドの実体ではなく、
36501 \series bold
36502
36503 \backslash
36504 unit[値]{単位}
36505 \series default
36506 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36507 \end_layout
36508
36509 \begin_layout Itemize
36510 百分率記号と千分率記号は、物理単位と同様に組みます:
36511 \begin_inset Newline newline
36512 \end_inset
36513
36514 血中アルコール1,2
36515 \begin_inset space \thinspace{}
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \begin_layout Itemize
36522 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36523 \begin_inset space \thinspace{}
36524 \end_inset
36525
36526 °C
36527 \end_layout
36528
36529 \begin_layout Itemize
36530 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36531 \begin_inset space \thinspace{}
36532 \end_inset
36533
36534 473
36535 \begin_inset space \thinspace{}
36536 \end_inset
36537
36538 588
36539 \end_layout
36540
36541 \begin_layout Itemize
36542 120×90×40
36543 \begin_inset space \thinspace{}
36544 \end_inset
36545
36546 cmのような寸法には、積記号「×」を用います。これは、
36547 \series bold
36548
36549 \backslash
36550 times
36551 \series default
36552 コマンドか、
36553 \family sans
36554 挿入\SpecialChar \menuseparator
36555 特殊文字\SpecialChar \menuseparator
36556 記号
36557 \family default
36558 メニューから入れることができます。
36559 \end_layout
36560
36561 \begin_layout Itemize
36562 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36563 \begin_inset CommandInset ref
36564 LatexCommand ref
36565 reference "sub:定義済み函数"
36566
36567 \end_inset
36568
36569 節を参照。
36570 \end_layout
36571
36572 \begin_layout Itemize
36573 複数の文字を含む指数は、アップライト体にします:
36574 \begin_inset Formula $E_{\mathrm{kin}}$
36575 \end_inset
36576
36577
36578 \begin_inset Newline newline
36579 \end_inset
36580
36581 行列要素はイタリック体にします:
36582 \begin_inset Formula $\hat{H}_{kl}$
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Itemize
36589 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36590 \end_layout
36591
36592 \begin_layout Itemize
36593
36594 \noun on
36595 フーリエ
36596 \noun default
36597 変換を表す文字は、
36598 \series bold
36599
36600 \backslash
36601 mathscr
36602 \begin_inset ERT
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606
36607
36608 \backslash
36609 spce 
36610 \end_layout
36611
36612 \end_inset
36613
36614 {F
36615 \series default
36616 コマンド
36617 \begin_inset Index idx
36618 status collapsed
36619
36620 \begin_layout Plain Layout
36621 こまんど@コマンド! M ! 
36622 \backslash
36623 mathscr
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \family sans
36630 挿入\SpecialChar \menuseparator
36631 特殊文字\SpecialChar \menuseparator
36632 記号\SpecialChar \menuseparator
36633 文字様記号
36634 \family default
36635 メニューの
36636 \begin_inset Formula $\mathscr{F}$
36637 \end_inset
36638
36639 で入れることができます。
36640 \begin_inset Newline newline
36641 \end_inset
36642
36643
36644 \series bold
36645
36646 \backslash
36647 mathscr
36648 \series default
36649 コマンドを使うためには、LaTeXパッケージの
36650 \series bold
36651 mathrsfs
36652 \series default
36653
36654 \begin_inset Index idx
36655 status collapsed
36656
36657 \begin_layout Plain Layout
36658 ぱっけーじ@パッケージ! mathrsfs
36659 \end_layout
36660
36661 \end_inset
36662
36663 を、LaTeXプリアンブルで
36664 \series bold
36665
36666 \backslash
36667 usepackage{mathrsfs}
36668 \series default
36669 として読み込む必要があります。
36670 \end_layout
36671
36672 \begin_layout Standard
36673 \begin_inset Newpage newpage
36674 \end_inset
36675
36676
36677 \end_layout
36678
36679 \begin_layout Section
36680 同義語
36681 \begin_inset Index idx
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685 どうぎご@同義語
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Standard
36694 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36695 \end_layout
36696
36697 \begin_layout Standard
36698 \begin_inset VSpace bigskip
36699 \end_inset
36700
36701
36702 \begin_inset space \hfill{}
36703 \end_inset
36704
36705
36706 \begin_inset Tabular
36707 <lyxtabular version="3" rows="12" columns="2">
36708 <features tabularvalignment="middle">
36709 <column alignment="center" valignment="top" width="0pt">
36710 <column alignment="center" valignment="top" width="0pt">
36711 <row>
36712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36713 \begin_inset Text
36714
36715 \begin_layout Plain Layout
36716 コマンド
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 同義のコマンド
36726 \begin_inset Note Note
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 ここで
36731 \series bold
36732
36733 \backslash
36734 raisebox
36735 \series default
36736 はスペーサーとして使用しているだけです。
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752
36753 \backslash
36754 ast
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763 \begin_inset ERT
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767
36768
36769 \backslash
36770 raisebox{-1.2mm}{
36771 \end_layout
36772
36773 \end_inset
36774
36775 *
36776 \begin_inset ERT
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780
36781 }
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 </row>
36792 <row>
36793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36794 \begin_inset Text
36795
36796 \begin_layout Plain Layout
36797
36798 \backslash
36799 choose
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808
36809 \backslash
36810 binom
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821
36822 \backslash
36823 geq
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832
36833 \backslash
36834 ge
36835 \end_layout
36836
36837 \end_inset
36838 </cell>
36839 </row>
36840 <row>
36841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36842 \begin_inset Text
36843
36844 \begin_layout Plain Layout
36845
36846 \backslash
36847 lbrace
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856 {
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 </row>
36862 <row>
36863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867
36868 \backslash
36869 lbracket
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36875 \begin_inset Text
36876
36877 \begin_layout Plain Layout
36878 [
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 </row>
36884 <row>
36885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36886 \begin_inset Text
36887
36888 \begin_layout Plain Layout
36889
36890 \backslash
36891 leftarrow
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900
36901 \backslash
36902 gets
36903 \end_layout
36904
36905 \end_inset
36906 </cell>
36907 </row>
36908 <row>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Plain Layout
36913
36914 \backslash
36915 leq
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924
36925 \backslash
36926 le
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 </row>
36932 <row>
36933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36934 \begin_inset Text
36935
36936 \begin_layout Plain Layout
36937
36938 \backslash
36939 lor
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948
36949 \backslash
36950 vee
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 <row>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961
36962 \backslash
36963 neq
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972
36973 \backslash
36974 not=
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 </row>
36980 <row>
36981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985
36986 \backslash
36987 slash
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36993 \begin_inset Text
36994
36995 \begin_layout Plain Layout
36996 /
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 </row>
37002 <row>
37003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37004 \begin_inset Text
37005
37006 \begin_layout Plain Layout
37007
37008 \backslash
37009 vert
37010 \end_layout
37011
37012 \end_inset
37013 </cell>
37014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37015 \begin_inset Text
37016
37017 \begin_layout Plain Layout
37018 \begin_inset Formula $|$
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 </row>
37027 </lyxtabular>
37028
37029 \end_inset
37030
37031
37032 \begin_inset space \hfill{}
37033 \end_inset
37034
37035
37036 \begin_inset Tabular
37037 <lyxtabular version="3" rows="12" columns="2">
37038 <features tabularvalignment="middle">
37039 <column alignment="center" valignment="top" width="0pt">
37040 <column alignment="center" valignment="top" width="0pt">
37041 <row>
37042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 コマンド
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 同義のコマンド
37056 \end_layout
37057
37058 \end_inset
37059 </cell>
37060 </row>
37061 <row>
37062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066
37067 \backslash
37068 backslash
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077
37078 \backslash
37079
37080 \backslash
37081
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 </row>
37087 <row>
37088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37089 \begin_inset Text
37090
37091 \begin_layout Plain Layout
37092
37093 \backslash
37094 dasharrow
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103
37104 \backslash
37105 dashrightarrow
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 </row>
37111 <row>
37112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116
37117 \backslash
37118 land
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127
37128 \backslash
37129 wedge
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 </row>
37135 <row>
37136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140
37141 \backslash
37142 rbrace
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151 }
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 </row>
37157 <row>
37158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162
37163 \backslash
37164 rbracket
37165 \end_layout
37166
37167 \end_inset
37168 </cell>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 ]
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row>
37180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184
37185 \backslash
37186 rightarrow
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195
37196 \backslash
37197 to
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 </row>
37203 <row>
37204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208
37209 \backslash
37210 lnot
37211 \end_layout
37212
37213 \end_inset
37214 </cell>
37215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 neg
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232
37233 \backslash
37234 ne
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243
37244 \backslash
37245 not=
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row>
37252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256
37257 \backslash
37258 owns
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267
37268 \backslash
37269 ni
37270 \end_layout
37271
37272 \end_inset
37273 </cell>
37274 </row>
37275 <row>
37276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280
37281 \backslash
37282 square
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291
37292 \backslash
37293 Box
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 <row>
37300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304
37305 \backslash
37306 Vert
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315
37316 \backslash
37317
37318 \begin_inset Formula $|$
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 </row>
37327 </lyxtabular>
37328
37329 \end_inset
37330
37331
37332 \begin_inset space \hfill{}
37333 \end_inset
37334
37335
37336 \end_layout
37337
37338 \begin_layout Standard
37339 \begin_inset Newpage newpage
37340 \end_inset
37341
37342
37343 \end_layout
37344
37345 \begin_layout Bibliography
37346 \labelwidthstring 参考文献
37347 \begin_inset CommandInset bibitem
37348 LatexCommand bibitem
37349 key "TLC2"
37350
37351 \end_inset
37352
37353
37354 \shape smallcaps
37355 Mittelbach, F.
37356  ; Goossens, M.
37357 \shape default
37358
37359 \shape italic
37360 The LaTeX Companion
37361 \shape default
37362 , 2nd ed.
37363  Addison Wesley, 2004
37364 \end_layout
37365
37366 \begin_layout Bibliography
37367 \labelwidthstring 参考文献
37368 \begin_inset CommandInset bibitem
37369 LatexCommand bibitem
37370 key "Mathmode"
37371
37372 \end_inset
37373
37374 LaTeXの数式能力の
37375 \begin_inset CommandInset href
37376 LatexCommand href
37377 name "説明"
37378 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \begin_layout Bibliography
37386 \labelwidthstring 参考文献
37387 \begin_inset CommandInset bibitem
37388 LatexCommand bibitem
37389 key "AMS"
37390
37391 \end_inset
37392
37393
37394 \begin_inset ERT
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398
37399
37400 \backslash
37401 AmS
37402 \end_layout
37403
37404 \end_inset
37405
37406 -LaTeXの
37407 \begin_inset CommandInset href
37408 LatexCommand href
37409 name "説明"
37410 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37411
37412 \end_inset
37413
37414
37415 \end_layout
37416
37417 \begin_layout Bibliography
37418 \labelwidthstring 参考文献
37419 \begin_inset CommandInset bibitem
37420 LatexCommand bibitem
37421 key "Symbols"
37422
37423 \end_inset
37424
37425 LaTeXパッケージで利用できる記号の
37426 \begin_inset CommandInset href
37427 LatexCommand href
37428 name "全覧"
37429 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \begin_layout Bibliography
37437 \labelwidthstring 参考文献
37438 \begin_inset CommandInset bibitem
37439 LatexCommand bibitem
37440 key "cancel"
37441
37442 \end_inset
37443
37444 LaTeX 
37445 \series bold
37446 cancel
37447 \series default
37448
37449 \begin_inset Index idx
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 ぱっけーじ@パッケージ ! cancel
37454 \end_layout
37455
37456 \end_inset
37457
37458 パッケージの
37459 \begin_inset CommandInset href
37460 LatexCommand href
37461 name "取扱説明書"
37462 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \begin_layout Bibliography
37470 \labelwidthstring 参考文献
37471 \begin_inset CommandInset bibitem
37472 LatexCommand bibitem
37473 key "hyperref"
37474
37475 \end_inset
37476
37477 LaTeX 
37478 \series bold
37479 hyperref
37480 \series default
37481
37482 \begin_inset Index idx
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486 ぱっけーじ@パッケージ ! hyperref
37487 \end_layout
37488
37489 \end_inset
37490
37491 パッケージの
37492 \begin_inset CommandInset href
37493 LatexCommand href
37494 name "取扱説明書"
37495 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37496
37497 \end_inset
37498
37499
37500 \end_layout
37501
37502 \begin_layout Bibliography
37503 \labelwidthstring 参考文献
37504 \begin_inset CommandInset bibitem
37505 LatexCommand bibitem
37506 key "mhchem"
37507
37508 \end_inset
37509
37510 LaTeX 
37511 \series bold
37512 mhchem
37513 \series default
37514
37515 \begin_inset Index idx
37516 status collapsed
37517
37518 \begin_layout Plain Layout
37519 ぱっけーじ@パッケージ ! mhchem
37520 \end_layout
37521
37522 \end_inset
37523
37524 パッケージの
37525 \begin_inset CommandInset href
37526 LatexCommand href
37527 name "取扱説明書"
37528 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Bibliography
37536 \labelwidthstring 参考文献
37537 \begin_inset CommandInset bibitem
37538 LatexCommand bibitem
37539 key "Mathclap"
37540
37541 \end_inset
37542
37543
37544 \begin_inset CommandInset ref
37545 LatexCommand ref
37546 reference "sub:演算子の範囲"
37547
37548 \end_inset
37549
37550 節に述べられている
37551 \series bold
37552
37553 \backslash
37554 mathclap
37555 \series default
37556 コマンドの
37557 \begin_inset CommandInset href
37558 LatexCommand href
37559 name "説明"
37560 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37561
37562 \end_inset
37563
37564
37565 \begin_inset Index idx
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569 こまんど@コマンド ! M ! 
37570 \backslash
37571 mathclap
37572 \end_layout
37573
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \begin_layout Bibliography
37580 \labelwidthstring 参考文献
37581 \begin_inset CommandInset bibitem
37582 LatexCommand bibitem
37583 key "Duden"
37584
37585 \end_inset
37586
37587
37588 \emph on
37589 Duden Band 1
37590 \emph default
37591 .
37592  22.
37593  Auflage, Duden 2001
37594 \end_layout
37595
37596 \begin_layout Bibliography
37597 \labelwidthstring 参考文献
37598 \begin_inset CommandInset bibitem
37599 LatexCommand bibitem
37600 key "Checklist"
37601
37602 \end_inset
37603
37604 原稿見直しの
37605 \begin_inset CommandInset href
37606 LatexCommand href
37607 name "チェックリスト"
37608 target "http://physics.nist.gov/Document/checklist.pdf"
37609
37610 \end_inset
37611
37612
37613 \end_layout
37614
37615 \begin_layout Subsubsection*
37616 \begin_inset CommandInset index_print
37617 LatexCommand printindex
37618 type "idx"
37619
37620 \end_inset
37621
37622
37623 \end_layout
37624
37625 \end_body
37626 \end_document