]> git.lyx.org Git - features.git/blob - lib/doc/ja/Math.lyx
Math.lyx: improve description of modulo-functions, fixes #7961
[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 \addto\extrasenglish{
49  \renewcommand{\equationautorefname}{\hspace{-\abc}}
50  \renewcommand{\sectionautorefname}{sec.\negthinspace}
51  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
52  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
53 }
54
55 % don't load packages twice
56 % see first footnote in sec. 9.3
57 \@ifundefined{textcolor}{\usepackage{color}}{}
58
59 % the pages of the TOC are numbered roman
60 % and a PDF-bookmark for the TOC is added
61 \pagenumbering{roman}
62 \let\myTOC\tableofcontents
63 \renewcommand{\tableofcontents}{%
64  \vspace{1cm}
65  \pdfbookmark[1]{\contentsname}{}
66  \myTOC
67  \cleardoublepage
68  \pagenumbering{arabic}}
69
70 % insert additional vertical space of 1.5 mm between footnotes,
71 \let\myFoot\footnote
72 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
73
74 % provides caption formatting
75 %\setkomafont{captionlabel}{\bfseries}
76
77 % used in sec. 23.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values
81 \usepackage{calc}
82
83 % for multiple columns used in sec. 23.7
84 \usepackage{multicol}
85
86 % needed in sec. 19.4
87 \usepackage{remreset}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % needed in sec. 22.4
127 % check for package braket
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % needed in sec. 22.10
135 % check for package upgreek
136 \newboolean{upgreek}
137 \IfFileExists{upgreek.sty}
138  {\usepackage{upgreek}
139   \setboolean{upgreek}{true}}
140  {\setboolean{upgreek}{false}}
141
142 % make pdf bookmark sane with Japanese
143 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options true
147 \maintain_unincluded_children false
148 \language japanese
149 \language_package default
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize default
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX数式説明書"
171 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
172 \pdf_subject "LyXの数式機能に関する説明書"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry true
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
196 \notefontcolor #0000ff
197 \index 索引
198 \shortcut idx
199 \color #008000
200 \end_index
201 \leftmargin 3.5cm
202 \topmargin 3cm
203 \rightmargin 3cm
204 \bottommargin 3.5cm
205 \secnumdepth 4
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle plain
213 \tracking_changes false
214 \output_changes false
215 \html_math_output 0
216 \html_css_as_file 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyXの数式詳細説明書
224 \end_layout
225
226 \begin_layout Author
227 LyXプロジェクトチーム
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
234 \family typewriter
235
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \family default
246 までお知らせください。
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 著者:Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 第2.0.x版
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
289 \series bold
290 braket
291 \series default
292
293 \series bold
294 cancel
295 \series default
296
297 \series bold
298 eurosym
299 \series default
300
301 \series bold
302 mathdots
303 \series default
304
305 \series bold
306 mhchem
307 \series default
308
309 \series bold
310 was
311 \series default
312 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
313 \series bold
314 mhchem
315 \series default
316 が導入されていないと、本ファイルを書き出すことができません。
317 \end_layout
318
319 \begin_layout Plain Layout
320 この文書の最新のPDF版は
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \series default
332 にあります。
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Standard
341 \begin_inset Newpage newpage
342 \end_inset
343
344
345 \end_layout
346
347 \begin_layout Section
348 はじめに
349 \end_layout
350
351 \begin_layout Standard
352 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
353 使用を念頭に置いています。したがって、ユーザーの手引きの
354 \family typewriter
355 数式
356 \family default
357 の節をすでにお読みになっていることを前提としています。
358 \end_layout
359
360 \begin_layout Standard
361 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
362 \family sans
363 挿入\SpecialChar \menuseparator
364 数式
365 \family default
366 メニューか
367 \family sans
368 数式ツールバー
369 \family default
370 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
371 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
372 \end_layout
373
374 \begin_layout Standard
375 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
376 \family sans
377 文書\SpecialChar \menuseparator
378 設定\SpecialChar \menuseparator
379 数式オプション
380 \family default
381 メニュー)で
382 \family sans
383 AMS mathパッケージを使う
384 \family default
385 オプションを有効にしなくてはなりません
386 \begin_inset Foot
387 status collapsed
388
389 \begin_layout Plain Layout
390
391 \family sans
392 AMS mathパッケージを自動的に使う
393 \family default
394 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400
401 \backslash
402 AmS 
403 \end_layout
404
405 \end_inset
406
407 -mathパッケージを使用します。
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 説明を明瞭にするために、この文書はすべての
417 \begin_inset ERT
418 status collapsed
419
420 \begin_layout Plain Layout
421
422
423 \backslash
424 AmS 
425 \end_layout
426
427 \end_inset
428
429 -mathコマンド
430 \begin_inset Foot
431 status collapsed
432
433 \begin_layout Plain Layout
434 すべての
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS
443 \end_layout
444
445 \end_inset
446
447 -mathコマンドの一覧は、
448 \family sans
449
450 \begin_inset CommandInset href
451 LatexCommand href
452 name "amsguide.ps"
453 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
454
455 \end_inset
456
457
458 \family default
459 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
460 \end_layout
461
462 \end_inset
463
464 を列挙はしません。
465 \end_layout
466
467 \begin_layout Section
468 一般的な説明
469 \end_layout
470
471 \begin_layout Standard
472 本文に埋め込まれた行内数式
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 すうしき ! ぎょうない @ 数式 ! 行内
478 \end_layout
479
480 \end_inset
481
482 を作成するには、短絡キー
483 \begin_inset Info
484 type  "shortcuts"
485 arg   "math-mode"
486 \end_inset
487
488 のうちのいずれか、あるいはツールバーボタン
489 \begin_inset Graphics
490         filename ../../images/math-mode.png
491         scale 85
492
493 \end_inset
494
495 を使用してください。
496 \begin_inset Newline newline
497 \end_inset
498
499 大きく別の段落として表示される別行建て数式
500 \begin_inset Index idx
501 status collapsed
502
503 \begin_layout Plain Layout
504 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
505 \end_layout
506
507 \end_inset
508
509 を作成するには、
510 \begin_inset Info
511 type  "shortcuts"
512 arg   "math-display"
513 \end_inset
514
515 のうちいずれかの短絡キーを使用して下さい。
516 \end_layout
517
518 \begin_layout Standard
519 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-mode"
523 \end_inset
524
525 のいずれかの短絡キーか、
526 \family sans
527 編集\SpecialChar \menuseparator
528 数式\SpecialChar \menuseparator
529 数式の表記を変更
530 \family default
531 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
532 \end_layout
533
534 \begin_layout Standard
535 行内数式の一部を別行建て数式の大きさで表示するには、
536 \series bold
537
538 \backslash
539 displaystyle
540 \begin_inset Index idx
541 status collapsed
542
543 \begin_layout Plain Layout
544
545 \size normal
546 こまんど@コマンド ! D ! 
547 \backslash
548 displaystyle
549 \end_layout
550
551 \end_inset
552
553
554 \series default
555 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
556 \end_layout
557
558 \begin_layout Standard
559 表の中では、行内数式のみの使用が許されています。
560 \end_layout
561
562 \begin_layout Standard
563
564 \family sans
565 数式ツールバー
566 \family default
567 は、
568 \family sans
569 表示\SpecialChar \menuseparator
570 ツールバー
571 \family default
572 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
573 \family sans
574 ツールバー
575 \family default
576 メニューの中ではチェック印で表されます。この状態から、
577 \family sans
578 ツールバー
579 \family default
580 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
581 数式(自動)」に変わることで表されます。
582 \end_layout
583
584 \begin_layout Standard
585 TeXモード
586 \begin_inset Index idx
587 status collapsed
588
589 \begin_layout Plain Layout
590 T@TeXモード
591 \end_layout
592
593 \end_inset
594
595 は、ツールバーボタン
596 \begin_inset Graphics
597         filename ../../images/ert-insert.png
598         scale 85
599
600 \end_inset
601
602 を押すか、
603 \family sans
604 挿入\SpecialChar \menuseparator
605 Te
606 \begin_inset ERT
607 status collapsed
608
609 \begin_layout Plain Layout
610
611 {}
612 \end_layout
613
614 \end_inset
615
616 Xコード
617 \family default
618 (短絡キー
619 \begin_inset Info
620 type  "shortcut"
621 arg   "ert-insert"
622 \end_inset
623
624 )メニューを使うことで、起動できます。
625 \begin_inset Note Note
626 status collapsed
627
628 \begin_layout Plain Layout
629 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
630 のを防ぐために、ここではTeX括弧が挿入されています。
631 \end_layout
632
633 \end_inset
634
635
636 \end_layout
637
638 \begin_layout Standard
639 LaTeXプリアンブル
640 \begin_inset Index idx
641 status collapsed
642
643 \begin_layout Plain Layout
644 L@LaTeXプリアンブル
645 \end_layout
646
647 \end_inset
648
649 を変更するには、
650 \family sans
651 文書\SpecialChar \menuseparator
652 設定\SpecialChar \menuseparator
653 LaT
654 \begin_inset ERT
655 status collapsed
656
657 \begin_layout Plain Layout
658
659 {}
660 \end_layout
661
662 \end_inset
663
664 eXプリアンブル
665 \family default
666 メニューを使用してください。
667 \end_layout
668
669 \begin_layout Standard
670 行列や場合分け、多行数式を続けて編集するには、
671 \family sans
672 編集\SpecialChar \menuseparator
673 数式
674 \family default
675 メニューと
676 \family sans
677 編集\SpecialChar \menuseparator
678 行と列
679 \family default
680 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
681 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
682 \end_layout
683
684 \begin_layout Standard
685 数式内で文章を書く
686 \begin_inset Foot
687 status collapsed
688
689 \begin_layout Plain Layout
690 多行数式では、
691 \series bold
692
693 \backslash
694 intertext
695 \series default
696 コマンドが使用されます。
697 \begin_inset CommandInset ref
698 LatexCommand ref
699 reference "sub:多行数式中のテキスト"
700
701 \end_inset
702
703 を参照のこと。
704 \end_layout
705
706 \end_inset
707
708 には、
709 \emph on
710 数式テキスト
711 \emph default
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 てきすと ! すうしきないの @ テキスト ! 数式内の
718 \end_layout
719
720 \end_inset
721
722
723 \begin_inset Index idx
724 status collapsed
725
726 \begin_layout Plain Layout
727 すうしきてきすと @ 数式テキスト
728 \end_layout
729
730 \end_inset
731
732 が使用されます。このモードには、短絡キー
733 \begin_inset Info
734 type  "shortcut"
735 arg   "math-mode"
736 \end_inset
737
738 を使うか、
739 \series bold
740
741 \backslash
742 text
743 \series default
744
745 \begin_inset Index idx
746 status collapsed
747
748 \begin_layout Plain Layout
749 こまんど @ コマンド ! T ! 
750 \backslash
751 text
752 \end_layout
753
754 \end_inset
755
756 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
757 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
758 \end_layout
759
760 \begin_layout Subsection*
761 コマンドの構成
762 \end_layout
763
764 \begin_layout Standard
765 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
766 \end_layout
767
768 \begin_layout Standard
769
770 \series bold
771
772 \backslash
773 コマンド名[非必須引数]{必須引数}
774 \end_layout
775
776 \begin_layout Standard
777 コマンドは、つねにバックスラッシュ「
778 \series bold
779
780 \backslash
781
782 \series default
783 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 T@TeX括弧
789 \end_layout
790
791 \end_inset
792
793 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
794 \series bold
795
796 \backslash
797 {
798 \series default
799 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
800 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
801 \end_layout
802
803 \begin_layout Standard
804 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
805 \emph on
806 かならず
807 \emph default
808 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
809 ん。
810 \end_layout
811
812 \begin_layout Standard
813 保護された空白は、
814 \begin_inset Info
815 type  "shortcut"
816 arg   "space-insert protected"
817 \end_inset
818
819 で入力できます。
820 \end_layout
821
822 \begin_layout Subsection*
823 \begin_inset Newpage newpage
824 \end_inset
825
826 文法の説明
827 \end_layout
828
829 \begin_layout Itemize
830 記号
831 \begin_inset Foot
832 status collapsed
833
834 \begin_layout Plain Layout
835 この可視化された空白文字は、
836 \series bold
837
838 \backslash
839 textvisiblespace
840 \series default
841
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 こまんど@コマンド ! T ! 
847 \backslash
848 textvisiblespace
849 \end_layout
850
851 \end_inset
852
853 コマンドをTeXモード中に挿入することで作ることができます。
854 \end_layout
855
856 \end_inset
857
858
859 \begin_inset ERT
860 status collapsed
861
862 \begin_layout Plain Layout
863
864
865 \backslash
866 spce 
867 \end_layout
868
869 \end_inset
870
871 は、空白文字を入力することを表します。
872 \end_layout
873
874 \begin_layout Itemize
875 \begin_inset Formula $\to$
876 \end_inset
877
878 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
879 \end_layout
880
881 \begin_layout Subsection*
882 使用できる単位
883 \end_layout
884
885 \begin_layout Standard
886 \align center
887 \begin_inset Float table
888 placement H
889 wide false
890 sideways false
891 status open
892
893 \begin_layout Plain Layout
894 \align center
895 \begin_inset Caption
896
897 \begin_layout Plain Layout
898 \begin_inset CommandInset label
899 LatexCommand label
900 name "tab:使用できる単位"
901
902 \end_inset
903
904 使用できる単位
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Plain Layout
913 \align center
914 \begin_inset Tabular
915 <lyxtabular version="3" rows="13" columns="2">
916 <features tabularvalignment="middle">
917 <column alignment="center" valignment="top" width="0">
918 <column alignment="center" valignment="top" width="0">
919 <row>
920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
921 \begin_inset Text
922
923 \begin_layout Plain Layout
924 単位
925 \end_layout
926
927 \end_inset
928 </cell>
929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
930 \begin_inset Text
931
932 \begin_layout Plain Layout
933 名称/摘要
934 \end_layout
935
936 \end_inset
937 </cell>
938 </row>
939 <row>
940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
941 \begin_inset Text
942
943 \begin_layout Plain Layout
944 mm
945 \end_layout
946
947 \end_inset
948 </cell>
949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
950 \begin_inset Text
951
952 \begin_layout Plain Layout
953 ミリメートル
954 \end_layout
955
956 \end_inset
957 </cell>
958 </row>
959 <row>
960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
961 \begin_inset Text
962
963 \begin_layout Plain Layout
964 cm
965 \end_layout
966
967 \end_inset
968 </cell>
969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
970 \begin_inset Text
971
972 \begin_layout Plain Layout
973 センチメートル
974 \end_layout
975
976 \end_inset
977 </cell>
978 </row>
979 <row>
980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
981 \begin_inset Text
982
983 \begin_layout Plain Layout
984 in
985 \end_layout
986
987 \end_inset
988 </cell>
989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
990 \begin_inset Text
991
992 \begin_layout Plain Layout
993 インチ
994 \end_layout
995
996 \end_inset
997 </cell>
998 </row>
999 <row>
1000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 pt
1005 \end_layout
1006
1007 \end_inset
1008 </cell>
1009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 ポイント (72.27
1014 \begin_inset Formula $\,$
1015 \end_inset
1016
1017 pt = 1
1018 \begin_inset Formula $\,$
1019 \end_inset
1020
1021 in)
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 </row>
1027 <row>
1028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1029 \begin_inset Text
1030
1031 \begin_layout Plain Layout
1032 pc
1033 \end_layout
1034
1035 \end_inset
1036 </cell>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 パイカ (1
1042 \begin_inset Formula $\,$
1043 \end_inset
1044
1045 pc = 12
1046 \begin_inset Formula $\,$
1047 \end_inset
1048
1049 pt)
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 </row>
1055 <row>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 sp
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 スケールポイント (65536
1070 \begin_inset Formula $\,$
1071 \end_inset
1072
1073 sp = 1
1074 \begin_inset Formula $\,$
1075 \end_inset
1076
1077 pt)
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 </row>
1083 <row>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 bp
1089 \end_layout
1090
1091 \end_inset
1092 </cell>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 ビッグポイント (72
1098 \begin_inset Formula $\,$
1099 \end_inset
1100
1101 bp = 1
1102 \begin_inset Formula $\,$
1103 \end_inset
1104
1105 in)
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 </row>
1111 <row>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 dd
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 ディドー (72
1126 \begin_inset Formula $\,$
1127 \end_inset
1128
1129 dd 
1130 \begin_inset Formula $\approx$
1131 \end_inset
1132
1133  37.6
1134 \begin_inset Formula $\,$
1135 \end_inset
1136
1137 mm)
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 cc
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 シセロ (1
1158 \begin_inset Formula $\,$
1159 \end_inset
1160
1161 cc = 12
1162 \begin_inset Formula $\,$
1163 \end_inset
1164
1165 dd)
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 </row>
1171 <row>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 ex
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 現在のフォントの文字「x」の高さ
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 em
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 現在のフォントの文字「M」の幅
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 </row>
1211 <row>
1212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 mu
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 数式単位(1
1226 \begin_inset space \thinspace{}
1227 \end_inset
1228
1229 mu = 
1230 \begin_inset Formula $\nicefrac{1}{18}$
1231 \end_inset
1232
1233
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 em)
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 </row>
1243 </lyxtabular>
1244
1245 \end_inset
1246
1247
1248 \end_layout
1249
1250 \end_inset
1251
1252
1253 \end_layout
1254
1255 \begin_layout Standard
1256 \begin_inset Newpage newpage
1257 \end_inset
1258
1259
1260 \end_layout
1261
1262 \begin_layout Section
1263 基礎的な函数
1264 \end_layout
1265
1266 \begin_layout Subsection
1267 指数
1268 \begin_inset Index idx
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 しすう@指数
1273 \end_layout
1274
1275 \end_inset
1276
1277 および添字
1278 \begin_inset Index idx
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282 そえじ@添字
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \begin_inset Index idx
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292 うえつきもじ@上付き文字|see
1293 \begin_inset ERT
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297
1298 {
1299 \end_layout
1300
1301 \end_inset
1302
1303 指数
1304 \begin_inset ERT
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308
1309 }
1310 \end_layout
1311
1312 \end_inset
1313
1314
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset Index idx
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 したつきもじ@下付き文字|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 添字
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \begin_layout Standard
1355 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1356 \begin_inset Graphics
1357         filename ../../images/math-subscript.png
1358         scale 85
1359
1360 \end_inset
1361
1362 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1363 \begin_inset Graphics
1364         filename ../../images/math-superscript.png
1365         scale 85
1366
1367 \end_inset
1368
1369 を使って入力することができます。
1370 \end_layout
1371
1372 \begin_layout Standard
1373 \align center
1374 \begin_inset Tabular
1375 <lyxtabular version="3" rows="4" columns="2">
1376 <features tabularvalignment="middle">
1377 <column alignment="center" valignment="top" width="0pt">
1378 <column alignment="center" valignment="top" width="0pt">
1379 <row>
1380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 コマンド
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1390 \begin_inset Text
1391
1392 \begin_layout Plain Layout
1393 結果
1394 \begin_inset Note Note
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 ここで使われている
1399 \series bold
1400
1401 \backslash
1402 raisebox
1403 \series default
1404 は単なるスペーサーです。
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413 </cell>
1414 </row>
1415 <row>
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 B_V
1421 \end_layout
1422
1423 \end_inset
1424 </cell>
1425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1426 \begin_inset Text
1427
1428 \begin_layout Plain Layout
1429 \begin_inset Formula $B_{V}$
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 </row>
1438 <row>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 B^V
1444 \end_layout
1445
1446 \end_inset
1447 </cell>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1453 \end_inset
1454
1455
1456 \end_layout
1457
1458 \end_inset
1459 </cell>
1460 </row>
1461 <row>
1462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 B^
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472
1473 \backslash
1474 spce 
1475 \end_layout
1476
1477 \end_inset
1478
1479 A
1480 \end_layout
1481
1482 \end_inset
1483 </cell>
1484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Plain Layout
1488 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1489 \end_inset
1490
1491
1492 \end_layout
1493
1494 \end_inset
1495 </cell>
1496 </row>
1497 </lyxtabular>
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \begin_layout Standard
1505 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1506 ってしまいます
1507 \begin_inset Foot
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1512 \end_layout
1513
1514 \end_inset
1515
1516 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1517 \family sans
1518 Space
1519 \family default
1520 を押してください。
1521 \end_layout
1522
1523 \begin_layout Subsection
1524 分数
1525 \begin_inset CommandInset label
1526 LatexCommand label
1527 name "sub:分数"
1528
1529 \end_inset
1530
1531
1532 \begin_inset Index idx
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 ぶんすう@分数
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \begin_layout Standard
1545 分数は、コマンド
1546 \series bold
1547
1548 \backslash
1549 frac
1550 \series default
1551
1552 \begin_inset Index idx
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 こまんど@コマンド ! F ! 
1557 \backslash
1558 frac
1559 \end_layout
1560
1561 \end_inset
1562
1563 か数式ツールバーボタン
1564 \begin_inset Graphics
1565         filename ../../images/math/frac.png
1566         scale 50
1567
1568 \end_inset
1569
1570 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1571 \begin_inset Graphics
1572         filename ../../images/math/frac-square.png
1573         scale 85
1574
1575 \end_inset
1576
1577 を使えば、分数の種類を選ぶことができます。
1578 \end_layout
1579
1580 \begin_layout Standard
1581 コマンド
1582 \series bold
1583
1584 \backslash
1585 dfrac
1586 \series default
1587
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 こまんど@コマンド ! D ! 
1593 \backslash
1594 dfrac
1595 \end_layout
1596
1597 \end_inset
1598
1599 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1600 \series bold
1601
1602 \backslash
1603 tfrac
1604 \series default
1605
1606 \begin_inset Index idx
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 こまんど@コマンド ! T ! 
1611 \backslash
1612 tfrac
1613 \end_layout
1614
1615 \end_inset
1616
1617 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1618 \end_layout
1619
1620 \begin_layout Standard
1621 これは、コマンド
1622 \series bold
1623
1624 \backslash
1625 frac
1626 \series default
1627 を使用して作った分数
1628 \begin_inset Formula $\frac{1}{2}$
1629 \end_inset
1630
1631 を含む行です。
1632 \end_layout
1633
1634 \begin_layout Standard
1635 これは、コマンド
1636 \series bold
1637
1638 \backslash
1639 dfrac
1640 \series default
1641 を使用して作った分数
1642 \begin_inset Formula $\dfrac{1}{2}$
1643 \end_inset
1644
1645 を含む行です。
1646 \end_layout
1647
1648 \begin_layout Standard
1649 \align center
1650 \begin_inset Tabular
1651 <lyxtabular version="3" rows="4" columns="2">
1652 <features tabularvalignment="middle">
1653 <column alignment="center" valignment="top" width="0pt">
1654 <column alignment="center" valignment="top" width="0pt">
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660 コマンド
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669 出力
1670 \begin_inset Note Note
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 ここで
1675 \series bold
1676
1677 \backslash
1678 raisebox
1679 \series default
1680 はスペーサーとして使用しているだけです。
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 </row>
1691 <row>
1692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696
1697 \backslash
1698 frac
1699 \begin_inset ERT
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703
1704
1705 \backslash
1706 spce 
1707 \end_layout
1708
1709 \end_inset
1710
1711 A
1712 \begin_inset Formula $\downarrow$
1713 \end_inset
1714
1715 B
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1725 \end_inset
1726
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 </row>
1733 <row>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \backslash
1740 dfrac
1741 \begin_inset ERT
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745
1746
1747 \backslash
1748 spce 
1749 \end_layout
1750
1751 \end_inset
1752
1753 A
1754 \begin_inset Formula $\downarrow$
1755 \end_inset
1756
1757 B
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 </row>
1775 <row>
1776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \backslash
1782 dfrac
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788
1789 \backslash
1790 spce 
1791 \end_layout
1792
1793 \end_inset
1794
1795 e^
1796 \begin_inset ERT
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801
1802 \backslash
1803 spce 
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \backslash
1810 frac
1811 \begin_inset ERT
1812 status collapsed
1813
1814 \begin_layout Plain Layout
1815
1816
1817 \backslash
1818 spce 
1819 \end_layout
1820
1821 \end_inset
1822
1823 1
1824 \begin_inset Formula $\downarrow$
1825 \end_inset
1826
1827 2
1828 \begin_inset Formula $\downarrow\downarrow$
1829 \end_inset
1830
1831 3
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 </lyxtabular>
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \begin_layout Standard
1857 \begin_inset VSpace bigskip
1858 \end_inset
1859
1860
1861 \begin_inset Newpage newpage
1862 \end_inset
1863
1864 入れ子の分数を作るには、コマンド
1865 \series bold
1866
1867 \backslash
1868 cfrac
1869 \series default
1870
1871 \begin_inset Index idx
1872 status collapsed
1873
1874 \begin_layout Plain Layout
1875 こまんど@コマンド ! C ! 
1876 \backslash
1877 cfrac
1878 \end_layout
1879
1880 \end_inset
1881
1882 が使えます。以下がその例です。
1883 \begin_inset VSpace -3mm
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \begin_layout Standard
1890 \begin_inset Formula 
1891 \begin{align*}
1892 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1893 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1894 \end{align*}
1895
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \begin_layout Standard
1902 上記の例で使用したコマンドは、
1903 \end_layout
1904
1905 \begin_layout Standard
1906
1907 \series bold
1908
1909 \backslash
1910 cfrac
1911 \begin_inset ERT
1912 status collapsed
1913
1914 \begin_layout Plain Layout
1915
1916
1917 \backslash
1918 space 
1919 \end_layout
1920
1921 \end_inset
1922
1923 A
1924 \begin_inset Formula $\downarrow$
1925 \end_inset
1926
1927 B+
1928 \backslash
1929 cfrac
1930 \begin_inset ERT
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934
1935
1936 \backslash
1937 space 
1938 \end_layout
1939
1940 \end_inset
1941
1942 C+
1943 \backslash
1944 cfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 space 
1953 \end_layout
1954
1955 \end_inset
1956
1957 E
1958 \begin_inset Formula $\downarrow$
1959 \end_inset
1960
1961 F
1962 \begin_inset Formula $\downarrow$
1963 \end_inset
1964
1965 D
1966 \end_layout
1967
1968 \begin_layout Standard
1969 です。
1970 \end_layout
1971
1972 \begin_layout Standard
1973 \begin_inset VSpace medskip
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \begin_layout Standard
1980
1981 \series bold
1982
1983 \backslash
1984 cfrac
1985 \series default
1986 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1987 \end_layout
1988
1989 \begin_layout Standard
1990 分子の揃え方は、指定することができます。
1991 \series bold
1992
1993 \backslash
1994 cfracleft
1995 \series default
1996 コマンドは左揃えにし、
1997 \series bold
1998
1999 \backslash
2000 cfracright
2001 \series default
2002 は右揃えにします。
2003 \series bold
2004
2005 \backslash
2006 cfrac
2007 \series default
2008 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012
2013 \series bold
2014
2015 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2016 \end_inset
2017
2018
2019 \begin_inset Formula $\cfrac{A}{B+C}$
2020 \end_inset
2021
2022
2023 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2024 \end_inset
2025
2026
2027 \end_layout
2028
2029 \begin_layout Standard
2030 \begin_inset Note Greyedout
2031 status open
2032
2033 \begin_layout Plain Layout
2034
2035 \series bold
2036 (註)
2037 \backslash
2038 cfracleft
2039 \series default
2040
2041 \series bold
2042
2043 \backslash
2044 cfracright
2045 \series default
2046 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2047 \series bold
2048
2049 \backslash
2050 cfrac[揃え位置]{分子}{分母}
2051 \series default
2052 です。したがって、これらをTeXモードで使うことはできません。
2053 \end_layout
2054
2055 \end_inset
2056
2057
2058 \end_layout
2059
2060 \begin_layout Standard
2061 \begin_inset VSpace medskip
2062 \end_inset
2063
2064 ときに、以下のように
2065 \series bold
2066
2067 \backslash
2068 cfrac
2069 \series default
2070
2071 \series bold
2072
2073 \backslash
2074 frac
2075 \series default
2076 を組み合わせて使うと便利です。
2077 \begin_inset Formula 
2078 \[
2079 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2080 \]
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 斜めの分数線を持つ行内分数を作るには、コマンド
2089 \series bold
2090
2091 \backslash
2092 nicefrac
2093 \series default
2094
2095 \begin_inset Index idx
2096 status collapsed
2097
2098 \begin_layout Plain Layout
2099 こまんど@コマンド ! N ! 
2100 \backslash
2101 nicefrac
2102 \end_layout
2103
2104 \end_inset
2105
2106 (例:
2107 \begin_inset Formula $\nicefrac{5}{31}$
2108 \end_inset
2109
2110 )を使うか、コマンド
2111 \series bold
2112
2113 \backslash
2114 unitfrac
2115 \series default
2116
2117 \begin_inset Index idx
2118 status collapsed
2119
2120 \begin_layout Plain Layout
2121 こまんど@コマンド ! U ! 
2122 \backslash
2123 unitfrac
2124 \end_layout
2125
2126 \end_inset
2127
2128 (例:
2129 \begin_inset Formula $\unitfrac{5}{31}$
2130 \end_inset
2131
2132 )を使います。さらに、
2133 \begin_inset Formula $\unitfrac[2]{1}{3}$
2134 \end_inset
2135
2136 のような帯分数を作るコマンド
2137 \series bold
2138
2139 \backslash
2140 unitfracthree
2141 \series default
2142 もあります。
2143 \end_layout
2144
2145 \begin_layout Standard
2146 \begin_inset Note Greyedout
2147 status open
2148
2149 \begin_layout Plain Layout
2150
2151 \series bold
2152 (註)
2153 \series default
2154 実は、
2155 \series bold
2156
2157 \backslash
2158 unitfracthree
2159 \series default
2160 は生粋のLaTeXコマンドではなく、実体は
2161 \begin_inset Newline newline
2162 \end_inset
2163
2164
2165 \series bold
2166
2167 \backslash
2168 unitfrac[自然数]{分子}{分母}
2169 \series default
2170 というコマンドなので、TeXコードでは使用できません。
2171 \end_layout
2172
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 分数線を変更できるような独自の分数の定義のしかたは、第
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "sub:自己定義の分数"
2183
2184 \end_inset
2185
2186 節に説明があります。
2187 \end_layout
2188
2189 \begin_layout Subsection
2190 根号
2191 \begin_inset Index idx
2192 status collapsed
2193
2194 \begin_layout Plain Layout
2195 こんごう@根号
2196 \end_layout
2197
2198 \end_inset
2199
2200
2201 \begin_inset Index idx
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205 るーと@ルート|see
2206 \begin_inset ERT
2207 status collapsed
2208
2209 \begin_layout Plain Layout
2210
2211 {
2212 \end_layout
2213
2214 \end_inset
2215
2216 根号
2217 \begin_inset ERT
2218 status collapsed
2219
2220 \begin_layout Plain Layout
2221
2222 }
2223 \end_layout
2224
2225 \end_inset
2226
2227
2228 \end_layout
2229
2230 \end_inset
2231
2232
2233 \end_layout
2234
2235 \begin_layout Standard
2236 平方根は、
2237 \series bold
2238
2239 \backslash
2240 sqrt
2241 \series default
2242
2243 \begin_inset Index idx
2244 status collapsed
2245
2246 \begin_layout Plain Layout
2247 こまんど@コマンド ! S ! 
2248 \backslash
2249 sqrt
2250 \end_layout
2251
2252 \end_inset
2253
2254 か数式ツールバーボタン
2255 \begin_inset Graphics
2256         filename ../../images/math/sqrt.png
2257         scale 85
2258
2259 \end_inset
2260
2261 で作成することができ、他のすべての根号は、コマンド
2262 \series bold
2263
2264 \backslash
2265 root
2266 \series default
2267
2268 \begin_inset Index idx
2269 status collapsed
2270
2271 \begin_layout Plain Layout
2272 こまんど@コマンド ! R ! 
2273 \backslash
2274 root
2275 \end_layout
2276
2277 \end_inset
2278
2279 か数式ツールバーボタン
2280 \begin_inset Graphics
2281         filename ../../images/math/root.png
2282         scale 85
2283
2284 \end_inset
2285
2286 で作成することができます。
2287 \end_layout
2288
2289 \begin_layout Standard
2290 \align center
2291 \begin_inset Tabular
2292 <lyxtabular version="3" rows="3" columns="2">
2293 <features tabularvalignment="middle">
2294 <column alignment="center" valignment="top" width="0pt">
2295 <column alignment="center" valignment="top" width="0pt">
2296 <row>
2297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2298 \begin_inset Text
2299
2300 \begin_layout Plain Layout
2301 コマンド
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310 出力
2311 \begin_inset Note Note
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 ここで
2316 \series bold
2317
2318 \backslash
2319 raisebox
2320 \series default
2321 はスペーサーとして使用しているだけです。
2322 \end_layout
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \backslash
2339 sqrt
2340 \begin_inset ERT
2341 status collapsed
2342
2343 \begin_layout Plain Layout
2344
2345
2346 \backslash
2347 spce 
2348 \end_layout
2349
2350 \end_inset
2351
2352 A-B
2353 \end_layout
2354
2355 \end_inset
2356 </cell>
2357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2362 \end_inset
2363
2364
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 </row>
2370 <row>
2371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \backslash
2377 root
2378 \begin_inset ERT
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382
2383
2384 \backslash
2385 spce 
2386 \end_layout
2387
2388 \end_inset
2389
2390 3
2391 \begin_inset Formula $\downarrow$
2392 \end_inset
2393
2394 A-B
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 </row>
2412 </lyxtabular>
2413
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \begin_layout Standard
2420 平方根は、根号指数フィールドを空白のままにしておけば、
2421 \series bold
2422
2423 \backslash
2424 root
2425 \series default
2426 でも作成することができます。
2427 \end_layout
2428
2429 \begin_layout Standard
2430 \begin_inset Formula $\sqrt[\beta]{B}$
2431 \end_inset
2432
2433 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2434 \begin_inset Newline newline
2435 \end_inset
2436
2437 この場合には、
2438 \begin_inset Formula $\beta$
2439 \end_inset
2440
2441 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2442 \series bold
2443
2444 \backslash
2445 leftroot
2446 \series default
2447
2448 \begin_inset Index idx
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 こまんど@コマンド ! L ! 
2453 \backslash
2454 leftroot
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \series bold
2461
2462 \backslash
2463 uproot
2464 \series default
2465
2466 \begin_inset Index idx
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 こまんど@コマンド ! U ! 
2471 \backslash
2472 uproot
2473 \end_layout
2474
2475 \end_inset
2476
2477 を使います。
2478 \end_layout
2479
2480 \begin_layout Standard
2481
2482 \series bold
2483
2484 \backslash
2485 leftroot{距離}
2486 \series default
2487 および
2488 \series bold
2489
2490 \backslash
2491 uproot{距離}
2492 \end_layout
2493
2494 \begin_layout Standard
2495 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2496 \begin_inset Formula $\mathrm{72\, bp=1}$
2497 \end_inset
2498
2499 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2500 \begin_inset Newline newline
2501 \end_inset
2502
2503
2504 \series bold
2505
2506 \backslash
2507 root
2508 \backslash
2509 leftroot{-1
2510 \begin_inset Formula $\to$
2511 \end_inset
2512
2513
2514 \backslash
2515 uproot{2
2516 \begin_inset Formula $\to$
2517 \end_inset
2518
2519
2520 \backslash
2521 beta
2522 \begin_inset ERT
2523 status collapsed
2524
2525 \begin_layout Plain Layout
2526
2527
2528 \backslash
2529 spce 
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \begin_inset Formula $\to$
2536 \end_inset
2537
2538 B
2539 \begin_inset Newline newline
2540 \end_inset
2541
2542
2543 \series default
2544 は、正しく組版された数式
2545 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2546 \end_inset
2547
2548 を生成します。
2549 \end_layout
2550
2551 \begin_layout Subsection
2552 二項係数
2553 \begin_inset Index idx
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 にこうけいすう@二項係数
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \begin_layout Standard
2566 二項係数は、コマンド
2567 \series bold
2568
2569 \backslash
2570 binom
2571 \series default
2572
2573 \begin_inset Index idx
2574 status collapsed
2575
2576 \begin_layout Plain Layout
2577 こまんど@コマンド ! B ! 
2578 \backslash
2579 binom
2580 \end_layout
2581
2582 \end_inset
2583
2584 か数式ツールバーボタン
2585 \begin_inset Graphics
2586         filename ../../images/math/frac-square.png
2587         scale 85
2588
2589 \end_inset
2590
2591 の下位メニューを使って挿入することができます。分数(
2592 \series bold
2593
2594 \backslash
2595 frac
2596 \series default
2597 )と同様に、
2598 \series bold
2599
2600 \backslash
2601 binom
2602 \series default
2603 の他に、コマンド
2604 \series bold
2605
2606 \backslash
2607 dbinom
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 こまんど@コマンド ! D ! 
2613 \backslash
2614 dbinom
2615 \end_layout
2616
2617 \end_inset
2618
2619
2620 \series default
2621 および
2622 \series bold
2623
2624 \backslash
2625 tbinom
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 こまんど@コマンド ! T ! 
2633 \backslash
2634 tbinom
2635 \end_layout
2636
2637 \end_inset
2638
2639 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2640 \series bold
2641
2642 \backslash
2643 brace
2644 \series default
2645
2646 \begin_inset Index idx
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 こまんど@コマンド ! B ! 
2651 \backslash
2652 brace
2653 \end_layout
2654
2655 \end_inset
2656
2657
2658 \series bold
2659
2660 \backslash
2661 brack
2662 \series default
2663
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 こまんど@コマンド ! B ! 
2669 \backslash
2670 brack
2671 \end_layout
2672
2673 \end_inset
2674
2675 があります。
2676 \end_layout
2677
2678 \begin_layout Standard
2679 \align center
2680 \begin_inset Tabular
2681 <lyxtabular version="3" rows="6" columns="2">
2682 <features tabularvalignment="middle">
2683 <column alignment="center" valignment="top" width="0pt">
2684 <column alignment="center" valignment="top" width="0pt">
2685 <row>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690 コマンド
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699 出力
2700 \begin_inset Note Note
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 ここで
2705 \series bold
2706
2707 \backslash
2708 raisebox
2709 \series default
2710 はスペーサーとして使用しているだけです。
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 </row>
2721 <row>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726
2727 \backslash
2728 binom
2729 \begin_inset ERT
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733
2734
2735 \backslash
2736 spce 
2737 \end_layout
2738
2739 \end_inset
2740
2741 A
2742 \begin_inset Formula $\downarrow$
2743 \end_inset
2744
2745 B
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2755 \end_inset
2756
2757
2758 \end_layout
2759
2760 \end_inset
2761 </cell>
2762 </row>
2763 <row>
2764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768
2769 \backslash
2770 dbinom
2771 \begin_inset ERT
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775
2776
2777 \backslash
2778 spce 
2779 \end_layout
2780
2781 \end_inset
2782
2783 A
2784 \begin_inset Formula $\downarrow$
2785 \end_inset
2786
2787 B
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 </row>
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \backslash
2812 tbinom
2813 \begin_inset ERT
2814 status collapsed
2815
2816 \begin_layout Plain Layout
2817
2818
2819 \backslash
2820 spce 
2821 \end_layout
2822
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \backslash
2854 brack
2855 \begin_inset ERT
2856 status collapsed
2857
2858 \begin_layout Plain Layout
2859
2860
2861 \backslash
2862 spce 
2863 \end_layout
2864
2865 \end_inset
2866
2867 A
2868 \begin_inset Formula $\downarrow$
2869 \end_inset
2870
2871 B
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 </row>
2889 <row>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \backslash
2896 brace
2897 \begin_inset ERT
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901
2902
2903 \backslash
2904 spce 
2905 \end_layout
2906
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\downarrow$
2911 \end_inset
2912
2913 B
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 </lyxtabular>
2932
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \begin_layout Subsection
2939 場合分け
2940 \begin_inset Index idx
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 ばあいわけ@場合分け
2945 \end_layout
2946
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Standard
2953 \align center
2954 \begin_inset Tabular
2955 <lyxtabular version="3" rows="3" columns="2">
2956 <features tabularvalignment="middle">
2957 <column alignment="center" valignment="top" width="0pt">
2958 <column alignment="center" valignment="top" width="0pt">
2959 <row>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 コマンド
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 出力
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \backslash
2986 cases
2987 \begin_inset ERT
2988 status collapsed
2989
2990 \begin_layout Plain Layout
2991
2992
2993 \backslash
2994 spce 
2995 \end_layout
2996
2997 \end_inset
2998
2999 A
3000 \begin_inset Formula $\to$
3001 \end_inset
3002
3003 B
3004 \begin_inset Formula $>$
3005 \end_inset
3006
3007 0
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 こまんど@コマンド ! C ! 
3013 \backslash
3014 cases
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & B>0\end{cases}$
3030 \end_inset
3031
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \backslash
3045 cases
3046 \begin_inset ERT
3047 status collapsed
3048
3049 \begin_layout Plain Layout
3050
3051
3052 \backslash
3053 spce 
3054 \end_layout
3055
3056 \end_inset
3057
3058
3059 \begin_inset Info
3060 type  "shortcut"
3061 arg   "newline-insert newline"
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 \begin_inset Formula $\begin{cases}
3074 A & \textrm{for }x>0\\
3075 B & \textrm{for }x=0
3076 \end{cases}$
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 </row>
3085 </lyxtabular>
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \begin_layout Standard
3093
3094 \series bold
3095
3096 \backslash
3097 cases
3098 \series default
3099 を挿入するか数式ツールバーボタン
3100 \begin_inset Graphics
3101         filename ../../images/math/cases.png
3102         scale 85
3103
3104 \end_inset
3105
3106 を使用した後では、短絡キー
3107 \begin_inset Info
3108 type  "shortcut"
3109 arg   "newline-insert newline"
3110 \end_inset
3111
3112 か表ツールバーボタン
3113 \begin_inset Graphics
3114         filename ../../images/tabular-feature_append-row.png
3115         scale 85
3116
3117 \end_inset
3118
3119 を使えば、新しい行を作ることができます。
3120 \end_layout
3121
3122 \begin_layout Standard
3123 コマンド
3124 \series bold
3125
3126 \backslash
3127 cases
3128 \series default
3129 は、
3130 \family sans
3131 挿入\SpecialChar \menuseparator
3132 数式\SpecialChar \menuseparator
3133 Cases環境
3134 \family default
3135 メニューで挿入することもできます。
3136 \end_layout
3137
3138 \begin_layout Subsection
3139 否定
3140 \begin_inset Index idx
3141 status collapsed
3142
3143 \begin_layout Plain Layout
3144 ひてい@否定
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \begin_layout Standard
3153
3154 \series bold
3155
3156 \backslash
3157 not
3158 \series default
3159
3160 \begin_inset Index idx
3161 status collapsed
3162
3163 \begin_layout Plain Layout
3164 こまんど@コマンド ! N ! 
3165 \backslash
3166 not
3167 \end_layout
3168
3169 \end_inset
3170
3171 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3172 \end_layout
3173
3174 \begin_layout Standard
3175 \align center
3176 \begin_inset Tabular
3177 <lyxtabular version="3" rows="4" columns="2">
3178 <features tabularvalignment="middle">
3179 <column alignment="center" valignment="top" width="0pt">
3180 <column alignment="center" valignment="top" width="0pt">
3181 <row>
3182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 コマンド
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 出力
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 <row>
3202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \backslash
3208 not=
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 \begin_inset Formula $\not=$
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \backslash
3233 not 
3234 \backslash
3235 le
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 \begin_inset Formula $\not\le$
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 <row>
3254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \backslash
3260 not 
3261 \backslash
3262 parallel
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 \begin_inset Formula $\not\parallel$
3272 \end_inset
3273
3274
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 </row>
3280 </lyxtabular>
3281
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \begin_layout Standard
3288 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3289 \begin_inset CommandInset ref
3290 LatexCommand ref
3291 reference "sub:数学記号"
3292
3293 \end_inset
3294
3295 節および第
3296 \begin_inset CommandInset ref
3297 LatexCommand ref
3298 reference "sec:関係子"
3299
3300 \end_inset
3301
3302 節を参照)。
3303 \end_layout
3304
3305 \begin_layout Subsection
3306 埋め草
3307 \begin_inset CommandInset label
3308 LatexCommand label
3309 name "sub:埋め草"
3310
3311 \end_inset
3312
3313
3314 \begin_inset Index idx
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318 うめくさ@埋め草
3319 \end_layout
3320
3321 \end_inset
3322
3323
3324 \begin_inset Index idx
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328 かがくきごう@化学記号 ! どういたい@同位体
3329 \end_layout
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 どういたい@同位体|see
3339 \begin_inset ERT
3340 status collapsed
3341
3342 \begin_layout Plain Layout
3343
3344 {
3345 \end_layout
3346
3347 \end_inset
3348
3349 化学記号
3350 \begin_inset ERT
3351 status collapsed
3352
3353 \begin_layout Plain Layout
3354
3355 }
3356 \end_layout
3357
3358 \end_inset
3359
3360
3361 \end_layout
3362
3363 \end_inset
3364
3365
3366 \begin_inset Index idx
3367 status collapsed
3368
3369 \begin_layout Plain Layout
3370 あいそとーぷ@アイソトープ|see
3371 \begin_inset ERT
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375
3376 {
3377 \end_layout
3378
3379 \end_inset
3380
3381 同位体
3382 \begin_inset ERT
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386
3387 }
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \begin_layout Standard
3401 たとえば同位体
3402 \begin_inset Foot
3403 status collapsed
3404
3405 \begin_layout Plain Layout
3406 同位体と化学記号の組版に関しては、第
3407 \begin_inset CommandInset ref
3408 LatexCommand ref
3409 reference "sub:化学記号と化学式"
3410
3411 \end_inset
3412
3413 節に記述があります。
3414 \end_layout
3415
3416 \end_inset
3417
3418 を表示しようとすると、次のような問題が起こります。
3419 \end_layout
3420
3421 \begin_layout Standard
3422 \align center
3423 \begin_inset Tabular
3424 <lyxtabular version="3" rows="2" columns="2">
3425 <features tabularvalignment="middle">
3426 <column alignment="center" valignment="top" width="0pt">
3427 <column alignment="center" valignment="top" width="0pt">
3428 <row>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 上付き文字と下付き文字を使用して作った指数:
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3443 \end_inset
3444
3445
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 正しい指数:
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3466 \end_inset
3467
3468
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 </lyxtabular>
3475
3476 \end_inset
3477
3478
3479 \begin_inset Note Note
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483 ここで
3484 \series bold
3485
3486 \backslash
3487 raisebox
3488 \series default
3489 はスペーサーとして使用しているだけです。
3490 \end_layout
3491
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \begin_layout Standard
3498 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3499 \series bold
3500
3501 \backslash
3502 phantom
3503 \series default
3504
3505 \begin_inset Index idx
3506 status collapsed
3507
3508 \begin_layout Plain Layout
3509 こまんど@コマンド ! P ! 
3510 \backslash
3511 phantom
3512 \end_layout
3513
3514 \end_inset
3515
3516 や数式ツールバーボタン
3517 \begin_inset Foot
3518 status collapsed
3519
3520 \begin_layout Plain Layout
3521 ツールバーボタン
3522 \begin_inset Graphics
3523         filename ../../images/math/space.png
3524         scale 85
3525
3526 \end_inset
3527
3528 の下位メニューに入っています。
3529 \end_layout
3530
3531 \end_inset
3532
3533
3534 \begin_inset Graphics
3535         filename ../../images/math/phantom.png
3536         scale 85
3537
3538 \end_inset
3539
3540 があります。
3541 \series bold
3542
3543 \backslash
3544 phantom
3545 \series default
3546 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3547 ち文字)として適用されることを示しています。したがって、
3548 \series bold
3549
3550 \backslash
3551 phantom
3552 \series default
3553 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3554 \end_layout
3555
3556 \begin_layout Standard
3557 \align center
3558 \begin_inset Tabular
3559 <lyxtabular version="3" rows="4" columns="2">
3560 <features tabularvalignment="middle">
3561 <column alignment="center" valignment="top" width="0">
3562 <column alignment="center" valignment="top" width="0">
3563 <row>
3564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 コマンド
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 出力
3578 \begin_inset Note Note
3579 status collapsed
3580
3581 \begin_layout Plain Layout
3582 ここで
3583 \series bold
3584
3585 \backslash
3586 raisebox
3587 \series default
3588 はスペーサーとして使用しているだけです。
3589 \end_layout
3590
3591 \end_inset
3592
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 ^19
3605 \begin_inset ERT
3606 status collapsed
3607
3608 \begin_layout Plain Layout
3609
3610
3611 \backslash
3612 spce 
3613 \end_layout
3614
3615 \end_inset
3616
3617 _
3618 \backslash
3619 phantom
3620 \begin_inset ERT
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624
3625
3626 \backslash
3627 spce 
3628 \end_layout
3629
3630 \end_inset
3631
3632 1
3633 \begin_inset Formula $\to$
3634 \end_inset
3635
3636 9
3637 \begin_inset ERT
3638 status collapsed
3639
3640 \begin_layout Plain Layout
3641
3642
3643 \backslash
3644 spce 
3645 \end_layout
3646
3647 \end_inset
3648
3649 F
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3659 \end_inset
3660
3661
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 ^235
3673 \begin_inset ERT
3674 status collapsed
3675
3676 \begin_layout Plain Layout
3677
3678
3679 \backslash
3680 spce 
3681 \end_layout
3682
3683 \end_inset
3684
3685 _
3686 \backslash
3687 phantom
3688 \begin_inset ERT
3689 status collapsed
3690
3691 \begin_layout Plain Layout
3692
3693
3694 \backslash
3695 spce 
3696 \end_layout
3697
3698 \end_inset
3699
3700 23
3701 \begin_inset Formula $\to$
3702 \end_inset
3703
3704 9
3705 \begin_inset ERT
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710
3711 \backslash
3712 spce 
3713 \end_layout
3714
3715 \end_inset
3716
3717 F
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3727 \end_inset
3728
3729
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \backslash
3742 Lambda^
3743 \begin_inset ERT
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747
3748
3749 \backslash
3750 spce 
3751 \end_layout
3752
3753 \end_inset
3754
3755
3756 \backslash
3757 phantom
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 spce 
3766 \end_layout
3767
3768 \end_inset
3769
3770 ii
3771 \begin_inset Formula $\to$
3772 \end_inset
3773
3774 t
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 _MMt
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3797 \end_inset
3798
3799
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 </row>
3805 </lyxtabular>
3806
3807 \end_inset
3808
3809
3810 \end_layout
3811
3812 \begin_layout Standard
3813 さらに、
3814 \series bold
3815
3816 \backslash
3817 vphantom
3818 \series default
3819
3820 \begin_inset Index idx
3821 status collapsed
3822
3823 \begin_layout Plain Layout
3824 こまんど@コマンド ! V ! 
3825 \backslash
3826 vphantom
3827 \end_layout
3828
3829 \end_inset
3830
3831 (ツールバーボタン
3832 \begin_inset space ~
3833 \end_inset
3834
3835
3836 \begin_inset Graphics
3837         filename ../../images/math/vphantom.png
3838         scale 85
3839
3840 \end_inset
3841
3842 )および
3843 \series bold
3844
3845 \backslash
3846 hphantom
3847 \series default
3848
3849 \begin_inset Index idx
3850 status collapsed
3851
3852 \begin_layout Plain Layout
3853 こまんど@コマンド ! H ! 
3854 \backslash
3855 hphantom
3856 \end_layout
3857
3858 \end_inset
3859
3860 (ツールバーボタン
3861 \begin_inset space ~
3862 \end_inset
3863
3864
3865 \begin_inset Graphics
3866         filename ../../images/math/hphantom.png
3867         scale 85
3868
3869 \end_inset
3870
3871 )というコマンドもあります。
3872 \series bold
3873
3874 \backslash
3875 vphantom
3876 \series default
3877 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3878 \series bold
3879
3880 \backslash
3881 hphantom
3882 \series default
3883 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3884 \end_layout
3885
3886 \begin_layout Standard
3887 たとえば、
3888 \series bold
3889
3890 \backslash
3891 vphantom
3892 \series default
3893
3894 \begin_inset ERT
3895 status collapsed
3896
3897 \begin_layout Plain Layout
3898
3899
3900 \backslash
3901 spce 
3902 \end_layout
3903
3904 \end_inset
3905
3906
3907 \series bold
3908 a
3909 \backslash
3910 int
3911 \series default
3912 は、積分記号
3913 \begin_inset Foot
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919
3920 \backslash
3921 int
3922 \series default
3923 コマンドは、積分記号を生成します。第
3924 \begin_inset CommandInset ref
3925 LatexCommand ref
3926 reference "sub:大演算子"
3927
3928 \end_inset
3929
3930 節を参照してください。
3931 \end_layout
3932
3933 \end_inset
3934
3935 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3936 \begin_inset CommandInset ref
3937 LatexCommand ref
3938 reference "sub:多行にわたる括弧"
3939
3940 \end_inset
3941
3942 節を参照してください。
3943 \end_layout
3944
3945 \begin_layout Standard
3946 埋め草は、メニュー
3947 \family sans
3948 挿入\SpecialChar \menuseparator
3949 整形\SpecialChar \menuseparator
3950 埋め草
3951 \family default
3952 を使えば、以下のように本文中でも使用することができます。
3953 \end_layout
3954
3955 \begin_layout Standard
3956 これは本文です。
3957 \begin_inset Newline newline
3958 \end_inset
3959
3960
3961 \begin_inset Phantom Phantom
3962 status open
3963
3964 \begin_layout Plain Layout
3965 これは
3966 \end_layout
3967
3968 \end_inset
3969
3970 本文です。
3971 \end_layout
3972
3973 \begin_layout Subsection
3974 横線
3975 \begin_inset Index idx
3976 status collapsed
3977
3978 \begin_layout Plain Layout
3979 よこせん@横線
3980 \end_layout
3981
3982 \end_inset
3983
3984
3985 \begin_inset Index idx
3986 status collapsed
3987
3988 \begin_layout Plain Layout
3989 すうしき@数式 ! かせん@下線
3990 \end_layout
3991
3992 \end_inset
3993
3994
3995 \begin_inset Index idx
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999 ぼうせん@棒線|see
4000 \begin_inset ERT
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004
4005 {
4006 \end_layout
4007
4008 \end_inset
4009
4010 横線
4011 \begin_inset ERT
4012 status collapsed
4013
4014 \begin_layout Plain Layout
4015
4016 }
4017 \end_layout
4018
4019 \end_inset
4020
4021
4022 \end_layout
4023
4024 \end_inset
4025
4026
4027 \end_layout
4028
4029 \begin_layout Standard
4030 \align center
4031 \begin_inset Tabular
4032 <lyxtabular version="3" rows="4" columns="2">
4033 <features tabularvalignment="middle">
4034 <column alignment="center" valignment="top" width="0pt">
4035 <column alignment="center" valignment="top" width="0pt">
4036 <row>
4037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 コマンド
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 出力
4051 \begin_inset Note Note
4052 status collapsed
4053
4054 \begin_layout Plain Layout
4055 ここで
4056 \series bold
4057
4058 \backslash
4059 raisebox
4060 \series default
4061 はスペーサーとして使用しているだけです。
4062 \end_layout
4063
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \backslash
4079 overline
4080 \begin_inset ERT
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084
4085
4086 \backslash
4087 spce 
4088 \end_layout
4089
4090 \end_inset
4091
4092 A+B
4093 \begin_inset Index idx
4094 status collapsed
4095
4096 \begin_layout Plain Layout
4097 こまんど@コマンド ! O ! 
4098 \backslash
4099 overline
4100 \end_layout
4101
4102 \end_inset
4103
4104
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4114 \end_inset
4115
4116
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \backslash
4129 underline
4130 \begin_inset ERT
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134
4135
4136 \backslash
4137 spce 
4138 \end_layout
4139
4140 \end_inset
4141
4142 A+B
4143 \begin_inset Index idx
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147 こまんど@コマンド ! U ! 
4148 \backslash
4149 underline
4150 \end_layout
4151
4152 \end_inset
4153
4154
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4164 \end_inset
4165
4166
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \backslash
4179 overline
4180 \begin_inset ERT
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184
4185
4186 \backslash
4187 spce 
4188 \end_layout
4189
4190 \end_inset
4191
4192
4193 \backslash
4194 underline
4195 \begin_inset ERT
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199
4200
4201 \backslash
4202 spce 
4203 \end_layout
4204
4205 \end_inset
4206
4207 A+B
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 </lyxtabular>
4226
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \begin_layout Standard
4233 上記最後の例では、先に
4234 \series bold
4235
4236 \backslash
4237 overline
4238 \series default
4239 が来ようが
4240 \series bold
4241
4242 \backslash
4243 underline
4244 \series default
4245 が来ようが、関係ありません。
4246 \end_layout
4247
4248 \begin_layout Standard
4249 二重下線を引くには、
4250 \series bold
4251
4252 \backslash
4253 underline
4254 \series default
4255 を二回使います。
4256 \end_layout
4257
4258 \begin_layout Standard
4259 文字の上下6本の線まで引くことができます。
4260 \end_layout
4261
4262 \begin_layout Standard
4263 \begin_inset VSpace bigskip
4264 \end_inset
4265
4266 自製の線は、以下の書式を持つ
4267 \series bold
4268
4269 \backslash
4270 rule
4271 \series default
4272
4273 \begin_inset Index idx
4274 status collapsed
4275
4276 \begin_layout Plain Layout
4277 こまんど@こまんど ! R ! 
4278 \backslash
4279 rule
4280 \end_layout
4281
4282 \end_inset
4283
4284 コマンドで作成することができます。
4285 \end_layout
4286
4287 \begin_layout Standard
4288
4289 \series bold
4290
4291 \backslash
4292 rule[垂直オフセット幅]{長さ}{厚み}
4293 \end_layout
4294
4295 \begin_layout Standard
4296 オプションの
4297 \series bold
4298 「垂直オフセット幅
4299 \series default
4300 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4301 \begin_inset CommandInset ref
4302 LatexCommand ref
4303 reference "tab:使用できる単位"
4304
4305 \end_inset
4306
4307 表に掲げてある単位を用いることができます。以下に、
4308 \begin_inset Newline newline
4309 \end_inset
4310
4311
4312 \series bold
4313
4314 \backslash
4315 rule[-2ex]{3cm}{2pt}
4316 \series default
4317  および 
4318 \series bold
4319
4320 \backslash
4321 rule{2cm}{1pt}
4322 \begin_inset Newline newline
4323 \end_inset
4324
4325
4326 \series default
4327 というコマンドを用いて作成したふたつの例を例示します。
4328 \end_layout
4329
4330 \begin_layout Standard
4331 この行には、
4332 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4333 \end_inset
4334
4335 二本の線があります。
4336 \end_layout
4337
4338 \begin_layout Standard
4339
4340 \backslash
4341 ruleは、メニュー
4342 \family sans
4343 挿入\SpecialChar \menuseparator
4344 整形\SpecialChar \menuseparator
4345 水平線
4346 \family default
4347 を使っても、本文に挿入することができます。
4348 \end_layout
4349
4350 \begin_layout Standard
4351 これは一行の
4352 \begin_inset CommandInset line
4353 LatexCommand rule
4354 offset "0.5ex"
4355 width "3cm"
4356 height "1pt"
4357
4358 \end_inset
4359
4360 文章です。
4361 \end_layout
4362
4363 \begin_layout Subsection
4364 省略符号
4365 \begin_inset CommandInset label
4366 LatexCommand label
4367 name "sub:省略符号"
4368
4369 \end_inset
4370
4371
4372 \begin_inset Index idx
4373 status collapsed
4374
4375 \begin_layout Plain Layout
4376 しょうりゃくふごう@省略符号
4377 \end_layout
4378
4379 \end_inset
4380
4381
4382 \end_layout
4383
4384 \begin_layout Standard
4385 省略符号には、いくつかの種類が使用できます
4386 \begin_inset Foot
4387 status collapsed
4388
4389 \begin_layout Plain Layout
4390 数式ツールバー中の
4391 \begin_inset Graphics
4392         filename ../../images/math/ldots.png
4393         scale 85
4394
4395 \end_inset
4396
4397 ボタンで表示されている下位メニューです。
4398 \end_layout
4399
4400 \end_inset
4401
4402 。列挙のためには、ベースラインの点々(
4403 \series bold
4404
4405 \backslash
4406 ldots
4407 \series default
4408
4409 \begin_inset Index idx
4410 status collapsed
4411
4412 \begin_layout Plain Layout
4413 こまんど@コマンド ! L ! 
4414 \backslash
4415 ldots
4416 \end_layout
4417
4418 \end_inset
4419
4420 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4421 \series bold
4422
4423 \backslash
4424 cdots
4425 \series default
4426
4427 \begin_inset Index idx
4428 status collapsed
4429
4430 \begin_layout Plain Layout
4431 こまんど@コマンド ! C ! 
4432 \backslash
4433 cdots
4434 \end_layout
4435
4436 \end_inset
4437
4438 )が必要です。
4439 \series bold
4440
4441 \backslash
4442 dots
4443 \series default
4444
4445 \begin_inset Index idx
4446 status collapsed
4447
4448 \begin_layout Plain Layout
4449 こまんど@コマンド ! D ! 
4450 \backslash
4451 dots
4452 \end_layout
4453
4454 \end_inset
4455
4456 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4457 \end_layout
4458
4459 \begin_layout Standard
4460 \align center
4461 \begin_inset Tabular
4462 <lyxtabular version="3" rows="9" columns="2">
4463 <features tabularvalignment="middle">
4464 <column alignment="center" valignment="top" width="0pt">
4465 <column alignment="center" valignment="top" width="0pt">
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 コマンド
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 出力
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 A_1
4492 \begin_inset ERT
4493 status collapsed
4494
4495 \begin_layout Plain Layout
4496
4497
4498 \backslash
4499 spce 
4500 \end_layout
4501
4502 \end_inset
4503
4504 ,
4505 \backslash
4506 dots
4507 \begin_inset ERT
4508 status collapsed
4509
4510 \begin_layout Plain Layout
4511
4512
4513 \backslash
4514 spce 
4515 \end_layout
4516
4517 \end_inset
4518
4519 ,A_n
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 \begin_inset Formula $A_{1},\dots,A_{n}$
4529 \end_inset
4530
4531
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 </row>
4537 <row>
4538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 A_1
4543 \begin_inset ERT
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547
4548
4549 \backslash
4550 spce 
4551 \end_layout
4552
4553 \end_inset
4554
4555 +
4556 \backslash
4557 dots
4558 \begin_inset ERT
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562
4563
4564 \backslash
4565 spce 
4566 \end_layout
4567
4568 \end_inset
4569
4570 +A_n
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 \begin_inset Formula $A_{1}+\dots+A_{n}$
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 A_1
4594 \begin_inset ERT
4595 status collapsed
4596
4597 \begin_layout Plain Layout
4598
4599
4600 \backslash
4601 spce 
4602 \end_layout
4603
4604 \end_inset
4605
4606 ,
4607 \backslash
4608 ldots
4609 \begin_inset ERT
4610 status collapsed
4611
4612 \begin_layout Plain Layout
4613
4614
4615 \backslash
4616 spce 
4617 \end_layout
4618
4619 \end_inset
4620
4621 ,A_n
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 \begin_inset Formula $A_{1},\ldots,A_{n}$
4631 \end_inset
4632
4633
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 A_1
4645 \begin_inset ERT
4646 status collapsed
4647
4648 \begin_layout Plain Layout
4649
4650
4651 \backslash
4652 spce 
4653 \end_layout
4654
4655 \end_inset
4656
4657 +
4658 \backslash
4659 cdots
4660 \begin_inset ERT
4661 status collapsed
4662
4663 \begin_layout Plain Layout
4664
4665
4666 \backslash
4667 spce 
4668 \end_layout
4669
4670 \end_inset
4671
4672 +A_n
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \backslash
4697 vdots
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 \begin_inset Formula $\vdots$
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \backslash
4722 ddots
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731 \begin_inset Formula $\ddots$
4732 \end_inset
4733
4734
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \backslash
4747 iddots
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $\iddots$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 いろいろな点々を使った3×3行列
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 \begin_inset Formula $\begin{array}{ccc}
4780 A_{11} & \cdots & A_{1m}\\
4781 \vdots & \ddots & \vdots\\
4782 A_{n1} & \cdots & A_{nm}
4783 \end{array}$
4784 \end_inset
4785
4786
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 </lyxtabular>
4793
4794 \end_inset
4795
4796
4797 \end_layout
4798
4799 \begin_layout Standard
4800
4801 \family sans
4802 挿入\SpecialChar \menuseparator
4803 省略符号
4804 \family default
4805 メニューで挿入される省略符号は
4806 \series bold
4807
4808 \backslash
4809 ldots
4810 \series default
4811 です。
4812 \end_layout
4813
4814 \begin_layout Standard
4815 \begin_inset VSpace medskip
4816 \end_inset
4817
4818
4819 \series bold
4820
4821 \backslash
4822 iddots
4823 \series default
4824 を使うには、文書設定の
4825 \family sans
4826 数式オプション
4827 \family default
4828 にある
4829 \family sans
4830 mathdotsパッケージを(自動的に)使う
4831 \family default
4832 オプションのうちいずれかを有効にしなくてはなりません。
4833 \begin_inset Newline newline
4834 \end_inset
4835
4836
4837 \family sans
4838 mathdotsパッケージを使う
4839 \family default
4840 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4841 \end_layout
4842
4843 \begin_layout Standard
4844 \begin_inset VSpace medskip
4845 \end_inset
4846
4847 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4848 \series bold
4849
4850 \backslash
4851 hdotsfor
4852 \series default
4853
4854 \begin_inset Index idx
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 こまんど@コマンド ! H ! 
4859 \backslash
4860 hdotsfor
4861 \end_layout
4862
4863 \end_inset
4864
4865 コマンドで作ることができます。
4866 \end_layout
4867
4868 \begin_layout Standard
4869
4870 \series bold
4871
4872 \backslash
4873 hdotsfor[距離]{列数}
4874 \end_layout
4875
4876 \begin_layout Standard
4877 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4878 \end_layout
4879
4880 \begin_layout Standard
4881 以下の行列では、2行目の1つ目の枠に
4882 \series bold
4883
4884 \backslash
4885 hdotsfor[2]{4}
4886 \series default
4887 を挿入して、
4888 \series bold
4889
4890 \backslash
4891 dots
4892 \series default
4893 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4894 \begin_inset Formula 
4895 \[
4896 \left(\begin{array}{cccc}
4897 A & B & C & D\\
4898 \hdotsfor[2]{4}\\
4899 q & w & e & r
4900 \end{array}\right)
4901 \]
4902
4903 \end_inset
4904
4905 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4906 \end_layout
4907
4908 \begin_layout Standard
4909 \begin_inset VSpace bigskip
4910 \end_inset
4911
4912 さらに、
4913 \series bold
4914
4915 \backslash
4916 dotfill
4917 \series default
4918
4919 \begin_inset Index idx
4920 status collapsed
4921
4922 \begin_layout Plain Layout
4923 こまんど@コマンド ! D ! 
4924 \backslash
4925 dotfill
4926 \end_layout
4927
4928 \end_inset
4929
4930 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4931 \series bold
4932
4933 \backslash
4934 hfill
4935 \series default
4936 と同様のものです。第
4937 \begin_inset CommandInset ref
4938 LatexCommand ref
4939 reference "sub:可変長の空白"
4940
4941 \end_inset
4942
4943 節をご参照下さい。
4944 \end_layout
4945
4946 \begin_layout Standard
4947 たとえば、
4948 \series bold
4949 A
4950 \backslash
4951 dotfill
4952 \begin_inset ERT
4953 status collapsed
4954
4955 \begin_layout Plain Layout
4956
4957
4958 \backslash
4959 spce 
4960 \end_layout
4961
4962 \end_inset
4963
4964 B
4965 \series default
4966 コマンドは、
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset Formula $A\dotfill B$
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 のようになります。点々を使う
4978 \series bold
4979
4980 \backslash
4981 dotfill
4982 \series default
4983 の直線版として、
4984 \series bold
4985
4986 \backslash
4987 hrulefill
4988 \series default
4989
4990 \begin_inset Index idx
4991 status collapsed
4992
4993 \begin_layout Plain Layout
4994 こまんど@コマンド ! H ! 
4995 \backslash
4996 hrulefill
4997 \end_layout
4998
4999 \end_inset
5000
5001
5002 \end_layout
5003
5004 \begin_layout Standard
5005 \begin_inset Formula $A\hrulefill B$
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5013 \end_layout
5014
5015 \begin_layout Section
5016 行列
5017 \begin_inset CommandInset label
5018 LatexCommand label
5019 name "sec:行列"
5020
5021 \end_inset
5022
5023
5024 \begin_inset Index idx
5025 status collapsed
5026
5027 \begin_layout Plain Layout
5028 ぎょうれつ@行列
5029 \end_layout
5030
5031 \end_inset
5032
5033
5034 \end_layout
5035
5036 \begin_layout Standard
5037 行列は、数式ツールバーボタンの
5038 \begin_inset Graphics
5039         filename ../../images/dialog-show_mathmatrix.png
5040         scale 85
5041
5042 \end_inset
5043
5044
5045 \family sans
5046 挿入\SpecialChar \menuseparator
5047 数式\SpecialChar \menuseparator
5048 行列
5049 \family default
5050 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5051 \end_layout
5052
5053 \begin_layout Standard
5054 最初の行列は「上」配置
5055 \begin_inset Formula $\begin{array}[t]{cccc}
5056 A & D & G & J\\
5057 B & E & H & K\\
5058 C & F & I & L
5059 \end{array}$
5060 \end_inset
5061
5062 で、二番目は「中央」配置
5063 \begin_inset Formula $\begin{array}{cccc}
5064 A & D & G & J\\
5065 B & E & H & K\\
5066 C & F & I & L
5067 \end{array}$
5068 \end_inset
5069
5070 、三番目は「下」配置
5071 \begin_inset Formula $\begin{array}[b]{cccc}
5072 A & D & G & J\\
5073 B & E & H & K\\
5074 C & F & I & L
5075 \end{array}$
5076 \end_inset
5077
5078 です。
5079 \end_layout
5080
5081 \begin_layout Standard
5082 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5083 \emph on
5084 l
5085 \emph default
5086 は左寄せ、
5087 \emph on
5088 c
5089 \emph default
5090 は中央揃え、
5091 \emph on
5092 r
5093 \emph default
5094 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5095 \series bold
5096 ×
5097 \series default
5098 4行列を作成するには、水平配置のところに
5099 \series bold
5100 lccr
5101 \series default
5102 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5103 \series bold
5104 c
5105 \series default
5106 です。
5107 \end_layout
5108
5109 \begin_layout Standard
5110 水平行列の例です。
5111 \end_layout
5112
5113 \begin_layout Standard
5114
5115 \series bold
5116 lll
5117 \series default
5118  : 
5119 \begin_inset Formula $\begin{array}{lll}
5120 10000 & D & G\\
5121 B & 10000 & H\\
5122 C & F & 10000
5123 \end{array}$
5124 \end_inset
5125
5126  , 
5127 \series bold
5128 ccc
5129 \series default
5130  : 
5131 \begin_inset Formula $\begin{array}{ccc}
5132 10000 & D & G\\
5133 B & 10000 & H\\
5134 C & F & 10000
5135 \end{array}$
5136 \end_inset
5137
5138  , 
5139 \series bold
5140 rrr
5141 \series default
5142  : 
5143 \begin_inset Formula $\begin{array}{rrr}
5144 10000 & D & G\\
5145 B & 10000 & H\\
5146 C & F & 10000
5147 \end{array}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Standard
5154 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5155 \begin_inset Graphics
5156         filename ../../images/tabular-feature_append-row.png
5157         scale 85
5158
5159 \end_inset
5160
5161
5162 \begin_inset Graphics
5163         filename ../../images/tabular-feature_delete-row.png
5164         scale 85
5165
5166 \end_inset
5167
5168 などや
5169 \family sans
5170 編集\SpecialChar \menuseparator
5171 行と列
5172 \family default
5173 メニューを使用することができます。また、行は
5174 \begin_inset Info
5175 type  "shortcut"
5176 arg   "newline-insert newline"
5177 \end_inset
5178
5179 で作成することもできます。
5180 \end_layout
5181
5182 \begin_layout Standard
5183 \begin_inset VSpace bigskip
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \begin_layout Standard
5190
5191 \family sans
5192 装飾
5193 \family default
5194 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5195 \series bold
5196
5197 \backslash
5198 left
5199 \series default
5200
5201 \begin_inset Index idx
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205 こまんど@コマンド ! L ! 
5206 \backslash
5207 left
5208 \end_layout
5209
5210 \end_inset
5211
5212 コマンドや
5213 \series bold
5214
5215 \backslash
5216 right
5217 \series default
5218
5219 \begin_inset Index idx
5220 status collapsed
5221
5222 \begin_layout Plain Layout
5223 こまんど@コマンド ! R ! 
5224 \backslash
5225 right
5226 \end_layout
5227
5228 \end_inset
5229
5230 コマンドで作成することもできます(短絡キー
5231 \family sans
5232 Alt+M
5233 \begin_inset space ~
5234 \end_inset
5235
5236 括弧
5237 \family default
5238 )。第
5239 \begin_inset CommandInset ref
5240 LatexCommand ref
5241 reference "sub:自動の括弧丈"
5242
5243 \end_inset
5244
5245 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5246 \begin_inset VSpace medskip
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \begin_layout Standard
5253 \begin_inset space \hfill{}
5254 \end_inset
5255
5256
5257 \begin_inset Tabular
5258 <lyxtabular version="3" rows="4" columns="2">
5259 <features tabularvalignment="middle">
5260 <column alignment="center" valignment="top" width="0">
5261 <column alignment="center" valignment="top" width="0">
5262 <row>
5263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 コマンド
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 出力
5277 \begin_inset Note Note
5278 status collapsed
5279
5280 \begin_layout Plain Layout
5281 ここで
5282 \series bold
5283
5284 \backslash
5285 raisebox
5286 \series default
5287 はスペーサーとして使用しているだけです。
5288 \end_layout
5289
5290 \end_inset
5291
5292
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \backslash
5305 bmatrix
5306 \begin_inset ERT
5307 status collapsed
5308
5309 \begin_layout Plain Layout
5310
5311
5312 \backslash
5313 spce 
5314 \end_layout
5315
5316 \end_inset
5317
5318 2
5319 \series bold
5320 ×
5321 \series default
5322 2行列
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5332 0 & \textrm{-}\mathrm{i}\\
5333 \mathrm{i} & 0
5334 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5335 \end_inset
5336
5337
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 </row>
5343 <row>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348
5349 \backslash
5350 Bmatrix
5351 \begin_inset ERT
5352 status collapsed
5353
5354 \begin_layout Plain Layout
5355
5356
5357 \backslash
5358 spce 
5359 \end_layout
5360
5361 \end_inset
5362
5363 2
5364 \series bold
5365 ×
5366 \series default
5367 2行列
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5377 0 & \textrm{-}\mathrm{i}\\
5378 \mathrm{i} & 0
5379 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5380 \end_inset
5381
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \backslash
5395 pmatrix
5396 \begin_inset ERT
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400
5401
5402 \backslash
5403 spce 
5404 \end_layout
5405
5406 \end_inset
5407
5408 2
5409 \series bold
5410 ×
5411 \series default
5412 2行列
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5422 0 & \textrm{-}\mathrm{i}\\
5423 \mathrm{i} & 0
5424 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5425 \end_inset
5426
5427
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
5433 </lyxtabular>
5434
5435 \end_inset
5436
5437
5438 \begin_inset space \hfill{}
5439 \end_inset
5440
5441
5442 \begin_inset Tabular
5443 <lyxtabular version="3" rows="4" columns="2">
5444 <features tabularvalignment="middle">
5445 <column alignment="center" valignment="top" width="0">
5446 <column alignment="center" valignment="top" width="0">
5447 <row>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 コマンド
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 出力
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472
5473 \backslash
5474 vmatrix
5475 \begin_inset ERT
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479
5480
5481 \backslash
5482 spce 
5483 \end_layout
5484
5485 \end_inset
5486
5487 2
5488 \series bold
5489 ×
5490 \series default
5491 2行列
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5501 0 & \textrm{-}\mathrm{i}\\
5502 \mathrm{i} & 0
5503 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 Vmatrix
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 spce 
5528 \end_layout
5529
5530 \end_inset
5531
5532 2
5533 \series bold
5534 ×
5535 \series default
5536 2行列
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5546 0 & \textrm{-}\mathrm{i}\\
5547 \mathrm{i} & 0
5548 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562
5563 \backslash
5564 matrix
5565 \begin_inset ERT
5566 status collapsed
5567
5568 \begin_layout Plain Layout
5569
5570
5571 \backslash
5572 spce 
5573 \end_layout
5574
5575 \end_inset
5576
5577 2
5578 \series bold
5579 ×
5580 \series default
5581 2行列
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5591 0 & \textrm{-}\mathrm{i}\\
5592 \mathrm{i} & 0
5593 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 </lyxtabular>
5603
5604 \end_inset
5605
5606
5607 \begin_inset space \hfill{}
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Standard
5614 \begin_inset VSpace medskip
5615 \end_inset
5616
5617 たとえば
5618 \series bold
5619
5620 \backslash
5621 vmatrix
5622 \series default
5623 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5624 \end_layout
5625
5626 \begin_layout Standard
5627 \begin_inset Note Greyedout
5628 status open
5629
5630 \begin_layout Plain Layout
5631
5632 \series bold
5633 \lang english
5634 Note:
5635 \series default
5636  LaTeX limits the number of matrix columns with decorations to 10.
5637  If you need more than 10
5638 \begin_inset space ~
5639 \end_inset
5640
5641 columns, you have to add this line to the document preamble:
5642 \end_layout
5643
5644 \begin_layout Plain Layout
5645
5646 \series bold
5647 \lang english
5648
5649 \backslash
5650 setcounter{MaxMatrixCols}{number}
5651 \end_layout
5652
5653 \begin_layout Plain Layout
5654
5655 \lang english
5656 where 
5657 \emph on
5658 number
5659 \emph default
5660  is the number of columns between 11 and 99.
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Standard
5669 \begin_inset VSpace bigskip
5670 \end_inset
5671
5672 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5673 \begin_inset CommandInset ref
5674 LatexCommand ref
5675 reference "sub:列間"
5676
5677 \end_inset
5678
5679 節に説明されている距離
5680 \series bold
5681
5682 \backslash
5683 arraycolsep
5684 \series default
5685
5686 \begin_inset Index idx
5687 status collapsed
5688
5689 \begin_layout Plain Layout
5690 こまんど@コマンド ! A ! 
5691 \backslash
5692 arraycolsep
5693 \end_layout
5694
5695 \end_inset
5696
5697 をここでも使用することができます。
5698 \end_layout
5699
5700 \begin_layout Standard
5701 行間隔を変更するには、
5702 \series bold
5703
5704 \backslash
5705 arraystretch
5706 \series default
5707
5708 \begin_inset Index idx
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 こまんど@コマンド ! A ! 
5713 \backslash
5714 arraystretch
5715 \end_layout
5716
5717 \end_inset
5718
5719 コマンドを使用します。以下のようにして使用します。
5720 \end_layout
5721
5722 \begin_layout Standard
5723
5724 \series bold
5725
5726 \backslash
5727 renewcommand{
5728 \backslash
5729 arraystretch}{伸長因子}
5730 \begin_inset Index idx
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 こまんど@コマンド ! R ! 
5735 \backslash
5736 renewcommand
5737 \end_layout
5738
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \begin_layout Standard
5745
5746 \series bold
5747
5748 \backslash
5749 renewcommand
5750 \series default
5751 コマンドは、伸長因子を定義済みの
5752 \series bold
5753
5754 \backslash
5755 arraystretch
5756 \series default
5757 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5758 は、
5759 \series bold
5760
5761 \backslash
5762 arraystretch
5763 \series default
5764 に因子1を割り当てて下さい。
5765 \end_layout
5766
5767 \begin_layout Standard
5768 本文行中に行列を入れるには、
5769 \series bold
5770
5771 \backslash
5772 smallmatrix
5773 \series default
5774
5775 \begin_inset Index idx
5776 status collapsed
5777
5778 \begin_layout Plain Layout
5779 こまんど@コマンド ! S ! 
5780 \backslash
5781 smallmatrix
5782 \end_layout
5783
5784 \end_inset
5785
5786 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5787 \end_layout
5788
5789 \begin_layout Standard
5790 これは、本文行中の行列
5791 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5792 C & D
5793 \end{smallmatrix}\right)$
5794 \end_inset
5795
5796 です。
5797 \end_layout
5798
5799 \begin_layout Section
5800 括弧と区分記号
5801 \begin_inset Index idx
5802 status collapsed
5803
5804 \begin_layout Plain Layout
5805 かっこ@括弧
5806 \end_layout
5807
5808 \end_inset
5809
5810
5811 \begin_inset Index idx
5812 status collapsed
5813
5814 \begin_layout Plain Layout
5815 くぶんきごう@区分記号
5816 \end_layout
5817
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Subsection
5824 垂直括弧と区分記号
5825 \begin_inset Index idx
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829 かっこ@括弧 ! すいちょく@垂直
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Standard
5838 \begin_inset space \hfill{}
5839 \end_inset
5840
5841
5842 \begin_inset Tabular
5843 <lyxtabular version="3" rows="9" columns="2">
5844 <features tabularvalignment="middle">
5845 <column alignment="center" valignment="top" width="0pt">
5846 <column alignment="center" valignment="top" width="0pt">
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 コマンド
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 出力
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 </row>
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 (
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 \begin_inset Formula $($
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 </row>
5890 <row>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 {
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 \begin_inset Formula $\{$
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 [
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 \begin_inset Formula $[$
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \backslash
5943 langle
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 \begin_inset Formula $\langle$
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966
5967 \backslash
5968 lceil
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 \begin_inset Formula $\lceil$
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991
5992 \backslash
5993 lfloor
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 \begin_inset Formula $\lfloor$
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 </row>
6011 <row>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 /
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 \begin_inset Formula $/$
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 \begin_inset Formula $|$
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 \begin_inset Formula $|$
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 </lyxtabular>
6061
6062 \end_inset
6063
6064
6065 \begin_inset space \hfill{}
6066 \end_inset
6067
6068
6069 \begin_inset Tabular
6070 <lyxtabular version="3" rows="9" columns="2">
6071 <features tabularvalignment="middle">
6072 <column alignment="center" valignment="top" width="0pt">
6073 <column alignment="center" valignment="top" width="0pt">
6074 <row>
6075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 コマンド
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 出力
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 )
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Formula $)$
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 }
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $\}$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 ]
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $]$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168
6169 \backslash
6170 rangle
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 \begin_inset Formula $\rangle$
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 </row>
6188 <row>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \backslash
6195 rceil
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 \begin_inset Formula $\rceil$
6205 \end_inset
6206
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \backslash
6220 rfloor
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 \begin_inset Formula $\rfloor$
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 </row>
6238 <row>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243
6244 \backslash
6245
6246 \backslash
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 \begin_inset Formula $\backslash$
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \backslash
6272
6273 \begin_inset Formula $|$
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 \begin_inset Formula $\|$
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 </lyxtabular>
6295
6296 \end_inset
6297
6298
6299 \begin_inset space \hfill{}
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \begin_layout Standard
6306 \begin_inset Note Greyedout
6307 status open
6308
6309 \begin_layout Plain Layout
6310
6311 \series bold
6312 (注意)
6313 \series default
6314 TeXモードでは、
6315 \backslash
6316
6317 \backslash
6318 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6319 \series bold
6320
6321 \backslash
6322 textbackslash
6323 \series default
6324
6325 \begin_inset Index idx
6326 status collapsed
6327
6328 \begin_layout Plain Layout
6329 こまんど@コマンド! T ! 
6330 \backslash
6331 textbackslash
6332 \end_layout
6333
6334 \end_inset
6335
6336 を使わなくてはなりません。
6337 \end_layout
6338
6339 \end_inset
6340
6341
6342 \end_layout
6343
6344 \begin_layout Standard
6345 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6346 \series bold
6347
6348 \backslash
6349 langle
6350 \series default
6351
6352 \series bold
6353
6354 \backslash
6355 rangle
6356 \series default
6357 コマンドを使用せずに
6358 \begin_inset Formula $<$
6359 \end_inset
6360
6361
6362 \begin_inset Formula $>$
6363 \end_inset
6364
6365 の文字を直接使用することができます。
6366 \end_layout
6367
6368 \begin_layout Subsubsection
6369 手動の括弧丈
6370 \begin_inset CommandInset label
6371 LatexCommand label
6372 name "sub:手動の括弧丈"
6373
6374 \end_inset
6375
6376
6377 \begin_inset Index idx
6378 status collapsed
6379
6380 \begin_layout Plain Layout
6381 かっこたけ@括弧丈 ! しゅどう@手動
6382 \end_layout
6383
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \begin_layout Standard
6390 括弧の丈は、LaTeXコマンドの
6391 \series bold
6392
6393 \backslash
6394 big
6395 \series default
6396
6397 \begin_inset Index idx
6398 status collapsed
6399
6400 \begin_layout Plain Layout
6401 こまんど@コマンド ! B ! 
6402 \backslash
6403 big
6404 \end_layout
6405
6406 \end_inset
6407
6408
6409 \series bold
6410
6411 \backslash
6412 Big
6413 \series default
6414
6415 \series bold
6416
6417 \backslash
6418 bigg
6419 \series default
6420 および
6421 \series bold
6422
6423 \backslash
6424 Bigg
6425 \series default
6426 を使って、手動で指定することができます。
6427 \series bold
6428
6429 \backslash
6430 big
6431 \series default
6432 が最小の大きさであり、
6433 \series bold
6434
6435 \backslash
6436 Bigg
6437 \series default
6438 が最大の括弧丈になります。
6439 \end_layout
6440
6441 \begin_layout Standard
6442 これらのコマンドは、括弧の階層を強調するのに使われます。
6443 \end_layout
6444
6445 \begin_layout Standard
6446 \align center
6447 \begin_inset Tabular
6448 <lyxtabular version="3" rows="2" columns="2">
6449 <features tabularvalignment="middle">
6450 <column alignment="center" valignment="top" width="0pt">
6451 <column alignment="center" valignment="top" width="0pt">
6452 <row>
6453 <cell alignment="center" valignment="top" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 すべての括弧が同じ大きさ:
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 こちらの方が良い:
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 </lyxtabular>
6499
6500 \end_inset
6501
6502
6503 \begin_inset Note Note
6504 status collapsed
6505
6506 \begin_layout Plain Layout
6507 ここで
6508 \series bold
6509
6510 \backslash
6511 raisebox
6512 \series default
6513 はスペーサーとして使用しているだけです。
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 二つ目の数式では、
6523 \series bold
6524
6525 \backslash
6526 Big((A+B)(A-B)
6527 \backslash
6528 Big)^
6529 \begin_inset ERT
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533
6534
6535 \backslash
6536 spce 
6537 \end_layout
6538
6539 \end_inset
6540
6541 C
6542 \series default
6543 というコマンドが使われています。
6544 \end_layout
6545
6546 \begin_layout Standard
6547 以下は、すべての括弧丈の羅列です。
6548 \end_layout
6549
6550 \begin_layout Standard
6551 \align center
6552
6553 \backslash
6554 Bigg(
6555 \backslash
6556 exp
6557 \backslash
6558 bigg
6559 \begin_inset Formula $<$
6560 \end_inset
6561
6562
6563 \backslash
6564 Big[
6565 \backslash
6566 big{
6567 \backslash
6568 ln(3x)
6569 \backslash
6570 big}^2
6571 \begin_inset ERT
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575
6576
6577 \backslash
6578 spce 
6579 \end_layout
6580
6581 \end_inset
6582
6583
6584 \backslash
6585 sin(x)
6586 \backslash
6587 Big]^
6588 \begin_inset ERT
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592
6593
6594 \backslash
6595 spce 
6596 \end_layout
6597
6598 \end_inset
6599
6600 A
6601 \begin_inset ERT
6602 status collapsed
6603
6604 \begin_layout Plain Layout
6605
6606
6607 \backslash
6608 spce 
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \backslash
6615 bigg
6616 \begin_inset Formula $>$
6617 \end_inset
6618
6619
6620 \backslash
6621 Bigg)^0,5
6622 \end_layout
6623
6624 \begin_layout Standard
6625 \align center
6626 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6627 \end_inset
6628
6629
6630 \end_layout
6631
6632 \begin_layout Standard
6633
6634 \series bold
6635
6636 \backslash
6637 big
6638 \series default
6639 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6640 \series bold
6641
6642 \backslash
6643 bigm
6644 \series default
6645
6646 \begin_inset Index idx
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 こまんど@コマンド ! B ! 
6651 \backslash
6652 bigm
6653 \end_layout
6654
6655 \end_inset
6656
6657 という派生型と、空白を追加しない
6658 \series bold
6659
6660 \backslash
6661 bigl
6662 \series default
6663 -
6664 \series bold
6665
6666 \backslash
6667 bigr
6668 \series default
6669
6670 \begin_inset Index idx
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 こまんど@コマンド ! B ! 
6675 \backslash
6676 bigl - 
6677 \backslash
6678 bigr
6679 \end_layout
6680
6681 \end_inset
6682
6683 派生型があります。
6684 \series bold
6685
6686 \backslash
6687 bigl
6688 \series default
6689 コマンドの最後の
6690 \emph on
6691 l
6692 \emph default
6693 は、左括弧であることを示し、右括弧の場合には、
6694 \emph on
6695 l
6696 \emph default
6697 の代わりに
6698 \emph on
6699 r
6700 \emph default
6701 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6702 \end_layout
6703
6704 \begin_layout Standard
6705 以下の表は、これらの派生型の比較です。
6706 \end_layout
6707
6708 \begin_layout Standard
6709 \align center
6710 \begin_inset Tabular
6711 <lyxtabular version="3" rows="5" columns="2">
6712 <features tabularvalignment="middle">
6713 <column alignment="center" valignment="middle" width="0">
6714 <column alignment="center" valignment="middle" width="0">
6715 <row>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 コマンド
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 出力
6730 \begin_inset Note Note
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734 ここで
6735 \series bold
6736
6737 \backslash
6738 raisebox
6739 \series default
6740 はスペーサーとして使用しているだけです。
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756
6757 \backslash
6758 Bigm(
6759 \backslash
6760 bigm(
6761 \backslash
6762 ln(3x)
6763 \backslash
6764 bigm)^2
6765 \series bold
6766
6767 \begin_inset ERT
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771
6772
6773 \backslash
6774 spce 
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \series default
6781
6782 \backslash
6783 Bigm)
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6793 \end_inset
6794
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \backslash
6808 Big(
6809 \backslash
6810 big(
6811 \backslash
6812 ln(3x)
6813 \backslash
6814 big)^2
6815 \series bold
6816
6817 \begin_inset ERT
6818 status collapsed
6819
6820 \begin_layout Plain Layout
6821
6822
6823 \backslash
6824 spce 
6825 \end_layout
6826
6827 \end_inset
6828
6829
6830 \series default
6831
6832 \backslash
6833 Big)
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 <row>
6852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856
6857 \backslash
6858 Bigl(
6859 \backslash
6860 bigl(
6861 \backslash
6862 ln(3x)
6863 \backslash
6864 bigr)^2
6865 \series bold
6866
6867 \begin_inset ERT
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871
6872
6873 \backslash
6874 spce 
6875 \end_layout
6876
6877 \end_inset
6878
6879
6880 \series default
6881
6882 \backslash
6883 Bigr)
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 </row>
6901 <row>
6902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906
6907 \backslash
6908 bigl)
6909 \backslash
6910 ln(3x)
6911 \backslash
6912 bigr(
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 </lyxtabular>
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \begin_layout Subsubsection
6938 自動の括弧丈
6939 \begin_inset CommandInset label
6940 LatexCommand label
6941 name "sub:自動の括弧丈"
6942
6943 \end_inset
6944
6945
6946 \begin_inset Index idx
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950 かっこたけ@括弧丈 ! じどう@自動
6951 \end_layout
6952
6953 \end_inset
6954
6955
6956 \end_layout
6957
6958 \begin_layout Standard
6959 可変の丈を持つ括弧は、
6960 \series bold
6961
6962 \backslash
6963 left
6964 \series default
6965
6966 \begin_inset Index idx
6967 status collapsed
6968
6969 \begin_layout Plain Layout
6970 こまんど@コマンド ! L ! 
6971 \backslash
6972 left
6973 \end_layout
6974
6975 \end_inset
6976
6977 コマンドおよび
6978 \series bold
6979
6980 \backslash
6981 right
6982 \series default
6983
6984 \begin_inset Index idx
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988 こまんど@コマンド ! R ! 
6989 \backslash
6990 right
6991 \end_layout
6992
6993 \end_inset
6994
6995 コマンド、あるいは数式ツールバーボタンの
6996 \begin_inset Graphics
6997         filename ../../images/dialog-show_mathdelimiter.png
6998         scale 85
6999
7000 \end_inset
7001
7002 で挿入することができます。
7003 \series bold
7004
7005 \backslash
7006 left
7007 \series default
7008 および
7009 \series bold
7010
7011 \backslash
7012 right
7013 \series default
7014 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
7015 \end_layout
7016
7017 \begin_layout Standard
7018 \align center
7019 通常の括弧:
7020 \series bold
7021
7022 \backslash
7023 ln(
7024 \backslash
7025 frac
7026 \begin_inset ERT
7027 status collapsed
7028
7029 \begin_layout Plain Layout
7030
7031
7032 \backslash
7033 spce 
7034 \end_layout
7035
7036 \end_inset
7037
7038 A
7039 \begin_inset Formula $\downarrow$
7040 \end_inset
7041
7042 C
7043 \begin_inset ERT
7044 status collapsed
7045
7046 \begin_layout Plain Layout
7047
7048
7049 \backslash
7050 spce 
7051 \end_layout
7052
7053 \end_inset
7054
7055 )
7056 \series default
7057 というコマンドは
7058 \begin_inset Formula 
7059 \[
7060 \ln(\frac{A}{C})
7061 \]
7062
7063 \end_inset
7064
7065 を生成します。
7066 \end_layout
7067
7068 \begin_layout Standard
7069 \align center
7070 複数行の括弧:
7071 \series bold
7072
7073 \backslash
7074 ln
7075 \backslash
7076 left(
7077 \backslash
7078 frac
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 spce 
7087 \end_layout
7088
7089 \end_inset
7090
7091 A
7092 \begin_inset Formula $\downarrow$
7093 \end_inset
7094
7095 C
7096 \begin_inset ERT
7097 status collapsed
7098
7099 \begin_layout Plain Layout
7100
7101
7102 \backslash
7103 spce 
7104 \end_layout
7105
7106 \end_inset
7107
7108
7109 \backslash
7110 right)
7111 \series default
7112 というコマンドは
7113 \begin_inset Formula 
7114 \[
7115 \ln\left(\frac{A}{C}\right)
7116 \]
7117
7118 \end_inset
7119
7120 を生成します。
7121 \end_layout
7122
7123 \begin_layout Standard
7124
7125 \series bold
7126
7127 \backslash
7128 left
7129 \series default
7130
7131 \series bold
7132
7133 \backslash
7134 right
7135 \series default
7136 の代わりに、短絡キー
7137 \family sans
7138 Alt+M
7139 \begin_inset space ~
7140 \end_inset
7141
7142 括弧
7143 \family default
7144 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7145 \begin_inset Newline newline
7146 \end_inset
7147
7148 すると、先ほどの例を作るコマンドは
7149 \series bold
7150
7151 \backslash
7152 ln Alt+M
7153 \series default
7154  
7155 \series bold
7156 (
7157 \backslash
7158 frac
7159 \begin_inset ERT
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163
7164
7165 \backslash
7166 spce 
7167 \end_layout
7168
7169 \end_inset
7170
7171 A
7172 \begin_inset Formula $\downarrow$
7173 \end_inset
7174
7175 C
7176 \series default
7177 となります。
7178 \end_layout
7179
7180 \begin_layout Standard
7181 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7182 \series bold
7183
7184 \backslash
7185 left.
7186 \backslash
7187 frac
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 spce 
7196 \end_layout
7197
7198 \end_inset
7199
7200 A
7201 \begin_inset Formula $\downarrow$
7202 \end_inset
7203
7204 B
7205 \begin_inset ERT
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209
7210
7211 \backslash
7212 spce 
7213 \end_layout
7214
7215 \end_inset
7216
7217
7218 \backslash
7219 right}
7220 \series default
7221 というコマンドは
7222 \series bold
7223
7224 \begin_inset Formula 
7225 \[
7226 \left.\frac{A}{B}\right\} 
7227 \]
7228
7229 \end_inset
7230
7231
7232 \series default
7233 を生成します。
7234 \series bold
7235
7236 \backslash
7237 left
7238 \series default
7239 コマンドおよび
7240 \series bold
7241
7242 \backslash
7243 right
7244 \series default
7245 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7246 \end_layout
7247
7248 \begin_layout Standard
7249 \begin_inset VSpace bigskip
7250 \end_inset
7251
7252 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7253 \series bold
7254
7255 \backslash
7256 middle
7257 \series default
7258
7259 \begin_inset Index idx
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263 こまんど@コマンド ! M ! 
7264 \backslash
7265 middle
7266 \end_layout
7267
7268 \end_inset
7269
7270 コマンドも使用することができます
7271 \begin_inset Foot
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275
7276 \series bold
7277 (訳註)
7278 \series default
7279 pLaTeXでは、標準では
7280 \series bold
7281
7282 \backslash
7283 middle
7284 \series default
7285 コマンドは使えません。よって、以下の例では「
7286 \series bold
7287
7288 \backslash
7289 middle
7290 \series default
7291
7292 \begin_inset Formula $|$
7293 \end_inset
7294
7295 」の代わりに「
7296 \series bold
7297
7298 \backslash
7299 biggm
7300 \series default
7301
7302 \begin_inset Formula $|$
7303 \end_inset
7304
7305 」を用いています。
7306 \end_layout
7307
7308 \end_inset
7309
7310 。このコマンドでは、物理ベクトル
7311 \begin_inset Formula 
7312 \[
7313 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7314 \]
7315
7316 \end_inset
7317
7318 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7319 \begin_inset CommandInset ref
7320 LatexCommand ref
7321 reference "sub:物理ベクトル"
7322
7323 \end_inset
7324
7325 節に説明されているように特殊なLaTeXパッケージがあります。
7326 \end_layout
7327
7328 \begin_layout Subsection
7329 水平括弧
7330 \begin_inset Index idx
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334 かっこ@括弧 ! すいへい@水平
7335 \end_layout
7336
7337 \end_inset
7338
7339
7340 \end_layout
7341
7342 \begin_layout Standard
7343 \align center
7344 \begin_inset Tabular
7345 <lyxtabular version="3" rows="4" columns="2">
7346 <features tabularvalignment="middle">
7347 <column alignment="center" valignment="top" width="0pt">
7348 <column alignment="center" valignment="top" width="0pt">
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 コマンド
7355 \begin_inset Note Note
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359 ここで
7360 \series bold
7361
7362 \backslash
7363 raisebox
7364 \series default
7365 はスペーサーとして使用しているだけです。
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 出力
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 </row>
7385 <row>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 raisebox{2.3mm}{
7398 \end_layout
7399
7400 \end_inset
7401
7402
7403 \backslash
7404 overbrace
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 spce 
7413 \end_layout
7414
7415 \end_inset
7416
7417 A+B
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 spce 
7426 \end_layout
7427
7428 \end_inset
7429
7430 ^
7431 \begin_inset ERT
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435
7436
7437 \backslash
7438 spce 
7439 \end_layout
7440
7441 \end_inset
7442
7443 3
7444 \begin_inset ERT
7445 status collapsed
7446
7447 \begin_layout Plain Layout
7448
7449 }
7450 \end_layout
7451
7452 \end_inset
7453
7454
7455 \begin_inset Index idx
7456 status collapsed
7457
7458 \begin_layout Plain Layout
7459 こまんど@コマンド ! O ! 
7460 \backslash
7461 overbrace
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 \begin_inset Formula $\overbrace{A+B}^{3}$
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 raisebox{-2.2mm}{
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \backslash
7503 underbrace
7504 \begin_inset ERT
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508
7509
7510 \backslash
7511 spce 
7512 \end_layout
7513
7514 \end_inset
7515
7516 A+B
7517 \begin_inset ERT
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521
7522
7523 \backslash
7524 spce 
7525 \end_layout
7526
7527 \end_inset
7528
7529 _5
7530 \begin_inset ERT
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535 }
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \begin_inset Index idx
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545 こまんど@コマンド ! U ! 
7546 \backslash
7547 underbrace
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset Formula $\underbrace{A+B}_{5}$
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \backslash
7577 overbrace
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 spce 
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \backslash
7592 underbrace
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605 A+B_w
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624
7625 \backslash
7626 spce 
7627 \end_layout
7628
7629 \end_inset
7630
7631 _7
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637
7638 \backslash
7639 spce 
7640 \end_layout
7641
7642 \end_inset
7643
7644
7645 \begin_inset ERT
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649
7650
7651 \backslash
7652 spce 
7653 \end_layout
7654
7655 \end_inset
7656
7657 ^
7658 \begin_inset ERT
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662
7663
7664 \backslash
7665 spce 
7666 \end_layout
7667
7668 \end_inset
7669
7670 C
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 </row>
7688 </lyxtabular>
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \begin_layout Standard
7696 最後の例では、
7697 \series bold
7698
7699 \backslash
7700 overbrace
7701 \series default
7702 が先に挿入されようが
7703 \series bold
7704
7705 \backslash
7706 underbrace
7707 \series default
7708 が先に挿入されようが代わりはありません。
7709 \end_layout
7710
7711 \begin_layout Standard
7712 \begin_inset VSpace bigskip
7713 \end_inset
7714
7715 括弧をお互いに重ねる必要がある場合には、第
7716 \begin_inset CommandInset ref
7717 LatexCommand ref
7718 reference "sec:多行数式"
7719
7720 \end_inset
7721
7722 節に説明されているように、次のような多行数式を使わなくてはなりません。
7723 \begin_inset Formula 
7724 \begin{eqnarray*}
7725 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7726  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7727 \end{eqnarray*}
7728
7729 \end_inset
7730
7731 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7732 \begin_inset Foot
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 空白コマンドは第
7737 \begin_inset CommandInset ref
7738 LatexCommand ref
7739 reference "sub:定義済みの空白"
7740
7741 \end_inset
7742
7743 章に説明があります。
7744 \end_layout
7745
7746 \end_inset
7747
7748
7749 \series bold
7750
7751 \backslash
7752 :
7753 \series default
7754 を最初の
7755 \begin_inset Formula $d$
7756 \end_inset
7757
7758 の前に挿入しておくことが重要です。さもないと、
7759 \begin_inset Formula $q$
7760 \end_inset
7761
7762 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7763 \begin_inset Foot
7764 status collapsed
7765
7766 \begin_layout Plain Layout
7767 これは、括弧が文字として取り扱われないためです。第
7768 \begin_inset CommandInset ref
7769 LatexCommand ref
7770 reference "sub:二項演算子"
7771
7772 \end_inset
7773
7774 章参照。
7775 \end_layout
7776
7777 \end_inset
7778
7779 ためです。二行目には、二つめの括弧が挿入されています。
7780 \begin_inset Formula $b$
7781 \end_inset
7782
7783 の直前から始まるようにするために、まず
7784 \series bold
7785
7786 \backslash
7787 hphantom{gggg+
7788 \backslash
7789 :}
7790 \series default
7791 というコマンド
7792 \begin_inset Foot
7793 status collapsed
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798
7799 \backslash
7800 hphantom
7801 \series default
7802 に関する詳細は、第
7803 \begin_inset CommandInset ref
7804 LatexCommand ref
7805 reference "sub:埋め草"
7806
7807 \end_inset
7808
7809 章を参照してください。
7810 \end_layout
7811
7812 \end_inset
7813
7814 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7815 \series bold
7816
7817 \backslash
7818 hphantom{bbqq+dddd}
7819 \series default
7820 コマンドの下に置きます。
7821 \end_layout
7822
7823 \begin_layout Standard
7824 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7825 \begin_inset ERT
7826 status collapsed
7827
7828 \begin_layout Plain Layout
7829
7830
7831 \backslash
7832 setlength{
7833 \backslash
7834 jot}{-6pt}
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \begin_inset Formula 
7841 \begin{eqnarray*}
7842  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7843 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7844 \end{eqnarray*}
7845
7846 \end_inset
7847
7848
7849 \begin_inset ERT
7850 status collapsed
7851
7852 \begin_layout Plain Layout
7853
7854
7855 \backslash
7856 setlength{
7857 \backslash
7858 jot}{3pt}
7859 \end_layout
7860
7861 \end_inset
7862
7863 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7864 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7865 \begin_inset Foot
7866 status collapsed
7867
7868 \begin_layout Plain Layout
7869 \begin_inset CommandInset href
7870 LatexCommand href
7871 name "LyX-bug #1505"
7872 target "http://www.lyx.org/trac/ticket/1505"
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_inset
7880
7881 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7882 \series bold
7883 setlength{
7884 \backslash
7885 jot}{-6pt}
7886 \series default
7887 というコマンドを入れて、大域的な数式行間
7888 \series bold
7889
7890 \backslash
7891 jot
7892 \series default
7893
7894 \begin_inset Index idx
7895 status collapsed
7896
7897 \begin_layout Plain Layout
7898 こまんど@コマンド ! J ! 
7899 \backslash
7900 jot
7901 \end_layout
7902
7903 \end_inset
7904
7905 を-6
7906 \begin_inset space \thinspace{}
7907 \end_inset
7908
7909 ptに変更しなくてはなりません。
7910 \series bold
7911
7912 \backslash
7913 jot
7914 \series default
7915 は、数式直後に同様のコマンドを使って標準値の3
7916 \begin_inset space \thinspace{}
7917 \end_inset
7918
7919 ptに戻します。数式中の行間について、詳しくは第
7920 \begin_inset CommandInset ref
7921 LatexCommand ref
7922 reference "sub:行間"
7923
7924 \end_inset
7925
7926 章に説明があります。
7927 \end_layout
7928
7929 \begin_layout Section
7930 矢印
7931 \begin_inset Index idx
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935 やじるし@矢印
7936 \end_layout
7937
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \begin_layout Standard
7944 矢印は、数式ツールバーボタンの
7945 \begin_inset Graphics
7946         filename ../../images/math/leftarrow.png
7947         scale 85
7948
7949 \end_inset
7950
7951 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7952 \end_layout
7953
7954 \begin_layout Standard
7955 \begin_inset Newpage newpage
7956 \end_inset
7957
7958
7959 \end_layout
7960
7961 \begin_layout Subsection
7962 水平矢印
7963 \begin_inset Index idx
7964 status collapsed
7965
7966 \begin_layout Plain Layout
7967 やじるし@矢印 ! すいへい@水平
7968 \end_layout
7969
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \begin_layout Standard
7976 \begin_inset space \hfill{}
7977 \end_inset
7978
7979
7980 \begin_inset Tabular
7981 <lyxtabular version="3" rows="8" columns="2">
7982 <features tabularvalignment="middle">
7983 <column alignment="center" valignment="top" width="0pt">
7984 <column alignment="center" valignment="top" width="0pt">
7985 <row>
7986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 コマンド
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 出力
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \backslash
8012 gets
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 \begin_inset Formula $\gets$
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \backslash
8037 Leftarrow
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 \begin_inset Formula $\Leftarrow$
8047 \end_inset
8048
8049
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \backslash
8062 longleftarrow
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 \begin_inset Formula $\longleftarrow$
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 Longleftarrow
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\Longleftarrow$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \backslash
8112 leftharpoonup
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 \begin_inset Formula $\leftharpoonup$
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 leftharpoondown
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\leftharpoondown$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 hookleftarrow
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\hookleftarrow$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 </lyxtabular>
8181
8182 \end_inset
8183
8184
8185 \begin_inset space \hfill{}
8186 \end_inset
8187
8188
8189 \begin_inset Tabular
8190 <lyxtabular version="3" rows="8" columns="2">
8191 <features tabularvalignment="middle">
8192 <column alignment="center" valignment="top" width="0pt">
8193 <column alignment="center" valignment="top" width="0pt">
8194 <row>
8195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 コマンド
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 出力
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 to
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\to$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 Rightarrow
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\Rightarrow$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \backslash
8271 longrightarrow
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 \begin_inset Formula $\longrightarrow$
8281 \end_inset
8282
8283
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \backslash
8296 Longrightarrow
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 \begin_inset Formula $\Longrightarrow$
8306 \end_inset
8307
8308
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \backslash
8321 rightharpoonup
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 \begin_inset Formula $\rightharpoonup$
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \backslash
8346 rightharpoondown
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 \begin_inset Formula $\rightharpoondown$
8356 \end_inset
8357
8358
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \backslash
8371 hookrightarrow
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 \begin_inset Formula $\hookrightarrow$
8381 \end_inset
8382
8383
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 </lyxtabular>
8390
8391 \end_inset
8392
8393
8394 \begin_inset space \hfill{}
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \begin_layout Standard
8401 \begin_inset space \hfill{}
8402 \end_inset
8403
8404
8405 \begin_inset Tabular
8406 <lyxtabular version="3" rows="6" columns="2">
8407 <features tabularvalignment="middle">
8408 <column alignment="center" valignment="top" width="0pt">
8409 <column alignment="center" valignment="top" width="0pt">
8410 <row>
8411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 コマンド
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 出力
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 leftrightarrow
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\leftrightarrow$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \backslash
8462 Leftrightarrow
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 \begin_inset Formula $\Leftrightarrow$
8472 \end_inset
8473
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \backslash
8487 longleftrightarrow
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 \begin_inset Formula $\longleftrightarrow$
8497 \end_inset
8498
8499
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \backslash
8512 Longleftrightarrow
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 \begin_inset Formula $\Longleftrightarrow$
8522 \end_inset
8523
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \backslash
8537 rightleftharpoons
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 \begin_inset Formula $\rightleftharpoons$
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 </lyxtabular>
8556
8557 \end_inset
8558
8559
8560 \begin_inset space \hspace{}
8561 \length 25pt
8562 \end_inset
8563
8564
8565 \begin_inset space \hfill{}
8566 \end_inset
8567
8568
8569 \begin_inset Tabular
8570 <lyxtabular version="3" rows="5" columns="2">
8571 <features tabularvalignment="middle">
8572 <column alignment="center" valignment="top" width="0pt">
8573 <column alignment="center" valignment="top" width="0pt">
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 コマンド
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 出力
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \backslash
8601 mapsto
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 \begin_inset Formula $\mapsto$
8611 \end_inset
8612
8613
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \backslash
8626 longmapsto
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 \begin_inset Formula $\longmapsto$
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \backslash
8651 leadsto
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 \begin_inset Formula $\leadsto$
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \backslash
8676 dasharrow
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 \begin_inset Formula $\dasharrow$
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 </lyxtabular>
8695
8696 \end_inset
8697
8698
8699 \begin_inset space \hfill{}
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \begin_layout Standard
8706 \begin_inset VSpace medskip
8707 \end_inset
8708
8709 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8710 \begin_inset CommandInset ref
8711 LatexCommand ref
8712 reference "sec:アクセント"
8713
8714 \end_inset
8715
8716 節に一覧があります。
8717 \end_layout
8718
8719 \begin_layout Standard
8720 \begin_inset VSpace bigskip
8721 \end_inset
8722
8723 さらに、ラベル付き矢印
8724 \begin_inset Index idx
8725 status collapsed
8726
8727 \begin_layout Plain Layout
8728 やじるし@矢印 ! らべるつき@ラベル付き
8729 \end_layout
8730
8731 \end_inset
8732
8733 として、
8734 \series bold
8735
8736 \backslash
8737 xleftarrow
8738 \series default
8739
8740 \begin_inset Index idx
8741 status collapsed
8742
8743 \begin_layout Plain Layout
8744 こまんど@コマンド ! X ! 
8745 \backslash
8746 xleftarrow
8747 \end_layout
8748
8749 \end_inset
8750
8751
8752 \series bold
8753
8754 \backslash
8755 xrightarrow
8756 \series default
8757
8758 \begin_inset Index idx
8759 status collapsed
8760
8761 \begin_layout Plain Layout
8762 こまんど@コマンド ! X ! 
8763 \backslash
8764 xrightarrow
8765 \begin_inset ERT
8766 status collapsed
8767
8768 \begin_layout Plain Layout
8769
8770
8771 \backslash
8772 vspace{4mm}
8773 \end_layout
8774
8775 \end_inset
8776
8777
8778 \end_layout
8779
8780 \end_inset
8781
8782 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8783 ます。
8784 \end_layout
8785
8786 \begin_layout Standard
8787 \align center
8788 \begin_inset Tabular
8789 <lyxtabular version="3" rows="3" columns="2">
8790 <features tabularvalignment="middle">
8791 <column alignment="center" valignment="top" width="0pt">
8792 <column alignment="center" valignment="top" width="0pt">
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 コマンド
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 出力
8808 \begin_inset Note Note
8809 status collapsed
8810
8811 \begin_layout Plain Layout
8812 ここで
8813 \series bold
8814
8815 \backslash
8816 raisebox
8817 \series default
8818 はスペーサーとして使用しているだけです。
8819 \end_layout
8820
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 F(a)
8835 \backslash
8836 xleftarrow
8837 \begin_inset ERT
8838 status collapsed
8839
8840 \begin_layout Plain Layout
8841
8842
8843 \backslash
8844 spce 
8845 \end_layout
8846
8847 \end_inset
8848
8849 x=a
8850 \begin_inset Formula $\downarrow$
8851 \end_inset
8852
8853 x
8854 \begin_inset Formula $>$
8855 \end_inset
8856
8857 0
8858 \begin_inset Formula $\to$
8859 \end_inset
8860
8861 F(x)
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 F(x)
8885 \backslash
8886 xrightarrow
8887 \begin_inset ERT
8888 status collapsed
8889
8890 \begin_layout Plain Layout
8891
8892
8893 \backslash
8894 spce 
8895 \end_layout
8896
8897 \end_inset
8898
8899 x=a
8900 \begin_inset Formula $\downarrow$
8901 \end_inset
8902
8903 x
8904 \begin_inset Formula $>$
8905 \end_inset
8906
8907 0
8908 \begin_inset Formula $\to$
8909 \end_inset
8910
8911 F(a)
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8921 \end_inset
8922
8923
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 </lyxtabular>
8930
8931 \end_inset
8932
8933
8934 \end_layout
8935
8936 \begin_layout Subsection
8937 垂直矢印および対角矢印
8938 \begin_inset Index idx
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942 やじるし@矢印 ! たいかく@対角
8943 \end_layout
8944
8945 \end_inset
8946
8947
8948 \begin_inset Index idx
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 やじるし@矢印 ! すいちょく@垂直
8953 \end_layout
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \begin_layout Standard
8961 \begin_inset space \hfill{}
8962 \end_inset
8963
8964
8965 \begin_inset Tabular
8966 <lyxtabular version="3" rows="7" columns="2">
8967 <features tabularvalignment="middle">
8968 <column alignment="center" valignment="top" width="0pt">
8969 <column alignment="center" valignment="top" width="0pt">
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 コマンド
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 出力
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997 uparrow
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\uparrow$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \backslash
9022 Uparrow
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 \begin_inset Formula $\Uparrow$
9032 \end_inset
9033
9034
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \backslash
9047 updownarrow
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 \begin_inset Formula $\updownarrow$
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \backslash
9072 Updownarrow
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 \begin_inset Formula $\Updownarrow$
9082 \end_inset
9083
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \backslash
9097 Downarrow
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 \begin_inset Formula $\Downarrow$
9107 \end_inset
9108
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \backslash
9122 downarrow
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 \begin_inset Formula $\downarrow$
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 </lyxtabular>
9141
9142 \end_inset
9143
9144
9145 \begin_inset space \hfill{}
9146 \end_inset
9147
9148
9149 \begin_inset Tabular
9150 <lyxtabular version="3" rows="5" columns="2">
9151 <features tabularvalignment="middle">
9152 <column alignment="center" valignment="top" width="0pt">
9153 <column alignment="center" valignment="top" width="0pt">
9154 <row>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 コマンド
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 出力
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \backslash
9181 nearrow
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 \begin_inset Formula $\nearrow$
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \backslash
9206 searrow
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 \begin_inset Formula $\searrow$
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 </row>
9224 <row>
9225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \backslash
9231 swarrow
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 \begin_inset Formula $\swarrow$
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \backslash
9256 nwarrow
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 \begin_inset Formula $\nwarrow$
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 </lyxtabular>
9275
9276 \end_inset
9277
9278
9279 \begin_inset space \hfill{}
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \begin_layout Standard
9286 \begin_inset VSpace medskip
9287 \end_inset
9288
9289 垂直矢印は、第
9290 \begin_inset CommandInset ref
9291 LatexCommand ref
9292 reference "sub:手動の括弧丈"
9293
9294 \end_inset
9295
9296 節および第
9297 \begin_inset CommandInset ref
9298 LatexCommand ref
9299 reference "sub:自動の括弧丈"
9300
9301 \end_inset
9302
9303 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9304 \end_layout
9305
9306 \begin_layout Standard
9307 \begin_inset Newpage newpage
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \begin_layout Section
9314 アクセント
9315 \begin_inset CommandInset label
9316 LatexCommand label
9317 name "sec:アクセント"
9318
9319 \end_inset
9320
9321
9322 \begin_inset Index idx
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326 あくせんと@アクセント
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335 アクセントは、数式ツールバーボタンの
9336 \begin_inset Graphics
9337         filename ../../images/math/hat.png
9338         scale 85
9339
9340 \end_inset
9341
9342 か、以下の各小節に列挙してあるコマンドで入力することができます。
9343 \end_layout
9344
9345 \begin_layout Subsection
9346 一文字に付けるアクセント
9347 \begin_inset ERT
9348 status collapsed
9349
9350 \begin_layout Plain Layout
9351
9352
9353 \backslash
9354 texorpdfstring{
9355 \end_layout
9356
9357 \end_inset
9358
9359
9360 \begin_inset Foot
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364 本文中のアクセントについては、第
9365 \begin_inset CommandInset ref
9366 LatexCommand ref
9367 reference "sub:文章中のアクセント"
9368
9369 \end_inset
9370
9371 節を参照。
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \begin_inset ERT
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381
9382 }{}
9383 \end_layout
9384
9385 \end_inset
9386
9387
9388 \begin_inset Note Note
9389 status collapsed
9390
9391 \begin_layout Plain Layout
9392
9393 \series bold
9394
9395 \backslash
9396 texorpdfstring
9397 \series default
9398 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9399 \end_layout
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404
9405 \backslash
9406 texorpdfstring
9407 \series default
9408 についての詳細は、第
9409 \begin_inset CommandInset ref
9410 LatexCommand ref
9411 reference "sub:節見出し中の数式"
9412
9413 \end_inset
9414
9415 節にあります。
9416 \end_layout
9417
9418 \end_inset
9419
9420
9421 \begin_inset CommandInset label
9422 LatexCommand label
9423 name "sub:一文字に付けるアクセント"
9424
9425 \end_inset
9426
9427
9428 \begin_inset Index idx
9429 status collapsed
9430
9431 \begin_layout Plain Layout
9432 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9433 \end_layout
9434
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \begin_layout Standard
9441 \begin_inset space \hfill{}
9442 \end_inset
9443
9444
9445 \begin_inset Tabular
9446 <lyxtabular version="3" rows="8" columns="2">
9447 <features tabularvalignment="middle">
9448 <column alignment="center" valignment="top" width="0pt">
9449 <column alignment="center" valignment="top" width="0pt">
9450 <row>
9451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 コマンド
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 出力
9465 \begin_inset Note Note
9466 status collapsed
9467
9468 \begin_layout Plain Layout
9469 ここで
9470 \series bold
9471
9472 \backslash
9473 raisebox
9474 \series default
9475 はスペーサーとして使用しているだけです。
9476 \end_layout
9477
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \backslash
9493 dot
9494 \begin_inset ERT
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498
9499
9500 \backslash
9501 spce 
9502 \end_layout
9503
9504 \end_inset
9505
9506 A
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 ddot
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537
9538 \backslash
9539 spce 
9540 \end_layout
9541
9542 \end_inset
9543
9544 A
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \backslash
9569 dddot
9570 \begin_inset ERT
9571 status collapsed
9572
9573 \begin_layout Plain Layout
9574
9575
9576 \backslash
9577 spce 
9578 \end_layout
9579
9580 \end_inset
9581
9582 A
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \backslash
9607 ddddot
9608 \begin_inset ERT
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612
9613
9614 \backslash
9615 spce 
9616 \end_layout
9617
9618 \end_inset
9619
9620 A
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row>
9639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \backslash
9645 vec
9646 \begin_inset ERT
9647 status collapsed
9648
9649 \begin_layout Plain Layout
9650
9651
9652 \backslash
9653 spce 
9654 \end_layout
9655
9656 \end_inset
9657
9658 A
9659 \begin_inset Index idx
9660 status collapsed
9661
9662 \begin_layout Plain Layout
9663
9664 \lang english
9665 Vectors
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \backslash
9695 bar
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 spce 
9704 \end_layout
9705
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 mathring
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Plain Layout
9738
9739
9740 \backslash
9741 spce 
9742 \end_layout
9743
9744 \end_inset
9745
9746 A
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 </lyxtabular>
9765
9766 \end_inset
9767
9768
9769 \begin_inset space \hfill{}
9770 \end_inset
9771
9772
9773 \begin_inset Tabular
9774 <lyxtabular version="3" rows="7" columns="2">
9775 <features tabularvalignment="middle">
9776 <column alignment="center" valignment="top" width="0pt">
9777 <column alignment="center" valignment="top" width="0pt">
9778 <row>
9779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 コマンド
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 出力
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \backslash
9805 tilde
9806 \begin_inset ERT
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810
9811
9812 \backslash
9813 spce 
9814 \end_layout
9815
9816 \end_inset
9817
9818 A
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \backslash
9843 hat
9844 \begin_inset ERT
9845 status collapsed
9846
9847 \begin_layout Plain Layout
9848
9849
9850 \backslash
9851 spce 
9852 \end_layout
9853
9854 \end_inset
9855
9856 A
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \backslash
9881 check
9882 \begin_inset ERT
9883 status collapsed
9884
9885 \begin_layout Plain Layout
9886
9887
9888 \backslash
9889 spce 
9890 \end_layout
9891
9892 \end_inset
9893
9894 A
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \backslash
9919 acute
9920 \begin_inset ERT
9921 status collapsed
9922
9923 \begin_layout Plain Layout
9924
9925
9926 \backslash
9927 spce 
9928 \end_layout
9929
9930 \end_inset
9931
9932 A
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 grave
9958 \begin_inset ERT
9959 status collapsed
9960
9961 \begin_layout Plain Layout
9962
9963
9964 \backslash
9965 spce 
9966 \end_layout
9967
9968 \end_inset
9969
9970 A
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \backslash
9995 breve
9996 \begin_inset ERT
9997 status collapsed
9998
9999 \begin_layout Plain Layout
10000
10001
10002 \backslash
10003 spce 
10004 \end_layout
10005
10006 \end_inset
10007
10008 A
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 </lyxtabular>
10027
10028 \end_inset
10029
10030
10031 \begin_inset space \hfill{}
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \begin_layout Standard
10038 \begin_inset VSpace bigskip
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 '{e}
10053 \end_layout
10054
10055 \end_inset
10056
10057 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10058 \begin_inset Index idx
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 うむらうと@ウムラウト
10063 \end_layout
10064
10065 \end_inset
10066
10067 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10068 として取り扱います。
10069 \series bold
10070
10071 \backslash
10072 ddot
10073 \series default
10074 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10075 \end_layout
10076
10077 \begin_layout Standard
10078 \begin_inset VSpace -2mm
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \begin_layout Standard
10085 \align center
10086 \begin_inset Tabular
10087 <lyxtabular version="3" rows="3" columns="2">
10088 <features tabularvalignment="middle">
10089 <column alignment="center" valignment="top" width="0">
10090 <column alignment="center" valignment="top" width="0">
10091 <row>
10092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 コマンド
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 出力
10106 \begin_inset Note Note
10107 status collapsed
10108
10109 \begin_layout Plain Layout
10110 ここで
10111 \series bold
10112
10113 \backslash
10114 raisebox
10115 \series default
10116 および0ポイント空白はスペーサーとして使用しているだけです。
10117 \end_layout
10118
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 \begin_inset Quotes grd
10133 \end_inset
10134
10135 i
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \lang ngerman
10146 \begin_inset space \hspace{}
10147 \length 0pt
10148 \end_inset
10149
10150
10151 \begin_inset Formula $"i$
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \backslash
10167 ddot
10168 \begin_inset ERT
10169 status collapsed
10170
10171 \begin_layout Plain Layout
10172
10173
10174 \backslash
10175 spce 
10176 \end_layout
10177
10178 \end_inset
10179
10180 i
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 </lyxtabular>
10199
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \begin_layout Standard
10206
10207 \series bold
10208
10209 \backslash
10210 ddot
10211 \series default
10212 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10213 \emph on
10214 数式中テキストでは使用できない
10215 \emph default
10216 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10217 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10218 \end_layout
10219
10220 \begin_layout Standard
10221 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10222 \end_layout
10223
10224 \begin_layout Subsection
10225 演算子に付けるアクセント
10226 \begin_inset Index idx
10227 status collapsed
10228
10229 \begin_layout Plain Layout
10230 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10231 \end_layout
10232
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \begin_layout Standard
10239
10240 \series bold
10241
10242 \backslash
10243 overset
10244 \series default
10245
10246 \begin_inset Index idx
10247 status collapsed
10248
10249 \begin_layout Plain Layout
10250 こまんど@コマンド ! O ! 
10251 \backslash
10252 overset
10253 \end_layout
10254
10255 \end_inset
10256
10257 コマンドや
10258 \series bold
10259
10260 \backslash
10261 underset
10262 \series default
10263
10264 \begin_inset Index idx
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268 こまんど@コマンド ! U ! 
10269 \backslash
10270 underset
10271 \end_layout
10272
10273 \end_inset
10274
10275 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10276 \series bold
10277
10278 \backslash
10279 sideset
10280 \series default
10281
10282 \begin_inset Index idx
10283 status collapsed
10284
10285 \begin_layout Plain Layout
10286 こまんど@コマンド ! S ! 
10287 \backslash
10288 sideset
10289 \end_layout
10290
10291 \end_inset
10292
10293 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10294 \end_layout
10295
10296 \begin_layout Standard
10297
10298 \series bold
10299
10300 \backslash
10301 sideset{前置文字}{後置文字}
10302 \end_layout
10303
10304 \begin_layout Standard
10305
10306 \series bold
10307
10308 \backslash
10309 sideset
10310 \series default
10311 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10312 \series bold
10313
10314 \backslash
10315 sideset
10316 \series default
10317 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10318 \end_layout
10319
10320 \begin_layout Standard
10321 たとえば、
10322 \series bold
10323
10324 \backslash
10325 sideset{
10326 \begin_inset Formula $\to$
10327 \end_inset
10328
10329
10330 \backslash
10331 {
10332 \series default
10333 '
10334 \series bold
10335
10336 \begin_inset Formula $\to$
10337 \end_inset
10338
10339
10340 \backslash
10341 sum_k=1
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346
10347
10348 \backslash
10349 spce 
10350 \end_layout
10351
10352 \end_inset
10353
10354
10355 \series default
10356 ^
10357 \series bold
10358 n
10359 \series default
10360 というコマンドを入力すると、
10361 \begin_inset Formula 
10362 \[
10363 \sideset{}{'}\sum_{k=1}^{n}
10364 \]
10365
10366 \end_inset
10367
10368 のようになります。
10369 \end_layout
10370
10371 \begin_layout Standard
10372 また、
10373 \series bold
10374
10375 \backslash
10376 overset
10377 \begin_inset ERT
10378 status collapsed
10379
10380 \begin_layout Plain Layout
10381
10382
10383 \backslash
10384 spce 
10385 \end_layout
10386
10387 \end_inset
10388
10389
10390 \backslash
10391 maltese
10392 \begin_inset ERT
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396
10397
10398 \backslash
10399 spce 
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \series default
10406
10407 \begin_inset Formula $\uparrow$
10408 \end_inset
10409
10410
10411 \series bold
10412 a
10413 \series default
10414 というコマンドならば、
10415 \begin_inset Formula 
10416 \[
10417 \overset{a}{\maltese}
10418 \]
10419
10420 \end_inset
10421
10422 のようになります。最後の例からわかるように、
10423 \series bold
10424
10425 \backslash
10426 overset
10427 \series default
10428
10429 \series bold
10430
10431 \backslash
10432 underset
10433 \series default
10434 では、記号や文字にアクセントをつけることもできます。一方、
10435 \series bold
10436
10437 \backslash
10438 sideset
10439 \series default
10440 では、このようなことはできません。
10441 \end_layout
10442
10443 \begin_layout Subsection
10444 複数の文字に付けるアクセント
10445 \begin_inset Index idx
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10450 \end_layout
10451
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \begin_layout Standard
10458 \begin_inset space \hfill{}
10459 \end_inset
10460
10461
10462 \begin_inset Tabular
10463 <lyxtabular version="3" rows="5" columns="2">
10464 <features tabularvalignment="middle">
10465 <column alignment="center" valignment="top" width="0pt">
10466 <column alignment="center" valignment="top" width="0pt">
10467 <row>
10468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 コマンド
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 出力
10482 \begin_inset Note Note
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486 ここで
10487 \series bold
10488
10489 \backslash
10490 raisebox
10491 \series default
10492 はスペーサーとして使用しているだけです。
10493 \end_layout
10494
10495 \end_inset
10496
10497
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \backslash
10510 overleftarrow
10511 \begin_inset ERT
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515
10516
10517 \backslash
10518 spce 
10519 \end_layout
10520
10521 \end_inset
10522
10523 A=B
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10533 \end_inset
10534
10535
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \backslash
10548 underleftarrow
10549 \begin_inset ERT
10550 status collapsed
10551
10552 \begin_layout Plain Layout
10553
10554
10555 \backslash
10556 spce 
10557 \end_layout
10558
10559 \end_inset
10560
10561 A=B
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \backslash
10586 overleftrightarrow
10587 \begin_inset ERT
10588 status collapsed
10589
10590 \begin_layout Plain Layout
10591
10592
10593 \backslash
10594 spce 
10595 \end_layout
10596
10597 \end_inset
10598
10599 A=B
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \backslash
10624 underleftrightarrow
10625 \begin_inset ERT
10626 status collapsed
10627
10628 \begin_layout Plain Layout
10629
10630
10631 \backslash
10632 spce 
10633 \end_layout
10634
10635 \end_inset
10636
10637 A=B
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 </lyxtabular>
10656
10657 \end_inset
10658
10659
10660 \begin_inset space \hfill{}
10661 \end_inset
10662
10663
10664 \begin_inset Tabular
10665 <lyxtabular version="3" rows="5" columns="2">
10666 <features tabularvalignment="middle">
10667 <column alignment="center" valignment="top" width="0pt">
10668 <column alignment="center" valignment="top" width="0pt">
10669 <row>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 コマンド
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 出力
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 overrightarrow
10697 \begin_inset ERT
10698 status collapsed
10699
10700 \begin_layout Plain Layout
10701
10702
10703 \backslash
10704 spce 
10705 \end_layout
10706
10707 \end_inset
10708
10709 A=B
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \backslash
10734 underrightarrow
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout Plain Layout
10739
10740
10741 \backslash
10742 spce 
10743 \end_layout
10744
10745 \end_inset
10746
10747 A=B
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 widetilde
10773 \begin_inset ERT
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777
10778
10779 \backslash
10780 spce 
10781 \end_layout
10782
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 widehat
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 spce 
10819 \end_layout
10820
10821 \end_inset
10822
10823 A=B
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 </lyxtabular>
10842
10843 \end_inset
10844
10845
10846 \begin_inset space \hfill{}
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \begin_layout Standard
10853 \begin_inset VSpace medskip
10854 \end_inset
10855
10856 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10857 \series bold
10858
10859 \backslash
10860 widetilde
10861 \series default
10862 および
10863 \series bold
10864
10865 \backslash
10866 widehat
10867 \series default
10868 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10869 \begin_inset Formula 
10870 \[
10871 \widetilde{A+B=C-D}
10872 \]
10873
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \begin_layout Standard
10880 前小節で述べた
10881 \series bold
10882
10883 \backslash
10884 overset
10885 \series default
10886
10887 \begin_inset Index idx
10888 status collapsed
10889
10890 \begin_layout Plain Layout
10891 こまんど@コマンド ! O ! 
10892 \backslash
10893 overset
10894 \end_layout
10895
10896 \end_inset
10897
10898 コマンドと
10899 \series bold
10900
10901 \backslash
10902 underset
10903 \series default
10904
10905 \begin_inset Index idx
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909 こまんど@コマンド ! U ! 
10910 \backslash
10911 underset
10912 \end_layout
10913
10914 \end_inset
10915
10916 コマンドを使っても、複数の文字にアクセントを付けることができます。
10917 \series bold
10918
10919 \backslash
10920 underset
10921 \begin_inset ERT
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925
10926
10927 \backslash
10928 spce 
10929 \end_layout
10930
10931 \end_inset
10932
10933 A=B
10934 \begin_inset Formula $\downarrow$
10935 \end_inset
10936
10937 ***
10938 \series default
10939 というコマンドは、
10940 \begin_inset Formula 
10941 \[
10942 \underset{***}{A=B}
10943 \]
10944
10945 \end_inset
10946
10947 のようになります。
10948 \end_layout
10949
10950 \begin_layout Section
10951 空白
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "sub:空白"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index idx
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 くうはく@空白 ! すいへい@水平
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Subsection
10972 定義済みの空白
10973 \begin_inset CommandInset label
10974 LatexCommand label
10975 name "sub:定義済みの空白"
10976
10977 \end_inset
10978
10979
10980 \begin_inset Index idx
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10994 \begin_inset Info
10995 type  "shortcut"
10996 arg   "space-insert protected"
10997 \end_inset
10998
10999 )を挿入することで実現できます。「
11000 \color blue
11001
11002 \begin_inset ERT
11003 status collapsed
11004
11005 \begin_layout Plain Layout
11006
11007
11008 \backslash
11009 spce 
11010 \end_layout
11011
11012 \end_inset
11013
11014
11015 \color inherit
11016 」が現れるので、
11017 \family sans
11018 Space
11019 \family default
11020 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11021 \begin_inset Graphics
11022         filename ../../images/math/space.png
11023         scale 85
11024
11025 \end_inset
11026
11027 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11028 \family sans
11029 Space
11030 \family default
11031 を押すことによって、長さを変更することができます。
11032 \end_layout
11033
11034 \begin_layout Standard
11035 \noindent
11036 \align center
11037 \begin_inset Tabular
11038 <lyxtabular version="3" rows="3" columns="7">
11039 <features tabularvalignment="middle">
11040 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top" width="0">
11047 <row>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 コマンド
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \backslash
11063 ,
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \backslash
11074 :
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \backslash
11085 ;
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \backslash
11096 quad
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \backslash
11107 qquad
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \backslash
11118 !
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 保護された空白を挿入したのち、
11130 \family sans
11131 Space
11132 \family default
11133 を叩く回数
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 0
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 1
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 2
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 3
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 4
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 5
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 <row>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 出力
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 \begin_inset Formula $A\, B$
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 \begin_inset Formula $A\: B$
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 \begin_inset Formula $A\; B$
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 \begin_inset Formula $A\quad B$
11244 \end_inset
11245
11246
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 \begin_inset Formula $A\qquad B$
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 \begin_inset Formula $A\! B$
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 </row>
11276 </lyxtabular>
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \begin_layout Standard
11284 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11285 さの空白があります。
11286 \end_layout
11287
11288 \begin_layout Standard
11289 \align center
11290 \begin_inset Tabular
11291 <lyxtabular version="3" rows="3" columns="3">
11292 <features tabularvalignment="middle">
11293 <column alignment="center" valignment="middle" width="6.8cm">
11294 <column alignment="center" valignment="top" width="0pt">
11295 <column alignment="center" valignment="top" width="0pt">
11296 <row>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 コマンド
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \backslash
11312 negmedspace
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \backslash
11323 negthickspace
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 <row>
11330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 保護された空白を挿入したのち、
11335 \family sans
11336 Space
11337 \family default
11338 を叩く回数
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 6
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 7
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 出力
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 \begin_inset Formula $A\negmedspace B$
11377 \end_inset
11378
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 \begin_inset Formula $A\negthickspace B$
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 </row>
11397 </lyxtabular>
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Standard
11405 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11406 \end_layout
11407
11408 \begin_layout Standard
11409 \align center
11410 \begin_inset Tabular
11411 <lyxtabular version="3" rows="3" columns="2">
11412 <features tabularvalignment="middle">
11413 <column alignment="center" valignment="top" width="0">
11414 <column alignment="center" valignment="top" width="0">
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 コマンド
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 出力
11430 \begin_inset Note Note
11431 status collapsed
11432
11433 \begin_layout Plain Layout
11434 ここで
11435 \series bold
11436
11437 \backslash
11438 raisebox
11439 \series default
11440 はスペーサーとして使用しているだけです。
11441 \end_layout
11442
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 <row>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456
11457 \backslash
11458 sum
11459 \backslash
11460 sum
11461 \begin_inset ERT
11462 status collapsed
11463
11464 \begin_layout Plain Layout
11465
11466
11467 \backslash
11468 spce 
11469 \end_layout
11470
11471 \end_inset
11472
11473 f_kl
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 <row>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496
11497 \backslash
11498 sum
11499 \backslash
11500 negmedspace
11501 \backslash
11502 sum
11503 \begin_inset ERT
11504 status collapsed
11505
11506 \begin_layout Plain Layout
11507
11508
11509 \backslash
11510 spce 
11511 \end_layout
11512
11513 \end_inset
11514
11515 f_kl
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 </lyxtabular>
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Standard
11541 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \align center
11546 \begin_inset Tabular
11547 <lyxtabular version="3" rows="2" columns="2">
11548 <features tabularvalignment="middle">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <column alignment="center" valignment="top" width="0pt">
11551 <row>
11552 <cell alignment="center" valignment="top" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 通常の数式
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 \begin_inset Formula $A=B$
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 <row>
11575 <cell alignment="center" valignment="top" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 \begin_inset Note Note
11580 status collapsed
11581
11582 \begin_layout Plain Layout
11583 ここで
11584 \series bold
11585
11586 \backslash
11587 raisebox
11588 \series default
11589 はスペーサーとして使用しているだけです。
11590 \end_layout
11591
11592 \end_inset
11593
11594
11595 \begin_inset Formula $\raisebox{5mm}{}$
11596 \end_inset
11597
11598 空白なしの数式
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 \begin_inset Formula $A{=}B$
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 </row>
11616 </lyxtabular>
11617
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \begin_layout Standard
11624 \noindent
11625 二行目の数式を作るコマンドは、
11626 \series bold
11627 A
11628 \backslash
11629 {=
11630 \begin_inset Formula $\to$
11631 \end_inset
11632
11633 B
11634 \series default
11635 です。
11636 \end_layout
11637
11638 \begin_layout Standard
11639 \begin_inset VSpace bigskip
11640 \end_inset
11641
11642 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11643 整形\SpecialChar \menuseparator
11644 小空白メニュー(短
11645 絡キー
11646 \begin_inset Info
11647 type  "shortcut"
11648 arg   "space-insert thin"
11649 \end_inset
11650
11651 )で、最小の空白を挿入することができます。
11652 \end_layout
11653
11654 \begin_layout Standard
11655 違いを示す例を以下に掲げます。
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \begin_inset Tabular
11660 <lyxtabular version="3" rows="2" columns="2">
11661 <features tabularvalignment="middle">
11662 <column alignment="left" valignment="top" width="0">
11663 <column alignment="left" valignment="top" width="0">
11664 <row>
11665 <cell alignment="center" valignment="top" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 24 kW
11670 \begin_inset Formula $\cdot$
11671 \end_inset
11672
11673 h
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 値と単位のあいだに通常の空白を入れた例
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 </row>
11688 <row>
11689 <cell alignment="center" valignment="top" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 24
11694 \begin_inset space \thinspace{}
11695 \end_inset
11696
11697 kW
11698 \begin_inset Formula $\cdot$
11699 \end_inset
11700
11701 h
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 値と単位のあいだに最小の空白を入れた例
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 </lyxtabular>
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Subsection
11724 可変長の空白
11725 \begin_inset ERT
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729
11730
11731 \backslash
11732 texorpdfstring{
11733 \end_layout
11734
11735 \end_inset
11736
11737
11738 \begin_inset Foot
11739 status collapsed
11740
11741 \begin_layout Plain Layout
11742 数式中の垂直方向の空白については、第
11743 \begin_inset CommandInset ref
11744 LatexCommand ref
11745 reference "sub:行間"
11746
11747 \end_inset
11748
11749 節をご覧下さい。
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \begin_inset ERT
11756 status collapsed
11757
11758 \begin_layout Plain Layout
11759
11760 }{}
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \begin_inset Note Note
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770
11771 \backslash
11772 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11773 \end_layout
11774
11775 \begin_layout Plain Layout
11776
11777 \backslash
11778 texorpdfstringについての詳細は、第
11779 \begin_inset CommandInset ref
11780 LatexCommand ref
11781 reference "sub:節見出し中の数式"
11782
11783 \end_inset
11784
11785 節にあります。
11786 \end_layout
11787
11788 \end_inset
11789
11790
11791 \begin_inset CommandInset label
11792 LatexCommand label
11793 name "sub:可変長の空白"
11794
11795 \end_inset
11796
11797
11798 \begin_inset Index idx
11799 status collapsed
11800
11801 \begin_layout Plain Layout
11802 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Standard
11811 指定した長さの空白が、
11812 \series bold
11813
11814 \backslash
11815 hspace
11816 \series default
11817
11818 \begin_inset Index idx
11819 status collapsed
11820
11821 \begin_layout Plain Layout
11822 こまんど@コマンド ! H ! 
11823 \backslash
11824 hspace
11825 \end_layout
11826
11827 \end_inset
11828
11829 コマンドで入力することができます。すると、ながい「
11830 \color blue
11831
11832 \begin_inset ERT
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836
11837
11838 \backslash
11839 spce 
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \color inherit
11846 」が現れます。長さは、「
11847 \color blue
11848
11849 \begin_inset ERT
11850 status collapsed
11851
11852 \begin_layout Plain Layout
11853
11854
11855 \backslash
11856 spce 
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \color inherit
11863 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11864 \series bold
11865
11866 \backslash
11867 hfill
11868 \series default
11869
11870 \begin_inset Index idx
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874 こまんど@コマンド ! H ! 
11875 \backslash
11876 hfill
11877 \end_layout
11878
11879 \end_inset
11880
11881 コマンドを使用します。
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \begin_inset VSpace -1mm
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \begin_layout Standard
11892 \align center
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="4" columns="2">
11895 <features tabularvalignment="middle">
11896 <column alignment="center" valignment="top" width="0">
11897 <column alignment="center" valignment="top" width="0">
11898 <row>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 コマンド(
11904 \backslash
11905 hspace 長さ)
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 出力
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 <row>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 A=B
11926 \backslash
11927 hspace
11928 \begin_inset ERT
11929 status collapsed
11930
11931 \begin_layout Plain Layout
11932
11933
11934 \backslash
11935 spce 
11936 \end_layout
11937
11938 \end_inset
11939
11940
11941 \begin_inset Formula $\to$
11942 \end_inset
11943
11944 A
11945 \backslash
11946 not=C (3
11947 \begin_inset space \thinspace{}
11948 \end_inset
11949
11950 cm)
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11960 \end_inset
11961
11962
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 A
11974 \backslash
11975 hspace
11976 \begin_inset ERT
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980
11981
11982 \backslash
11983 spce 
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \begin_inset Formula $\to$
11990 \end_inset
11991
11992 A
11993 \backslash
11994 not=A (-1
11995 \begin_inset space \thinspace{}
11996 \end_inset
11997
11998 mm)
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 <row>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 A=A
12022 \backslash
12023 hfill
12024 \begin_inset ERT
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028
12029
12030 \backslash
12031 spce 
12032 \end_layout
12033
12034 \end_inset
12035
12036 B=B
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 \begin_inset Formula $A=A\hfill B=B$
12046 \end_inset
12047
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 </lyxtabular>
12055
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \begin_layout Standard
12062 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12063 \series bold
12064
12065 \backslash
12066 hfill
12067 \series default
12068 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12069 \series bold
12070
12071 \backslash
12072 hfill
12073 \series default
12074 は、別行建て数式中では、
12075 \series bold
12076 行頭下げ
12077 \series default
12078 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "sec:数式様式"
12082
12083 \end_inset
12084
12085 節で説明されています)。
12086 \end_layout
12087
12088 \begin_layout Standard
12089
12090 \series bold
12091
12092 \backslash
12093 hfill
12094 \series default
12095 の他にも、空白を模様で埋める
12096 \series bold
12097
12098 \backslash
12099 dotfill
12100 \series default
12101
12102 \series bold
12103
12104 \backslash
12105 hrulefill
12106 \series default
12107 といったコマンドがあります。用例については第
12108 \begin_inset CommandInset ref
12109 LatexCommand ref
12110 reference "sub:省略符号"
12111
12112 \end_inset
12113
12114 節をご参照下さい。
12115 \end_layout
12116
12117 \begin_layout Standard
12118 本文中では、可変長空白は、
12119 \family sans
12120 挿入\SpecialChar \menuseparator
12121 整形\SpecialChar \menuseparator
12122 水平方向の空白
12123 \family default
12124 メニューで挿入することができます。
12125 \end_layout
12126
12127 \begin_layout Standard
12128 (例)
12129 \end_layout
12130
12131 \begin_layout Standard
12132 この行には、
12133 \begin_inset space \hspace{}
12134 \length 2cm
12135 \end_inset
12136
12137 2
12138 \begin_inset space \thinspace{}
12139 \end_inset
12140
12141 cmの空白が入っています。
12142 \end_layout
12143
12144 \begin_layout Standard
12145 この行には、
12146 \begin_inset space \hfill{}
12147 \end_inset
12148
12149 最大の空白が入っています。
12150 \end_layout
12151
12152 \begin_layout Subsection
12153 行内数式周りの空白
12154 \begin_inset Index idx
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12159 \end_layout
12160
12161 \end_inset
12162
12163
12164 \end_layout
12165
12166 \begin_layout Standard
12167 行内数式前後の空白は、長さ
12168 \series bold
12169
12170 \backslash
12171 mathsurround
12172 \begin_inset Index idx
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176 こまんど@コマンド ! M ! 
12177 \backslash
12178 mathsurround
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \series default
12185 を使って調節することができます。長さの値は、以下の書式を持つ
12186 \series bold
12187
12188 \backslash
12189 setlength
12190 \begin_inset Index idx
12191 status collapsed
12192
12193 \begin_layout Plain Layout
12194 こまんど@コマンド ! S ! 
12195 \backslash
12196 setlength
12197 \end_layout
12198
12199 \end_inset
12200
12201
12202 \series default
12203 コマンドを使って設定することができます。
12204 \end_layout
12205
12206 \begin_layout Standard
12207
12208 \series bold
12209
12210 \backslash
12211 setlength{長さ名}{値}
12212 \end_layout
12213
12214 \begin_layout Standard
12215
12216 \series bold
12217
12218 \backslash
12219 mathsurround
12220 \series default
12221 を5
12222 \begin_inset space \thinspace{}
12223 \end_inset
12224
12225 mmの値に設定するには、以下のコマンド
12226 \end_layout
12227
12228 \begin_layout Standard
12229
12230 \series bold
12231
12232 \backslash
12233 setlength{
12234 \backslash
12235 mathsurround}{5mm}
12236 \end_layout
12237
12238 \begin_layout Standard
12239 をTeXモードで挿入します。すると、5
12240 \begin_inset space \thinspace{}
12241 \end_inset
12242
12243 mmの空白がすべての行内数式の前後に設定されることになります。
12244 \begin_inset ERT
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248
12249
12250 \backslash
12251 setlength{
12252 \backslash
12253 mathsurround}{5mm}
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 この行には、周囲に5
12263 \begin_inset space \thinspace{}
12264 \end_inset
12265
12266 mmの余白を設定した行内数式
12267 \begin_inset Formula $A=B$
12268 \end_inset
12269
12270 があります。
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275
12276
12277 \backslash
12278 setlength{
12279 \backslash
12280 mathsurround}{0pt}
12281 \end_layout
12282
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \begin_layout Standard
12289 既定値に戻すには、
12290 \series bold
12291
12292 \backslash
12293 mathsurround
12294 \series default
12295 を0
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 ptの値に戻して下さい。
12300 \end_layout
12301
12302 \begin_layout Section
12303 ボックスと枠
12304 \begin_inset Index idx
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308 ぼっくす@ボックス
12309 \end_layout
12310
12311 \end_inset
12312
12313
12314 \begin_inset Index idx
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 わく@枠 | see
12319 \begin_inset ERT
12320 status collapsed
12321
12322 \begin_layout Plain Layout
12323
12324 {
12325 \end_layout
12326
12327 \end_inset
12328
12329 ボックス
12330 \begin_inset ERT
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334
12335 }
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 本文中のボックスについては、取扱説明書
12350 \family typewriter
12351 埋め込みオブジェクト篇
12352 \family default
12353
12354 \family typewriter
12355 Boxes
12356 \family default
12357 の章に述べられています。
12358 \end_layout
12359
12360 \begin_layout Subsection
12361 縁付きボックス
12362 \begin_inset CommandInset label
12363 LatexCommand label
12364 name "sub:縁付きボックス"
12365
12366 \end_inset
12367
12368
12369 \begin_inset Index idx
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373 ぼっくす@ボックス ! ふちつき@縁付き
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384
12385 \backslash
12386 fbox
12387 \series default
12388
12389 \begin_inset Index idx
12390 status collapsed
12391
12392 \begin_layout Plain Layout
12393 こまんど@コマンド ! F ! 
12394 \backslash
12395 fbox
12396 \end_layout
12397
12398 \end_inset
12399
12400 コマンドや
12401 \series bold
12402
12403 \backslash
12404 boxed
12405 \series default
12406
12407 \begin_inset Index idx
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 こまんど@コマンド ! B ! 
12412 \backslash
12413 boxed
12414 \end_layout
12415
12416 \end_inset
12417
12418 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12419 \end_layout
12420
12421 \begin_layout Standard
12422 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12423 \series bold
12424
12425 \backslash
12426 fbox
12427 \series default
12428 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12429 \family sans
12430 Ctrl+M
12431 \family default
12432 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12433 \series bold
12434
12435 \backslash
12436 boxed
12437 \series default
12438 を使った場合には、新しい数式が自動的に枠内に作られます。
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444
12445 \backslash
12446 fbox
12447 \series default
12448 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12449 \series bold
12450
12451 \backslash
12452 boxed
12453 \series default
12454 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12455 \end_layout
12456
12457 \begin_layout Standard
12458
12459 \series bold
12460
12461 \backslash
12462 fbox
12463 \series default
12464 の拡張として、枠幅と配置も指定することができる
12465 \series bold
12466
12467 \backslash
12468 framebox
12469 \series default
12470
12471 \begin_inset Index idx
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475 こまんど@コマンド ! F ! 
12476 \backslash
12477 framebox
12478 \end_layout
12479
12480 \end_inset
12481
12482 コマンドがあります。
12483 \series bold
12484
12485 \backslash
12486 framebox
12487 \series default
12488 は、以下の書式を持ちます。
12489 \end_layout
12490
12491 \begin_layout Standard
12492
12493 \series bold
12494
12495 \backslash
12496 framebox[枠幅][位置]{ボックスの内容}
12497 \end_layout
12498
12499 \begin_layout Standard
12500 「位置」は、
12501 \emph on
12502 l
12503 \emph default
12504
12505 \emph on
12506 r
12507 \emph default
12508 の値をとります。
12509 \emph on
12510 l
12511 \emph default
12512 は、ボックス中で数式を左寄せ、
12513 \emph on
12514 r
12515 \emph default
12516 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12517 \begin_inset Newline newline
12518 \end_inset
12519
12520 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12521 \series bold
12522
12523 \backslash
12524 fbox
12525 \series default
12526 と同様、枠幅がボックスの内容に応じて調節されるのです。
12527 \end_layout
12528
12529 \begin_layout Standard
12530
12531 \series bold
12532
12533 \backslash
12534 framebox
12535 \series default
12536 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12537 \series bold
12538
12539 \backslash
12540 fbox
12541 \series default
12542 同様、数式の断片を入れるためのものです。
12543 \end_layout
12544
12545 \begin_layout Standard
12546 \align center
12547 \begin_inset Tabular
12548 <lyxtabular version="3" rows="5" columns="2">
12549 <features tabularvalignment="middle">
12550 <column alignment="center" valignment="top" width="0">
12551 <column alignment="center" valignment="top" width="0">
12552 <row>
12553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 コマンド
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 出力
12567 \begin_inset Note Note
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571 ここで
12572 \series bold
12573
12574 \backslash
12575 raisebox
12576 \series default
12577 はスペーサーとして使用しているだけです。
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 <row>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \backslash
12595 fbox
12596 \begin_inset ERT
12597 status collapsed
12598
12599 \begin_layout Plain Layout
12600
12601
12602 \backslash
12603 spce 
12604 \end_layout
12605
12606 \end_inset
12607
12608
12609 \family sans
12610 Ctrl+M
12611 \family default
12612  
12613 \backslash
12614 int
12615 \begin_inset ERT
12616 status collapsed
12617
12618 \begin_layout Plain Layout
12619
12620
12621 \backslash
12622 spce 
12623 \end_layout
12624
12625 \end_inset
12626
12627 A=B
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row>
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650
12651 \backslash
12652 boxed
12653 \begin_inset ERT
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657
12658
12659 \backslash
12660 spce 
12661 \end_layout
12662
12663 \end_inset
12664
12665
12666 \backslash
12667 int
12668 \begin_inset ERT
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672
12673
12674 \backslash
12675 spce 
12676 \end_layout
12677
12678 \end_inset
12679
12680 A=B
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 </row>
12698 <row>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 A+
12704 \backslash
12705 fbox
12706 \begin_inset ERT
12707 status collapsed
12708
12709 \begin_layout Plain Layout
12710
12711
12712 \backslash
12713 spce 
12714 \end_layout
12715
12716 \end_inset
12717
12718 B
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \backslash
12743 framebox
12744 \begin_inset ERT
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749
12750 \backslash
12751 spce 
12752 \end_layout
12753
12754 \end_inset
12755
12756 20mm
12757 \begin_inset Formula $\to$
12758 \end_inset
12759
12760
12761 \begin_inset Formula $\to$
12762 \end_inset
12763
12764
12765 \family sans
12766 Ctrl+M
12767 \family default
12768  
12769 \backslash
12770 frac
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 spce 
12779 \end_layout
12780
12781 \end_inset
12782
12783 A
12784 \begin_inset Formula $\downarrow$
12785 \end_inset
12786
12787 B
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 \begin_inset Formula $\raisebox{6mm}{}$
12797 \end_inset
12798
12799
12800 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12801 \end_inset
12802
12803
12804 \begin_inset Formula $\raisebox{-4mm}{}$
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 </lyxtabular>
12814
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12822 \end_layout
12823
12824 \begin_layout Standard
12825
12826 \series bold
12827
12828 \backslash
12829 fboxrule
12830 \series default
12831  
12832 \series bold
12833
12834 \begin_inset Quotes eld
12835 \end_inset
12836
12837 厚み
12838 \begin_inset Quotes erd
12839 \end_inset
12840
12841
12842 \series default
12843  
12844 \series bold
12845
12846 \backslash
12847 fboxsep
12848 \series default
12849  
12850 \series bold
12851
12852 \begin_inset Quotes eld
12853 \end_inset
12854
12855 距離
12856 \begin_inset Quotes erd
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \begin_layout Standard
12863 \begin_inset Quotes eld
12864 \end_inset
12865
12866 距離
12867 \begin_inset Quotes erd
12868 \end_inset
12869
12870 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12871 \begin_inset ERT
12872 status collapsed
12873
12874 \begin_layout Plain Layout
12875
12876
12877 \backslash
12878 fboxrule 2mm 
12879 \backslash
12880 fboxsep 3mm
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \begin_inset Formula 
12887 \[
12888 \boxed{A+B=C}
12889 \]
12890
12891 \end_inset
12892
12893 この数式の直前には、
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 fboxrule
12902 \series default
12903  
12904 \series bold
12905 2mm
12906 \series default
12907  
12908 \series bold
12909
12910 \backslash
12911 fboxsep
12912 \series default
12913  
12914 \series bold
12915 3mm
12916 \end_layout
12917
12918 \begin_layout Standard
12919 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12920 \end_layout
12921
12922 \begin_layout Standard
12923 標準の枠寸法に戻すには、
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 fboxrule
12932 \series default
12933  
12934 \series bold
12935 0.4pt
12936 \series default
12937  
12938 \series bold
12939
12940 \backslash
12941 fboxsep
12942 \series default
12943  
12944 \series bold
12945 3pt
12946 \series default
12947
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953
12954 \backslash
12955 fboxrule 0.4pt 
12956 \backslash
12957 fboxsep 3pt
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \begin_layout Standard
12966 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12967 \end_layout
12968
12969 \begin_layout Subsection
12970 縁なしボックス
12971 \begin_inset CommandInset label
12972 LatexCommand label
12973 name "sub:枠なしボックス"
12974
12975 \end_inset
12976
12977
12978 \begin_inset Index idx
12979 status collapsed
12980
12981 \begin_layout Plain Layout
12982 ぼっくす@ボックス ! わくなし@枠なし
12983 \end_layout
12984
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \begin_layout Standard
12991 縁のないボックスを作るには、
12992 \series bold
12993
12994 \backslash
12995 mbox
12996 \series default
12997
12998 \begin_inset Index idx
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002 こまんど@コマンド ! M ! 
13003 \backslash
13004 mbox
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \series bold
13011
13012 \backslash
13013 makebox
13014 \series default
13015
13016 \begin_inset Index idx
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020 こまんど@コマンド ! M ! 
13021 \backslash
13022 makebox
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \series bold
13029
13030 \backslash
13031 raisebox
13032 \series default
13033
13034 \begin_inset Index idx
13035 status collapsed
13036
13037 \begin_layout Plain Layout
13038 こまんど@コマンド ! R ! 
13039 \backslash
13040 raisebox
13041 \end_layout
13042
13043 \end_inset
13044
13045 の三つのコマンドがあります。
13046 \end_layout
13047
13048 \begin_layout Standard
13049
13050 \series bold
13051
13052 \backslash
13053 raisebox
13054 \series default
13055 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13056 \series bold
13057
13058 \backslash
13059 raisebox
13060 \series default
13061 は、以下の書式で用いられます。
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 raisebox{高さ}{ボックスの内容}
13070 \end_layout
13071
13072 \begin_layout Standard
13073
13074 \series bold
13075
13076 \backslash
13077 fbox
13078 \series default
13079 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13080 \begin_inset Note Greyedout
13081 status open
13082
13083 \begin_layout Plain Layout
13084
13085 \series bold
13086 (註)
13087 \series default
13088 下の最後の
13089 \series bold
13090
13091 \backslash
13092 raisebox
13093 \series default
13094 のところで、
13095 \family sans
13096 Ctrl+M
13097 \family default
13098 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13099 \series bold
13100
13101 \backslash
13102 raisebox
13103 \series default
13104 を直接サポートしていないためです。
13105 \end_layout
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \begin_layout Standard
13113 \align center
13114 \begin_inset Tabular
13115 <lyxtabular version="3" rows="4" columns="2">
13116 <features tabularvalignment="middle">
13117 <column alignment="center" valignment="top" width="0">
13118 <column alignment="center" valignment="top" width="0">
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 コマンド
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 出力
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 </row>
13139 <row>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 H
13145 \backslash
13146 raisebox{2mm
13147 \begin_inset Formula $\to$
13148 \end_inset
13149
13150
13151 \backslash
13152 {al
13153 \begin_inset Formula $\to$
13154 \end_inset
13155
13156  lo
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 </row>
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 H
13180 \backslash
13181 raisebox{-2mm
13182 \begin_inset Formula $\to$
13183 \end_inset
13184
13185
13186 \backslash
13187 {al
13188 \begin_inset Formula $\to$
13189 \end_inset
13190
13191 lo
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 A=
13215 \backslash
13216 raisebox{-2mm
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \backslash
13222 {
13223 \family sans
13224 Ctrl+M Ctrl+M
13225 \family default
13226  
13227 \backslash
13228 sqrt
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 spce 
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 </row>
13259 </lyxtabular>
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 縁がないことを除けば、
13268 \series bold
13269
13270 \backslash
13271 mbox
13272 \series default
13273 コマンドは
13274 \series bold
13275
13276 \backslash
13277 fbox
13278 \series default
13279 と同じであり、
13280 \series bold
13281
13282 \backslash
13283 makebox
13284 \series default
13285
13286 \series bold
13287
13288 \backslash
13289 framebox
13290 \series default
13291 と同じです。
13292 \end_layout
13293
13294 \begin_layout Subsection
13295 色付きボックス
13296 \begin_inset CommandInset label
13297 LatexCommand label
13298 name "sub:色付きボックス"
13299
13300 \end_inset
13301
13302
13303 \begin_inset Index idx
13304 status collapsed
13305
13306 \begin_layout Plain Layout
13307 ぼっくす@ボックス ! いろつき@色付き
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \begin_layout Standard
13316 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13317 \end_layout
13318
13319 \begin_layout Standard
13320
13321 \series bold
13322
13323 \backslash
13324 usepackage{color}
13325 \end_layout
13326
13327 \begin_layout Standard
13328 という行
13329 \begin_inset Foot
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13334 \series bold
13335 color
13336 \series default
13337 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13338 \end_layout
13339
13340 \end_inset
13341
13342
13343 \begin_inset Note Note
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13348 \end_layout
13349
13350 \end_inset
13351
13352 を書き加えて、LaTeXパッケージの
13353 \series bold
13354 color
13355 \series default
13356
13357 \begin_inset Foot
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361 LaTeXパッケージ
13362 \series bold
13363 color
13364 \series default
13365 は、すべての標準的なLaTeX頒布版に含まれています。
13366 \end_layout
13367
13368 \end_inset
13369
13370
13371 \begin_inset Index idx
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375 ぱっけーじ@パッケージ ! color
13376 \end_layout
13377
13378 \end_inset
13379
13380 を読み込む必要があります。
13381 \end_layout
13382
13383 \begin_layout Standard
13384 \begin_inset VSpace medskip
13385 \end_inset
13386
13387 ボックスに色を付けるには、
13388 \series bold
13389
13390 \backslash
13391 colorbox
13392 \series default
13393
13394 \begin_inset Index idx
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398 こまんど@コマンド ! C ! 
13399 \backslash
13400 colorbox
13401 \end_layout
13402
13403 \end_inset
13404
13405 コマンドを以下の書式で使用します。
13406 \end_layout
13407
13408 \begin_layout Standard
13409
13410 \series bold
13411
13412 \backslash
13413 colorbox{色}{ボックスの内容}
13414 \end_layout
13415
13416 \begin_layout Standard
13417 ボックスの内容には、別のボックスが含まれても構いませんし、
13418 \series bold
13419
13420 \backslash
13421 colorbox
13422 \series default
13423 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13424 \series bold
13425
13426 \backslash
13427 raisebox
13428 \series default
13429 と同様、明示的に数式を作らなくてはなりません
13430 \begin_inset Foot
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434 これは、
13435 \series bold
13436
13437 \backslash
13438 fcolorbox
13439 \series default
13440 コマンドにも当てはまります。
13441 \end_layout
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449 選択できる定義済みの色としては、
13450 \end_layout
13451
13452 \begin_layout Standard
13453
13454 \series bold
13455 black
13456 \series default
13457 (黒)・
13458 \series bold
13459 blue
13460 \series default
13461 (青)・
13462 \series bold
13463 cyan
13464 \series default
13465 (シアン)・
13466 \series bold
13467 green
13468 \series default
13469 (緑)・
13470 \series bold
13471 magenta
13472 \series default
13473 (マゼンタ)・
13474 \series bold
13475 red
13476 \series default
13477 (赤)・
13478 \series bold
13479 white
13480 \series default
13481 (白)・
13482 \series bold
13483 yellow
13484 \series default
13485 (黄)
13486 \end_layout
13487
13488 \begin_layout Standard
13489 があります。
13490 \end_layout
13491
13492 \begin_layout Standard
13493 \align center
13494 \begin_inset Tabular
13495 <lyxtabular version="3" rows="4" columns="2">
13496 <features tabularvalignment="middle">
13497 <column alignment="center" valignment="top" width="0">
13498 <column alignment="center" valignment="top" width="0">
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 コマンド
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 出力
13514 \begin_inset Note Note
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 ここで
13519 \series bold
13520
13521 \backslash
13522 raisebox
13523 \series default
13524 はスペーサーとして使用しているだけです。
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540
13541 \backslash
13542 colorbox{yellow
13543 \begin_inset Formula $\to$
13544 \end_inset
13545
13546
13547 \backslash
13548 {A=B
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \backslash
13573 colorbox{green
13574 \begin_inset Formula $\to$
13575 \end_inset
13576
13577
13578 \backslash
13579 {
13580 \backslash
13581 fbox
13582 \begin_inset ERT
13583 status collapsed
13584
13585 \begin_layout Plain Layout
13586
13587
13588 \backslash
13589 spce 
13590 \end_layout
13591
13592 \end_inset
13593
13594 A=B
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13604 \end_inset
13605
13606
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 </row>
13612 <row>
13613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617
13618 \backslash
13619 fbox
13620 \begin_inset ERT
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624
13625
13626 \backslash
13627 spce 
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \backslash
13634 colorbox{green
13635 \begin_inset Formula $\to$
13636 \end_inset
13637
13638
13639 \backslash
13640 {
13641 \family sans
13642 Ctrl+M
13643 \family default
13644  
13645 \family sans
13646 Ctrl+M
13647 \family default
13648  
13649 \backslash
13650 int
13651 \begin_inset ERT
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655
13656
13657 \backslash
13658 spce 
13659 \end_layout
13660
13661 \end_inset
13662
13663 C=D
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 </row>
13681 </lyxtabular>
13682
13683 \end_inset
13684
13685
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691
13692 \backslash
13693 colorbox
13694 \series default
13695 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13696 \family sans
13697 文字様式
13698 \family default
13699 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13700 \begin_inset Graphics
13701         filename ../../images/dialog-show_character.png
13702         scale 85
13703
13704 \end_inset
13705
13706
13707 \family sans
13708 編集\SpecialChar \menuseparator
13709 文字様式\SpecialChar \menuseparator
13710 任意設定
13711 \family default
13712 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 たとえば、
13718 \end_layout
13719
13720 \begin_layout Standard
13721
13722 \color red
13723 \begin_inset Formula 
13724 \begin{equation}
13725 \int A=B\label{eq:red}
13726 \end{equation}
13727
13728 \end_inset
13729
13730
13731 \color green
13732
13733 \begin_inset Formula 
13734 \begin{equation}
13735 \textcolor{red}{\int A=B}\label{eq:redgreen}
13736 \end{equation}
13737
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \begin_layout Standard
13744 数式
13745 \begin_inset CommandInset ref
13746 LatexCommand eqref
13747 reference "eq:red"
13748
13749 \end_inset
13750
13751 は、全体が赤色です。
13752 \begin_inset Newline newline
13753 \end_inset
13754
13755 数式
13756 \begin_inset CommandInset ref
13757 LatexCommand eqref
13758 reference "eq:redgreen"
13759
13760 \end_inset
13761
13762 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13763 \end_layout
13764
13765 \begin_layout Standard
13766 \begin_inset VSpace bigskip
13767 \end_inset
13768
13769 ボックスの縁だけ別の色にするには、
13770 \series bold
13771
13772 \backslash
13773 fcolorbox
13774 \series default
13775
13776 \begin_inset Index idx
13777 status collapsed
13778
13779 \begin_layout Plain Layout
13780 こまんど@コマンド ! F ! 
13781 \backslash
13782 fcolorbox
13783 \end_layout
13784
13785 \end_inset
13786
13787 コマンドを以下の書式で使用します。
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \series bold
13793
13794 \backslash
13795 fcolorbox{縁の色}{色}{ボックスの内容}
13796 \end_layout
13797
13798 \begin_layout Standard
13799 つまり、
13800 \series bold
13801
13802 \backslash
13803 fcolorbox
13804 \series default
13805
13806 \series bold
13807
13808 \backslash
13809 colorbox
13810 \series default
13811 コマンドの拡張です。
13812 \series bold
13813
13814 \backslash
13815 framebox
13816 \series default
13817 と同様に、縁の厚みは
13818 \series bold
13819
13820 \backslash
13821 fboxrule
13822 \series default
13823
13824 \series bold
13825
13826 \backslash
13827 fboxsep
13828 \series default
13829 で設定します。たとえば、
13830 \begin_inset ERT
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834
13835
13836 \backslash
13837 fboxrule 1mm 
13838 \backslash
13839 fboxsep 1mm
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \begin_inset Formula 
13846 \[
13847 \fcolorbox{cyan}{magenta}{A=B}
13848 \]
13849
13850 \end_inset
13851
13852
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858
13859 \backslash
13860 fboxrule 0.4pt 
13861 \backslash
13862 fboxsep 3pt
13863 \end_layout
13864
13865 \end_inset
13866
13867 のようにします。
13868 \end_layout
13869
13870 \begin_layout Standard
13871 上記の数式は、以下のコマンドで作成されています。
13872 \begin_inset Newline newline
13873 \end_inset
13874
13875
13876 \series bold
13877
13878 \backslash
13879 fcolorbox{cyan
13880 \begin_inset Formula $\to$
13881 \end_inset
13882
13883
13884 \backslash
13885 {magenta
13886 \begin_inset Formula $\to$
13887 \end_inset
13888
13889
13890 \backslash
13891 {A=B
13892 \series default
13893 .
13894 \end_layout
13895
13896 \begin_layout Standard
13897 \begin_inset VSpace bigskip
13898 \end_inset
13899
13900 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13901 \end_layout
13902
13903 \begin_layout Standard
13904 たとえば、「
13905 \series bold
13906 darkgreen
13907 \series default
13908 」という色を定義するには、LaTeXプリアンブルに
13909 \end_layout
13910
13911 \begin_layout Standard
13912
13913 \series bold
13914
13915 \backslash
13916 definecolor{darkgreen}{cmyk}{0.5,
13917 \series default
13918  
13919 \series bold
13920 0,
13921 \series default
13922  
13923 \series bold
13924 1,
13925 \series default
13926  
13927 \series bold
13928 0.5}
13929 \series default
13930
13931 \begin_inset Index idx
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935 こまんど@コマンド ! D ! 
13936 \backslash
13937 definecolor
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Standard
13946 という行を書き加えます。
13947 \end_layout
13948
13949 \begin_layout Standard
13950
13951 \series bold
13952 cmyk
13953 \series default
13954 とは、
13955 \series bold
13956 cyan
13957 \series default
13958 (シアン)・
13959 \series bold
13960 magenta
13961 \series default
13962 (マゼンタ)・
13963 \series bold
13964 yellow
13965 \series default
13966 (黄)・
13967 \series bold
13968 black
13969 \series default
13970 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13971 \begin_inset space \thinspace{}
13972 \end_inset
13973
13974 -
13975 \begin_inset space \thinspace{}
13976 \end_inset
13977
13978 1の範囲をとることができます。定義には、
13979 \series bold
13980 cmyk
13981 \series default
13982 の他に、
13983 \series bold
13984 rgb
13985 \series default
13986 という色空間を使うこともできます。
13987 \series bold
13988 rgb
13989 \series default
13990 とは、
13991 \series bold
13992 red
13993 \series default
13994 (赤)・
13995 \series bold
13996 green
13997 \series default
13998 (緑)・
13999 \series bold
14000 blue
14001 \series default
14002 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
14003 \series bold
14004 gray
14005 \series default
14006 という色空間もあります。
14007 \end_layout
14008
14009 \begin_layout Standard
14010 例として、文字が
14011 \series bold
14012 yellow
14013 \series default
14014 に色付けされ、新しく定義した
14015 \series bold
14016 darkgreen
14017 \series default
14018 という色を持つ縁付きボックスを挙げておきます。
14019 \begin_inset Formula 
14020 \begin{equation}
14021 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14022 \end{equation}
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Standard
14030
14031 \series bold
14032
14033 \backslash
14034 textcolor
14035 \series default
14036 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14037 \begin_inset Index idx
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041 てきすと@テキスト ! いろつき@色付き
14042 \end_layout
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \begin_layout Standard
14050 \begin_inset ERT
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055
14056 \backslash
14057 textcolor{darkgreen}{
14058 \end_layout
14059
14060 \end_inset
14061
14062 この文は「darkgreen」です。
14063 \begin_inset ERT
14064 status collapsed
14065
14066 \begin_layout Plain Layout
14067
14068 }
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \end_layout
14075
14076 \begin_layout Standard
14077
14078 \series bold
14079
14080 \backslash
14081 textcolor
14082 \series default
14083
14084 \begin_inset Index idx
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088 こまんど@コマンド ! T ! 
14089 \backslash
14090 textcolor
14091 \end_layout
14092
14093 \end_inset
14094
14095 は、
14096 \series bold
14097
14098 \backslash
14099 textcolor{色}{色付けをする文}
14100 \series default
14101 という書式で使用することができます。
14102 \end_layout
14103
14104 \begin_layout Subsection
14105 段落ボックス
14106 \begin_inset CommandInset label
14107 LatexCommand label
14108 name "sub:段落ボックス"
14109
14110 \end_inset
14111
14112
14113 \begin_inset Index idx
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117 ぼっくす@ボックス ! だんらく@段落
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \begin_inset Index idx
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 ぼっくす@ボックス ! parbox|see
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133 {
14134 \end_layout
14135
14136 \end_inset
14137
14138 ボックス ! 段落ボックス
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144 }
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14159 \family sans
14160 挿入\SpecialChar \menuseparator
14161 ボックス
14162 \family default
14163 メニューかツールバーボタン
14164 \begin_inset Graphics
14165         filename ../../images/box-insert.png
14166         scale 85
14167
14168 \end_inset
14169
14170 で作成することができます。
14171 \end_layout
14172
14173 \begin_layout Standard
14174 以下の例は、行中の縁付きparboxを示したものです。
14175 \end_layout
14176
14177 \begin_layout Standard
14178 \begin_inset VSpace medskip
14179 \end_inset
14180
14181 この行は、
14182 \begin_inset Box Boxed
14183 position "c"
14184 hor_pos "c"
14185 has_inner_box 1
14186 inner_pos "t"
14187 use_parbox 1
14188 use_makebox 0
14189 width "5cm"
14190 special "none"
14191 height "1in"
14192 height_special "totalheight"
14193 status open
14194
14195 \begin_layout Plain Layout
14196 これは段落ボックスです。これはちょうど5
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 cmの幅になっており、以下のように数式を含めることもできます。
14201 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14202 \end_inset
14203
14204
14205 \end_layout
14206
14207 \end_inset
14208
14209 parboxの入った行です。
14210 \end_layout
14211
14212 \begin_layout Standard
14213 \begin_inset VSpace medskip
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \begin_layout Standard
14220 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14221 \emph on
14222 装飾
14223 \emph default
14224 :簡素な長方形の箱型、
14225 \emph on
14226 内部ボックス
14227 \emph default
14228 :parboxコマンド、
14229 \emph on
14230
14231 \emph default
14232 :5
14233 \begin_inset space \thinspace{}
14234 \end_inset
14235
14236 cm、
14237 \emph on
14238 垂直ボックス配置
14239 \emph default
14240 :中央、に設定されています。
14241 \end_layout
14242
14243 \begin_layout Standard
14244 \begin_inset VSpace medskip
14245 \end_inset
14246
14247 LaTeXでは、parboxは、以下の書式を持つ
14248 \series bold
14249
14250 \backslash
14251 parbox
14252 \series default
14253
14254 \begin_inset Index idx
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258 こまんど@コマンド ! P ! 
14259 \backslash
14260 parbox
14261 \end_layout
14262
14263 \end_inset
14264
14265 コマンドによって作られます。
14266 \end_layout
14267
14268 \begin_layout Standard
14269
14270 \series bold
14271
14272 \backslash
14273 parbox[位置]{幅}{ボックスの内容}
14274 \end_layout
14275
14276 \begin_layout Standard
14277 「位置」は、
14278 \emph on
14279 b
14280 \emph default
14281
14282 \emph on
14283 t
14284 \emph default
14285 の値をとることができます。下揃えを意味する
14286 \emph on
14287 b
14288 \emph default
14289
14290 \bar under
14291 b
14292 \bar default
14293 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14294 \emph on
14295 t
14296 \emph default
14297
14298 \bar under
14299 t
14300 \bar default
14301 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14302 \emph on
14303 Boxes
14304 \emph default
14305 の節をご参照下さい。
14306 \end_layout
14307
14308 \begin_layout Standard
14309 \begin_inset VSpace bigskip
14310 \end_inset
14311
14312 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14313 \series bold
14314 parbox{
14315 \backslash
14316 linewidth-2
14317 \backslash
14318 fboxsep-2
14319 \backslash
14320 fboxrule}{
14321 \series default
14322 というコマンドを挿入します。ここで
14323 \series bold
14324
14325 \backslash
14326 linewidth
14327 \begin_inset Index idx
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 こまんど@コマンド ! L ! 
14332 \backslash
14333 linewidth
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \series default
14340 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14341 \begin_inset Foot
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345 \begin_inset CommandInset href
14346 LatexCommand href
14347 name "LyX-bug #4483"
14348 target "http://www.lyx.org/trac/ticket/4483"
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \end_inset
14356
14357 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14358 \series bold
14359 calc
14360 \series default
14361
14362 \begin_inset Foot
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366
14367 \series bold
14368 calc
14369 \series default
14370 は、標準的LaTeX頒布版のすべてに含まれています。
14371 \end_layout
14372
14373 \end_inset
14374
14375
14376 \begin_inset Index idx
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380 ぱっけーじ@パッケージ ! calc
14381 \end_layout
14382
14383 \end_inset
14384
14385 を、LaTeXプリアンブル中で
14386 \end_layout
14387
14388 \begin_layout Standard
14389
14390 \series bold
14391
14392 \backslash
14393 usepackage{calc}
14394 \end_layout
14395
14396 \begin_layout Standard
14397 のように読み込んでおく必要があります。数式の後では、TeXモードで
14398 \series bold
14399 }}
14400 \series default
14401 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14402 \begin_inset ERT
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406
14407
14408 \backslash
14409 fboxsep 5mm 
14410 \backslash
14411 fboxrule 5mm
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \begin_layout Standard
14420 \begin_inset ERT
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424
14425
14426 \backslash
14427 fbox{
14428 \backslash
14429 parbox{
14430 \backslash
14431 linewidth-2
14432 \backslash
14433 fboxsep-2
14434 \backslash
14435 fboxrule}{
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \begin_inset Formula 
14442 \begin{equation}
14443 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14444 \end{equation}
14445
14446 \end_inset
14447
14448
14449 \begin_inset ERT
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453
14454 }}
14455 \end_layout
14456
14457 \end_inset
14458
14459
14460 \begin_inset ERT
14461 status collapsed
14462
14463 \begin_layout Plain Layout
14464
14465
14466 \backslash
14467 fboxrule 0.4pt 
14468 \backslash
14469 fboxsep 3pt
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset VSpace medskip
14479 \end_inset
14480
14481
14482 \series bold
14483
14484 \backslash
14485 fbox
14486 \series default
14487 の引数としてparboxが使われているので、この場合には、
14488 \series bold
14489
14490 \backslash
14491 fbox
14492 \series default
14493 を使おうが
14494 \series bold
14495
14496 \backslash
14497 boxed
14498 \series default
14499 を使おうが、差は生じません。
14500 \end_layout
14501
14502 \begin_layout Standard
14503 \begin_inset VSpace bigskip
14504 \end_inset
14505
14506 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14507 \series bold
14508
14509 \backslash
14510 parbox
14511 \series default
14512
14513 \series bold
14514
14515 \backslash
14516 tag
14517 \series default
14518 コマンドといっしょに使います(
14519 \series bold
14520
14521 \backslash
14522 tag
14523 \series default
14524 についての詳細は、第
14525 \begin_inset CommandInset ref
14526 LatexCommand ref
14527 reference "sub:ユーザー定義番号"
14528
14529 \end_inset
14530
14531 節をご参照下さい)
14532 \end_layout
14533
14534 \begin_layout Standard
14535 以下は、
14536 \series bold
14537
14538 \backslash
14539 parbox
14540 \series default
14541 を使ってコメントを付けた数式の例です。
14542 \end_layout
14543
14544 \begin_layout Standard
14545 \begin_inset ERT
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549
14550
14551 \backslash
14552 [5x-7b=3b
14553 \backslash
14554 tag*{
14555 \backslash
14556 parbox{5cm}{
14557 \end_layout
14558
14559 \end_inset
14560
14561 これは説明です。数式や多行数式本体からはっきりと離れています。
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }}
14568 \backslash
14569 ]
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \begin_layout Standard
14578 LyXは、まだ数式中での
14579 \series bold
14580
14581 \backslash
14582 parbox
14583 \series default
14584 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14585 \end_layout
14586
14587 \begin_layout Standard
14588 まず、
14589 \series bold
14590
14591 \backslash
14592 [5x-7b=3b
14593 \backslash
14594 tag*
14595 \backslash
14596 {
14597 \backslash
14598 parbox{5cm}{
14599 \series default
14600 というコマンドをTeXモードで挿入します
14601 \begin_inset Foot
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606 \series bold
14607 行頭下げ
14608 \series default
14609 数式様式を使用している時には、
14610 \series bold
14611
14612 \backslash
14613 tag*
14614 \backslash
14615 {
14616 \series default
14617 の代わりに
14618 \series bold
14619
14620 \backslash
14621 hfill
14622 \series default
14623 を用いることもできます(数式様式に関しては、第
14624 \begin_inset CommandInset ref
14625 LatexCommand ref
14626 reference "sec:数式様式"
14627
14628 \end_inset
14629
14630 節をご参照下さい)。
14631 \end_layout
14632
14633 \end_inset
14634
14635 。それから、説明を通常のテキストとして入れ、最後に
14636 \series bold
14637 }}
14638 \backslash
14639 ]
14640 \series default
14641 をTeXモードで挿入します。ここで
14642 \series bold
14643
14644 \backslash
14645 [
14646 \series default
14647 および
14648 \series bold
14649
14650 \backslash
14651 ]
14652 \series default
14653 コマンドは別行建て数式を作るためのものです。
14654 \end_layout
14655
14656 \begin_layout Standard
14657
14658 \series bold
14659
14660 \backslash
14661 parbox
14662 \series default
14663 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14664 \begin_inset Formula 
14665 \[
14666 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14667 \]
14668
14669 \end_inset
14670
14671
14672 \end_layout
14673
14674 \begin_layout Section
14675 演算子
14676 \begin_inset Index idx
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680 えんざんし@演算子
14681 \end_layout
14682
14683 \end_inset
14684
14685
14686 \end_layout
14687
14688 \begin_layout Subsection
14689 大演算子
14690 \begin_inset CommandInset label
14691 LatexCommand label
14692 name "sub:大演算子"
14693
14694 \end_inset
14695
14696
14697 \begin_inset Index idx
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701 えんざんし@演算子 ! だい@大
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \begin_inset Index idx
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711 わ@和
14712 \end_layout
14713
14714 \end_inset
14715
14716
14717 \begin_inset Index idx
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721 せきぶんきごう@積分記号
14722 \end_layout
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \begin_layout Standard
14730 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14731 \family sans
14732 数式オプション
14733 \family default
14734 の面にある
14735 \family sans
14736 esintパッケージを自動的に使う
14737 \family default
14738 オプションを有効にしなくてはなりません。
14739 \end_layout
14740
14741 \begin_layout Standard
14742 \begin_inset space \hfill{}
14743 \end_inset
14744
14745
14746 \begin_inset Tabular
14747 <lyxtabular version="3" rows="9" columns="2">
14748 <features tabularvalignment="middle">
14749 <column alignment="center" valignment="top" width="0pt">
14750 <column alignment="center" valignment="top" width="0pt">
14751 <row>
14752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 コマンド
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765 出力
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row>
14772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776
14777 \backslash
14778 sum
14779 \begin_inset Index idx
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783 こまんど@コマンド ! S ! 
14784 \backslash
14785 sum
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 \begin_inset Formula $\sum$
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 </row>
14808 <row>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813
14814 \backslash
14815 int
14816 \begin_inset Index idx
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820 こまんど@コマンド ! I ! 
14821 \backslash
14822 int
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 \begin_inset Formula $\int$
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row>
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850
14851 \backslash
14852 oint
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 \begin_inset Formula $\oint$
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 <row>
14871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875
14876 \backslash
14877 ointctrclockwise
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886 \begin_inset Formula $\ointctrclockwise$
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 </row>
14895 <row>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900
14901 \backslash
14902 ointclockwise
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 \begin_inset Formula $\ointclockwise$
14912 \end_inset
14913
14914
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 <row>
14921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925
14926 \backslash
14927 sqint
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 \begin_inset Formula $\sqint$
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 </row>
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \backslash
14952 bigcap
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset Formula $\bigcap$
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \backslash
14977 bigcup
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 \begin_inset Formula $\bigcup$
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 </lyxtabular>
14996
14997 \end_inset
14998
14999
15000 \begin_inset space \hfill{}
15001 \end_inset
15002
15003
15004 \begin_inset Tabular
15005 <lyxtabular version="3" rows="10" columns="2">
15006 <features tabularvalignment="middle">
15007 <column alignment="center" valignment="top" width="0pt">
15008 <column alignment="center" valignment="top" width="0pt">
15009 <row>
15010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 コマンド
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 出力
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \backslash
15036 prod
15037 \begin_inset Index idx
15038 status collapsed
15039
15040 \begin_layout Plain Layout
15041 こまんど@コマンド ! P ! 
15042 \backslash
15043 prod
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057 \begin_inset Formula $\prod$
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 </row>
15066 <row>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \backslash
15073 coprod
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082 \begin_inset Formula $\coprod$
15083 \end_inset
15084
15085
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 </row>
15091 <row>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \backslash
15098 bigodot
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 \begin_inset Formula $\bigodot$
15108 \end_inset
15109
15110
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 </row>
15116 <row>
15117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121
15122 \backslash
15123 bigotimes
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 \begin_inset Formula $\bigotimes$
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 </row>
15141 <row>
15142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146
15147 \backslash
15148 bigoplus
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 \begin_inset Formula $\bigoplus$
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 <row>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171
15172 \backslash
15173 bigwedge
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset Formula $\bigwedge$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 bigvee
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset Formula $\bigvee$
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \backslash
15223 bigsqcup
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\bigsqcup$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 biguplus
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\biguplus$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 </lyxtabular>
15267
15268 \end_inset
15269
15270
15271 \begin_inset space \hfill{}
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Standard
15278 すべての大演算子は、数式ツールバーボタンの
15279 \begin_inset Graphics
15280         filename ../../images/math/intop.png
15281         scale 85
15282
15283 \end_inset
15284
15285 でも挿入することができます。
15286 \end_layout
15287
15288 \begin_layout Standard
15289 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15290 \end_layout
15291
15292 \begin_layout Standard
15293 積分演算子はすべて、
15294 \series bold
15295
15296 \backslash
15297 intop
15298 \series default
15299
15300 \series bold
15301
15302 \backslash
15303 ointop
15304 \series default
15305 のように、
15306 \series bold
15307 op
15308 \series default
15309 で終わる別バージョンがあります。これらの演算子は、
15310 \series bold
15311
15312 \backslash
15313 int
15314 \series default
15315 とは範囲の表示のしかたが異なります。第
15316 \begin_inset CommandInset ref
15317 LatexCommand ref
15318 reference "sub:演算子の範囲"
15319
15320 \end_inset
15321
15322 節をご参照下さい。
15323 \end_layout
15324
15325 \begin_layout Subsubsection*
15326 積分の子細
15327 \end_layout
15328
15329 \begin_layout Standard
15330 積分中で用いられる文字
15331 \emph on
15332 d
15333 \emph default
15334 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15335 \emph on
15336 d
15337 \emph default
15338 を選択して、短絡キー
15339 \begin_inset Info
15340 type  "shortcut"
15341 arg   "font-roman"
15342 \end_inset
15343
15344 を用います
15345 \begin_inset Foot
15346 status collapsed
15347
15348 \begin_layout Plain Layout
15349 文字様式については、第
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "sub:書体様式"
15353
15354 \end_inset
15355
15356 節参照。
15357 \end_layout
15358
15359 \end_inset
15360
15361 。最後に、演算子の慣例に倣って、
15362 \emph on
15363 d
15364 \emph default
15365 の前に最小空白を挿入しなくてはなりません。たとえば、
15366 \end_layout
15367
15368 \begin_layout Standard
15369 正しくない例:
15370 \begin_inset Formula $\int A(x)dx$
15371 \end_inset
15372
15373
15374 \begin_inset Newline newline
15375 \end_inset
15376
15377 正しい
15378 \begin_inset Phantom HPhantom
15379 status open
15380
15381 \begin_layout Plain Layout
15382 ない
15383 \end_layout
15384
15385 \end_inset
15386
15387 例:
15388 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Standard
15395 多重積分に関しては、以下のコマンドがあります。
15396 \begin_inset VSpace medskip
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 \begin_inset space \hfill{}
15404 \end_inset
15405
15406
15407 \begin_inset Tabular
15408 <lyxtabular version="3" rows="4" columns="2">
15409 <features tabularvalignment="middle">
15410 <column alignment="center" valignment="top" width="0">
15411 <column alignment="center" valignment="top" width="0">
15412 <row>
15413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 コマンド
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 出力
15427 \begin_inset Note Note
15428 status collapsed
15429
15430 \begin_layout Plain Layout
15431 ここで
15432 \series bold
15433
15434 \backslash
15435 raisebox
15436 \series default
15437 はスペーサーとして使用しているだけです。
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 iint
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 <row>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \backslash
15480 oiint
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 </row>
15498 <row>
15499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \backslash
15505 sqiint
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 </lyxtabular>
15524
15525 \end_inset
15526
15527
15528 \begin_inset space \hfill{}
15529 \end_inset
15530
15531
15532 \begin_inset Tabular
15533 <lyxtabular version="3" rows="4" columns="2">
15534 <features tabularvalignment="middle">
15535 <column alignment="center" valignment="top" width="0">
15536 <column alignment="center" valignment="top" width="0">
15537 <row>
15538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 コマンド
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 出力
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \backslash
15564 iiint
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \backslash
15589 iiiint
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \backslash
15614 dotsint
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 </lyxtabular>
15633
15634 \end_inset
15635
15636
15637 \begin_inset space \hfill{}
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Subsection
15644 演算子の範囲
15645 \begin_inset CommandInset label
15646 LatexCommand label
15647 name "sub:演算子の範囲"
15648
15649 \end_inset
15650
15651
15652 \begin_inset Index idx
15653 status collapsed
15654
15655 \begin_layout Plain Layout
15656 えんざんし@演算子 ! はんい@範囲
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 範囲は、上付き文字と下付き文字とで作成することができます。
15666 \end_layout
15667
15668 \begin_layout Standard
15669 \align center
15670 \begin_inset Tabular
15671 <lyxtabular version="3" rows="2" columns="2">
15672 <features tabularvalignment="middle">
15673 <column alignment="center" valignment="top" width="0pt">
15674 <column alignment="center" valignment="top" width="0pt">
15675 <row>
15676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 コマンド
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 出力
15690 \begin_inset Note Note
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 ここで
15695 \series bold
15696
15697 \backslash
15698 raisebox
15699 \series default
15700 はスペーサーとして使用しているだけです。
15701 \end_layout
15702
15703 \end_inset
15704
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 </row>
15711 <row>
15712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716
15717 \backslash
15718 prod^
15719 \backslash
15720 infty
15721 \begin_inset ERT
15722 status collapsed
15723
15724 \begin_layout Plain Layout
15725
15726
15727 \backslash
15728 spce 
15729 \end_layout
15730
15731 \end_inset
15732
15733
15734 \begin_inset Formula $\to$
15735 \end_inset
15736
15737 _0
15738 \begin_inset Formula $\to$
15739 \end_inset
15740
15741 A(x)
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 </lyxtabular>
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15768 \end_layout
15769
15770 \begin_layout Standard
15771 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15772 \family sans
15773 編集\SpecialChar \menuseparator
15774 数式\SpecialChar \menuseparator
15775 範囲の表記を変更
15776 \family default
15777 メニューで
15778 \family sans
15779 \series bold
15780 行内形式
15781 \family default
15782 \series default
15783 (短絡キー
15784 \begin_inset Info
15785 type  "shortcut"
15786 arg   "math-limits"
15787 \end_inset
15788
15789 )を選択することで範囲形式を変更することができます。以下はその用例です。
15790 \end_layout
15791
15792 \begin_layout Standard
15793 既定の範囲形式は、以下のようになっています。
15794 \begin_inset Formula 
15795 \[
15796 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15797 \]
15798
15799 \end_inset
15800
15801 以下は、範囲形式を
15802 \family sans
15803 \series bold
15804 行内形式
15805 \family default
15806 \series default
15807 に変更したときの表示です。
15808 \begin_inset Formula 
15809 \[
15810 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15811 \]
15812
15813 \end_inset
15814
15815
15816 \series bold
15817
15818 \backslash
15819 intop
15820 \series default
15821
15822 \series bold
15823
15824 \backslash
15825 ointop
15826 \series default
15827 などのように
15828 \series bold
15829 op
15830 \series default
15831 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15832 の例では、範囲形式を
15833 \series bold
15834 別行建て形式
15835 \series default
15836 にして積分記号の下に置くようにしています。
15837 \begin_inset Formula 
15838 \begin{equation}
15839 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15840 \end{equation}
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Standard
15848 \begin_inset VSpace medskip
15849 \end_inset
15850
15851 範囲に条件を指定したい場合には、
15852 \series bold
15853
15854 \backslash
15855 subarray
15856 \series default
15857
15858 \begin_inset Index idx
15859 status collapsed
15860
15861 \begin_layout Plain Layout
15862 こまんど@コマンド ! S ! 
15863 \backslash
15864 subarray
15865 \end_layout
15866
15867 \end_inset
15868
15869 コマンドや
15870 \series bold
15871
15872 \backslash
15873 substack
15874 \series default
15875
15876 \begin_inset Index idx
15877 status collapsed
15878
15879 \begin_layout Plain Layout
15880 こまんど@コマンド ! S ! 
15881 \backslash
15882 substack
15883 \end_layout
15884
15885 \end_inset
15886
15887 コマンドを使用します。たとえば、以下の表記 
15888 \begin_inset Formula 
15889 \begin{equation}
15890 \sum_{\begin{subarray}{c}
15891 0<k<1000\\
15892 \\
15893 k\,\in\,\mathbb{N}
15894 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15895 \end{equation}
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \begin_layout Standard
15903 を作成するには、以下のようにしなくてはなりません。
15904 \begin_inset Newline newline
15905 \end_inset
15906
15907 まず、
15908 \series bold
15909
15910 \backslash
15911 sum
15912 \series default
15913 ^
15914 \series bold
15915 n
15916 \begin_inset ERT
15917 status collapsed
15918
15919 \begin_layout Plain Layout
15920
15921
15922 \backslash
15923 spce 
15924 \end_layout
15925
15926 \end_inset
15927
15928 _
15929 \series default
15930 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15931 \series bold
15932
15933 \backslash
15934 subarray
15935 \begin_inset ERT
15936 status collapsed
15937
15938 \begin_layout Plain Layout
15939
15940
15941 \backslash
15942 spce 
15943 \end_layout
15944
15945 \end_inset
15946
15947
15948 \series default
15949 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15950 \begin_inset Info
15951 type  "shortcut"
15952 arg   "newline-insert newline"
15953 \end_inset
15954
15955 )を挿入することで作ることができます。ここに
15956 \begin_inset Newline newline
15957 \end_inset
15958
15959
15960 \series bold
15961 0
15962 \begin_inset Formula $\boldsymbol{<}$
15963 \end_inset
15964
15965 k
15966 \begin_inset Formula $\boldsymbol{<}$
15967 \end_inset
15968
15969 1000 Ctrl+Return
15970 \begin_inset Newline newline
15971 \end_inset
15972
15973
15974 \series default
15975 と入力すると、新規行のための新しい枠が現れます。
15976 \end_layout
15977
15978 \begin_layout Standard
15979 各行の揃え方は、
15980 \family sans
15981 表ツールバー
15982 \family default
15983
15984 \family sans
15985 編集\SpecialChar \menuseparator
15986 行と列
15987 \family default
15988 メニューで変更することができますが、右揃えにするには、行頭に
15989 \series bold
15990
15991 \backslash
15992 hfill
15993 \begin_inset ERT
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997
15998
15999 \backslash
16000 spce 
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \series default
16007 を挿入しなくてはなりません。
16008 \end_layout
16009
16010 \begin_layout Standard
16011
16012 \series bold
16013
16014 \backslash
16015 substack
16016 \series default
16017 コマンドは、各行がつねに中央揃えになることを除いては、
16018 \series bold
16019
16020 \backslash
16021 subarray
16022 \series default
16023 と同じです。
16024 \end_layout
16025
16026 \begin_layout Standard
16027 \begin_inset VSpace bigskip
16028 \end_inset
16029
16030 演算子の後に来る文字は、範囲の横に来るので、
16031 \begin_inset CommandInset ref
16032 LatexCommand eqref
16033 reference "eq:substack"
16034
16035 \end_inset
16036
16037 式のように、演算子の横の余白が大きくなりすぎることがあります。
16038 \end_layout
16039
16040 \begin_layout Standard
16041 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \series bold
16047
16048 \backslash
16049 def
16050 \backslash
16051 clap#1{
16052 \backslash
16053 hbox to 0pt{
16054 \backslash
16055 hss #1
16056 \backslash
16057 hss}}
16058 \begin_inset Newline newline
16059 \end_inset
16060
16061
16062 \backslash
16063 def
16064 \backslash
16065 mathclap {
16066 \backslash
16067 mathpalette 
16068 \backslash
16069 mathclapinternal}
16070 \begin_inset Newline newline
16071 \end_inset
16072
16073
16074 \backslash
16075 def
16076 \backslash
16077 mathclapinternal #1#2{
16078 \backslash
16079 clap{$
16080 \backslash
16081 mathsurround =0pt #1{#2}$}}
16082 \end_layout
16083
16084 \begin_layout Standard
16085 これは、範囲の幅を0
16086 \begin_inset space \thinspace{}
16087 \end_inset
16088
16089 ptに設定する
16090 \series bold
16091
16092 \backslash
16093 mathclap
16094 \series default
16095
16096 \begin_inset Index idx
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100 こまんど@コマンド ! M ! 
16101 \backslash
16102 mathclap
16103 \end_layout
16104
16105 \end_inset
16106
16107 コマンドを定義しています。このコマンドの書式は、
16108 \end_layout
16109
16110 \begin_layout Standard
16111
16112 \series bold
16113
16114 \backslash
16115 mathclap{範囲}
16116 \end_layout
16117
16118 \begin_layout Standard
16119 となっていて、「範囲」には複数の条件を入れることができます。
16120 \end_layout
16121
16122 \begin_layout Standard
16123 これを
16124 \begin_inset CommandInset ref
16125 LatexCommand eqref
16126 reference "eq:substack"
16127
16128 \end_inset
16129
16130 式に応用すると、以下のようなコマンド
16131 \end_layout
16132
16133 \begin_layout Standard
16134
16135 \series bold
16136
16137 \backslash
16138 sum_
16139 \backslash
16140 mathclap{
16141 \backslash
16142 substack
16143 \begin_inset ERT
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147
16148
16149 \backslash
16150 spce 
16151 \end_layout
16152
16153 \end_inset
16154
16155 0
16156 \begin_inset Formula $\boldsymbol{<}$
16157 \end_inset
16158
16159 k
16160 \begin_inset Formula $\boldsymbol{<}$
16161 \end_inset
16162
16163 1000 Ctrl+Return
16164 \end_layout
16165
16166 \begin_layout Standard
16167 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16168 \begin_inset Formula 
16169 \[
16170 \sum_{\mathclap{\substack{0<k<1000\\
16171 \\
16172 k\,\in\,\mathbb{N}
16173 }
16174 }}^{n}k^{-2}
16175 \]
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Standard
16183 \begin_inset VSpace bigskip
16184 \end_inset
16185
16186 一つの範囲を複数の演算子に用いる方法が、第
16187 \begin_inset CommandInset ref
16188 LatexCommand ref
16189 reference "sub:自己定義演算子"
16190
16191 \end_inset
16192
16193 節に述べられています。
16194 \end_layout
16195
16196 \begin_layout Standard
16197 \begin_inset Newpage newpage
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \begin_layout Subsection
16204 二項演算子
16205 \begin_inset CommandInset label
16206 LatexCommand label
16207 name "sub:二項演算子"
16208
16209 \end_inset
16210
16211
16212 \begin_inset Index idx
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216 えんざんし@演算子 ! にこう@二項
16217 \end_layout
16218
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \begin_layout Standard
16225 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16226 \begin_inset VSpace medskip
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \begin_layout Standard
16233 \begin_inset space \hfill{}
16234 \end_inset
16235
16236
16237 \begin_inset Tabular
16238 <lyxtabular version="3" rows="13" columns="2">
16239 <features tabularvalignment="middle">
16240 <column alignment="center" valignment="top" width="0pt">
16241 <column alignment="center" valignment="top" width="0pt">
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247 コマンド
16248 \begin_inset Note Note
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252 ここで
16253 \series bold
16254
16255 \backslash
16256 raisebox
16257 \series default
16258 はスペーサーとして使用しているだけです。
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 出力
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 +
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 \begin_inset Formula $+$
16293 \end_inset
16294
16295
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 -
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 \begin_inset Formula $-$
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 </row>
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329
16330 \backslash
16331 pm
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Formula $\pm$
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \backslash
16356 mp
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 \begin_inset Formula $\mp$
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379
16380 \backslash
16381 cdot
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 \begin_inset Formula $\cdot$
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404
16405 \backslash
16406 times
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 \begin_inset Formula $\times$
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 <row>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \backslash
16431 div
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 \begin_inset Formula $\div$
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 \begin_inset ERT
16455 status collapsed
16456
16457 \begin_layout Plain Layout
16458
16459
16460 \backslash
16461 raisebox{-1.2mm}{
16462 \end_layout
16463
16464 \end_inset
16465
16466 *
16467 \begin_inset ERT
16468 status collapsed
16469
16470 \begin_layout Plain Layout
16471
16472 }
16473 \end_layout
16474
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 \begin_inset Formula $*$
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \backslash
16502 star
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Formula $\star$
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 </row>
16520 <row>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525
16526 \backslash
16527 circ
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 \begin_inset Formula $\circ$
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 <row>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550
16551 \backslash
16552 diamond
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 \begin_inset Formula $\diamond$
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 </row>
16570 <row>
16571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575
16576 \backslash
16577 bullet
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $\bullet$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 </lyxtabular>
16596
16597 \end_inset
16598
16599
16600 \begin_inset space \hfill{}
16601 \end_inset
16602
16603
16604 \begin_inset Tabular
16605 <lyxtabular version="3" rows="13" columns="2">
16606 <features tabularvalignment="middle">
16607 <column alignment="center" valignment="top" width="0pt">
16608 <column alignment="center" valignment="top" width="0pt">
16609 <row>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 コマンド
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 出力
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 nabla
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\nabla$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 bigtriangledown
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\bigtriangledown$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 bigtriangleup
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\bigtriangleup$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 Box
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\Box$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \backslash
16736 cap 
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\cap$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759
16760 \backslash
16761 cup
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $\cup$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \backslash
16786 dagger
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\dagger$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \backslash
16811 ddagger
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\ddagger$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \backslash
16836 wr
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $\wr$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859
16860 \backslash
16861 bigcirc
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Formula $\bigcirc$
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \backslash
16886 wedge
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 \begin_inset Formula $\wedge$
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \backslash
16911 vee
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 \begin_inset Formula $\vee$
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 </lyxtabular>
16930
16931 \end_inset
16932
16933
16934 \begin_inset space \hfill{}
16935 \end_inset
16936
16937
16938 \begin_inset Tabular
16939 <lyxtabular version="3" rows="13" columns="2">
16940 <features tabularvalignment="middle">
16941 <column alignment="center" valignment="top" width="0pt">
16942 <column alignment="center" valignment="top" width="0pt">
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 コマンド
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 出力
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 oplus
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\oplus$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 ominus
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\ominus$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 otimes
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\otimes$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 oslash
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\oslash$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068
17069 \backslash
17070 odot
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $\odot$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 amalg
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\amalg$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 uplus
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\uplus$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 setminus
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\setminus$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 sqcap
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\sqcap$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \backslash
17195 sqcup
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 \begin_inset Formula $\sqcup$
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 <row>
17214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218
17219 \backslash
17220 triangleleft
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 \begin_inset Formula $\triangleleft$
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 </row>
17238 <row>
17239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243
17244 \backslash
17245 triangleright
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 \begin_inset Formula $\triangleright$
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 </lyxtabular>
17264
17265 \end_inset
17266
17267
17268 \begin_inset space \hfill{}
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \begin_layout Standard
17275 二項演算子は、すべて数式ツールバーボタンの
17276 \begin_inset Graphics
17277         filename ../../images/math/pm.png
17278         scale 85
17279
17280 \end_inset
17281
17282 から挿入することもできます。
17283 \end_layout
17284
17285 \begin_layout Standard
17286 ラプラス演算子を組版するには、
17287 \series bold
17288
17289 \backslash
17290 bigtriangleup
17291 \series default
17292 以外に、
17293 \series bold
17294
17295 \backslash
17296 Delta
17297 \series default
17298
17299 \series bold
17300
17301 \backslash
17302 nabla
17303 \series default
17304 ^
17305 \series bold
17306 2
17307 \series default
17308
17309 \begin_inset Formula $\nabla^{2}$
17310 \end_inset
17311
17312 )を使用することもできます。
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \family sans
17318 挿入\SpecialChar \menuseparator
17319 特殊文字
17320 \family default
17321 メニューの
17322 \family sans
17323 メニュー区切り
17324 \family default
17325 で入力される文字は、
17326 \series bold
17327
17328 \backslash
17329 triangleright
17330 \series default
17331 演算子です。
17332 \end_layout
17333
17334 \begin_layout Subsection
17335 自己定義演算子
17336 \begin_inset CommandInset label
17337 LatexCommand label
17338 name "sub:自己定義演算子"
17339
17340 \end_inset
17341
17342
17343 \begin_inset Index idx
17344 status collapsed
17345
17346 \begin_layout Plain Layout
17347 えんざんし@演算子 ! じこていぎ@自己定義
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \begin_layout Standard
17356 LaTeXプリアンブルで
17357 \series bold
17358
17359 \backslash
17360 DeclareMathOperator
17361 \series default
17362
17363 \begin_inset Index idx
17364 status collapsed
17365
17366 \begin_layout Plain Layout
17367 こまんど@コマンド ! D ! 
17368 \backslash
17369 dbinom@
17370 \backslash
17371 DeclareMathOperator
17372 \end_layout
17373
17374 \end_inset
17375
17376 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17377 \end_layout
17378
17379 \begin_layout Standard
17380
17381 \series bold
17382
17383 \backslash
17384 DeclareMathOperator{新規コマンド}{表示}
17385 \end_layout
17386
17387 \begin_layout Standard
17388 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17389 \begin_inset CommandInset ref
17390 LatexCommand ref
17391 reference "sub:演算子の範囲"
17392
17393 \end_inset
17394
17395 節で述べられた範囲を指定することができます。
17396 \end_layout
17397
17398 \begin_layout Standard
17399 たとえば、以下のようなLaTeXプリアンブル行
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405
17406 \backslash
17407 DeclareMathOperator*{
17408 \backslash
17409 Lozenge}{
17410 \backslash
17411 blacklozenge}
17412 \end_layout
17413
17414 \begin_layout Standard
17415 は、第
17416 \begin_inset CommandInset ref
17417 LatexCommand ref
17418 reference "sub:その他の記号"
17419
17420 \end_inset
17421
17422 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17423 \series bold
17424
17425 \backslash
17426 Lozenge
17427 \series default
17428 を定義します。
17429 \begin_inset Formula 
17430 \[
17431 \Lozenge_{n=1}^{\infty}
17432 \]
17433
17434 \end_inset
17435
17436 上記の数式を作るコマンドは、
17437 \series bold
17438
17439 \backslash
17440 Lozenge
17441 \series default
17442 ^
17443 \series bold
17444
17445 \backslash
17446 infty
17447 \begin_inset Formula $\to$
17448 \end_inset
17449
17450 _n=1
17451 \series default
17452 です。
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17460 \series bold
17461
17462 \backslash
17463 mathop
17464 \series default
17465
17466 \begin_inset Index idx
17467 status collapsed
17468
17469 \begin_layout Plain Layout
17470 こまんど@コマンド ! M ! 
17471 \backslash
17472 mathop
17473 \end_layout
17474
17475 \end_inset
17476
17477 コマンドおよび
17478 \series bold
17479
17480 \backslash
17481 mathbin
17482 \series default
17483
17484 \begin_inset Index idx
17485 status collapsed
17486
17487 \begin_layout Plain Layout
17488 こまんど@コマンド ! M ! 
17489 \backslash
17490 mathbin
17491 \end_layout
17492
17493 \end_inset
17494
17495 コマンドを用いて定義を行うこともできます。
17496 \end_layout
17497
17498 \begin_layout Standard
17499 (書式)
17500 \series bold
17501
17502 \backslash
17503 mathop{表示}
17504 \series default
17505 および
17506 \series bold
17507
17508 \backslash
17509 mathbin{表示}
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515
17516 \backslash
17517 mathop
17518 \series default
17519 は大演算子を定義し、
17520 \series bold
17521
17522 \backslash
17523 mathbin
17524 \series default
17525 は二項演算子を定義します。
17526 \end_layout
17527
17528 \begin_layout Standard
17529 たとえば
17530 \series bold
17531
17532 \backslash
17533 mathop
17534 \series default
17535 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17536 \end_layout
17537
17538 \begin_layout Standard
17539 \begin_inset Formula 
17540 \[
17541 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17542 \]
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Standard
17550 上記の数式では
17551 \begin_inset Newline newline
17552 \end_inset
17553
17554
17555 \series bold
17556
17557 \backslash
17558 mathop{
17559 \backslash
17560 sum
17561 \backslash
17562 negmedspace
17563 \backslash
17564 sum
17565 \series default
17566
17567 \begin_inset ERT
17568 status collapsed
17569
17570 \begin_layout Plain Layout
17571
17572
17573 \backslash
17574 spce 
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \series bold
17581
17582 \begin_inset Formula $\to$
17583 \end_inset
17584
17585 ^N
17586 \series default
17587
17588 \begin_inset ERT
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592
17593
17594 \backslash
17595 spce 
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \series bold
17602 _i,j=1
17603 \begin_inset Newline newline
17604 \end_inset
17605
17606
17607 \series default
17608 というコマンドを用いています。
17609 \end_layout
17610
17611 \begin_layout Section
17612 書体
17613 \begin_inset Index idx
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617 しょたい@書体
17618 \end_layout
17619
17620 \end_inset
17621
17622
17623 \begin_inset Index idx
17624 status collapsed
17625
17626 \begin_layout Plain Layout
17627 ふぉんと@フォント | see
17628 \begin_inset ERT
17629 status collapsed
17630
17631 \begin_layout Plain Layout
17632
17633 {
17634 \end_layout
17635
17636 \end_inset
17637
17638 書体
17639 \begin_inset ERT
17640 status collapsed
17641
17642 \begin_layout Plain Layout
17643
17644 }
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Subsection
17658 書体様式
17659 \begin_inset CommandInset label
17660 LatexCommand label
17661 name "sub:書体様式"
17662
17663 \end_inset
17664
17665
17666 \begin_inset Index idx
17667 status collapsed
17668
17669 \begin_layout Plain Layout
17670 しょたい@書体 ! ようしき@様式
17671 \end_layout
17672
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \begin_layout Standard
17679 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17680 \begin_inset VSpace -2mm
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 \align center
17688 \begin_inset Tabular
17689 <lyxtabular version="3" rows="7" columns="3">
17690 <features tabularvalignment="middle">
17691 <column alignment="center" valignment="top" width="0">
17692 <column alignment="center" valignment="top" width="0">
17693 <column alignment="center" valignment="top" width="0">
17694 <row>
17695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 コマンド
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 出力
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 短絡キー
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \backslash
17730 mathbb
17731 \series bold
17732
17733 \begin_inset ERT
17734 status collapsed
17735
17736 \begin_layout Plain Layout
17737
17738
17739 \backslash
17740 spce 
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \series default
17747 ABC
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 \begin_inset Formula $\mathbb{ABC}$
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 \begin_inset Info
17769 type  "shortcut"
17770 arg   "font-noun"
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 </row>
17779 <row>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784
17785 \backslash
17786 mathbf
17787 \series bold
17788
17789 \begin_inset ERT
17790 status collapsed
17791
17792 \begin_layout Plain Layout
17793
17794
17795 \backslash
17796 spce 
17797 \end_layout
17798
17799 \end_inset
17800
17801
17802 \series default
17803 AbC
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\mathbf{AbC}$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 \begin_inset Info
17825 type  "shortcut"
17826 arg   "font-bold"
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 </row>
17835 <row>
17836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840
17841 \backslash
17842 boldsymbol
17843 \series bold
17844
17845 \begin_inset ERT
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849
17850
17851 \backslash
17852 spce 
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \series default
17859 AbC
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 \begin_inset Formula $\boldsymbol{AbC}$
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 \begin_inset Info
17881 type  "shortcuts"
17882 arg   "font-boldsymbol"
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 </row>
17891 <row>
17892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896
17897 \backslash
17898 mathcal
17899 \series bold
17900
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906
17907 \backslash
17908 spce 
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \series default
17915 ABC
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 \begin_inset Formula $\mathcal{ABC}$
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 \begin_inset Info
17937 type  "shortcut"
17938 arg   "font-emph"
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 </row>
17947 <row>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952
17953 \backslash
17954 mathfrak
17955 \series bold
17956
17957 \begin_inset ERT
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961
17962
17963 \backslash
17964 spce 
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \series default
17971 AbC
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 \begin_inset Formula $\mathfrak{AbC}$
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 -
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \backslash
18005 mathscr
18006 \series bold
18007
18008 \begin_inset ERT
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012
18013
18014 \backslash
18015 spce 
18016 \end_layout
18017
18018 \end_inset
18019
18020
18021 \series default
18022 AbC
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 \begin_inset Formula $\mathscr{AbC}$
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 -
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 </row>
18049 </lyxtabular>
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 \align center
18058 \begin_inset Tabular
18059 <lyxtabular version="3" rows="5" columns="3">
18060 <features tabularvalignment="middle">
18061 <column alignment="center" valignment="top" width="0">
18062 <column alignment="center" valignment="top" width="0">
18063 <column alignment="center" valignment="top" width="0">
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 コマンド
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 出力
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 短絡キー
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 mathit
18101 \series bold
18102
18103 \begin_inset ERT
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107
18108
18109 \backslash
18110 spce 
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \series default
18117 AbC
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 \begin_inset Formula $\mathit{AbC}$
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 -
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 <row>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149
18150 \backslash
18151 mathrm
18152 \series bold
18153
18154 \begin_inset ERT
18155 status collapsed
18156
18157 \begin_layout Plain Layout
18158
18159
18160 \backslash
18161 spce 
18162 \end_layout
18163
18164 \end_inset
18165
18166
18167 \series default
18168 AbC
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Formula $\mathrm{AbC}$
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 \begin_inset Info
18190 type  "shortcut"
18191 arg   "font-roman"
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathsf
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 spce 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathsf{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 \begin_inset Info
18246 type  "shortcut"
18247 arg   "font-sans"
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \backslash
18263 mathtt
18264 \series bold
18265
18266 \begin_inset ERT
18267 status collapsed
18268
18269 \begin_layout Plain Layout
18270
18271
18272 \backslash
18273 spce 
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \series default
18280 AbC
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Formula $\mathtt{AbC}$
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Info
18302 type  "shortcut"
18303 arg   "font-typewriter"
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 </row>
18312 </lyxtabular>
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 \begin_inset Note Greyedout
18321 status open
18322
18323 \begin_layout Plain Layout
18324
18325 \series bold
18326 (注意)
18327 \backslash
18328 mathbb
18329 \series default
18330 様式と
18331 \series bold
18332
18333 \backslash
18334 mathcal
18335 \series default
18336 様式は、大文字にのみ使用することができます。
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Standard
18345 既定では、
18346 \series bold
18347
18348 \backslash
18349 mathnormal
18350 \series default
18351 様式に設定されています。
18352 \end_layout
18353
18354 \begin_layout Standard
18355 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18356 \begin_inset Formula 
18357 \[
18358 \mathfrak{A=\frac{b}{C}}
18359 \]
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18368 \series bold
18369
18370 \backslash
18371 textrm
18372 \series default
18373 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18374 \begin_inset Foot
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378 \begin_inset CommandInset href
18379 LatexCommand href
18380 name "LyX-bug #4629"
18381 target "http://www.lyx.org/trac/ticket/4629"
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Standard
18394 書体様式コマンドの代わりに、
18395 \family sans
18396 編集\SpecialChar \menuseparator
18397 数学\SpecialChar \menuseparator
18398 文字様式
18399 \family default
18400 ダイアログや、
18401 \begin_inset Graphics
18402         filename ../../images/math/font.png
18403         scale 85
18404
18405 \end_inset
18406
18407 を使用することもできます。
18408 \end_layout
18409
18410 \begin_layout Subsection
18411 ボールド体の数式
18412 \begin_inset CommandInset label
18413 LatexCommand label
18414 name "sub:ボールド体の数式"
18415
18416 \end_inset
18417
18418
18419 \begin_inset Index idx
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423 すうしき@数式 ! ぼーるどたい@ボールド体
18424 \end_layout
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \begin_layout Standard
18432 数式全体をボールド体にしようとすると、前節の
18433 \series bold
18434
18435 \backslash
18436 mathbf
18437 \series default
18438 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18439 字してしまいます。
18440 \end_layout
18441
18442 \begin_layout Standard
18443 \begin_inset Formula 
18444 \[
18445 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18446 \]
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 この数式を正しく表示するには、以下のように、
18455 \series bold
18456
18457 \backslash
18458 boldsymbol
18459 \series default
18460 コマンドを使用します。
18461 \begin_inset Formula 
18462 \[
18463 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18464 \]
18465
18466 \end_inset
18467
18468 また、数式を
18469 \series bold
18470 boldmath環境
18471 \series default
18472 に設定する方法もあります。この環境は、TeXモードで
18473 \series bold
18474
18475 \backslash
18476 boldmath
18477 \begin_inset Index idx
18478 status collapsed
18479
18480 \begin_layout Plain Layout
18481 こまんど@コマンド ! B ! 
18482 \backslash
18483 boldmath
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \series default
18490 コマンドを挿入することによって作ることができます。環境を閉じるには、
18491 \series bold
18492
18493 \backslash
18494 unboldmath
18495 \begin_inset Index idx
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499 こまんど@コマンド ! U ! 
18500 \backslash
18501 unboldmath
18502 \end_layout
18503
18504 \end_inset
18505
18506
18507 \series default
18508 コマンドをTeXモードで挿入します。
18509 \begin_inset ERT
18510 status collapsed
18511
18512 \begin_layout Plain Layout
18513
18514
18515 \backslash
18516 boldmath 
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \begin_inset Formula 
18523 \[
18524 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18525 \]
18526
18527 \end_inset
18528
18529
18530 \begin_inset ERT
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534
18535
18536 \backslash
18537 unboldmath 
18538 \end_layout
18539
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \begin_layout Subsection
18546 色付きの数式
18547 \begin_inset Index idx
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551 すうしき@数式 ! いろつき@色付き
18552 \end_layout
18553
18554 \end_inset
18555
18556
18557 \end_layout
18558
18559 \begin_layout Standard
18560 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18561 \begin_inset Formula 
18562 \[
18563 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18564 \]
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "sub:色付きボックス"
18576
18577 \end_inset
18578
18579 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18580 \series bold
18581
18582 \backslash
18583 textcolor
18584 \series default
18585
18586 \begin_inset Index idx
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590 こまんど@コマンド ! T ! 
18591 \backslash
18592 textcolor
18593 \end_layout
18594
18595 \end_inset
18596
18597 TeXコードコマンドで適用することができます。
18598 \end_layout
18599
18600 \begin_layout Standard
18601
18602 \series bold
18603
18604 \backslash
18605 textcolor{色}{文字ないし数式}
18606 \end_layout
18607
18608 \begin_layout Standard
18609 下記の例は、全体を濃緑にし、一部を赤にしています。
18610 \end_layout
18611
18612 \begin_layout Standard
18613 \begin_inset ERT
18614 status collapsed
18615
18616 \begin_layout Plain Layout
18617
18618
18619 \backslash
18620 textcolor{darkgreen}{
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Formula 
18627 \[
18628 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18629 \]
18630
18631 \end_inset
18632
18633
18634 \begin_inset ERT
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638
18639 }
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18649 \begin_inset Foot
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653 \begin_inset CommandInset href
18654 LatexCommand href
18655 name "LyX-bug #5269"
18656 target "http://www.lyx.org/trac/ticket/5269"
18657
18658 \end_inset
18659
18660
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Subsection
18669 書体寸法
18670 \begin_inset CommandInset label
18671 LatexCommand label
18672 name "sub:書体寸法"
18673
18674 \end_inset
18675
18676
18677 \begin_inset Index idx
18678 status collapsed
18679
18680 \begin_layout Plain Layout
18681 しょたい@書体 ! すんぽう@寸法
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \begin_layout Standard
18690 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18691 \end_layout
18692
18693 \begin_layout Standard
18694
18695 \series bold
18696
18697 \backslash
18698 Huge
18699 \series default
18700
18701 \series bold
18702
18703 \backslash
18704 huge
18705 \series default
18706
18707 \series bold
18708
18709 \backslash
18710 LARGE
18711 \series default
18712
18713 \series bold
18714
18715 \backslash
18716 Large
18717 \series default
18718
18719 \series bold
18720
18721 \backslash
18722 large
18723 \series default
18724
18725 \series bold
18726
18727 \backslash
18728 normalsize
18729 \series default
18730
18731 \series bold
18732
18733 \backslash
18734 small
18735 \series default
18736 ,
18737 \begin_inset Newline newline
18738 \end_inset
18739
18740
18741 \series bold
18742
18743 \backslash
18744 footnotesize
18745 \series default
18746
18747 \series bold
18748
18749 \backslash
18750 scriptsize
18751 \series default
18752 、および
18753 \series bold
18754
18755 \backslash
18756 tiny
18757 \end_layout
18758
18759 \begin_layout Standard
18760 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18761 \series bold
18762
18763 \backslash
18764 normalsize
18765 \series default
18766 コマンドに設定されます。他のコマンドは、
18767 \series bold
18768
18769 \backslash
18770 normalsize
18771 \series default
18772 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18773 \begin_inset space \thinspace{}
18774 \end_inset
18775
18776 ptであるならば、
18777 \series bold
18778
18779 \backslash
18780 Huge
18781 \series default
18782 コマンドは
18783 \series bold
18784
18785 \backslash
18786 huge
18787 \series default
18788 コマンドと同じ大きさに落とされます。
18789 \end_layout
18790
18791 \begin_layout Standard
18792 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18793 \series bold
18794
18795 \backslash
18796 normalsize
18797 \series default
18798 コマンドを挿入します。
18799 \end_layout
18800
18801 \begin_layout Standard
18802 \begin_inset Newpage newpage
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Standard
18809 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18810 \end_layout
18811
18812 \begin_layout Standard
18813 \noindent
18814 \align center
18815 \begin_inset Tabular
18816 <lyxtabular version="3" rows="5" columns="2">
18817 <features tabularvalignment="middle">
18818 <column alignment="center" valignment="top" width="0">
18819 <column alignment="center" valignment="top" width="0">
18820 <row>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 コマンド
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 出力
18835 \begin_inset Note Note
18836 status collapsed
18837
18838 \begin_layout Plain Layout
18839
18840 \series bold
18841
18842 \backslash
18843 raisebox
18844 \series default
18845  はスペーサーとして使用されているだけです。
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 </row>
18856 <row>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \backslash
18863 displaystyle
18864 \begin_inset Index idx
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868 こまんど@コマンド ! D ! 
18869 \backslash
18870 displaystyle
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18885 \end_inset
18886
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \backslash
18900 textstyle
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \backslash
18925 scriptstyle
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \backslash
18950 scriptscriptstyle
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 </row>
18968 </lyxtabular>
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \begin_layout Standard
18976 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18977 \end_layout
18978
18979 \begin_layout Standard
18980 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18981 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18982 \begin_inset VSpace -2mm
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Standard
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 huge 
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \begin_inset Formula 
19003 \[
19004 A=\frac{B}{c}\cdot\maltese
19005 \]
19006
19007 \end_inset
19008
19009
19010 \begin_inset Formula 
19011 \[
19012 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19013 \]
19014
19015 \end_inset
19016
19017
19018 \begin_inset ERT
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022
19023
19024 \backslash
19025 normalsize 
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Standard
19034 \begin_inset VSpace medskip
19035 \end_inset
19036
19037 二つの式の前には、
19038 \series bold
19039
19040 \backslash
19041 huge
19042 \series default
19043 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19044 \begin_inset Newline newline
19045 \end_inset
19046
19047
19048 \series bold
19049
19050 \backslash
19051 maltese
19052 \begin_inset ERT
19053 status collapsed
19054
19055 \begin_layout Plain Layout
19056
19057
19058 \backslash
19059 spce 
19060 \end_layout
19061
19062 \end_inset
19063
19064 A Alt+M M 
19065 \backslash
19066 Large
19067 \begin_inset ERT
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071
19072
19073 \backslash
19074 spce 
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \backslash
19081 maltese
19082 \begin_inset ERT
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086
19087
19088 \backslash
19089 spce 
19090 \end_layout
19091
19092 \end_inset
19093
19094
19095 \backslash
19096 textit
19097 \begin_inset ERT
19098 status collapsed
19099
19100 \begin_layout Plain Layout
19101
19102
19103 \backslash
19104 spce 
19105 \end_layout
19106
19107 \end_inset
19108
19109 A
19110 \begin_inset Formula $\to$
19111 \end_inset
19112
19113
19114 \begin_inset Formula $\to$
19115 \end_inset
19116
19117
19118 \begin_inset Newline newline
19119 \end_inset
19120
19121
19122 \begin_inset space \hspace*{}
19123 \length 1cm
19124 \end_inset
19125
19126 Alt+M
19127 \series default
19128  
19129 \series bold
19130
19131 \backslash
19132 tiny
19133 \begin_inset ERT
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137
19138
19139 \backslash
19140 spce 
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \backslash
19147 maltese
19148 \begin_inset ERT
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152
19153
19154 \backslash
19155 spce 
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \backslash
19162 textit
19163 \begin_inset ERT
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167
19168
19169 \backslash
19170 spce 
19171 \end_layout
19172
19173 \end_inset
19174
19175 A
19176 \begin_inset Newline newline
19177 \end_inset
19178
19179
19180 \series default
19181 のようになります。
19182 \end_layout
19183
19184 \begin_layout Standard
19185 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19186 \begin_inset Newpage newpage
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \begin_layout Section
19193 ギリシャ文字
19194 \begin_inset Index idx
19195 status collapsed
19196
19197 \begin_layout Plain Layout
19198 ぎりしゃもじ@ギリシャ文字
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Standard
19207 すべてのギリシャ文字は、ツールバーボタンの
19208 \begin_inset Graphics
19209         filename ../../images/math/alpha.png
19210         scale 85
19211
19212 \end_inset
19213
19214 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19215 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19216 \end_layout
19217
19218 \begin_layout Subsection
19219 小文字
19220 \begin_inset Index idx
19221 status collapsed
19222
19223 \begin_layout Plain Layout
19224 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \begin_inset space \hfill{}
19234 \end_inset
19235
19236
19237 \begin_inset Tabular
19238 <lyxtabular version="3" rows="11" columns="2">
19239 <features tabularvalignment="middle">
19240 <column alignment="center" valignment="top" width="0pt">
19241 <column alignment="center" valignment="top" width="0pt">
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 コマンド
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 出力
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \backslash
19269 alpha
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset Formula $\alpha$
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \backslash
19294 beta
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Formula $\beta$
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \backslash
19319 gamma
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\gamma$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \backslash
19344 delta
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 \begin_inset Formula $\delta$
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \backslash
19369 epsilon
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Formula $\epsilon$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 </row>
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \backslash
19394 varepsilon
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Formula $\varepsilon$
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 <row>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417
19418 \backslash
19419 zeta
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Formula $\zeta$
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \backslash
19444 eta
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Formula $\eta$
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 <row>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467
19468 \backslash
19469 theta
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Formula $\theta$
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 vartheta
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\vartheta$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 </lyxtabular>
19513
19514 \end_inset
19515
19516
19517 \begin_inset space \hfill{}
19518 \end_inset
19519
19520
19521 \begin_inset Tabular
19522 <lyxtabular version="3" rows="12" columns="2">
19523 <features tabularvalignment="middle">
19524 <column alignment="center" valignment="top" width="0pt">
19525 <column alignment="center" valignment="top" width="0pt">
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 コマンド
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 出力
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551
19552 \backslash
19553 iota
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 \begin_inset Formula $\iota$
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576
19577 \backslash
19578 kappa
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 \begin_inset Formula $\kappa$
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \backslash
19603 varkappa
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Formula $\varkappa$
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 </row>
19621 <row>
19622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626
19627 \backslash
19628 lambda
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 \begin_inset Formula $\lambda$
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 </row>
19646 <row>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \backslash
19653 mu
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $\mu$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 nu
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\nu$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 xi
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\xi$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726 o
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $o$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \backslash
19751 pi
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $\pi$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 varpi
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\varpi$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \backslash
19801 rho
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Formula $\rho$
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 </lyxtabular>
19820
19821 \end_inset
19822
19823
19824 \begin_inset space \hfill{}
19825 \end_inset
19826
19827
19828 \begin_inset Tabular
19829 <lyxtabular version="3" rows="11" columns="2">
19830 <features tabularvalignment="middle">
19831 <column alignment="center" valignment="top" width="0pt">
19832 <column alignment="center" valignment="top" width="0pt">
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 コマンド
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 出力
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 varrho
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\varrho$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 sigma
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\sigma$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 <row>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \backslash
19910 varsigma
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Formula $\varsigma$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 <row>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933
19934 \backslash
19935 tau
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 \begin_inset Formula $\tau$
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \backslash
19960 upsilon
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset Formula $\upsilon$
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983
19984 \backslash
19985 phi
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 \begin_inset Formula $\phi$
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 varphi
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\varphi$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 chi
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\chi$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 psi
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\psi$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 omega
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\omega$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 </lyxtabular>
20104
20105 \end_inset
20106
20107
20108 \begin_inset space \hfill{}
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \begin_layout Standard
20115 \begin_inset VSpace medskip
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \begin_layout Standard
20122 アップライト体のギリシャ文字を作成する方法は、第
20123 \begin_inset CommandInset ref
20124 LatexCommand ref
20125 reference "sub:アップライト体ギリシャ小文字"
20126
20127 \end_inset
20128
20129 節に説明されています。
20130 \end_layout
20131
20132 \begin_layout Subsection
20133 大文字
20134 \begin_inset Index idx
20135 status collapsed
20136
20137 \begin_layout Plain Layout
20138 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset space \hfill{}
20148 \end_inset
20149
20150
20151 \begin_inset Tabular
20152 <lyxtabular version="3" rows="7" columns="2">
20153 <features tabularvalignment="middle">
20154 <column alignment="center" valignment="top" width="0pt">
20155 <column alignment="center" valignment="top" width="0pt">
20156 <row>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \family roman
20163 \series medium
20164 \shape up
20165 \size normal
20166 \emph off
20167 \bar no
20168 \noun off
20169 \color none
20170 コマンド
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179
20180 \family roman
20181 \series medium
20182 \shape up
20183 \size normal
20184 \emph off
20185 \bar no
20186 \noun off
20187 \color none
20188 出力
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 <row>
20195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199
20200 \backslash
20201 Gamma
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210 \begin_inset Formula $\Gamma$
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 <row>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \backslash
20226 Delta
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 \begin_inset Formula $\Delta$
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 <row>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \backslash
20251 Theta
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 \begin_inset Formula $\Theta$
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \backslash
20276 Lambda
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\Lambda$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 Xi
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\Xi$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 Pi
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\Pi$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 </lyxtabular>
20345
20346 \end_inset
20347
20348
20349 \begin_inset space \hfill{}
20350 \end_inset
20351
20352
20353 \begin_inset Tabular
20354 <lyxtabular version="3" rows="6" columns="2">
20355 <features tabularvalignment="middle">
20356 <column alignment="center" valignment="top" width="0pt">
20357 <column alignment="center" valignment="top" width="0pt">
20358 <row>
20359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363
20364 \family roman
20365 \series medium
20366 \shape up
20367 \size normal
20368 \emph off
20369 \bar no
20370 \noun off
20371 \color none
20372 コマンド
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \family roman
20383 \series medium
20384 \shape up
20385 \size normal
20386 \emph off
20387 \bar no
20388 \noun off
20389 \color none
20390 出力
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \backslash
20403 Sigma
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412 \begin_inset Formula $\Sigma$
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 <row>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426
20427 \backslash
20428 Upsilon
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437 \begin_inset Formula $\Upsilon$
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 </row>
20446 <row>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451
20452 \backslash
20453 Phi
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\Phi$
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \backslash
20478 Psi
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487 \begin_inset Formula $\Psi$
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \backslash
20503 Omega
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 \begin_inset Formula $\Omega$
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 </lyxtabular>
20522
20523 \end_inset
20524
20525
20526 \begin_inset space \hfill{}
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \begin_layout Standard
20533 \begin_inset VSpace medskip
20534 \end_inset
20535
20536 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20537 \series bold
20538 var
20539 \series default
20540 を付けてください。たとえば、
20541 \series bold
20542
20543 \backslash
20544 varGamma
20545 \series default
20546 コマンドは、
20547 \begin_inset Formula $\varGamma$
20548 \end_inset
20549
20550 を生成します。もう一つの方法は、パッケージ
20551 \series bold
20552 fixmath
20553 \series default
20554
20555 \begin_inset Foot
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559
20560 \series bold
20561 fixmath
20562 \series default
20563 は、LaTeXパッケージ
20564 \series bold
20565 was
20566 \series default
20567
20568 \begin_inset Index idx
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572 ぱっけーじ@パッケージ ! was
20573 \begin_inset ERT
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577
20578
20579 \backslash
20580 vspace{4mm}
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589
20590 に含まれています。
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \begin_inset Index idx
20597 status collapsed
20598
20599 \begin_layout Plain Layout
20600 ぱっけーじ@パッケージ ! fixmath
20601 \end_layout
20602
20603 \end_inset
20604
20605 をLaTeXプリアンブル行に
20606 \end_layout
20607
20608 \begin_layout Standard
20609
20610 \series bold
20611
20612 \backslash
20613 usepackage{fixmath}
20614 \end_layout
20615
20616 \begin_layout Standard
20617 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20618 \end_layout
20619
20620 \begin_layout Subsection
20621 ボールド体
20622 \begin_inset Index idx
20623 status collapsed
20624
20625 \begin_layout Plain Layout
20626 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20627 \end_layout
20628
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \begin_layout Standard
20635 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20636 \series bold
20637
20638 \backslash
20639 boldsymbol
20640 \series default
20641 コマンドのみです
20642 \begin_inset Index idx
20643 status collapsed
20644
20645 \begin_layout Plain Layout
20646 こまんど@コマンド ! B ! 
20647 \backslash
20648 boldsymbol
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \begin_layout Standard
20657 \align center
20658 \begin_inset Tabular
20659 <lyxtabular version="3" rows="3" columns="2">
20660 <features tabularvalignment="middle">
20661 <column alignment="center" valignment="top" width="0">
20662 <column alignment="center" valignment="top" width="0">
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 コマンド
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 出力
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \backslash
20690 Upsilon
20691 \backslash
20692 boldsymbol
20693 \backslash
20694 Upsilon
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \backslash
20719 theta
20720 \backslash
20721 boldsymbol
20722 \backslash
20723 theta
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\theta\boldsymbol{\theta}$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 </lyxtabular>
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Section
20749 記号
20750 \begin_inset ERT
20751 status collapsed
20752
20753 \begin_layout Plain Layout
20754
20755
20756 \backslash
20757 texorpdfstring{
20758 \end_layout
20759
20760 \end_inset
20761
20762
20763 \begin_inset Foot
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20768 \begin_inset CommandInset citation
20769 LatexCommand cite
20770 key "Symbols"
20771
20772 \end_inset
20773
20774 にあります。
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \begin_inset ERT
20781 status collapsed
20782
20783 \begin_layout Plain Layout
20784
20785 }{}
20786 \end_layout
20787
20788 \end_inset
20789
20790
20791 \begin_inset Note Note
20792 status collapsed
20793
20794 \begin_layout Plain Layout
20795
20796 \backslash
20797 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20798 \end_layout
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 texorpdfstringについての詳細は、第
20804 \begin_inset CommandInset ref
20805 LatexCommand ref
20806 reference "sub:節見出し中の数式"
20807
20808 \end_inset
20809
20810 節にあります。
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \begin_inset Index idx
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 きごう@記号
20821 \end_layout
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \begin_layout Standard
20829 本節に掲げてある各記号の多くは、ツールバーボタンの
20830 \begin_inset Graphics
20831         filename ../../images/math/nabla.png
20832         scale 85
20833
20834 \end_inset
20835
20836
20837 \begin_inset Graphics
20838         filename ../../images/math/digamma.png
20839         scale 85
20840
20841 \end_inset
20842
20843 でも挿入することができます。
20844 \end_layout
20845
20846 \begin_layout Subsection
20847 数学記号
20848 \begin_inset CommandInset label
20849 LatexCommand label
20850 name "sub:数学記号"
20851
20852 \end_inset
20853
20854
20855 \begin_inset Index idx
20856 status collapsed
20857
20858 \begin_layout Plain Layout
20859 きごう@記号 ! すうがく@数学
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Standard
20868 \begin_inset space \hfill{}
20869 \end_inset
20870
20871
20872 \begin_inset Tabular
20873 <lyxtabular version="3" rows="10" columns="2">
20874 <features tabularvalignment="middle">
20875 <column alignment="center" valignment="top" width="0pt">
20876 <column alignment="center" valignment="top" width="0pt">
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 コマンド
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 出力
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 </row>
20897 <row>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902
20903 \backslash
20904 neg
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 \begin_inset Formula $\neg$
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \backslash
20929 Im
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 \begin_inset Formula $\Im$
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952
20953 \backslash
20954 Re
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 \begin_inset Formula $\Re$
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 aleph
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\aleph$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002
21003 \backslash
21004 partial
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\partial$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 infty
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $\infty$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 wp
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\wp$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 imath
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\imath$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \backslash
21104 jmath
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Formula $\jmath$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 </lyxtabular>
21123
21124 \end_inset
21125
21126
21127 \begin_inset space \hfill{}
21128 \end_inset
21129
21130
21131 \begin_inset Tabular
21132 <lyxtabular version="3" rows="10" columns="2">
21133 <features tabularvalignment="middle">
21134 <column alignment="center" valignment="top" width="0pt">
21135 <column alignment="center" valignment="top" width="0pt">
21136 <row>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 コマンド
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 出力
21151 \begin_inset Note Note
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155 ここで
21156 \series bold
21157
21158 \backslash
21159 raisebox
21160 \series default
21161 はスペーサーとして使用しているだけです。
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 forall
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\forall$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 exists
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\exists$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 nexists
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\nexists$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 emptyset
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\emptyset$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 varnothing
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\varnothing$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 dag
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\dag$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 ddag
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\ddag$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 complement
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset ERT
21364 status collapsed
21365
21366 \begin_layout Plain Layout
21367
21368
21369 \backslash
21370 raisebox{-0.8mm}{
21371 \end_layout
21372
21373 \end_inset
21374
21375
21376 \begin_inset Formula $\complement$
21377 \end_inset
21378
21379
21380 \begin_inset ERT
21381 status collapsed
21382
21383 \begin_layout Plain Layout
21384
21385 }
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 <row>
21397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \backslash
21403 Bbbk
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Formula $\Bbbk$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 </lyxtabular>
21422
21423 \end_inset
21424
21425
21426 \begin_inset space \hfill{}
21427 \end_inset
21428
21429
21430 \begin_inset Tabular
21431 <lyxtabular version="3" rows="10" columns="2">
21432 <features tabularvalignment="middle">
21433 <column alignment="center" valignment="top" width="0pt">
21434 <column alignment="center" valignment="top" width="0pt">
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 コマンド
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 出力
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 </row>
21455 <row>
21456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460
21461 \backslash
21462 prime
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471 \begin_inset Formula $\prime$
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 </row>
21480 <row>
21481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485
21486 \backslash
21487 backprime
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 \begin_inset Formula $\backprime$
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510
21511 \backslash
21512 mho
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\mho$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 triangle
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\triangle$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 angle
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\angle$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 measuredangle
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\measuredangle$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 sphericalangle
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\sphericalangle$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 top
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\top$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \backslash
21662 bot
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\bot$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 </lyxtabular>
21681
21682 \end_inset
21683
21684
21685 \begin_inset space \hfill{}
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Subsection
21692 その他の記号
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "sub:その他の記号"
21696
21697 \end_inset
21698
21699
21700 \begin_inset Index idx
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704 きごう@記号 ! そのた@その他
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \noindent
21714 \align center
21715 \begin_inset Tabular
21716 <lyxtabular version="3" rows="10" columns="2">
21717 <features tabularvalignment="middle">
21718 <column alignment="center" valignment="top" width="0pt">
21719 <column alignment="center" valignment="top" width="0pt">
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \family roman
21727 \series medium
21728 \shape up
21729 \size normal
21730 \emph off
21731 \bar no
21732 \noun off
21733 \color none
21734 コマンド
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \family roman
21745 \series medium
21746 \shape up
21747 \size normal
21748 \emph off
21749 \bar no
21750 \noun off
21751 \color none
21752 出力
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 flat
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\flat$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 natural
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\natural$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 sharp
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\sharp$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 surd
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\surd$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 checkmark
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\checkmark$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 yen
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\yen$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 pounds
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\pounds$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 $
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 \begin_inset Formula $\$$
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 </row>
21956 <row>
21957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 §
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $§$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 </lyxtabular>
21980
21981 \end_inset
21982
21983
21984 \begin_inset Tabular
21985 <lyxtabular version="3" rows="10" columns="2">
21986 <features tabularvalignment="middle">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994
21995 \family roman
21996 \series medium
21997 \shape up
21998 \size normal
21999 \emph off
22000 \bar no
22001 \noun off
22002 \color none
22003 コマンド
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \family roman
22014 \series medium
22015 \shape up
22016 \size normal
22017 \emph off
22018 \bar no
22019 \noun off
22020 \color none
22021 出力
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 hbar
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\hbar$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 hslash
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\hslash$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 clubsuit
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\clubsuit$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 spadesuit
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\spadesuit$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 bigstar
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\bigstar$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \backslash
22159 blacklozenge
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Formula $\blacklozenge$
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 blacktriangle
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\blacktriangle$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 blacktiangledown
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\blacktriangledown$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 bullet
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\bullet$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 </lyxtabular>
22253
22254 \end_inset
22255
22256
22257 \begin_inset Tabular
22258 <lyxtabular version="3" rows="10" columns="2">
22259 <features tabularvalignment="middle">
22260 <column alignment="center" valignment="top" width="0pt">
22261 <column alignment="center" valignment="top" width="0pt">
22262 <row>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267
22268 \family roman
22269 \series medium
22270 \shape up
22271 \size normal
22272 \emph off
22273 \bar no
22274 \noun off
22275 \color none
22276 コマンド
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \family roman
22287 \series medium
22288 \shape up
22289 \size normal
22290 \emph off
22291 \bar no
22292 \noun off
22293 \color none
22294 出力
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 diamondsuit
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\diamondsuit$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 Diamond
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\Diamond$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 heartsuit
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\heartsuit$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 P
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\P$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 copyright
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\copyright$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 circledR
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\circledR$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 maltese
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\maltese$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 diagup
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\diagup$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 diagdown
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\diagdown$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 </lyxtabular>
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Standard
22533 \begin_inset VSpace medskip
22534 \end_inset
22535
22536 ここにある以上の記号が、第
22537 \begin_inset CommandInset ref
22538 LatexCommand ref
22539 reference "sub:他の特殊文字"
22540
22541 \end_inset
22542
22543 節に挙げてあります。
22544 \end_layout
22545
22546 \begin_layout Standard
22547 寸法を変えて表示することのできる記号もあります。第
22548 \begin_inset CommandInset ref
22549 LatexCommand ref
22550 reference "sub:書体寸法"
22551
22552 \end_inset
22553
22554 節をご参照下さい。
22555 \end_layout
22556
22557 \begin_layout Subsection
22558 ユーロ通貨記号€
22559 \begin_inset Index idx
22560 status collapsed
22561
22562 \begin_layout Plain Layout
22563 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \begin_inset Index idx
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573
22574 \backslash
22575 @
22576 \begin_inset ERT
22577 status collapsed
22578
22579 \begin_layout Plain Layout
22580
22581
22582 \backslash
22583 officialeuro
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22598 \series bold
22599 eurosym
22600 \series default
22601
22602 \begin_inset Index idx
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606 ぱっけーじ@パッケージ ! eurosym
22607 \end_layout
22608
22609 \end_inset
22610
22611 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22612 \end_layout
22613
22614 \begin_layout Standard
22615
22616 \series bold
22617
22618 \backslash
22619 usepackage[gennarrow]{eurosym}
22620 \end_layout
22621
22622 \begin_layout Standard
22623 すると、ユーロ通貨記号を
22624 \series bold
22625
22626 \backslash
22627 euro
22628 \series default
22629
22630 \begin_inset Index idx
22631 status collapsed
22632
22633 \begin_layout Plain Layout
22634 こまんど@コマンド ! E ! 
22635 \backslash
22636 euro
22637 \end_layout
22638
22639 \end_inset
22640
22641 コマンドで挿入することができるようになります。
22642 \end_layout
22643
22644 \begin_layout Standard
22645 数式テキストには、
22646 \series bold
22647 eurosym
22648 \series default
22649 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22650 \series bold
22651 eurosym
22652 \series default
22653 が導入されていれば、
22654 \series bold
22655
22656 \backslash
22657 euro
22658 \series default
22659 はTeXモードでも挿入することができます。また、正式な通貨記号を
22660 \series bold
22661
22662 \backslash
22663 officialeuro
22664 \series default
22665
22666 \begin_inset Index idx
22667 status collapsed
22668
22669 \begin_layout Plain Layout
22670 こまんど@コマンド ! O ! 
22671 \backslash
22672 officialeuro
22673 \end_layout
22674
22675 \end_inset
22676
22677 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22678 \end_layout
22679
22680 \begin_layout Standard
22681 \begin_inset ERT
22682 status collapsed
22683
22684 \begin_layout Plain Layout
22685
22686
22687 \backslash
22688 ifeurosym 
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \begin_inset Note Note
22695 status open
22696
22697 \begin_layout Plain Layout
22698 以下の表は、LaTeXパッケージ
22699 \series bold
22700 eurosym
22701 \series default
22702 が導入済みのときのみ表示されます。
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 以下は、各ユーロ通貨記号のまとめです。
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \align center
22716 \begin_inset Tabular
22717 <lyxtabular version="3" rows="4" columns="3">
22718 <features tabularvalignment="middle">
22719 <column alignment="center" valignment="top" width="0pt">
22720 <column alignment="center" valignment="top" width="0pt">
22721 <column alignment="center" valignment="top" width="0pt">
22722 <row>
22723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 コマンド
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 出力
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 数式
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \backslash
22767 euro
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 \begin_inset Formula $\euro$
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 数式テキスト
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\mbox{€}$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 TeXモード
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 officialeuro
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset ERT
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846
22847
22848 \backslash
22849 officialeuro
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 </lyxtabular>
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset ERT
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 else 
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \begin_inset Note Note
22882 status open
22883
22884 \begin_layout Plain Layout
22885 以下は、LaTeXパッケージ
22886 \series bold
22887 eurosym
22888 \series default
22889 が導入されていないときのみ表示されます。
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 本節の残りを出力としてみるためには、LaTeXパッケージ
22899 \series bold
22900 eurosym
22901 \series default
22902 を導入する必要があります。
22903 \end_layout
22904
22905 \begin_layout Standard
22906 \begin_inset ERT
22907 status collapsed
22908
22909 \begin_layout Plain Layout
22910
22911
22912 \backslash
22913 fi 
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Section
22922 関係子
22923 \begin_inset CommandInset label
22924 LatexCommand label
22925 name "sec:関係子"
22926
22927 \end_inset
22928
22929
22930 \begin_inset Index idx
22931 status collapsed
22932
22933 \begin_layout Plain Layout
22934 かんけいし@関係子
22935 \end_layout
22936
22937 \end_inset
22938
22939
22940 \begin_inset Index idx
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944 ひかくし@比較子|see
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950 {
22951 \end_layout
22952
22953 \end_inset
22954
22955 関係子
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961 }
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 関係子はすべて、ツールバーボタンの
22976 \begin_inset Graphics
22977         filename ../../images/math/leq.png
22978         scale 85
22979
22980 \end_inset
22981
22982 でも挿入することができます。
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset space \hfill{}
22987 \end_inset
22988
22989
22990 \begin_inset Tabular
22991 <lyxtabular version="3" rows="17" columns="2">
22992 <features tabularvalignment="middle">
22993 <column alignment="center" valignment="top" width="0pt">
22994 <column alignment="center" valignment="top" width="0pt">
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 コマンド
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 出力
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $<$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $<$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 le
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\le$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 ll
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\ll$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 prec
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\prec$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 preceq
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\preceq$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 subset
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\subset$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 subseteq
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\subseteq$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 sqsubseteq
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\sqsubseteq$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \backslash
23223 in
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset Formula $\in$
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246
23247 \backslash
23248 vdash
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Formula $\vdash$
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \backslash
23273 smile
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 \begin_inset Formula $\smile$
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 <row>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \backslash
23298 lhd
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 \begin_inset Formula $\lhd$
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 </row>
23316 <row>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321
23322 \backslash
23323 unlhd
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 \begin_inset Formula $\unlhd$
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 </row>
23341 <row>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346
23347 \backslash
23348 gtrless
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 \begin_inset Formula $\gtrless$
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 </row>
23366 <row>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371
23372 \backslash
23373 mid
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 \begin_inset Formula $\mid$
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 </row>
23391 <row>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396
23397 \backslash
23398 nmid
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 \begin_inset Formula $\nmid$
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 </row>
23416 </lyxtabular>
23417
23418 \end_inset
23419
23420
23421 \begin_inset space \hfill{}
23422 \end_inset
23423
23424
23425 \begin_inset Tabular
23426 <lyxtabular version="3" rows="17" columns="2">
23427 <features tabularvalignment="middle">
23428 <column alignment="center" valignment="top" width="0pt">
23429 <column alignment="center" valignment="top" width="0pt">
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 コマンド
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 出力
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 =
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $=$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 not=
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\not=$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 equiv
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\equiv$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 sim
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\sim$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 simeq
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\simeq$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 approx
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\approx$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 cong
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\cong$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 bowtie
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\bowtie$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 <row>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \backslash
23655 notin
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset Formula $\notin$
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \backslash
23680 perp
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689 \begin_inset Formula $\perp$
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 <row>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \backslash
23705 propto
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 \begin_inset Formula $\propto$
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 <row>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728
23729 \backslash
23730 asymp
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Formula $\asymp$
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 </row>
23748 <row>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753
23754 \backslash
23755 doteq
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 \begin_inset Formula $\doteq$
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 </row>
23773 <row>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \backslash
23780 circeq
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 \begin_inset Formula $\circeq$
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 </row>
23798 <row>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803
23804 \backslash
23805 models
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814 \begin_inset Formula $\models$
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 </row>
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828
23829 \backslash
23830 widehat=
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 \begin_inset Formula $\widehat{=}$
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 </lyxtabular>
23849
23850 \end_inset
23851
23852
23853 \begin_inset space \hfill{}
23854 \end_inset
23855
23856
23857 \begin_inset Tabular
23858 <lyxtabular version="3" rows="17" columns="2">
23859 <features tabularvalignment="middle">
23860 <column alignment="center" valignment="top" width="0pt">
23861 <column alignment="center" valignment="top" width="0pt">
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \family roman
23869 \series medium
23870 \shape up
23871 \size normal
23872 \emph off
23873 \bar no
23874 \noun off
23875 \color none
23876 コマンド
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \family roman
23887 \series medium
23888 \shape up
23889 \size normal
23890 \emph off
23891 \bar no
23892 \noun off
23893 \color none
23894 出力
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $>$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 \begin_inset Formula $>$
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 </row>
23926 <row>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931
23932 \backslash
23933 ge
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942 \begin_inset Formula $\ge$
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 </row>
23951 <row>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956
23957 \backslash
23958 gg
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Formula $\gg$
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 <row>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \backslash
23983 succ
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992 \begin_inset Formula $\succ$
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 <row>
24002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006
24007 \backslash
24008 succeq
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 \begin_inset Formula $\succeq$
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 <row>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031
24032 \backslash
24033 supset
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042 \begin_inset Formula $\supset$
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 </row>
24051 <row>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056
24057 \backslash
24058 supseteq
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 \begin_inset Formula $\supseteq$
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 </row>
24076 <row>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081
24082 \backslash
24083 sqsupseteq
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 \begin_inset Formula $\sqsupseteq$
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 </row>
24101 <row>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106
24107 \backslash
24108 ni
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 \begin_inset Formula $\ni$
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 </row>
24126 <row>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \backslash
24133 dashv
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 \begin_inset Formula $\dashv$
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \backslash
24158 frown
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 \begin_inset Formula $\frown$
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 </row>
24176 <row>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181
24182 \backslash
24183 rhd
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 \begin_inset Formula $\rhd$
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 </row>
24201 <row>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206
24207 \backslash
24208 unrhd
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 \begin_inset Formula $\unrhd$
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 lessgtr
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Formula $\lessgtr$
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 parallel
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\parallel$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 nparallel
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $\nparallel$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 </lyxtabular>
24302
24303 \end_inset
24304
24305
24306 \begin_inset space \hfill{}
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \begin_layout Standard
24313 \begin_inset VSpace medskip
24314 \end_inset
24315
24316
24317 \series bold
24318
24319 \backslash
24320 lhd
24321 \series default
24322
24323 \series bold
24324
24325 \backslash
24326 rhd
24327 \series default
24328 の文字は、同じように見える演算子
24329 \series bold
24330
24331 \backslash
24332 triangleleft
24333 \series default
24334 および
24335 \series bold
24336
24337 \backslash
24338 triangleright
24339 \series default
24340 よりも大きくなっています。
24341 \end_layout
24342
24343 \begin_layout Standard
24344 関係子は、記号とは違って、つねに前後に余白が置かれます。
24345 \end_layout
24346
24347 \begin_layout Standard
24348
24349 \series bold
24350
24351 \backslash
24352 stackrel
24353 \series default
24354
24355 \begin_inset Index idx
24356 status collapsed
24357
24358 \begin_layout Plain Layout
24359 こまんど@コマンド ! S ! 
24360 \backslash
24361 stackrel
24362 \end_layout
24363
24364 \end_inset
24365
24366 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \align center
24371 \begin_inset Tabular
24372 <lyxtabular version="3" rows="2" columns="2">
24373 <features tabularvalignment="middle">
24374 <column alignment="center" valignment="top" width="0">
24375 <column alignment="center" valignment="top" width="0">
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 コマンド
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 出力
24391 \begin_inset Note Note
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395 ここで
24396 \series bold
24397
24398 \backslash
24399 raisebox
24400 \series default
24401 はスペーサーとして使用しているだけです。
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 </row>
24412 <row>
24413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417 A(r)
24418 \backslash
24419 stackrel
24420 \begin_inset ERT
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424
24425
24426 \backslash
24427 spce 
24428 \end_layout
24429
24430 \end_inset
24431
24432 r
24433 \backslash
24434 to
24435 \backslash
24436 infty
24437 \begin_inset ERT
24438 status collapsed
24439
24440 \begin_layout Plain Layout
24441
24442
24443 \backslash
24444 spce 
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \begin_inset Formula $\downarrow$
24451 \end_inset
24452
24453
24454 \backslash
24455 approx
24456 \begin_inset ERT
24457 status collapsed
24458
24459 \begin_layout Plain Layout
24460
24461
24462 \backslash
24463 spce 
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \begin_inset ERT
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473
24474
24475 \backslash
24476 spce 
24477 \end_layout
24478
24479 \end_inset
24480
24481 B
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 </lyxtabular>
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Section
24507 函数
24508 \end_layout
24509
24510 \begin_layout Subsection
24511 定義済み函数
24512 \begin_inset CommandInset label
24513 LatexCommand label
24514 name "sub:定義済み函数"
24515
24516 \end_inset
24517
24518
24519 \begin_inset Index idx
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 かんすう@函数 ! ていぎずみ@定義済み
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 一般的に、数式表現では変数は
24533 \shape italic
24534 イタリック体
24535 \shape default
24536 に設定されますが、函数名はイタリック体にしません。なぜなら、
24537 \begin_inset Formula $sin$
24538 \end_inset
24539
24540
24541 \begin_inset Formula $s\cdot i\cdot n$
24542 \end_inset
24543
24544 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24545 ックスラッシュを加えたコマンドとして挿入します。
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \align center
24550 \begin_inset Tabular
24551 <lyxtabular version="3" rows="2" columns="4">
24552 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 コマンド
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 出力
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 コマンド
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 出力
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 Asin(x)+B
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $Asin(x)+B$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 A
24622 \backslash
24623 sin(x)+B
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $A\sin(x)+B$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 </lyxtabular>
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 以下の函数が定義済みです。
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset VSpace -2mm
24654 \end_inset
24655
24656
24657 \end_layout
24658
24659 \begin_layout Standard
24660 \align center
24661 \begin_inset Tabular
24662 <lyxtabular version="3" rows="9" columns="4">
24663 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24668 <row>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 コマンド
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 コマンド
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24688 \begin_inset Text
24689
24690 \begin_layout Plain Layout
24691 コマンド
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700 コマンド
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 </row>
24706 <row>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 sin
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 sinh
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 arcsin
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 sup
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 cos
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 cosh
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 arccos
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 inf
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 tan
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814
24815 \backslash
24816 tanh
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 arctan
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
24837 \backslash
24838 lim
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 </row>
24844 <row>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 cot
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 coth
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 arg
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 liminf
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 sec
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 min
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 deg
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 limsup
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 </row>
24936 <row>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 csc
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 max
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 det
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 Pr
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 <row>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 ln
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 exp
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 dim
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 hom
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 <row>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 lg
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 log
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \backslash
25057 ker
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 gcd
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 </lyxtabular>
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 上記は、数式ツールバーボタンの
25083 \begin_inset Graphics
25084         filename ../../images/math/functions.png
25085         scale 85
25086
25087 \end_inset
25088
25089 でも挿入することができます。
25090 \end_layout
25091
25092 \begin_layout Subsection
25093 自己定義函数
25094 \begin_inset Index idx
25095 status collapsed
25096
25097 \begin_layout Plain Layout
25098 かんすう@函数 ! じこていぎ@自己定義
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25108 \end_layout
25109
25110 \begin_layout Itemize
25111 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25112 \begin_inset Foot
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116
25117 \series bold
25118
25119 \backslash
25120 DeclareMathOperator
25121 \series default
25122 についての詳細は、第
25123 \begin_inset CommandInset ref
25124 LatexCommand ref
25125 reference "sub:自己定義演算子"
25126
25127 \end_inset
25128
25129 節をご参照下さい。
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \begin_inset Newline newline
25136 \end_inset
25137
25138
25139 \begin_inset VSpace -3mm
25140 \end_inset
25141
25142
25143 \begin_inset Newline newline
25144 \end_inset
25145
25146
25147 \series bold
25148
25149 \backslash
25150 DeclareMathOperator{
25151 \backslash
25152 sgn}{sgn}
25153 \series default
25154
25155 \begin_inset Index idx
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159 こまんど@コマンド ! D ! 
25160 \backslash
25161 dbinom@
25162 \backslash
25163 DeclareMathOperator
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \begin_inset Newline newline
25170 \end_inset
25171
25172
25173 \begin_inset VSpace -2mm
25174 \end_inset
25175
25176
25177 \begin_inset Newline newline
25178 \end_inset
25179
25180 これによって、新しく定義された函数を
25181 \series bold
25182
25183 \backslash
25184 sgn
25185 \series default
25186 コマンドで呼び出すことができるようになります。
25187 \end_layout
25188
25189 \begin_layout Itemize
25190 数式を普通に書き下し、函数名を選択して(上記の例では
25191 \emph on
25192 sgn
25193 \emph default
25194 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25195 \end_layout
25196
25197 \begin_layout Standard
25198 双方とも定義済み函数と同等の出力をもたらします
25199 \begin_inset Foot
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \align center
25213 \begin_inset Tabular
25214 <lyxtabular version="3" rows="3" columns="2">
25215 <features tabularvalignment="middle">
25216 <column alignment="center" valignment="top" width="0pt">
25217 <column alignment="center" valignment="top" width="0pt">
25218 <row>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 コマンド
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 出力
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 </row>
25238 <row>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 A
25244 \backslash
25245 sgn(x)+B
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254 \begin_inset Formula $A\sgn(x)+B$
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 <row>
25264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268 A
25269 \backslash
25270 ,
25271 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25272 \end_inset
25273
25274 (x)+B
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 </row>
25292 </lyxtabular>
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \begin_layout Standard
25300 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25301 \end_layout
25302
25303 \begin_layout Subsection
25304 極限
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 きょくげん@極限
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 極限用には、
25319 \series bold
25320
25321 \backslash
25322 lim
25323 \series default
25324
25325 \begin_inset Index idx
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 こまんど@コマンド ! L ! 
25330 \backslash
25331 lim
25332 \end_layout
25333
25334 \end_inset
25335
25336
25337 \series bold
25338
25339 \backslash
25340 liminf
25341 \series default
25342
25343 \series bold
25344
25345 \backslash
25346 limsup
25347 \series default
25348 の他に、以下の函数があります。
25349 \end_layout
25350
25351 \begin_layout Standard
25352 \align center
25353 \begin_inset Tabular
25354 <lyxtabular version="3" rows="5" columns="2">
25355 <features tabularvalignment="middle">
25356 <column alignment="center" valignment="top" width="0">
25357 <column alignment="center" valignment="top" width="0">
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 コマンド
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 出力
25373 \begin_inset Note Note
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377 ここで
25378 \series bold
25379
25380 \backslash
25381 raisebox
25382 \series default
25383 はスペーサーとして使用しているだけです。
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 varliminf
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 \begin_inset Formula $\varliminf$
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 <row>
25420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 varlimsup
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435 \begin_inset Formula $\varlimsup$
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row>
25445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449
25450 \backslash
25451 varprojlim
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Formula $\varprojlim$
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row>
25470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474
25475 \backslash
25476 varinjlim
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 \begin_inset Formula $\varinjlim$
25486 \end_inset
25487
25488
25489 \begin_inset Formula $\raisebox{-2.5mm}{}$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 </lyxtabular>
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 \begin_inset VSpace medskip
25507 \end_inset
25508
25509 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25510 \end_layout
25511
25512 \begin_layout Standard
25513 \align center
25514 \begin_inset Tabular
25515 <lyxtabular version="3" rows="2" columns="2">
25516 <features tabularvalignment="middle">
25517 <column alignment="center" valignment="top" width="0pt">
25518 <column alignment="center" valignment="top" width="0pt">
25519 <row>
25520 <cell alignment="center" valignment="top" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 コマンド
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 <cell alignment="center" valignment="top" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 \begin_inset space \hspace{}
25534 \length 1cm
25535 \end_inset
25536
25537 出力
25538 \begin_inset Note Note
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542 ここで
25543 \series bold
25544
25545 \backslash
25546 raisebox
25547 \series default
25548 はスペーサーとして使用しているだけです。
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 </row>
25559 <row>
25560 <cell alignment="center" valignment="top" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \backslash
25566 lim_x
25567 \backslash
25568 to
25569 \begin_inset ERT
25570 status collapsed
25571
25572 \begin_layout Plain Layout
25573
25574
25575 \backslash
25576 spce 
25577 \end_layout
25578
25579 \end_inset
25580
25581 A
25582 \begin_inset ERT
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586
25587
25588 \backslash
25589 spce 
25590 \end_layout
25591
25592 \end_inset
25593
25594 x=B
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 </lyxtabular>
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \begin_layout Standard
25620 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25621 \begin_inset Formula 
25622 \[
25623 \lim_{x\to A}x=B
25624 \]
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Subsection
25632 剰余函数
25633 \begin_inset Index idx
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 かんすう@函数 ! じょうよ@剰余
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \begin_inset Index idx
25644 status collapsed
25645
25646 \begin_layout Plain Layout
25647 かんすう@函数 ! もじゅらす@モジュラス | see
25648 \begin_inset ERT
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652
25653 {
25654 \end_layout
25655
25656 \end_inset
25657
25658 剰余
25659 \begin_inset ERT
25660 status collapsed
25661
25662 \begin_layout Plain Layout
25663
25664 }
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 剰余函数は、特別に4つの派生型があります。
25679 \end_layout
25680
25681 \begin_layout Standard
25682 以下は、別行建て数式での派生型です。
25683 \begin_inset Formula 
25684 \begin{align*}
25685 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25686 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25687 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25688 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25689 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25690 \end{align*}
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25699 \lang english
25700 By default the modulo-functions take only the first following character
25701  into account.
25702  To use more than one character, one has to put them into TeX-braces:
25703 \begin_inset Formula 
25704 \begin{align*}
25705 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25706 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
25707 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25708 \end{align*}
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Section
25716 特殊文字
25717 \begin_inset Index idx
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721 とくしゅもじ@特殊文字
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Subsection
25730 数式テキストにおける特殊文字
25731 \end_layout
25732
25733 \begin_layout Standard
25734 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25735 \end_layout
25736
25737 \begin_layout Standard
25738 \begin_inset space \hfill{}
25739 \end_inset
25740
25741
25742 \begin_inset Tabular
25743 <lyxtabular version="3" rows="8" columns="2">
25744 <features tabularvalignment="middle">
25745 <column alignment="block" valignment="top" width="0">
25746 <column alignment="block" valignment="top" width="0">
25747 <row>
25748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 コマンド
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 出力
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 oe
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\textrm{œ}$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 OE
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Formula $\textrm{Œ}$
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 </row>
25817 <row>
25818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822
25823 \backslash
25824 ae
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 \begin_inset Formula $\textrm{æ}$
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 <row>
25843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \backslash
25849 AE
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset Formula $\textrm{Æ}$
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 <row>
25868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872
25873 \backslash
25874 aa
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883 \begin_inset Formula $\textrm{\aa}$
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 </row>
25892 <row>
25893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25894 \begin_inset Text
25895
25896 \begin_layout Plain Layout
25897
25898 \backslash
25899 AA
25900 \begin_inset Index idx
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904
25905 \lang english
25906
25907 \backslash
25908 @
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 textrm{
25917 \backslash
25918 AA}
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 \begin_inset Formula $\textrm{Å}$
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 </row>
25946 <row>
25947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951
25952 \backslash
25953 i
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962 \begin_inset Formula $\textrm{ı}$
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 </row>
25971 </lyxtabular>
25972
25973 \end_inset
25974
25975
25976 \begin_inset space \hfill{}
25977 \end_inset
25978
25979
25980 \begin_inset Tabular
25981 <lyxtabular version="3" rows="8" columns="2">
25982 <features tabularvalignment="middle">
25983 <column alignment="block" valignment="top" width="0">
25984 <column alignment="center" valignment="top" width="0">
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 コマンド
25991 \begin_inset Note Note
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995 0
25996 \begin_inset space \thinspace{}
25997 \end_inset
25998
25999 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013 出力
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 <row>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024
26025 \backslash
26026 o
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 \begin_inset Formula $\textrm{ø}$
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 </row>
26044 <row>
26045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049
26050 \backslash
26051 O
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060 \begin_inset Formula $\textrm{Ø}$
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 </row>
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074
26075 \backslash
26076 l
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085 \begin_inset Formula $\textrm{ł}$
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 </row>
26094 <row>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099
26100 \backslash
26101 L
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 \begin_inset Formula $\textrm{Ł}$
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 </row>
26119 <row>
26120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 !
26125 \begin_inset space \hspace{}
26126 \length 0mm
26127 \end_inset
26128
26129 `
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135
26136 \backslash
26137 spce 
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset Formula $\textrm{!`}$
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 </row>
26160 <row>
26161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 ?
26166 \begin_inset space \hspace{}
26167 \length 0mm
26168 \end_inset
26169
26170 `
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 spce 
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset Formula $\textrm{?`}$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 j
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $\textrm{ȷ}$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 </lyxtabular>
26227
26228 \end_inset
26229
26230
26231 \begin_inset space \hfill{}
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Standard
26238 \begin_inset Formula $\textrm{\textrm{Å}}$
26239 \end_inset
26240
26241
26242 \begin_inset Formula $\textrm{\textrm{Ø}}$
26243 \end_inset
26244
26245 の各文字は、数式ツールバーボタンの
26246 \begin_inset Graphics
26247         filename ../../images/math/digamma.png
26248         scale 85
26249
26250 \end_inset
26251
26252 からも挿入することができます。
26253 \end_layout
26254
26255 \begin_layout Standard
26256 例外は、
26257 \series bold
26258 !
26259 \begin_inset space \hspace{}
26260 \length 0mm
26261 \end_inset
26262
26263 `
26264 \series default
26265
26266 \series bold
26267 ?
26268 \begin_inset space \hspace{}
26269 \length 0mm
26270 \end_inset
26271
26272 `
26273 \series default
26274 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26275 \end_layout
26276
26277 \begin_layout Subsection
26278 文章中のアクセント
26279 \begin_inset CommandInset label
26280 LatexCommand label
26281 name "sub:文章中のアクセント"
26282
26283 \end_inset
26284
26285
26286 \begin_inset Index idx
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Standard
26299 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset space \hfill{}
26304 \end_inset
26305
26306
26307 \begin_inset Tabular
26308 <lyxtabular version="3" rows="8" columns="2">
26309 <features tabularvalignment="middle">
26310 <column alignment="block" valignment="top" width="0">
26311 <column alignment="block" valignment="top" width="0">
26312 <row>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 コマンド
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26323 \begin_inset Text
26324
26325 \begin_layout Plain Layout
26326 出力
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339
26340 \begin_inset Quotes grd
26341 \end_inset
26342
26343 e
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 "e
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 </row>
26370 <row>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375
26376 \backslash
26377 `e
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 `e
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 ^
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 spce 
26420 \end_layout
26421
26422 \end_inset
26423
26424 e
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 ^e
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 </row>
26451 <row>
26452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \backslash
26458 =e
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset ERT
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471
26472
26473 \backslash
26474 =e
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 <row>
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490
26491 \backslash
26492 u
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 spce 
26501 \end_layout
26502
26503 \end_inset
26504
26505 e
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 u e
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 </row>
26532 <row>
26533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537
26538 \backslash
26539 b
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 spce 
26548 \end_layout
26549
26550 \end_inset
26551
26552 e
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 b e
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row>
26580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584
26585 \backslash
26586 t
26587 \begin_inset ERT
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591
26592
26593 \backslash
26594 spce 
26595 \end_layout
26596
26597 \end_inset
26598
26599 ee
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 t ee
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 </row>
26626 </lyxtabular>
26627
26628 \end_inset
26629
26630
26631 \begin_inset space \hfill{}
26632 \end_inset
26633
26634
26635 \begin_inset Tabular
26636 <lyxtabular version="3" rows="8" columns="2">
26637 <features tabularvalignment="middle">
26638 <column alignment="block" valignment="top" width="0">
26639 <column alignment="center" valignment="top" width="0">
26640 <row>
26641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645 コマンド
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 出力
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 </row>
26660 <row>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665
26666 \backslash
26667 H
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 spce 
26676 \end_layout
26677
26678 \end_inset
26679
26680 e
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 H e
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 <row>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712
26713 \backslash
26714 'e
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 'e
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \backslash
26748 ~e
26749 \begin_inset Index idx
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754 \lang english
26755 Tilde
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 ~e
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 </row>
26787 <row>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792
26793 \backslash
26794 .e
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803 \begin_inset ERT
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807
26808
26809 \backslash
26810 .e
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 <row>
26822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826
26827 \backslash
26828 v
26829 \begin_inset ERT
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833
26834
26835 \backslash
26836 spce 
26837 \end_layout
26838
26839 \end_inset
26840
26841 e
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855
26856 \backslash
26857 v e
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 </row>
26868 <row>
26869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873
26874 \backslash
26875 d
26876 \begin_inset ERT
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880
26881
26882 \backslash
26883 spce 
26884 \end_layout
26885
26886 \end_inset
26887
26888 e
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 d e
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 </row>
26915 <row>
26916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26917 \begin_inset Text
26918
26919 \begin_layout Plain Layout
26920
26921 \backslash
26922 c
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 spce 
26931 \end_layout
26932
26933 \end_inset
26934
26935 e
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 c e
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 </row>
26962 </lyxtabular>
26963
26964 \end_inset
26965
26966
26967 \begin_inset space \hfill{}
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \begin_inset VSpace medskip
26975 \end_inset
26976
26977
26978 \series bold
26979
26980 \backslash
26981 t
26982 \series default
26983 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26984 \series bold
26985
26986 \backslash
26987 t
26988 \begin_inset ERT
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992
26993
26994 \backslash
26995 spce 
26996 \end_layout
26997
26998 \end_inset
26999
27000 sz
27001 \series default
27002 は、
27003 \begin_inset ERT
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007
27008
27009 \backslash
27010 t sz
27011 \end_layout
27012
27013 \end_inset
27014
27015 となります。
27016 \end_layout
27017
27018 \begin_layout Standard
27019
27020 \series bold
27021 `
27022 \series default
27023  ・
27024 \series bold
27025  '
27026 \series default
27027  ・ 
27028 \series bold
27029 ^
27030 \series default
27031  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27032 \begin_inset Foot
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \series bold
27043 ~
27044 \series default
27045 を、
27046 \emph on
27047 a
27048 \emph default
27049
27050 \emph on
27051 n
27052 \emph default
27053
27054 \emph on
27055 o
27056 \emph default
27057 といっしょに使うときも同様です。
27058 \end_layout
27059
27060 \begin_layout Standard
27061
27062 \series bold
27063
27064 \backslash
27065 b
27066 \series default
27067
27068 \series bold
27069
27070 \backslash
27071 c
27072 \series default
27073
27074 \series bold
27075
27076 \backslash
27077 d
27078 \series default
27079
27080 \series bold
27081
27082 \backslash
27083 H
27084 \series default
27085
27086 \series bold
27087
27088 \backslash
27089 t
27090 \series default
27091
27092 \series bold
27093
27094 \backslash
27095 u
27096 \series default
27097
27098 \series bold
27099
27100 \backslash
27101 v
27102 \series default
27103 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27104 。第
27105 \begin_inset CommandInset ref
27106 LatexCommand ref
27107 reference "sub:一文字に付けるアクセント"
27108
27109 \end_inset
27110
27111 節をご参照下さい。
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \begin_inset VSpace bigskip
27116 \end_inset
27117
27118 さらに、
27119 \series bold
27120
27121 \backslash
27122 textcircled
27123 \series default
27124
27125 \begin_inset Index idx
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129 こまんど@コマンド ! T ! 
27130 \backslash
27131 textcircled
27132 \end_layout
27133
27134 \end_inset
27135
27136 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 \align center
27142 \begin_inset Tabular
27143 <lyxtabular version="3" rows="3" columns="2">
27144 <features tabularvalignment="middle">
27145 <column alignment="center" valignment="top" width="0">
27146 <column alignment="center" valignment="top" width="0">
27147 <row>
27148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152 コマンド
27153 \end_layout
27154
27155 \end_inset
27156 </cell>
27157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27158 \begin_inset Text
27159
27160 \begin_layout Plain Layout
27161 出力
27162 \begin_inset Note Note
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 ここで
27167 \series bold
27168
27169 \backslash
27170 raisebox
27171 \series default
27172 はスペーサーとして使用しているだけです。
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 <row>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188
27189 \backslash
27190 textcircled{w}
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 textcircled{w}
27207 \end_layout
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 </row>
27217 <row>
27218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27219 \begin_inset Text
27220
27221 \begin_layout Plain Layout
27222
27223 \backslash
27224 Large 
27225 \backslash
27226 textcircled{
27227 \backslash
27228 normalsize
27229 \backslash
27230 protect
27231 \backslash
27232 raisebox{-1.5pt}{W}}
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241 \begin_inset Formula $\raisebox{4.5mm}{}$
27242 \end_inset
27243
27244
27245 \begin_inset ERT
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250
27251 \backslash
27252 Large 
27253 \backslash
27254 textcircled{
27255 \backslash
27256 normalsize
27257 \backslash
27258 protect
27259 \backslash
27260 raisebox{-1.5pt}W}
27261 \end_layout
27262
27263 \end_inset
27264
27265
27266 \begin_inset Formula $\raisebox{-2mm}{}$
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 </row>
27275 </lyxtabular>
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27284 \series bold
27285
27286 \backslash
27287 Large
27288 \series default
27289
27290 \begin_inset Foot
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295 \begin_inset CommandInset ref
27296 LatexCommand ref
27297 reference "sub:書体寸法"
27298
27299 \end_inset
27300
27301 節参照のこと。
27302 \end_layout
27303
27304 \end_inset
27305
27306 で丸の大きさを指定しています。そして
27307 \series bold
27308
27309 \backslash
27310 raisebox
27311 \series default
27312
27313 \begin_inset Foot
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317
27318 \begin_inset CommandInset ref
27319 LatexCommand ref
27320 reference "sub:枠なしボックス"
27321
27322 \end_inset
27323
27324 節参照のこと。
27325 \end_layout
27326
27327 \end_inset
27328
27329 を使って、文字が真ん中にくるようにしています。
27330 \end_layout
27331
27332 \begin_layout Subsection
27333 小数字
27334 \begin_inset Index idx
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 しょうすうじ@小数字
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \begin_layout Standard
27347 小数字(minuscule number)は、
27348 \series bold
27349
27350 \backslash
27351 oldstylenums
27352 \series default
27353
27354 \begin_inset Index idx
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 こまんど@コマンド ! O ! 
27359 \backslash
27360 oldstylenums
27361 \end_layout
27362
27363 \end_inset
27364
27365 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27366 \end_layout
27367
27368 \begin_layout Standard
27369
27370 \series bold
27371
27372 \backslash
27373 oldstylenums{数字}
27374 \end_layout
27375
27376 \begin_layout Standard
27377 です。
27378 \series bold
27379
27380 \backslash
27381 oldstylenums{0123456789}
27382 \series default
27383 というコマンドは、
27384 \begin_inset Formula $\oldstylenums{0123456789}$
27385 \end_inset
27386
27387 のようになります。
27388 \end_layout
27389
27390 \begin_layout Subsection
27391 他の特殊文字
27392 \begin_inset CommandInset label
27393 LatexCommand label
27394 name "sub:他の特殊文字"
27395
27396 \end_inset
27397
27398
27399 \begin_inset Index idx
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 とくしゅもじ@特殊文字 ! たの@他の
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Standard
27412 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27413 \end_layout
27414
27415 \begin_layout Standard
27416 \align center
27417 \begin_inset Tabular
27418 <lyxtabular version="3" rows="4" columns="2">
27419 <features tabularvalignment="middle">
27420 <column alignment="center" valignment="top" width="0">
27421 <column alignment="center" valignment="top" width="0">
27422 <row>
27423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27424 \begin_inset Text
27425
27426 \begin_layout Plain Layout
27427 コマンド
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 出力
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 </row>
27442 <row>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447
27448 \backslash
27449 ^
27450 \begin_inset ERT
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454
27455
27456 \backslash
27457 spce 
27458 \end_layout
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27468 \begin_inset Text
27469
27470 \begin_layout Plain Layout
27471 \begin_inset Formula $\mathcircumflex$
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 </row>
27480 <row>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485
27486 \backslash
27487 _
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 \begin_inset Formula $\_$
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 </row>
27505 <row>
27506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510 ^
27511 \begin_inset ERT
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515
27516
27517 \backslash
27518 spce 
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \backslash
27525 circ
27526 \begin_inset Index idx
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531 \lang english
27532
27533 \backslash
27534
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \end_inset
27543 </cell>
27544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548 \begin_inset Formula $^{\circ}$
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 </lyxtabular>
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Standard
27565 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27566 \begin_inset Foot
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 この件に関する詳細は、第
27571 \begin_inset CommandInset ref
27572 LatexCommand ref
27573 reference "sub:数式中のテキスト文字"
27574
27575 \end_inset
27576
27577 節にあります。
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \series bold
27588
27589 \backslash
27590 DeclareInputtext{176}{
27591 \backslash
27592 ifmmode^
27593 \backslash
27594 circ
27595 \backslash
27596 else
27597 \backslash
27598 textdegree
27599 \backslash
27600 fi}
27601 \end_layout
27602
27603 \begin_layout Section
27604 数式様式
27605 \begin_inset CommandInset label
27606 LatexCommand label
27607 name "sec:数式様式"
27608
27609 \end_inset
27610
27611
27612 \begin_inset Index idx
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616 すうしき@数式 ! ようしき@様式
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Itemize
27625 以下の二つの配置様式があります。
27626 \end_layout
27627
27628 \begin_deeper
27629 \begin_layout Description
27630 中央揃え 事前に定義された標準です。
27631 \end_layout
27632
27633 \begin_layout Description
27634 行頭下げ これを使うには、
27635 \family sans
27636 文書\SpecialChar \menuseparator
27637 設定
27638 \family default
27639 メニューの
27640 \family sans
27641 文書クラス
27642 \family default
27643 において、
27644 \series bold
27645 fleqn
27646 \series default
27647 オプションを指定しておかなくてはなりません。
27648 \end_layout
27649
27650 \begin_layout Standard
27651
27652 \series bold
27653 行頭下げ
27654 \series default
27655 を用いる場合には、行頭下げの大きさを
27656 \series bold
27657
27658 \backslash
27659 mathindent
27660 \series default
27661
27662 \begin_inset Index idx
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 こまんど@コマンド ! M ! 
27667 \backslash
27668 mathindent
27669 \end_layout
27670
27671 \end_inset
27672
27673 の値で調整することができます。これを15
27674 \begin_inset space \thinspace{}
27675 \end_inset
27676
27677 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27678 \end_layout
27679
27680 \begin_layout Standard
27681
27682 \series bold
27683
27684 \backslash
27685 setlength{
27686 \backslash
27687 mathindent}{15mm}
27688 \end_layout
27689
27690 \begin_layout Standard
27691
27692 \series bold
27693
27694 \backslash
27695 mathindent
27696 \series default
27697 を明示的に指定しない場合には、事前に定義されている30
27698 \begin_inset space \thinspace{}
27699 \end_inset
27700
27701 ptが適用されます。
27702 \end_layout
27703
27704 \end_deeper
27705 \begin_layout Itemize
27706 また、以下の二つの連番様式があります。
27707 \end_layout
27708
27709 \begin_deeper
27710 \begin_layout Description
27711 右 事前に定義された標準です。
27712 \end_layout
27713
27714 \begin_layout Description
27715 左 これを使うには、
27716 \family sans
27717 文書\SpecialChar \menuseparator
27718 設定
27719 \family default
27720 メニューの
27721 \family sans
27722 文書クラス
27723 \family default
27724 において、
27725 \series bold
27726 leqno
27727 \series default
27728 オプションを指定しておかなくてはなりません。
27729 \end_layout
27730
27731 \end_deeper
27732 \begin_layout Standard
27733
27734 \series bold
27735 fleqn
27736 \series default
27737
27738 \series bold
27739 leqno
27740 \series default
27741 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27742 \end_layout
27743
27744 \begin_layout Standard
27745 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27746 \series bold
27747 中央揃え
27748 \series default
27749 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27750 \begin_inset CommandInset ref
27751 LatexCommand ref
27752 reference "sub:flalign環境"
27753
27754 \end_inset
27755
27756 節をご覧下さい。
27757 \end_layout
27758
27759 \begin_layout Section
27760 多行数式
27761 \begin_inset CommandInset label
27762 LatexCommand label
27763 name "sec:多行数式"
27764
27765 \end_inset
27766
27767
27768 \begin_inset Index idx
27769 status collapsed
27770
27771 \begin_layout Plain Layout
27772 すうしき@数式 ! たぎょう@多行
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Subsection
27781 概要
27782 \end_layout
27783
27784 \begin_layout Standard
27785 LyXでは、多行数式は、数式中で
27786 \series bold
27787
27788 \begin_inset Info
27789 type  "shortcut"
27790 arg   "newline-insert newline"
27791 \end_inset
27792
27793
27794 \series default
27795 を押すことで作られます。この操作によって、第
27796 \begin_inset CommandInset ref
27797 LatexCommand ref
27798 reference "sub:eqnarray環境"
27799
27800 \end_inset
27801
27802 節に述べられている
27803 \series bold
27804 eqnarray環境
27805 \series default
27806 が作り出されるか、あるいは文書設定で
27807 \family sans
27808 AMS mathパッケージを使う
27809 \family default
27810 オプションが選択されている場合には、第
27811 \begin_inset CommandInset ref
27812 LatexCommand ref
27813 reference "sub:標準align環境"
27814
27815 \end_inset
27816
27817 節に述べられている
27818 \series bold
27819 align環境
27820 \series default
27821 が作り出されることになります。
27822 \end_layout
27823
27824 \begin_layout Standard
27825 他にも、
27826 \family sans
27827 挿入\SpecialChar \menuseparator
27828 数式
27829 \family default
27830 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27831 \end_layout
27832
27833 \begin_layout Standard
27834 すべての多行数式において、新規行は、
27835 \begin_inset Info
27836 type  "shortcut"
27837 arg   "newline-insert newline"
27838 \end_inset
27839
27840 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27841 \begin_inset Graphics
27842         filename ../../images/tabular-feature_append-row.png
27843         scale 85
27844
27845 \end_inset
27846
27847
27848 \begin_inset Graphics
27849         filename ../../images/tabular-feature_delete-row.png
27850         scale 85
27851
27852 \end_inset
27853
27854 を使うか、
27855 \family sans
27856 編集\SpecialChar \menuseparator
27857 行と列
27858 \family default
27859 メニューを使うことができます。
27860 \end_layout
27861
27862 \begin_layout Subsubsection
27863 行間
27864 \begin_inset CommandInset label
27865 LatexCommand label
27866 name "sub:行間"
27867
27868 \end_inset
27869
27870
27871 \begin_inset Index idx
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27885 \begin_inset Formula 
27886 \begin{eqnarray*}
27887 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}\\
27888 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
27889 \end{eqnarray*}
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27898 \begin_inset Foot
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902 \begin_inset CommandInset href
27903 LatexCommand href
27904 name "LyX-bug #1505"
27905 target "http://www.lyx.org/trac/ticket/1505"
27906
27907 \end_inset
27908
27909 を参照。
27910 \end_layout
27911
27912 \end_inset
27913
27914 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27915 \series bold
27916
27917 \backslash
27918
27919 \backslash
27920 [3mm]
27921 \series default
27922 というコマンドを入れます。すると、次のようになります。
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 begin{eqnarray*}
27931 \end_layout
27932
27933 \begin_layout Plain Layout
27934
27935 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27936  = & 
27937 \backslash
27938 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27939 \backslash
27940
27941 \backslash
27942 [3mm]
27943 \end_layout
27944
27945 \begin_layout Plain Layout
27946
27947 4x^{2}
27948 \backslash
27949 left(B^{2}+x_{0}^{2}
27950 \backslash
27951 right)+4x_{0}x
27952 \backslash
27953 left(D-B^{2}
27954 \backslash
27955 right)+B^{2}
27956 \backslash
27957 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27958 \backslash
27959 right) & = & 0
27960 \end_layout
27961
27962 \begin_layout Plain Layout
27963
27964
27965 \backslash
27966 end{eqnarray*}
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 \begin_inset VSpace bigskip
27976 \end_inset
27977
27978 同一数式内のすべての行の行間を一律に指定するには、
27979 \series bold
27980
27981 \backslash
27982 jot
27983 \series default
27984
27985 \begin_inset Index idx
27986 status collapsed
27987
27988 \begin_layout Plain Layout
27989 こまんど@コマンド ! J ! 
27990 \backslash
27991 jot
27992 \end_layout
27993
27994 \end_inset
27995
27996 変数を変更します。定義は、
27997 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27998 \end_inset
27999
28000 となっています。
28001 \series bold
28002
28003 \backslash
28004 jot
28005 \series default
28006 の既定値は、3
28007 \begin_inset space \thinspace{}
28008 \end_inset
28009
28010 ptです。上記の例のように、行間を3
28011 \begin_inset space \thinspace{}
28012 \end_inset
28013
28014 mm追加するには、
28015 \end_layout
28016
28017 \begin_layout Standard
28018
28019 \series bold
28020
28021 \backslash
28022 setlength{
28023 \backslash
28024 jot}{3mm+3pt}
28025 \end_layout
28026
28027 \begin_layout Standard
28028 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28029 \end_layout
28030
28031 \begin_layout Standard
28032
28033 \series bold
28034
28035 \backslash
28036 usepackage{calc}
28037 \end_layout
28038
28039 \begin_layout Standard
28040 という行を入れて、LaTeXパッケージ
28041 \series bold
28042 calc
28043 \series default
28044
28045 \begin_inset Foot
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049
28050 \series bold
28051 calc
28052 \series default
28053 は標準的なLaTeX頒布版のすべてに付属しています。
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 ぱっけーじ@パッケージ ! calc
28064 \end_layout
28065
28066 \end_inset
28067
28068  を読み込んでおく必要があります。すると、
28069 \begin_inset ERT
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073
28074
28075 \backslash
28076 setlength{
28077 \backslash
28078 jot}{3mm+3pt}
28079 \end_layout
28080
28081 \end_inset
28082
28083
28084 \begin_inset Formula 
28085 \begin{eqnarray*}
28086 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}\\
28087 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
28088 \end{eqnarray*}
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \begin_inset ERT
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100
28101
28102 \backslash
28103 setlength{
28104 \backslash
28105 jot}{3pt}
28106 \end_layout
28107
28108 \end_inset
28109
28110 のような結果を得ます。行間を既定値に戻すには、
28111 \series bold
28112
28113 \backslash
28114 jot
28115 \series default
28116 をふたたび3
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120 ptに戻します。
28121 \end_layout
28122
28123 \begin_layout Subsubsection
28124 列間
28125 \begin_inset CommandInset label
28126 LatexCommand label
28127 name "sub:列間"
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150 列間は、
28151 \series bold
28152
28153 \backslash
28154 arraycolsep
28155 \series default
28156
28157 \begin_inset Index idx
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 こまんど@コマンド ! A ! 
28162 \backslash
28163 arraycolsep
28164 \end_layout
28165
28166 \end_inset
28167
28168 変数を使って指定し、
28169 \begin_inset Newline newline
28170 \end_inset
28171
28172 列間 = 2
28173 \begin_inset space \thinspace{}
28174 \end_inset
28175
28176
28177 \series bold
28178
28179 \backslash
28180 arraycolsep
28181 \series default
28182
28183 \begin_inset Newline newline
28184 \end_inset
28185
28186 という関係があります。したがって、
28187 \end_layout
28188
28189 \begin_layout Standard
28190
28191 \series bold
28192
28193 \backslash
28194 setlength{
28195 \backslash
28196 arraycolsep}{1cm}
28197 \end_layout
28198
28199 \begin_layout Standard
28200 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204 cmになります。これを既定値に戻すには、
28205 \series bold
28206
28207 \backslash
28208 arraycolsep
28209 \series default
28210 を5
28211 \begin_inset space \thinspace{}
28212 \end_inset
28213
28214 ptに戻して下さい。
28215 \end_layout
28216
28217 \begin_layout Standard
28218 以下は、2
28219 \begin_inset space \thinspace{}
28220 \end_inset
28221
28222 cmの列間を持つ数式です。
28223 \begin_inset ERT
28224 status collapsed
28225
28226 \begin_layout Plain Layout
28227
28228
28229 \backslash
28230 setlength{
28231 \backslash
28232 arraycolsep}{1cm}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset Formula 
28239 \begin{eqnarray*}
28240 A & = & B\\
28241 C & \ne & A
28242 \end{eqnarray*}
28243
28244 \end_inset
28245
28246 行列の既定の列間10
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 ptを持つ数式です。
28251 \begin_inset ERT
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256
28257 \backslash
28258 setlength{
28259 \backslash
28260 arraycolsep}{5pt}
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \begin_inset Formula 
28267 \begin{eqnarray*}
28268 A & = & B\\
28269 C & \ne & A
28270 \end{eqnarray*}
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Subsubsection
28278 長い数式
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 すうしき@数式 ! ながい@長い
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 長い数式は、以下の方法を使って組版することができます。
28293 \end_layout
28294
28295 \begin_layout Itemize
28296 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28297 \begin_inset Formula 
28298 \begin{eqnarray}
28299 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 \\
28300  &  & -\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}
28301 \end{eqnarray}
28302
28303 \end_inset
28304
28305 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28306 示されません。これを避けるために、マイナス記号の後に
28307 \series bold
28308
28309 \backslash
28310 hspace
28311 \series default
28312 .
28313 \begin_inset Foot
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317
28318 \series bold
28319
28320 \backslash
28321 hspace
28322 \series default
28323 に関しての詳細は、第
28324 \begin_inset CommandInset ref
28325 LatexCommand ref
28326 reference "sub:可変長の空白"
28327
28328 \end_inset
28329
28330 節をご覧下さい。
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \begin_inset Index idx
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 こまんど@コマンド ! H ! 
28341 \backslash
28342 hspace
28343 \end_layout
28344
28345 \end_inset
28346
28347 コマンドを使って3
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351 pt空白を入れてあります。
28352 \end_layout
28353
28354 \begin_layout Itemize
28355 数式の両辺がともに長すぎるときには、
28356 \series bold
28357
28358 \backslash
28359 lefteqn
28360 \series default
28361
28362 \begin_inset Index idx
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 こまんど@コマンド ! L ! 
28367 \backslash
28368 lefteqn
28369 \end_layout
28370
28371 \end_inset
28372
28373 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28374 \begin_inset Formula 
28375 \begin{eqnarray}
28376 \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 \\
28377  &  & -\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 \\
28378  &  & =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}
28379 \end{eqnarray}
28380
28381 \end_inset
28382
28383
28384 \series bold
28385
28386 \backslash
28387 lefteqn
28388 \series default
28389 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28390 \begin_inset Newline newline
28391 \end_inset
28392
28393 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28394 \begin_inset VSpace medskip
28395 \end_inset
28396
28397
28398 \begin_inset Newline newline
28399 \end_inset
28400
28401
28402 \begin_inset Note Greyedout
28403 status open
28404
28405 \begin_layout Plain Layout
28406
28407 \series bold
28408
28409 \backslash
28410 lefteqn
28411 \series default
28412 を使用する際には、以下のことにご注意下さい。
28413 \end_layout
28414
28415 \begin_layout Itemize
28416 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28417 \begin_inset Formula $-B^{2}$
28418 \end_inset
28419
28420 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28421 \end_layout
28422
28423 \begin_layout Itemize
28424 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28425 \begin_inset Foot
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 \begin_inset CommandInset href
28430 LatexCommand href
28431 name "LyX-bug #1429"
28432 target "http://www.lyx.org/trac/ticket/1429"
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \end_inset
28440
28441 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Itemize
28450 長い数式を組む他の方法として、第
28451 \begin_inset CommandInset ref
28452 LatexCommand ref
28453 reference "sub:multline環境"
28454
28455 \end_inset
28456
28457 節と第
28458 \begin_inset CommandInset ref
28459 LatexCommand ref
28460 reference "sub:数式の一部の多行化"
28461
28462 \end_inset
28463
28464 節で述べられている環境を用いる方法があります。
28465 \end_layout
28466
28467 \begin_layout Subsubsection
28468 多行にわたる括弧
28469 \begin_inset CommandInset label
28470 LatexCommand label
28471 name "sub:多行にわたる括弧"
28472
28473 \end_inset
28474
28475
28476 \begin_inset Index idx
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28490 \begin_inset Formula 
28491 \begin{eqnarray*}
28492 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28493  &  & \left.\cdots+B-D\right]
28494 \end{eqnarray*}
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28503 \end_layout
28504
28505 \begin_layout Standard
28506 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28507 \series bold
28508
28509 \backslash
28510 right.
28511 \series default
28512
28513 \begin_inset Index idx
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517 こまんど@コマンド ! R ! 
28518 \backslash
28519 right
28520 \end_layout
28521
28522 \end_inset
28523
28524 とし、二行めの始めを
28525 \series bold
28526
28527 \backslash
28528 left.
28529 \begin_inset Foot
28530 status collapsed
28531
28532 \begin_layout Plain Layout
28533
28534 \series bold
28535
28536 \backslash
28537 left
28538 \series default
28539
28540 \series bold
28541
28542 \backslash
28543 right
28544 \series default
28545 に関する詳細は、第
28546 \begin_inset CommandInset ref
28547 LatexCommand ref
28548 reference "sub:自動の括弧丈"
28549
28550 \end_inset
28551
28552 節をご覧下さい。
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \series default
28559
28560 \begin_inset Index idx
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 こまんど@コマンド ! L ! 
28565 \backslash
28566 left
28567 \end_layout
28568
28569 \end_inset
28570
28571 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28572 \series bold
28573
28574 \backslash
28575 left.
28576 \series default
28577 の後に、
28578 \series bold
28579
28580 \backslash
28581 vphantom
28582 \series default
28583
28584 \begin_inset ERT
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588
28589
28590 \backslash
28591 spce 
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \series bold
28598
28599 \backslash
28600 prod
28601 \series default
28602 ^
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 spce 
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \series bold
28617
28618 \backslash
28619 infty
28620 \series default
28621
28622 \begin_inset ERT
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626
28627
28628 \backslash
28629 spce 
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \series bold
28636
28637 \begin_inset Formula $\downarrow$
28638 \end_inset
28639
28640 _R=1}
28641 \series default
28642
28643 \begin_inset Index idx
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647 こまんど@コマンド ! V ! 
28648 \backslash
28649 vphantom
28650 \end_layout
28651
28652 \end_inset
28653
28654 というコマンドを挿入します。
28655 \end_layout
28656
28657 \begin_layout Standard
28658 その結果が以下の数式です。
28659 \begin_inset Formula 
28660 \begin{eqnarray*}
28661 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28662  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28663 \end{eqnarray*}
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Subsection
28671 align環境
28672 \end_layout
28673
28674 \begin_layout Standard
28675 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28676 \end_layout
28677
28678 \begin_layout Standard
28679 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28680 \end_layout
28681
28682 \begin_layout Standard
28683 align環境は、
28684 \family sans
28685 挿入\SpecialChar \menuseparator
28686 数式
28687 \family default
28688 メニューから作ることができます。
28689 \family sans
28690 編集\SpecialChar \menuseparator
28691 数式\SpecialChar \menuseparator
28692 数式の表記を変更
28693 \family default
28694 メニューを使えば、既存の数式をalign環境に変更することができます。
28695 \end_layout
28696
28697 \begin_layout Standard
28698 列を追加したり削除したりするには、数式ツールバーボタンの
28699 \begin_inset Graphics
28700         filename ../../images/tabular-feature_append-column.png
28701         scale 85
28702
28703 \end_inset
28704
28705
28706 \begin_inset Graphics
28707         filename ../../images/tabular-feature_delete-column.png
28708         scale 85
28709
28710 \end_inset
28711
28712 を使うか、
28713 \family sans
28714 編集\SpecialChar \menuseparator
28715 行と列
28716 \family default
28717 メニューを使います。
28718 \end_layout
28719
28720 \begin_layout Subsubsection
28721 標準align環境
28722 \begin_inset CommandInset label
28723 LatexCommand label
28724 name "sub:標準align環境"
28725
28726 \end_inset
28727
28728
28729 \begin_inset Index idx
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 このalign環境は、数式中で
28743 \begin_inset Info
28744 type  "shortcut"
28745 arg   "newline-insert newline"
28746 \end_inset
28747
28748 を押すか、
28749 \family sans
28750 挿入\SpecialChar \menuseparator
28751 数式\SpecialChar \menuseparator
28752 AMS align環境
28753 \family default
28754 メニューで作ることができます。
28755 \end_layout
28756
28757 \begin_layout Standard
28758 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28759 \begin_inset Formula 
28760 \begin{align*}
28761 A & =\sin(B) & C & =D\\
28762 C & \ne A & B & \ne D
28763 \end{align*}
28764
28765 \end_inset
28766
28767 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28768 \series bold
28769
28770 \backslash
28771 hfill
28772 \begin_inset Foot
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777 \series bold
28778
28779 \backslash
28780 hfill
28781 \series default
28782 に関する詳細は、第
28783 \begin_inset CommandInset ref
28784 LatexCommand ref
28785 reference "sub:可変長の空白"
28786
28787 \end_inset
28788
28789 節をご覧下さい。
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \series default
28796 があるかのように配置されます。数式様式として
28797 \series bold
28798 行頭下げ
28799 \begin_inset Foot
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804 \series bold
28805 数式様式については、第
28806 \series default
28807
28808 \begin_inset CommandInset ref
28809 LatexCommand ref
28810 reference "sec:数式様式"
28811
28812 \end_inset
28813
28814 節をご覧下さい。
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \series default
28821 を使う場合には、第一列の前の
28822 \series bold
28823
28824 \backslash
28825 hfill
28826 \series default
28827 はない形で数式が設定されます。
28828 \end_layout
28829
28830 \begin_layout Subsubsection
28831 alignat環境
28832 \begin_inset Index idx
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28846 \begin_inset CommandInset ref
28847 LatexCommand ref
28848 reference "sub:空白"
28849
28850 \end_inset
28851
28852 節に述べられている空白を使用して手動で入れます。
28853 \end_layout
28854
28855 \begin_layout Standard
28856 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28857 \begin_inset space \thinspace{}
28858 \end_inset
28859
28860 cmの空白を入れたものです。
28861 \begin_inset Formula 
28862 \begin{alignat*}{2}
28863 A & =\sin(B) & \hspace{1cm}C & =D\\
28864 C & \ne A & B & \ne D
28865 \end{alignat*}
28866
28867 \end_inset
28868
28869 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28870 \end_layout
28871
28872 \begin_layout Subsubsection
28873 flalign環境
28874 \begin_inset CommandInset label
28875 LatexCommand label
28876 name "sub:flalign環境"
28877
28878 \end_inset
28879
28880
28881 \begin_inset Index idx
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28886 \end_layout
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Standard
28894 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28895 \begin_inset Formula 
28896 \begin{flalign*}
28897 A & =1 & B & =2 & C & =3\\
28898 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28899 \end{flalign*}
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28908 \series bold
28909 中央揃え
28910 \series default
28911 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28912 \begin_inset CommandInset ref
28913 LatexCommand eqref
28914 reference "eq:VolInt"
28915
28916 \end_inset
28917
28918 式を行頭下げにしたものです。
28919 \begin_inset Formula 
28920 \begin{flalign}
28921 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28922 \end{flalign}
28923
28924 \end_inset
28925
28926 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28927 \begin_inset space \thinspace{}
28928 \end_inset
28929
28930 ptの空白が第1列の頭に入れてあります。
28931 \end_layout
28932
28933 \begin_layout Subsection
28934 eqnarray環境
28935 \begin_inset CommandInset label
28936 LatexCommand label
28937 name "sub:eqnarray環境"
28938
28939 \end_inset
28940
28941
28942 \begin_inset Index idx
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28956 いるので、その内容は中央揃えで少し小さく設定されます。
28957 \begin_inset Formula 
28958 \begin{eqnarray*}
28959 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28960 AB & AB & AB\\
28961 A & = & A
28962 \end{eqnarray*}
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \begin_layout Subsection
28970 gather環境
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28985 \begin_inset Formula 
28986 \begin{gather}
28987 A=1\\
28988 X=\textrm{-}1
28989 \end{gather}
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Subsection
28997 multline環境
28998 \begin_inset CommandInset label
28999 LatexCommand label
29000 name "sub:multline環境"
29001
29002 \end_inset
29003
29004
29005 \begin_inset Index idx
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29019 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29020 \begin_inset CommandInset ref
29021 LatexCommand eqref
29022 reference "eq:lefteqn"
29023
29024 \end_inset
29025
29026 式をmultline環境に置いたものを示します。
29027 \begin_inset Formula 
29028 \begin{multline}
29029 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}\\
29030 -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}\\
29031 =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}}
29032 \end{multline}
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29041 \begin_inset Foot
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 付番様式については、第
29046 \begin_inset CommandInset ref
29047 LatexCommand ref
29048 reference "sec:数式様式"
29049
29050 \end_inset
29051
29052 節を参照。
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061
29062 \series bold
29063
29064 \backslash
29065 shoveright
29066 \begin_inset Index idx
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 こまんど@コマンド ! S ! 
29071 \backslash
29072 shoveright
29073 \end_layout
29074
29075 \end_inset
29076
29077 コマンドや
29078 \backslash
29079 shoveleft
29080 \begin_inset Index idx
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 こまんど@コマンド ! S ! 
29085 \backslash
29086 shoveleft
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \series default
29093 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29094 \end_layout
29095
29096 \begin_layout Standard
29097
29098 \series bold
29099
29100 \backslash
29101 shoveright{行の内容}
29102 \series default
29103 あるいは
29104 \series bold
29105
29106 \backslash
29107 shoveleft{行の内容}
29108 \end_layout
29109
29110 \begin_layout Standard
29111 \begin_inset VSpace medskip
29112 \end_inset
29113
29114
29115 \series bold
29116
29117 \backslash
29118 multlinegap
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 こまんど@コマンド ! M ! 
29124 \backslash
29125 multlinegap
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \series default
29132 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29133 \begin_inset space \thinspace{}
29134 \end_inset
29135
29136 ptの長さです。
29137 \end_layout
29138
29139 \begin_layout Standard
29140 以下は、上記の数式に
29141 \end_layout
29142
29143 \begin_layout Standard
29144
29145 \series bold
29146
29147 \backslash
29148 setlength{
29149 \backslash
29150 multlinegap}{2cm}
29151 \end_layout
29152
29153 \begin_layout Standard
29154 というコマンドを、TeXモードで直前に挿入した例です。
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160
29161 \backslash
29162 setlength{
29163 \backslash
29164 multlinegap}{2cm}
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \begin_inset Formula 
29171 \begin{multline}
29172 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}\\
29173 \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}}\\
29174 =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}}
29175 \end{multline}
29176
29177 \end_inset
29178
29179
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185
29186 \backslash
29187 setlength{
29188 \backslash
29189 multlinegap}{0pt}
29190 \end_layout
29191
29192 \end_inset
29193
29194 二行めは、
29195 \series bold
29196
29197 \backslash
29198 shoveleft
29199 \series default
29200 を使って左揃えにしています。
29201 \end_layout
29202
29203 \begin_layout Subsection
29204 数式の一部の多行化
29205 \begin_inset CommandInset label
29206 LatexCommand label
29207 name "sub:数式の一部の多行化"
29208
29209 \end_inset
29210
29211
29212 \begin_inset Index idx
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 数式の一部分のみを多行表示したい場合には、
29226 \series bold
29227 aligned
29228 \series default
29229
29230 \series bold
29231 alignedat
29232 \series default
29233
29234 \series bold
29235 gathered
29236 \series default
29237
29238 \series bold
29239 split
29240 \series default
29241 のうちのいずれかの環境を使用します。これらは、
29242 \family sans
29243 挿入\SpecialChar \menuseparator
29244 数式
29245 \family default
29246 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29247 \end_layout
29248
29249 \begin_layout Standard
29250 最初の三つの環境は、環境名から
29251 \series bold
29252 ed
29253 \series default
29254 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29255 \begin_inset Formula 
29256 \[
29257 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29258 \Delta E\Delta t & \ge\frac{\hbar}{2}
29259 \end{aligned}
29260 \right\} \textrm{不確定性原理}
29261 \]
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 この数式を作るには、別行建て数式をまず作っておいて、そこに
29270 \series bold
29271
29272 \backslash
29273 aligned
29274 \begin_inset Index idx
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278 こまんど@コマンド ! A ! 
29279 \backslash
29280 aligned
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \series default
29287 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29288 ます。
29289 \end_layout
29290
29291 \begin_layout Standard
29292 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29293 に配置できる利点があります。以下に例として、
29294 \begin_inset CommandInset ref
29295 LatexCommand eqref
29296 reference "eq:shortlong"
29297
29298 \end_inset
29299
29300 式にaligned環境を適用したものを示します。
29301 \begin_inset Formula 
29302 \begin{equation}
29303 \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}|}\\
29304  & -\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}|}
29305 \end{aligned}
29306 \end{equation}
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316 alignedat
29317 \series default
29318
29319 \series bold
29320 gathered
29321 \series default
29322
29323 \series bold
29324 split
29325 \series default
29326 の各環境を使うには、それぞれ
29327 \series bold
29328
29329 \backslash
29330 alignedat
29331 \series default
29332
29333 \begin_inset Index idx
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337 こまんど@コマンド ! A ! 
29338 \backslash
29339 alignedat
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \series bold
29346
29347 \backslash
29348 gathered
29349 \series default
29350
29351 \begin_inset Index idx
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 こまんど@コマンド ! G ! 
29356 \backslash
29357 gathered
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \series bold
29364
29365 \backslash
29366 split
29367 \series default
29368
29369 \begin_inset Index idx
29370 status collapsed
29371
29372 \begin_layout Plain Layout
29373 こまんど@コマンド ! S ! 
29374 \backslash
29375 split
29376 \end_layout
29377
29378 \end_inset
29379
29380 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29381 \end_layout
29382
29383 \begin_layout Subsection
29384 多行数式中のテキスト
29385 \begin_inset CommandInset label
29386 LatexCommand label
29387 name "sub:多行数式中のテキスト"
29388
29389 \end_inset
29390
29391
29392 \begin_inset Index idx
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396 てきすと@テキスト ! すうしきちゅうの@数式中の
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \begin_inset Index idx
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29416 式を持つ
29417 \series bold
29418
29419 \backslash
29420 intertext
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 こまんど@コマンド ! I ! 
29426 \backslash
29427 intertext
29428 \end_layout
29429
29430 \end_inset
29431
29432 コマンドを使います。
29433 \end_layout
29434
29435 \begin_layout Standard
29436
29437 \series bold
29438
29439 \backslash
29440 intertext{テキスト}
29441 \end_layout
29442
29443 \begin_layout Standard
29444 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29445 \series bold
29446
29447 \backslash
29448 intertext
29449 \series default
29450 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29451 \series bold
29452
29453 \backslash
29454 intertext
29455 \series default
29456 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29457 \begin_inset Formula 
29458 \begin{align}
29459 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29460 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29461 \end{align}
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Section
29469 数式番号
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 すうしきばんごう@数式番号
29475 \end_layout
29476
29477 \end_inset
29478
29479
29480 \begin_inset Index idx
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 すうしき@数式 ! ばんごう@番号|see
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490 {
29491 \end_layout
29492
29493 \end_inset
29494
29495 数式番号
29496 \begin_inset ERT
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500
29501 }
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Subsection
29515 概要
29516 \end_layout
29517
29518 \begin_layout Standard
29519 付番数式は、
29520 \family sans
29521 挿入\SpecialChar \menuseparator
29522 数式\SpecialChar \menuseparator
29523 付番数式
29524 \family default
29525 メニュー(短絡キー
29526 \family sans
29527 Ctrl+Alt
29528 \begin_inset space ~
29529 \end_inset
29530
29531 N
29532 \family default
29533 )で作ることができます。既存の数式に番号を振るには、
29534 \family sans
29535 編集\SpecialChar \menuseparator
29536 数式\SpecialChar \menuseparator
29537 数式全体を付番
29538 \family default
29539 メニュー(短絡キー
29540 \begin_inset Info
29541 type  "shortcut"
29542 arg   "math-number-toggle"
29543 \end_inset
29544
29545 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29546 \end_layout
29547
29548 \begin_layout Standard
29549 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29550 \family sans
29551 編集\SpecialChar \menuseparator
29552 数式\SpecialChar \menuseparator
29553 この行を付番
29554 \family default
29555 メニュー(短絡キー
29556 \begin_inset Info
29557 type  "shortcut"
29558 arg   "math-number-line-toggle"
29559 \end_inset
29560
29561 )を使用すれば、各行毎に付番するかどうか指定することができます。
29562 \end_layout
29563
29564 \begin_layout Standard
29565 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29566 \begin_inset CommandInset ref
29567 LatexCommand ref
29568 reference "sec:数式様式"
29569
29570 \end_inset
29571
29572 節をご覧下さい。
29573 \end_layout
29574
29575 \begin_layout Subsection
29576 相互参照
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 そうごさんしょう@相互参照 ! すうしきへの@数式への
29582 \end_layout
29583
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29591 \family sans
29592 挿入\SpecialChar \menuseparator
29593 ラベル
29594 \family default
29595 メニューか、ツールバーボタンの
29596 \begin_inset Graphics
29597         filename ../../images/label-insert.png
29598         scale 85
29599
29600 \end_inset
29601
29602 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29603 \series bold
29604 eq:と
29605 \series default
29606 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29607 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29608 \family sans
29609 挿入\SpecialChar \menuseparator
29610 ラベル
29611 \family default
29612 メニューをもういちど使って下さい。
29613 \end_layout
29614
29615 \begin_layout Standard
29616 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29617 \end_layout
29618
29619 \begin_layout Standard
29620 相互参照は、
29621 \family sans
29622 挿入\SpecialChar \menuseparator
29623 相互参照
29624 \family default
29625 メニューかツールバーボタンの
29626 \begin_inset Graphics
29627         filename ../../images/dialog-show-new-inset_ref.png
29628         scale 85
29629
29630 \end_inset
29631
29632 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29633 \series bold
29634 (<参照>)
29635 \series default
29636 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29641 \end_layout
29642
29643 \begin_layout Standard
29644 以下は、後の各小節に現れる数式への相互参照を含む例です。
29645 \begin_inset Note Note
29646 status open
29647
29648 \begin_layout Plain Layout
29649 相互参照の型の違いに留意してください。
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Standard
29658 \begin_inset CommandInset ref
29659 LatexCommand eqref
29660 reference "eq:tag"
29661
29662 \end_inset
29663
29664 式と
29665 \begin_inset CommandInset ref
29666 LatexCommand eqref
29667 reference "eq:c"
29668
29669 \end_inset
29670
29671 式は、等価です。(
29672 \begin_inset CommandInset ref
29673 LatexCommand ref
29674 reference "eq:Rom"
29675
29676 \end_inset
29677
29678 )式とは異なり、(
29679 \begin_inset CommandInset ref
29680 LatexCommand ref
29681 reference "eq:Lat"
29682
29683 \end_inset
29684
29685 )式では、付番にラテン数字を使用しています。
29686 \end_layout
29687
29688 \begin_layout Standard
29689 \begin_inset VSpace medskip
29690 \end_inset
29691
29692
29693 \series bold
29694
29695 \backslash
29696 tag
29697 \begin_inset Foot
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 \series bold
29703
29704 \backslash
29705 tag
29706 \series default
29707 は、第
29708 \begin_inset CommandInset ref
29709 LatexCommand ref
29710 reference "sub:ユーザー定義番号"
29711
29712 \end_inset
29713
29714 節に説明があります。
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \series default
29721 の引数が、第
29722 \begin_inset CommandInset ref
29723 LatexCommand ref
29724 reference "sub:段落ボックス"
29725
29726 \end_inset
29727
29728 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29729 \end_layout
29730
29731 \begin_layout Subsection
29732 細目番号
29733 \begin_inset Index idx
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Standard
29746
29747 \series bold
29748
29749 \backslash
29750 begin{subequations}
29751 \series default
29752 および
29753 \series bold
29754
29755 \backslash
29756 end{subequations}
29757 \series default
29758 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29759 \end_layout
29760
29761 \begin_layout Standard
29762 たとえば、
29763 \begin_inset Formula 
29764 \begin{equation}
29765 A=C-B\label{eq:a}
29766 \end{equation}
29767
29768 \end_inset
29769
29770
29771 \begin_inset ERT
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775
29776
29777 \backslash
29778 addtocounter{equation}{-1}
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \begin_inset ERT
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788
29789
29790 \backslash
29791 begin{subequations}
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \begin_inset VSpace -5mm
29798 \end_inset
29799
29800
29801 \begin_inset Formula 
29802 \begin{equation}
29803 B=C-A\label{eq:b}
29804 \end{equation}
29805
29806 \end_inset
29807
29808
29809 \begin_inset Formula 
29810 \begin{equation}
29811 C=A+B\label{eq:c}
29812 \end{equation}
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820 \begin_inset ERT
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825
29826 \backslash
29827 end{subequations}
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Standard
29836 この例を作るには、次のようにします。
29837 \end_layout
29838
29839 \begin_layout Enumerate
29840 一つめの数式を入力します。
29841 \end_layout
29842
29843 \begin_layout Enumerate
29844 一つめの数式の後に
29845 \begin_inset Newline newline
29846 \end_inset
29847
29848
29849 \series bold
29850
29851 \backslash
29852 addtocounter{equation}{-1} 
29853 \backslash
29854 begin{subequations}
29855 \begin_inset Index idx
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859 こまんど@コマンド ! A ! 
29860 \backslash
29861 addtocounter
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \begin_inset Newline newline
29868 \end_inset
29869
29870
29871 \series default
29872 を入力します。
29873 \end_layout
29874
29875 \begin_layout Enumerate
29876 二つめの数式を入力します。
29877 \end_layout
29878
29879 \begin_layout Enumerate
29880 三つめの数式を入力します。
29881 \end_layout
29882
29883 \begin_layout Enumerate
29884 三つめの数式の後に、
29885 \series bold
29886
29887 \backslash
29888 end{subequations}
29889 \series default
29890 を入力します。
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 begin
29899 \series default
29900 コマンドと
29901 \series bold
29902
29903 \backslash
29904 end
29905 \series default
29906 コマンドのあいだの数式はすべて、a・b・
29907 \begin_inset Newline linebreak
29908 \end_inset
29909
29910 c\SpecialChar \ldots{}
29911 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29912 \emph on
29913 ひとつの
29914 \emph default
29915 付番数式として扱われますが、それぞれの付番数式が
29916 \series bold
29917 equation
29918 \series default
29919 カウンタを一つずつ進めてしまうので、
29920 \series bold
29921
29922 \backslash
29923 addtocounter
29924 \series default
29925 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29926 \begin_inset CommandInset ref
29927 LatexCommand eqref
29928 reference "eq:a"
29929
29930 \end_inset
29931
29932 式・
29933 \begin_inset CommandInset ref
29934 LatexCommand eqref
29935 reference "eq:b"
29936
29937 \end_inset
29938
29939 式・
29940 \begin_inset CommandInset ref
29941 LatexCommand eqref
29942 reference "eq:c"
29943
29944 \end_inset
29945
29946 式は、それぞれ
29947 \begin_inset CommandInset ref
29948 LatexCommand eqref
29949 reference "eq:a"
29950
29951 \end_inset
29952
29953 式・
29954 \begin_inset CommandInset ref
29955 LatexCommand eqref
29956 reference "eq:d"
29957
29958 \end_inset
29959
29960 式・
29961 \begin_inset CommandInset ref
29962 LatexCommand eqref
29963 reference "eq:f"
29964
29965 \end_inset
29966
29967 式として番号が振られてしまいます。
29968 \end_layout
29969
29970 \begin_layout Standard
29971 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29972 \begin_inset space \thinspace{}
29973 \end_inset
29974
29975 mmの垂直空白を
29976 \series bold
29977
29978 \backslash
29979 begin{subequations}
29980 \series default
29981 コマンドの後に入れています。数式様式として
29982 \series bold
29983 行頭下げ
29984 \begin_inset Foot
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989 \series bold
29990 数式様式に関しては、第
29991 \series default
29992
29993 \begin_inset CommandInset ref
29994 LatexCommand ref
29995 reference "sec:数式様式"
29996
29997 \end_inset
29998
29999 節を参照。
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \series default
30006 を用いているときには、これを-7
30007 \begin_inset space \thinspace{}
30008 \end_inset
30009
30010 mm空白にしてください。
30011 \end_layout
30012
30013 \begin_layout Standard
30014 以下は、二行めのみ付番を無効にしている多行数式の例です。
30015 \begin_inset ERT
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020
30021 \backslash
30022 begin{subequations}
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \begin_inset Formula 
30029 \begin{eqnarray}
30030 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30031  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30032  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30033 \end{eqnarray}
30034
30035 \end_inset
30036
30037
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 end{subequations}
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Subsection
30054 ユーザー定義番号
30055 \begin_inset CommandInset label
30056 LatexCommand label
30057 name "sub:ユーザー定義番号"
30058
30059 \end_inset
30060
30061
30062 \begin_inset Index idx
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset Index idx
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30080 \end_layout
30081
30082 \end_inset
30083
30084 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 def
30093 \backslash
30094 tagform@#1{
30095 \backslash
30096 maketag@@@{
30097 \series default
30098
30099 \begin_inset Formula $\boldsymbol{|}$
30100 \end_inset
30101
30102
30103 \series bold
30104 #1
30105 \series default
30106
30107 \begin_inset Formula $\boldsymbol{|}$
30108 \end_inset
30109
30110
30111 \series bold
30112 }}
30113 \series default
30114
30115 \begin_inset Note Note
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \end_layout
30126
30127 \begin_layout Standard
30128 他の記号を使いたいときには、
30129 \series bold
30130 #1
30131 \series default
30132 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30133 \end_layout
30134
30135 \begin_layout Standard
30136 \begin_inset VSpace bigskip
30137 \end_inset
30138
30139 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30140 \series bold
30141
30142 \backslash
30143 tag
30144 \series default
30145
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 こまんど@コマンド ! T ! 
30151 \backslash
30152 tag
30153 \end_layout
30154
30155 \end_inset
30156
30157 コマンドを使います。
30158 \begin_inset Formula 
30159 \begin{equation}
30160 A+B=C\tag{何とかかんとか}\label{eq:tag}
30161 \end{equation}
30162
30163 \end_inset
30164
30165 上記の例では、
30166 \series bold
30167
30168 \backslash
30169 tag
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175
30176 \backslash
30177 spce 
30178 \end_layout
30179
30180 \end_inset
30181
30182 何とかかんとか
30183 \series default
30184 というコマンドを数式に打ち込んでいます。
30185 \end_layout
30186
30187 \begin_layout Standard
30188 代わりに
30189 \series bold
30190
30191 \backslash
30192 tag*
30193 \begin_inset ERT
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197
30198
30199 \backslash
30200 spce 
30201 \end_layout
30202
30203 \end_inset
30204
30205 何とかかんとか
30206 \series default
30207 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30208 \begin_inset Formula 
30209 \[
30210 A+B=C\tag*{something}
30211 \]
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset VSpace bigskip
30220 \end_inset
30221
30222 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30223 \begin_inset Newline newline
30224 \end_inset
30225
30226
30227 \series bold
30228
30229 \backslash
30230 @addtoreset{equation}{part}
30231 \series default
30232
30233 \begin_inset Index idx
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 こまんど@コマンド ! 
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 "
30244 \end_layout
30245
30246 \end_inset
30247
30248 @
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254 "
30255 \end_layout
30256
30257 \end_inset
30258
30259  ! 
30260 \backslash
30261
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267 "
30268 \end_layout
30269
30270 \end_inset
30271
30272 @
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 "
30279 \end_layout
30280
30281 \end_inset
30282
30283 addtoreset
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \begin_inset Newline newline
30290 \end_inset
30291
30292 節に関しては
30293 \begin_inset Newline newline
30294 \end_inset
30295
30296
30297 \series bold
30298
30299 \backslash
30300 @addtoreset{equation}{section}
30301 \begin_inset Newline newline
30302 \end_inset
30303
30304
30305 \series default
30306 というコマンドを使います。
30307 \end_layout
30308
30309 \begin_layout Standard
30310 これらのコマンドをTeXモードで使えるようにするためには、
30311 \series bold
30312
30313 \backslash
30314 makeatletter
30315 \series default
30316 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30317 \series bold
30318
30319 \backslash
30320 makeatother
30321 \series default
30322 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 makeatletter
30331 \begin_inset Newline newline
30332 \end_inset
30333
30334
30335 \backslash
30336 @addtoreset{equation}{section}
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \backslash
30342 makeatother
30343 \begin_inset Newline newline
30344 \end_inset
30345
30346
30347 \series default
30348 のようにならなくてはなりません。
30349 \end_layout
30350
30351 \begin_layout Standard
30352 LaTeXプリアンブル中では、
30353 \series bold
30354
30355 \backslash
30356 makeatletter
30357 \series default
30358
30359 \series bold
30360
30361 \backslash
30362 makeatother
30363 \series default
30364 は、LyXが内部的に自動で挿入するので省略してかまいません。
30365 \end_layout
30366
30367 \begin_layout Standard
30368
30369 \series bold
30370
30371 \backslash
30372 @addtoreset
30373 \series default
30374 を戻すには、まずLaTeXプリアンブル中に
30375 \end_layout
30376
30377 \begin_layout Standard
30378
30379 \series bold
30380
30381 \backslash
30382 usepackage{remreset}
30383 \end_layout
30384
30385 \begin_layout Standard
30386 という行を入れて、
30387 \series bold
30388 remreset.sty
30389 \series default
30390
30391 \begin_inset Foot
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396 \series bold
30397 remreset
30398 \series default
30399 は、LaTeXパッケージの
30400 \series bold
30401 carlisle
30402 \series default
30403
30404 \begin_inset Index idx
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 ぱっけーじ@パッケージ ! carlisle
30409 \end_layout
30410
30411 \end_inset
30412
30413 の一部として含まれており、LaTeX標準頒布版には含まれています。
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \begin_inset Index idx
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423 ぱっけーじ@パッケージ ! remreset
30424 \end_layout
30425
30426 \end_inset
30427
30428 ファイルを読み込んでおかなくてはなりません。その後
30429 \begin_inset Newline newline
30430 \end_inset
30431
30432
30433 \series bold
30434
30435 \backslash
30436 @removefromreset
30437 \series default
30438
30439 \begin_inset Index idx
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443 こまんど@コマンド ! 
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 "
30450 \end_layout
30451
30452 \end_inset
30453
30454 @
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460 "
30461 \end_layout
30462
30463 \end_inset
30464
30465  ! 
30466 \backslash
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473 "
30474 \end_layout
30475
30476 \end_inset
30477
30478 @
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484 "
30485 \end_layout
30486
30487 \end_inset
30488
30489 removefromreset
30490 \end_layout
30491
30492 \end_inset
30493
30494 コマンドを
30495 \series bold
30496
30497 \backslash
30498 @addtoreset
30499 \series default
30500 と同じ書式で使用すると、
30501 \series bold
30502
30503 \backslash
30504 @addtoreset
30505 \series default
30506 を戻すことができます。
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset VSpace bigskip
30511 \end_inset
30512
30513 ときには、数式を
30514 \end_layout
30515
30516 \begin_layout Standard
30517
30518 \family typewriter
30519 (節番号.数式番号)
30520 \end_layout
30521
30522 \begin_layout Standard
30523 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30524 \end_layout
30525
30526 \begin_layout Standard
30527 このような場合のために、
30528 \series bold
30529
30530 \backslash
30531 numberwithin
30532 \series default
30533
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 こまんど@コマンド ! N ! 
30539 \backslash
30540 numberwithin
30541 \end_layout
30542
30543 \end_inset
30544
30545 というコマンドがあり、
30546 \end_layout
30547
30548 \begin_layout Standard
30549
30550 \series bold
30551
30552 \backslash
30553 numberwithin{カウンタ}{節階層}
30554 \end_layout
30555
30556 \begin_layout Standard
30557 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30558 \end_layout
30559
30560 \begin_layout Standard
30561 したがって、ここではLaTeXプリアンブルかTeXコードで
30562 \end_layout
30563
30564 \begin_layout Standard
30565
30566 \series bold
30567
30568 \backslash
30569 numberwithin{equation}{section}
30570 \end_layout
30571
30572 \begin_layout Standard
30573 という行を用いることにしましょう。その結果がこれです。
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579
30580 \backslash
30581 numberwithin{equation}{section}
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \begin_inset Formula 
30588 \begin{equation}
30589 A+B=C
30590 \end{equation}
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 たとえば、部番号を節階層として使用して、表に付番を施すときには
30599 \begin_inset Newline newline
30600 \end_inset
30601
30602
30603 \series bold
30604
30605 \backslash
30606 numberwithin{table}{part}
30607 \series default
30608 を用います。
30609 \end_layout
30610
30611 \begin_layout Standard
30612 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30613 \end_layout
30614
30615 \begin_layout Standard
30616
30617 \series bold
30618
30619 \backslash
30620 renewcommand{
30621 \backslash
30622 theequation}{
30623 \backslash
30624 arabic{equation}}
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 こまんど@コマンド ! A ! 
30630 \backslash
30631 arabic
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \series default
30638
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644
30645 \backslash
30646 renewcommand{
30647 \backslash
30648 theequation}{
30649 \backslash
30650 arabic{equation}}
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \series bold
30657
30658 \begin_inset Newline newline
30659 \end_inset
30660
30661
30662 \series default
30663 あるいは
30664 \series bold
30665
30666 \begin_inset Newline newline
30667 \end_inset
30668
30669
30670 \backslash
30671 renewcommand{
30672 \backslash
30673 thetable}{
30674 \backslash
30675 arabic{table}}
30676 \end_layout
30677
30678 \begin_layout Standard
30679 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30680 \series bold
30681
30682 \backslash
30683 numberwithin
30684 \series default
30685 は、内部的に上記で述べた
30686 \series bold
30687
30688 \backslash
30689 @addtoreset
30690 \series default
30691 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 makeatletter
30700 \end_layout
30701
30702 \begin_layout Plain Layout
30703
30704
30705 \backslash
30706 @removefromreset{equation}{section}
30707 \end_layout
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 makeatother
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \begin_layout Subsection
30722 ローマ数字や文字を使った付番
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \begin_inset Index idx
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \end_layout
30744
30745 \begin_layout Standard
30746 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30747 \end_layout
30748
30749 \begin_layout Standard
30750
30751 \series bold
30752
30753 \backslash
30754 renewcommand{
30755 \backslash
30756 theequation}{
30757 \backslash
30758 roman{equation}}
30759 \end_layout
30760
30761 \begin_layout Standard
30762 というコマンドを入れます。
30763 \series bold
30764
30765 \backslash
30766 renewcommand
30767 \series default
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 こまんど@コマンド ! R ! 
30774 \backslash
30775 renewcommand
30776 \end_layout
30777
30778 \end_inset
30779
30780 は、定義済みのコマンド
30781 \series bold
30782
30783 \backslash
30784 theequation
30785 \series default
30786 をコマンド
30787 \series bold
30788
30789 \backslash
30790 roman{equation}
30791 \series default
30792 に再定義します
30793 \begin_inset Foot
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798 \series bold
30799
30800 \backslash
30801 renewcommand
30802 \series default
30803 コマンドは、第
30804 \begin_inset CommandInset ref
30805 LatexCommand ref
30806 reference "sub:newcommandコマンド"
30807
30808 \end_inset
30809
30810 節に述べられている
30811 \series bold
30812
30813 \backslash
30814 newcommand
30815 \series default
30816 コマンドと同じ書式を持ちます。
30817 \end_layout
30818
30819 \end_inset
30820
30821 。ここで、
30822 \series bold
30823 equation
30824 \series default
30825 は数式カウンタです。コマンド
30826 \series bold
30827
30828 \backslash
30829 the
30830 \series default
30831 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30832 \series bold
30833
30834 \backslash
30835 theequation
30836 \series default
30837 コマンドを数式の後ろに置くのです。
30838 \series bold
30839
30840 \backslash
30841 roman{equation}
30842 \begin_inset Index idx
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 こまんど@コマンド ! R ! 
30847 \backslash
30848 roman
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \series default
30855 は、カウンタを小文字のローマ数字として出力します。
30856 \end_layout
30857
30858 \begin_layout Standard
30859 こうして、
30860 \series bold
30861
30862 \backslash
30863 renew
30864 \series default
30865 c
30866 \series bold
30867 ommand
30868 \series default
30869 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30870 \series bold
30871
30872 \backslash
30873 roman
30874 \series default
30875 の部分を
30876 \series bold
30877
30878 \backslash
30879 Roman
30880 \series default
30881
30882 \begin_inset Index idx
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886 こまんど@コマンド ! R ! 
30887 \backslash
30888 roman@
30889 \backslash
30890 Roman
30891 \end_layout
30892
30893 \end_inset
30894
30895 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30896 \series bold
30897
30898 \backslash
30899 alph
30900 \series default
30901
30902 \begin_inset Index idx
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 こまんど@コマンド ! A ! 
30907 \backslash
30908 alph
30909 \end_layout
30910
30911 \end_inset
30912
30913 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30914 \series bold
30915
30916 \backslash
30917 Alph
30918 \series default
30919
30920 \begin_inset Index idx
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924 こまんど@コマンド ! A ! 
30925 \backslash
30926 alph@
30927 \backslash
30928 Alph
30929 \end_layout
30930
30931 \end_inset
30932
30933 コマンドがあります。
30934 \end_layout
30935
30936 \begin_layout Standard
30937 \begin_inset Note Greyedout
30938 status open
30939
30940 \begin_layout Plain Layout
30941
30942 \series bold
30943 (注意)
30944 \series default
30945 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \end_layout
30952
30953 \begin_layout Standard
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 theequation}{
30964 \backslash
30965 roman{equation}}
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset Formula 
30975 \begin{equation}
30976 A=\textrm{小文字ローマ数字}
30977 \end{equation}
30978
30979 \end_inset
30980
30981
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 theequation}{
30992 \backslash
30993 Roman{equation}}
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Formula 
31000 \begin{equation}
31001 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31002 \end{equation}
31003
31004 \end_inset
31005
31006
31007 \begin_inset ERT
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 renewcommand{
31015 \backslash
31016 theequation}{
31017 \backslash
31018 alph{equation}}
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \begin_inset Formula 
31025 \begin{equation}
31026 C=\textrm{小文字ラテン文字}
31027 \end{equation}
31028
31029 \end_inset
31030
31031
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 renewcommand{
31040 \backslash
31041 theequation}{
31042 \backslash
31043 Alph{equation}}
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset Formula 
31050 \begin{equation}
31051 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31052 \end{equation}
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31061 \end_layout
31062
31063 \begin_layout Standard
31064
31065 \series bold
31066
31067 \backslash
31068 renewcommand{
31069 \backslash
31070 theequation}{
31071 \backslash
31072 arabic{equation}}
31073 \begin_inset Index idx
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 こまんど@コマンド ! A ! 
31078 \backslash
31079 arabic
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 \begin_inset ERT
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093
31094 \backslash
31095 renewcommand{
31096 \backslash
31097 theequation}{
31098 \backslash
31099 arabic{equation}}
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \begin_inset Formula 
31106 \begin{equation}
31107 E=\textrm{アラビア数字}
31108 \end{equation}
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \begin_inset VSpace medskip
31117 \end_inset
31118
31119 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31120 てはなりません。この点に関する説明は、ファイル
31121 \begin_inset CommandInset href
31122 LatexCommand href
31123 name "Formula-numbering.lyx"
31124 target "run:Formula-numbering.lyx"
31125
31126 \end_inset
31127
31128 にあります。
31129 \end_layout
31130
31131 \begin_layout Section
31132 化学記号と化学式
31133 \begin_inset CommandInset label
31134 LatexCommand label
31135 name "sub:化学記号と化学式"
31136
31137 \end_inset
31138
31139
31140 \begin_inset Index idx
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 かがくきごう@化学記号 ! きごう@記号
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \begin_inset Index idx
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154 かがくしき@化学式
31155 \end_layout
31156
31157 \end_inset
31158
31159
31160 \begin_inset Index idx
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164 きごう@記号 ! かがく@化学
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173 以下は、化学関係の文章の例です。
31174 \end_layout
31175
31176 \begin_layout Quote
31177 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31178 \end_inset
31179
31180 イオンは、2つの
31181 \begin_inset Formula $\mathrm{Na^{+}}$
31182 \end_inset
31183
31184 イオンと反応して、硫酸化塩
31185 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31186 \end_inset
31187
31188 を形成します。この化学式は以下のようになります。
31189 \begin_inset Formula 
31190 \begin{equation}
31191 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31192 \end{equation}
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31201 \begin_inset Info
31202 type  "shortcut"
31203 arg   "font-roman"
31204 \end_inset
31205
31206 を押せば、アップライトフォント様式に変更することができます
31207 \begin_inset Foot
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 フォント様式に関しては、第
31212 \begin_inset CommandInset ref
31213 LatexCommand ref
31214 reference "sub:書体様式"
31215
31216 \end_inset
31217
31218 節を参照のこと。
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Standard
31227 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31228 \series bold
31229 mhchem
31230 \series default
31231
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 ぱっけーじ@パッケージ ! mhchem
31237 \end_layout
31238
31239 \end_inset
31240
31241 が導入されているときに使用することができる
31242 \series bold
31243
31244 \backslash
31245 ce
31246 \series default
31247
31248 \begin_inset Index idx
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 こまんど@コマンド ! C ! 
31253 \backslash
31254 ce
31255 \end_layout
31256
31257 \end_inset
31258
31259 コマンドを使用することです。
31260 \series bold
31261
31262 \backslash
31263 ce
31264 \series default
31265 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \align center
31270 \begin_inset Tabular
31271 <lyxtabular version="3" rows="9" columns="2">
31272 <features tabularvalignment="middle">
31273 <column alignment="center" valignment="top" width="0">
31274 <column alignment="center" valignment="top" width="0">
31275 <row>
31276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Plain Layout
31280 コマンド
31281 \end_layout
31282
31283 \end_inset
31284 </cell>
31285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289 出力
31290 \begin_inset Note Note
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295 \series bold
31296
31297 \backslash
31298 raisebox
31299 \series default
31300 はスペーサーとしてのみ使用されています。
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \end_inset
31309 </cell>
31310 </row>
31311 <row>
31312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316
31317 \backslash
31318 ce
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 spce 
31327 \end_layout
31328
31329 \end_inset
31330
31331 H2CO3
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354
31355 \backslash
31356 ce
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362
31363 \backslash
31364 spce 
31365 \end_layout
31366
31367 \end_inset
31368
31369 SO4^2-
31370 \end_layout
31371
31372 \end_inset
31373 </cell>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 </row>
31387 <row>
31388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392
31393 \backslash
31394 ce
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 spce 
31403 \end_layout
31404
31405 \end_inset
31406
31407 (NH4)2S
31408 \end_layout
31409
31410 \end_inset
31411 </cell>
31412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31417 \end_inset
31418
31419
31420 \end_layout
31421
31422 \end_inset
31423 </cell>
31424 </row>
31425 <row>
31426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31427 \begin_inset Text
31428
31429 \begin_layout Plain Layout
31430
31431 \backslash
31432 ce
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 spce 
31441 \end_layout
31442
31443 \end_inset
31444
31445 KCr(SO4)2.12H2O
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 </row>
31463 <row>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468
31469 \backslash
31470 ce
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476
31477 \backslash
31478 spce 
31479 \end_layout
31480
31481 \end_inset
31482
31483 A-B
31484 \backslash
31485 dbond
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491
31492 \backslash
31493 spce 
31494 \end_layout
31495
31496 \end_inset
31497
31498 C
31499 \backslash
31500 tbond
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 spce 
31509 \end_layout
31510
31511 \end_inset
31512
31513 D
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 </row>
31531 <row>
31532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31533 \begin_inset Text
31534
31535 \begin_layout Plain Layout
31536
31537 \backslash
31538 ce
31539 \begin_inset ERT
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543
31544
31545 \backslash
31546 spce 
31547 \end_layout
31548
31549 \end_inset
31550
31551 ^227
31552 \begin_inset Formula $\downarrow$
31553 \end_inset
31554
31555 _90
31556 \begin_inset Formula $\to$
31557 \end_inset
31558
31559 Th+
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Plain Layout
31568 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 </row>
31577 <row>
31578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582
31583 \backslash
31584 ce
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 spce 
31593 \end_layout
31594
31595 \end_inset
31596
31597 CO2
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 spce 
31606 \end_layout
31607
31608 \end_inset
31609
31610 +
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616
31617 \backslash
31618 spce 
31619 \end_layout
31620
31621 \end_inset
31622
31623 C
31624 \begin_inset ERT
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628
31629
31630 \backslash
31631 spce 
31632 \end_layout
31633
31634 \end_inset
31635
31636 <=>
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 spce 
31645 \end_layout
31646
31647 \end_inset
31648
31649 2CO
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 </row>
31667 <row>
31668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672
31673 \backslash
31674 ce
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680
31681 \backslash
31682 spce 
31683 \end_layout
31684
31685 \end_inset
31686
31687 CO2
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 spce 
31696 \end_layout
31697
31698 \end_inset
31699
31700 +
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706
31707 \backslash
31708 spce 
31709 \end_layout
31710
31711 \end_inset
31712
31713 C
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719
31720 \backslash
31721 spce 
31722 \end_layout
31723
31724 \end_inset
31725
31726 ->[
31727 \backslash
31728 alpha][
31729 \backslash
31730 beta]
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 spce 
31739 \end_layout
31740
31741 \end_inset
31742
31743 2CO}
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 </lyxtabular>
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset Note Greyedout
31770 status open
31771
31772 \begin_layout Plain Layout
31773
31774 \series bold
31775 【註】
31776 \backslash
31777 ce
31778 \series default
31779 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31780 \series bold
31781
31782 \backslash
31783 ce{$
31784 \backslash
31785 mu
31786 \backslash
31787 hyphen$Cl}
31788 \series default
31789
31790 \begin_inset ERT
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794
31795
31796 \backslash
31797 ce{$
31798 \backslash
31799 mu
31800 \backslash
31801 hyphen$Cl}
31802 \end_layout
31803
31804 \end_inset
31805
31806 )のようにTeXコードを使わなくてはなりません。
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815
31816 \series bold
31817
31818 \backslash
31819 ce
31820 \series default
31821 を使うと
31822 \begin_inset CommandInset ref
31823 LatexCommand eqref
31824 reference "eq:chem-reaction"
31825
31826 \end_inset
31827
31828 式のコマンドは
31829 \begin_inset Newline newline
31830 \end_inset
31831
31832
31833 \series bold
31834  
31835 \backslash
31836 ce
31837 \begin_inset ERT
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841
31842
31843 \backslash
31844 spce 
31845 \end_layout
31846
31847 \end_inset
31848
31849 2Na+
31850 \begin_inset ERT
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855
31856 \backslash
31857 spce 
31858 \end_layout
31859
31860 \end_inset
31861
31862 +
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 spce 
31871 \end_layout
31872
31873 \end_inset
31874
31875 SO4^2-
31876 \begin_inset ERT
31877 status collapsed
31878
31879 \begin_layout Plain Layout
31880
31881
31882 \backslash
31883 spce 
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \begin_inset ERT
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893
31894
31895 \backslash
31896 spce 
31897 \end_layout
31898
31899 \end_inset
31900
31901 ->
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 spce 
31910 \end_layout
31911
31912 \end_inset
31913
31914 Na2SO4
31915 \begin_inset Newline newline
31916 \end_inset
31917
31918
31919 \series default
31920 のようになります。
31921 \end_layout
31922
31923 \begin_layout Standard
31924 複数行の化学式を作るには、第
31925 \begin_inset CommandInset ref
31926 LatexCommand ref
31927 reference "sec:多行数式"
31928
31929 \end_inset
31930
31931 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31932 \series bold
31933
31934 \backslash
31935 ce
31936 \series default
31937 コマンドを使用します。
31938 \begin_inset CommandInset ref
31939 LatexCommand eqref
31940 reference "eq:TEOS-reaction-1"
31941
31942 \end_inset
31943
31944 式と
31945 \begin_inset CommandInset ref
31946 LatexCommand eqref
31947 reference "eq:TEOS-reaction-2"
31948
31949 \end_inset
31950
31951 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31952 \begin_inset Formula 
31953 \begin{eqnarray}
31954 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31955 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31956 \end{eqnarray}
31957
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \begin_layout Standard
31964
31965 \series bold
31966 mhchem
31967 \series default
31968 パッケージは、
31969 \series bold
31970
31971 \backslash
31972 ce
31973 \series default
31974 の他に、特殊ケースに使用する
31975 \series bold
31976
31977 \backslash
31978 cf
31979 \series default
31980
31981 \begin_inset Index idx
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 こまんど@コマンド ! C ! 
31986 \backslash
31987 cf
31988 \end_layout
31989
31990 \end_inset
31991
31992 コマンドを提供しています。
31993 \series bold
31994
31995 \backslash
31996 cf
31997 \series default
31998 の詳しい情報と例示については、
31999 \series bold
32000 mhchem
32001 \series default
32002
32003 \begin_inset CommandInset citation
32004 LatexCommand cite
32005 key "mhchem"
32006
32007 \end_inset
32008
32009 の取扱説明書をご覧ください。
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \begin_inset Newpage newpage
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Section
32020 図解
32021 \end_layout
32022
32023 \begin_layout Standard
32024 LyXは、二つの型の可換図
32025 \series bold
32026 amscd
32027 \series default
32028 および
32029 \series bold
32030 xymatrix
32031 \series default
32032 をサポートしており、以下でこれらの説明をします。
32033 \end_layout
32034
32035 \begin_layout Subsection
32036 amscd図解
32037 \begin_inset Index idx
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 ずかい@図解 ! amscd
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32051 \begin_inset Formula 
32052 \[
32053 \begin{CD}A@>>>B@>>>C\\
32054 @AAA@.@VVV\\
32055 F@<<<E@<<<D
32056 \end{CD}
32057 \]
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Standard
32065 これを作るには、数式に
32066 \series bold
32067
32068 \backslash
32069 CD
32070 \begin_inset Index idx
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074 こまんど@コマンド ! C ! 
32075 \backslash
32076 CD
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \series default
32083 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32084 \begin_inset Info
32085 type  "shortcut"
32086 arg   "newline-insert newline"
32087 \end_inset
32088
32089 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32090 \end_layout
32091
32092 \begin_layout Standard
32093 関係を作るには、以下のコマンドがあります。
32094 \end_layout
32095
32096 \begin_layout Itemize
32097 \begin_inset Formula $\boldsymbol{@<<<}$
32098 \end_inset
32099
32100 は左矢印、
32101 \begin_inset Formula $\boldsymbol{@>>>}$
32102 \end_inset
32103
32104 は右矢印、
32105 \series bold
32106 @=
32107 \series default
32108 は長い等号を生成します。
32109 \end_layout
32110
32111 \begin_layout Itemize
32112
32113 \series bold
32114 @AAA
32115 \series default
32116 は上矢印、
32117 \series bold
32118 @VVV
32119 \series default
32120 は下矢印、
32121 \begin_inset Formula $\boldsymbol{@|}$
32122 \end_inset
32123
32124 は縦向きの等号を生成します。
32125 \end_layout
32126
32127 \begin_layout Itemize
32128
32129 \series bold
32130 @.
32131 \series default
32132 は関係が存在しない部分に置きます。
32133 \end_layout
32134
32135 \begin_layout Standard
32136 矢印はすべて、以下のようにラベル付けをすることができます。
32137 \end_layout
32138
32139 \begin_layout Itemize
32140 文章を、第1と第2の「
32141 \begin_inset Formula $<$
32142 \end_inset
32143
32144 」ないし「
32145 \begin_inset Formula $>$
32146 \end_inset
32147
32148 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32149 \begin_inset Formula $<$
32150 \end_inset
32151
32152 」ないし「
32153 \begin_inset Formula $>$
32154 \end_inset
32155
32156 」のあいだに入れると、矢印の下に表示されます。
32157 \end_layout
32158
32159 \begin_layout Itemize
32160 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32161 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32162 \end_layout
32163
32164 \begin_layout Standard
32165 以下は、上記のすべての関係を使った例です。
32166 \end_layout
32167
32168 \begin_layout Standard
32169 \begin_inset Formula 
32170 \[
32171 \begin{CD}A@>j>>B@>>k>C@=F\\
32172 @AmAA@.@VV{V}V@|\\
32173 D@<<j<E@>k>>F@=C
32174 \end{CD}
32175 \]
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \begin_layout Standard
32183 これを作るコマンドは、以下のとおりです。
32184 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \series bold
32189
32190 \backslash
32191 CD
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 spce 
32200 \end_layout
32201
32202 \end_inset
32203
32204 A
32205 \begin_inset Formula $\boldsymbol{@>}$
32206 \end_inset
32207
32208 j
32209 \begin_inset Formula $\boldsymbol{>>}$
32210 \end_inset
32211
32212 B
32213 \begin_inset Formula $\boldsymbol{@>>}$
32214 \end_inset
32215
32216 k
32217 \begin_inset Formula $\boldsymbol{>}$
32218 \end_inset
32219
32220 C@=F Ctrl+Return
32221 \begin_inset Newline newline
32222 \end_inset
32223
32224
32225 \begin_inset Phantom HPhantom
32226 status open
32227
32228 \begin_layout Plain Layout
32229
32230 \series bold
32231
32232 \backslash
32233 CD
32234 \begin_inset ERT
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238
32239
32240 \backslash
32241 spce 
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \end_inset
32250
32251 @AmAA@.@VV
32252 \backslash
32253 {V
32254 \series default
32255
32256 \begin_inset Formula $\to$
32257 \end_inset
32258
32259
32260 \series bold
32261 V
32262 \begin_inset Formula $\boldsymbol{@|}$
32263 \end_inset
32264
32265  Ctrl+Return
32266 \begin_inset Newline newline
32267 \end_inset
32268
32269
32270 \begin_inset Phantom HPhantom
32271 status open
32272
32273 \begin_layout Plain Layout
32274
32275 \series bold
32276
32277 \backslash
32278 CD
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 spce 
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \end_inset
32295
32296 D
32297 \begin_inset Formula $\boldsymbol{@<<}$
32298 \end_inset
32299
32300 j
32301 \begin_inset Formula $\boldsymbol{<}$
32302 \end_inset
32303
32304 E
32305 \begin_inset Formula $\boldsymbol{@>}$
32306 \end_inset
32307
32308 k
32309 \begin_inset Formula $\boldsymbol{>>}$
32310 \end_inset
32311
32312 F@=C
32313 \end_layout
32314
32315 \begin_layout Subsection
32316 xymatrix図解
32317 \begin_inset Index idx
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 ずかい@図解 ! xymatrix
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 xymatricesを使うには、LaTeXパッケージの
32331 \series bold
32332 xypic
32333 \series default
32334 が導入済みである必要があります。xymatrixは、数式中に
32335 \series bold
32336
32337 \backslash
32338 xymatrix
32339 \series default
32340 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32341 \begin_inset CommandInset ref
32342 LatexCommand ref
32343 reference "sec:行列"
32344
32345 \end_inset
32346
32347 節をご参照下さい。
32348 \end_layout
32349
32350 \begin_layout Standard
32351 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32352 \family sans
32353 ヘルプ\SpecialChar \menuseparator
32354 用途別説明書\SpecialChar \menuseparator
32355 XY-pic説明書
32356 \family default
32357 メニューにある
32358 \emph on
32359 XY-pic説明書
32360 \emph default
32361 で詳しく網羅しています。
32362 \end_layout
32363
32364 \begin_layout Subsection
32365 ファインマン・ダイアグラム
32366 \series medium
32367
32368 \begin_inset Index idx
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 ずかい@図解 ! ファインマン
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Standard
32381 ファインマン・ダイアグラムを使うには、LaTeXパッケージ
32382 \series bold
32383 feyn
32384 \series default
32385 を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
32386 \series bold
32387
32388 \backslash
32389 Diagram
32390 \series default
32391 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32392 \begin_inset CommandInset ref
32393 LatexCommand ref
32394 reference "sec:行列"
32395
32396 \end_inset
32397
32398 節参照)。
32399 \end_layout
32400
32401 \begin_layout Standard
32402 LyXでのファインマン・ダイアグラムの作り方は、メニュー
32403 \family sans
32404 ヘルプ\SpecialChar \menuseparator
32405 用途別説明書
32406 \family default
32407 内の『
32408 \emph on
32409 ファインマン・ダイアグラム
32410 \emph default
32411 』にあります。
32412 \end_layout
32413
32414 \begin_layout Standard
32415 \begin_inset Newpage newpage
32416 \end_inset
32417
32418
32419 \end_layout
32420
32421 \begin_layout Section
32422 ユーザー定義コマンド
32423 \begin_inset Index idx
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 ゆーざーていぎこまんど@ユーザー定義コマンド
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Standard
32436 \begin_inset Note Greyedout
32437 status open
32438
32439 \begin_layout Plain Layout
32440 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \begin_layout Subsection
32449
32450 \backslash
32451 newcommandコマンド
32452 \begin_inset CommandInset label
32453 LatexCommand label
32454 name "sub:newcommandコマンド"
32455
32456 \end_inset
32457
32458
32459 \begin_inset Index idx
32460 status collapsed
32461
32462 \begin_layout Plain Layout
32463 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32464 \backslash
32465 newcommand
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \begin_inset Index idx
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475 こまんど@コマンド ! N ! 
32476 \backslash
32477 newcommand
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Standard
32486 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32487 \series bold
32488
32489 \backslash
32490 newcommand
32491 \series default
32492 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32493 \end_layout
32494
32495 \begin_layout Standard
32496
32497 \series bold
32498
32499 \backslash
32500 newcommand
32501 \series default
32502 コマンドの書式は、
32503 \end_layout
32504
32505 \begin_layout Standard
32506
32507 \series bold
32508
32509 \backslash
32510 newcommand{新コマンド名}[引数の数][オプションの値]
32511 \begin_inset Newline newline
32512 \end_inset
32513
32514
32515 \begin_inset Phantom HPhantom
32516 status open
32517
32518 \begin_layout Plain Layout
32519
32520 \series bold
32521
32522 \backslash
32523 newcommand
32524 \end_layout
32525
32526 \end_inset
32527
32528 {コマンド定義}
32529 \end_layout
32530
32531 \begin_layout Standard
32532 です。
32533 \end_layout
32534
32535 \begin_layout Standard
32536 \begin_inset Note Greyedout
32537 status open
32538
32539 \begin_layout Plain Layout
32540
32541 \series bold
32542 (注意)
32543 \series default
32544 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32545 \series bold
32546
32547 \backslash
32548 Leftarrow
32549 \series default
32550 の短縮のつもりで
32551 \series bold
32552
32553 \backslash
32554 le
32555 \series default
32556 というコマンドを定義したとすると、
32557 \series bold
32558
32559 \backslash
32560 le
32561 \series default
32562 は既に「
32563 \begin_inset Formula $\le$
32564 \end_inset
32565
32566 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 「引数の数」は、0
32576 \begin_inset space \thinspace{}
32577 \end_inset
32578
32579 -
32580 \begin_inset space \thinspace{}
32581 \end_inset
32582
32583 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32584 ドの
32585 \emph on
32586 最初の
32587 \emph default
32588 引数は、自動的に非必須の引数になります。
32589 \end_layout
32590
32591 \begin_layout Standard
32592 以下にいくつかの例を挙げます。
32593 \end_layout
32594
32595 \begin_layout Itemize
32596
32597 \series bold
32598
32599 \backslash
32600 Longrightarrow
32601 \series default
32602 の短縮形として
32603 \series bold
32604
32605 \backslash
32606 gr
32607 \series default
32608 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32609 \begin_inset VSpace medskip
32610 \end_inset
32611
32612
32613 \begin_inset Newline newline
32614 \end_inset
32615
32616
32617 \series bold
32618
32619 \backslash
32620 newcommand{
32621 \backslash
32622 gr}{
32623 \backslash
32624 Longrightarrow}
32625 \end_layout
32626
32627 \begin_layout Itemize
32628
32629 \series bold
32630
32631 \backslash
32632 underline
32633 \series default
32634 の短縮形として
32635 \series bold
32636
32637 \backslash
32638 us
32639 \series default
32640 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32641 \begin_inset VSpace medskip
32642 \end_inset
32643
32644
32645 \begin_inset Newline newline
32646 \end_inset
32647
32648
32649 \series bold
32650
32651 \backslash
32652 newcommand{
32653 \backslash
32654 us}[1]{
32655 \backslash
32656 underline{#1}}
32657 \series default
32658
32659 \begin_inset VSpace medskip
32660 \end_inset
32661
32662
32663 \begin_inset Newline newline
32664 \end_inset
32665
32666
32667 \series bold
32668 #
32669 \series default
32670 」という文字は、引数の入る場所を示し、その後ろの「
32671 \series bold
32672 1
32673 \series default
32674 」は、これが第1引数の入る場所であることを示します。
32675 \end_layout
32676
32677 \begin_layout Itemize
32678
32679 \series bold
32680
32681 \backslash
32682 framebox
32683 \series default
32684 の短縮形として、たとえば
32685 \series bold
32686
32687 \backslash
32688 fb
32689 \series default
32690 というコマンドを定義するには、
32691 \begin_inset VSpace medskip
32692 \end_inset
32693
32694
32695 \begin_inset Newline newline
32696 \end_inset
32697
32698
32699 \series bold
32700
32701 \backslash
32702 newcommand{
32703 \backslash
32704 fb}[3]{
32705 \backslash
32706 framebox#1#2{$#3$}}
32707 \series default
32708
32709 \begin_inset VSpace medskip
32710 \end_inset
32711
32712
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716 二つのドルマークは、
32717 \series bold
32718
32719 \backslash
32720 framebox
32721 \series default
32722 が必要とする内部の数式を作り出します。第
32723 \begin_inset CommandInset ref
32724 LatexCommand ref
32725 reference "sub:縁付きボックス"
32726
32727 \end_inset
32728
32729 節をご参照下さい。
32730 \end_layout
32731
32732 \begin_layout Itemize
32733 ボックスの色を指定する必要がない
32734 \series bold
32735
32736 \backslash
32737 fcolorbox
32738 \series default
32739 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32740 \begin_inset VSpace medskip
32741 \end_inset
32742
32743
32744 \begin_inset Newline newline
32745 \end_inset
32746
32747
32748 \series bold
32749
32750 \backslash
32751 newcommand{
32752 \backslash
32753 cb}[3][white]{
32754 \backslash
32755 fcolorbox{#2}{#1}{$#3$}}
32756 \series default
32757
32758 \begin_inset VSpace medskip
32759 \end_inset
32760
32761
32762 \begin_inset Newline newline
32763 \end_inset
32764
32765
32766 \series bold
32767
32768 \backslash
32769 cb
32770 \series default
32771 を使うときに色が指定されなければ、事前に定義された色である
32772 \series bold
32773 white
32774 \series default
32775 が使用されます。
32776 \end_layout
32777
32778 \begin_layout Standard
32779 以下は、上で定義したコマンドの動作テストです。
32780 \end_layout
32781
32782 \begin_layout Standard
32783 \align center
32784 \begin_inset Tabular
32785 <lyxtabular version="3" rows="6" columns="2">
32786 <features tabularvalignment="middle">
32787 <column alignment="center" valignment="top" width="0">
32788 <column alignment="center" valignment="top" width="0">
32789 <row>
32790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794 コマンド
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803 出力
32804 \begin_inset Note Note
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808 ここで
32809 \series bold
32810
32811 \backslash
32812 raisebox
32813 \series default
32814 はスペーサーとして使用しているだけです。
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 </row>
32825 <row>
32826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 A
32831 \backslash
32832 gr
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838
32839 \backslash
32840 spce 
32841 \end_layout
32842
32843 \end_inset
32844
32845 B
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 \begin_inset Formula $A\gr B$
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 </row>
32863 <row>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868
32869 \backslash
32870 us{ABcd
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 </row>
32888 <row>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893
32894 \backslash
32895 fb{[2cm]
32896 \begin_inset Formula $\to$
32897 \end_inset
32898
32899
32900 \backslash
32901 {
32902 \begin_inset Formula $\to$
32903 \end_inset
32904
32905
32906 \backslash
32907 {
32908 \backslash
32909 int
32910 \begin_inset ERT
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914
32915
32916 \backslash
32917 spce 
32918 \end_layout
32919
32920 \end_inset
32921
32922 A=B
32923 \end_layout
32924
32925 \end_inset
32926 </cell>
32927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 </row>
32940 <row>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945
32946 \backslash
32947 cb{red
32948 \begin_inset Formula $\to$
32949 \end_inset
32950
32951
32952 \backslash
32953 {
32954 \backslash
32955 int
32956 \begin_inset ERT
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960
32961
32962 \backslash
32963 spce 
32964 \end_layout
32965
32966 \end_inset
32967
32968 A=B
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991
32992 \backslash
32993 cb[green]
32994 \backslash
32995 {red
32996 \begin_inset Formula $\to$
32997 \end_inset
32998
32999
33000 \backslash
33001 {
33002 \backslash
33003 int
33004 \begin_inset ERT
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008
33009
33010 \backslash
33011 spce 
33012 \end_layout
33013
33014 \end_inset
33015
33016 A=B
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 </row>
33034 </lyxtabular>
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Subsection
33042 数式マクロ
33043 \begin_inset Index idx
33044 status collapsed
33045
33046 \begin_layout Plain Layout
33047 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33048 \end_layout
33049
33050 \end_inset
33051
33052
33053 \begin_inset Index idx
33054 status collapsed
33055
33056 \begin_layout Plain Layout
33057 まくろ@マクロ
33058 \end_layout
33059
33060 \end_inset
33061
33062
33063 \end_layout
33064
33065 \begin_layout Standard
33066 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33067 般型は、
33068 \begin_inset Formula 
33069 \[
33070 0=\lambda^{2}+p\lambda+q
33071 \]
33072
33073 \end_inset
33074
33075 であり、その解の一般型は
33076 \begin_inset Formula 
33077 \[
33078 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33079 \]
33080
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Standard
33087 です。
33088 \begin_inset Formula $\lambda$
33089 \end_inset
33090
33091
33092 \begin_inset Formula $p$
33093 \end_inset
33094
33095
33096 \begin_inset Formula $q$
33097 \end_inset
33098
33099 の3つのパラメータを指定することが必須であり、
33100 \begin_inset Formula $\lambda$
33101 \end_inset
33102
33103 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33104 \begin_inset Newline newline
33105 \end_inset
33106
33107
33108 \series bold
33109
33110 \backslash
33111 newcommand{
33112 \backslash
33113 qG}[4][1,
33114 \backslash
33115 ,2]{#2_{#1}=-
33116 \backslash
33117 frac{#3}{2}
33118 \backslash
33119 pm
33120 \begin_inset Newline newline
33121 \end_inset
33122
33123
33124 \begin_inset Phantom HPhantom
33125 status open
33126
33127 \begin_layout Plain Layout
33128
33129 \series bold
33130
33131 \backslash
33132 newcommand
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \backslash
33139 sqrt{
33140 \backslash
33141 frac{#3^{2}}{4}-#4}}
33142 \end_layout
33143
33144 \begin_layout Standard
33145 これを使って解の公式を作るには、
33146 \begin_inset Newline newline
33147 \end_inset
33148
33149
33150 \series bold
33151
33152 \backslash
33153 qG{
33154 \backslash
33155 lambda
33156 \begin_inset Formula $\to$
33157 \end_inset
33158
33159
33160 \backslash
33161 {p
33162 \begin_inset Formula $\to$
33163 \end_inset
33164
33165
33166 \backslash
33167 {q
33168 \series default
33169 というコマンドを数式に入れます。
33170 \end_layout
33171
33172 \begin_layout Standard
33173 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33174 \series bold
33175
33176 \backslash
33177 frac{分子}{分母}
33178 \series default
33179 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33180 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33181 \series bold
33182
33183 \backslash
33184 newcommand
33185 \series default
33186 コマンドの代わりに、数式マクロを使う方法を提供しています。
33187 \end_layout
33188
33189 \begin_layout Standard
33190 数式マクロは、
33191 \family sans
33192 挿入\SpecialChar \menuseparator
33193 数式\SpecialChar \menuseparator
33194 マクロ
33195 \family default
33196 メニューか、ツールバーボタンの
33197 \begin_inset Graphics
33198         filename ../../images/math-macro_newmacroname_newcommand.png
33199         scale 85
33200
33201 \end_inset
33202
33203 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207
33208 \begin_inset space \hspace*{\fill}
33209 \end_inset
33210
33211
33212 \begin_inset Graphics
33213         filename ../clipart/macrobox.png
33214
33215 \end_inset
33216
33217
33218 \begin_inset space \hspace*{\fill}
33219 \end_inset
33220
33221
33222 \begin_inset Newline newline
33223 \end_inset
33224
33225
33226 \begin_inset FormulaMacro
33227 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33228 \end_inset
33229
33230
33231 \backslash
33232 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33233 \series bold
33234
33235 \backslash
33236 #1
33237 \series default
33238 のように
33239 \series bold
33240
33241 \backslash
33242 #引数番号
33243 \series default
33244 というコマンドで入力するか、マクロツールバーボタンの
33245 \begin_inset Graphics
33246         filename ../../images/math-macro-add-param.png
33247         scale 85
33248
33249 \end_inset
33250
33251 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33252 \begin_inset Graphics
33253         filename ../../images/math-macro-add-optional-param.png
33254         scale 85
33255
33256 \end_inset
33257
33258 で作ることができます。最初の必須引数は、ツールバーボタンの
33259 \begin_inset Graphics
33260         filename ../../images/math-macro-make-optional.png
33261         scale 85
33262
33263 \end_inset
33264
33265 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33266 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33267 \begin_inset Newline newline
33268 \end_inset
33269
33270
33271 \series bold
33272 qG: 
33273 \backslash
33274 #1
33275 \series default
33276  
33277 \series bold
33278 ,
33279 \series default
33280  
33281 \series bold
33282
33283 \backslash
33284 #2
33285 \series default
33286  
33287 \series bold
33288 ,
33289 \series default
33290  
33291 \series bold
33292
33293 \backslash
33294 #3, 
33295 \backslash
33296 #4
33297 \begin_inset Newline newline
33298 \end_inset
33299
33300
33301 \series default
33302 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33303 されます。
33304 \begin_inset Newline newline
33305 \end_inset
33306
33307 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33308 \family sans
33309 表示\SpecialChar \menuseparator
33310 数式マクロを展開(畳む)
33311 \family default
33312 メニューを使うことで、マクロ毎に変えることができます。
33313 \end_layout
33314
33315 \begin_layout Standard
33316 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33317 \series bold
33318
33319 \backslash
33320 qG
33321 \series default
33322 とします。このマクロは、LyX中では以下のように表示されます。
33323 \begin_inset Newline newline
33324 \end_inset
33325
33326
33327 \begin_inset space \hspace*{\fill}
33328 \end_inset
33329
33330
33331 \begin_inset Graphics
33332         filename ../clipart/macrouse.png
33333
33334 \end_inset
33335
33336
33337 \begin_inset space \hspace*{\fill}
33338 \end_inset
33339
33340
33341 \begin_inset Newline newline
33342 \end_inset
33343
33344 以下は、上記の例に、引数
33345 \begin_inset Formula $x$
33346 \end_inset
33347
33348
33349 \begin_inset Formula $\ln(x)$
33350 \end_inset
33351
33352
33353 \begin_inset Formula $B$
33354 \end_inset
33355
33356 を指定したものです。
33357 \end_layout
33358
33359 \begin_layout Standard
33360 \begin_inset Formula 
33361 \[
33362 \qG x{\ln(x)}B
33363 \]
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \begin_layout Standard
33371 LyXは、
33372 \family sans
33373 ツール\SpecialChar \menuseparator
33374 設定\SpecialChar \menuseparator
33375 編集\SpecialChar \menuseparator
33376 制御
33377 \family default
33378 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33379 せてみてください。
33380 \end_layout
33381
33382 \begin_layout Standard
33383 数式マクロは、文書書き出し時に、内部的に
33384 \series bold
33385
33386 \backslash
33387 newcommand
33388 \series default
33389 コマンドに変換されます。こうして生成された
33390 \series bold
33391
33392 \backslash
33393 newcommand
33394 \series default
33395 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33396 \end_layout
33397
33398 \begin_layout Standard
33399 数式マクロは、
33400 \series bold
33401
33402 \backslash
33403 newcommand
33404 \series default
33405 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33406 \series bold
33407
33408 \begin_inset Newline newline
33409 \end_inset
33410
33411
33412 \backslash
33413 newcommand{
33414 \backslash
33415 larrow}[2]{
33416 \backslash
33417 xleftarrow[#2]{#1}}
33418 \begin_inset Newline newline
33419 \end_inset
33420
33421
33422 \series default
33423 というコマンドを書き入れ、この全体を選択して、短絡キー
33424 \family sans
33425 Ctrl+M
33426 \family default
33427 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33428 \series bold
33429
33430 \backslash
33431 newcommand
33432 \series default
33433 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33434 \end_layout
33435
33436 \begin_layout Standard
33437 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33438 \begin_inset CommandInset ref
33439 LatexCommand ref
33440 reference "sub:newcommandコマンド"
33441
33442 \end_inset
33443
33444 節で例として作った
33445 \series bold
33446
33447 \backslash
33448 fb
33449 \series default
33450 は、マクロとしては作ることができません。
33451 \end_layout
33452
33453 \begin_layout Standard
33454 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33455 \end_layout
33456
33457 \begin_layout Standard
33458 \begin_inset VSpace defskip
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \begin_inset Graphics
33466         filename ../clipart/MacroToolbar.png
33467
33468 \end_inset
33469
33470
33471 \begin_inset Index idx
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 まくろ@マクロ ! つーるばー@ツールバー
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 \begin_inset VSpace defskip
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 マクロツールバーは、左から右に、以下の各ボタンがあります。
33492 \end_layout
33493
33494 \begin_layout Standard
33495 \begin_inset VSpace defskip
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Standard
33502 \begin_inset Tabular
33503 <lyxtabular version="3" rows="9" columns="2">
33504 <features islongtable="true" longtabularalignment="center">
33505 <column alignment="left" valignment="top" width="0">
33506 <column alignment="left" valignment="top" width="85col%">
33507 <row interlinespace="2.5mm">
33508 <cell alignment="center" valignment="top" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512 \begin_inset Graphics
33513         filename ../../images/math-macro-remove-param.png
33514         rotateOrigin center
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 <cell alignment="center" valignment="top" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527
33528 \family sans
33529 編集\SpecialChar \menuseparator
33530 数式\SpecialChar \menuseparator
33531 マクロ定義\SpecialChar \menuseparator
33532 最後の引数を削除
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row interlinespace="2.5mm">
33539 <cell alignment="center" valignment="top" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 \begin_inset Graphics
33544         filename ../../images/math-macro-add-param.png
33545         rotateOrigin center
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558
33559 \family sans
33560 編集\SpecialChar \menuseparator
33561 数式\SpecialChar \menuseparator
33562 マクロ定義\SpecialChar \menuseparator
33563 引数を追加
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 <row interlinespace="2.5mm">
33570 <cell alignment="center" valignment="top" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 \begin_inset Graphics
33575         filename ../../images/math-macro-make-optional.png
33576         rotateOrigin center
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \family sans
33591 編集\SpecialChar \menuseparator
33592 数式\SpecialChar \menuseparator
33593 マクロ定義\SpecialChar \menuseparator
33594 最初の必須引数を
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598
33599 \begin_inset Phantom HPhantom
33600 status open
33601
33602 \begin_layout Plain Layout
33603
33604 \family sans
33605 編集\SpecialChar \menuseparator
33606 数式\SpecialChar \menuseparator
33607 マクロ定義\SpecialChar \menuseparator
33608
33609 \end_layout
33610
33611 \end_inset
33612
33613 非必須引数にする
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row interlinespace="2.5mm">
33620 <cell alignment="center" valignment="top" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624 \begin_inset Graphics
33625         filename ../../images/math-macro-make-nonoptional.png
33626         rotateOrigin center
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639
33640 \family sans
33641 編集\SpecialChar \menuseparator
33642 数式\SpecialChar \menuseparator
33643 マクロ定義\SpecialChar \menuseparator
33644 最後の非必須引数を
33645 \begin_inset Newline newline
33646 \end_inset
33647
33648
33649 \begin_inset Phantom HPhantom
33650 status open
33651
33652 \begin_layout Plain Layout
33653
33654 \family sans
33655 編集\SpecialChar \menuseparator
33656 数式\SpecialChar \menuseparator
33657 マクロ定義\SpecialChar \menuseparator
33658
33659 \end_layout
33660
33661 \end_inset
33662
33663 必須引数にする
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 </row>
33669 <row interlinespace="2.5mm">
33670 <cell alignment="center" valignment="top" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 \begin_inset Graphics
33675         filename ../../images/math-macro-remove-optional-param.png
33676         rotateOrigin center
33677
33678 \end_inset
33679
33680
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 <cell alignment="center" valignment="top" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689
33690 \family sans
33691 編集\SpecialChar \menuseparator
33692 数式\SpecialChar \menuseparator
33693 マクロ定義\SpecialChar \menuseparator
33694 非必須引数を削除
33695 \end_layout
33696
33697 \end_inset
33698 </cell>
33699 </row>
33700 <row interlinespace="2.5mm">
33701 <cell alignment="center" valignment="top" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 \begin_inset Graphics
33706         filename ../../images/math-macro-add-optional-param.png
33707         rotateOrigin center
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \end_inset
33715 </cell>
33716 <cell alignment="center" valignment="top" usebox="none">
33717 \begin_inset Text
33718
33719 \begin_layout Plain Layout
33720
33721 \family sans
33722 編集\SpecialChar \menuseparator
33723 数式\SpecialChar \menuseparator
33724 マクロ定義\SpecialChar \menuseparator
33725 非必須引数を挿入
33726 \end_layout
33727
33728 \end_inset
33729 </cell>
33730 </row>
33731 <row interlinespace="2.5mm">
33732 <cell alignment="center" valignment="top" usebox="none">
33733 \begin_inset Text
33734
33735 \begin_layout Plain Layout
33736 \begin_inset Graphics
33737         filename ../../images/math-macro-remove-greedy-param.png
33738         rotateOrigin center
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 <cell alignment="center" valignment="top" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751
33752 \family sans
33753 編集\SpecialChar \menuseparator
33754 数式\SpecialChar \menuseparator
33755 マクロ定義\SpecialChar \menuseparator
33756 右に吐き出す形で
33757 \begin_inset Newline newline
33758 \end_inset
33759
33760
33761 \begin_inset Phantom HPhantom
33762 status open
33763
33764 \begin_layout Plain Layout
33765
33766 \family sans
33767 編集\SpecialChar \menuseparator
33768 数式\SpecialChar \menuseparator
33769 マクロ定義\SpecialChar \menuseparator
33770
33771 \end_layout
33772
33773 \end_inset
33774
33775 最後の引数を削除
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 </row>
33781 <row interlinespace="2.5mm">
33782 <cell alignment="center" valignment="top" usebox="none">
33783 \begin_inset Text
33784
33785 \begin_layout Plain Layout
33786 \begin_inset Graphics
33787         filename ../../images/math-macro-append-greedy-param.png
33788         rotateOrigin center
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \end_inset
33796 </cell>
33797 <cell alignment="center" valignment="top" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801
33802 \family sans
33803 編集\SpecialChar \menuseparator
33804 数式\SpecialChar \menuseparator
33805 マクロ定義\SpecialChar \menuseparator
33806 右から喰う形で
33807 \begin_inset Newline newline
33808 \end_inset
33809
33810
33811 \begin_inset Phantom HPhantom
33812 status open
33813
33814 \begin_layout Plain Layout
33815
33816 \family sans
33817 編集\SpecialChar \menuseparator
33818 数式\SpecialChar \menuseparator
33819 マクロ定義\SpecialChar \menuseparator
33820
33821 \end_layout
33822
33823 \end_inset
33824
33825 引数を追加
33826 \end_layout
33827
33828 \end_inset
33829 </cell>
33830 </row>
33831 <row interlinespace="2.5mm">
33832 <cell alignment="center" valignment="top" usebox="none">
33833 \begin_inset Text
33834
33835 \begin_layout Plain Layout
33836 \begin_inset Graphics
33837         filename ../../images/math-macro-add-greedy-optional-param.png
33838         rotateOrigin center
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 <cell alignment="center" valignment="top" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851
33852 \family sans
33853 編集\SpecialChar \menuseparator
33854 数式\SpecialChar \menuseparator
33855 マクロ定義\SpecialChar \menuseparator
33856 右から喰う形で
33857 \begin_inset Newline newline
33858 \end_inset
33859
33860
33861 \begin_inset Phantom HPhantom
33862 status open
33863
33864 \begin_layout Plain Layout
33865
33866 \family sans
33867 編集\SpecialChar \menuseparator
33868 数式\SpecialChar \menuseparator
33869 マクロ定義\SpecialChar \menuseparator
33870
33871 \end_layout
33872
33873 \end_inset
33874
33875 非必須引数を追加
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 </row>
33881 </lyxtabular>
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 \begin_inset Newpage newpage
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Section
33896 さまざまな秘訣
33897 \begin_inset Index idx
33898 status collapsed
33899
33900 \begin_layout Plain Layout
33901 ひけつ@秘訣
33902 \end_layout
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Subsection
33910 負の数
33911 \begin_inset Index idx
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 かず@数 ! ふの@負の ---
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33925 く表示されます。
33926 \end_layout
33927
33928 \begin_layout Standard
33929 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33930 \end_layout
33931
33932 \begin_layout Standard
33933 以下は、この問題を示す例です。
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \align center
33938 \begin_inset Tabular
33939 <lyxtabular version="3" rows="3" columns="2">
33940 <features tabularvalignment="middle">
33941 <column alignment="right" valignment="top" width="0">
33942 <column alignment="left" valignment="top" width="0">
33943 <row>
33944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948 通常の文章:
33949 \end_layout
33950
33951 \end_inset
33952 </cell>
33953 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 x = -2
33958 \end_layout
33959
33960 \end_inset
33961 </cell>
33962 </row>
33963 <row>
33964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33965 \begin_inset Text
33966
33967 \begin_layout Plain Layout
33968 数式:
33969 \end_layout
33970
33971 \end_inset
33972 </cell>
33973 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977 \begin_inset Formula $x=-2$
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row>
33987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 解決策:
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000 \begin_inset Formula $x=\textrm{-}2$
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 </row>
34009 </lyxtabular>
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Subsection
34017 位区切りとしてのコンマ
34018 \begin_inset Index idx
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022 こんま@コンマ
34023 \end_layout
34024
34025 \end_inset
34026
34027
34028 \begin_inset Index idx
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032 かんま@カンマ|see
34033 \begin_inset ERT
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037
34038 {
34039 \end_layout
34040
34041 \end_inset
34042
34043 コンマ
34044 \begin_inset ERT
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048
34049 }
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \begin_layout Standard
34063 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34064 \end_layout
34065
34066 \begin_layout Standard
34067 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
34068 \begin_inset Info
34069 type  "shortcut"
34070 arg   "math-mode"
34071 \end_inset
34072
34073 )。
34074 \end_layout
34075
34076 \begin_layout Standard
34077 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34078 \end_layout
34079
34080 \begin_layout Standard
34081
34082 \series bold
34083
34084 \backslash
34085 usepackage{icomma}
34086 \end_layout
34087
34088 \begin_layout Standard
34089 という行を加えて、
34090 \series bold
34091 icomma.sty
34092 \series default
34093
34094 \begin_inset Foot
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098
34099 \series bold
34100 icomma
34101 \series default
34102 は、LaTeXパッケージ
34103 \series bold
34104 was
34105 \series default
34106
34107 \begin_inset Index idx
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 ぱっけーじ@パッケージ ! was
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117
34118 \backslash
34119 vspace{4mm}
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \end_inset
34128
34129 に含まれています。
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \begin_inset Index idx
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 ぱっけーじ@パッケージ ! icomma
34140 \end_layout
34141
34142 \end_inset
34143
34144 ファイルを読み込みます。
34145 \end_layout
34146
34147 \begin_layout Subsection
34148 物理ベクトル
34149 \begin_inset CommandInset label
34150 LatexCommand label
34151 name "sub:物理ベクトル"
34152
34153 \end_inset
34154
34155
34156 \begin_inset Index idx
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 Vectors ! physical
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 LaTeXパッケージ
34170 \series bold
34171 braket
34172 \series default
34173
34174 \begin_inset Foot
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179 \series bold
34180 braket
34181 \series default
34182  は標準的LaTeX頒布版のすべてに含まれています。
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \begin_inset Index idx
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 ぱっけーじ@パッケージ ! braket
34193 \end_layout
34194
34195 \end_inset
34196
34197 には、定義済みのベクトルが提供されており、
34198 \end_layout
34199
34200 \begin_layout Standard
34201
34202 \series bold
34203
34204 \backslash
34205 usepackage{braket}
34206 \end_layout
34207
34208 \begin_layout Standard
34209 というLaTeXプリアンブル行で読み込むことができます。
34210 \end_layout
34211
34212 \begin_layout Standard
34213 \begin_inset ERT
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217
34218
34219 \backslash
34220 ifbraket 
34221 \end_layout
34222
34223 \end_inset
34224
34225
34226 \begin_inset Note Note
34227 status open
34228
34229 \begin_layout Plain Layout
34230 以下の表は、
34231 \series bold
34232 braket
34233 \series default
34234  LaTeXパッケージが導入済みのときのみ表示されます。
34235 \end_layout
34236
34237 \end_inset
34238
34239 以下のコマンドが定義されています。
34240 \end_layout
34241
34242 \begin_layout Standard
34243 \align center
34244 \begin_inset Tabular
34245 <lyxtabular version="3" rows="4" columns="2">
34246 <features tabularvalignment="middle">
34247 <column alignment="center" valignment="top" width="0">
34248 <column alignment="center" valignment="top" width="0">
34249 <row>
34250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34251 \begin_inset Text
34252
34253 \begin_layout Plain Layout
34254 コマンド
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263 出力
34264 \end_layout
34265
34266 \end_inset
34267 </cell>
34268 </row>
34269 <row>
34270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Plain Layout
34274
34275 \backslash
34276 Bra{
34277 \backslash
34278 psi
34279 \end_layout
34280
34281 \end_inset
34282 </cell>
34283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287 \begin_inset Formula $\Bra{\psi}$
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 </row>
34296 <row>
34297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301
34302 \backslash
34303 Ket{
34304 \backslash
34305 psi
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34311 \begin_inset Text
34312
34313 \begin_layout Plain Layout
34314 \begin_inset Formula $\Ket{\psi}$
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 </row>
34323 <row>
34324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328
34329 \backslash
34330 Braket{
34331 \backslash
34332 psi
34333 \begin_inset Formula $|$
34334 \end_inset
34335
34336
34337 \backslash
34338 phi
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 \begin_inset Formula $\Braket{\psi|\phi}$
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 </row>
34356 </lyxtabular>
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Standard
34364
34365 \series bold
34366
34367 \backslash
34368 Braket
34369 \series default
34370 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34371 \begin_inset Formula 
34372 \[
34373 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34374 \]
34375
34376 \end_inset
34377
34378
34379 \begin_inset ERT
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384
34385 \backslash
34386 else 
34387 \end_layout
34388
34389 \end_inset
34390
34391
34392 \begin_inset Note Note
34393 status open
34394
34395 \begin_layout Plain Layout
34396
34397 \series bold
34398 braket
34399 \series default
34400  LaTeXパッケージが導入されていないときには、以下が表示されます。
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 本小節の全体を出力で見るためには、
34410 \series bold
34411 braket
34412 \series default
34413  LaTeXパッケージを導入する必要があります。
34414 \end_layout
34415
34416 \begin_layout Standard
34417 \begin_inset ERT
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421
34422
34423 \backslash
34424 fi 
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \series bold
34435
34436 \backslash
34437 Braket
34438 \series default
34439 と同じ効果は、第
34440 \begin_inset CommandInset ref
34441 LatexCommand ref
34442 reference "sub:自動の括弧丈"
34443
34444 \end_inset
34445
34446 節に説明されているとおり、
34447 \series bold
34448
34449 \backslash
34450 middle
34451 \series default
34452 コマンドを用いることによっても実現できます。
34453 \end_layout
34454
34455 \begin_layout Subsection
34456 自己定義の分数
34457 \begin_inset CommandInset label
34458 LatexCommand label
34459 name "sub:自己定義の分数"
34460
34461 \end_inset
34462
34463
34464 \begin_inset Index idx
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 ぶんすう@分数 ! じこていぎの@自己定義の ---
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Standard
34477 分数用の自製コマンドを定義するには、以下の書式を持つ
34478 \series bold
34479
34480 \backslash
34481 genfrac
34482 \series default
34483
34484 \begin_inset Index idx
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 こまんど@コマンド ! G ! 
34489 \backslash
34490 genfrac
34491 \end_layout
34492
34493 \end_inset
34494
34495 コマンドを使います。
34496 \end_layout
34497
34498 \begin_layout Standard
34499
34500 \series bold
34501
34502 \backslash
34503 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34504 \begin_inset Newline newline
34505 \end_inset
34506
34507
34508 \begin_inset Phantom HPhantom
34509 status open
34510
34511 \begin_layout Plain Layout
34512
34513 \series bold
34514
34515 \backslash
34516 genfrac
34517 \end_layout
34518
34519 \end_inset
34520
34521 {分子}{分母}
34522 \end_layout
34523
34524 \begin_layout Standard
34525 ここで「様式」は、0
34526 \begin_inset space \thinspace{}
34527 \end_inset
34528
34529 -
34530 \begin_inset space \thinspace{}
34531 \end_inset
34532
34533 3の範囲の数字です。
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \align center
34538 \begin_inset Tabular
34539 <lyxtabular version="3" rows="5" columns="2">
34540 <features tabularvalignment="middle">
34541 <column alignment="center" valignment="top" width="0">
34542 <column alignment="center" valignment="top" width="0">
34543 <row>
34544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 数字
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 様式(大きさ)
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 </row>
34563 <row>
34564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34565 \begin_inset Text
34566
34567 \begin_layout Plain Layout
34568 0
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 別行建て様式の数式
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 <row>
34584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 1
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597 行内数式
34598 \end_layout
34599
34600 \end_inset
34601 </cell>
34602 </row>
34603 <row>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 2
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 やや小(small)
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row>
34624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 3
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637 最小(tiny)
34638 \end_layout
34639
34640 \end_inset
34641 </cell>
34642 </row>
34643 </lyxtabular>
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Standard
34651 「様式」を指定しないときには、
34652 \series bold
34653
34654 \backslash
34655 frac
34656 \series default
34657 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34658 \end_layout
34659
34660 \begin_layout Standard
34661 「分数線の厚み」を指定しないときには、既定値である0.4
34662 \begin_inset space \thinspace{}
34663 \end_inset
34664
34665 ptが用いられます。
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \begin_inset VSpace medskip
34670 \end_inset
34671
34672 たとえば、第
34673 \begin_inset CommandInset ref
34674 LatexCommand ref
34675 reference "sub:分数"
34676
34677 \end_inset
34678
34679 節の
34680 \series bold
34681
34682 \backslash
34683 dfrac
34684 \series default
34685 コマンドおよび
34686 \series bold
34687
34688 \backslash
34689 tbinom
34690 \series default
34691 コマンドは、
34692 \end_layout
34693
34694 \begin_layout Standard
34695
34696 \series bold
34697
34698 \backslash
34699 newcommand{
34700 \backslash
34701 dfrac}[2]{
34702 \backslash
34703 genfrac{}{}{}{0}{#1}{#2}}
34704 \end_layout
34705
34706 \begin_layout Standard
34707 あるいは
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \series bold
34713
34714 \backslash
34715 newcommand{
34716 \backslash
34717 tbinom}[2]{
34718 \backslash
34719 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34720 \end_layout
34721
34722 \begin_layout Standard
34723 というコマンドで定義できます。
34724 \end_layout
34725
34726 \begin_layout Standard
34727 \begin_inset VSpace medskip
34728 \end_inset
34729
34730 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34731 \end_layout
34732
34733 \begin_layout Standard
34734
34735 \series bold
34736
34737 \backslash
34738 newcommand{
34739 \backslash
34740 fracS}[3][]{
34741 \backslash
34742 genfrac{}{}{#1}{}{#2}{#3}}
34743 \end_layout
34744
34745 \begin_layout Standard
34746 という行を入れます。
34747 \end_layout
34748
34749 \begin_layout Standard
34750 以下は、そのテストです。
34751 \begin_inset Formula 
34752 \begin{align*}
34753 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34754 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34755 \end{align*}
34756
34757 \end_inset
34758
34759 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34760 \end_layout
34761
34762 \begin_layout Subsection
34763 数式の取り消し
34764 \begin_inset Index idx
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768 すうしき@数式 ! とりけし@取り消し
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 数式あるいはその一部を取り消すには、
34778 \series bold
34779 cancel
34780 \series default
34781
34782 \begin_inset Foot
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786
34787 \series bold
34788 cancel
34789 \series default
34790 は、標準的なLaTeX頒布版のすべてに含まれています。
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \begin_inset Index idx
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800 ぱっけーじ@パッケージ ! cancel
34801 \end_layout
34802
34803 \end_inset
34804
34805  LaTeXパッケージを、LaTeXプリアンブル行に
34806 \end_layout
34807
34808 \begin_layout Standard
34809
34810 \series bold
34811
34812 \backslash
34813 usepackage[samesize]{cancel}
34814 \end_layout
34815
34816 \begin_layout Standard
34817 と書いて読み込む必要があります。
34818 \end_layout
34819
34820 \begin_layout Standard
34821 数式を取り消すには、4つの方法があります。
34822 \end_layout
34823
34824 \begin_layout Standard
34825 \align center
34826 \begin_inset Tabular
34827 <lyxtabular version="3" rows="5" columns="2">
34828 <features tabularvalignment="middle">
34829 <column alignment="center" valignment="top" width="0">
34830 <column alignment="center" valignment="top" width="0">
34831 <row>
34832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 コマンド
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34842 \begin_inset Text
34843
34844 \begin_layout Plain Layout
34845 出力
34846 \begin_inset Note Note
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 ここで
34851 \series bold
34852
34853 \backslash
34854 raisebox
34855 \series default
34856 はスペーサーとして使用しているだけです。
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 </row>
34867 <row>
34868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872
34873 \backslash
34874 cancel{
34875 \backslash
34876 int
34877 \begin_inset ERT
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882
34883 \backslash
34884 spce 
34885 \end_layout
34886
34887 \end_inset
34888
34889 A=B
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34895 \begin_inset Text
34896
34897 \begin_layout Plain Layout
34898 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \end_inset
34905 </cell>
34906 </row>
34907 <row>
34908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912
34913 \backslash
34914 bcancel{
34915 \backslash
34916 int
34917 \begin_inset ERT
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921
34922
34923 \backslash
34924 spce 
34925 \end_layout
34926
34927 \end_inset
34928
34929 A=B
34930 \end_layout
34931
34932 \end_inset
34933 </cell>
34934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34935 \begin_inset Text
34936
34937 \begin_layout Plain Layout
34938 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 </row>
34947 <row>
34948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952
34953 \backslash
34954 xcancel{
34955 \backslash
34956 int
34957 \begin_inset ERT
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961
34962
34963 \backslash
34964 spce 
34965 \end_layout
34966
34967 \end_inset
34968
34969 A=B
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 </row>
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 \backslash
34994 cancelto{1
34995 \begin_inset Formula $\to$
34996 \end_inset
34997
34998
34999 \backslash
35000 {
35001 \backslash
35002 int
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 spce 
35011 \end_layout
35012
35013 \end_inset
35014
35015 A=B
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 </row>
35033 </lyxtabular>
35034
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Standard
35041
35042 \series bold
35043
35044 \backslash
35045 cancelto
35046 \series default
35047 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35048 \begin_inset Formula 
35049 \[
35050 \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}}}
35051 \]
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Subsection
35059 節見出し中の数式
35060 \begin_inset CommandInset label
35061 LatexCommand label
35062 name "sub:節見出し中の数式"
35063
35064 \end_inset
35065
35066
35067 \begin_inset Index idx
35068 status collapsed
35069
35070 \begin_layout Plain Layout
35071 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \end_layout
35078
35079 \begin_layout Standard
35080 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35081 \end_layout
35082
35083 \begin_layout Standard
35084 \begin_inset Note Greyedout
35085 status open
35086
35087 \begin_layout Plain Layout
35088 文書設定ダイアログの
35089 \family sans
35090 PDF特性
35091 \family default
35092
35093 \series bold
35094 hyperref
35095 \series default
35096
35097 \begin_inset Index idx
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101 ぱっけーじ@パッケージ ! hyperref
35102 \end_layout
35103
35104 \end_inset
35105
35106 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35107 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Standard
35116 これらの問題は、
35117 \family sans
35118 挿入\SpecialChar \menuseparator
35119 短縮タイトル
35120 \family default
35121 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35122 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35123 \end_layout
35124
35125 \begin_layout Standard
35126 数式を目次中でも使わなくてもならないが、
35127 \series bold
35128 hyperref
35129 \series default
35130 も使用しなくてはならないときには、
35131 \end_layout
35132
35133 \begin_layout Standard
35134
35135 \series bold
35136
35137 \backslash
35138 texorpdfstring{部分}{代替文字列}
35139 \begin_inset Index idx
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143 こまんど@コマンド ! T ! 
35144 \backslash
35145 texorpdfstring
35146 \end_layout
35147
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \begin_layout Standard
35154 というコマンドをTeXモードで使う方法があります。
35155 \end_layout
35156
35157 \begin_layout Standard
35158 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35159 文字列」が用いられます。
35160 \end_layout
35161
35162 \begin_layout Standard
35163 以下の二つは、見出しの例です。
35164 \begin_inset VSpace -3mm
35165 \end_inset
35166
35167
35168 \begin_inset ERT
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172
35173
35174 \backslash
35175 boldmath 
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Subsubsection
35184 目次中では数式を使わない見出し
35185 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35186 \end_inset
35187
35188
35189 \begin_inset Argument
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193 目次中では数式を使わない見出し
35194 \end_layout
35195
35196 \end_inset
35197
35198
35199 \end_layout
35200
35201 \begin_layout Subsubsection
35202 目次中で数式を使う見出し
35203 \begin_inset ERT
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208
35209 \backslash
35210 texorpdfstring{
35211 \end_layout
35212
35213 \end_inset
35214
35215  
35216 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35217 \end_inset
35218
35219
35220 \begin_inset ERT
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224
35225 }{}
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239
35240 \backslash
35241 unboldmath 
35242 \end_layout
35243
35244 \end_inset
35245
35246 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35247 \series bold
35248
35249 \backslash
35250 texorpdfstring
35251 \series default
35252 が使われています。
35253 \end_layout
35254
35255 \begin_layout Standard
35256 他の節見出しと同じ書式を得るために、上の見出し全体は
35257 \series bold
35258 boldmath
35259 \series default
35260 環境に設定してあります
35261 \begin_inset Foot
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266 \begin_inset CommandInset ref
35267 LatexCommand ref
35268 reference "sub:ボールド体の数式"
35269
35270 \end_inset
35271
35272 節参照。
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Subsection
35281 多段組文中の数式
35282 \begin_inset Index idx
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35296 \series bold
35297 multicol
35298 \series default
35299
35300 \begin_inset Foot
35301 status collapsed
35302
35303 \begin_layout Plain Layout
35304
35305 \series bold
35306 multicol
35307 \series default
35308 は、標準的LaTeX頒布版のすべてに含まれています。
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \begin_inset Index idx
35315 status collapsed
35316
35317 \begin_layout Plain Layout
35318 ぱっけーじ@パッケージ ! multicol
35319 \end_layout
35320
35321 \end_inset
35322
35323  LaTeXパッケージを、
35324 \end_layout
35325
35326 \begin_layout Standard
35327
35328 \series bold
35329
35330 \backslash
35331 usepackage{multicol}
35332 \end_layout
35333
35334 \begin_layout Standard
35335 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35336 \end_layout
35337
35338 \begin_layout Standard
35339 \begin_inset Note Greyedout
35340 status open
35341
35342 \begin_layout Plain Layout
35343 ここで、
35344 \family sans
35345 文書\SpecialChar \menuseparator
35346 設定
35347 \family default
35348 メニューの
35349 \family sans
35350 本文レイアウト
35351 \family default
35352 で、
35353 \family sans
35354 二段組文書
35355 \family default
35356 の設定を
35357 \emph on
35358 有効にしてはならない
35359 \emph default
35360 ことに注意してください。
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 多段組文の前に
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 begin{multicols}{段数}
35378 \end_layout
35379
35380 \begin_layout Standard
35381 というコマンドをTeXモードで書き入れます。「段数」は、2
35382 \begin_inset space \thinspace{}
35383 \end_inset
35384
35385 -
35386 \begin_inset space \thinspace{}
35387 \end_inset
35388
35389 10のあいだの数字です。多段組文の終わる数式の前には、
35390 \end_layout
35391
35392 \begin_layout Standard
35393
35394 \series bold
35395
35396 \backslash
35397 end{multicols}
35398 \end_layout
35399
35400 \begin_layout Standard
35401 というコマンドをTeXモードで入れます。
35402 \end_layout
35403
35404 \begin_layout Standard
35405 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35406 \begin_inset space \thinspace{}
35407 \end_inset
35408
35409 mmの垂直空白を入れて下さい。数式様式
35410 \series bold
35411
35412 \begin_inset Foot
35413 status collapsed
35414
35415 \begin_layout Plain Layout
35416
35417 \series bold
35418 数式様式に関しては、第
35419 \series default
35420
35421 \begin_inset CommandInset ref
35422 LatexCommand ref
35423 reference "sec:数式様式"
35424
35425 \end_inset
35426
35427 節をご覧下さい。
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \series default
35434 として
35435 \series bold
35436 行頭下げ
35437 \series default
35438 を使用している場合には、代わりに-9
35439 \begin_inset space \thinspace{}
35440 \end_inset
35441
35442 mmの垂直空白を入れて下さい。
35443 \end_layout
35444
35445 \begin_layout Standard
35446 以下は、別行建て数式を含む、多段組文の例です。
35447 \end_layout
35448
35449 \begin_layout Standard
35450 \begin_inset ERT
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454
35455
35456 \backslash
35457 begin{multicols}{2}
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \lang ngerman
35464 Das Spektrum wird fouriertransformiert.
35465  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35466 , Lösungsmittel) zu trennen.
35467  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35468  nun das Aussehen des Ausgangssignals.
35469  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35470  über alle Phasen integrieren muss.
35471  Sei nun 
35472 \begin_inset Formula $S$
35473 \end_inset
35474
35475  unser normiertes Ausgangssignal und 
35476 \begin_inset Formula $P$
35477 \end_inset
35478
35479  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35480 \lang japanese
35481
35482 \begin_inset ERT
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486
35487
35488 \backslash
35489 end{multicols}
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \begin_inset VSpace -6mm
35496 \end_inset
35497
35498
35499 \begin_inset Formula 
35500 \begin{equation}
35501 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35502 \end{equation}
35503
35504 \end_inset
35505
35506
35507 \begin_inset ERT
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511
35512
35513 \backslash
35514 begin{multicols}{2}
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \lang ngerman
35521 wobei 
35522 \begin_inset Formula $S_{0}$
35523 \end_inset
35524
35525  das Signal ohne Gradient ist und die Normierungsbedingung 
35526 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35527 \end_inset
35528
35529  gilt.
35530  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35531  Direkt nach dem 
35532 \begin_inset Formula $\nicefrac{\pi}{2}$
35533 \end_inset
35534
35535
35536 \begin_inset space \thinspace{}
35537 \end_inset
35538
35539 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35540  das Signal zusätzlich abschwächt.
35541  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35542  
35543 \begin_inset Formula $T_{2}$
35544 \end_inset
35545
35546 -Zeit.
35547 \end_layout
35548
35549 \begin_layout Standard
35550 \begin_inset ERT
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554
35555
35556 \backslash
35557 end{multicols}
35558 \end_layout
35559
35560 \end_inset
35561
35562  
35563 \end_layout
35564
35565 \begin_layout Subsection
35566 変数の説明付き数式
35567 \begin_inset Index idx
35568 status collapsed
35569
35570 \begin_layout Plain Layout
35571 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset CommandInset ref
35581 LatexCommand eqref
35582 reference "eq:within"
35583
35584 \end_inset
35585
35586 式のように、数式内で変数の説明をするには、
35587 \begin_inset Formula $n$
35588 \end_inset
35589
35590 個の変数が使われている場合、左寄せの列を持つ2
35591 \series bold
35592 ×
35593 \series default
35594
35595 \begin_inset Formula $n$
35596 \end_inset
35597
35598 行列を使用します
35599 \begin_inset Foot
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 行列に関しては、第
35604 \begin_inset CommandInset ref
35605 LatexCommand ref
35606 reference "sec:行列"
35607
35608 \end_inset
35609
35610 節参照。
35611 \end_layout
35612
35613 \end_inset
35614
35615 。説明を小さな文字にするには、行列の前に、たとえば
35616 \series bold
35617
35618 \backslash
35619 footnotesize
35620 \series default
35621 コマンドを挿入します
35622 \begin_inset Foot
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626 フォント寸法に関しては、第
35627 \begin_inset CommandInset ref
35628 LatexCommand ref
35629 reference "sub:書体寸法"
35630
35631 \end_inset
35632
35633 節参照。
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 数式様式に
35643 \series bold
35644 行頭下げ
35645 \begin_inset Foot
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649
35650 \series bold
35651 数式様式に関しては、第
35652 \series default
35653
35654 \begin_inset CommandInset ref
35655 LatexCommand ref
35656 reference "sec:数式様式"
35657
35658 \end_inset
35659
35660 節参照。
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \series default
35667 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35668 \series bold
35669
35670 \backslash
35671 hfill
35672 \series default
35673
35674 \begin_inset Foot
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678
35679 \series bold
35680
35681 \backslash
35682 hfill
35683 \series default
35684 は、
35685 \series bold
35686 行頭下げ
35687 \series default
35688 様式のときのみ機能します。第
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "sub:可変長の空白"
35692
35693 \end_inset
35694
35695 節をご覧下さい。
35696 \end_layout
35697
35698 \end_inset
35699
35700 を入れます。
35701 \end_layout
35702
35703 \begin_layout Standard
35704 数式様式に
35705 \series bold
35706 中央揃え
35707 \series default
35708 を使っている場合、数式を字下げするには、第
35709 \begin_inset CommandInset ref
35710 LatexCommand ref
35711 reference "sub:flalign環境"
35712
35713 \end_inset
35714
35715 節で述べた方法を使用します。
35716 \begin_inset CommandInset ref
35717 LatexCommand eqref
35718 reference "eq:within"
35719
35720 \end_inset
35721
35722 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35723 \begin_inset Formula 
35724 \begin{flalign}
35725 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35726 \rho & \textrm{density}\\
35727 V & \textrm{volume}\\
35728 g & \textrm{gravitational acceleration}
35729 \end{array} &  & {}\label{eq:within}
35730 \end{flalign}
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Subsection
35738 アップライト体のギリシャ小文字
35739 \begin_inset CommandInset label
35740 LatexCommand label
35741 name "sub:アップライト体ギリシャ小文字"
35742
35743 \end_inset
35744
35745
35746 \begin_inset Index idx
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \begin_layout Standard
35759 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35760 \begin_inset Formula $\pi$
35761 \end_inset
35762
35763 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35764 \series bold
35765 upgreek.sty
35766 \series default
35767
35768 \begin_inset Foot
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773 \series bold
35774 upgreek
35775 \series default
35776 は、
35777 \series bold
35778 was
35779 \series default
35780
35781 \begin_inset Index idx
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785 ぱっけーじ@パッケージ ! was
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791
35792 \backslash
35793 vspace{4mm}
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \end_inset
35802
35803  LaTeXパッケージの一部です。
35804 \end_layout
35805
35806 \end_inset
35807
35808
35809 \begin_inset Index idx
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813 ぱっけーじ@パッケージ ! upgreek
35814 \end_layout
35815
35816 \end_inset
35817
35818  ファイルを
35819 \end_layout
35820
35821 \begin_layout Standard
35822
35823 \series bold
35824
35825 \backslash
35826 usepackage{upgreek}
35827 \end_layout
35828
35829 \begin_layout Standard
35830 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35831 \begin_inset ERT
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835
35836
35837 \backslash
35838 ifupgreek 
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \begin_inset Note Note
35845 status open
35846
35847 \begin_layout Plain Layout
35848 以下の表は、
35849 \series bold
35850 upgreek
35851 \series default
35852  LaTeXパッケージが導入済みのときのみ表示されます。
35853 \end_layout
35854
35855 \end_inset
35856
35857 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35858 \series bold
35859 up
35860 \series default
35861 を付けると作ることができます。たとえば
35862 \series bold
35863
35864 \backslash
35865 uptau
35866 \series default
35867 コマンドは、
35868 \begin_inset Formula $\uptau$
35869 \end_inset
35870
35871 のようになります。
35872 \end_layout
35873
35874 \begin_layout Standard
35875 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35876 \begin_inset Formula 
35877 \[
35878 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35879 \]
35880
35881 \end_inset
35882
35883
35884 \end_layout
35885
35886 \begin_layout Standard
35887 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35888 \end_layout
35889
35890 \begin_layout Standard
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896
35897 \backslash
35898 else 
35899 \end_layout
35900
35901 \end_inset
35902
35903
35904 \begin_inset Note Note
35905 status open
35906
35907 \begin_layout Plain Layout
35908 以下は、
35909 \series bold
35910 upgreek
35911 \series default
35912  LaTeXパッケージが導入されていないときのみ表示されます。
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \end_layout
35919
35920 \begin_layout Standard
35921 この小節のすべてを出力で見るには、
35922 \series bold
35923 upgreek
35924 \series default
35925  LaTeXパッケージを導入する必要があります。
35926 \end_layout
35927
35928 \begin_layout Standard
35929 \begin_inset ERT
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933
35934
35935 \backslash
35936 fi 
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \begin_layout Subsection
35945 数式中のテキスト文字
35946 \begin_inset CommandInset label
35947 LatexCommand label
35948 name "sub:数式中のテキスト文字"
35949
35950 \end_inset
35951
35952
35953 \begin_inset Index idx
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35967 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35968 \end_inset
35969
35970 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35971 \series bold
35972
35973 \backslash
35974 cdot
35975 \series default
35976
35977 \begin_inset Foot
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 \begin_inset CommandInset ref
35983 LatexCommand ref
35984 reference "sub:二項演算子"
35985
35986 \end_inset
35987
35988 節参照。
35989 \end_layout
35990
35991 \end_inset
35992
35993 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35994 \end_layout
35995
35996 \begin_layout Standard
35997
35998 \series bold
35999
36000 \backslash
36001 Declare Inputtext{183}{
36002 \backslash
36003 ifmmode
36004 \backslash
36005 cdot
36006 \backslash
36007 else
36008 \backslash
36009 textperiodcentered
36010 \backslash
36011 f\SpecialChar \textcompwordmark{}
36012 i}
36013 \end_layout
36014
36015 \begin_layout Standard
36016 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36017 \end_layout
36018
36019 \begin_layout Standard
36020 文字エンコーディング(
36021 \family sans
36022 文書\SpecialChar \menuseparator
36023 設定\SpecialChar \menuseparator
36024 言語
36025 \family default
36026 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
36027 \series bold
36028
36029 \backslash
36030 textperiodcentered
36031 \series default
36032 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36033 否かによって、正しいコマンドが自動的に選択されます。
36034 \end_layout
36035
36036 \begin_layout Standard
36037 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36038 \series bold
36039 latin9
36040 \series default
36041 エンコーディングは、LaTeXがインストールされたフォルダにある
36042 \series bold
36043 latin9.def
36044 \series default
36045 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36046 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36047 \end_layout
36048
36049 \begin_layout Standard
36050 \begin_inset VSpace medskip
36051 \end_inset
36052
36053 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36054 \begin_inset Foot
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36059 \end_layout
36060
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \begin_layout Standard
36067
36068 \series bold
36069
36070 \backslash
36071 DeclareInputtext{176}{
36072 \backslash
36073 ifmmode^
36074 \backslash
36075 circ
36076 \backslash
36077 else
36078 \backslash
36079 textdegree
36080 \backslash
36081 f\SpecialChar \textcompwordmark{}
36082 i}
36083 \end_layout
36084
36085 \begin_layout Standard
36086 \begin_inset Newpage newpage
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Section
36093 \start_of_appendix
36094 組版上の助言
36095 \begin_inset Index idx
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 くみばんじょうのじょげん@組版上の助言
36100 \end_layout
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Standard
36108 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36109 \begin_inset Foot
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 この要約の一部は、ISO規則を取り上げている「Duden」
36114 \begin_inset CommandInset citation
36115 LatexCommand cite
36116 key "Duden"
36117
36118 \end_inset
36119
36120 と呼ばれるドイツの半公的辞書から採られています。
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Itemize
36129 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36130 \begin_inset Foot
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134 書体様式で指定します。第
36135 \begin_inset CommandInset ref
36136 LatexCommand ref
36137 reference "sub:書体様式"
36138
36139 \end_inset
36140
36141 節を参照。
36142 \end_layout
36143
36144 \end_inset
36145
36146 :30
36147 \begin_inset space \thinspace{}
36148 \end_inset
36149
36150 km/h
36151 \begin_inset Newline newline
36152 \end_inset
36153
36154 値と単位の間には、最小空白を入れます。第
36155 \begin_inset CommandInset ref
36156 LatexCommand ref
36157 reference "sub:定義済みの空白"
36158
36159 \end_inset
36160
36161 節を参照。
36162 \begin_inset Newline newline
36163 \end_inset
36164
36165 この慣習は、
36166 \series bold
36167
36168 \backslash
36169 unittwo
36170 \series default
36171 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36172 が得られます:
36173 \begin_inset Formula $\unit[30]{km/h}$
36174 \end_inset
36175
36176
36177 \begin_inset space \thinspace{}
36178 \end_inset
36179
36180 。実は、
36181 \series bold
36182
36183 \backslash
36184 unittwo
36185 \series default
36186 は、LaTeXコマンドの実体ではなく、
36187 \series bold
36188
36189 \backslash
36190 unit[値]{単位}
36191 \series default
36192 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36193 \end_layout
36194
36195 \begin_layout Itemize
36196 百分率記号と千分率記号は、物理単位と同様に組みます:
36197 \begin_inset Newline newline
36198 \end_inset
36199
36200 血中アルコール1,2
36201 \begin_inset space \thinspace{}
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \begin_layout Itemize
36208 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36209 \begin_inset space \thinspace{}
36210 \end_inset
36211
36212 °C
36213 \end_layout
36214
36215 \begin_layout Itemize
36216 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36217 \begin_inset space \thinspace{}
36218 \end_inset
36219
36220 473
36221 \begin_inset space \thinspace{}
36222 \end_inset
36223
36224 588
36225 \end_layout
36226
36227 \begin_layout Itemize
36228 120×90×40
36229 \begin_inset space \thinspace{}
36230 \end_inset
36231
36232 cmのような寸法には、積記号「×」を用います。これは、
36233 \series bold
36234
36235 \backslash
36236 times
36237 \series default
36238 コマンドか、
36239 \family sans
36240 挿入\SpecialChar \menuseparator
36241 特殊文字\SpecialChar \menuseparator
36242 記号
36243 \family default
36244 メニューから入れることができます。
36245 \end_layout
36246
36247 \begin_layout Itemize
36248 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36249 \begin_inset CommandInset ref
36250 LatexCommand ref
36251 reference "sub:定義済み函数"
36252
36253 \end_inset
36254
36255 節を参照。
36256 \end_layout
36257
36258 \begin_layout Itemize
36259 複数の文字を含む指数は、アップライト体にします:
36260 \begin_inset Formula $E_{\mathrm{kin}}$
36261 \end_inset
36262
36263
36264 \begin_inset Newline newline
36265 \end_inset
36266
36267 行列要素はイタリック体にします:
36268 \begin_inset Formula $\hat{H}_{kl}$
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \begin_layout Itemize
36275 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36276 \end_layout
36277
36278 \begin_layout Itemize
36279
36280 \noun on
36281 フーリエ
36282 \noun default
36283 変換を表す文字は、
36284 \series bold
36285
36286 \backslash
36287 mathscr
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293
36294 \backslash
36295 spce 
36296 \end_layout
36297
36298 \end_inset
36299
36300 {F
36301 \series default
36302 コマンド
36303 \begin_inset Index idx
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307 こまんど@コマンド! M ! 
36308 \backslash
36309 mathscr
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \family sans
36316 挿入\SpecialChar \menuseparator
36317 特殊文字\SpecialChar \menuseparator
36318 記号\SpecialChar \menuseparator
36319 文字様記号
36320 \family default
36321 メニューの
36322 \begin_inset Formula $\mathscr{F}$
36323 \end_inset
36324
36325 で入れることができます。
36326 \begin_inset Newline newline
36327 \end_inset
36328
36329
36330 \series bold
36331
36332 \backslash
36333 mathscr
36334 \series default
36335 コマンドを使うためには、LaTeXパッケージの
36336 \series bold
36337 mathrsfs
36338 \series default
36339
36340 \begin_inset Index idx
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344 ぱっけーじ@パッケージ! mathrsfs
36345 \end_layout
36346
36347 \end_inset
36348
36349 を、LaTeXプリアンブルで
36350 \series bold
36351
36352 \backslash
36353 usepackage{mathrsfs}
36354 \series default
36355 として読み込む必要があります。
36356 \end_layout
36357
36358 \begin_layout Standard
36359 \begin_inset Newpage newpage
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \begin_layout Section
36366 同義語
36367 \begin_inset Index idx
36368 status collapsed
36369
36370 \begin_layout Plain Layout
36371 どうぎご@同義語
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36381 \end_layout
36382
36383 \begin_layout Standard
36384 \begin_inset VSpace bigskip
36385 \end_inset
36386
36387
36388 \begin_inset space \hfill{}
36389 \end_inset
36390
36391
36392 \begin_inset Tabular
36393 <lyxtabular version="3" rows="12" columns="2">
36394 <features tabularvalignment="middle">
36395 <column alignment="center" valignment="top" width="0pt">
36396 <column alignment="center" valignment="top" width="0pt">
36397 <row>
36398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Plain Layout
36402 コマンド
36403 \end_layout
36404
36405 \end_inset
36406 </cell>
36407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Plain Layout
36411 同義のコマンド
36412 \begin_inset Note Note
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416 ここで
36417 \series bold
36418
36419 \backslash
36420 raisebox
36421 \series default
36422 はスペーサーとして使用しているだけです。
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \end_inset
36431 </cell>
36432 </row>
36433 <row>
36434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36435 \begin_inset Text
36436
36437 \begin_layout Plain Layout
36438
36439 \backslash
36440 ast
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36446 \begin_inset Text
36447
36448 \begin_layout Plain Layout
36449 \begin_inset ERT
36450 status collapsed
36451
36452 \begin_layout Plain Layout
36453
36454
36455 \backslash
36456 raisebox{-1.2mm}{
36457 \end_layout
36458
36459 \end_inset
36460
36461 *
36462 \begin_inset ERT
36463 status collapsed
36464
36465 \begin_layout Plain Layout
36466
36467 }
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 </row>
36478 <row>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 choose
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Plain Layout
36494
36495 \backslash
36496 binom
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 </row>
36502 <row>
36503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36504 \begin_inset Text
36505
36506 \begin_layout Plain Layout
36507
36508 \backslash
36509 geq
36510 \end_layout
36511
36512 \end_inset
36513 </cell>
36514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36515 \begin_inset Text
36516
36517 \begin_layout Plain Layout
36518
36519 \backslash
36520 ge
36521 \end_layout
36522
36523 \end_inset
36524 </cell>
36525 </row>
36526 <row>
36527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36528 \begin_inset Text
36529
36530 \begin_layout Plain Layout
36531
36532 \backslash
36533 lbrace
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36539 \begin_inset Text
36540
36541 \begin_layout Plain Layout
36542 {
36543 \end_layout
36544
36545 \end_inset
36546 </cell>
36547 </row>
36548 <row>
36549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36550 \begin_inset Text
36551
36552 \begin_layout Plain Layout
36553
36554 \backslash
36555 lbracket
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36561 \begin_inset Text
36562
36563 \begin_layout Plain Layout
36564 [
36565 \end_layout
36566
36567 \end_inset
36568 </cell>
36569 </row>
36570 <row>
36571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575
36576 \backslash
36577 leftarrow
36578 \end_layout
36579
36580 \end_inset
36581 </cell>
36582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36583 \begin_inset Text
36584
36585 \begin_layout Plain Layout
36586
36587 \backslash
36588 gets
36589 \end_layout
36590
36591 \end_inset
36592 </cell>
36593 </row>
36594 <row>
36595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36596 \begin_inset Text
36597
36598 \begin_layout Plain Layout
36599
36600 \backslash
36601 leq
36602 \end_layout
36603
36604 \end_inset
36605 </cell>
36606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36607 \begin_inset Text
36608
36609 \begin_layout Plain Layout
36610
36611 \backslash
36612 le
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 </row>
36618 <row>
36619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623
36624 \backslash
36625 lor
36626 \end_layout
36627
36628 \end_inset
36629 </cell>
36630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36631 \begin_inset Text
36632
36633 \begin_layout Plain Layout
36634
36635 \backslash
36636 vee
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 </row>
36642 <row>
36643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Plain Layout
36647
36648 \backslash
36649 neq
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36655 \begin_inset Text
36656
36657 \begin_layout Plain Layout
36658
36659 \backslash
36660 not=
36661 \end_layout
36662
36663 \end_inset
36664 </cell>
36665 </row>
36666 <row>
36667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671
36672 \backslash
36673 slash
36674 \end_layout
36675
36676 \end_inset
36677 </cell>
36678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36679 \begin_inset Text
36680
36681 \begin_layout Plain Layout
36682 /
36683 \end_layout
36684
36685 \end_inset
36686 </cell>
36687 </row>
36688 <row>
36689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36690 \begin_inset Text
36691
36692 \begin_layout Plain Layout
36693
36694 \backslash
36695 vert
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Plain Layout
36704 \begin_inset Formula $|$
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 </lyxtabular>
36714
36715 \end_inset
36716
36717
36718 \begin_inset space \hfill{}
36719 \end_inset
36720
36721
36722 \begin_inset Tabular
36723 <lyxtabular version="3" rows="12" columns="2">
36724 <features tabularvalignment="middle">
36725 <column alignment="center" valignment="top" width="0pt">
36726 <column alignment="center" valignment="top" width="0pt">
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732 コマンド
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
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 backslash
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763
36764 \backslash
36765
36766 \backslash
36767
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 </row>
36773 <row>
36774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778
36779 \backslash
36780 dasharrow
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36786 \begin_inset Text
36787
36788 \begin_layout Plain Layout
36789
36790 \backslash
36791 dashrightarrow
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 land
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813
36814 \backslash
36815 wedge
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 </row>
36821 <row>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 rbrace
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837 }
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848
36849 \backslash
36850 rbracket
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859 ]
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 </row>
36865 <row>
36866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870
36871 \backslash
36872 rightarrow
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881
36882 \backslash
36883 to
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 </row>
36889 <row>
36890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894
36895 \backslash
36896 lnot
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905
36906 \backslash
36907 neg
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 </row>
36913 <row>
36914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918
36919 \backslash
36920 ne
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929
36930 \backslash
36931 not=
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 </row>
36937 <row>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942
36943 \backslash
36944 owns
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953
36954 \backslash
36955 ni
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 </row>
36961 <row>
36962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36963 \begin_inset Text
36964
36965 \begin_layout Plain Layout
36966
36967 \backslash
36968 square
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36974 \begin_inset Text
36975
36976 \begin_layout Plain Layout
36977
36978 \backslash
36979 Box
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 </row>
36985 <row>
36986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990
36991 \backslash
36992 Vert
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001
37002 \backslash
37003
37004 \begin_inset Formula $|$
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \end_inset
37011 </cell>
37012 </row>
37013 </lyxtabular>
37014
37015 \end_inset
37016
37017
37018 \begin_inset space \hfill{}
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Standard
37025 \begin_inset Newpage newpage
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Bibliography
37032 \labelwidthstring 参考文献
37033 \begin_inset CommandInset bibitem
37034 LatexCommand bibitem
37035 key "TLC2"
37036
37037 \end_inset
37038
37039
37040 \shape smallcaps
37041 Mittelbach, F.
37042  ; Goossens, M.
37043 \shape default
37044
37045 \shape italic
37046 The LaTeX Companion
37047 \shape default
37048 , 2nd ed.
37049  Addison Wesley, 2004
37050 \end_layout
37051
37052 \begin_layout Bibliography
37053 \labelwidthstring 参考文献
37054 \begin_inset CommandInset bibitem
37055 LatexCommand bibitem
37056 key "Mathmode"
37057
37058 \end_inset
37059
37060 LaTeXの数式能力の
37061 \begin_inset CommandInset href
37062 LatexCommand href
37063 name "説明"
37064 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Bibliography
37072 \labelwidthstring 参考文献
37073 \begin_inset CommandInset bibitem
37074 LatexCommand bibitem
37075 key "AMS"
37076
37077 \end_inset
37078
37079
37080 \begin_inset ERT
37081 status collapsed
37082
37083 \begin_layout Plain Layout
37084
37085
37086 \backslash
37087 AmS
37088 \end_layout
37089
37090 \end_inset
37091
37092 -LaTeXの
37093 \begin_inset CommandInset href
37094 LatexCommand href
37095 name "説明"
37096 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Bibliography
37104 \labelwidthstring 参考文献
37105 \begin_inset CommandInset bibitem
37106 LatexCommand bibitem
37107 key "Symbols"
37108
37109 \end_inset
37110
37111 LaTeXパッケージで利用できる記号の
37112 \begin_inset CommandInset href
37113 LatexCommand href
37114 name "全覧"
37115 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37116
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \begin_layout Bibliography
37123 \labelwidthstring 参考文献
37124 \begin_inset CommandInset bibitem
37125 LatexCommand bibitem
37126 key "hyperref"
37127
37128 \end_inset
37129
37130 LaTeX 
37131 \series bold
37132 hyperref
37133 \series default
37134
37135 \begin_inset Index idx
37136 status collapsed
37137
37138 \begin_layout Plain Layout
37139 ぱっけーじ@パッケージ ! hyperref
37140 \end_layout
37141
37142 \end_inset
37143
37144 パッケージの
37145 \begin_inset CommandInset href
37146 LatexCommand href
37147 name "取扱説明書"
37148 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37149
37150 \end_inset
37151
37152
37153 \end_layout
37154
37155 \begin_layout Bibliography
37156 \labelwidthstring 参考文献
37157 \begin_inset CommandInset bibitem
37158 LatexCommand bibitem
37159 key "mhchem"
37160
37161 \end_inset
37162
37163 LaTeX 
37164 \series bold
37165 mhchem
37166 \series default
37167
37168 \begin_inset Index idx
37169 status collapsed
37170
37171 \begin_layout Plain Layout
37172 ぱっけーじ@パッケージ ! mhchem
37173 \end_layout
37174
37175 \end_inset
37176
37177 パッケージの
37178 \begin_inset CommandInset href
37179 LatexCommand href
37180 name "取扱説明書"
37181 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37182
37183 \end_inset
37184
37185
37186 \end_layout
37187
37188 \begin_layout Bibliography
37189 \labelwidthstring 参考文献
37190 \begin_inset CommandInset bibitem
37191 LatexCommand bibitem
37192 key "Mathclap"
37193
37194 \end_inset
37195
37196
37197 \begin_inset CommandInset ref
37198 LatexCommand ref
37199 reference "sub:演算子の範囲"
37200
37201 \end_inset
37202
37203 節に述べられている
37204 \series bold
37205
37206 \backslash
37207 mathclap
37208 \series default
37209 コマンドの
37210 \begin_inset CommandInset href
37211 LatexCommand href
37212 name "説明"
37213 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37214
37215 \end_inset
37216
37217
37218 \begin_inset Index idx
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222 こまんど@コマンド ! M ! 
37223 \backslash
37224 mathclap
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Bibliography
37233 \labelwidthstring 参考文献
37234 \begin_inset CommandInset bibitem
37235 LatexCommand bibitem
37236 key "Duden"
37237
37238 \end_inset
37239
37240
37241 \emph on
37242 Duden Band 1
37243 \emph default
37244 .
37245  22.
37246  Auflage, Duden 2001
37247 \end_layout
37248
37249 \begin_layout Bibliography
37250 \labelwidthstring 参考文献
37251 \begin_inset CommandInset bibitem
37252 LatexCommand bibitem
37253 key "Checklist"
37254
37255 \end_inset
37256
37257 原稿見直しの
37258 \begin_inset CommandInset href
37259 LatexCommand href
37260 name "チェックリスト"
37261 target "http://physics.nist.gov/Document/checklist.pdf"
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \begin_layout Subsubsection*
37269 \begin_inset CommandInset index_print
37270 LatexCommand printindex
37271 type "idx"
37272
37273 \end_inset
37274
37275
37276 \end_layout
37277
37278 \end_body
37279 \end_document