]> git.lyx.org Git - features.git/blob - lib/doc/ja/Math.lyx
- UserGuide.lyx: revise and actualize section about spell checking
[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 mhchem
303 \series default
304
305 \series bold
306 was
307 \series default
308 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
309 \series bold
310 mhchem
311 \series default
312 が導入されていないと、本ファイルを書き出すことができません。
313 \end_layout
314
315 \begin_layout Plain Layout
316 この文書の最新のPDF版は
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \series bold
322 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series default
328 にあります。
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Newpage newpage
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 はじめに
345 \end_layout
346
347 \begin_layout Standard
348 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
349 使用を念頭に置いています。したがって、ユーザーの手引きの
350 \family typewriter
351 数式
352 \family default
353 の節をすでにお読みになっていることを前提としています。
354 \end_layout
355
356 \begin_layout Standard
357 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
358 \family sans
359 挿入\SpecialChar \menuseparator
360 数式
361 \family default
362 メニューか
363 \family sans
364 数式ツールバー
365 \family default
366 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
367 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
368 \end_layout
369
370 \begin_layout Standard
371 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
372 \family sans
373 文書\SpecialChar \menuseparator
374 設定\SpecialChar \menuseparator
375 数式オプション
376 \family default
377 メニュー)で
378 \family sans
379 AMS mathパッケージを使う
380 \family default
381 オプションを有効にしなくてはなりません
382 \begin_inset Foot
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 \family sans
388 AMS mathパッケージを自動的に使う
389 \family default
390 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403 -mathパッケージを使用します。
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 説明を明瞭にするために、この文書はすべての
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425 -mathコマンド
426 \begin_inset Foot
427 status collapsed
428
429 \begin_layout Plain Layout
430 すべての
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS
439 \end_layout
440
441 \end_inset
442
443 -mathコマンドの一覧は、
444 \family sans
445
446 \begin_inset CommandInset href
447 LatexCommand href
448 name "amsguide.ps"
449 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
450
451 \end_inset
452
453
454 \family default
455 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
456 \end_layout
457
458 \end_inset
459
460 を列挙はしません。
461 \end_layout
462
463 \begin_layout Section
464 一般的な説明
465 \end_layout
466
467 \begin_layout Standard
468 本文に埋め込まれた行内数式
469 \begin_inset Index idx
470 status collapsed
471
472 \begin_layout Plain Layout
473 すうしき ! ぎょうない @ 数式 ! 行内
474 \end_layout
475
476 \end_inset
477
478 を作成するには、短絡キー
479 \begin_inset Info
480 type  "shortcuts"
481 arg   "math-mode"
482 \end_inset
483
484 のうちのいずれか、あるいはツールバーボタン
485 \begin_inset Graphics
486         filename ../../images/math-mode.png
487         scale 85
488
489 \end_inset
490
491 を使用してください。
492 \begin_inset Newline newline
493 \end_inset
494
495 大きく別の段落として表示される別行建て数式
496 \begin_inset Index idx
497 status collapsed
498
499 \begin_layout Plain Layout
500 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
501 \end_layout
502
503 \end_inset
504
505 を作成するには、
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-display"
509 \end_inset
510
511 のうちいずれかの短絡キーを使用して下さい。
512 \end_layout
513
514 \begin_layout Standard
515 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
516 \begin_inset Info
517 type  "shortcuts"
518 arg   "math-mode"
519 \end_inset
520
521 のいずれかの短絡キーか、
522 \family sans
523 編集\SpecialChar \menuseparator
524 数式\SpecialChar \menuseparator
525 数式の表記を変更
526 \family default
527 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
528 \end_layout
529
530 \begin_layout Standard
531 行内数式の一部を別行建て数式の大きさで表示するには、
532 \series bold
533
534 \backslash
535 displaystyle
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540
541 \size normal
542 こまんど@コマンド ! D ! 
543 \backslash
544 displaystyle
545 \end_layout
546
547 \end_inset
548
549
550 \series default
551 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
552 \end_layout
553
554 \begin_layout Standard
555 表の中では、行内数式のみの使用が許されています。
556 \end_layout
557
558 \begin_layout Standard
559
560 \family sans
561 数式ツールバー
562 \family default
563 は、
564 \family sans
565 表示\SpecialChar \menuseparator
566 ツールバー
567 \family default
568 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
569 \family sans
570 ツールバー
571 \family default
572 メニューの中ではチェック印で表されます。この状態から、
573 \family sans
574 ツールバー
575 \family default
576 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
577 数式(自動)」に変わることで表されます。
578 \end_layout
579
580 \begin_layout Standard
581 TeXモード
582 \begin_inset Index idx
583 status collapsed
584
585 \begin_layout Plain Layout
586 T@TeXモード
587 \end_layout
588
589 \end_inset
590
591 は、ツールバーボタン
592 \begin_inset Graphics
593         filename ../../images/ert-insert.png
594         scale 85
595
596 \end_inset
597
598 を押すか、
599 \family sans
600 挿入\SpecialChar \menuseparator
601 Te
602 \begin_inset ERT
603 status collapsed
604
605 \begin_layout Plain Layout
606
607 {}
608 \end_layout
609
610 \end_inset
611
612 Xコード
613 \family default
614 (短絡キー
615 \begin_inset Info
616 type  "shortcut"
617 arg   "ert-insert"
618 \end_inset
619
620 )メニューを使うことで、起動できます。
621 \begin_inset Note Note
622 status collapsed
623
624 \begin_layout Plain Layout
625 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
626 のを防ぐために、ここではTeX括弧が挿入されています。
627 \end_layout
628
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 LaTeXプリアンブル
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 L@LaTeXプリアンブル
641 \end_layout
642
643 \end_inset
644
645 を変更するには、
646 \family sans
647 文書\SpecialChar \menuseparator
648 設定\SpecialChar \menuseparator
649 LaT
650 \begin_inset ERT
651 status collapsed
652
653 \begin_layout Plain Layout
654
655 {}
656 \end_layout
657
658 \end_inset
659
660 eXプリアンブル
661 \family default
662 メニューを使用してください。
663 \end_layout
664
665 \begin_layout Standard
666 行列や場合分け、多行数式を続けて編集するには、
667 \family sans
668 編集\SpecialChar \menuseparator
669 数式
670 \family default
671 メニューと
672 \family sans
673 編集\SpecialChar \menuseparator
674 行と列
675 \family default
676 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
677 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
678 \end_layout
679
680 \begin_layout Standard
681 数式内で文章を書く
682 \begin_inset Foot
683 status collapsed
684
685 \begin_layout Plain Layout
686 多行数式では、
687 \series bold
688
689 \backslash
690 intertext
691 \series default
692 コマンドが使用されます。
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sub:多行数式中のテキスト"
696
697 \end_inset
698
699 を参照のこと。
700 \end_layout
701
702 \end_inset
703
704 には、
705 \emph on
706 数式テキスト
707 \emph default
708
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 てきすと ! すうしきないの @ テキスト ! 数式内の
714 \end_layout
715
716 \end_inset
717
718
719 \begin_inset Index idx
720 status collapsed
721
722 \begin_layout Plain Layout
723 すうしきてきすと @ 数式テキスト
724 \end_layout
725
726 \end_inset
727
728 が使用されます。このモードには、短絡キー
729 \begin_inset Info
730 type  "shortcut"
731 arg   "math-mode"
732 \end_inset
733
734 を使うか、
735 \series bold
736
737 \backslash
738 text
739 \series default
740
741 \begin_inset Index idx
742 status collapsed
743
744 \begin_layout Plain Layout
745 こまんど @ コマンド ! T ! 
746 \backslash
747 text
748 \end_layout
749
750 \end_inset
751
752 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
753 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
754 \end_layout
755
756 \begin_layout Subsection*
757 コマンドの構成
758 \end_layout
759
760 \begin_layout Standard
761 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
762 \end_layout
763
764 \begin_layout Standard
765
766 \series bold
767
768 \backslash
769 コマンド名[非必須引数]{必須引数}
770 \end_layout
771
772 \begin_layout Standard
773 コマンドは、つねにバックスラッシュ「
774 \series bold
775
776 \backslash
777
778 \series default
779 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 T@TeX括弧
785 \end_layout
786
787 \end_inset
788
789 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
790 \series bold
791
792 \backslash
793 {
794 \series default
795 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
796 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
797 \end_layout
798
799 \begin_layout Standard
800 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
801 \emph on
802 かならず
803 \emph default
804 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
805 ん。
806 \end_layout
807
808 \begin_layout Standard
809 保護された空白は、
810 \begin_inset Info
811 type  "shortcut"
812 arg   "space-insert protected"
813 \end_inset
814
815 で入力できます。
816 \end_layout
817
818 \begin_layout Subsection*
819 \begin_inset Newpage newpage
820 \end_inset
821
822 文法の説明
823 \end_layout
824
825 \begin_layout Itemize
826 記号
827 \begin_inset Foot
828 status collapsed
829
830 \begin_layout Plain Layout
831 この可視化された空白文字は、
832 \series bold
833
834 \backslash
835 textvisiblespace
836 \series default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 こまんど@コマンド ! T ! 
843 \backslash
844 textvisiblespace
845 \end_layout
846
847 \end_inset
848
849 コマンドをTeXモード中に挿入することで作ることができます。
850 \end_layout
851
852 \end_inset
853
854
855 \begin_inset ERT
856 status collapsed
857
858 \begin_layout Plain Layout
859
860
861 \backslash
862 spce 
863 \end_layout
864
865 \end_inset
866
867 は、空白文字を入力することを表します。
868 \end_layout
869
870 \begin_layout Itemize
871 \begin_inset Formula $\to$
872 \end_inset
873
874 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
875 \end_layout
876
877 \begin_layout Subsection*
878 使用できる単位
879 \end_layout
880
881 \begin_layout Standard
882 \align center
883 \begin_inset Float table
884 placement H
885 wide false
886 sideways false
887 status open
888
889 \begin_layout Plain Layout
890 \align center
891 \begin_inset Caption
892
893 \begin_layout Plain Layout
894 \begin_inset CommandInset label
895 LatexCommand label
896 name "tab:使用できる単位"
897
898 \end_inset
899
900 使用できる単位
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Plain Layout
909 \align center
910 \begin_inset Tabular
911 <lyxtabular version="3" rows="13" columns="2">
912 <features tabularvalignment="middle">
913 <column alignment="center" valignment="top" width="0">
914 <column alignment="center" valignment="top" width="0">
915 <row>
916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
917 \begin_inset Text
918
919 \begin_layout Plain Layout
920 単位
921 \end_layout
922
923 \end_inset
924 </cell>
925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
926 \begin_inset Text
927
928 \begin_layout Plain Layout
929 名称/摘要
930 \end_layout
931
932 \end_inset
933 </cell>
934 </row>
935 <row>
936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
937 \begin_inset Text
938
939 \begin_layout Plain Layout
940 mm
941 \end_layout
942
943 \end_inset
944 </cell>
945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
946 \begin_inset Text
947
948 \begin_layout Plain Layout
949 ミリメートル
950 \end_layout
951
952 \end_inset
953 </cell>
954 </row>
955 <row>
956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
957 \begin_inset Text
958
959 \begin_layout Plain Layout
960 cm
961 \end_layout
962
963 \end_inset
964 </cell>
965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
966 \begin_inset Text
967
968 \begin_layout Plain Layout
969 センチメートル
970 \end_layout
971
972 \end_inset
973 </cell>
974 </row>
975 <row>
976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
977 \begin_inset Text
978
979 \begin_layout Plain Layout
980 in
981 \end_layout
982
983 \end_inset
984 </cell>
985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
986 \begin_inset Text
987
988 \begin_layout Plain Layout
989 インチ
990 \end_layout
991
992 \end_inset
993 </cell>
994 </row>
995 <row>
996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
997 \begin_inset Text
998
999 \begin_layout Plain Layout
1000 pt
1001 \end_layout
1002
1003 \end_inset
1004 </cell>
1005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 ポイント (72.27
1010 \begin_inset Formula $\,$
1011 \end_inset
1012
1013 pt = 1
1014 \begin_inset Formula $\,$
1015 \end_inset
1016
1017 in)
1018 \end_layout
1019
1020 \end_inset
1021 </cell>
1022 </row>
1023 <row>
1024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1025 \begin_inset Text
1026
1027 \begin_layout Plain Layout
1028 pc
1029 \end_layout
1030
1031 \end_inset
1032 </cell>
1033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 パイカ (1
1038 \begin_inset Formula $\,$
1039 \end_inset
1040
1041 pc = 12
1042 \begin_inset Formula $\,$
1043 \end_inset
1044
1045 pt)
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 sp
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 スケールポイント (65536
1066 \begin_inset Formula $\,$
1067 \end_inset
1068
1069 sp = 1
1070 \begin_inset Formula $\,$
1071 \end_inset
1072
1073 pt)
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 bp
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 ビッグポイント (72
1094 \begin_inset Formula $\,$
1095 \end_inset
1096
1097 bp = 1
1098 \begin_inset Formula $\,$
1099 \end_inset
1100
1101 in)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 dd
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 ディドー (72
1122 \begin_inset Formula $\,$
1123 \end_inset
1124
1125 dd 
1126 \begin_inset Formula $\approx$
1127 \end_inset
1128
1129  37.6
1130 \begin_inset Formula $\,$
1131 \end_inset
1132
1133 mm)
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 </row>
1139 <row>
1140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 cc
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 シセロ (1
1154 \begin_inset Formula $\,$
1155 \end_inset
1156
1157 cc = 12
1158 \begin_inset Formula $\,$
1159 \end_inset
1160
1161 dd)
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 </row>
1167 <row>
1168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1169 \begin_inset Text
1170
1171 \begin_layout Plain Layout
1172 ex
1173 \end_layout
1174
1175 \end_inset
1176 </cell>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 現在のフォントの文字「x」の高さ
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 </row>
1187 <row>
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Plain Layout
1192 em
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 現在のフォントの文字「M」の幅
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 </row>
1207 <row>
1208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 mu
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 数式単位(1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 mu = 
1226 \begin_inset Formula $\nicefrac{1}{18}$
1227 \end_inset
1228
1229
1230 \begin_inset space \thinspace{}
1231 \end_inset
1232
1233 em)
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 </lyxtabular>
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \begin_layout Standard
1252 \begin_inset Newpage newpage
1253 \end_inset
1254
1255
1256 \end_layout
1257
1258 \begin_layout Section
1259 基礎的な函数
1260 \end_layout
1261
1262 \begin_layout Subsection
1263 指数
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 しすう@指数
1269 \end_layout
1270
1271 \end_inset
1272
1273 および添字
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 そえじ@添字
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \begin_inset Index idx
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288 うえつきもじ@上付き文字|see
1289 \begin_inset ERT
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293
1294 {
1295 \end_layout
1296
1297 \end_inset
1298
1299 指数
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 }
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 したつきもじ@下付き文字|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 添字
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347
1348 \end_layout
1349
1350 \begin_layout Standard
1351 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1352 \begin_inset Graphics
1353         filename ../../images/math-subscript.png
1354         scale 85
1355
1356 \end_inset
1357
1358 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1359 \begin_inset Graphics
1360         filename ../../images/math-superscript.png
1361         scale 85
1362
1363 \end_inset
1364
1365 を使って入力することができます。
1366 \end_layout
1367
1368 \begin_layout Standard
1369 \align center
1370 \begin_inset Tabular
1371 <lyxtabular version="3" rows="4" columns="2">
1372 <features tabularvalignment="middle">
1373 <column alignment="center" valignment="top" width="0pt">
1374 <column alignment="center" valignment="top" width="0pt">
1375 <row>
1376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1377 \begin_inset Text
1378
1379 \begin_layout Plain Layout
1380 コマンド
1381 \end_layout
1382
1383 \end_inset
1384 </cell>
1385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1386 \begin_inset Text
1387
1388 \begin_layout Plain Layout
1389 結果
1390 \begin_inset Note Note
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 ここで使われている
1395 \series bold
1396
1397 \backslash
1398 raisebox
1399 \series default
1400 は単なるスペーサーです。
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \end_inset
1409 </cell>
1410 </row>
1411 <row>
1412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1413 \begin_inset Text
1414
1415 \begin_layout Plain Layout
1416 B_V
1417 \end_layout
1418
1419 \end_inset
1420 </cell>
1421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1422 \begin_inset Text
1423
1424 \begin_layout Plain Layout
1425 \begin_inset Formula $B_{V}$
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 <row>
1435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 B^V
1440 \end_layout
1441
1442 \end_inset
1443 </cell>
1444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 </row>
1457 <row>
1458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1459 \begin_inset Text
1460
1461 \begin_layout Plain Layout
1462 B^
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468
1469 \backslash
1470 spce 
1471 \end_layout
1472
1473 \end_inset
1474
1475 A
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1481 \begin_inset Text
1482
1483 \begin_layout Plain Layout
1484 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1485 \end_inset
1486
1487
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 </row>
1493 </lyxtabular>
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \begin_layout Standard
1501 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1502 ってしまいます
1503 \begin_inset Foot
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1508 \end_layout
1509
1510 \end_inset
1511
1512 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1513 \family sans
1514 Space
1515 \family default
1516 を押してください。
1517 \end_layout
1518
1519 \begin_layout Subsection
1520 分数
1521 \begin_inset CommandInset label
1522 LatexCommand label
1523 name "sub:分数"
1524
1525 \end_inset
1526
1527
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 ぶんすう@分数
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \begin_layout Standard
1541 分数は、コマンド
1542 \series bold
1543
1544 \backslash
1545 frac
1546 \series default
1547
1548 \begin_inset Index idx
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 こまんど@コマンド ! F ! 
1553 \backslash
1554 frac
1555 \end_layout
1556
1557 \end_inset
1558
1559 か数式ツールバーボタン
1560 \begin_inset Graphics
1561         filename ../../images/math/frac.png
1562         scale 50
1563
1564 \end_inset
1565
1566 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1567 \begin_inset Graphics
1568         filename ../../images/math/frac-square.png
1569         scale 85
1570
1571 \end_inset
1572
1573 を使えば、分数の種類を選ぶことができます。
1574 \end_layout
1575
1576 \begin_layout Standard
1577 コマンド
1578 \series bold
1579
1580 \backslash
1581 dfrac
1582 \series default
1583
1584 \begin_inset Index idx
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588 こまんど@コマンド ! D ! 
1589 \backslash
1590 dfrac
1591 \end_layout
1592
1593 \end_inset
1594
1595 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1596 \series bold
1597
1598 \backslash
1599 tfrac
1600 \series default
1601
1602 \begin_inset Index idx
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606 こまんど@コマンド ! T ! 
1607 \backslash
1608 tfrac
1609 \end_layout
1610
1611 \end_inset
1612
1613 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1614 \end_layout
1615
1616 \begin_layout Standard
1617 これは、コマンド
1618 \series bold
1619
1620 \backslash
1621 frac
1622 \series default
1623 を使用して作った分数
1624 \begin_inset Formula $\frac{1}{2}$
1625 \end_inset
1626
1627 を含む行です。
1628 \end_layout
1629
1630 \begin_layout Standard
1631 これは、コマンド
1632 \series bold
1633
1634 \backslash
1635 dfrac
1636 \series default
1637 を使用して作った分数
1638 \begin_inset Formula $\dfrac{1}{2}$
1639 \end_inset
1640
1641 を含む行です。
1642 \end_layout
1643
1644 \begin_layout Standard
1645 \align center
1646 \begin_inset Tabular
1647 <lyxtabular version="3" rows="4" columns="2">
1648 <features tabularvalignment="middle">
1649 <column alignment="center" valignment="top" width="0pt">
1650 <column alignment="center" valignment="top" width="0pt">
1651 <row>
1652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \begin_layout Plain Layout
1656 コマンド
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 出力
1666 \begin_inset Note Note
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 ここで
1671 \series bold
1672
1673 \backslash
1674 raisebox
1675 \series default
1676 はスペーサーとして使用しているだけです。
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 </row>
1687 <row>
1688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1689 \begin_inset Text
1690
1691 \begin_layout Plain Layout
1692
1693 \backslash
1694 frac
1695 \begin_inset ERT
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699
1700
1701 \backslash
1702 spce 
1703 \end_layout
1704
1705 \end_inset
1706
1707 A
1708 \begin_inset Formula $\downarrow$
1709 \end_inset
1710
1711 B
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1721 \end_inset
1722
1723
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 </row>
1729 <row>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \backslash
1736 dfrac
1737 \begin_inset ERT
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741
1742
1743 \backslash
1744 spce 
1745 \end_layout
1746
1747 \end_inset
1748
1749 A
1750 \begin_inset Formula $\downarrow$
1751 \end_inset
1752
1753 B
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1763 \end_inset
1764
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \backslash
1778 dfrac
1779 \begin_inset ERT
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784
1785 \backslash
1786 spce 
1787 \end_layout
1788
1789 \end_inset
1790
1791 e^
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797
1798 \backslash
1799 spce 
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \backslash
1806 frac
1807 \begin_inset ERT
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811
1812
1813 \backslash
1814 spce 
1815 \end_layout
1816
1817 \end_inset
1818
1819 1
1820 \begin_inset Formula $\downarrow$
1821 \end_inset
1822
1823 2
1824 \begin_inset Formula $\downarrow\downarrow$
1825 \end_inset
1826
1827 3
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1837 \end_inset
1838
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 </lyxtabular>
1846
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \begin_inset VSpace bigskip
1854 \end_inset
1855
1856
1857 \begin_inset Newpage newpage
1858 \end_inset
1859
1860 入れ子の分数を作るには、コマンド
1861 \series bold
1862
1863 \backslash
1864 cfrac
1865 \series default
1866
1867 \begin_inset Index idx
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 こまんど@コマンド ! C ! 
1872 \backslash
1873 cfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878 が使えます。以下がその例です。
1879 \begin_inset VSpace -3mm
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 \begin_inset Formula 
1887 \begin{align*}
1888 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1889 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1890 \end{align*}
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 上記の例で使用したコマンドは、
1899 \end_layout
1900
1901 \begin_layout Standard
1902
1903 \series bold
1904
1905 \backslash
1906 cfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 space 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B+
1924 \backslash
1925 cfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 space 
1934 \end_layout
1935
1936 \end_inset
1937
1938 C+
1939 \backslash
1940 cfrac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 space 
1949 \end_layout
1950
1951 \end_inset
1952
1953 E
1954 \begin_inset Formula $\downarrow$
1955 \end_inset
1956
1957 F
1958 \begin_inset Formula $\downarrow$
1959 \end_inset
1960
1961 D
1962 \end_layout
1963
1964 \begin_layout Standard
1965 です。
1966 \end_layout
1967
1968 \begin_layout Standard
1969 \begin_inset VSpace medskip
1970 \end_inset
1971
1972
1973 \end_layout
1974
1975 \begin_layout Standard
1976
1977 \series bold
1978
1979 \backslash
1980 cfrac
1981 \series default
1982 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1983 \end_layout
1984
1985 \begin_layout Standard
1986 分子の揃え方は、指定することができます。
1987 \series bold
1988
1989 \backslash
1990 cfracleft
1991 \series default
1992 コマンドは左揃えにし、
1993 \series bold
1994
1995 \backslash
1996 cfracright
1997 \series default
1998 は右揃えにします。
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008
2009 \series bold
2010
2011 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2012 \end_inset
2013
2014
2015 \begin_inset Formula $\cfrac{A}{B+C}$
2016 \end_inset
2017
2018
2019 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 \begin_inset Note Greyedout
2027 status open
2028
2029 \begin_layout Plain Layout
2030
2031 \series bold
2032 (註)
2033 \backslash
2034 cfracleft
2035 \series default
2036
2037 \series bold
2038
2039 \backslash
2040 cfracright
2041 \series default
2042 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2043 \series bold
2044
2045 \backslash
2046 cfrac[揃え位置]{分子}{分母}
2047 \series default
2048 です。したがって、これらをTeXモードで使うことはできません。
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset VSpace medskip
2058 \end_inset
2059
2060 ときに、以下のように
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \series default
2066
2067 \series bold
2068
2069 \backslash
2070 frac
2071 \series default
2072 を組み合わせて使うと便利です。
2073 \begin_inset Formula 
2074 \[
2075 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2076 \]
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Standard
2084 斜めの分数線を持つ行内分数を作るには、コマンド
2085 \series bold
2086
2087 \backslash
2088 nicefrac
2089 \series default
2090
2091 \begin_inset Index idx
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095 こまんど@コマンド ! N ! 
2096 \backslash
2097 nicefrac
2098 \end_layout
2099
2100 \end_inset
2101
2102 (例:
2103 \begin_inset Formula $\nicefrac{5}{31}$
2104 \end_inset
2105
2106 )を使うか、コマンド
2107 \series bold
2108
2109 \backslash
2110 unitfrac
2111 \series default
2112
2113 \begin_inset Index idx
2114 status collapsed
2115
2116 \begin_layout Plain Layout
2117 こまんど@コマンド ! U ! 
2118 \backslash
2119 unitfrac
2120 \end_layout
2121
2122 \end_inset
2123
2124 (例:
2125 \begin_inset Formula $\unitfrac{5}{31}$
2126 \end_inset
2127
2128 )を使います。さらに、
2129 \begin_inset Formula $\unitfrac[2]{1}{3}$
2130 \end_inset
2131
2132 のような帯分数を作るコマンド
2133 \series bold
2134
2135 \backslash
2136 unitfracthree
2137 \series default
2138 もあります。
2139 \end_layout
2140
2141 \begin_layout Standard
2142 \begin_inset Note Greyedout
2143 status open
2144
2145 \begin_layout Plain Layout
2146
2147 \series bold
2148 (註)
2149 \series default
2150 実は、
2151 \series bold
2152
2153 \backslash
2154 unitfracthree
2155 \series default
2156 は生粋のLaTeXコマンドではなく、実体は
2157 \begin_inset Newline newline
2158 \end_inset
2159
2160
2161 \series bold
2162
2163 \backslash
2164 unitfrac[自然数]{分子}{分母}
2165 \series default
2166 というコマンドなので、TeXコードでは使用できません。
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175 分数線を変更できるような独自の分数の定義のしかたは、第
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:自己定義の分数"
2179
2180 \end_inset
2181
2182 節に説明があります。
2183 \end_layout
2184
2185 \begin_layout Subsection
2186 根号
2187 \begin_inset Index idx
2188 status collapsed
2189
2190 \begin_layout Plain Layout
2191 こんごう@根号
2192 \end_layout
2193
2194 \end_inset
2195
2196
2197 \begin_inset Index idx
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 るーと@ルート|see
2202 \begin_inset ERT
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206
2207 {
2208 \end_layout
2209
2210 \end_inset
2211
2212 根号
2213 \begin_inset ERT
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217
2218 }
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \end_layout
2225
2226 \end_inset
2227
2228
2229 \end_layout
2230
2231 \begin_layout Standard
2232 平方根は、
2233 \series bold
2234
2235 \backslash
2236 sqrt
2237 \series default
2238
2239 \begin_inset Index idx
2240 status collapsed
2241
2242 \begin_layout Plain Layout
2243 こまんど@コマンド ! S ! 
2244 \backslash
2245 sqrt
2246 \end_layout
2247
2248 \end_inset
2249
2250 か数式ツールバーボタン
2251 \begin_inset Graphics
2252         filename ../../images/math/sqrt.png
2253         scale 85
2254
2255 \end_inset
2256
2257 で作成することができ、他のすべての根号は、コマンド
2258 \series bold
2259
2260 \backslash
2261 root
2262 \series default
2263
2264 \begin_inset Index idx
2265 status collapsed
2266
2267 \begin_layout Plain Layout
2268 こまんど@コマンド ! R ! 
2269 \backslash
2270 root
2271 \end_layout
2272
2273 \end_inset
2274
2275 か数式ツールバーボタン
2276 \begin_inset Graphics
2277         filename ../../images/math/root.png
2278         scale 85
2279
2280 \end_inset
2281
2282 で作成することができます。
2283 \end_layout
2284
2285 \begin_layout Standard
2286 \align center
2287 \begin_inset Tabular
2288 <lyxtabular version="3" rows="3" columns="2">
2289 <features tabularvalignment="middle">
2290 <column alignment="center" valignment="top" width="0pt">
2291 <column alignment="center" valignment="top" width="0pt">
2292 <row>
2293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297 コマンド
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2303 \begin_inset Text
2304
2305 \begin_layout Plain Layout
2306 出力
2307 \begin_inset Note Note
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311 ここで
2312 \series bold
2313
2314 \backslash
2315 raisebox
2316 \series default
2317 はスペーサーとして使用しているだけです。
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \end_layout
2324
2325 \end_inset
2326 </cell>
2327 </row>
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \backslash
2335 sqrt
2336 \begin_inset ERT
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340
2341
2342 \backslash
2343 spce 
2344 \end_layout
2345
2346 \end_inset
2347
2348 A-B
2349 \end_layout
2350
2351 \end_inset
2352 </cell>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2358 \end_inset
2359
2360
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 </row>
2366 <row>
2367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \backslash
2373 root
2374 \begin_inset ERT
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378
2379
2380 \backslash
2381 spce 
2382 \end_layout
2383
2384 \end_inset
2385
2386 3
2387 \begin_inset Formula $\downarrow$
2388 \end_inset
2389
2390 A-B
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 </row>
2408 </lyxtabular>
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 平方根は、根号指数フィールドを空白のままにしておけば、
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422 でも作成することができます。
2423 \end_layout
2424
2425 \begin_layout Standard
2426 \begin_inset Formula $\sqrt[\beta]{B}$
2427 \end_inset
2428
2429 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 この場合には、
2434 \begin_inset Formula $\beta$
2435 \end_inset
2436
2437 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2438 \series bold
2439
2440 \backslash
2441 leftroot
2442 \series default
2443
2444 \begin_inset Index idx
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 こまんど@コマンド ! L ! 
2449 \backslash
2450 leftroot
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \series bold
2457
2458 \backslash
2459 uproot
2460 \series default
2461
2462 \begin_inset Index idx
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466 こまんど@コマンド ! U ! 
2467 \backslash
2468 uproot
2469 \end_layout
2470
2471 \end_inset
2472
2473 を使います。
2474 \end_layout
2475
2476 \begin_layout Standard
2477
2478 \series bold
2479
2480 \backslash
2481 leftroot{距離}
2482 \series default
2483 および
2484 \series bold
2485
2486 \backslash
2487 uproot{距離}
2488 \end_layout
2489
2490 \begin_layout Standard
2491 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2492 \begin_inset Formula $\mathrm{72\, bp=1}$
2493 \end_inset
2494
2495 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499
2500 \series bold
2501
2502 \backslash
2503 root
2504 \backslash
2505 leftroot{-1
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 uproot{2
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 beta
2518 \begin_inset ERT
2519 status collapsed
2520
2521 \begin_layout Plain Layout
2522
2523
2524 \backslash
2525 spce 
2526 \end_layout
2527
2528 \end_inset
2529
2530
2531 \begin_inset Formula $\to$
2532 \end_inset
2533
2534 B
2535 \begin_inset Newline newline
2536 \end_inset
2537
2538
2539 \series default
2540 は、正しく組版された数式
2541 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2542 \end_inset
2543
2544 を生成します。
2545 \end_layout
2546
2547 \begin_layout Subsection
2548 二項係数
2549 \begin_inset Index idx
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 にこうけいすう@二項係数
2554 \end_layout
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Standard
2562 二項係数は、コマンド
2563 \series bold
2564
2565 \backslash
2566 binom
2567 \series default
2568
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 こまんど@コマンド ! B ! 
2574 \backslash
2575 binom
2576 \end_layout
2577
2578 \end_inset
2579
2580 か数式ツールバーボタン
2581 \begin_inset Graphics
2582         filename ../../images/math/frac-square.png
2583         scale 85
2584
2585 \end_inset
2586
2587 の下位メニューを使って挿入することができます。分数(
2588 \series bold
2589
2590 \backslash
2591 frac
2592 \series default
2593 )と同様に、
2594 \series bold
2595
2596 \backslash
2597 binom
2598 \series default
2599 の他に、コマンド
2600 \series bold
2601
2602 \backslash
2603 dbinom
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 こまんど@コマンド ! D ! 
2609 \backslash
2610 dbinom
2611 \end_layout
2612
2613 \end_inset
2614
2615
2616 \series default
2617 および
2618 \series bold
2619
2620 \backslash
2621 tbinom
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 こまんど@コマンド ! T ! 
2629 \backslash
2630 tbinom
2631 \end_layout
2632
2633 \end_inset
2634
2635 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2636 \series bold
2637
2638 \backslash
2639 brace
2640 \series default
2641
2642 \begin_inset Index idx
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 こまんど@コマンド ! B ! 
2647 \backslash
2648 brace
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \series bold
2655
2656 \backslash
2657 brack
2658 \series default
2659
2660 \begin_inset Index idx
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 こまんど@コマンド ! B ! 
2665 \backslash
2666 brack
2667 \end_layout
2668
2669 \end_inset
2670
2671 があります。
2672 \end_layout
2673
2674 \begin_layout Standard
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="6" columns="2">
2678 <features tabularvalignment="middle">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <column alignment="center" valignment="top" width="0pt">
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 コマンド
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695 出力
2696 \begin_inset Note Note
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 ここで
2701 \series bold
2702
2703 \backslash
2704 raisebox
2705 \series default
2706 はスペーサーとして使用しているだけです。
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \backslash
2724 binom
2725 \begin_inset ERT
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729
2730
2731 \backslash
2732 spce 
2733 \end_layout
2734
2735 \end_inset
2736
2737 A
2738 \begin_inset Formula $\downarrow$
2739 \end_inset
2740
2741 B
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2751 \end_inset
2752
2753
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 </row>
2759 <row>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764
2765 \backslash
2766 dbinom
2767 \begin_inset ERT
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771
2772
2773 \backslash
2774 spce 
2775 \end_layout
2776
2777 \end_inset
2778
2779 A
2780 \begin_inset Formula $\downarrow$
2781 \end_inset
2782
2783 B
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \backslash
2808 tbinom
2809 \begin_inset ERT
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813
2814
2815 \backslash
2816 spce 
2817 \end_layout
2818
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 <row>
2844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \backslash
2850 brack
2851 \begin_inset ERT
2852 status collapsed
2853
2854 \begin_layout Plain Layout
2855
2856
2857 \backslash
2858 spce 
2859 \end_layout
2860
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 brace
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 </lyxtabular>
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Subsection
2935 場合分け
2936 \begin_inset Index idx
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 ばあいわけ@場合分け
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \begin_layout Standard
2949 \align center
2950 \begin_inset Tabular
2951 <lyxtabular version="3" rows="3" columns="2">
2952 <features tabularvalignment="middle">
2953 <column alignment="center" valignment="top" width="0pt">
2954 <column alignment="center" valignment="top" width="0pt">
2955 <row>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 コマンド
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 出力
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset ERT
2984 status collapsed
2985
2986 \begin_layout Plain Layout
2987
2988
2989 \backslash
2990 spce 
2991 \end_layout
2992
2993 \end_inset
2994
2995 A
2996 \begin_inset Formula $\to$
2997 \end_inset
2998
2999 B
3000 \begin_inset Formula $>$
3001 \end_inset
3002
3003 0
3004 \begin_inset Index idx
3005 status collapsed
3006
3007 \begin_layout Plain Layout
3008 こまんど@コマンド ! C ! 
3009 \backslash
3010 cases
3011 \end_layout
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\begin{cases}
3025 A & B>0\end{cases}$
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \backslash
3041 cases
3042 \begin_inset ERT
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046
3047
3048 \backslash
3049 spce 
3050 \end_layout
3051
3052 \end_inset
3053
3054
3055 \begin_inset Info
3056 type  "shortcut"
3057 arg   "newline-insert newline"
3058 \end_inset
3059
3060
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069 \begin_inset Formula $\begin{cases}
3070 A & \textrm{for }x>0\\
3071 B & \textrm{for }x=0
3072 \end{cases}$
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 </row>
3081 </lyxtabular>
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \begin_layout Standard
3089
3090 \series bold
3091
3092 \backslash
3093 cases
3094 \series default
3095 を挿入するか数式ツールバーボタン
3096 \begin_inset Graphics
3097         filename ../../images/math/cases.png
3098         scale 85
3099
3100 \end_inset
3101
3102 を使用した後では、短絡キー
3103 \begin_inset Info
3104 type  "shortcut"
3105 arg   "newline-insert newline"
3106 \end_inset
3107
3108 か表ツールバーボタン
3109 \begin_inset Graphics
3110         filename ../../images/tabular-feature_append-row.png
3111         scale 85
3112
3113 \end_inset
3114
3115 を使えば、新しい行を作ることができます。
3116 \end_layout
3117
3118 \begin_layout Standard
3119 コマンド
3120 \series bold
3121
3122 \backslash
3123 cases
3124 \series default
3125 は、
3126 \family sans
3127 挿入\SpecialChar \menuseparator
3128 数式\SpecialChar \menuseparator
3129 Cases環境
3130 \family default
3131 メニューで挿入することもできます。
3132 \end_layout
3133
3134 \begin_layout Subsection
3135 否定
3136 \begin_inset Index idx
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140 ひてい@否定
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \begin_layout Standard
3149
3150 \series bold
3151
3152 \backslash
3153 not
3154 \series default
3155
3156 \begin_inset Index idx
3157 status collapsed
3158
3159 \begin_layout Plain Layout
3160 こまんど@コマンド ! N ! 
3161 \backslash
3162 not
3163 \end_layout
3164
3165 \end_inset
3166
3167 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3168 \end_layout
3169
3170 \begin_layout Standard
3171 \align center
3172 \begin_inset Tabular
3173 <lyxtabular version="3" rows="4" columns="2">
3174 <features tabularvalignment="middle">
3175 <column alignment="center" valignment="top" width="0pt">
3176 <column alignment="center" valignment="top" width="0pt">
3177 <row>
3178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 コマンド
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 出力
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \backslash
3204 not=
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\not=$
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \backslash
3229 not 
3230 \backslash
3231 le
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not\le$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \backslash
3256 not 
3257 \backslash
3258 parallel
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 \begin_inset Formula $\not\parallel$
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 </lyxtabular>
3277
3278 \end_inset
3279
3280
3281 \end_layout
3282
3283 \begin_layout Standard
3284 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3285 \begin_inset CommandInset ref
3286 LatexCommand ref
3287 reference "sub:数学記号"
3288
3289 \end_inset
3290
3291 節および第
3292 \begin_inset CommandInset ref
3293 LatexCommand ref
3294 reference "sec:関係子"
3295
3296 \end_inset
3297
3298 節を参照)。
3299 \end_layout
3300
3301 \begin_layout Subsection
3302 埋め草
3303 \begin_inset CommandInset label
3304 LatexCommand label
3305 name "sub:埋め草"
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 うめくさ@埋め草
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \begin_inset Index idx
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 かがくきごう@化学記号 ! どういたい@同位体
3325 \end_layout
3326
3327 \end_inset
3328
3329
3330 \begin_inset Index idx
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334 どういたい@同位体|see
3335 \begin_inset ERT
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339
3340 {
3341 \end_layout
3342
3343 \end_inset
3344
3345 化学記号
3346 \begin_inset ERT
3347 status collapsed
3348
3349 \begin_layout Plain Layout
3350
3351 }
3352 \end_layout
3353
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360
3361
3362 \begin_inset Index idx
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 あいそとーぷ@アイソトープ|see
3367 \begin_inset ERT
3368 status collapsed
3369
3370 \begin_layout Plain Layout
3371
3372 {
3373 \end_layout
3374
3375 \end_inset
3376
3377 同位体
3378 \begin_inset ERT
3379 status collapsed
3380
3381 \begin_layout Plain Layout
3382
3383 }
3384 \end_layout
3385
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 たとえば同位体
3398 \begin_inset Foot
3399 status collapsed
3400
3401 \begin_layout Plain Layout
3402 同位体と化学記号の組版に関しては、第
3403 \begin_inset CommandInset ref
3404 LatexCommand ref
3405 reference "sub:化学記号と化学式"
3406
3407 \end_inset
3408
3409 節に記述があります。
3410 \end_layout
3411
3412 \end_inset
3413
3414 を表示しようとすると、次のような問題が起こります。
3415 \end_layout
3416
3417 \begin_layout Standard
3418 \align center
3419 \begin_inset Tabular
3420 <lyxtabular version="3" rows="2" columns="2">
3421 <features tabularvalignment="middle">
3422 <column alignment="center" valignment="top" width="0pt">
3423 <column alignment="center" valignment="top" width="0pt">
3424 <row>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 上付き文字と下付き文字を使用して作った指数:
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 正しい指数:
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3462 \end_inset
3463
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 </lyxtabular>
3471
3472 \end_inset
3473
3474
3475 \begin_inset Note Note
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 ここで
3480 \series bold
3481
3482 \backslash
3483 raisebox
3484 \series default
3485 はスペーサーとして使用しているだけです。
3486 \end_layout
3487
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \begin_layout Standard
3494 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3495 \series bold
3496
3497 \backslash
3498 phantom
3499 \series default
3500
3501 \begin_inset Index idx
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505 こまんど@コマンド ! P ! 
3506 \backslash
3507 phantom
3508 \end_layout
3509
3510 \end_inset
3511
3512 や数式ツールバーボタン
3513 \begin_inset Foot
3514 status collapsed
3515
3516 \begin_layout Plain Layout
3517 ツールバーボタン
3518 \begin_inset Graphics
3519         filename ../../images/math/space.png
3520         scale 85
3521
3522 \end_inset
3523
3524 の下位メニューに入っています。
3525 \end_layout
3526
3527 \end_inset
3528
3529
3530 \begin_inset Graphics
3531         filename ../../images/math/phantom.png
3532         scale 85
3533
3534 \end_inset
3535
3536 があります。
3537 \series bold
3538
3539 \backslash
3540 phantom
3541 \series default
3542 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3543 ち文字)として適用されることを示しています。したがって、
3544 \series bold
3545
3546 \backslash
3547 phantom
3548 \series default
3549 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3550 \end_layout
3551
3552 \begin_layout Standard
3553 \align center
3554 \begin_inset Tabular
3555 <lyxtabular version="3" rows="4" columns="2">
3556 <features tabularvalignment="middle">
3557 <column alignment="center" valignment="top" width="0">
3558 <column alignment="center" valignment="top" width="0">
3559 <row>
3560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 コマンド
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 出力
3574 \begin_inset Note Note
3575 status collapsed
3576
3577 \begin_layout Plain Layout
3578 ここで
3579 \series bold
3580
3581 \backslash
3582 raisebox
3583 \series default
3584 はスペーサーとして使用しているだけです。
3585 \end_layout
3586
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 ^19
3601 \begin_inset ERT
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605
3606
3607 \backslash
3608 spce 
3609 \end_layout
3610
3611 \end_inset
3612
3613 _
3614 \backslash
3615 phantom
3616 \begin_inset ERT
3617 status collapsed
3618
3619 \begin_layout Plain Layout
3620
3621
3622 \backslash
3623 spce 
3624 \end_layout
3625
3626 \end_inset
3627
3628 1
3629 \begin_inset Formula $\to$
3630 \end_inset
3631
3632 9
3633 \begin_inset ERT
3634 status collapsed
3635
3636 \begin_layout Plain Layout
3637
3638
3639 \backslash
3640 spce 
3641 \end_layout
3642
3643 \end_inset
3644
3645 F
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3655 \end_inset
3656
3657
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 </row>
3663 <row>
3664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 ^235
3669 \begin_inset ERT
3670 status collapsed
3671
3672 \begin_layout Plain Layout
3673
3674
3675 \backslash
3676 spce 
3677 \end_layout
3678
3679 \end_inset
3680
3681 _
3682 \backslash
3683 phantom
3684 \begin_inset ERT
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688
3689
3690 \backslash
3691 spce 
3692 \end_layout
3693
3694 \end_inset
3695
3696 23
3697 \begin_inset Formula $\to$
3698 \end_inset
3699
3700 9
3701 \begin_inset ERT
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705
3706
3707 \backslash
3708 spce 
3709 \end_layout
3710
3711 \end_inset
3712
3713 F
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3723 \end_inset
3724
3725
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \backslash
3738 Lambda^
3739 \begin_inset ERT
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743
3744
3745 \backslash
3746 spce 
3747 \end_layout
3748
3749 \end_inset
3750
3751
3752 \backslash
3753 phantom
3754 \begin_inset ERT
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758
3759
3760 \backslash
3761 spce 
3762 \end_layout
3763
3764 \end_inset
3765
3766 ii
3767 \begin_inset Formula $\to$
3768 \end_inset
3769
3770 t
3771 \begin_inset ERT
3772 status collapsed
3773
3774 \begin_layout Plain Layout
3775
3776
3777 \backslash
3778 spce 
3779 \end_layout
3780
3781 \end_inset
3782
3783 _MMt
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3793 \end_inset
3794
3795
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 </lyxtabular>
3802
3803 \end_inset
3804
3805
3806 \end_layout
3807
3808 \begin_layout Standard
3809 さらに、
3810 \series bold
3811
3812 \backslash
3813 vphantom
3814 \series default
3815
3816 \begin_inset Index idx
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820 こまんど@コマンド ! V ! 
3821 \backslash
3822 vphantom
3823 \end_layout
3824
3825 \end_inset
3826
3827 (ツールバーボタン
3828 \begin_inset space ~
3829 \end_inset
3830
3831
3832 \begin_inset Graphics
3833         filename ../../images/math/vphantom.png
3834         scale 85
3835
3836 \end_inset
3837
3838 )および
3839 \series bold
3840
3841 \backslash
3842 hphantom
3843 \series default
3844
3845 \begin_inset Index idx
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849 こまんど@コマンド ! H ! 
3850 \backslash
3851 hphantom
3852 \end_layout
3853
3854 \end_inset
3855
3856 (ツールバーボタン
3857 \begin_inset space ~
3858 \end_inset
3859
3860
3861 \begin_inset Graphics
3862         filename ../../images/math/hphantom.png
3863         scale 85
3864
3865 \end_inset
3866
3867 )というコマンドもあります。
3868 \series bold
3869
3870 \backslash
3871 vphantom
3872 \series default
3873 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3874 \series bold
3875
3876 \backslash
3877 hphantom
3878 \series default
3879 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3880 \end_layout
3881
3882 \begin_layout Standard
3883 たとえば、
3884 \series bold
3885
3886 \backslash
3887 vphantom
3888 \series default
3889
3890 \begin_inset ERT
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895
3896 \backslash
3897 spce 
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \series bold
3904 a
3905 \backslash
3906 int
3907 \series default
3908 は、積分記号
3909 \begin_inset Foot
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915
3916 \backslash
3917 int
3918 \series default
3919 コマンドは、積分記号を生成します。第
3920 \begin_inset CommandInset ref
3921 LatexCommand ref
3922 reference "sub:大演算子"
3923
3924 \end_inset
3925
3926 節を参照してください。
3927 \end_layout
3928
3929 \end_inset
3930
3931 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3932 \begin_inset CommandInset ref
3933 LatexCommand ref
3934 reference "sub:多行にわたる括弧"
3935
3936 \end_inset
3937
3938 節を参照してください。
3939 \end_layout
3940
3941 \begin_layout Standard
3942 埋め草は、メニュー
3943 \family sans
3944 挿入\SpecialChar \menuseparator
3945 整形\SpecialChar \menuseparator
3946 埋め草
3947 \family default
3948 を使えば、以下のように本文中でも使用することができます。
3949 \end_layout
3950
3951 \begin_layout Standard
3952 これは本文です。
3953 \begin_inset Newline newline
3954 \end_inset
3955
3956
3957 \begin_inset Phantom Phantom
3958 status open
3959
3960 \begin_layout Plain Layout
3961 これは
3962 \end_layout
3963
3964 \end_inset
3965
3966 本文です。
3967 \end_layout
3968
3969 \begin_layout Subsection
3970 横線
3971 \begin_inset Index idx
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 よこせん@横線
3976 \end_layout
3977
3978 \end_inset
3979
3980
3981 \begin_inset Index idx
3982 status collapsed
3983
3984 \begin_layout Plain Layout
3985 すうしき@数式 ! かせん@下線
3986 \end_layout
3987
3988 \end_inset
3989
3990
3991 \begin_inset Index idx
3992 status collapsed
3993
3994 \begin_layout Plain Layout
3995 ぼうせん@棒線|see
3996 \begin_inset ERT
3997 status collapsed
3998
3999 \begin_layout Plain Layout
4000
4001 {
4002 \end_layout
4003
4004 \end_inset
4005
4006 横線
4007 \begin_inset ERT
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011
4012 }
4013 \end_layout
4014
4015 \end_inset
4016
4017
4018 \end_layout
4019
4020 \end_inset
4021
4022
4023 \end_layout
4024
4025 \begin_layout Standard
4026 \align center
4027 \begin_inset Tabular
4028 <lyxtabular version="3" rows="4" columns="2">
4029 <features tabularvalignment="middle">
4030 <column alignment="center" valignment="top" width="0pt">
4031 <column alignment="center" valignment="top" width="0pt">
4032 <row>
4033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 コマンド
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 出力
4047 \begin_inset Note Note
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 ここで
4052 \series bold
4053
4054 \backslash
4055 raisebox
4056 \series default
4057 はスペーサーとして使用しているだけです。
4058 \end_layout
4059
4060 \end_inset
4061
4062
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \backslash
4075 overline
4076 \begin_inset ERT
4077 status collapsed
4078
4079 \begin_layout Plain Layout
4080
4081
4082 \backslash
4083 spce 
4084 \end_layout
4085
4086 \end_inset
4087
4088 A+B
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 こまんど@コマンド ! O ! 
4094 \backslash
4095 overline
4096 \end_layout
4097
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4110 \end_inset
4111
4112
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \backslash
4125 underline
4126 \begin_inset ERT
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130
4131
4132 \backslash
4133 spce 
4134 \end_layout
4135
4136 \end_inset
4137
4138 A+B
4139 \begin_inset Index idx
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143 こまんど@コマンド ! U ! 
4144 \backslash
4145 underline
4146 \end_layout
4147
4148 \end_inset
4149
4150
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4160 \end_inset
4161
4162
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \backslash
4175 overline
4176 \begin_inset ERT
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180
4181
4182 \backslash
4183 spce 
4184 \end_layout
4185
4186 \end_inset
4187
4188
4189 \backslash
4190 underline
4191 \begin_inset ERT
4192 status collapsed
4193
4194 \begin_layout Plain Layout
4195
4196
4197 \backslash
4198 spce 
4199 \end_layout
4200
4201 \end_inset
4202
4203 A+B
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 </lyxtabular>
4222
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \begin_layout Standard
4229 上記最後の例では、先に
4230 \series bold
4231
4232 \backslash
4233 overline
4234 \series default
4235 が来ようが
4236 \series bold
4237
4238 \backslash
4239 underline
4240 \series default
4241 が来ようが、関係ありません。
4242 \end_layout
4243
4244 \begin_layout Standard
4245 二重下線を引くには、
4246 \series bold
4247
4248 \backslash
4249 underline
4250 \series default
4251 を二回使います。
4252 \end_layout
4253
4254 \begin_layout Standard
4255 文字の上下6本の線まで引くことができます。
4256 \end_layout
4257
4258 \begin_layout Standard
4259 \begin_inset VSpace bigskip
4260 \end_inset
4261
4262 自製の線は、以下の書式を持つ
4263 \series bold
4264
4265 \backslash
4266 rule
4267 \series default
4268
4269 \begin_inset Index idx
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 こまんど@こまんど ! R ! 
4274 \backslash
4275 rule
4276 \end_layout
4277
4278 \end_inset
4279
4280 コマンドで作成することができます。
4281 \end_layout
4282
4283 \begin_layout Standard
4284
4285 \series bold
4286
4287 \backslash
4288 rule[垂直オフセット幅]{長さ}{厚み}
4289 \end_layout
4290
4291 \begin_layout Standard
4292 オプションの
4293 \series bold
4294 「垂直オフセット幅
4295 \series default
4296 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4297 \begin_inset CommandInset ref
4298 LatexCommand ref
4299 reference "tab:使用できる単位"
4300
4301 \end_inset
4302
4303 表に掲げてある単位を用いることができます。以下に、
4304 \begin_inset Newline newline
4305 \end_inset
4306
4307
4308 \series bold
4309
4310 \backslash
4311 rule[-2ex]{3cm}{2pt}
4312 \series default
4313  および 
4314 \series bold
4315
4316 \backslash
4317 rule{2cm}{1pt}
4318 \begin_inset Newline newline
4319 \end_inset
4320
4321
4322 \series default
4323 というコマンドを用いて作成したふたつの例を例示します。
4324 \end_layout
4325
4326 \begin_layout Standard
4327 この行には、
4328 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4329 \end_inset
4330
4331 二本の線があります。
4332 \end_layout
4333
4334 \begin_layout Standard
4335
4336 \backslash
4337 ruleは、メニュー
4338 \family sans
4339 挿入\SpecialChar \menuseparator
4340 整形\SpecialChar \menuseparator
4341 水平線
4342 \family default
4343 を使っても、本文に挿入することができます。
4344 \end_layout
4345
4346 \begin_layout Standard
4347 これは一行の
4348 \begin_inset CommandInset line
4349 LatexCommand rule
4350 offset "0.5ex"
4351 width "3cm"
4352 height "1pt"
4353
4354 \end_inset
4355
4356 文章です。
4357 \end_layout
4358
4359 \begin_layout Subsection
4360 省略符号
4361 \begin_inset CommandInset label
4362 LatexCommand label
4363 name "sub:省略符号"
4364
4365 \end_inset
4366
4367
4368 \begin_inset Index idx
4369 status collapsed
4370
4371 \begin_layout Plain Layout
4372 しょうりゃくふごう@省略符号
4373 \end_layout
4374
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \begin_layout Standard
4381 省略符号には、いくつかの種類が使用できます
4382 \begin_inset Foot
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 数式ツールバー中の
4387 \begin_inset Graphics
4388         filename ../../images/math/ldots.png
4389         scale 85
4390
4391 \end_inset
4392
4393 ボタンで表示されている下位メニューです。
4394 \end_layout
4395
4396 \end_inset
4397
4398 。列挙のためには、ベースラインの点々(
4399 \series bold
4400
4401 \backslash
4402 ldots
4403 \series default
4404
4405 \begin_inset Index idx
4406 status collapsed
4407
4408 \begin_layout Plain Layout
4409 こまんど@コマンド ! L ! 
4410 \backslash
4411 ldots
4412 \end_layout
4413
4414 \end_inset
4415
4416 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4417 \series bold
4418
4419 \backslash
4420 cdots
4421 \series default
4422
4423 \begin_inset Index idx
4424 status collapsed
4425
4426 \begin_layout Plain Layout
4427 こまんど@コマンド ! C ! 
4428 \backslash
4429 cdots
4430 \end_layout
4431
4432 \end_inset
4433
4434 )が必要です。
4435 \series bold
4436
4437 \backslash
4438 dots
4439 \series default
4440
4441 \begin_inset Index idx
4442 status collapsed
4443
4444 \begin_layout Plain Layout
4445 こまんど@コマンド ! D ! 
4446 \backslash
4447 dots
4448 \end_layout
4449
4450 \end_inset
4451
4452 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4453 \end_layout
4454
4455 \begin_layout Standard
4456 \align center
4457 \begin_inset Tabular
4458 <lyxtabular version="3" rows="9" columns="2">
4459 <features tabularvalignment="middle">
4460 <column alignment="center" valignment="top" width="0pt">
4461 <column alignment="center" valignment="top" width="0pt">
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 コマンド
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 出力
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 A_1
4488 \begin_inset ERT
4489 status collapsed
4490
4491 \begin_layout Plain Layout
4492
4493
4494 \backslash
4495 spce 
4496 \end_layout
4497
4498 \end_inset
4499
4500 ,
4501 \backslash
4502 dots
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507
4508
4509 \backslash
4510 spce 
4511 \end_layout
4512
4513 \end_inset
4514
4515 ,A_n
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 \begin_inset Formula $A_{1},\dots,A_{n}$
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 A_1
4539 \begin_inset ERT
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543
4544
4545 \backslash
4546 spce 
4547 \end_layout
4548
4549 \end_inset
4550
4551 +
4552 \backslash
4553 dots
4554 \begin_inset ERT
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558
4559
4560 \backslash
4561 spce 
4562 \end_layout
4563
4564 \end_inset
4565
4566 +A_n
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 \begin_inset Formula $A_{1}+\dots+A_{n}$
4576 \end_inset
4577
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 A_1
4590 \begin_inset ERT
4591 status collapsed
4592
4593 \begin_layout Plain Layout
4594
4595
4596 \backslash
4597 spce 
4598 \end_layout
4599
4600 \end_inset
4601
4602 ,
4603 \backslash
4604 ldots
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 spce 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,A_n
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 \begin_inset Formula $A_{1},\ldots,A_{n}$
4627 \end_inset
4628
4629
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 A_1
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 +
4654 \backslash
4655 cdots
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 spce 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +A_n
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4678 \end_inset
4679
4680
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \backslash
4693 vdots
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $\vdots$
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \backslash
4718 ddots
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 \begin_inset Formula $\ddots$
4728 \end_inset
4729
4730
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \backslash
4743 iddots
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 \begin_inset Formula $\iddots$
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 いろいろな点々を使った3×3行列
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 \begin_inset Formula $\begin{array}{ccc}
4776 A_{11} & \cdots & A_{1m}\\
4777 \vdots & \ddots & \vdots\\
4778 A_{n1} & \cdots & A_{nm}
4779 \end{array}$
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 </lyxtabular>
4789
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \begin_layout Standard
4796
4797 \family sans
4798 挿入\SpecialChar \menuseparator
4799 省略符号
4800 \family default
4801 メニューで挿入される省略符号は
4802 \series bold
4803
4804 \backslash
4805 ldots
4806 \series default
4807 です。
4808 \end_layout
4809
4810 \begin_layout Standard
4811 \begin_inset VSpace medskip
4812 \end_inset
4813
4814
4815 \series bold
4816
4817 \backslash
4818 iddots
4819 \series default
4820 を使うには、文書設定の
4821 \family sans
4822 数式オプション
4823 \family default
4824 にある
4825 \family sans
4826 mathdotsパッケージを(自動的に)使う
4827 \family default
4828 オプションのうちいずれかを有効にしなくてはなりません。
4829 \begin_inset Newline newline
4830 \end_inset
4831
4832
4833 \family sans
4834 mathdotsパッケージを使う
4835 \family default
4836 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4837 \end_layout
4838
4839 \begin_layout Standard
4840 \begin_inset VSpace medskip
4841 \end_inset
4842
4843 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4844 \series bold
4845
4846 \backslash
4847 hdotsfor
4848 \series default
4849
4850 \begin_inset Index idx
4851 status collapsed
4852
4853 \begin_layout Plain Layout
4854 こまんど@コマンド ! H ! 
4855 \backslash
4856 hdotsfor
4857 \end_layout
4858
4859 \end_inset
4860
4861 コマンドで作ることができます。
4862 \end_layout
4863
4864 \begin_layout Standard
4865
4866 \series bold
4867
4868 \backslash
4869 hdotsfor[距離]{列数}
4870 \end_layout
4871
4872 \begin_layout Standard
4873 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4874 \end_layout
4875
4876 \begin_layout Standard
4877 以下の行列では、2行目の1つ目の枠に
4878 \series bold
4879
4880 \backslash
4881 hdotsfor[2]{4}
4882 \series default
4883 を挿入して、
4884 \series bold
4885
4886 \backslash
4887 dots
4888 \series default
4889 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4890 \begin_inset Formula 
4891 \[
4892 \left(\begin{array}{cccc}
4893 A & B & C & D\\
4894 \hdotsfor[2]{4}\\
4895 q & w & e & r
4896 \end{array}\right)
4897 \]
4898
4899 \end_inset
4900
4901 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4902 \end_layout
4903
4904 \begin_layout Standard
4905 \begin_inset VSpace bigskip
4906 \end_inset
4907
4908 さらに、
4909 \series bold
4910
4911 \backslash
4912 dotfill
4913 \series default
4914
4915 \begin_inset Index idx
4916 status collapsed
4917
4918 \begin_layout Plain Layout
4919 こまんど@コマンド ! D ! 
4920 \backslash
4921 dotfill
4922 \end_layout
4923
4924 \end_inset
4925
4926 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4927 \series bold
4928
4929 \backslash
4930 hfill
4931 \series default
4932 と同様のものです。第
4933 \begin_inset CommandInset ref
4934 LatexCommand ref
4935 reference "sub:可変長の空白"
4936
4937 \end_inset
4938
4939 節をご参照下さい。
4940 \end_layout
4941
4942 \begin_layout Standard
4943 たとえば、
4944 \series bold
4945 A
4946 \backslash
4947 dotfill
4948 \begin_inset ERT
4949 status collapsed
4950
4951 \begin_layout Plain Layout
4952
4953
4954 \backslash
4955 spce 
4956 \end_layout
4957
4958 \end_inset
4959
4960 B
4961 \series default
4962 コマンドは、
4963 \end_layout
4964
4965 \begin_layout Standard
4966 \begin_inset Formula $A\dotfill B$
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \begin_layout Standard
4973 のようになります。点々を使う
4974 \series bold
4975
4976 \backslash
4977 dotfill
4978 \series default
4979 の直線版として、
4980 \series bold
4981
4982 \backslash
4983 hrulefill
4984 \series default
4985
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 こまんど@コマンド ! H ! 
4991 \backslash
4992 hrulefill
4993 \end_layout
4994
4995 \end_inset
4996
4997
4998 \end_layout
4999
5000 \begin_layout Standard
5001 \begin_inset Formula $A\hrulefill B$
5002 \end_inset
5003
5004
5005 \end_layout
5006
5007 \begin_layout Standard
5008 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5009 \end_layout
5010
5011 \begin_layout Section
5012 行列
5013 \begin_inset CommandInset label
5014 LatexCommand label
5015 name "sec:行列"
5016
5017 \end_inset
5018
5019
5020 \begin_inset Index idx
5021 status collapsed
5022
5023 \begin_layout Plain Layout
5024 ぎょうれつ@行列
5025 \end_layout
5026
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \begin_layout Standard
5033 行列は、数式ツールバーボタンの
5034 \begin_inset Graphics
5035         filename ../../images/dialog-show_mathmatrix.png
5036         scale 85
5037
5038 \end_inset
5039
5040
5041 \family sans
5042 挿入\SpecialChar \menuseparator
5043 数式\SpecialChar \menuseparator
5044 行列
5045 \family default
5046 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5047 \end_layout
5048
5049 \begin_layout Standard
5050 最初の行列は「上」配置
5051 \begin_inset Formula $\begin{array}[t]{cccc}
5052 A & D & G & J\\
5053 B & E & H & K\\
5054 C & F & I & L
5055 \end{array}$
5056 \end_inset
5057
5058 で、二番目は「中央」配置
5059 \begin_inset Formula $\begin{array}{cccc}
5060 A & D & G & J\\
5061 B & E & H & K\\
5062 C & F & I & L
5063 \end{array}$
5064 \end_inset
5065
5066 、三番目は「下」配置
5067 \begin_inset Formula $\begin{array}[b]{cccc}
5068 A & D & G & J\\
5069 B & E & H & K\\
5070 C & F & I & L
5071 \end{array}$
5072 \end_inset
5073
5074 です。
5075 \end_layout
5076
5077 \begin_layout Standard
5078 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5079 \emph on
5080 l
5081 \emph default
5082 は左寄せ、
5083 \emph on
5084 c
5085 \emph default
5086 は中央揃え、
5087 \emph on
5088 r
5089 \emph default
5090 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5091 \series bold
5092 ×
5093 \series default
5094 4行列を作成するには、水平配置のところに
5095 \series bold
5096 lccr
5097 \series default
5098 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5099 \series bold
5100 c
5101 \series default
5102 です。
5103 \end_layout
5104
5105 \begin_layout Standard
5106 水平行列の例です。
5107 \end_layout
5108
5109 \begin_layout Standard
5110
5111 \series bold
5112 lll
5113 \series default
5114  : 
5115 \begin_inset Formula $\begin{array}{lll}
5116 10000 & D & G\\
5117 B & 10000 & H\\
5118 C & F & 10000
5119 \end{array}$
5120 \end_inset
5121
5122  , 
5123 \series bold
5124 ccc
5125 \series default
5126  : 
5127 \begin_inset Formula $\begin{array}{ccc}
5128 10000 & D & G\\
5129 B & 10000 & H\\
5130 C & F & 10000
5131 \end{array}$
5132 \end_inset
5133
5134  , 
5135 \series bold
5136 rrr
5137 \series default
5138  : 
5139 \begin_inset Formula $\begin{array}{rrr}
5140 10000 & D & G\\
5141 B & 10000 & H\\
5142 C & F & 10000
5143 \end{array}$
5144 \end_inset
5145
5146
5147 \end_layout
5148
5149 \begin_layout Standard
5150 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5151 \begin_inset Graphics
5152         filename ../../images/tabular-feature_append-row.png
5153         scale 85
5154
5155 \end_inset
5156
5157
5158 \begin_inset Graphics
5159         filename ../../images/tabular-feature_delete-row.png
5160         scale 85
5161
5162 \end_inset
5163
5164 などや
5165 \family sans
5166 編集\SpecialChar \menuseparator
5167 行と列
5168 \family default
5169 メニューを使用することができます。また、行は
5170 \begin_inset Info
5171 type  "shortcut"
5172 arg   "newline-insert newline"
5173 \end_inset
5174
5175 で作成することもできます。
5176 \end_layout
5177
5178 \begin_layout Standard
5179 \begin_inset VSpace bigskip
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \begin_layout Standard
5186
5187 \family sans
5188 装飾
5189 \family default
5190 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5191 \series bold
5192
5193 \backslash
5194 left
5195 \series default
5196
5197 \begin_inset Index idx
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201 こまんど@コマンド ! L ! 
5202 \backslash
5203 left
5204 \end_layout
5205
5206 \end_inset
5207
5208 コマンドや
5209 \series bold
5210
5211 \backslash
5212 right
5213 \series default
5214
5215 \begin_inset Index idx
5216 status collapsed
5217
5218 \begin_layout Plain Layout
5219 こまんど@コマンド ! R ! 
5220 \backslash
5221 right
5222 \end_layout
5223
5224 \end_inset
5225
5226 コマンドで作成することもできます(短絡キー
5227 \family sans
5228 Alt+M
5229 \begin_inset space ~
5230 \end_inset
5231
5232 括弧
5233 \family default
5234 )。第
5235 \begin_inset CommandInset ref
5236 LatexCommand ref
5237 reference "sub:自動の括弧丈"
5238
5239 \end_inset
5240
5241 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5242 \begin_inset VSpace medskip
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \begin_layout Standard
5249 \begin_inset space \hfill{}
5250 \end_inset
5251
5252
5253 \begin_inset Tabular
5254 <lyxtabular version="3" rows="4" columns="2">
5255 <features tabularvalignment="middle">
5256 <column alignment="center" valignment="top" width="0">
5257 <column alignment="center" valignment="top" width="0">
5258 <row>
5259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 コマンド
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 出力
5273 \begin_inset Note Note
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 ここで
5278 \series bold
5279
5280 \backslash
5281 raisebox
5282 \series default
5283 はスペーサーとして使用しているだけです。
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \backslash
5301 bmatrix
5302 \begin_inset ERT
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306
5307
5308 \backslash
5309 spce 
5310 \end_layout
5311
5312 \end_inset
5313
5314 2
5315 \series bold
5316 ×
5317 \series default
5318 2行列
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5328 0 & \textrm{-}\mathrm{i}\\
5329 \mathrm{i} & 0
5330 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \backslash
5346 Bmatrix
5347 \begin_inset ERT
5348 status collapsed
5349
5350 \begin_layout Plain Layout
5351
5352
5353 \backslash
5354 spce 
5355 \end_layout
5356
5357 \end_inset
5358
5359 2
5360 \series bold
5361 ×
5362 \series default
5363 2行列
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5373 0 & \textrm{-}\mathrm{i}\\
5374 \mathrm{i} & 0
5375 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 </row>
5384 <row>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389
5390 \backslash
5391 pmatrix
5392 \begin_inset ERT
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396
5397
5398 \backslash
5399 spce 
5400 \end_layout
5401
5402 \end_inset
5403
5404 2
5405 \series bold
5406 ×
5407 \series default
5408 2行列
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5418 0 & \textrm{-}\mathrm{i}\\
5419 \mathrm{i} & 0
5420 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 </lyxtabular>
5430
5431 \end_inset
5432
5433
5434 \begin_inset space \hfill{}
5435 \end_inset
5436
5437
5438 \begin_inset Tabular
5439 <lyxtabular version="3" rows="4" columns="2">
5440 <features tabularvalignment="middle">
5441 <column alignment="center" valignment="top" width="0">
5442 <column alignment="center" valignment="top" width="0">
5443 <row>
5444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 コマンド
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 出力
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \backslash
5470 vmatrix
5471 \begin_inset ERT
5472 status collapsed
5473
5474 \begin_layout Plain Layout
5475
5476
5477 \backslash
5478 spce 
5479 \end_layout
5480
5481 \end_inset
5482
5483 2
5484 \series bold
5485 ×
5486 \series default
5487 2行列
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5497 0 & \textrm{-}\mathrm{i}\\
5498 \mathrm{i} & 0
5499 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \backslash
5515 Vmatrix
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 spce 
5524 \end_layout
5525
5526 \end_inset
5527
5528 2
5529 \series bold
5530 ×
5531 \series default
5532 2行列
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5542 0 & \textrm{-}\mathrm{i}\\
5543 \mathrm{i} & 0
5544 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 <row>
5554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558
5559 \backslash
5560 matrix
5561 \begin_inset ERT
5562 status collapsed
5563
5564 \begin_layout Plain Layout
5565
5566
5567 \backslash
5568 spce 
5569 \end_layout
5570
5571 \end_inset
5572
5573 2
5574 \series bold
5575 ×
5576 \series default
5577 2行列
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5587 0 & \textrm{-}\mathrm{i}\\
5588 \mathrm{i} & 0
5589 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 </lyxtabular>
5599
5600 \end_inset
5601
5602
5603 \begin_inset space \hfill{}
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \begin_layout Standard
5610 \begin_inset VSpace medskip
5611 \end_inset
5612
5613 たとえば
5614 \series bold
5615
5616 \backslash
5617 vmatrix
5618 \series default
5619 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5620 \end_layout
5621
5622 \begin_layout Standard
5623 \begin_inset Note Greyedout
5624 status open
5625
5626 \begin_layout Plain Layout
5627
5628 \series bold
5629 \lang english
5630 Note:
5631 \series default
5632  LaTeX limits the number of matrix columns with decorations to 10.
5633  If you need more than 10
5634 \begin_inset space ~
5635 \end_inset
5636
5637 columns, you have to add this line to the document preamble:
5638 \end_layout
5639
5640 \begin_layout Plain Layout
5641
5642 \series bold
5643 \lang english
5644
5645 \backslash
5646 setcounter{MaxMatrixCols}{number}
5647 \end_layout
5648
5649 \begin_layout Plain Layout
5650
5651 \lang english
5652 where 
5653 \emph on
5654 number
5655 \emph default
5656  is the number of columns between 11 and 99.
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \begin_layout Standard
5665 \begin_inset VSpace bigskip
5666 \end_inset
5667
5668 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5669 \begin_inset CommandInset ref
5670 LatexCommand ref
5671 reference "sub:列間"
5672
5673 \end_inset
5674
5675 節に説明されている距離
5676 \series bold
5677
5678 \backslash
5679 arraycolsep
5680 \series default
5681
5682 \begin_inset Index idx
5683 status collapsed
5684
5685 \begin_layout Plain Layout
5686 こまんど@コマンド ! A ! 
5687 \backslash
5688 arraycolsep
5689 \end_layout
5690
5691 \end_inset
5692
5693 をここでも使用することができます。
5694 \end_layout
5695
5696 \begin_layout Standard
5697 行間隔を変更するには、
5698 \series bold
5699
5700 \backslash
5701 arraystretch
5702 \series default
5703
5704 \begin_inset Index idx
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 こまんど@コマンド ! A ! 
5709 \backslash
5710 arraystretch
5711 \end_layout
5712
5713 \end_inset
5714
5715 コマンドを使用します。以下のようにして使用します。
5716 \end_layout
5717
5718 \begin_layout Standard
5719
5720 \series bold
5721
5722 \backslash
5723 renewcommand{
5724 \backslash
5725 arraystretch}{伸長因子}
5726 \begin_inset Index idx
5727 status collapsed
5728
5729 \begin_layout Plain Layout
5730 こまんど@コマンド ! R ! 
5731 \backslash
5732 renewcommand
5733 \end_layout
5734
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \begin_layout Standard
5741
5742 \series bold
5743
5744 \backslash
5745 renewcommand
5746 \series default
5747 コマンドは、伸長因子を定義済みの
5748 \series bold
5749
5750 \backslash
5751 arraystretch
5752 \series default
5753 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5754 は、
5755 \series bold
5756
5757 \backslash
5758 arraystretch
5759 \series default
5760 に因子1を割り当てて下さい。
5761 \end_layout
5762
5763 \begin_layout Standard
5764 本文行中に行列を入れるには、
5765 \series bold
5766
5767 \backslash
5768 smallmatrix
5769 \series default
5770
5771 \begin_inset Index idx
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775 こまんど@コマンド ! S ! 
5776 \backslash
5777 smallmatrix
5778 \end_layout
5779
5780 \end_inset
5781
5782 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5783 \end_layout
5784
5785 \begin_layout Standard
5786 これは、本文行中の行列
5787 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5788 C & D
5789 \end{smallmatrix}\right)$
5790 \end_inset
5791
5792 です。
5793 \end_layout
5794
5795 \begin_layout Section
5796 括弧と区分記号
5797 \begin_inset Index idx
5798 status collapsed
5799
5800 \begin_layout Plain Layout
5801 かっこ@括弧
5802 \end_layout
5803
5804 \end_inset
5805
5806
5807 \begin_inset Index idx
5808 status collapsed
5809
5810 \begin_layout Plain Layout
5811 くぶんきごう@区分記号
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \begin_layout Subsection
5820 垂直括弧と区分記号
5821 \begin_inset Index idx
5822 status collapsed
5823
5824 \begin_layout Plain Layout
5825 かっこ@括弧 ! すいちょく@垂直
5826 \end_layout
5827
5828 \end_inset
5829
5830
5831 \end_layout
5832
5833 \begin_layout Standard
5834 \begin_inset space \hfill{}
5835 \end_inset
5836
5837
5838 \begin_inset Tabular
5839 <lyxtabular version="3" rows="9" columns="2">
5840 <features tabularvalignment="middle">
5841 <column alignment="center" valignment="top" width="0pt">
5842 <column alignment="center" valignment="top" width="0pt">
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 コマンド
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 出力
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 (
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 \begin_inset Formula $($
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 {
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 \begin_inset Formula $\{$
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 <row>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 [
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 \begin_inset Formula $[$
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 </row>
5932 <row>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \backslash
5939 langle
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 \begin_inset Formula $\langle$
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 </row>
5957 <row>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962
5963 \backslash
5964 lceil
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 \begin_inset Formula $\lceil$
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987
5988 \backslash
5989 lfloor
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 \begin_inset Formula $\lfloor$
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 /
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 \begin_inset Formula $/$
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 \begin_inset Formula $|$
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 \begin_inset Formula $|$
6048 \end_inset
6049
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 </lyxtabular>
6057
6058 \end_inset
6059
6060
6061 \begin_inset space \hfill{}
6062 \end_inset
6063
6064
6065 \begin_inset Tabular
6066 <lyxtabular version="3" rows="9" columns="2">
6067 <features tabularvalignment="middle">
6068 <column alignment="center" valignment="top" width="0pt">
6069 <column alignment="center" valignment="top" width="0pt">
6070 <row>
6071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 コマンド
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 出力
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 )
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $)$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 }
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $\}$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 ]
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $]$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164
6165 \backslash
6166 rangle
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 \begin_inset Formula $\rangle$
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \backslash
6191 rceil
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $\rceil$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214
6215 \backslash
6216 rfloor
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Formula $\rfloor$
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \backslash
6241
6242 \backslash
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 \begin_inset Formula $\backslash$
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266
6267 \backslash
6268
6269 \begin_inset Formula $|$
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 \begin_inset Formula $\|$
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 </row>
6290 </lyxtabular>
6291
6292 \end_inset
6293
6294
6295 \begin_inset space \hfill{}
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \begin_layout Standard
6302 \begin_inset Note Greyedout
6303 status open
6304
6305 \begin_layout Plain Layout
6306
6307 \series bold
6308 (注意)
6309 \series default
6310 TeXモードでは、
6311 \backslash
6312
6313 \backslash
6314 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6315 \series bold
6316
6317 \backslash
6318 textbackslash
6319 \series default
6320
6321 \begin_inset Index idx
6322 status collapsed
6323
6324 \begin_layout Plain Layout
6325 こまんど@コマンド! T ! 
6326 \backslash
6327 textbackslash
6328 \end_layout
6329
6330 \end_inset
6331
6332 を使わなくてはなりません。
6333 \end_layout
6334
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \begin_layout Standard
6341 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6342 \series bold
6343
6344 \backslash
6345 langle
6346 \series default
6347
6348 \series bold
6349
6350 \backslash
6351 rangle
6352 \series default
6353 コマンドを使用せずに
6354 \begin_inset Formula $<$
6355 \end_inset
6356
6357
6358 \begin_inset Formula $>$
6359 \end_inset
6360
6361 の文字を直接使用することができます。
6362 \end_layout
6363
6364 \begin_layout Subsubsection
6365 手動の括弧丈
6366 \begin_inset CommandInset label
6367 LatexCommand label
6368 name "sub:手動の括弧丈"
6369
6370 \end_inset
6371
6372
6373 \begin_inset Index idx
6374 status collapsed
6375
6376 \begin_layout Plain Layout
6377 かっこたけ@括弧丈 ! しゅどう@手動
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \begin_layout Standard
6386 括弧の丈は、LaTeXコマンドの
6387 \series bold
6388
6389 \backslash
6390 big
6391 \series default
6392
6393 \begin_inset Index idx
6394 status collapsed
6395
6396 \begin_layout Plain Layout
6397 こまんど@コマンド ! B ! 
6398 \backslash
6399 big
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \series bold
6406
6407 \backslash
6408 Big
6409 \series default
6410
6411 \series bold
6412
6413 \backslash
6414 bigg
6415 \series default
6416 および
6417 \series bold
6418
6419 \backslash
6420 Bigg
6421 \series default
6422 を使って、手動で指定することができます。
6423 \series bold
6424
6425 \backslash
6426 big
6427 \series default
6428 が最小の大きさであり、
6429 \series bold
6430
6431 \backslash
6432 Bigg
6433 \series default
6434 が最大の括弧丈になります。
6435 \end_layout
6436
6437 \begin_layout Standard
6438 これらのコマンドは、括弧の階層を強調するのに使われます。
6439 \end_layout
6440
6441 \begin_layout Standard
6442 \align center
6443 \begin_inset Tabular
6444 <lyxtabular version="3" rows="2" columns="2">
6445 <features tabularvalignment="middle">
6446 <column alignment="center" valignment="top" width="0pt">
6447 <column alignment="center" valignment="top" width="0pt">
6448 <row>
6449 <cell alignment="center" valignment="top" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 すべての括弧が同じ大きさ:
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 こちらの方が良い:
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 </lyxtabular>
6495
6496 \end_inset
6497
6498
6499 \begin_inset Note Note
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503 ここで
6504 \series bold
6505
6506 \backslash
6507 raisebox
6508 \series default
6509 はスペーサーとして使用しているだけです。
6510 \end_layout
6511
6512 \end_inset
6513
6514
6515 \end_layout
6516
6517 \begin_layout Standard
6518 二つ目の数式では、
6519 \series bold
6520
6521 \backslash
6522 Big((A+B)(A-B)
6523 \backslash
6524 Big)^
6525 \begin_inset ERT
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529
6530
6531 \backslash
6532 spce 
6533 \end_layout
6534
6535 \end_inset
6536
6537 C
6538 \series default
6539 というコマンドが使われています。
6540 \end_layout
6541
6542 \begin_layout Standard
6543 以下は、すべての括弧丈の羅列です。
6544 \end_layout
6545
6546 \begin_layout Standard
6547 \align center
6548
6549 \backslash
6550 Bigg(
6551 \backslash
6552 exp
6553 \backslash
6554 bigg
6555 \begin_inset Formula $<$
6556 \end_inset
6557
6558
6559 \backslash
6560 Big[
6561 \backslash
6562 big{
6563 \backslash
6564 ln(3x)
6565 \backslash
6566 big}^2
6567 \begin_inset ERT
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571
6572
6573 \backslash
6574 spce 
6575 \end_layout
6576
6577 \end_inset
6578
6579
6580 \backslash
6581 sin(x)
6582 \backslash
6583 Big]^
6584 \begin_inset ERT
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588
6589
6590 \backslash
6591 spce 
6592 \end_layout
6593
6594 \end_inset
6595
6596 A
6597 \begin_inset ERT
6598 status collapsed
6599
6600 \begin_layout Plain Layout
6601
6602
6603 \backslash
6604 spce 
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \backslash
6611 bigg
6612 \begin_inset Formula $>$
6613 \end_inset
6614
6615
6616 \backslash
6617 Bigg)^0,5
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \align center
6622 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629
6630 \series bold
6631
6632 \backslash
6633 big
6634 \series default
6635 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6636 \series bold
6637
6638 \backslash
6639 bigm
6640 \series default
6641
6642 \begin_inset Index idx
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646 こまんど@コマンド ! B ! 
6647 \backslash
6648 bigm
6649 \end_layout
6650
6651 \end_inset
6652
6653 という派生型と、空白を追加しない
6654 \series bold
6655
6656 \backslash
6657 bigl
6658 \series default
6659 -
6660 \series bold
6661
6662 \backslash
6663 bigr
6664 \series default
6665
6666 \begin_inset Index idx
6667 status collapsed
6668
6669 \begin_layout Plain Layout
6670 こまんど@コマンド ! B ! 
6671 \backslash
6672 bigl - 
6673 \backslash
6674 bigr
6675 \end_layout
6676
6677 \end_inset
6678
6679 派生型があります。
6680 \series bold
6681
6682 \backslash
6683 bigl
6684 \series default
6685 コマンドの最後の
6686 \emph on
6687 l
6688 \emph default
6689 は、左括弧であることを示し、右括弧の場合には、
6690 \emph on
6691 l
6692 \emph default
6693 の代わりに
6694 \emph on
6695 r
6696 \emph default
6697 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6698 \end_layout
6699
6700 \begin_layout Standard
6701 以下の表は、これらの派生型の比較です。
6702 \end_layout
6703
6704 \begin_layout Standard
6705 \align center
6706 \begin_inset Tabular
6707 <lyxtabular version="3" rows="5" columns="2">
6708 <features tabularvalignment="middle">
6709 <column alignment="center" valignment="middle" width="0">
6710 <column alignment="center" valignment="middle" width="0">
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 コマンド
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 出力
6726 \begin_inset Note Note
6727 status collapsed
6728
6729 \begin_layout Plain Layout
6730 ここで
6731 \series bold
6732
6733 \backslash
6734 raisebox
6735 \series default
6736 はスペーサーとして使用しているだけです。
6737 \end_layout
6738
6739 \end_inset
6740
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752
6753 \backslash
6754 Bigm(
6755 \backslash
6756 bigm(
6757 \backslash
6758 ln(3x)
6759 \backslash
6760 bigm)^2
6761 \series bold
6762
6763 \begin_inset ERT
6764 status collapsed
6765
6766 \begin_layout Plain Layout
6767
6768
6769 \backslash
6770 spce 
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \series default
6777
6778 \backslash
6779 Bigm)
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \backslash
6804 Big(
6805 \backslash
6806 big(
6807 \backslash
6808 ln(3x)
6809 \backslash
6810 big)^2
6811 \series bold
6812
6813 \begin_inset ERT
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817
6818
6819 \backslash
6820 spce 
6821 \end_layout
6822
6823 \end_inset
6824
6825
6826 \series default
6827
6828 \backslash
6829 Big)
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \backslash
6854 Bigl(
6855 \backslash
6856 bigl(
6857 \backslash
6858 ln(3x)
6859 \backslash
6860 bigr)^2
6861 \series bold
6862
6863 \begin_inset ERT
6864 status collapsed
6865
6866 \begin_layout Plain Layout
6867
6868
6869 \backslash
6870 spce 
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \series default
6877
6878 \backslash
6879 Bigr)
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6889 \end_inset
6890
6891
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 <row>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \backslash
6904 bigl)
6905 \backslash
6906 ln(3x)
6907 \backslash
6908 bigr(
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 </row>
6926 </lyxtabular>
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \begin_layout Subsubsection
6934 自動の括弧丈
6935 \begin_inset CommandInset label
6936 LatexCommand label
6937 name "sub:自動の括弧丈"
6938
6939 \end_inset
6940
6941
6942 \begin_inset Index idx
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 かっこたけ@括弧丈 ! じどう@自動
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \begin_layout Standard
6955 可変の丈を持つ括弧は、
6956 \series bold
6957
6958 \backslash
6959 left
6960 \series default
6961
6962 \begin_inset Index idx
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966 こまんど@コマンド ! L ! 
6967 \backslash
6968 left
6969 \end_layout
6970
6971 \end_inset
6972
6973 コマンドおよび
6974 \series bold
6975
6976 \backslash
6977 right
6978 \series default
6979
6980 \begin_inset Index idx
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 こまんど@コマンド ! R ! 
6985 \backslash
6986 right
6987 \end_layout
6988
6989 \end_inset
6990
6991 コマンド、あるいは数式ツールバーボタンの
6992 \begin_inset Graphics
6993         filename ../../images/dialog-show_mathdelimiter.png
6994         scale 85
6995
6996 \end_inset
6997
6998 で挿入することができます。
6999 \series bold
7000
7001 \backslash
7002 left
7003 \series default
7004 および
7005 \series bold
7006
7007 \backslash
7008 right
7009 \series default
7010 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
7011 \end_layout
7012
7013 \begin_layout Standard
7014 \align center
7015 通常の括弧:
7016 \series bold
7017
7018 \backslash
7019 ln(
7020 \backslash
7021 frac
7022 \begin_inset ERT
7023 status collapsed
7024
7025 \begin_layout Plain Layout
7026
7027
7028 \backslash
7029 spce 
7030 \end_layout
7031
7032 \end_inset
7033
7034 A
7035 \begin_inset Formula $\downarrow$
7036 \end_inset
7037
7038 C
7039 \begin_inset ERT
7040 status collapsed
7041
7042 \begin_layout Plain Layout
7043
7044
7045 \backslash
7046 spce 
7047 \end_layout
7048
7049 \end_inset
7050
7051 )
7052 \series default
7053 というコマンドは
7054 \begin_inset Formula 
7055 \[
7056 \ln(\frac{A}{C})
7057 \]
7058
7059 \end_inset
7060
7061 を生成します。
7062 \end_layout
7063
7064 \begin_layout Standard
7065 \align center
7066 複数行の括弧:
7067 \series bold
7068
7069 \backslash
7070 ln
7071 \backslash
7072 left(
7073 \backslash
7074 frac
7075 \begin_inset ERT
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079
7080
7081 \backslash
7082 spce 
7083 \end_layout
7084
7085 \end_inset
7086
7087 A
7088 \begin_inset Formula $\downarrow$
7089 \end_inset
7090
7091 C
7092 \begin_inset ERT
7093 status collapsed
7094
7095 \begin_layout Plain Layout
7096
7097
7098 \backslash
7099 spce 
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \backslash
7106 right)
7107 \series default
7108 というコマンドは
7109 \begin_inset Formula 
7110 \[
7111 \ln\left(\frac{A}{C}\right)
7112 \]
7113
7114 \end_inset
7115
7116 を生成します。
7117 \end_layout
7118
7119 \begin_layout Standard
7120
7121 \series bold
7122
7123 \backslash
7124 left
7125 \series default
7126
7127 \series bold
7128
7129 \backslash
7130 right
7131 \series default
7132 の代わりに、短絡キー
7133 \family sans
7134 Alt+M
7135 \begin_inset space ~
7136 \end_inset
7137
7138 括弧
7139 \family default
7140 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7141 \begin_inset Newline newline
7142 \end_inset
7143
7144 すると、先ほどの例を作るコマンドは
7145 \series bold
7146
7147 \backslash
7148 ln Alt+M
7149 \series default
7150  
7151 \series bold
7152 (
7153 \backslash
7154 frac
7155 \begin_inset ERT
7156 status collapsed
7157
7158 \begin_layout Plain Layout
7159
7160
7161 \backslash
7162 spce 
7163 \end_layout
7164
7165 \end_inset
7166
7167 A
7168 \begin_inset Formula $\downarrow$
7169 \end_inset
7170
7171 C
7172 \series default
7173 となります。
7174 \end_layout
7175
7176 \begin_layout Standard
7177 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7178 \series bold
7179
7180 \backslash
7181 left.
7182 \backslash
7183 frac
7184 \begin_inset ERT
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188
7189
7190 \backslash
7191 spce 
7192 \end_layout
7193
7194 \end_inset
7195
7196 A
7197 \begin_inset Formula $\downarrow$
7198 \end_inset
7199
7200 B
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206
7207 \backslash
7208 spce 
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \backslash
7215 right}
7216 \series default
7217 というコマンドは
7218 \series bold
7219
7220 \begin_inset Formula 
7221 \[
7222 \left.\frac{A}{B}\right\} 
7223 \]
7224
7225 \end_inset
7226
7227
7228 \series default
7229 を生成します。
7230 \series bold
7231
7232 \backslash
7233 left
7234 \series default
7235 コマンドおよび
7236 \series bold
7237
7238 \backslash
7239 right
7240 \series default
7241 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7242 \end_layout
7243
7244 \begin_layout Standard
7245 \begin_inset VSpace bigskip
7246 \end_inset
7247
7248 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7249 \series bold
7250
7251 \backslash
7252 middle
7253 \series default
7254
7255 \begin_inset Index idx
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259 こまんど@コマンド ! M ! 
7260 \backslash
7261 middle
7262 \end_layout
7263
7264 \end_inset
7265
7266 コマンドも使用することができます
7267 \begin_inset Foot
7268 status collapsed
7269
7270 \begin_layout Plain Layout
7271
7272 \series bold
7273 (訳註)
7274 \series default
7275 pLaTeXでは、標準では
7276 \series bold
7277
7278 \backslash
7279 middle
7280 \series default
7281 コマンドは使えません。よって、以下の例では「
7282 \series bold
7283
7284 \backslash
7285 middle
7286 \series default
7287
7288 \begin_inset Formula $|$
7289 \end_inset
7290
7291 」の代わりに「
7292 \series bold
7293
7294 \backslash
7295 biggm
7296 \series default
7297
7298 \begin_inset Formula $|$
7299 \end_inset
7300
7301 」を用いています。
7302 \end_layout
7303
7304 \end_inset
7305
7306 。このコマンドでは、物理ベクトル
7307 \begin_inset Formula 
7308 \[
7309 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7310 \]
7311
7312 \end_inset
7313
7314 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7315 \begin_inset CommandInset ref
7316 LatexCommand ref
7317 reference "sub:物理ベクトル"
7318
7319 \end_inset
7320
7321 節に説明されているように特殊なLaTeXパッケージがあります。
7322 \end_layout
7323
7324 \begin_layout Subsection
7325 水平括弧
7326 \begin_inset Index idx
7327 status collapsed
7328
7329 \begin_layout Plain Layout
7330 かっこ@括弧 ! すいへい@水平
7331 \end_layout
7332
7333 \end_inset
7334
7335
7336 \end_layout
7337
7338 \begin_layout Standard
7339 \align center
7340 \begin_inset Tabular
7341 <lyxtabular version="3" rows="4" columns="2">
7342 <features tabularvalignment="middle">
7343 <column alignment="center" valignment="top" width="0pt">
7344 <column alignment="center" valignment="top" width="0pt">
7345 <row>
7346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 コマンド
7351 \begin_inset Note Note
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355 ここで
7356 \series bold
7357
7358 \backslash
7359 raisebox
7360 \series default
7361 はスペーサーとして使用しているだけです。
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 出力
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 </row>
7381 <row>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 raisebox{2.3mm}{
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \backslash
7400 overbrace
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 A+B
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 spce 
7422 \end_layout
7423
7424 \end_inset
7425
7426 ^
7427 \begin_inset ERT
7428 status collapsed
7429
7430 \begin_layout Plain Layout
7431
7432
7433 \backslash
7434 spce 
7435 \end_layout
7436
7437 \end_inset
7438
7439 3
7440 \begin_inset ERT
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444
7445 }
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \begin_inset Index idx
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455 こまんど@コマンド ! O ! 
7456 \backslash
7457 overbrace
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 \begin_inset Formula $\overbrace{A+B}^{3}$
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 \begin_inset ERT
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489
7490
7491 \backslash
7492 raisebox{-2.2mm}{
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \backslash
7499 underbrace
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505
7506 \backslash
7507 spce 
7508 \end_layout
7509
7510 \end_inset
7511
7512 A+B
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518
7519 \backslash
7520 spce 
7521 \end_layout
7522
7523 \end_inset
7524
7525 _5
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531 }
7532 \end_layout
7533
7534 \end_inset
7535
7536
7537 \begin_inset Index idx
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541 こまんど@コマンド ! U ! 
7542 \backslash
7543 underbrace
7544 \end_layout
7545
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset Formula $\underbrace{A+B}_{5}$
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \backslash
7573 overbrace
7574 \begin_inset ERT
7575 status collapsed
7576
7577 \begin_layout Plain Layout
7578
7579
7580 \backslash
7581 spce 
7582 \end_layout
7583
7584 \end_inset
7585
7586
7587 \backslash
7588 underbrace
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 A+B_w
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 spce 
7623 \end_layout
7624
7625 \end_inset
7626
7627 _7
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 spce 
7649 \end_layout
7650
7651 \end_inset
7652
7653 ^
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659
7660 \backslash
7661 spce 
7662 \end_layout
7663
7664 \end_inset
7665
7666 C
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7676 \end_inset
7677
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 </lyxtabular>
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \begin_layout Standard
7692 最後の例では、
7693 \series bold
7694
7695 \backslash
7696 overbrace
7697 \series default
7698 が先に挿入されようが
7699 \series bold
7700
7701 \backslash
7702 underbrace
7703 \series default
7704 が先に挿入されようが代わりはありません。
7705 \end_layout
7706
7707 \begin_layout Standard
7708 \begin_inset VSpace bigskip
7709 \end_inset
7710
7711 括弧をお互いに重ねる必要がある場合には、第
7712 \begin_inset CommandInset ref
7713 LatexCommand ref
7714 reference "sec:多行数式"
7715
7716 \end_inset
7717
7718 節に説明されているように、次のような多行数式を使わなくてはなりません。
7719 \begin_inset Formula 
7720 \begin{eqnarray*}
7721 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7722  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7723 \end{eqnarray*}
7724
7725 \end_inset
7726
7727 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7728 \begin_inset Foot
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732 空白コマンドは第
7733 \begin_inset CommandInset ref
7734 LatexCommand ref
7735 reference "sub:定義済みの空白"
7736
7737 \end_inset
7738
7739 章に説明があります。
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \series bold
7746
7747 \backslash
7748 :
7749 \series default
7750 を最初の
7751 \begin_inset Formula $d$
7752 \end_inset
7753
7754 の前に挿入しておくことが重要です。さもないと、
7755 \begin_inset Formula $q$
7756 \end_inset
7757
7758 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7759 \begin_inset Foot
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 これは、括弧が文字として取り扱われないためです。第
7764 \begin_inset CommandInset ref
7765 LatexCommand ref
7766 reference "sub:二項演算子"
7767
7768 \end_inset
7769
7770 章参照。
7771 \end_layout
7772
7773 \end_inset
7774
7775 ためです。二行目には、二つめの括弧が挿入されています。
7776 \begin_inset Formula $b$
7777 \end_inset
7778
7779 の直前から始まるようにするために、まず
7780 \series bold
7781
7782 \backslash
7783 hphantom{gggg+
7784 \backslash
7785 :}
7786 \series default
7787 というコマンド
7788 \begin_inset Foot
7789 status collapsed
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794
7795 \backslash
7796 hphantom
7797 \series default
7798 に関する詳細は、第
7799 \begin_inset CommandInset ref
7800 LatexCommand ref
7801 reference "sub:埋め草"
7802
7803 \end_inset
7804
7805 章を参照してください。
7806 \end_layout
7807
7808 \end_inset
7809
7810 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7811 \series bold
7812
7813 \backslash
7814 hphantom{bbqq+dddd}
7815 \series default
7816 コマンドの下に置きます。
7817 \end_layout
7818
7819 \begin_layout Standard
7820 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7821 \begin_inset ERT
7822 status collapsed
7823
7824 \begin_layout Plain Layout
7825
7826
7827 \backslash
7828 setlength{
7829 \backslash
7830 jot}{-6pt}
7831 \end_layout
7832
7833 \end_inset
7834
7835
7836 \begin_inset Formula 
7837 \begin{eqnarray*}
7838  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7839 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7840 \end{eqnarray*}
7841
7842 \end_inset
7843
7844
7845 \begin_inset ERT
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849
7850
7851 \backslash
7852 setlength{
7853 \backslash
7854 jot}{3pt}
7855 \end_layout
7856
7857 \end_inset
7858
7859 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7860 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7861 \begin_inset Foot
7862 status collapsed
7863
7864 \begin_layout Plain Layout
7865 \begin_inset CommandInset href
7866 LatexCommand href
7867 name "LyX-bug #1505"
7868 target "http://www.lyx.org/trac/ticket/1505"
7869
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \end_inset
7876
7877 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7878 \series bold
7879 setlength{
7880 \backslash
7881 jot}{-6pt}
7882 \series default
7883 というコマンドを入れて、大域的な数式行間
7884 \series bold
7885
7886 \backslash
7887 jot
7888 \series default
7889
7890 \begin_inset Index idx
7891 status collapsed
7892
7893 \begin_layout Plain Layout
7894 こまんど@コマンド ! J ! 
7895 \backslash
7896 jot
7897 \end_layout
7898
7899 \end_inset
7900
7901 を-6
7902 \begin_inset space \thinspace{}
7903 \end_inset
7904
7905 ptに変更しなくてはなりません。
7906 \series bold
7907
7908 \backslash
7909 jot
7910 \series default
7911 は、数式直後に同様のコマンドを使って標準値の3
7912 \begin_inset space \thinspace{}
7913 \end_inset
7914
7915 ptに戻します。数式中の行間について、詳しくは第
7916 \begin_inset CommandInset ref
7917 LatexCommand ref
7918 reference "sub:行間"
7919
7920 \end_inset
7921
7922 章に説明があります。
7923 \end_layout
7924
7925 \begin_layout Section
7926 矢印
7927 \begin_inset Index idx
7928 status collapsed
7929
7930 \begin_layout Plain Layout
7931 やじるし@矢印
7932 \end_layout
7933
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \begin_layout Standard
7940 矢印は、数式ツールバーボタンの
7941 \begin_inset Graphics
7942         filename ../../images/math/leftarrow.png
7943         scale 85
7944
7945 \end_inset
7946
7947 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7948 \end_layout
7949
7950 \begin_layout Standard
7951 \begin_inset Newpage newpage
7952 \end_inset
7953
7954
7955 \end_layout
7956
7957 \begin_layout Subsection
7958 水平矢印
7959 \begin_inset Index idx
7960 status collapsed
7961
7962 \begin_layout Plain Layout
7963 やじるし@矢印 ! すいへい@水平
7964 \end_layout
7965
7966 \end_inset
7967
7968
7969 \end_layout
7970
7971 \begin_layout Standard
7972 \begin_inset space \hfill{}
7973 \end_inset
7974
7975
7976 \begin_inset Tabular
7977 <lyxtabular version="3" rows="8" columns="2">
7978 <features tabularvalignment="middle">
7979 <column alignment="center" valignment="top" width="0pt">
7980 <column alignment="center" valignment="top" width="0pt">
7981 <row>
7982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 コマンド
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 出力
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \backslash
8008 gets
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 \begin_inset Formula $\gets$
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \backslash
8033 Leftarrow
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset Formula $\Leftarrow$
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \backslash
8058 longleftarrow
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 \begin_inset Formula $\longleftarrow$
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \backslash
8083 Longleftarrow
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 \begin_inset Formula $\Longleftarrow$
8093 \end_inset
8094
8095
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \backslash
8108 leftharpoonup
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 \begin_inset Formula $\leftharpoonup$
8118 \end_inset
8119
8120
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \backslash
8133 leftharpoondown
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 \begin_inset Formula $\leftharpoondown$
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \backslash
8158 hookleftarrow
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 \begin_inset Formula $\hookleftarrow$
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 </lyxtabular>
8177
8178 \end_inset
8179
8180
8181 \begin_inset space \hfill{}
8182 \end_inset
8183
8184
8185 \begin_inset Tabular
8186 <lyxtabular version="3" rows="8" columns="2">
8187 <features tabularvalignment="middle">
8188 <column alignment="center" valignment="top" width="0pt">
8189 <column alignment="center" valignment="top" width="0pt">
8190 <row>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 コマンド
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 出力
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 to
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\to$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \backslash
8242 Rightarrow
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 \begin_inset Formula $\Rightarrow$
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \backslash
8267 longrightarrow
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 \begin_inset Formula $\longrightarrow$
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \backslash
8292 Longrightarrow
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\Longrightarrow$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \backslash
8317 rightharpoonup
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 \begin_inset Formula $\rightharpoonup$
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \backslash
8342 rightharpoondown
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 \begin_inset Formula $\rightharpoondown$
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \backslash
8367 hookrightarrow
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 \begin_inset Formula $\hookrightarrow$
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 </lyxtabular>
8386
8387 \end_inset
8388
8389
8390 \begin_inset space \hfill{}
8391 \end_inset
8392
8393
8394 \end_layout
8395
8396 \begin_layout Standard
8397 \begin_inset space \hfill{}
8398 \end_inset
8399
8400
8401 \begin_inset Tabular
8402 <lyxtabular version="3" rows="6" columns="2">
8403 <features tabularvalignment="middle">
8404 <column alignment="center" valignment="top" width="0pt">
8405 <column alignment="center" valignment="top" width="0pt">
8406 <row>
8407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 コマンド
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 出力
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \backslash
8433 leftrightarrow
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 \begin_inset Formula $\leftrightarrow$
8443 \end_inset
8444
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \backslash
8458 Leftrightarrow
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 \begin_inset Formula $\Leftrightarrow$
8468 \end_inset
8469
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \backslash
8483 longleftrightarrow
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 \begin_inset Formula $\longleftrightarrow$
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \backslash
8508 Longleftrightarrow
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 \begin_inset Formula $\Longleftrightarrow$
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 rightleftharpoons
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\rightleftharpoons$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 </lyxtabular>
8552
8553 \end_inset
8554
8555
8556 \begin_inset space \hspace{}
8557 \length 25pt
8558 \end_inset
8559
8560
8561 \begin_inset space \hfill{}
8562 \end_inset
8563
8564
8565 \begin_inset Tabular
8566 <lyxtabular version="3" rows="5" columns="2">
8567 <features tabularvalignment="middle">
8568 <column alignment="center" valignment="top" width="0pt">
8569 <column alignment="center" valignment="top" width="0pt">
8570 <row>
8571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 コマンド
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 出力
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \backslash
8597 mapsto
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 \begin_inset Formula $\mapsto$
8607 \end_inset
8608
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \backslash
8622 longmapsto
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 \begin_inset Formula $\longmapsto$
8632 \end_inset
8633
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \backslash
8647 leadsto
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 \begin_inset Formula $\leadsto$
8657 \end_inset
8658
8659
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \backslash
8672 dasharrow
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 \begin_inset Formula $\dasharrow$
8682 \end_inset
8683
8684
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 </lyxtabular>
8691
8692 \end_inset
8693
8694
8695 \begin_inset space \hfill{}
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \begin_layout Standard
8702 \begin_inset VSpace medskip
8703 \end_inset
8704
8705 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8706 \begin_inset CommandInset ref
8707 LatexCommand ref
8708 reference "sec:アクセント"
8709
8710 \end_inset
8711
8712 節に一覧があります。
8713 \end_layout
8714
8715 \begin_layout Standard
8716 \begin_inset VSpace bigskip
8717 \end_inset
8718
8719 さらに、ラベル付き矢印
8720 \begin_inset Index idx
8721 status collapsed
8722
8723 \begin_layout Plain Layout
8724 やじるし@矢印 ! らべるつき@ラベル付き
8725 \end_layout
8726
8727 \end_inset
8728
8729 として、
8730 \series bold
8731
8732 \backslash
8733 xleftarrow
8734 \series default
8735
8736 \begin_inset Index idx
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 こまんど@コマンド ! X ! 
8741 \backslash
8742 xleftarrow
8743 \end_layout
8744
8745 \end_inset
8746
8747
8748 \series bold
8749
8750 \backslash
8751 xrightarrow
8752 \series default
8753
8754 \begin_inset Index idx
8755 status collapsed
8756
8757 \begin_layout Plain Layout
8758 こまんど@コマンド ! X ! 
8759 \backslash
8760 xrightarrow
8761 \begin_inset ERT
8762 status collapsed
8763
8764 \begin_layout Plain Layout
8765
8766
8767 \backslash
8768 vspace{4mm}
8769 \end_layout
8770
8771 \end_inset
8772
8773
8774 \end_layout
8775
8776 \end_inset
8777
8778 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8779 ます。
8780 \end_layout
8781
8782 \begin_layout Standard
8783 \align center
8784 \begin_inset Tabular
8785 <lyxtabular version="3" rows="3" columns="2">
8786 <features tabularvalignment="middle">
8787 <column alignment="center" valignment="top" width="0pt">
8788 <column alignment="center" valignment="top" width="0pt">
8789 <row>
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 コマンド
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 出力
8804 \begin_inset Note Note
8805 status collapsed
8806
8807 \begin_layout Plain Layout
8808 ここで
8809 \series bold
8810
8811 \backslash
8812 raisebox
8813 \series default
8814 はスペーサーとして使用しているだけです。
8815 \end_layout
8816
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 F(a)
8831 \backslash
8832 xleftarrow
8833 \begin_inset ERT
8834 status collapsed
8835
8836 \begin_layout Plain Layout
8837
8838
8839 \backslash
8840 spce 
8841 \end_layout
8842
8843 \end_inset
8844
8845 x=a
8846 \begin_inset Formula $\downarrow$
8847 \end_inset
8848
8849 x
8850 \begin_inset Formula $>$
8851 \end_inset
8852
8853 0
8854 \begin_inset Formula $\to$
8855 \end_inset
8856
8857 F(x)
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 F(x)
8881 \backslash
8882 xrightarrow
8883 \begin_inset ERT
8884 status collapsed
8885
8886 \begin_layout Plain Layout
8887
8888
8889 \backslash
8890 spce 
8891 \end_layout
8892
8893 \end_inset
8894
8895 x=a
8896 \begin_inset Formula $\downarrow$
8897 \end_inset
8898
8899 x
8900 \begin_inset Formula $>$
8901 \end_inset
8902
8903 0
8904 \begin_inset Formula $\to$
8905 \end_inset
8906
8907 F(a)
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 </lyxtabular>
8926
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \begin_layout Subsection
8933 垂直矢印および対角矢印
8934 \begin_inset Index idx
8935 status collapsed
8936
8937 \begin_layout Plain Layout
8938 やじるし@矢印 ! たいかく@対角
8939 \end_layout
8940
8941 \end_inset
8942
8943
8944 \begin_inset Index idx
8945 status collapsed
8946
8947 \begin_layout Plain Layout
8948 やじるし@矢印 ! すいちょく@垂直
8949 \end_layout
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \begin_layout Standard
8957 \begin_inset space \hfill{}
8958 \end_inset
8959
8960
8961 \begin_inset Tabular
8962 <lyxtabular version="3" rows="7" columns="2">
8963 <features tabularvalignment="middle">
8964 <column alignment="center" valignment="top" width="0pt">
8965 <column alignment="center" valignment="top" width="0pt">
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 コマンド
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 出力
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \backslash
8993 uparrow
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 \begin_inset Formula $\uparrow$
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \backslash
9018 Uparrow
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\Uparrow$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043 updownarrow
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 \begin_inset Formula $\updownarrow$
9053 \end_inset
9054
9055
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \backslash
9068 Updownarrow
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 \begin_inset Formula $\Updownarrow$
9078 \end_inset
9079
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \backslash
9093 Downarrow
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 \begin_inset Formula $\Downarrow$
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \backslash
9118 downarrow
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 \begin_inset Formula $\downarrow$
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 </lyxtabular>
9137
9138 \end_inset
9139
9140
9141 \begin_inset space \hfill{}
9142 \end_inset
9143
9144
9145 \begin_inset Tabular
9146 <lyxtabular version="3" rows="5" columns="2">
9147 <features tabularvalignment="middle">
9148 <column alignment="center" valignment="top" width="0pt">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 コマンド
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 出力
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 nearrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\nearrow$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 searrow
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\searrow$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 swarrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\swarrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 nwarrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\nwarrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 </lyxtabular>
9271
9272 \end_inset
9273
9274
9275 \begin_inset space \hfill{}
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Standard
9282 \begin_inset VSpace medskip
9283 \end_inset
9284
9285 垂直矢印は、第
9286 \begin_inset CommandInset ref
9287 LatexCommand ref
9288 reference "sub:手動の括弧丈"
9289
9290 \end_inset
9291
9292 節および第
9293 \begin_inset CommandInset ref
9294 LatexCommand ref
9295 reference "sub:自動の括弧丈"
9296
9297 \end_inset
9298
9299 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9300 \end_layout
9301
9302 \begin_layout Standard
9303 \begin_inset Newpage newpage
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \begin_layout Section
9310 アクセント
9311 \begin_inset CommandInset label
9312 LatexCommand label
9313 name "sec:アクセント"
9314
9315 \end_inset
9316
9317
9318 \begin_inset Index idx
9319 status collapsed
9320
9321 \begin_layout Plain Layout
9322 あくせんと@アクセント
9323 \end_layout
9324
9325 \end_inset
9326
9327
9328 \end_layout
9329
9330 \begin_layout Standard
9331 アクセントは、数式ツールバーボタンの
9332 \begin_inset Graphics
9333         filename ../../images/math/hat.png
9334         scale 85
9335
9336 \end_inset
9337
9338 か、以下の各小節に列挙してあるコマンドで入力することができます。
9339 \end_layout
9340
9341 \begin_layout Subsection
9342 一文字に付けるアクセント
9343 \begin_inset ERT
9344 status collapsed
9345
9346 \begin_layout Plain Layout
9347
9348
9349 \backslash
9350 texorpdfstring{
9351 \end_layout
9352
9353 \end_inset
9354
9355
9356 \begin_inset Foot
9357 status collapsed
9358
9359 \begin_layout Plain Layout
9360 本文中のアクセントについては、第
9361 \begin_inset CommandInset ref
9362 LatexCommand ref
9363 reference "sub:文章中のアクセント"
9364
9365 \end_inset
9366
9367 節を参照。
9368 \end_layout
9369
9370 \end_inset
9371
9372
9373 \begin_inset ERT
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378 }{}
9379 \end_layout
9380
9381 \end_inset
9382
9383
9384 \begin_inset Note Note
9385 status collapsed
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390
9391 \backslash
9392 texorpdfstring
9393 \series default
9394 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9395 \end_layout
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400
9401 \backslash
9402 texorpdfstring
9403 \series default
9404 についての詳細は、第
9405 \begin_inset CommandInset ref
9406 LatexCommand ref
9407 reference "sub:節見出し中の数式"
9408
9409 \end_inset
9410
9411 節にあります。
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \begin_inset CommandInset label
9418 LatexCommand label
9419 name "sub:一文字に付けるアクセント"
9420
9421 \end_inset
9422
9423
9424 \begin_inset Index idx
9425 status collapsed
9426
9427 \begin_layout Plain Layout
9428 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9429 \end_layout
9430
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \begin_layout Standard
9437 \begin_inset space \hfill{}
9438 \end_inset
9439
9440
9441 \begin_inset Tabular
9442 <lyxtabular version="3" rows="8" columns="2">
9443 <features tabularvalignment="middle">
9444 <column alignment="center" valignment="top" width="0pt">
9445 <column alignment="center" valignment="top" width="0pt">
9446 <row>
9447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 コマンド
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 出力
9461 \begin_inset Note Note
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465 ここで
9466 \series bold
9467
9468 \backslash
9469 raisebox
9470 \series default
9471 はスペーサーとして使用しているだけです。
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 dot
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 ddot
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533
9534 \backslash
9535 spce 
9536 \end_layout
9537
9538 \end_inset
9539
9540 A
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \backslash
9565 dddot
9566 \begin_inset ERT
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570
9571
9572 \backslash
9573 spce 
9574 \end_layout
9575
9576 \end_inset
9577
9578 A
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \backslash
9603 ddddot
9604 \begin_inset ERT
9605 status collapsed
9606
9607 \begin_layout Plain Layout
9608
9609
9610 \backslash
9611 spce 
9612 \end_layout
9613
9614 \end_inset
9615
9616 A
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \backslash
9641 vec
9642 \begin_inset ERT
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646
9647
9648 \backslash
9649 spce 
9650 \end_layout
9651
9652 \end_inset
9653
9654 A
9655 \begin_inset Index idx
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659
9660 \lang english
9661 Vectors
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \backslash
9691 bar
9692 \begin_inset ERT
9693 status collapsed
9694
9695 \begin_layout Plain Layout
9696
9697
9698 \backslash
9699 spce 
9700 \end_layout
9701
9702 \end_inset
9703
9704 A
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \backslash
9729 mathring
9730 \begin_inset ERT
9731 status collapsed
9732
9733 \begin_layout Plain Layout
9734
9735
9736 \backslash
9737 spce 
9738 \end_layout
9739
9740 \end_inset
9741
9742 A
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 </lyxtabular>
9761
9762 \end_inset
9763
9764
9765 \begin_inset space \hfill{}
9766 \end_inset
9767
9768
9769 \begin_inset Tabular
9770 <lyxtabular version="3" rows="7" columns="2">
9771 <features tabularvalignment="middle">
9772 <column alignment="center" valignment="top" width="0pt">
9773 <column alignment="center" valignment="top" width="0pt">
9774 <row>
9775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 コマンド
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 出力
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 tilde
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 spce 
9810 \end_layout
9811
9812 \end_inset
9813
9814 A
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 hat
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 check
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 spce 
9886 \end_layout
9887
9888 \end_inset
9889
9890 A
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \backslash
9915 acute
9916 \begin_inset ERT
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920
9921
9922 \backslash
9923 spce 
9924 \end_layout
9925
9926 \end_inset
9927
9928 A
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \backslash
9953 grave
9954 \begin_inset ERT
9955 status collapsed
9956
9957 \begin_layout Plain Layout
9958
9959
9960 \backslash
9961 spce 
9962 \end_layout
9963
9964 \end_inset
9965
9966 A
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9976 \end_inset
9977
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \backslash
9991 breve
9992 \begin_inset ERT
9993 status collapsed
9994
9995 \begin_layout Plain Layout
9996
9997
9998 \backslash
9999 spce 
10000 \end_layout
10001
10002 \end_inset
10003
10004 A
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 </lyxtabular>
10023
10024 \end_inset
10025
10026
10027 \begin_inset space \hfill{}
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \begin_layout Standard
10034 \begin_inset VSpace bigskip
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \begin_layout Standard
10041 \begin_inset ERT
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045
10046
10047 \backslash
10048 '{e}
10049 \end_layout
10050
10051 \end_inset
10052
10053 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10054 \begin_inset Index idx
10055 status collapsed
10056
10057 \begin_layout Plain Layout
10058 うむらうと@ウムラウト
10059 \end_layout
10060
10061 \end_inset
10062
10063 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10064 として取り扱います。
10065 \series bold
10066
10067 \backslash
10068 ddot
10069 \series default
10070 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10071 \end_layout
10072
10073 \begin_layout Standard
10074 \begin_inset VSpace -2mm
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \begin_layout Standard
10081 \align center
10082 \begin_inset Tabular
10083 <lyxtabular version="3" rows="3" columns="2">
10084 <features tabularvalignment="middle">
10085 <column alignment="center" valignment="top" width="0">
10086 <column alignment="center" valignment="top" width="0">
10087 <row>
10088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 コマンド
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 出力
10102 \begin_inset Note Note
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106 ここで
10107 \series bold
10108
10109 \backslash
10110 raisebox
10111 \series default
10112 および0ポイント空白はスペーサーとして使用しているだけです。
10113 \end_layout
10114
10115 \end_inset
10116
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 \begin_inset Quotes grd
10129 \end_inset
10130
10131 i
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \lang ngerman
10142 \begin_inset space \hspace{}
10143 \length 0pt
10144 \end_inset
10145
10146
10147 \begin_inset Formula $"i$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 ddot
10164 \begin_inset ERT
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168
10169
10170 \backslash
10171 spce 
10172 \end_layout
10173
10174 \end_inset
10175
10176 i
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 </lyxtabular>
10195
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \begin_layout Standard
10202
10203 \series bold
10204
10205 \backslash
10206 ddot
10207 \series default
10208 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10209 \emph on
10210 数式中テキストでは使用できない
10211 \emph default
10212 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10213 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10214 \end_layout
10215
10216 \begin_layout Standard
10217 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10218 \end_layout
10219
10220 \begin_layout Subsection
10221 演算子に付けるアクセント
10222 \begin_inset Index idx
10223 status collapsed
10224
10225 \begin_layout Plain Layout
10226 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10227 \end_layout
10228
10229 \end_inset
10230
10231
10232 \end_layout
10233
10234 \begin_layout Standard
10235
10236 \series bold
10237
10238 \backslash
10239 overset
10240 \series default
10241
10242 \begin_inset Index idx
10243 status collapsed
10244
10245 \begin_layout Plain Layout
10246 こまんど@コマンド ! O ! 
10247 \backslash
10248 overset
10249 \end_layout
10250
10251 \end_inset
10252
10253 コマンドや
10254 \series bold
10255
10256 \backslash
10257 underset
10258 \series default
10259
10260 \begin_inset Index idx
10261 status collapsed
10262
10263 \begin_layout Plain Layout
10264 こまんど@コマンド ! U ! 
10265 \backslash
10266 underset
10267 \end_layout
10268
10269 \end_inset
10270
10271 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10272 \series bold
10273
10274 \backslash
10275 sideset
10276 \series default
10277
10278 \begin_inset Index idx
10279 status collapsed
10280
10281 \begin_layout Plain Layout
10282 こまんど@コマンド ! S ! 
10283 \backslash
10284 sideset
10285 \end_layout
10286
10287 \end_inset
10288
10289 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10290 \end_layout
10291
10292 \begin_layout Standard
10293
10294 \series bold
10295
10296 \backslash
10297 sideset{前置文字}{後置文字}
10298 \end_layout
10299
10300 \begin_layout Standard
10301
10302 \series bold
10303
10304 \backslash
10305 sideset
10306 \series default
10307 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10308 \series bold
10309
10310 \backslash
10311 sideset
10312 \series default
10313 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10314 \end_layout
10315
10316 \begin_layout Standard
10317 たとえば、
10318 \series bold
10319
10320 \backslash
10321 sideset{
10322 \begin_inset Formula $\to$
10323 \end_inset
10324
10325
10326 \backslash
10327 {
10328 \series default
10329 '
10330 \series bold
10331
10332 \begin_inset Formula $\to$
10333 \end_inset
10334
10335
10336 \backslash
10337 sum_k=1
10338 \begin_inset ERT
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342
10343
10344 \backslash
10345 spce 
10346 \end_layout
10347
10348 \end_inset
10349
10350
10351 \series default
10352 ^
10353 \series bold
10354 n
10355 \series default
10356 というコマンドを入力すると、
10357 \begin_inset Formula 
10358 \[
10359 \sideset{}{'}\sum_{k=1}^{n}
10360 \]
10361
10362 \end_inset
10363
10364 のようになります。
10365 \end_layout
10366
10367 \begin_layout Standard
10368 また、
10369 \series bold
10370
10371 \backslash
10372 overset
10373 \begin_inset ERT
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377
10378
10379 \backslash
10380 spce 
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \backslash
10387 maltese
10388 \begin_inset ERT
10389 status collapsed
10390
10391 \begin_layout Plain Layout
10392
10393
10394 \backslash
10395 spce 
10396 \end_layout
10397
10398 \end_inset
10399
10400
10401 \series default
10402
10403 \begin_inset Formula $\uparrow$
10404 \end_inset
10405
10406
10407 \series bold
10408 a
10409 \series default
10410 というコマンドならば、
10411 \begin_inset Formula 
10412 \[
10413 \overset{a}{\maltese}
10414 \]
10415
10416 \end_inset
10417
10418 のようになります。最後の例からわかるように、
10419 \series bold
10420
10421 \backslash
10422 overset
10423 \series default
10424
10425 \series bold
10426
10427 \backslash
10428 underset
10429 \series default
10430 では、記号や文字にアクセントをつけることもできます。一方、
10431 \series bold
10432
10433 \backslash
10434 sideset
10435 \series default
10436 では、このようなことはできません。
10437 \end_layout
10438
10439 \begin_layout Subsection
10440 複数の文字に付けるアクセント
10441 \begin_inset Index idx
10442 status collapsed
10443
10444 \begin_layout Plain Layout
10445 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10446 \end_layout
10447
10448 \end_inset
10449
10450
10451 \end_layout
10452
10453 \begin_layout Standard
10454 \begin_inset space \hfill{}
10455 \end_inset
10456
10457
10458 \begin_inset Tabular
10459 <lyxtabular version="3" rows="5" columns="2">
10460 <features tabularvalignment="middle">
10461 <column alignment="center" valignment="top" width="0pt">
10462 <column alignment="center" valignment="top" width="0pt">
10463 <row>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 コマンド
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 出力
10478 \begin_inset Note Note
10479 status collapsed
10480
10481 \begin_layout Plain Layout
10482 ここで
10483 \series bold
10484
10485 \backslash
10486 raisebox
10487 \series default
10488 はスペーサーとして使用しているだけです。
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 overleftarrow
10507 \begin_inset ERT
10508 status collapsed
10509
10510 \begin_layout Plain Layout
10511
10512
10513 \backslash
10514 spce 
10515 \end_layout
10516
10517 \end_inset
10518
10519 A=B
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \backslash
10544 underleftarrow
10545 \begin_inset ERT
10546 status collapsed
10547
10548 \begin_layout Plain Layout
10549
10550
10551 \backslash
10552 spce 
10553 \end_layout
10554
10555 \end_inset
10556
10557 A=B
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10567 \end_inset
10568
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \backslash
10582 overleftrightarrow
10583 \begin_inset ERT
10584 status collapsed
10585
10586 \begin_layout Plain Layout
10587
10588
10589 \backslash
10590 spce 
10591 \end_layout
10592
10593 \end_inset
10594
10595 A=B
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \backslash
10620 underleftrightarrow
10621 \begin_inset ERT
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625
10626
10627 \backslash
10628 spce 
10629 \end_layout
10630
10631 \end_inset
10632
10633 A=B
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 </lyxtabular>
10652
10653 \end_inset
10654
10655
10656 \begin_inset space \hfill{}
10657 \end_inset
10658
10659
10660 \begin_inset Tabular
10661 <lyxtabular version="3" rows="5" columns="2">
10662 <features tabularvalignment="middle">
10663 <column alignment="center" valignment="top" width="0pt">
10664 <column alignment="center" valignment="top" width="0pt">
10665 <row>
10666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 コマンド
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 出力
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \backslash
10692 overrightarrow
10693 \begin_inset ERT
10694 status collapsed
10695
10696 \begin_layout Plain Layout
10697
10698
10699 \backslash
10700 spce 
10701 \end_layout
10702
10703 \end_inset
10704
10705 A=B
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10715 \end_inset
10716
10717
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \backslash
10730 underrightarrow
10731 \begin_inset ERT
10732 status collapsed
10733
10734 \begin_layout Plain Layout
10735
10736
10737 \backslash
10738 spce 
10739 \end_layout
10740
10741 \end_inset
10742
10743 A=B
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \backslash
10768 widetilde
10769 \begin_inset ERT
10770 status collapsed
10771
10772 \begin_layout Plain Layout
10773
10774
10775 \backslash
10776 spce 
10777 \end_layout
10778
10779 \end_inset
10780
10781 A=B
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \backslash
10806 widehat
10807 \begin_inset ERT
10808 status collapsed
10809
10810 \begin_layout Plain Layout
10811
10812
10813 \backslash
10814 spce 
10815 \end_layout
10816
10817 \end_inset
10818
10819 A=B
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 </lyxtabular>
10838
10839 \end_inset
10840
10841
10842 \begin_inset space \hfill{}
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \begin_layout Standard
10849 \begin_inset VSpace medskip
10850 \end_inset
10851
10852 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10853 \series bold
10854
10855 \backslash
10856 widetilde
10857 \series default
10858 および
10859 \series bold
10860
10861 \backslash
10862 widehat
10863 \series default
10864 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10865 \begin_inset Formula 
10866 \[
10867 \widetilde{A+B=C-D}
10868 \]
10869
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \begin_layout Standard
10876 前小節で述べた
10877 \series bold
10878
10879 \backslash
10880 overset
10881 \series default
10882
10883 \begin_inset Index idx
10884 status collapsed
10885
10886 \begin_layout Plain Layout
10887 こまんど@コマンド ! O ! 
10888 \backslash
10889 overset
10890 \end_layout
10891
10892 \end_inset
10893
10894 コマンドと
10895 \series bold
10896
10897 \backslash
10898 underset
10899 \series default
10900
10901 \begin_inset Index idx
10902 status collapsed
10903
10904 \begin_layout Plain Layout
10905 こまんど@コマンド ! U ! 
10906 \backslash
10907 underset
10908 \end_layout
10909
10910 \end_inset
10911
10912 コマンドを使っても、複数の文字にアクセントを付けることができます。
10913 \series bold
10914
10915 \backslash
10916 underset
10917 \begin_inset ERT
10918 status collapsed
10919
10920 \begin_layout Plain Layout
10921
10922
10923 \backslash
10924 spce 
10925 \end_layout
10926
10927 \end_inset
10928
10929 A=B
10930 \begin_inset Formula $\downarrow$
10931 \end_inset
10932
10933 ***
10934 \series default
10935 というコマンドは、
10936 \begin_inset Formula 
10937 \[
10938 \underset{***}{A=B}
10939 \]
10940
10941 \end_inset
10942
10943 のようになります。
10944 \end_layout
10945
10946 \begin_layout Section
10947 空白
10948 \begin_inset CommandInset label
10949 LatexCommand label
10950 name "sub:空白"
10951
10952 \end_inset
10953
10954
10955 \begin_inset Index idx
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959 くうはく@空白 ! すいへい@水平
10960 \end_layout
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \begin_layout Subsection
10968 定義済みの空白
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "sub:定義済みの空白"
10972
10973 \end_inset
10974
10975
10976 \begin_inset Index idx
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \begin_layout Standard
10989 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10990 \begin_inset Info
10991 type  "shortcut"
10992 arg   "space-insert protected"
10993 \end_inset
10994
10995 )を挿入することで実現できます。「
10996 \color blue
10997
10998 \begin_inset ERT
10999 status collapsed
11000
11001 \begin_layout Plain Layout
11002
11003
11004 \backslash
11005 spce 
11006 \end_layout
11007
11008 \end_inset
11009
11010
11011 \color inherit
11012 」が現れるので、
11013 \family sans
11014 Space
11015 \family default
11016 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
11017 \begin_inset Graphics
11018         filename ../../images/math/space.png
11019         scale 85
11020
11021 \end_inset
11022
11023 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11024 \family sans
11025 Space
11026 \family default
11027 を押すことによって、長さを変更することができます。
11028 \end_layout
11029
11030 \begin_layout Standard
11031 \noindent
11032 \align center
11033 \begin_inset Tabular
11034 <lyxtabular version="3" rows="3" columns="7">
11035 <features tabularvalignment="middle">
11036 <column alignment="center" valignment="middle" width="6.8cm">
11037 <column alignment="center" valignment="top" width="0">
11038 <column alignment="center" valignment="top" width="0">
11039 <column alignment="center" valignment="top" width="0">
11040 <column alignment="center" valignment="top" width="0">
11041 <column alignment="center" valignment="top" width="0">
11042 <column alignment="center" valignment="top" width="0">
11043 <row>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 コマンド
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \backslash
11059 ,
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \backslash
11070 :
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \backslash
11081 ;
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \backslash
11092 quad
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \backslash
11103 qquad
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \backslash
11114 !
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 保護された空白を挿入したのち、
11126 \family sans
11127 Space
11128 \family default
11129 を叩く回数
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 0
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 1
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 2
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 3
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 4
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 5
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 </row>
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 出力
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Formula $A\, B$
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset Formula $A\: B$
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\; B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Formula $A\quad B$
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 \begin_inset Formula $A\qquad B$
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 \begin_inset Formula $A\! B$
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 </lyxtabular>
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11281 さの空白があります。
11282 \end_layout
11283
11284 \begin_layout Standard
11285 \align center
11286 \begin_inset Tabular
11287 <lyxtabular version="3" rows="3" columns="3">
11288 <features tabularvalignment="middle">
11289 <column alignment="center" valignment="middle" width="6.8cm">
11290 <column alignment="center" valignment="top" width="0pt">
11291 <column alignment="center" valignment="top" width="0pt">
11292 <row>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 コマンド
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \backslash
11308 negmedspace
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 negthickspace
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 </row>
11325 <row>
11326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 保護された空白を挿入したのち、
11331 \family sans
11332 Space
11333 \family default
11334 を叩く回数
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 6
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 7
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 出力
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\negmedspace B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 \begin_inset Formula $A\negthickspace B$
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 </row>
11393 </lyxtabular>
11394
11395 \end_inset
11396
11397
11398 \end_layout
11399
11400 \begin_layout Standard
11401 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11402 \end_layout
11403
11404 \begin_layout Standard
11405 \align center
11406 \begin_inset Tabular
11407 <lyxtabular version="3" rows="3" columns="2">
11408 <features tabularvalignment="middle">
11409 <column alignment="center" valignment="top" width="0">
11410 <column alignment="center" valignment="top" width="0">
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 コマンド
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 出力
11426 \begin_inset Note Note
11427 status collapsed
11428
11429 \begin_layout Plain Layout
11430 ここで
11431 \series bold
11432
11433 \backslash
11434 raisebox
11435 \series default
11436 はスペーサーとして使用しているだけです。
11437 \end_layout
11438
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452
11453 \backslash
11454 sum
11455 \backslash
11456 sum
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461
11462
11463 \backslash
11464 spce 
11465 \end_layout
11466
11467 \end_inset
11468
11469 f_kl
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492
11493 \backslash
11494 sum
11495 \backslash
11496 negmedspace
11497 \backslash
11498 sum
11499 \begin_inset ERT
11500 status collapsed
11501
11502 \begin_layout Plain Layout
11503
11504
11505 \backslash
11506 spce 
11507 \end_layout
11508
11509 \end_inset
11510
11511 f_kl
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 </lyxtabular>
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \align center
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="2" columns="2">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="top" width="0pt">
11546 <column alignment="center" valignment="top" width="0pt">
11547 <row>
11548 <cell alignment="center" valignment="top" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 通常の数式
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 \begin_inset Formula $A=B$
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset Note Note
11576 status collapsed
11577
11578 \begin_layout Plain Layout
11579 ここで
11580 \series bold
11581
11582 \backslash
11583 raisebox
11584 \series default
11585 はスペーサーとして使用しているだけです。
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \begin_inset Formula $\raisebox{5mm}{}$
11592 \end_inset
11593
11594 空白なしの数式
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 \begin_inset Formula $A{=}B$
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 </lyxtabular>
11613
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \begin_layout Standard
11620 \noindent
11621 二行目の数式を作るコマンドは、
11622 \series bold
11623 A
11624 \backslash
11625 {=
11626 \begin_inset Formula $\to$
11627 \end_inset
11628
11629 B
11630 \series default
11631 です。
11632 \end_layout
11633
11634 \begin_layout Standard
11635 \begin_inset VSpace bigskip
11636 \end_inset
11637
11638 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11639 整形\SpecialChar \menuseparator
11640 小空白メニュー(短
11641 絡キー
11642 \begin_inset Info
11643 type  "shortcut"
11644 arg   "space-insert thin"
11645 \end_inset
11646
11647 )で、最小の空白を挿入することができます。
11648 \end_layout
11649
11650 \begin_layout Standard
11651 違いを示す例を以下に掲げます。
11652 \end_layout
11653
11654 \begin_layout Standard
11655 \begin_inset Tabular
11656 <lyxtabular version="3" rows="2" columns="2">
11657 <features tabularvalignment="middle">
11658 <column alignment="left" valignment="top" width="0">
11659 <column alignment="left" valignment="top" width="0">
11660 <row>
11661 <cell alignment="center" valignment="top" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 24 kW
11666 \begin_inset Formula $\cdot$
11667 \end_inset
11668
11669 h
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 値と単位のあいだに通常の空白を入れた例
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 <row>
11685 <cell alignment="center" valignment="top" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 24
11690 \begin_inset space \thinspace{}
11691 \end_inset
11692
11693 kW
11694 \begin_inset Formula $\cdot$
11695 \end_inset
11696
11697 h
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 値と単位のあいだに最小の空白を入れた例
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 </lyxtabular>
11713
11714 \end_inset
11715
11716
11717 \end_layout
11718
11719 \begin_layout Subsection
11720 可変長の空白
11721 \begin_inset ERT
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726
11727 \backslash
11728 texorpdfstring{
11729 \end_layout
11730
11731 \end_inset
11732
11733
11734 \begin_inset Foot
11735 status collapsed
11736
11737 \begin_layout Plain Layout
11738 数式中の垂直方向の空白については、第
11739 \begin_inset CommandInset ref
11740 LatexCommand ref
11741 reference "sub:行間"
11742
11743 \end_inset
11744
11745 節をご覧下さい。
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset ERT
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755
11756 }{}
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \begin_inset Note Note
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766
11767 \backslash
11768 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11769 \end_layout
11770
11771 \begin_layout Plain Layout
11772
11773 \backslash
11774 texorpdfstringについての詳細は、第
11775 \begin_inset CommandInset ref
11776 LatexCommand ref
11777 reference "sub:節見出し中の数式"
11778
11779 \end_inset
11780
11781 節にあります。
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \begin_inset CommandInset label
11788 LatexCommand label
11789 name "sub:可変長の空白"
11790
11791 \end_inset
11792
11793
11794 \begin_inset Index idx
11795 status collapsed
11796
11797 \begin_layout Plain Layout
11798 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 指定した長さの空白が、
11808 \series bold
11809
11810 \backslash
11811 hspace
11812 \series default
11813
11814 \begin_inset Index idx
11815 status collapsed
11816
11817 \begin_layout Plain Layout
11818 こまんど@コマンド ! H ! 
11819 \backslash
11820 hspace
11821 \end_layout
11822
11823 \end_inset
11824
11825 コマンドで入力することができます。すると、ながい「
11826 \color blue
11827
11828 \begin_inset ERT
11829 status collapsed
11830
11831 \begin_layout Plain Layout
11832
11833
11834 \backslash
11835 spce 
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \color inherit
11842 」が現れます。長さは、「
11843 \color blue
11844
11845 \begin_inset ERT
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849
11850
11851 \backslash
11852 spce 
11853 \end_layout
11854
11855 \end_inset
11856
11857
11858 \color inherit
11859 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11860 \series bold
11861
11862 \backslash
11863 hfill
11864 \series default
11865
11866 \begin_inset Index idx
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 こまんど@コマンド ! H ! 
11871 \backslash
11872 hfill
11873 \end_layout
11874
11875 \end_inset
11876
11877 コマンドを使用します。
11878 \end_layout
11879
11880 \begin_layout Standard
11881 \begin_inset VSpace -1mm
11882 \end_inset
11883
11884
11885 \end_layout
11886
11887 \begin_layout Standard
11888 \align center
11889 \begin_inset Tabular
11890 <lyxtabular version="3" rows="4" columns="2">
11891 <features tabularvalignment="middle">
11892 <column alignment="center" valignment="top" width="0">
11893 <column alignment="center" valignment="top" width="0">
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 コマンド(
11900 \backslash
11901 hspace 長さ)
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 出力
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 A=B
11922 \backslash
11923 hspace
11924 \begin_inset ERT
11925 status collapsed
11926
11927 \begin_layout Plain Layout
11928
11929
11930 \backslash
11931 spce 
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \begin_inset Formula $\to$
11938 \end_inset
11939
11940 A
11941 \backslash
11942 not=C (3
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 cm)
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 A
11970 \backslash
11971 hspace
11972 \begin_inset ERT
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976
11977
11978 \backslash
11979 spce 
11980 \end_layout
11981
11982 \end_inset
11983
11984
11985 \begin_inset Formula $\to$
11986 \end_inset
11987
11988 A
11989 \backslash
11990 not=A (-1
11991 \begin_inset space \thinspace{}
11992 \end_inset
11993
11994 mm)
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 A=A
12018 \backslash
12019 hfill
12020 \begin_inset ERT
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024
12025
12026 \backslash
12027 spce 
12028 \end_layout
12029
12030 \end_inset
12031
12032 B=B
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 \begin_inset Formula $A=A\hfill B=B$
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 </lyxtabular>
12051
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \begin_layout Standard
12058 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12059 \series bold
12060
12061 \backslash
12062 hfill
12063 \series default
12064 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12065 \series bold
12066
12067 \backslash
12068 hfill
12069 \series default
12070 は、別行建て数式中では、
12071 \series bold
12072 行頭下げ
12073 \series default
12074 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12075 \begin_inset CommandInset ref
12076 LatexCommand ref
12077 reference "sec:数式様式"
12078
12079 \end_inset
12080
12081 節で説明されています)。
12082 \end_layout
12083
12084 \begin_layout Standard
12085
12086 \series bold
12087
12088 \backslash
12089 hfill
12090 \series default
12091 の他にも、空白を模様で埋める
12092 \series bold
12093
12094 \backslash
12095 dotfill
12096 \series default
12097
12098 \series bold
12099
12100 \backslash
12101 hrulefill
12102 \series default
12103 といったコマンドがあります。用例については第
12104 \begin_inset CommandInset ref
12105 LatexCommand ref
12106 reference "sub:省略符号"
12107
12108 \end_inset
12109
12110 節をご参照下さい。
12111 \end_layout
12112
12113 \begin_layout Standard
12114 本文中では、可変長空白は、
12115 \family sans
12116 挿入\SpecialChar \menuseparator
12117 整形\SpecialChar \menuseparator
12118 水平方向の空白
12119 \family default
12120 メニューで挿入することができます。
12121 \end_layout
12122
12123 \begin_layout Standard
12124 (例)
12125 \end_layout
12126
12127 \begin_layout Standard
12128 この行には、
12129 \begin_inset space \hspace{}
12130 \length 2cm
12131 \end_inset
12132
12133 2
12134 \begin_inset space \thinspace{}
12135 \end_inset
12136
12137 cmの空白が入っています。
12138 \end_layout
12139
12140 \begin_layout Standard
12141 この行には、
12142 \begin_inset space \hfill{}
12143 \end_inset
12144
12145 最大の空白が入っています。
12146 \end_layout
12147
12148 \begin_layout Subsection
12149 行内数式周りの空白
12150 \begin_inset Index idx
12151 status collapsed
12152
12153 \begin_layout Plain Layout
12154 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \begin_layout Standard
12163 行内数式前後の空白は、長さ
12164 \series bold
12165
12166 \backslash
12167 mathsurround
12168 \begin_inset Index idx
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172 こまんど@コマンド ! M ! 
12173 \backslash
12174 mathsurround
12175 \end_layout
12176
12177 \end_inset
12178
12179
12180 \series default
12181 を使って調節することができます。長さの値は、以下の書式を持つ
12182 \series bold
12183
12184 \backslash
12185 setlength
12186 \begin_inset Index idx
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190 こまんど@コマンド ! S ! 
12191 \backslash
12192 setlength
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \series default
12199 コマンドを使って設定することができます。
12200 \end_layout
12201
12202 \begin_layout Standard
12203
12204 \series bold
12205
12206 \backslash
12207 setlength{長さ名}{値}
12208 \end_layout
12209
12210 \begin_layout Standard
12211
12212 \series bold
12213
12214 \backslash
12215 mathsurround
12216 \series default
12217 を5
12218 \begin_inset space \thinspace{}
12219 \end_inset
12220
12221 mmの値に設定するには、以下のコマンド
12222 \end_layout
12223
12224 \begin_layout Standard
12225
12226 \series bold
12227
12228 \backslash
12229 setlength{
12230 \backslash
12231 mathsurround}{5mm}
12232 \end_layout
12233
12234 \begin_layout Standard
12235 をTeXモードで挿入します。すると、5
12236 \begin_inset space \thinspace{}
12237 \end_inset
12238
12239 mmの空白がすべての行内数式の前後に設定されることになります。
12240 \begin_inset ERT
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244
12245
12246 \backslash
12247 setlength{
12248 \backslash
12249 mathsurround}{5mm}
12250 \end_layout
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Standard
12258 この行には、周囲に5
12259 \begin_inset space \thinspace{}
12260 \end_inset
12261
12262 mmの余白を設定した行内数式
12263 \begin_inset Formula $A=B$
12264 \end_inset
12265
12266 があります。
12267 \begin_inset ERT
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271
12272
12273 \backslash
12274 setlength{
12275 \backslash
12276 mathsurround}{0pt}
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 既定値に戻すには、
12286 \series bold
12287
12288 \backslash
12289 mathsurround
12290 \series default
12291 を0
12292 \begin_inset space \thinspace{}
12293 \end_inset
12294
12295 ptの値に戻して下さい。
12296 \end_layout
12297
12298 \begin_layout Section
12299 ボックスと枠
12300 \begin_inset Index idx
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 ぼっくす@ボックス
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \begin_inset Index idx
12311 status collapsed
12312
12313 \begin_layout Plain Layout
12314 わく@枠 | see
12315 \begin_inset ERT
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319
12320 {
12321 \end_layout
12322
12323 \end_inset
12324
12325 ボックス
12326 \begin_inset ERT
12327 status collapsed
12328
12329 \begin_layout Plain Layout
12330
12331 }
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \begin_layout Standard
12345 本文中のボックスについては、取扱説明書
12346 \family typewriter
12347 埋め込みオブジェクト篇
12348 \family default
12349
12350 \family typewriter
12351 Boxes
12352 \family default
12353 の章に述べられています。
12354 \end_layout
12355
12356 \begin_layout Subsection
12357 縁付きボックス
12358 \begin_inset CommandInset label
12359 LatexCommand label
12360 name "sub:縁付きボックス"
12361
12362 \end_inset
12363
12364
12365 \begin_inset Index idx
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 ぼっくす@ボックス ! ふちつき@縁付き
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378
12379 \series bold
12380
12381 \backslash
12382 fbox
12383 \series default
12384
12385 \begin_inset Index idx
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389 こまんど@コマンド ! F ! 
12390 \backslash
12391 fbox
12392 \end_layout
12393
12394 \end_inset
12395
12396 コマンドや
12397 \series bold
12398
12399 \backslash
12400 boxed
12401 \series default
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 こまんど@コマンド ! B ! 
12408 \backslash
12409 boxed
12410 \end_layout
12411
12412 \end_inset
12413
12414 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12415 \end_layout
12416
12417 \begin_layout Standard
12418 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12419 \series bold
12420
12421 \backslash
12422 fbox
12423 \series default
12424 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12425 \family sans
12426 Ctrl+M
12427 \family default
12428 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12429 \series bold
12430
12431 \backslash
12432 boxed
12433 \series default
12434 を使った場合には、新しい数式が自動的に枠内に作られます。
12435 \end_layout
12436
12437 \begin_layout Standard
12438
12439 \series bold
12440
12441 \backslash
12442 fbox
12443 \series default
12444 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12445 \series bold
12446
12447 \backslash
12448 boxed
12449 \series default
12450 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12451 \end_layout
12452
12453 \begin_layout Standard
12454
12455 \series bold
12456
12457 \backslash
12458 fbox
12459 \series default
12460 の拡張として、枠幅と配置も指定することができる
12461 \series bold
12462
12463 \backslash
12464 framebox
12465 \series default
12466
12467 \begin_inset Index idx
12468 status collapsed
12469
12470 \begin_layout Plain Layout
12471 こまんど@コマンド ! F ! 
12472 \backslash
12473 framebox
12474 \end_layout
12475
12476 \end_inset
12477
12478 コマンドがあります。
12479 \series bold
12480
12481 \backslash
12482 framebox
12483 \series default
12484 は、以下の書式を持ちます。
12485 \end_layout
12486
12487 \begin_layout Standard
12488
12489 \series bold
12490
12491 \backslash
12492 framebox[枠幅][位置]{ボックスの内容}
12493 \end_layout
12494
12495 \begin_layout Standard
12496 「位置」は、
12497 \emph on
12498 l
12499 \emph default
12500
12501 \emph on
12502 r
12503 \emph default
12504 の値をとります。
12505 \emph on
12506 l
12507 \emph default
12508 は、ボックス中で数式を左寄せ、
12509 \emph on
12510 r
12511 \emph default
12512 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12513 \begin_inset Newline newline
12514 \end_inset
12515
12516 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12517 \series bold
12518
12519 \backslash
12520 fbox
12521 \series default
12522 と同様、枠幅がボックスの内容に応じて調節されるのです。
12523 \end_layout
12524
12525 \begin_layout Standard
12526
12527 \series bold
12528
12529 \backslash
12530 framebox
12531 \series default
12532 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12533 \series bold
12534
12535 \backslash
12536 fbox
12537 \series default
12538 同様、数式の断片を入れるためのものです。
12539 \end_layout
12540
12541 \begin_layout Standard
12542 \align center
12543 \begin_inset Tabular
12544 <lyxtabular version="3" rows="5" columns="2">
12545 <features tabularvalignment="middle">
12546 <column alignment="center" valignment="top" width="0">
12547 <column alignment="center" valignment="top" width="0">
12548 <row>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 コマンド
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 出力
12563 \begin_inset Note Note
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 ここで
12568 \series bold
12569
12570 \backslash
12571 raisebox
12572 \series default
12573 はスペーサーとして使用しているだけです。
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589
12590 \backslash
12591 fbox
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597
12598 \backslash
12599 spce 
12600 \end_layout
12601
12602 \end_inset
12603
12604
12605 \family sans
12606 Ctrl+M
12607 \family default
12608  
12609 \backslash
12610 int
12611 \begin_inset ERT
12612 status collapsed
12613
12614 \begin_layout Plain Layout
12615
12616
12617 \backslash
12618 spce 
12619 \end_layout
12620
12621 \end_inset
12622
12623 A=B
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 <row>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646
12647 \backslash
12648 boxed
12649 \begin_inset ERT
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653
12654
12655 \backslash
12656 spce 
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \backslash
12663 int
12664 \begin_inset ERT
12665 status collapsed
12666
12667 \begin_layout Plain Layout
12668
12669
12670 \backslash
12671 spce 
12672 \end_layout
12673
12674 \end_inset
12675
12676 A=B
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12686 \end_inset
12687
12688
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 </row>
12694 <row>
12695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 A+
12700 \backslash
12701 fbox
12702 \begin_inset ERT
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706
12707
12708 \backslash
12709 spce 
12710 \end_layout
12711
12712 \end_inset
12713
12714 B
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row>
12733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737
12738 \backslash
12739 framebox
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 spce 
12748 \end_layout
12749
12750 \end_inset
12751
12752 20mm
12753 \begin_inset Formula $\to$
12754 \end_inset
12755
12756
12757 \begin_inset Formula $\to$
12758 \end_inset
12759
12760
12761 \family sans
12762 Ctrl+M
12763 \family default
12764  
12765 \backslash
12766 frac
12767 \begin_inset ERT
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771
12772
12773 \backslash
12774 spce 
12775 \end_layout
12776
12777 \end_inset
12778
12779 A
12780 \begin_inset Formula $\downarrow$
12781 \end_inset
12782
12783 B
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 \begin_inset Formula $\raisebox{6mm}{}$
12793 \end_inset
12794
12795
12796 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12797 \end_inset
12798
12799
12800 \begin_inset Formula $\raisebox{-4mm}{}$
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 </lyxtabular>
12810
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \begin_layout Standard
12817 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12818 \end_layout
12819
12820 \begin_layout Standard
12821
12822 \series bold
12823
12824 \backslash
12825 fboxrule
12826 \series default
12827  
12828 \series bold
12829
12830 \begin_inset Quotes eld
12831 \end_inset
12832
12833 厚み
12834 \begin_inset Quotes erd
12835 \end_inset
12836
12837
12838 \series default
12839  
12840 \series bold
12841
12842 \backslash
12843 fboxsep
12844 \series default
12845  
12846 \series bold
12847
12848 \begin_inset Quotes eld
12849 \end_inset
12850
12851 距離
12852 \begin_inset Quotes erd
12853 \end_inset
12854
12855
12856 \end_layout
12857
12858 \begin_layout Standard
12859 \begin_inset Quotes eld
12860 \end_inset
12861
12862 距離
12863 \begin_inset Quotes erd
12864 \end_inset
12865
12866 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12867 \begin_inset ERT
12868 status collapsed
12869
12870 \begin_layout Plain Layout
12871
12872
12873 \backslash
12874 fboxrule 2mm 
12875 \backslash
12876 fboxsep 3mm
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \begin_inset Formula 
12883 \[
12884 \boxed{A+B=C}
12885 \]
12886
12887 \end_inset
12888
12889 この数式の直前には、
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \series bold
12895
12896 \backslash
12897 fboxrule
12898 \series default
12899  
12900 \series bold
12901 2mm
12902 \series default
12903  
12904 \series bold
12905
12906 \backslash
12907 fboxsep
12908 \series default
12909  
12910 \series bold
12911 3mm
12912 \end_layout
12913
12914 \begin_layout Standard
12915 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12916 \end_layout
12917
12918 \begin_layout Standard
12919 標準の枠寸法に戻すには、
12920 \end_layout
12921
12922 \begin_layout Standard
12923
12924 \series bold
12925
12926 \backslash
12927 fboxrule
12928 \series default
12929  
12930 \series bold
12931 0.4pt
12932 \series default
12933  
12934 \series bold
12935
12936 \backslash
12937 fboxsep
12938 \series default
12939  
12940 \series bold
12941 3pt
12942 \series default
12943
12944 \begin_inset ERT
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 fboxrule 0.4pt 
12952 \backslash
12953 fboxsep 3pt
12954 \end_layout
12955
12956 \end_inset
12957
12958
12959 \end_layout
12960
12961 \begin_layout Standard
12962 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12963 \end_layout
12964
12965 \begin_layout Subsection
12966 縁なしボックス
12967 \begin_inset CommandInset label
12968 LatexCommand label
12969 name "sub:枠なしボックス"
12970
12971 \end_inset
12972
12973
12974 \begin_inset Index idx
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978 ぼっくす@ボックス ! わくなし@枠なし
12979 \end_layout
12980
12981 \end_inset
12982
12983
12984 \end_layout
12985
12986 \begin_layout Standard
12987 縁のないボックスを作るには、
12988 \series bold
12989
12990 \backslash
12991 mbox
12992 \series default
12993
12994 \begin_inset Index idx
12995 status collapsed
12996
12997 \begin_layout Plain Layout
12998 こまんど@コマンド ! M ! 
12999 \backslash
13000 mbox
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \series bold
13007
13008 \backslash
13009 makebox
13010 \series default
13011
13012 \begin_inset Index idx
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016 こまんど@コマンド ! M ! 
13017 \backslash
13018 makebox
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \series bold
13025
13026 \backslash
13027 raisebox
13028 \series default
13029
13030 \begin_inset Index idx
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034 こまんど@コマンド ! R ! 
13035 \backslash
13036 raisebox
13037 \end_layout
13038
13039 \end_inset
13040
13041 の三つのコマンドがあります。
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 raisebox
13050 \series default
13051 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13052 \series bold
13053
13054 \backslash
13055 raisebox
13056 \series default
13057 は、以下の書式で用いられます。
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 raisebox{高さ}{ボックスの内容}
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 fbox
13074 \series default
13075 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13076 \begin_inset Note Greyedout
13077 status open
13078
13079 \begin_layout Plain Layout
13080
13081 \series bold
13082 (註)
13083 \series default
13084 下の最後の
13085 \series bold
13086
13087 \backslash
13088 raisebox
13089 \series default
13090 のところで、
13091 \family sans
13092 Ctrl+M
13093 \family default
13094 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13095 \series bold
13096
13097 \backslash
13098 raisebox
13099 \series default
13100 を直接サポートしていないためです。
13101 \end_layout
13102
13103 \end_inset
13104
13105
13106 \end_layout
13107
13108 \begin_layout Standard
13109 \align center
13110 \begin_inset Tabular
13111 <lyxtabular version="3" rows="4" columns="2">
13112 <features tabularvalignment="middle">
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 コマンド
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 出力
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 </row>
13135 <row>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 H
13141 \backslash
13142 raisebox{2mm
13143 \begin_inset Formula $\to$
13144 \end_inset
13145
13146
13147 \backslash
13148 {al
13149 \begin_inset Formula $\to$
13150 \end_inset
13151
13152  lo
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 H
13176 \backslash
13177 raisebox{-2mm
13178 \begin_inset Formula $\to$
13179 \end_inset
13180
13181
13182 \backslash
13183 {al
13184 \begin_inset Formula $\to$
13185 \end_inset
13186
13187 lo
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 </row>
13205 <row>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 A=
13211 \backslash
13212 raisebox{-2mm
13213 \begin_inset Formula $\to$
13214 \end_inset
13215
13216
13217 \backslash
13218 {
13219 \family sans
13220 Ctrl+M Ctrl+M
13221 \family default
13222  
13223 \backslash
13224 sqrt
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 spce 
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 </row>
13255 </lyxtabular>
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \begin_layout Standard
13263 縁がないことを除けば、
13264 \series bold
13265
13266 \backslash
13267 mbox
13268 \series default
13269 コマンドは
13270 \series bold
13271
13272 \backslash
13273 fbox
13274 \series default
13275 と同じであり、
13276 \series bold
13277
13278 \backslash
13279 makebox
13280 \series default
13281
13282 \series bold
13283
13284 \backslash
13285 framebox
13286 \series default
13287 と同じです。
13288 \end_layout
13289
13290 \begin_layout Subsection
13291 色付きボックス
13292 \begin_inset CommandInset label
13293 LatexCommand label
13294 name "sub:色付きボックス"
13295
13296 \end_inset
13297
13298
13299 \begin_inset Index idx
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303 ぼっくす@ボックス ! いろつき@色付き
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13313 \end_layout
13314
13315 \begin_layout Standard
13316
13317 \series bold
13318
13319 \backslash
13320 usepackage{color}
13321 \end_layout
13322
13323 \begin_layout Standard
13324 という行
13325 \begin_inset Foot
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13330 \series bold
13331 color
13332 \series default
13333 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \begin_inset Note Note
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13344 \end_layout
13345
13346 \end_inset
13347
13348 を書き加えて、LaTeXパッケージの
13349 \series bold
13350 color
13351 \series default
13352
13353 \begin_inset Foot
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357 LaTeXパッケージ
13358 \series bold
13359 color
13360 \series default
13361 は、すべての標準的なLaTeX頒布版に含まれています。
13362 \end_layout
13363
13364 \end_inset
13365
13366
13367 \begin_inset Index idx
13368 status collapsed
13369
13370 \begin_layout Plain Layout
13371 ぱっけーじ@パッケージ ! color
13372 \end_layout
13373
13374 \end_inset
13375
13376 を読み込む必要があります。
13377 \end_layout
13378
13379 \begin_layout Standard
13380 \begin_inset VSpace medskip
13381 \end_inset
13382
13383 ボックスに色を付けるには、
13384 \series bold
13385
13386 \backslash
13387 colorbox
13388 \series default
13389
13390 \begin_inset Index idx
13391 status collapsed
13392
13393 \begin_layout Plain Layout
13394 こまんど@コマンド ! C ! 
13395 \backslash
13396 colorbox
13397 \end_layout
13398
13399 \end_inset
13400
13401 コマンドを以下の書式で使用します。
13402 \end_layout
13403
13404 \begin_layout Standard
13405
13406 \series bold
13407
13408 \backslash
13409 colorbox{色}{ボックスの内容}
13410 \end_layout
13411
13412 \begin_layout Standard
13413 ボックスの内容には、別のボックスが含まれても構いませんし、
13414 \series bold
13415
13416 \backslash
13417 colorbox
13418 \series default
13419 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13420 \series bold
13421
13422 \backslash
13423 raisebox
13424 \series default
13425 と同様、明示的に数式を作らなくてはなりません
13426 \begin_inset Foot
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430 これは、
13431 \series bold
13432
13433 \backslash
13434 fcolorbox
13435 \series default
13436 コマンドにも当てはまります。
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 選択できる定義済みの色としては、
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \series bold
13451 black
13452 \series default
13453 (黒)・
13454 \series bold
13455 blue
13456 \series default
13457 (青)・
13458 \series bold
13459 cyan
13460 \series default
13461 (シアン)・
13462 \series bold
13463 green
13464 \series default
13465 (緑)・
13466 \series bold
13467 magenta
13468 \series default
13469 (マゼンタ)・
13470 \series bold
13471 red
13472 \series default
13473 (赤)・
13474 \series bold
13475 white
13476 \series default
13477 (白)・
13478 \series bold
13479 yellow
13480 \series default
13481 (黄)
13482 \end_layout
13483
13484 \begin_layout Standard
13485 があります。
13486 \end_layout
13487
13488 \begin_layout Standard
13489 \align center
13490 \begin_inset Tabular
13491 <lyxtabular version="3" rows="4" columns="2">
13492 <features tabularvalignment="middle">
13493 <column alignment="center" valignment="top" width="0">
13494 <column alignment="center" valignment="top" width="0">
13495 <row>
13496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 コマンド
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 出力
13510 \begin_inset Note Note
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 ここで
13515 \series bold
13516
13517 \backslash
13518 raisebox
13519 \series default
13520 はスペーサーとして使用しているだけです。
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \backslash
13538 colorbox{yellow
13539 \begin_inset Formula $\to$
13540 \end_inset
13541
13542
13543 \backslash
13544 {A=B
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \backslash
13569 colorbox{green
13570 \begin_inset Formula $\to$
13571 \end_inset
13572
13573
13574 \backslash
13575 {
13576 \backslash
13577 fbox
13578 \begin_inset ERT
13579 status collapsed
13580
13581 \begin_layout Plain Layout
13582
13583
13584 \backslash
13585 spce 
13586 \end_layout
13587
13588 \end_inset
13589
13590 A=B
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 </row>
13608 <row>
13609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613
13614 \backslash
13615 fbox
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621
13622 \backslash
13623 spce 
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \backslash
13630 colorbox{green
13631 \begin_inset Formula $\to$
13632 \end_inset
13633
13634
13635 \backslash
13636 {
13637 \family sans
13638 Ctrl+M
13639 \family default
13640  
13641 \family sans
13642 Ctrl+M
13643 \family default
13644  
13645 \backslash
13646 int
13647 \begin_inset ERT
13648 status collapsed
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 spce 
13655 \end_layout
13656
13657 \end_inset
13658
13659 C=D
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 </row>
13677 </lyxtabular>
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13692 \family sans
13693 文字様式
13694 \family default
13695 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13696 \begin_inset Graphics
13697         filename ../../images/dialog-show_character.png
13698         scale 85
13699
13700 \end_inset
13701
13702
13703 \family sans
13704 編集\SpecialChar \menuseparator
13705 文字様式\SpecialChar \menuseparator
13706 任意設定
13707 \family default
13708 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13709
13710 \end_layout
13711
13712 \begin_layout Standard
13713 たとえば、
13714 \end_layout
13715
13716 \begin_layout Standard
13717
13718 \color red
13719 \begin_inset Formula 
13720 \begin{equation}
13721 \int A=B\label{eq:red}
13722 \end{equation}
13723
13724 \end_inset
13725
13726
13727 \color green
13728
13729 \begin_inset Formula 
13730 \begin{equation}
13731 \textcolor{red}{\int A=B}\label{eq:redgreen}
13732 \end{equation}
13733
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \begin_layout Standard
13740 数式
13741 \begin_inset CommandInset ref
13742 LatexCommand eqref
13743 reference "eq:red"
13744
13745 \end_inset
13746
13747 は、全体が赤色です。
13748 \begin_inset Newline newline
13749 \end_inset
13750
13751 数式
13752 \begin_inset CommandInset ref
13753 LatexCommand eqref
13754 reference "eq:redgreen"
13755
13756 \end_inset
13757
13758 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13759 \end_layout
13760
13761 \begin_layout Standard
13762 \begin_inset VSpace bigskip
13763 \end_inset
13764
13765 ボックスの縁だけ別の色にするには、
13766 \series bold
13767
13768 \backslash
13769 fcolorbox
13770 \series default
13771
13772 \begin_inset Index idx
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776 こまんど@コマンド ! F ! 
13777 \backslash
13778 fcolorbox
13779 \end_layout
13780
13781 \end_inset
13782
13783 コマンドを以下の書式で使用します。
13784 \end_layout
13785
13786 \begin_layout Standard
13787
13788 \series bold
13789
13790 \backslash
13791 fcolorbox{縁の色}{色}{ボックスの内容}
13792 \end_layout
13793
13794 \begin_layout Standard
13795 つまり、
13796 \series bold
13797
13798 \backslash
13799 fcolorbox
13800 \series default
13801
13802 \series bold
13803
13804 \backslash
13805 colorbox
13806 \series default
13807 コマンドの拡張です。
13808 \series bold
13809
13810 \backslash
13811 framebox
13812 \series default
13813 と同様に、縁の厚みは
13814 \series bold
13815
13816 \backslash
13817 fboxrule
13818 \series default
13819
13820 \series bold
13821
13822 \backslash
13823 fboxsep
13824 \series default
13825 で設定します。たとえば、
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831
13832 \backslash
13833 fboxrule 1mm 
13834 \backslash
13835 fboxsep 1mm
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \begin_inset Formula 
13842 \[
13843 \fcolorbox{cyan}{magenta}{A=B}
13844 \]
13845
13846 \end_inset
13847
13848
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 fboxrule 0.4pt 
13857 \backslash
13858 fboxsep 3pt
13859 \end_layout
13860
13861 \end_inset
13862
13863 のようにします。
13864 \end_layout
13865
13866 \begin_layout Standard
13867 上記の数式は、以下のコマンドで作成されています。
13868 \begin_inset Newline newline
13869 \end_inset
13870
13871
13872 \series bold
13873
13874 \backslash
13875 fcolorbox{cyan
13876 \begin_inset Formula $\to$
13877 \end_inset
13878
13879
13880 \backslash
13881 {magenta
13882 \begin_inset Formula $\to$
13883 \end_inset
13884
13885
13886 \backslash
13887 {A=B
13888 \series default
13889 .
13890 \end_layout
13891
13892 \begin_layout Standard
13893 \begin_inset VSpace bigskip
13894 \end_inset
13895
13896 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13897 \end_layout
13898
13899 \begin_layout Standard
13900 たとえば、「
13901 \series bold
13902 darkgreen
13903 \series default
13904 」という色を定義するには、LaTeXプリアンブルに
13905 \end_layout
13906
13907 \begin_layout Standard
13908
13909 \series bold
13910
13911 \backslash
13912 definecolor{darkgreen}{cmyk}{0.5,
13913 \series default
13914  
13915 \series bold
13916 0,
13917 \series default
13918  
13919 \series bold
13920 1,
13921 \series default
13922  
13923 \series bold
13924 0.5}
13925 \series default
13926
13927 \begin_inset Index idx
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931 こまんど@コマンド ! D ! 
13932 \backslash
13933 definecolor
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Standard
13942 という行を書き加えます。
13943 \end_layout
13944
13945 \begin_layout Standard
13946
13947 \series bold
13948 cmyk
13949 \series default
13950 とは、
13951 \series bold
13952 cyan
13953 \series default
13954 (シアン)・
13955 \series bold
13956 magenta
13957 \series default
13958 (マゼンタ)・
13959 \series bold
13960 yellow
13961 \series default
13962 (黄)・
13963 \series bold
13964 black
13965 \series default
13966 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13967 \begin_inset space \thinspace{}
13968 \end_inset
13969
13970 -
13971 \begin_inset space \thinspace{}
13972 \end_inset
13973
13974 1の範囲をとることができます。定義には、
13975 \series bold
13976 cmyk
13977 \series default
13978 の他に、
13979 \series bold
13980 rgb
13981 \series default
13982 という色空間を使うこともできます。
13983 \series bold
13984 rgb
13985 \series default
13986 とは、
13987 \series bold
13988 red
13989 \series default
13990 (赤)・
13991 \series bold
13992 green
13993 \series default
13994 (緑)・
13995 \series bold
13996 blue
13997 \series default
13998 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13999 \series bold
14000 gray
14001 \series default
14002 という色空間もあります。
14003 \end_layout
14004
14005 \begin_layout Standard
14006 例として、文字が
14007 \series bold
14008 yellow
14009 \series default
14010 に色付けされ、新しく定義した
14011 \series bold
14012 darkgreen
14013 \series default
14014 という色を持つ縁付きボックスを挙げておきます。
14015 \begin_inset Formula 
14016 \begin{equation}
14017 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14018 \end{equation}
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \begin_layout Standard
14026
14027 \series bold
14028
14029 \backslash
14030 textcolor
14031 \series default
14032 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14033 \begin_inset Index idx
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 てきすと@テキスト ! いろつき@色付き
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051
14052 \backslash
14053 textcolor{darkgreen}{
14054 \end_layout
14055
14056 \end_inset
14057
14058 この文は「darkgreen」です。
14059 \begin_inset ERT
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063
14064 }
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073
14074 \series bold
14075
14076 \backslash
14077 textcolor
14078 \series default
14079
14080 \begin_inset Index idx
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 こまんど@コマンド ! T ! 
14085 \backslash
14086 textcolor
14087 \end_layout
14088
14089 \end_inset
14090
14091 は、
14092 \series bold
14093
14094 \backslash
14095 textcolor{色}{色付けをする文}
14096 \series default
14097 という書式で使用することができます。
14098 \end_layout
14099
14100 \begin_layout Subsection
14101 段落ボックス
14102 \begin_inset CommandInset label
14103 LatexCommand label
14104 name "sub:段落ボックス"
14105
14106 \end_inset
14107
14108
14109 \begin_inset Index idx
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 ぼっくす@ボックス ! だんらく@段落
14114 \end_layout
14115
14116 \end_inset
14117
14118
14119 \begin_inset Index idx
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123 ぼっくす@ボックス ! parbox|see
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129 {
14130 \end_layout
14131
14132 \end_inset
14133
14134 ボックス ! 段落ボックス
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140 }
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14155 \family sans
14156 挿入\SpecialChar \menuseparator
14157 ボックス
14158 \family default
14159 メニューかツールバーボタン
14160 \begin_inset Graphics
14161         filename ../../images/box-insert.png
14162         scale 85
14163
14164 \end_inset
14165
14166 で作成することができます。
14167 \end_layout
14168
14169 \begin_layout Standard
14170 以下の例は、行中の縁付きparboxを示したものです。
14171 \end_layout
14172
14173 \begin_layout Standard
14174 \begin_inset VSpace medskip
14175 \end_inset
14176
14177 この行は、
14178 \begin_inset Box Boxed
14179 position "c"
14180 hor_pos "c"
14181 has_inner_box 1
14182 inner_pos "t"
14183 use_parbox 1
14184 use_makebox 0
14185 width "5cm"
14186 special "none"
14187 height "1in"
14188 height_special "totalheight"
14189 status open
14190
14191 \begin_layout Plain Layout
14192 これは段落ボックスです。これはちょうど5
14193 \begin_inset space \thinspace{}
14194 \end_inset
14195
14196 cmの幅になっており、以下のように数式を含めることもできます。
14197 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \end_inset
14204
14205 parboxの入った行です。
14206 \end_layout
14207
14208 \begin_layout Standard
14209 \begin_inset VSpace medskip
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14217 \emph on
14218 装飾
14219 \emph default
14220 :簡素な長方形の箱型、
14221 \emph on
14222 内部ボックス
14223 \emph default
14224 :parboxコマンド、
14225 \emph on
14226
14227 \emph default
14228 :5
14229 \begin_inset space \thinspace{}
14230 \end_inset
14231
14232 cm、
14233 \emph on
14234 垂直ボックス配置
14235 \emph default
14236 :中央、に設定されています。
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset VSpace medskip
14241 \end_inset
14242
14243 LaTeXでは、parboxは、以下の書式を持つ
14244 \series bold
14245
14246 \backslash
14247 parbox
14248 \series default
14249
14250 \begin_inset Index idx
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 こまんど@コマンド ! P ! 
14255 \backslash
14256 parbox
14257 \end_layout
14258
14259 \end_inset
14260
14261 コマンドによって作られます。
14262 \end_layout
14263
14264 \begin_layout Standard
14265
14266 \series bold
14267
14268 \backslash
14269 parbox[位置]{幅}{ボックスの内容}
14270 \end_layout
14271
14272 \begin_layout Standard
14273 「位置」は、
14274 \emph on
14275 b
14276 \emph default
14277
14278 \emph on
14279 t
14280 \emph default
14281 の値をとることができます。下揃えを意味する
14282 \emph on
14283 b
14284 \emph default
14285
14286 \bar under
14287 b
14288 \bar default
14289 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14290 \emph on
14291 t
14292 \emph default
14293
14294 \bar under
14295 t
14296 \bar default
14297 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14298 \emph on
14299 Boxes
14300 \emph default
14301 の節をご参照下さい。
14302 \end_layout
14303
14304 \begin_layout Standard
14305 \begin_inset VSpace bigskip
14306 \end_inset
14307
14308 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14309 \series bold
14310 parbox{
14311 \backslash
14312 linewidth-2
14313 \backslash
14314 fboxsep-2
14315 \backslash
14316 fboxrule}{
14317 \series default
14318 というコマンドを挿入します。ここで
14319 \series bold
14320
14321 \backslash
14322 linewidth
14323 \begin_inset Index idx
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327 こまんど@コマンド ! L ! 
14328 \backslash
14329 linewidth
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \series default
14336 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14337 \begin_inset Foot
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341 \begin_inset CommandInset href
14342 LatexCommand href
14343 name "LyX-bug #4483"
14344 target "http://www.lyx.org/trac/ticket/4483"
14345
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352
14353 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14354 \series bold
14355 calc
14356 \series default
14357
14358 \begin_inset Foot
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362
14363 \series bold
14364 calc
14365 \series default
14366 は、標準的LaTeX頒布版のすべてに含まれています。
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \begin_inset Index idx
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 ぱっけーじ@パッケージ ! calc
14377 \end_layout
14378
14379 \end_inset
14380
14381 を、LaTeXプリアンブル中で
14382 \end_layout
14383
14384 \begin_layout Standard
14385
14386 \series bold
14387
14388 \backslash
14389 usepackage{calc}
14390 \end_layout
14391
14392 \begin_layout Standard
14393 のように読み込んでおく必要があります。数式の後では、TeXモードで
14394 \series bold
14395 }}
14396 \series default
14397 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14398 \begin_inset ERT
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402
14403
14404 \backslash
14405 fboxsep 5mm 
14406 \backslash
14407 fboxrule 5mm
14408 \end_layout
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset ERT
14417 status collapsed
14418
14419 \begin_layout Plain Layout
14420
14421
14422 \backslash
14423 fbox{
14424 \backslash
14425 parbox{
14426 \backslash
14427 linewidth-2
14428 \backslash
14429 fboxsep-2
14430 \backslash
14431 fboxrule}{
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \begin_inset Formula 
14438 \begin{equation}
14439 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14440 \end{equation}
14441
14442 \end_inset
14443
14444
14445 \begin_inset ERT
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449
14450 }}
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \begin_inset ERT
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460
14461
14462 \backslash
14463 fboxrule 0.4pt 
14464 \backslash
14465 fboxsep 3pt
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Standard
14474 \begin_inset VSpace medskip
14475 \end_inset
14476
14477
14478 \series bold
14479
14480 \backslash
14481 fbox
14482 \series default
14483 の引数としてparboxが使われているので、この場合には、
14484 \series bold
14485
14486 \backslash
14487 fbox
14488 \series default
14489 を使おうが
14490 \series bold
14491
14492 \backslash
14493 boxed
14494 \series default
14495 を使おうが、差は生じません。
14496 \end_layout
14497
14498 \begin_layout Standard
14499 \begin_inset VSpace bigskip
14500 \end_inset
14501
14502 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14503 \series bold
14504
14505 \backslash
14506 parbox
14507 \series default
14508
14509 \series bold
14510
14511 \backslash
14512 tag
14513 \series default
14514 コマンドといっしょに使います(
14515 \series bold
14516
14517 \backslash
14518 tag
14519 \series default
14520 についての詳細は、第
14521 \begin_inset CommandInset ref
14522 LatexCommand ref
14523 reference "sub:ユーザー定義番号"
14524
14525 \end_inset
14526
14527 節をご参照下さい)
14528 \end_layout
14529
14530 \begin_layout Standard
14531 以下は、
14532 \series bold
14533
14534 \backslash
14535 parbox
14536 \series default
14537 を使ってコメントを付けた数式の例です。
14538 \end_layout
14539
14540 \begin_layout Standard
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548 [5x-7b=3b
14549 \backslash
14550 tag*{
14551 \backslash
14552 parbox{5cm}{
14553 \end_layout
14554
14555 \end_inset
14556
14557 これは説明です。数式や多行数式本体からはっきりと離れています。
14558 \begin_inset ERT
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562
14563 }}
14564 \backslash
14565 ]
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Standard
14574 LyXは、まだ数式中での
14575 \series bold
14576
14577 \backslash
14578 parbox
14579 \series default
14580 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14581 \end_layout
14582
14583 \begin_layout Standard
14584 まず、
14585 \series bold
14586
14587 \backslash
14588 [5x-7b=3b
14589 \backslash
14590 tag*
14591 \backslash
14592 {
14593 \backslash
14594 parbox{5cm}{
14595 \series default
14596 というコマンドをTeXモードで挿入します
14597 \begin_inset Foot
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601
14602 \series bold
14603 行頭下げ
14604 \series default
14605 数式様式を使用している時には、
14606 \series bold
14607
14608 \backslash
14609 tag*
14610 \backslash
14611 {
14612 \series default
14613 の代わりに
14614 \series bold
14615
14616 \backslash
14617 hfill
14618 \series default
14619 を用いることもできます(数式様式に関しては、第
14620 \begin_inset CommandInset ref
14621 LatexCommand ref
14622 reference "sec:数式様式"
14623
14624 \end_inset
14625
14626 節をご参照下さい)。
14627 \end_layout
14628
14629 \end_inset
14630
14631 。それから、説明を通常のテキストとして入れ、最後に
14632 \series bold
14633 }}
14634 \backslash
14635 ]
14636 \series default
14637 をTeXモードで挿入します。ここで
14638 \series bold
14639
14640 \backslash
14641 [
14642 \series default
14643 および
14644 \series bold
14645
14646 \backslash
14647 ]
14648 \series default
14649 コマンドは別行建て数式を作るためのものです。
14650 \end_layout
14651
14652 \begin_layout Standard
14653
14654 \series bold
14655
14656 \backslash
14657 parbox
14658 \series default
14659 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14660 \begin_inset Formula 
14661 \[
14662 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14663 \]
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Section
14671 演算子
14672 \begin_inset Index idx
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 えんざんし@演算子
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Subsection
14685 大演算子
14686 \begin_inset CommandInset label
14687 LatexCommand label
14688 name "sub:大演算子"
14689
14690 \end_inset
14691
14692
14693 \begin_inset Index idx
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 えんざんし@演算子 ! だい@大
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \begin_inset Index idx
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707 わ@和
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \begin_inset Index idx
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717 せきぶんきごう@積分記号
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Standard
14726 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14727 \family sans
14728 数式オプション
14729 \family default
14730 の面にある
14731 \family sans
14732 esintパッケージを自動的に使う
14733 \family default
14734 オプションを有効にしなくてはなりません。
14735 \end_layout
14736
14737 \begin_layout Standard
14738 \begin_inset space \hfill{}
14739 \end_inset
14740
14741
14742 \begin_inset Tabular
14743 <lyxtabular version="3" rows="9" columns="2">
14744 <features tabularvalignment="middle">
14745 <column alignment="center" valignment="top" width="0pt">
14746 <column alignment="center" valignment="top" width="0pt">
14747 <row>
14748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 コマンド
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761 出力
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772
14773 \backslash
14774 sum
14775 \begin_inset Index idx
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779 こまんど@コマンド ! S ! 
14780 \backslash
14781 sum
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 \begin_inset Formula $\sum$
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \end_inset
14802 </cell>
14803 </row>
14804 <row>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809
14810 \backslash
14811 int
14812 \begin_inset Index idx
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816 こまんど@コマンド ! I ! 
14817 \backslash
14818 int
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832 \begin_inset Formula $\int$
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 </row>
14841 <row>
14842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846
14847 \backslash
14848 oint
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 \begin_inset Formula $\oint$
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 </row>
14866 <row>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871
14872 \backslash
14873 ointctrclockwise
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 \begin_inset Formula $\ointctrclockwise$
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 </row>
14891 <row>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \backslash
14898 ointclockwise
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 \begin_inset Formula $\ointclockwise$
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921
14922 \backslash
14923 sqint
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 \begin_inset Formula $\sqint$
14933 \end_inset
14934
14935
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 <row>
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \backslash
14948 bigcap
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Formula $\bigcap$
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 </row>
14966 <row>
14967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971
14972 \backslash
14973 bigcup
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 \begin_inset Formula $\bigcup$
14983 \end_inset
14984
14985
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 </lyxtabular>
14992
14993 \end_inset
14994
14995
14996 \begin_inset space \hfill{}
14997 \end_inset
14998
14999
15000 \begin_inset Tabular
15001 <lyxtabular version="3" rows="10" columns="2">
15002 <features tabularvalignment="middle">
15003 <column alignment="center" valignment="top" width="0pt">
15004 <column alignment="center" valignment="top" width="0pt">
15005 <row>
15006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 コマンド
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 出力
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 prod
15033 \begin_inset Index idx
15034 status collapsed
15035
15036 \begin_layout Plain Layout
15037 こまんど@コマンド ! P ! 
15038 \backslash
15039 prod
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 \begin_inset Formula $\prod$
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067
15068 \backslash
15069 coprod
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 \begin_inset Formula $\coprod$
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 </row>
15087 <row>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \backslash
15094 bigodot
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset Formula $\bigodot$
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 <row>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \backslash
15119 bigotimes
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 \begin_inset Formula $\bigotimes$
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \backslash
15144 bigoplus
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 \begin_inset Formula $\bigoplus$
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 <row>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167
15168 \backslash
15169 bigwedge
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 \begin_inset Formula $\bigwedge$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 bigvee
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 \begin_inset Formula $\bigvee$
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 bigsqcup
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset Formula $\bigsqcup$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \backslash
15244 biguplus
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 \begin_inset Formula $\biguplus$
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 </lyxtabular>
15263
15264 \end_inset
15265
15266
15267 \begin_inset space \hfill{}
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 すべての大演算子は、数式ツールバーボタンの
15275 \begin_inset Graphics
15276         filename ../../images/math/intop.png
15277         scale 85
15278
15279 \end_inset
15280
15281 でも挿入することができます。
15282 \end_layout
15283
15284 \begin_layout Standard
15285 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15286 \end_layout
15287
15288 \begin_layout Standard
15289 積分演算子はすべて、
15290 \series bold
15291
15292 \backslash
15293 intop
15294 \series default
15295
15296 \series bold
15297
15298 \backslash
15299 ointop
15300 \series default
15301 のように、
15302 \series bold
15303 op
15304 \series default
15305 で終わる別バージョンがあります。これらの演算子は、
15306 \series bold
15307
15308 \backslash
15309 int
15310 \series default
15311 とは範囲の表示のしかたが異なります。第
15312 \begin_inset CommandInset ref
15313 LatexCommand ref
15314 reference "sub:演算子の範囲"
15315
15316 \end_inset
15317
15318 節をご参照下さい。
15319 \end_layout
15320
15321 \begin_layout Subsubsection*
15322 積分の子細
15323 \end_layout
15324
15325 \begin_layout Standard
15326 積分中で用いられる文字
15327 \emph on
15328 d
15329 \emph default
15330 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15331 \emph on
15332 d
15333 \emph default
15334 を選択して、短絡キー
15335 \begin_inset Info
15336 type  "shortcut"
15337 arg   "font-roman"
15338 \end_inset
15339
15340 を用います
15341 \begin_inset Foot
15342 status collapsed
15343
15344 \begin_layout Plain Layout
15345 文字様式については、第
15346 \begin_inset CommandInset ref
15347 LatexCommand ref
15348 reference "sub:書体様式"
15349
15350 \end_inset
15351
15352 節参照。
15353 \end_layout
15354
15355 \end_inset
15356
15357 。最後に、演算子の慣例に倣って、
15358 \emph on
15359 d
15360 \emph default
15361 の前に最小空白を挿入しなくてはなりません。たとえば、
15362 \end_layout
15363
15364 \begin_layout Standard
15365 正しくない例:
15366 \begin_inset Formula $\int A(x)dx$
15367 \end_inset
15368
15369
15370 \begin_inset Newline newline
15371 \end_inset
15372
15373 正しい
15374 \begin_inset Phantom HPhantom
15375 status open
15376
15377 \begin_layout Plain Layout
15378 ない
15379 \end_layout
15380
15381 \end_inset
15382
15383 例:
15384 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \begin_layout Standard
15391 多重積分に関しては、以下のコマンドがあります。
15392 \begin_inset VSpace medskip
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset space \hfill{}
15400 \end_inset
15401
15402
15403 \begin_inset Tabular
15404 <lyxtabular version="3" rows="4" columns="2">
15405 <features tabularvalignment="middle">
15406 <column alignment="center" valignment="top" width="0">
15407 <column alignment="center" valignment="top" width="0">
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413 コマンド
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422 出力
15423 \begin_inset Note Note
15424 status collapsed
15425
15426 \begin_layout Plain Layout
15427 ここで
15428 \series bold
15429
15430 \backslash
15431 raisebox
15432 \series default
15433 はスペーサーとして使用しているだけです。
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 </row>
15444 <row>
15445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \backslash
15451 iint
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 </row>
15469 <row>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474
15475 \backslash
15476 oiint
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \backslash
15501 sqiint
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 </lyxtabular>
15520
15521 \end_inset
15522
15523
15524 \begin_inset space \hfill{}
15525 \end_inset
15526
15527
15528 \begin_inset Tabular
15529 <lyxtabular version="3" rows="4" columns="2">
15530 <features tabularvalignment="middle">
15531 <column alignment="center" valignment="top" width="0">
15532 <column alignment="center" valignment="top" width="0">
15533 <row>
15534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 コマンド
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 出力
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \backslash
15560 iiint
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \backslash
15585 iiiint
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 dotsint
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 </lyxtabular>
15629
15630 \end_inset
15631
15632
15633 \begin_inset space \hfill{}
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Subsection
15640 演算子の範囲
15641 \begin_inset CommandInset label
15642 LatexCommand label
15643 name "sub:演算子の範囲"
15644
15645 \end_inset
15646
15647
15648 \begin_inset Index idx
15649 status collapsed
15650
15651 \begin_layout Plain Layout
15652 えんざんし@演算子 ! はんい@範囲
15653 \end_layout
15654
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \begin_layout Standard
15661 範囲は、上付き文字と下付き文字とで作成することができます。
15662 \end_layout
15663
15664 \begin_layout Standard
15665 \align center
15666 \begin_inset Tabular
15667 <lyxtabular version="3" rows="2" columns="2">
15668 <features tabularvalignment="middle">
15669 <column alignment="center" valignment="top" width="0pt">
15670 <column alignment="center" valignment="top" width="0pt">
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 コマンド
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 出力
15686 \begin_inset Note Note
15687 status collapsed
15688
15689 \begin_layout Plain Layout
15690 ここで
15691 \series bold
15692
15693 \backslash
15694 raisebox
15695 \series default
15696 はスペーサーとして使用しているだけです。
15697 \end_layout
15698
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \backslash
15714 prod^
15715 \backslash
15716 infty
15717 \begin_inset ERT
15718 status collapsed
15719
15720 \begin_layout Plain Layout
15721
15722
15723 \backslash
15724 spce 
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \begin_inset Formula $\to$
15731 \end_inset
15732
15733 _0
15734 \begin_inset Formula $\to$
15735 \end_inset
15736
15737 A(x)
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15747 \end_inset
15748
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 </row>
15755 </lyxtabular>
15756
15757 \end_inset
15758
15759
15760 \end_layout
15761
15762 \begin_layout Standard
15763 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15764 \end_layout
15765
15766 \begin_layout Standard
15767 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15768 \family sans
15769 編集\SpecialChar \menuseparator
15770 数式\SpecialChar \menuseparator
15771 範囲の表記を変更
15772 \family default
15773 メニューで
15774 \family sans
15775 \series bold
15776 行内形式
15777 \family default
15778 \series default
15779 (短絡キー
15780 \begin_inset Info
15781 type  "shortcut"
15782 arg   "math-limits"
15783 \end_inset
15784
15785 )を選択することで範囲形式を変更することができます。以下はその用例です。
15786 \end_layout
15787
15788 \begin_layout Standard
15789 既定の範囲形式は、以下のようになっています。
15790 \begin_inset Formula 
15791 \[
15792 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15793 \]
15794
15795 \end_inset
15796
15797 以下は、範囲形式を
15798 \family sans
15799 \series bold
15800 行内形式
15801 \family default
15802 \series default
15803 に変更したときの表示です。
15804 \begin_inset Formula 
15805 \[
15806 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15807 \]
15808
15809 \end_inset
15810
15811
15812 \series bold
15813
15814 \backslash
15815 intop
15816 \series default
15817
15818 \series bold
15819
15820 \backslash
15821 ointop
15822 \series default
15823 などのように
15824 \series bold
15825 op
15826 \series default
15827 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15828 の例では、範囲形式を
15829 \series bold
15830 別行建て形式
15831 \series default
15832 にして積分記号の下に置くようにしています。
15833 \begin_inset Formula 
15834 \begin{equation}
15835 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15836 \end{equation}
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 \begin_inset VSpace medskip
15845 \end_inset
15846
15847 範囲に条件を指定したい場合には、
15848 \series bold
15849
15850 \backslash
15851 subarray
15852 \series default
15853
15854 \begin_inset Index idx
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858 こまんど@コマンド ! S ! 
15859 \backslash
15860 subarray
15861 \end_layout
15862
15863 \end_inset
15864
15865 コマンドや
15866 \series bold
15867
15868 \backslash
15869 substack
15870 \series default
15871
15872 \begin_inset Index idx
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876 こまんど@コマンド ! S ! 
15877 \backslash
15878 substack
15879 \end_layout
15880
15881 \end_inset
15882
15883 コマンドを使用します。たとえば、以下の表記 
15884 \begin_inset Formula 
15885 \begin{equation}
15886 \sum_{\begin{subarray}{c}
15887 0<k<1000\\
15888 \\
15889 k\,\in\,\mathbb{N}
15890 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15891 \end{equation}
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \begin_layout Standard
15899 を作成するには、以下のようにしなくてはなりません。
15900 \begin_inset Newline newline
15901 \end_inset
15902
15903 まず、
15904 \series bold
15905
15906 \backslash
15907 sum
15908 \series default
15909 ^
15910 \series bold
15911 n
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 spce 
15920 \end_layout
15921
15922 \end_inset
15923
15924 _
15925 \series default
15926 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15927 \series bold
15928
15929 \backslash
15930 subarray
15931 \begin_inset ERT
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935
15936
15937 \backslash
15938 spce 
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \series default
15945 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15946 \begin_inset Info
15947 type  "shortcut"
15948 arg   "newline-insert newline"
15949 \end_inset
15950
15951 )を挿入することで作ることができます。ここに
15952 \begin_inset Newline newline
15953 \end_inset
15954
15955
15956 \series bold
15957 0
15958 \begin_inset Formula $\boldsymbol{<}$
15959 \end_inset
15960
15961 k
15962 \begin_inset Formula $\boldsymbol{<}$
15963 \end_inset
15964
15965 1000 Ctrl+Return
15966 \begin_inset Newline newline
15967 \end_inset
15968
15969
15970 \series default
15971 と入力すると、新規行のための新しい枠が現れます。
15972 \end_layout
15973
15974 \begin_layout Standard
15975 各行の揃え方は、
15976 \family sans
15977 表ツールバー
15978 \family default
15979
15980 \family sans
15981 編集\SpecialChar \menuseparator
15982 行と列
15983 \family default
15984 メニューで変更することができますが、右揃えにするには、行頭に
15985 \series bold
15986
15987 \backslash
15988 hfill
15989 \begin_inset ERT
15990 status collapsed
15991
15992 \begin_layout Plain Layout
15993
15994
15995 \backslash
15996 spce 
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \series default
16003 を挿入しなくてはなりません。
16004 \end_layout
16005
16006 \begin_layout Standard
16007
16008 \series bold
16009
16010 \backslash
16011 substack
16012 \series default
16013 コマンドは、各行がつねに中央揃えになることを除いては、
16014 \series bold
16015
16016 \backslash
16017 subarray
16018 \series default
16019 と同じです。
16020 \end_layout
16021
16022 \begin_layout Standard
16023 \begin_inset VSpace bigskip
16024 \end_inset
16025
16026 演算子の後に来る文字は、範囲の横に来るので、
16027 \begin_inset CommandInset ref
16028 LatexCommand eqref
16029 reference "eq:substack"
16030
16031 \end_inset
16032
16033 式のように、演算子の横の余白が大きくなりすぎることがあります。
16034 \end_layout
16035
16036 \begin_layout Standard
16037 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
16038 \end_layout
16039
16040 \begin_layout Standard
16041
16042 \series bold
16043
16044 \backslash
16045 def
16046 \backslash
16047 clap#1{
16048 \backslash
16049 hbox to 0pt{
16050 \backslash
16051 hss #1
16052 \backslash
16053 hss}}
16054 \begin_inset Newline newline
16055 \end_inset
16056
16057
16058 \backslash
16059 def
16060 \backslash
16061 mathclap {
16062 \backslash
16063 mathpalette 
16064 \backslash
16065 mathclapinternal}
16066 \begin_inset Newline newline
16067 \end_inset
16068
16069
16070 \backslash
16071 def
16072 \backslash
16073 mathclapinternal #1#2{
16074 \backslash
16075 clap{$
16076 \backslash
16077 mathsurround =0pt #1{#2}$}}
16078 \end_layout
16079
16080 \begin_layout Standard
16081 これは、範囲の幅を0
16082 \begin_inset space \thinspace{}
16083 \end_inset
16084
16085 ptに設定する
16086 \series bold
16087
16088 \backslash
16089 mathclap
16090 \series default
16091
16092 \begin_inset Index idx
16093 status collapsed
16094
16095 \begin_layout Plain Layout
16096 こまんど@コマンド ! M ! 
16097 \backslash
16098 mathclap
16099 \end_layout
16100
16101 \end_inset
16102
16103 コマンドを定義しています。このコマンドの書式は、
16104 \end_layout
16105
16106 \begin_layout Standard
16107
16108 \series bold
16109
16110 \backslash
16111 mathclap{範囲}
16112 \end_layout
16113
16114 \begin_layout Standard
16115 となっていて、「範囲」には複数の条件を入れることができます。
16116 \end_layout
16117
16118 \begin_layout Standard
16119 これを
16120 \begin_inset CommandInset ref
16121 LatexCommand eqref
16122 reference "eq:substack"
16123
16124 \end_inset
16125
16126 式に応用すると、以下のようなコマンド
16127 \end_layout
16128
16129 \begin_layout Standard
16130
16131 \series bold
16132
16133 \backslash
16134 sum_
16135 \backslash
16136 mathclap{
16137 \backslash
16138 substack
16139 \begin_inset ERT
16140 status collapsed
16141
16142 \begin_layout Plain Layout
16143
16144
16145 \backslash
16146 spce 
16147 \end_layout
16148
16149 \end_inset
16150
16151 0
16152 \begin_inset Formula $\boldsymbol{<}$
16153 \end_inset
16154
16155 k
16156 \begin_inset Formula $\boldsymbol{<}$
16157 \end_inset
16158
16159 1000 Ctrl+Return
16160 \end_layout
16161
16162 \begin_layout Standard
16163 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16164 \begin_inset Formula 
16165 \[
16166 \sum_{\mathclap{\substack{0<k<1000\\
16167 \\
16168 k\,\in\,\mathbb{N}
16169 }
16170 }}^{n}k^{-2}
16171 \]
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \begin_layout Standard
16179 \begin_inset VSpace bigskip
16180 \end_inset
16181
16182 一つの範囲を複数の演算子に用いる方法が、第
16183 \begin_inset CommandInset ref
16184 LatexCommand ref
16185 reference "sub:自己定義演算子"
16186
16187 \end_inset
16188
16189 節に述べられています。
16190 \end_layout
16191
16192 \begin_layout Standard
16193 \begin_inset Newpage newpage
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Subsection
16200 二項演算子
16201 \begin_inset CommandInset label
16202 LatexCommand label
16203 name "sub:二項演算子"
16204
16205 \end_inset
16206
16207
16208 \begin_inset Index idx
16209 status collapsed
16210
16211 \begin_layout Plain Layout
16212 えんざんし@演算子 ! にこう@二項
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \begin_layout Standard
16221 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16222 \begin_inset VSpace medskip
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \begin_layout Standard
16229 \begin_inset space \hfill{}
16230 \end_inset
16231
16232
16233 \begin_inset Tabular
16234 <lyxtabular version="3" rows="13" columns="2">
16235 <features tabularvalignment="middle">
16236 <column alignment="center" valignment="top" width="0pt">
16237 <column alignment="center" valignment="top" width="0pt">
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243 コマンド
16244 \begin_inset Note Note
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248 ここで
16249 \series bold
16250
16251 \backslash
16252 raisebox
16253 \series default
16254 はスペーサーとして使用しているだけです。
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268 出力
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 +
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 \begin_inset Formula $+$
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 -
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 \begin_inset Formula $-$
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 <row>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \backslash
16327 pm
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\pm$
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 <row>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350
16351 \backslash
16352 mp
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Formula $\mp$
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 <row>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375
16376 \backslash
16377 cdot
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Formula $\cdot$
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 </row>
16395 <row>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400
16401 \backslash
16402 times
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 \begin_inset Formula $\times$
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \backslash
16427 div
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Formula $\div$
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 \begin_inset ERT
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454
16455
16456 \backslash
16457 raisebox{-1.2mm}{
16458 \end_layout
16459
16460 \end_inset
16461
16462 *
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468 }
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 \begin_inset Formula $*$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \backslash
16498 star
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Formula $\star$
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \backslash
16523 circ
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 \begin_inset Formula $\circ$
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 </row>
16541 <row>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \backslash
16548 diamond
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 \begin_inset Formula $\diamond$
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571
16572 \backslash
16573 bullet
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Formula $\bullet$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset Tabular
16601 <lyxtabular version="3" rows="13" columns="2">
16602 <features tabularvalignment="middle">
16603 <column alignment="center" valignment="top" width="0pt">
16604 <column alignment="center" valignment="top" width="0pt">
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 コマンド
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 出力
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 nabla
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\nabla$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 bigtriangledown
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\bigtriangledown$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 bigtriangleup
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\bigtriangleup$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 Box
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\Box$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 cap 
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\cap$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 cup
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\cup$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 dagger
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\dagger$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 ddagger
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\ddagger$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 wr
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\wr$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 bigcirc
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\bigcirc$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 wedge
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\wedge$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 vee
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\vee$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 </lyxtabular>
16926
16927 \end_inset
16928
16929
16930 \begin_inset space \hfill{}
16931 \end_inset
16932
16933
16934 \begin_inset Tabular
16935 <lyxtabular version="3" rows="13" columns="2">
16936 <features tabularvalignment="middle">
16937 <column alignment="center" valignment="top" width="0pt">
16938 <column alignment="center" valignment="top" width="0pt">
16939 <row>
16940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 コマンド
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 出力
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 oplus
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\oplus$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 ominus
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\ominus$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 otimes
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\otimes$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 oslash
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\oslash$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 odot
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\odot$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 amalg
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\amalg$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 uplus
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\uplus$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \backslash
17141 setminus
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\setminus$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \backslash
17166 sqcap
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 \begin_inset Formula $\sqcap$
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189
17190 \backslash
17191 sqcup
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Formula $\sqcup$
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 triangleleft
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\triangleleft$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \backslash
17241 triangleright
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $\triangleright$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 </lyxtabular>
17260
17261 \end_inset
17262
17263
17264 \begin_inset space \hfill{}
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 二項演算子は、すべて数式ツールバーボタンの
17272 \begin_inset Graphics
17273         filename ../../images/math/pm.png
17274         scale 85
17275
17276 \end_inset
17277
17278 から挿入することもできます。
17279 \end_layout
17280
17281 \begin_layout Standard
17282 ラプラス演算子を組版するには、
17283 \series bold
17284
17285 \backslash
17286 bigtriangleup
17287 \series default
17288 以外に、
17289 \series bold
17290
17291 \backslash
17292 Delta
17293 \series default
17294
17295 \series bold
17296
17297 \backslash
17298 nabla
17299 \series default
17300 ^
17301 \series bold
17302 2
17303 \series default
17304
17305 \begin_inset Formula $\nabla^{2}$
17306 \end_inset
17307
17308 )を使用することもできます。
17309 \end_layout
17310
17311 \begin_layout Standard
17312
17313 \family sans
17314 挿入\SpecialChar \menuseparator
17315 特殊文字
17316 \family default
17317 メニューの
17318 \family sans
17319 メニュー区切り
17320 \family default
17321 で入力される文字は、
17322 \series bold
17323
17324 \backslash
17325 triangleright
17326 \series default
17327 演算子です。
17328 \end_layout
17329
17330 \begin_layout Subsection
17331 自己定義演算子
17332 \begin_inset CommandInset label
17333 LatexCommand label
17334 name "sub:自己定義演算子"
17335
17336 \end_inset
17337
17338
17339 \begin_inset Index idx
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343 えんざんし@演算子 ! じこていぎ@自己定義
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \begin_layout Standard
17352 LaTeXプリアンブルで
17353 \series bold
17354
17355 \backslash
17356 DeclareMathOperator
17357 \series default
17358
17359 \begin_inset Index idx
17360 status collapsed
17361
17362 \begin_layout Plain Layout
17363 こまんど@コマンド ! D ! 
17364 \backslash
17365 dbinom@
17366 \backslash
17367 DeclareMathOperator
17368 \end_layout
17369
17370 \end_inset
17371
17372 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 DeclareMathOperator{新規コマンド}{表示}
17381 \end_layout
17382
17383 \begin_layout Standard
17384 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17385 \begin_inset CommandInset ref
17386 LatexCommand ref
17387 reference "sub:演算子の範囲"
17388
17389 \end_inset
17390
17391 節で述べられた範囲を指定することができます。
17392 \end_layout
17393
17394 \begin_layout Standard
17395 たとえば、以下のようなLaTeXプリアンブル行
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401
17402 \backslash
17403 DeclareMathOperator*{
17404 \backslash
17405 Lozenge}{
17406 \backslash
17407 blacklozenge}
17408 \end_layout
17409
17410 \begin_layout Standard
17411 は、第
17412 \begin_inset CommandInset ref
17413 LatexCommand ref
17414 reference "sub:その他の記号"
17415
17416 \end_inset
17417
17418 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17419 \series bold
17420
17421 \backslash
17422 Lozenge
17423 \series default
17424 を定義します。
17425 \begin_inset Formula 
17426 \[
17427 \Lozenge_{n=1}^{\infty}
17428 \]
17429
17430 \end_inset
17431
17432 上記の数式を作るコマンドは、
17433 \series bold
17434
17435 \backslash
17436 Lozenge
17437 \series default
17438 ^
17439 \series bold
17440
17441 \backslash
17442 infty
17443 \begin_inset Formula $\to$
17444 \end_inset
17445
17446 _n=1
17447 \series default
17448 です。
17449 \end_layout
17450
17451 \begin_layout Standard
17452 \begin_inset VSpace bigskip
17453 \end_inset
17454
17455 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17456 \series bold
17457
17458 \backslash
17459 mathop
17460 \series default
17461
17462 \begin_inset Index idx
17463 status collapsed
17464
17465 \begin_layout Plain Layout
17466 こまんど@コマンド ! M ! 
17467 \backslash
17468 mathop
17469 \end_layout
17470
17471 \end_inset
17472
17473 コマンドおよび
17474 \series bold
17475
17476 \backslash
17477 mathbin
17478 \series default
17479
17480 \begin_inset Index idx
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484 こまんど@コマンド ! M ! 
17485 \backslash
17486 mathbin
17487 \end_layout
17488
17489 \end_inset
17490
17491 コマンドを用いて定義を行うこともできます。
17492 \end_layout
17493
17494 \begin_layout Standard
17495 (書式)
17496 \series bold
17497
17498 \backslash
17499 mathop{表示}
17500 \series default
17501 および
17502 \series bold
17503
17504 \backslash
17505 mathbin{表示}
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \series bold
17511
17512 \backslash
17513 mathop
17514 \series default
17515 は大演算子を定義し、
17516 \series bold
17517
17518 \backslash
17519 mathbin
17520 \series default
17521 は二項演算子を定義します。
17522 \end_layout
17523
17524 \begin_layout Standard
17525 たとえば
17526 \series bold
17527
17528 \backslash
17529 mathop
17530 \series default
17531 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17532 \end_layout
17533
17534 \begin_layout Standard
17535 \begin_inset Formula 
17536 \[
17537 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17538 \]
17539
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \begin_layout Standard
17546 上記の数式では
17547 \begin_inset Newline newline
17548 \end_inset
17549
17550
17551 \series bold
17552
17553 \backslash
17554 mathop{
17555 \backslash
17556 sum
17557 \backslash
17558 negmedspace
17559 \backslash
17560 sum
17561 \series default
17562
17563 \begin_inset ERT
17564 status collapsed
17565
17566 \begin_layout Plain Layout
17567
17568
17569 \backslash
17570 spce 
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \series bold
17577
17578 \begin_inset Formula $\to$
17579 \end_inset
17580
17581 ^N
17582 \series default
17583
17584 \begin_inset ERT
17585 status collapsed
17586
17587 \begin_layout Plain Layout
17588
17589
17590 \backslash
17591 spce 
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \series bold
17598 _i,j=1
17599 \begin_inset Newline newline
17600 \end_inset
17601
17602
17603 \series default
17604 というコマンドを用いています。
17605 \end_layout
17606
17607 \begin_layout Section
17608 書体
17609 \begin_inset Index idx
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613 しょたい@書体
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \begin_inset Index idx
17620 status collapsed
17621
17622 \begin_layout Plain Layout
17623 ふぉんと@フォント | see
17624 \begin_inset ERT
17625 status collapsed
17626
17627 \begin_layout Plain Layout
17628
17629 {
17630 \end_layout
17631
17632 \end_inset
17633
17634 書体
17635 \begin_inset ERT
17636 status collapsed
17637
17638 \begin_layout Plain Layout
17639
17640 }
17641 \end_layout
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Subsection
17654 書体様式
17655 \begin_inset CommandInset label
17656 LatexCommand label
17657 name "sub:書体様式"
17658
17659 \end_inset
17660
17661
17662 \begin_inset Index idx
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666 しょたい@書体 ! ようしき@様式
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17676 \begin_inset VSpace -2mm
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \begin_layout Standard
17683 \align center
17684 \begin_inset Tabular
17685 <lyxtabular version="3" rows="7" columns="3">
17686 <features tabularvalignment="middle">
17687 <column alignment="center" valignment="top" width="0">
17688 <column alignment="center" valignment="top" width="0">
17689 <column alignment="center" valignment="top" width="0">
17690 <row>
17691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 コマンド
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 出力
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 短絡キー
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \backslash
17726 mathbb
17727 \series bold
17728
17729 \begin_inset ERT
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733
17734
17735 \backslash
17736 spce 
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \series default
17743 ABC
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752 \begin_inset Formula $\mathbb{ABC}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 \begin_inset Info
17765 type  "shortcut"
17766 arg   "font-noun"
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 <row>
17776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \backslash
17782 mathbf
17783 \series bold
17784
17785 \begin_inset ERT
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789
17790
17791 \backslash
17792 spce 
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \series default
17799 AbC
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808 \begin_inset Formula $\mathbf{AbC}$
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 \begin_inset Info
17821 type  "shortcut"
17822 arg   "font-bold"
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 boldsymbol
17839 \series bold
17840
17841 \begin_inset ERT
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845
17846
17847 \backslash
17848 spce 
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \series default
17855 AbC
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Formula $\boldsymbol{AbC}$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 \begin_inset Info
17877 type  "shortcuts"
17878 arg   "font-boldsymbol"
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 </row>
17887 <row>
17888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \backslash
17894 mathcal
17895 \series bold
17896
17897 \begin_inset ERT
17898 status collapsed
17899
17900 \begin_layout Plain Layout
17901
17902
17903 \backslash
17904 spce 
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \series default
17911 ABC
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920 \begin_inset Formula $\mathcal{ABC}$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Info
17933 type  "shortcut"
17934 arg   "font-emph"
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \backslash
17950 mathfrak
17951 \series bold
17952
17953 \begin_inset ERT
17954 status collapsed
17955
17956 \begin_layout Plain Layout
17957
17958
17959 \backslash
17960 spce 
17961 \end_layout
17962
17963 \end_inset
17964
17965
17966 \series default
17967 AbC
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 \begin_inset Formula $\mathfrak{AbC}$
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 -
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 mathscr
18002 \series bold
18003
18004 \begin_inset ERT
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008
18009
18010 \backslash
18011 spce 
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \series default
18018 AbC
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 \begin_inset Formula $\mathscr{AbC}$
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 -
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 </lyxtabular>
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 \align center
18054 \begin_inset Tabular
18055 <lyxtabular version="3" rows="5" columns="3">
18056 <features tabularvalignment="middle">
18057 <column alignment="center" valignment="top" width="0">
18058 <column alignment="center" valignment="top" width="0">
18059 <column alignment="center" valignment="top" width="0">
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 コマンド
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 出力
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 短絡キー
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 </row>
18089 <row>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094
18095 \backslash
18096 mathit
18097 \series bold
18098
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 spce 
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \series default
18113 AbC
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\mathit{AbC}$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 -
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \backslash
18147 mathrm
18148 \series bold
18149
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 spce 
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \series default
18164 AbC
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Formula $\mathrm{AbC}$
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Info
18186 type  "shortcut"
18187 arg   "font-roman"
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 </row>
18196 <row>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201
18202 \backslash
18203 mathsf
18204 \series bold
18205
18206 \begin_inset ERT
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210
18211
18212 \backslash
18213 spce 
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \series default
18220 AbC
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 \begin_inset Formula $\mathsf{AbC}$
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Info
18242 type  "shortcut"
18243 arg   "font-sans"
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 </row>
18252 <row>
18253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257
18258 \backslash
18259 mathtt
18260 \series bold
18261
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 spce 
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \series default
18276 AbC
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Formula $\mathtt{AbC}$
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 \begin_inset Info
18298 type  "shortcut"
18299 arg   "font-typewriter"
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 </lyxtabular>
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset Note Greyedout
18317 status open
18318
18319 \begin_layout Plain Layout
18320
18321 \series bold
18322 (注意)
18323 \backslash
18324 mathbb
18325 \series default
18326 様式と
18327 \series bold
18328
18329 \backslash
18330 mathcal
18331 \series default
18332 様式は、大文字にのみ使用することができます。
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 既定では、
18342 \series bold
18343
18344 \backslash
18345 mathnormal
18346 \series default
18347 様式に設定されています。
18348 \end_layout
18349
18350 \begin_layout Standard
18351 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18352 \begin_inset Formula 
18353 \[
18354 \mathfrak{A=\frac{b}{C}}
18355 \]
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Standard
18363 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18364 \series bold
18365
18366 \backslash
18367 textrm
18368 \series default
18369 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18370 \begin_inset Foot
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374 \begin_inset CommandInset href
18375 LatexCommand href
18376 name "LyX-bug #4629"
18377 target "http://www.lyx.org/trac/ticket/4629"
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Standard
18390 書体様式コマンドの代わりに、
18391 \family sans
18392 編集\SpecialChar \menuseparator
18393 数学\SpecialChar \menuseparator
18394 文字様式
18395 \family default
18396 ダイアログや、
18397 \begin_inset Graphics
18398         filename ../../images/math/font.png
18399         scale 85
18400
18401 \end_inset
18402
18403 を使用することもできます。
18404 \end_layout
18405
18406 \begin_layout Subsection
18407 ボールド体の数式
18408 \begin_inset CommandInset label
18409 LatexCommand label
18410 name "sub:ボールド体の数式"
18411
18412 \end_inset
18413
18414
18415 \begin_inset Index idx
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419 すうしき@数式 ! ぼーるどたい@ボールド体
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 数式全体をボールド体にしようとすると、前節の
18429 \series bold
18430
18431 \backslash
18432 mathbf
18433 \series default
18434 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18435 字してしまいます。
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset Formula 
18440 \[
18441 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18442 \]
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Standard
18450 この数式を正しく表示するには、以下のように、
18451 \series bold
18452
18453 \backslash
18454 boldsymbol
18455 \series default
18456 コマンドを使用します。
18457 \begin_inset Formula 
18458 \[
18459 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18460 \]
18461
18462 \end_inset
18463
18464 また、数式を
18465 \series bold
18466 boldmath環境
18467 \series default
18468 に設定する方法もあります。この環境は、TeXモードで
18469 \series bold
18470
18471 \backslash
18472 boldmath
18473 \begin_inset Index idx
18474 status collapsed
18475
18476 \begin_layout Plain Layout
18477 こまんど@コマンド ! B ! 
18478 \backslash
18479 boldmath
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \series default
18486 コマンドを挿入することによって作ることができます。環境を閉じるには、
18487 \series bold
18488
18489 \backslash
18490 unboldmath
18491 \begin_inset Index idx
18492 status collapsed
18493
18494 \begin_layout Plain Layout
18495 こまんど@コマンド ! U ! 
18496 \backslash
18497 unboldmath
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \series default
18504 コマンドをTeXモードで挿入します。
18505 \begin_inset ERT
18506 status collapsed
18507
18508 \begin_layout Plain Layout
18509
18510
18511 \backslash
18512 boldmath 
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \begin_inset Formula 
18519 \[
18520 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18521 \]
18522
18523 \end_inset
18524
18525
18526 \begin_inset ERT
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530
18531
18532 \backslash
18533 unboldmath 
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Subsection
18542 色付きの数式
18543 \begin_inset Index idx
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547 すうしき@数式 ! いろつき@色付き
18548 \end_layout
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Standard
18556 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18557 \begin_inset Formula 
18558 \[
18559 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18560 \]
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568
18569 \begin_inset CommandInset ref
18570 LatexCommand ref
18571 reference "sub:色付きボックス"
18572
18573 \end_inset
18574
18575 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18576 \series bold
18577
18578 \backslash
18579 textcolor
18580 \series default
18581
18582 \begin_inset Index idx
18583 status collapsed
18584
18585 \begin_layout Plain Layout
18586 こまんど@コマンド ! T ! 
18587 \backslash
18588 textcolor
18589 \end_layout
18590
18591 \end_inset
18592
18593 TeXコードコマンドで適用することができます。
18594 \end_layout
18595
18596 \begin_layout Standard
18597
18598 \series bold
18599
18600 \backslash
18601 textcolor{色}{文字ないし数式}
18602 \end_layout
18603
18604 \begin_layout Standard
18605 下記の例は、全体を濃緑にし、一部を赤にしています。
18606 \end_layout
18607
18608 \begin_layout Standard
18609 \begin_inset ERT
18610 status collapsed
18611
18612 \begin_layout Plain Layout
18613
18614
18615 \backslash
18616 textcolor{darkgreen}{
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \begin_inset Formula 
18623 \[
18624 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18625 \]
18626
18627 \end_inset
18628
18629
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635 }
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18645 \begin_inset Foot
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649 \begin_inset CommandInset href
18650 LatexCommand href
18651 name "LyX-bug #5269"
18652 target "http://www.lyx.org/trac/ticket/5269"
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \begin_layout Subsection
18665 書体寸法
18666 \begin_inset CommandInset label
18667 LatexCommand label
18668 name "sub:書体寸法"
18669
18670 \end_inset
18671
18672
18673 \begin_inset Index idx
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 しょたい@書体 ! すんぽう@寸法
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18687 \end_layout
18688
18689 \begin_layout Standard
18690
18691 \series bold
18692
18693 \backslash
18694 Huge
18695 \series default
18696
18697 \series bold
18698
18699 \backslash
18700 huge
18701 \series default
18702
18703 \series bold
18704
18705 \backslash
18706 LARGE
18707 \series default
18708
18709 \series bold
18710
18711 \backslash
18712 Large
18713 \series default
18714
18715 \series bold
18716
18717 \backslash
18718 large
18719 \series default
18720
18721 \series bold
18722
18723 \backslash
18724 normalsize
18725 \series default
18726
18727 \series bold
18728
18729 \backslash
18730 small
18731 \series default
18732 ,
18733 \begin_inset Newline newline
18734 \end_inset
18735
18736
18737 \series bold
18738
18739 \backslash
18740 footnotesize
18741 \series default
18742
18743 \series bold
18744
18745 \backslash
18746 scriptsize
18747 \series default
18748 、および
18749 \series bold
18750
18751 \backslash
18752 tiny
18753 \end_layout
18754
18755 \begin_layout Standard
18756 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18757 \series bold
18758
18759 \backslash
18760 normalsize
18761 \series default
18762 コマンドに設定されます。他のコマンドは、
18763 \series bold
18764
18765 \backslash
18766 normalsize
18767 \series default
18768 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18769 \begin_inset space \thinspace{}
18770 \end_inset
18771
18772 ptであるならば、
18773 \series bold
18774
18775 \backslash
18776 Huge
18777 \series default
18778 コマンドは
18779 \series bold
18780
18781 \backslash
18782 huge
18783 \series default
18784 コマンドと同じ大きさに落とされます。
18785 \end_layout
18786
18787 \begin_layout Standard
18788 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18789 \series bold
18790
18791 \backslash
18792 normalsize
18793 \series default
18794 コマンドを挿入します。
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset Newpage newpage
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Standard
18805 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18806 \end_layout
18807
18808 \begin_layout Standard
18809 \noindent
18810 \align center
18811 \begin_inset Tabular
18812 <lyxtabular version="3" rows="5" columns="2">
18813 <features tabularvalignment="middle">
18814 <column alignment="center" valignment="top" width="0">
18815 <column alignment="center" valignment="top" width="0">
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 コマンド
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 出力
18831 \begin_inset Note Note
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835
18836 \series bold
18837
18838 \backslash
18839 raisebox
18840 \series default
18841  はスペーサーとして使用されているだけです。
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 displaystyle
18860 \begin_inset Index idx
18861 status collapsed
18862
18863 \begin_layout Plain Layout
18864 こまんど@コマンド ! D ! 
18865 \backslash
18866 displaystyle
18867 \end_layout
18868
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \backslash
18896 textstyle
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \backslash
18921 scriptstyle
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 </row>
18939 <row>
18940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \backslash
18946 scriptscriptstyle
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 </lyxtabular>
18965
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \begin_layout Standard
18972 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18973 \end_layout
18974
18975 \begin_layout Standard
18976 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18977 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18978 \begin_inset VSpace -2mm
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Standard
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 huge 
18993 \end_layout
18994
18995 \end_inset
18996
18997
18998 \begin_inset Formula 
18999 \[
19000 A=\frac{B}{c}\cdot\maltese
19001 \]
19002
19003 \end_inset
19004
19005
19006 \begin_inset Formula 
19007 \[
19008 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19009 \]
19010
19011 \end_inset
19012
19013
19014 \begin_inset ERT
19015 status collapsed
19016
19017 \begin_layout Plain Layout
19018
19019
19020 \backslash
19021 normalsize 
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset VSpace medskip
19031 \end_inset
19032
19033 二つの式の前には、
19034 \series bold
19035
19036 \backslash
19037 huge
19038 \series default
19039 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19040 \begin_inset Newline newline
19041 \end_inset
19042
19043
19044 \series bold
19045
19046 \backslash
19047 maltese
19048 \begin_inset ERT
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052
19053
19054 \backslash
19055 spce 
19056 \end_layout
19057
19058 \end_inset
19059
19060 A Alt+M M 
19061 \backslash
19062 Large
19063 \begin_inset ERT
19064 status collapsed
19065
19066 \begin_layout Plain Layout
19067
19068
19069 \backslash
19070 spce 
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \backslash
19077 maltese
19078 \begin_inset ERT
19079 status collapsed
19080
19081 \begin_layout Plain Layout
19082
19083
19084 \backslash
19085 spce 
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \backslash
19092 textit
19093 \begin_inset ERT
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097
19098
19099 \backslash
19100 spce 
19101 \end_layout
19102
19103 \end_inset
19104
19105 A
19106 \begin_inset Formula $\to$
19107 \end_inset
19108
19109
19110 \begin_inset Formula $\to$
19111 \end_inset
19112
19113
19114 \begin_inset Newline newline
19115 \end_inset
19116
19117
19118 \begin_inset space \hspace*{}
19119 \length 1cm
19120 \end_inset
19121
19122 Alt+M
19123 \series default
19124  
19125 \series bold
19126
19127 \backslash
19128 tiny
19129 \begin_inset ERT
19130 status collapsed
19131
19132 \begin_layout Plain Layout
19133
19134
19135 \backslash
19136 spce 
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \backslash
19143 maltese
19144 \begin_inset ERT
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148
19149
19150 \backslash
19151 spce 
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \backslash
19158 textit
19159 \begin_inset ERT
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163
19164
19165 \backslash
19166 spce 
19167 \end_layout
19168
19169 \end_inset
19170
19171 A
19172 \begin_inset Newline newline
19173 \end_inset
19174
19175
19176 \series default
19177 のようになります。
19178 \end_layout
19179
19180 \begin_layout Standard
19181 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19182 \begin_inset Newpage newpage
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Section
19189 ギリシャ文字
19190 \begin_inset Index idx
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 ぎりしゃもじ@ギリシャ文字
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 すべてのギリシャ文字は、ツールバーボタンの
19204 \begin_inset Graphics
19205         filename ../../images/math/alpha.png
19206         scale 85
19207
19208 \end_inset
19209
19210 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19211 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19212 \end_layout
19213
19214 \begin_layout Subsection
19215 小文字
19216 \begin_inset Index idx
19217 status collapsed
19218
19219 \begin_layout Plain Layout
19220 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \begin_inset space \hfill{}
19230 \end_inset
19231
19232
19233 \begin_inset Tabular
19234 <lyxtabular version="3" rows="11" columns="2">
19235 <features tabularvalignment="middle">
19236 <column alignment="center" valignment="top" width="0pt">
19237 <column alignment="center" valignment="top" width="0pt">
19238 <row>
19239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 コマンド
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 出力
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 </row>
19258 <row>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \backslash
19265 alpha
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 \begin_inset Formula $\alpha$
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 </row>
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \backslash
19290 beta
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299 \begin_inset Formula $\beta$
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 <row>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \backslash
19315 gamma
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 \begin_inset Formula $\gamma$
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \backslash
19340 delta
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 \begin_inset Formula $\delta$
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \backslash
19365 epsilon
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 \begin_inset Formula $\epsilon$
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \backslash
19390 varepsilon
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 \begin_inset Formula $\varepsilon$
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 </row>
19408 <row>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413
19414 \backslash
19415 zeta
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Formula $\zeta$
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \backslash
19440 eta
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Formula $\eta$
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \backslash
19465 theta
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset Formula $\theta$
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 vartheta
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\vartheta$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 </lyxtabular>
19509
19510 \end_inset
19511
19512
19513 \begin_inset space \hfill{}
19514 \end_inset
19515
19516
19517 \begin_inset Tabular
19518 <lyxtabular version="3" rows="12" columns="2">
19519 <features tabularvalignment="middle">
19520 <column alignment="center" valignment="top" width="0pt">
19521 <column alignment="center" valignment="top" width="0pt">
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 コマンド
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 出力
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \backslash
19549 iota
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 \begin_inset Formula $\iota$
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 </row>
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \backslash
19574 kappa
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Formula $\kappa$
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \backslash
19599 varkappa
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset Formula $\varkappa$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \backslash
19624 lambda
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\lambda$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 <row>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \backslash
19649 mu
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset Formula $\mu$
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 <row>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672
19673 \backslash
19674 nu
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683 \begin_inset Formula $\nu$
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697
19698 \backslash
19699 xi
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 \begin_inset Formula $\xi$
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 </row>
19717 <row>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 o
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $o$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 pi
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\pi$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 varpi
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\varpi$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 rho
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\rho$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 </lyxtabular>
19816
19817 \end_inset
19818
19819
19820 \begin_inset space \hfill{}
19821 \end_inset
19822
19823
19824 \begin_inset Tabular
19825 <lyxtabular version="3" rows="11" columns="2">
19826 <features tabularvalignment="middle">
19827 <column alignment="center" valignment="top" width="0pt">
19828 <column alignment="center" valignment="top" width="0pt">
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 コマンド
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 出力
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 varrho
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\varrho$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \backslash
19881 sigma
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\sigma$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \backslash
19906 varsigma
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 \begin_inset Formula $\varsigma$
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 <row>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \backslash
19931 tau
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\tau$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \backslash
19956 upsilon
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Formula $\upsilon$
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row>
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979
19980 \backslash
19981 phi
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Formula $\phi$
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \backslash
20006 varphi
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 \begin_inset Formula $\varphi$
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029
20030 \backslash
20031 chi
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 \begin_inset Formula $\chi$
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 </row>
20049 <row>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \backslash
20056 psi
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset Formula $\psi$
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \backslash
20081 omega
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\omega$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 </lyxtabular>
20100
20101 \end_inset
20102
20103
20104 \begin_inset space \hfill{}
20105 \end_inset
20106
20107
20108 \end_layout
20109
20110 \begin_layout Standard
20111 \begin_inset VSpace medskip
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \begin_layout Standard
20118 アップライト体のギリシャ文字を作成する方法は、第
20119 \begin_inset CommandInset ref
20120 LatexCommand ref
20121 reference "sub:アップライト体ギリシャ小文字"
20122
20123 \end_inset
20124
20125 節に説明されています。
20126 \end_layout
20127
20128 \begin_layout Subsection
20129 大文字
20130 \begin_inset Index idx
20131 status collapsed
20132
20133 \begin_layout Plain Layout
20134 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Standard
20143 \begin_inset space \hfill{}
20144 \end_inset
20145
20146
20147 \begin_inset Tabular
20148 <lyxtabular version="3" rows="7" columns="2">
20149 <features tabularvalignment="middle">
20150 <column alignment="center" valignment="top" width="0pt">
20151 <column alignment="center" valignment="top" width="0pt">
20152 <row>
20153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \family roman
20159 \series medium
20160 \shape up
20161 \size normal
20162 \emph off
20163 \bar no
20164 \noun off
20165 \color none
20166 コマンド
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \family roman
20177 \series medium
20178 \shape up
20179 \size normal
20180 \emph off
20181 \bar no
20182 \noun off
20183 \color none
20184 出力
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 Gamma
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\Gamma$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 Delta
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\Delta$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 Theta
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\Theta$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 Lambda
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\Lambda$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 Xi
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\Xi$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 Pi
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\Pi$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 </lyxtabular>
20341
20342 \end_inset
20343
20344
20345 \begin_inset space \hfill{}
20346 \end_inset
20347
20348
20349 \begin_inset Tabular
20350 <lyxtabular version="3" rows="6" columns="2">
20351 <features tabularvalignment="middle">
20352 <column alignment="center" valignment="top" width="0pt">
20353 <column alignment="center" valignment="top" width="0pt">
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \family roman
20361 \series medium
20362 \shape up
20363 \size normal
20364 \emph off
20365 \bar no
20366 \noun off
20367 \color none
20368 コマンド
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \family roman
20379 \series medium
20380 \shape up
20381 \size normal
20382 \emph off
20383 \bar no
20384 \noun off
20385 \color none
20386 出力
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \backslash
20399 Sigma
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 \begin_inset Formula $\Sigma$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422
20423 \backslash
20424 Upsilon
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Formula $\Upsilon$
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \backslash
20449 Phi
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 \begin_inset Formula $\Phi$
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 <row>
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472
20473 \backslash
20474 Psi
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 \begin_inset Formula $\Psi$
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 </row>
20492 <row>
20493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497
20498 \backslash
20499 Omega
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $\Omega$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 </row>
20517 </lyxtabular>
20518
20519 \end_inset
20520
20521
20522 \begin_inset space \hfill{}
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529 \begin_inset VSpace medskip
20530 \end_inset
20531
20532 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20533 \series bold
20534 var
20535 \series default
20536 を付けてください。たとえば、
20537 \series bold
20538
20539 \backslash
20540 varGamma
20541 \series default
20542 コマンドは、
20543 \begin_inset Formula $\varGamma$
20544 \end_inset
20545
20546 を生成します。もう一つの方法は、パッケージ
20547 \series bold
20548 fixmath
20549 \series default
20550
20551 \begin_inset Foot
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555
20556 \series bold
20557 fixmath
20558 \series default
20559 は、LaTeXパッケージ
20560 \series bold
20561 was
20562 \series default
20563
20564 \begin_inset Index idx
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 ぱっけーじ@パッケージ ! was
20569 \begin_inset ERT
20570 status collapsed
20571
20572 \begin_layout Plain Layout
20573
20574
20575 \backslash
20576 vspace{4mm}
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585
20586 に含まれています。
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \begin_inset Index idx
20593 status collapsed
20594
20595 \begin_layout Plain Layout
20596 ぱっけーじ@パッケージ ! fixmath
20597 \end_layout
20598
20599 \end_inset
20600
20601 をLaTeXプリアンブル行に
20602 \end_layout
20603
20604 \begin_layout Standard
20605
20606 \series bold
20607
20608 \backslash
20609 usepackage{fixmath}
20610 \end_layout
20611
20612 \begin_layout Standard
20613 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20614 \end_layout
20615
20616 \begin_layout Subsection
20617 ボールド体
20618 \begin_inset Index idx
20619 status collapsed
20620
20621 \begin_layout Plain Layout
20622 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Standard
20631 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20632 \series bold
20633
20634 \backslash
20635 boldsymbol
20636 \series default
20637 コマンドのみです
20638 \begin_inset Index idx
20639 status collapsed
20640
20641 \begin_layout Plain Layout
20642 こまんど@コマンド ! B ! 
20643 \backslash
20644 boldsymbol
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653 \align center
20654 \begin_inset Tabular
20655 <lyxtabular version="3" rows="3" columns="2">
20656 <features tabularvalignment="middle">
20657 <column alignment="center" valignment="top" width="0">
20658 <column alignment="center" valignment="top" width="0">
20659 <row>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 コマンド
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 出力
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 Upsilon
20687 \backslash
20688 boldsymbol
20689 \backslash
20690 Upsilon
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 <row>
20709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \backslash
20715 theta
20716 \backslash
20717 boldsymbol
20718 \backslash
20719 theta
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\theta\boldsymbol{\theta}$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 </lyxtabular>
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \begin_layout Section
20745 記号
20746 \begin_inset ERT
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750
20751
20752 \backslash
20753 texorpdfstring{
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \begin_inset Foot
20760 status collapsed
20761
20762 \begin_layout Plain Layout
20763 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20764 \begin_inset CommandInset citation
20765 LatexCommand cite
20766 key "Symbols"
20767
20768 \end_inset
20769
20770 にあります。
20771 \end_layout
20772
20773 \end_inset
20774
20775
20776 \begin_inset ERT
20777 status collapsed
20778
20779 \begin_layout Plain Layout
20780
20781 }{}
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \begin_inset Note Note
20788 status collapsed
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20794 \end_layout
20795
20796 \begin_layout Plain Layout
20797
20798 \backslash
20799 texorpdfstringについての詳細は、第
20800 \begin_inset CommandInset ref
20801 LatexCommand ref
20802 reference "sub:節見出し中の数式"
20803
20804 \end_inset
20805
20806 節にあります。
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \begin_inset Index idx
20813 status collapsed
20814
20815 \begin_layout Plain Layout
20816 きごう@記号
20817 \end_layout
20818
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \begin_layout Standard
20825 本節に掲げてある各記号の多くは、ツールバーボタンの
20826 \begin_inset Graphics
20827         filename ../../images/math/nabla.png
20828         scale 85
20829
20830 \end_inset
20831
20832
20833 \begin_inset Graphics
20834         filename ../../images/math/digamma.png
20835         scale 85
20836
20837 \end_inset
20838
20839 でも挿入することができます。
20840 \end_layout
20841
20842 \begin_layout Subsection
20843 数学記号
20844 \begin_inset CommandInset label
20845 LatexCommand label
20846 name "sub:数学記号"
20847
20848 \end_inset
20849
20850
20851 \begin_inset Index idx
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855 きごう@記号 ! すうがく@数学
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 \begin_inset space \hfill{}
20865 \end_inset
20866
20867
20868 \begin_inset Tabular
20869 <lyxtabular version="3" rows="10" columns="2">
20870 <features tabularvalignment="middle">
20871 <column alignment="center" valignment="top" width="0pt">
20872 <column alignment="center" valignment="top" width="0pt">
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 コマンド
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 出力
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 neg
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\neg$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 Im
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\Im$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 Re
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\Re$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 aleph
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\aleph$
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \backslash
21000 partial
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset Formula $\partial$
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 </row>
21018 <row>
21019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023
21024 \backslash
21025 infty
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 \begin_inset Formula $\infty$
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 </row>
21043 <row>
21044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \backslash
21050 wp
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Formula $\wp$
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 </row>
21068 <row>
21069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \backslash
21075 imath
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\imath$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 jmath
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\jmath$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 </lyxtabular>
21119
21120 \end_inset
21121
21122
21123 \begin_inset space \hfill{}
21124 \end_inset
21125
21126
21127 \begin_inset Tabular
21128 <lyxtabular version="3" rows="10" columns="2">
21129 <features tabularvalignment="middle">
21130 <column alignment="center" valignment="top" width="0pt">
21131 <column alignment="center" valignment="top" width="0pt">
21132 <row>
21133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 コマンド
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 出力
21147 \begin_inset Note Note
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 ここで
21152 \series bold
21153
21154 \backslash
21155 raisebox
21156 \series default
21157 はスペーサーとして使用しているだけです。
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 forall
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\forall$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 exists
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\exists$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 nexists
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\nexists$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 emptyset
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\emptyset$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 varnothing
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\varnothing$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 dag
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\dag$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \backslash
21325 ddag
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $\ddag$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 complement
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset ERT
21360 status collapsed
21361
21362 \begin_layout Plain Layout
21363
21364
21365 \backslash
21366 raisebox{-0.8mm}{
21367 \end_layout
21368
21369 \end_inset
21370
21371
21372 \begin_inset Formula $\complement$
21373 \end_inset
21374
21375
21376 \begin_inset ERT
21377 status collapsed
21378
21379 \begin_layout Plain Layout
21380
21381 }
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \backslash
21399 Bbbk
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\Bbbk$
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 </lyxtabular>
21418
21419 \end_inset
21420
21421
21422 \begin_inset space \hfill{}
21423 \end_inset
21424
21425
21426 \begin_inset Tabular
21427 <lyxtabular version="3" rows="10" columns="2">
21428 <features tabularvalignment="middle">
21429 <column alignment="center" valignment="top" width="0pt">
21430 <column alignment="center" valignment="top" width="0pt">
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 コマンド
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 出力
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 prime
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\prime$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 backprime
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\backprime$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 mho
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\mho$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 <row>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \backslash
21533 triangle
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $\triangle$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 <row>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556
21557 \backslash
21558 angle
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset Formula $\angle$
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581
21582 \backslash
21583 measuredangle
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Formula $\measuredangle$
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 sphericalangle
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\sphericalangle$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 top
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\top$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 bot
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\bot$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 </lyxtabular>
21677
21678 \end_inset
21679
21680
21681 \begin_inset space \hfill{}
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \begin_layout Subsection
21688 その他の記号
21689 \begin_inset CommandInset label
21690 LatexCommand label
21691 name "sub:その他の記号"
21692
21693 \end_inset
21694
21695
21696 \begin_inset Index idx
21697 status collapsed
21698
21699 \begin_layout Plain Layout
21700 きごう@記号 ! そのた@その他
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Standard
21709 \noindent
21710 \align center
21711 \begin_inset Tabular
21712 <lyxtabular version="3" rows="10" columns="2">
21713 <features tabularvalignment="middle">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <column alignment="center" valignment="top" width="0pt">
21716 <row>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721
21722 \family roman
21723 \series medium
21724 \shape up
21725 \size normal
21726 \emph off
21727 \bar no
21728 \noun off
21729 \color none
21730 コマンド
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \family roman
21741 \series medium
21742 \shape up
21743 \size normal
21744 \emph off
21745 \bar no
21746 \noun off
21747 \color none
21748 出力
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 flat
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\flat$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 natural
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\natural$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 sharp
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\sharp$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 surd
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\surd$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 checkmark
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\checkmark$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 yen
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\yen$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 pounds
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\pounds$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 $
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\$$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 §
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 \begin_inset Formula $§$
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 </lyxtabular>
21976
21977 \end_inset
21978
21979
21980 \begin_inset Tabular
21981 <lyxtabular version="3" rows="10" columns="2">
21982 <features tabularvalignment="middle">
21983 <column alignment="center" valignment="top" width="0">
21984 <column alignment="center" valignment="top" width="0">
21985 <row>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \family roman
21992 \series medium
21993 \shape up
21994 \size normal
21995 \emph off
21996 \bar no
21997 \noun off
21998 \color none
21999 コマンド
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \family roman
22010 \series medium
22011 \shape up
22012 \size normal
22013 \emph off
22014 \bar no
22015 \noun off
22016 \color none
22017 出力
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 hbar
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\hbar$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 hslash
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\hslash$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 clubsuit
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\clubsuit$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 spadesuit
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\spadesuit$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 bigstar
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\bigstar$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 blacklozenge
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\blacklozenge$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 blacktriangle
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\blacktriangle$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \backslash
22205 blacktiangledown
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Formula $\blacktriangledown$
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \backslash
22230 bullet
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\bullet$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 </lyxtabular>
22249
22250 \end_inset
22251
22252
22253 \begin_inset Tabular
22254 <lyxtabular version="3" rows="10" columns="2">
22255 <features tabularvalignment="middle">
22256 <column alignment="center" valignment="top" width="0pt">
22257 <column alignment="center" valignment="top" width="0pt">
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \family roman
22265 \series medium
22266 \shape up
22267 \size normal
22268 \emph off
22269 \bar no
22270 \noun off
22271 \color none
22272 コマンド
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \family roman
22283 \series medium
22284 \shape up
22285 \size normal
22286 \emph off
22287 \bar no
22288 \noun off
22289 \color none
22290 出力
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 diamondsuit
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\diamondsuit$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 Diamond
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\Diamond$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 heartsuit
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\heartsuit$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376
22377 \backslash
22378 P
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Formula $\P$
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \backslash
22403 copyright
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $\copyright$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 <row>
22422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \backslash
22428 circledR
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 \begin_inset Formula $\circledR$
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 <row>
22447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451
22452 \backslash
22453 maltese
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 \begin_inset Formula $\maltese$
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 <row>
22472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476
22477 \backslash
22478 diagup
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $\diagup$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 <row>
22497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \backslash
22503 diagdown
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 \begin_inset Formula $\diagdown$
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 </row>
22521 </lyxtabular>
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset VSpace medskip
22530 \end_inset
22531
22532 ここにある以上の記号が、第
22533 \begin_inset CommandInset ref
22534 LatexCommand ref
22535 reference "sub:他の特殊文字"
22536
22537 \end_inset
22538
22539 節に挙げてあります。
22540 \end_layout
22541
22542 \begin_layout Standard
22543 寸法を変えて表示することのできる記号もあります。第
22544 \begin_inset CommandInset ref
22545 LatexCommand ref
22546 reference "sub:書体寸法"
22547
22548 \end_inset
22549
22550 節をご参照下さい。
22551 \end_layout
22552
22553 \begin_layout Subsection
22554 ユーロ通貨記号€
22555 \begin_inset Index idx
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \begin_inset Index idx
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 @
22572 \begin_inset ERT
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576
22577
22578 \backslash
22579 officialeuro
22580 \end_layout
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Standard
22593 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22594 \series bold
22595 eurosym
22596 \series default
22597
22598 \begin_inset Index idx
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602 ぱっけーじ@パッケージ ! eurosym
22603 \end_layout
22604
22605 \end_inset
22606
22607 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22608 \end_layout
22609
22610 \begin_layout Standard
22611
22612 \series bold
22613
22614 \backslash
22615 usepackage[gennarrow]{eurosym}
22616 \end_layout
22617
22618 \begin_layout Standard
22619 すると、ユーロ通貨記号を
22620 \series bold
22621
22622 \backslash
22623 euro
22624 \series default
22625
22626 \begin_inset Index idx
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630 こまんど@コマンド ! E ! 
22631 \backslash
22632 euro
22633 \end_layout
22634
22635 \end_inset
22636
22637 コマンドで挿入することができるようになります。
22638 \end_layout
22639
22640 \begin_layout Standard
22641 数式テキストには、
22642 \series bold
22643 eurosym
22644 \series default
22645 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22646 \series bold
22647 eurosym
22648 \series default
22649 が導入されていれば、
22650 \series bold
22651
22652 \backslash
22653 euro
22654 \series default
22655 はTeXモードでも挿入することができます。また、正式な通貨記号を
22656 \series bold
22657
22658 \backslash
22659 officialeuro
22660 \series default
22661
22662 \begin_inset Index idx
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666 こまんど@コマンド ! O ! 
22667 \backslash
22668 officialeuro
22669 \end_layout
22670
22671 \end_inset
22672
22673 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22674 \end_layout
22675
22676 \begin_layout Standard
22677 \begin_inset ERT
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681
22682
22683 \backslash
22684 ifeurosym 
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \begin_inset Note Note
22691 status open
22692
22693 \begin_layout Plain Layout
22694 以下の表は、LaTeXパッケージ
22695 \series bold
22696 eurosym
22697 \series default
22698 が導入済みのときのみ表示されます。
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707 以下は、各ユーロ通貨記号のまとめです。
22708 \end_layout
22709
22710 \begin_layout Standard
22711 \align center
22712 \begin_inset Tabular
22713 <lyxtabular version="3" rows="4" columns="3">
22714 <features tabularvalignment="middle">
22715 <column alignment="center" valignment="top" width="0pt">
22716 <column alignment="center" valignment="top" width="0pt">
22717 <column alignment="center" valignment="top" width="0pt">
22718 <row>
22719 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 コマンド
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 出力
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 数式
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 euro
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset Formula $\euro$
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 数式テキスト
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\mbox{€}$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 TeXモード
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 officialeuro
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset ERT
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842
22843
22844 \backslash
22845 officialeuro
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 </lyxtabular>
22857
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \begin_layout Standard
22864 \begin_inset ERT
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868
22869
22870 \backslash
22871 else 
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \begin_inset Note Note
22878 status open
22879
22880 \begin_layout Plain Layout
22881 以下は、LaTeXパッケージ
22882 \series bold
22883 eurosym
22884 \series default
22885 が導入されていないときのみ表示されます。
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \begin_layout Standard
22894 本節の残りを出力としてみるためには、LaTeXパッケージ
22895 \series bold
22896 eurosym
22897 \series default
22898 を導入する必要があります。
22899 \end_layout
22900
22901 \begin_layout Standard
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 fi 
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Section
22918 関係子
22919 \begin_inset CommandInset label
22920 LatexCommand label
22921 name "sec:関係子"
22922
22923 \end_inset
22924
22925
22926 \begin_inset Index idx
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930 かんけいし@関係子
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \begin_inset Index idx
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940 ひかくし@比較子|see
22941 \begin_inset ERT
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945
22946 {
22947 \end_layout
22948
22949 \end_inset
22950
22951 関係子
22952 \begin_inset ERT
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956
22957 }
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Standard
22971 関係子はすべて、ツールバーボタンの
22972 \begin_inset Graphics
22973         filename ../../images/math/leq.png
22974         scale 85
22975
22976 \end_inset
22977
22978 でも挿入することができます。
22979 \end_layout
22980
22981 \begin_layout Standard
22982 \begin_inset space \hfill{}
22983 \end_inset
22984
22985
22986 \begin_inset Tabular
22987 <lyxtabular version="3" rows="17" columns="2">
22988 <features tabularvalignment="middle">
22989 <column alignment="center" valignment="top" width="0pt">
22990 <column alignment="center" valignment="top" width="0pt">
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 コマンド
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 出力
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 \begin_inset Formula $<$
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Formula $<$
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 </row>
23037 <row>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \backslash
23044 le
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 \begin_inset Formula $\le$
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 </row>
23062 <row>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067
23068 \backslash
23069 ll
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Formula $\ll$
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 </row>
23087 <row>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092
23093 \backslash
23094 prec
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 \begin_inset Formula $\prec$
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \backslash
23119 preceq
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Formula $\preceq$
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142
23143 \backslash
23144 subset
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 \begin_inset Formula $\subset$
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 subseteq
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\subseteq$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \backslash
23194 sqsubseteq
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\sqsubseteq$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \backslash
23219 in
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 \begin_inset Formula $\in$
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \backslash
23244 vdash
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 \begin_inset Formula $\vdash$
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \backslash
23269 smile
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278 \begin_inset Formula $\smile$
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \backslash
23294 lhd
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $\lhd$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 unlhd
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\unlhd$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 gtrless
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\gtrless$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 mid
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\mid$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 nmid
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\nmid$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 </lyxtabular>
23413
23414 \end_inset
23415
23416
23417 \begin_inset space \hfill{}
23418 \end_inset
23419
23420
23421 \begin_inset Tabular
23422 <lyxtabular version="3" rows="17" columns="2">
23423 <features tabularvalignment="middle">
23424 <column alignment="center" valignment="top" width="0pt">
23425 <column alignment="center" valignment="top" width="0pt">
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 コマンド
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 出力
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 =
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset Formula $=$
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \backslash
23476 not=
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 \begin_inset Formula $\not=$
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \backslash
23501 equiv
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $\equiv$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \backslash
23526 sim
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $\sim$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 simeq
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\simeq$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \backslash
23576 approx
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\approx$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \backslash
23601 cong
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\cong$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \backslash
23626 bowtie
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset Formula $\bowtie$
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \backslash
23651 notin
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Formula $\notin$
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \backslash
23676 perp
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\perp$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \backslash
23701 propto
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $\propto$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 asymp
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\asymp$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 doteq
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\doteq$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 circeq
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\circeq$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 models
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\models$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 widehat=
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\widehat{=}$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 </lyxtabular>
23845
23846 \end_inset
23847
23848
23849 \begin_inset space \hfill{}
23850 \end_inset
23851
23852
23853 \begin_inset Tabular
23854 <lyxtabular version="3" rows="17" columns="2">
23855 <features tabularvalignment="middle">
23856 <column alignment="center" valignment="top" width="0pt">
23857 <column alignment="center" valignment="top" width="0pt">
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \family roman
23865 \series medium
23866 \shape up
23867 \size normal
23868 \emph off
23869 \bar no
23870 \noun off
23871 \color none
23872 コマンド
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881
23882 \family roman
23883 \series medium
23884 \shape up
23885 \size normal
23886 \emph off
23887 \bar no
23888 \noun off
23889 \color none
23890 出力
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $>$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $>$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 ge
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\ge$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 gg
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\gg$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 succ
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\succ$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 succeq
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\succeq$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 supset
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\supset$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 supseteq
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\supseteq$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 sqsupseteq
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\sqsupseteq$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \backslash
24104 ni
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 \begin_inset Formula $\ni$
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 </row>
24122 <row>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \backslash
24129 dashv
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $\dashv$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \backslash
24154 frown
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Formula $\frown$
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 rhd
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $\rhd$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 unrhd
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Formula $\unrhd$
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 lessgtr
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $\lessgtr$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 <row>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 parallel
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Formula $\parallel$
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 nparallel
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 \begin_inset Formula $\nparallel$
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 </lyxtabular>
24298
24299 \end_inset
24300
24301
24302 \begin_inset space \hfill{}
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 \begin_inset VSpace medskip
24310 \end_inset
24311
24312
24313 \series bold
24314
24315 \backslash
24316 lhd
24317 \series default
24318
24319 \series bold
24320
24321 \backslash
24322 rhd
24323 \series default
24324 の文字は、同じように見える演算子
24325 \series bold
24326
24327 \backslash
24328 triangleleft
24329 \series default
24330 および
24331 \series bold
24332
24333 \backslash
24334 triangleright
24335 \series default
24336 よりも大きくなっています。
24337 \end_layout
24338
24339 \begin_layout Standard
24340 関係子は、記号とは違って、つねに前後に余白が置かれます。
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 stackrel
24349 \series default
24350
24351 \begin_inset Index idx
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 こまんど@コマンド ! S ! 
24356 \backslash
24357 stackrel
24358 \end_layout
24359
24360 \end_inset
24361
24362 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24363 \end_layout
24364
24365 \begin_layout Standard
24366 \align center
24367 \begin_inset Tabular
24368 <lyxtabular version="3" rows="2" columns="2">
24369 <features tabularvalignment="middle">
24370 <column alignment="center" valignment="top" width="0">
24371 <column alignment="center" valignment="top" width="0">
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 コマンド
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 出力
24387 \begin_inset Note Note
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391 ここで
24392 \series bold
24393
24394 \backslash
24395 raisebox
24396 \series default
24397 はスペーサーとして使用しているだけです。
24398 \end_layout
24399
24400 \end_inset
24401
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 A(r)
24414 \backslash
24415 stackrel
24416 \begin_inset ERT
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420
24421
24422 \backslash
24423 spce 
24424 \end_layout
24425
24426 \end_inset
24427
24428 r
24429 \backslash
24430 to
24431 \backslash
24432 infty
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437
24438
24439 \backslash
24440 spce 
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \begin_inset Formula $\downarrow$
24447 \end_inset
24448
24449
24450 \backslash
24451 approx
24452 \begin_inset ERT
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456
24457
24458 \backslash
24459 spce 
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \begin_inset ERT
24466 status collapsed
24467
24468 \begin_layout Plain Layout
24469
24470
24471 \backslash
24472 spce 
24473 \end_layout
24474
24475 \end_inset
24476
24477 B
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 </lyxtabular>
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Section
24503 函数
24504 \end_layout
24505
24506 \begin_layout Subsection
24507 定義済み函数
24508 \begin_inset CommandInset label
24509 LatexCommand label
24510 name "sub:定義済み函数"
24511
24512 \end_inset
24513
24514
24515 \begin_inset Index idx
24516 status collapsed
24517
24518 \begin_layout Plain Layout
24519 かんすう@函数 ! ていぎずみ@定義済み
24520 \end_layout
24521
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 一般的に、数式表現では変数は
24529 \shape italic
24530 イタリック体
24531 \shape default
24532 に設定されますが、函数名はイタリック体にしません。なぜなら、
24533 \begin_inset Formula $sin$
24534 \end_inset
24535
24536
24537 \begin_inset Formula $s\cdot i\cdot n$
24538 \end_inset
24539
24540 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24541 ックスラッシュを加えたコマンドとして挿入します。
24542 \end_layout
24543
24544 \begin_layout Standard
24545 \align center
24546 \begin_inset Tabular
24547 <lyxtabular version="3" rows="2" columns="4">
24548 <features tabularvalignment="middle">
24549 <column alignment="center" valignment="top" width="0pt">
24550 <column alignment="center" valignment="top" width="0pt">
24551 <column alignment="center" valignment="top" width="0pt">
24552 <column alignment="center" valignment="top" width="0pt">
24553 <row>
24554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558 コマンド
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567 出力
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 コマンド
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585 出力
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 Asin(x)+B
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605 \begin_inset Formula $Asin(x)+B$
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617 A
24618 \backslash
24619 sin(x)+B
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628 \begin_inset Formula $A\sin(x)+B$
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 </row>
24637 </lyxtabular>
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 以下の函数が定義済みです。
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset VSpace -2mm
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 \align center
24657 \begin_inset Tabular
24658 <lyxtabular version="3" rows="9" columns="4">
24659 <features tabularvalignment="middle">
24660 <column alignment="center" valignment="top" width="0pt">
24661 <column alignment="center" valignment="top" width="0pt">
24662 <column alignment="center" valignment="top" width="0pt">
24663 <column alignment="center" valignment="top" width="0pt">
24664 <row>
24665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 コマンド
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678 コマンド
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 コマンド
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 コマンド
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 </row>
24702 <row>
24703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707
24708 \backslash
24709 sin
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718
24719 \backslash
24720 sinh
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729
24730 \backslash
24731 arcsin
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 sup
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 </row>
24748 <row>
24749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753
24754 \backslash
24755 cos
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \backslash
24766 cosh
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775
24776 \backslash
24777 arccos
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786
24787 \backslash
24788 inf
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 </row>
24794 <row>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \backslash
24801 tan
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 tanh
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \backslash
24823 arctan
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 lim
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 </row>
24840 <row>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845
24846 \backslash
24847 cot
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856
24857 \backslash
24858 coth
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867
24868 \backslash
24869 arg
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 liminf
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 </row>
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891
24892 \backslash
24893 sec
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \backslash
24904 min
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \backslash
24915 deg
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 limsup
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 </row>
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937
24938 \backslash
24939 csc
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948
24949 \backslash
24950 max
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \backslash
24961 det
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 Pr
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 </row>
24978 <row>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \backslash
24985 ln
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \backslash
24996 exp
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005
25006 \backslash
25007 dim
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 hom
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 </row>
25024 <row>
25025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 lg
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040
25041 \backslash
25042 log
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 ker
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 gcd
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 </row>
25070 </lyxtabular>
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 上記は、数式ツールバーボタンの
25079 \begin_inset Graphics
25080         filename ../../images/math/functions.png
25081         scale 85
25082
25083 \end_inset
25084
25085 でも挿入することができます。
25086 \end_layout
25087
25088 \begin_layout Subsection
25089 自己定義函数
25090 \begin_inset Index idx
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 かんすう@函数 ! じこていぎ@自己定義
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25104 \end_layout
25105
25106 \begin_layout Itemize
25107 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25108 \begin_inset Foot
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112
25113 \series bold
25114
25115 \backslash
25116 DeclareMathOperator
25117 \series default
25118 についての詳細は、第
25119 \begin_inset CommandInset ref
25120 LatexCommand ref
25121 reference "sub:自己定義演算子"
25122
25123 \end_inset
25124
25125 節をご参照下さい。
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \begin_inset Newline newline
25132 \end_inset
25133
25134
25135 \begin_inset VSpace -3mm
25136 \end_inset
25137
25138
25139 \begin_inset Newline newline
25140 \end_inset
25141
25142
25143 \series bold
25144
25145 \backslash
25146 DeclareMathOperator{
25147 \backslash
25148 sgn}{sgn}
25149 \series default
25150
25151 \begin_inset Index idx
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155 こまんど@コマンド ! D ! 
25156 \backslash
25157 dbinom@
25158 \backslash
25159 DeclareMathOperator
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \begin_inset Newline newline
25166 \end_inset
25167
25168
25169 \begin_inset VSpace -2mm
25170 \end_inset
25171
25172
25173 \begin_inset Newline newline
25174 \end_inset
25175
25176 これによって、新しく定義された函数を
25177 \series bold
25178
25179 \backslash
25180 sgn
25181 \series default
25182 コマンドで呼び出すことができるようになります。
25183 \end_layout
25184
25185 \begin_layout Itemize
25186 数式を普通に書き下し、函数名を選択して(上記の例では
25187 \emph on
25188 sgn
25189 \emph default
25190 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25191 \end_layout
25192
25193 \begin_layout Standard
25194 双方とも定義済み函数と同等の出力をもたらします
25195 \begin_inset Foot
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \align center
25209 \begin_inset Tabular
25210 <lyxtabular version="3" rows="3" columns="2">
25211 <features tabularvalignment="middle">
25212 <column alignment="center" valignment="top" width="0pt">
25213 <column alignment="center" valignment="top" width="0pt">
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 コマンド
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228 出力
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 </row>
25234 <row>
25235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239 A
25240 \backslash
25241 sgn(x)+B
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250 \begin_inset Formula $A\sgn(x)+B$
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264 A
25265 \backslash
25266 ,
25267 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25268 \end_inset
25269
25270 (x)+B
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 </lyxtabular>
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Standard
25296 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25297 \end_layout
25298
25299 \begin_layout Subsection
25300 極限
25301 \begin_inset Index idx
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305 きょくげん@極限
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 極限用には、
25315 \series bold
25316
25317 \backslash
25318 lim
25319 \series default
25320
25321 \begin_inset Index idx
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 こまんど@コマンド ! L ! 
25326 \backslash
25327 lim
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \series bold
25334
25335 \backslash
25336 liminf
25337 \series default
25338
25339 \series bold
25340
25341 \backslash
25342 limsup
25343 \series default
25344 の他に、以下の函数があります。
25345 \end_layout
25346
25347 \begin_layout Standard
25348 \align center
25349 \begin_inset Tabular
25350 <lyxtabular version="3" rows="5" columns="2">
25351 <features tabularvalignment="middle">
25352 <column alignment="center" valignment="top" width="0">
25353 <column alignment="center" valignment="top" width="0">
25354 <row>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359 コマンド
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368 出力
25369 \begin_inset Note Note
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373 ここで
25374 \series bold
25375
25376 \backslash
25377 raisebox
25378 \series default
25379 はスペーサーとして使用しているだけです。
25380 \end_layout
25381
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 </row>
25390 <row>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 varliminf
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Formula $\varliminf$
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 </row>
25415 <row>
25416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 varlimsup
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431 \begin_inset Formula $\varlimsup$
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 </row>
25440 <row>
25441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445
25446 \backslash
25447 varprojlim
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456 \begin_inset Formula $\varprojlim$
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 </row>
25465 <row>
25466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470
25471 \backslash
25472 varinjlim
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Plain Layout
25481 \begin_inset Formula $\varinjlim$
25482 \end_inset
25483
25484
25485 \begin_inset Formula $\raisebox{-2.5mm}{}$
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 </lyxtabular>
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace medskip
25503 \end_inset
25504
25505 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \align center
25510 \begin_inset Tabular
25511 <lyxtabular version="3" rows="2" columns="2">
25512 <features tabularvalignment="middle">
25513 <column alignment="center" valignment="top" width="0pt">
25514 <column alignment="center" valignment="top" width="0pt">
25515 <row>
25516 <cell alignment="center" valignment="top" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520 コマンド
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 \begin_inset space \hspace{}
25530 \length 1cm
25531 \end_inset
25532
25533 出力
25534 \begin_inset Note Note
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538 ここで
25539 \series bold
25540
25541 \backslash
25542 raisebox
25543 \series default
25544 はスペーサーとして使用しているだけです。
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 </row>
25555 <row>
25556 <cell alignment="center" valignment="top" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \backslash
25562 lim_x
25563 \backslash
25564 to
25565 \begin_inset ERT
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569
25570
25571 \backslash
25572 spce 
25573 \end_layout
25574
25575 \end_inset
25576
25577 A
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 spce 
25586 \end_layout
25587
25588 \end_inset
25589
25590 x=B
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 </lyxtabular>
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \begin_layout Standard
25616 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25617 \begin_inset Formula 
25618 \[
25619 \lim_{x\to A}x=B
25620 \]
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Subsection
25628 剰余函数
25629 \begin_inset Index idx
25630 status collapsed
25631
25632 \begin_layout Plain Layout
25633 かんすう@函数 ! じょうよ@剰余
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \begin_inset Index idx
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 かんすう@函数 ! もじゅらす@モジュラス | see
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649 {
25650 \end_layout
25651
25652 \end_inset
25653
25654 剰余
25655 \begin_inset ERT
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659
25660 }
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 剰余函数は、特別に4つの派生型があります。
25675 \end_layout
25676
25677 \begin_layout Standard
25678 以下は、別行建て数式での派生型です。
25679 \begin_inset Formula 
25680 \begin{align*}
25681 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25682 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25683 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25684 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25685 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25686 \end{align*}
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25695 \end_layout
25696
25697 \begin_layout Section
25698 特殊文字
25699 \begin_inset Index idx
25700 status collapsed
25701
25702 \begin_layout Plain Layout
25703 とくしゅもじ@特殊文字
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Subsection
25712 数式テキストにおける特殊文字
25713 \end_layout
25714
25715 \begin_layout Standard
25716 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25717 \end_layout
25718
25719 \begin_layout Standard
25720 \begin_inset space \hfill{}
25721 \end_inset
25722
25723
25724 \begin_inset Tabular
25725 <lyxtabular version="3" rows="8" columns="2">
25726 <features tabularvalignment="middle">
25727 <column alignment="block" valignment="top" width="0">
25728 <column alignment="block" valignment="top" width="0">
25729 <row>
25730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734 コマンド
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743 出力
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754
25755 \backslash
25756 oe
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765 \begin_inset Formula $\textrm{œ}$
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779
25780 \backslash
25781 OE
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Formula $\textrm{Œ}$
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 ae
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Formula $\textrm{æ}$
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 AE
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\textrm{Æ}$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 aa
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 \begin_inset Formula $\textrm{\aa}$
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 </row>
25874 <row>
25875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25876 \begin_inset Text
25877
25878 \begin_layout Plain Layout
25879
25880 \backslash
25881 AA
25882 \begin_inset Index idx
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887 \lang english
25888
25889 \backslash
25890 @
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 textrm{
25899 \backslash
25900 AA}
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919 \begin_inset Formula $\textrm{Å}$
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 </row>
25928 <row>
25929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933
25934 \backslash
25935 i
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944 \begin_inset Formula $\textrm{ı}$
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 </row>
25953 </lyxtabular>
25954
25955 \end_inset
25956
25957
25958 \begin_inset space \hfill{}
25959 \end_inset
25960
25961
25962 \begin_inset Tabular
25963 <lyxtabular version="3" rows="8" columns="2">
25964 <features tabularvalignment="middle">
25965 <column alignment="block" valignment="top" width="0">
25966 <column alignment="center" valignment="top" width="0">
25967 <row>
25968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25969 \begin_inset Text
25970
25971 \begin_layout Plain Layout
25972 コマンド
25973 \begin_inset Note Note
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977 0
25978 \begin_inset space \thinspace{}
25979 \end_inset
25980
25981 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 出力
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 </row>
26001 <row>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006
26007 \backslash
26008 o
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26014 \begin_inset Text
26015
26016 \begin_layout Plain Layout
26017 \begin_inset Formula $\textrm{ø}$
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024 </cell>
26025 </row>
26026 <row>
26027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031
26032 \backslash
26033 O
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042 \begin_inset Formula $\textrm{Ø}$
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 <row>
26052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056
26057 \backslash
26058 l
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067 \begin_inset Formula $\textrm{ł}$
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 </row>
26076 <row>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \backslash
26083 L
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 \begin_inset Formula $\textrm{Ł}$
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 </row>
26101 <row>
26102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 !
26107 \begin_inset space \hspace{}
26108 \length 0mm
26109 \end_inset
26110
26111 `
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 spce 
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset Formula $\textrm{!`}$
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 <row>
26143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147 ?
26148 \begin_inset space \hspace{}
26149 \length 0mm
26150 \end_inset
26151
26152 `
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157
26158
26159 \backslash
26160 spce 
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Formula $\textrm{?`}$
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 j
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $\textrm{ȷ}$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 </lyxtabular>
26209
26210 \end_inset
26211
26212
26213 \begin_inset space \hfill{}
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \begin_layout Standard
26220 \begin_inset Formula $\textrm{\textrm{Å}}$
26221 \end_inset
26222
26223
26224 \begin_inset Formula $\textrm{\textrm{Ø}}$
26225 \end_inset
26226
26227 の各文字は、数式ツールバーボタンの
26228 \begin_inset Graphics
26229         filename ../../images/math/digamma.png
26230         scale 85
26231
26232 \end_inset
26233
26234 からも挿入することができます。
26235 \end_layout
26236
26237 \begin_layout Standard
26238 例外は、
26239 \series bold
26240 !
26241 \begin_inset space \hspace{}
26242 \length 0mm
26243 \end_inset
26244
26245 `
26246 \series default
26247
26248 \series bold
26249 ?
26250 \begin_inset space \hspace{}
26251 \length 0mm
26252 \end_inset
26253
26254 `
26255 \series default
26256 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26257 \end_layout
26258
26259 \begin_layout Subsection
26260 文章中のアクセント
26261 \begin_inset CommandInset label
26262 LatexCommand label
26263 name "sub:文章中のアクセント"
26264
26265 \end_inset
26266
26267
26268 \begin_inset Index idx
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \begin_layout Standard
26281 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26282 \end_layout
26283
26284 \begin_layout Standard
26285 \begin_inset space \hfill{}
26286 \end_inset
26287
26288
26289 \begin_inset Tabular
26290 <lyxtabular version="3" rows="8" columns="2">
26291 <features tabularvalignment="middle">
26292 <column alignment="block" valignment="top" width="0">
26293 <column alignment="block" valignment="top" width="0">
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 コマンド
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 出力
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 </row>
26314 <row>
26315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319
26320 \backslash
26321
26322 \begin_inset Quotes grd
26323 \end_inset
26324
26325 e
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 \begin_inset ERT
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338
26339
26340 \backslash
26341 "e
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 </row>
26352 <row>
26353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357
26358 \backslash
26359 `e
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 \begin_inset ERT
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373
26374 \backslash
26375 `e
26376 \end_layout
26377
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \backslash
26393 ^
26394 \begin_inset ERT
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398
26399
26400 \backslash
26401 spce 
26402 \end_layout
26403
26404 \end_inset
26405
26406 e
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 ^e
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438
26439 \backslash
26440 =e
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset ERT
26450 status collapsed
26451
26452 \begin_layout Plain Layout
26453
26454
26455 \backslash
26456 =e
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472
26473 \backslash
26474 u
26475 \begin_inset ERT
26476 status collapsed
26477
26478 \begin_layout Plain Layout
26479
26480
26481 \backslash
26482 spce 
26483 \end_layout
26484
26485 \end_inset
26486
26487 e
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 u e
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 <row>
26515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519
26520 \backslash
26521 b
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 spce 
26530 \end_layout
26531
26532 \end_inset
26533
26534 e
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547
26548
26549 \backslash
26550 b e
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 </row>
26561 <row>
26562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566
26567 \backslash
26568 t
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573
26574
26575 \backslash
26576 spce 
26577 \end_layout
26578
26579 \end_inset
26580
26581 ee
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 \begin_inset ERT
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594
26595
26596 \backslash
26597 t ee
26598 \end_layout
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 </row>
26608 </lyxtabular>
26609
26610 \end_inset
26611
26612
26613 \begin_inset space \hfill{}
26614 \end_inset
26615
26616
26617 \begin_inset Tabular
26618 <lyxtabular version="3" rows="8" columns="2">
26619 <features tabularvalignment="middle">
26620 <column alignment="block" valignment="top" width="0">
26621 <column alignment="center" valignment="top" width="0">
26622 <row>
26623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627 コマンド
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636 出力
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 </row>
26642 <row>
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647
26648 \backslash
26649 H
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 spce 
26658 \end_layout
26659
26660 \end_inset
26661
26662 e
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676
26677 \backslash
26678 H e
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row>
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \backslash
26696 'e
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 \begin_inset ERT
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 'e
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 <row>
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Plain Layout
26728
26729 \backslash
26730 ~e
26731 \begin_inset Index idx
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735
26736 \lang english
26737 Tilde
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746 </cell>
26747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751 \begin_inset ERT
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755
26756
26757 \backslash
26758 ~e
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 </row>
26769 <row>
26770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774
26775 \backslash
26776 .e
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 \begin_inset ERT
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 .e
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 <row>
26804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808
26809 \backslash
26810 v
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 spce 
26819 \end_layout
26820
26821 \end_inset
26822
26823 e
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 \begin_inset ERT
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836
26837
26838 \backslash
26839 v e
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 </row>
26850 <row>
26851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855
26856 \backslash
26857 d
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 spce 
26866 \end_layout
26867
26868 \end_inset
26869
26870 e
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 \begin_inset ERT
26880 status collapsed
26881
26882 \begin_layout Plain Layout
26883
26884
26885 \backslash
26886 d e
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 </row>
26897 <row>
26898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902
26903 \backslash
26904 c
26905 \begin_inset ERT
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909
26910
26911 \backslash
26912 spce 
26913 \end_layout
26914
26915 \end_inset
26916
26917 e
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 \begin_inset ERT
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930
26931
26932 \backslash
26933 c e
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 </row>
26944 </lyxtabular>
26945
26946 \end_inset
26947
26948
26949 \begin_inset space \hfill{}
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 \begin_inset VSpace medskip
26957 \end_inset
26958
26959
26960 \series bold
26961
26962 \backslash
26963 t
26964 \series default
26965 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26966 \series bold
26967
26968 \backslash
26969 t
26970 \begin_inset ERT
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 spce 
26978 \end_layout
26979
26980 \end_inset
26981
26982 sz
26983 \series default
26984 は、
26985 \begin_inset ERT
26986 status collapsed
26987
26988 \begin_layout Plain Layout
26989
26990
26991 \backslash
26992 t sz
26993 \end_layout
26994
26995 \end_inset
26996
26997 となります。
26998 \end_layout
26999
27000 \begin_layout Standard
27001
27002 \series bold
27003 `
27004 \series default
27005  ・
27006 \series bold
27007  '
27008 \series default
27009  ・ 
27010 \series bold
27011 ^
27012 \series default
27013  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27014 \begin_inset Foot
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \series bold
27025 ~
27026 \series default
27027 を、
27028 \emph on
27029 a
27030 \emph default
27031
27032 \emph on
27033 n
27034 \emph default
27035
27036 \emph on
27037 o
27038 \emph default
27039 といっしょに使うときも同様です。
27040 \end_layout
27041
27042 \begin_layout Standard
27043
27044 \series bold
27045
27046 \backslash
27047 b
27048 \series default
27049
27050 \series bold
27051
27052 \backslash
27053 c
27054 \series default
27055
27056 \series bold
27057
27058 \backslash
27059 d
27060 \series default
27061
27062 \series bold
27063
27064 \backslash
27065 H
27066 \series default
27067
27068 \series bold
27069
27070 \backslash
27071 t
27072 \series default
27073
27074 \series bold
27075
27076 \backslash
27077 u
27078 \series default
27079
27080 \series bold
27081
27082 \backslash
27083 v
27084 \series default
27085 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27086 。第
27087 \begin_inset CommandInset ref
27088 LatexCommand ref
27089 reference "sub:一文字に付けるアクセント"
27090
27091 \end_inset
27092
27093 節をご参照下さい。
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \begin_inset VSpace bigskip
27098 \end_inset
27099
27100 さらに、
27101 \series bold
27102
27103 \backslash
27104 textcircled
27105 \series default
27106
27107 \begin_inset Index idx
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111 こまんど@コマンド ! T ! 
27112 \backslash
27113 textcircled
27114 \end_layout
27115
27116 \end_inset
27117
27118 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27119
27120 \end_layout
27121
27122 \begin_layout Standard
27123 \align center
27124 \begin_inset Tabular
27125 <lyxtabular version="3" rows="3" columns="2">
27126 <features tabularvalignment="middle">
27127 <column alignment="center" valignment="top" width="0">
27128 <column alignment="center" valignment="top" width="0">
27129 <row>
27130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134 コマンド
27135 \end_layout
27136
27137 \end_inset
27138 </cell>
27139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27140 \begin_inset Text
27141
27142 \begin_layout Plain Layout
27143 出力
27144 \begin_inset Note Note
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148 ここで
27149 \series bold
27150
27151 \backslash
27152 raisebox
27153 \series default
27154 はスペーサーとして使用しているだけです。
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 </row>
27165 <row>
27166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170
27171 \backslash
27172 textcircled{w}
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181 \begin_inset ERT
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185
27186
27187 \backslash
27188 textcircled{w}
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 </row>
27199 <row>
27200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204
27205 \backslash
27206 Large 
27207 \backslash
27208 textcircled{
27209 \backslash
27210 normalsize
27211 \backslash
27212 protect
27213 \backslash
27214 raisebox{-1.5pt}{W}}
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223 \begin_inset Formula $\raisebox{4.5mm}{}$
27224 \end_inset
27225
27226
27227 \begin_inset ERT
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 Large 
27235 \backslash
27236 textcircled{
27237 \backslash
27238 normalsize
27239 \backslash
27240 protect
27241 \backslash
27242 raisebox{-1.5pt}W}
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \begin_inset Formula $\raisebox{-2mm}{}$
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 </row>
27257 </lyxtabular>
27258
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \begin_layout Standard
27265 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27266 \series bold
27267
27268 \backslash
27269 Large
27270 \series default
27271
27272 \begin_inset Foot
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276
27277 \begin_inset CommandInset ref
27278 LatexCommand ref
27279 reference "sub:書体寸法"
27280
27281 \end_inset
27282
27283 節参照のこと。
27284 \end_layout
27285
27286 \end_inset
27287
27288 で丸の大きさを指定しています。そして
27289 \series bold
27290
27291 \backslash
27292 raisebox
27293 \series default
27294
27295 \begin_inset Foot
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299
27300 \begin_inset CommandInset ref
27301 LatexCommand ref
27302 reference "sub:枠なしボックス"
27303
27304 \end_inset
27305
27306 節参照のこと。
27307 \end_layout
27308
27309 \end_inset
27310
27311 を使って、文字が真ん中にくるようにしています。
27312 \end_layout
27313
27314 \begin_layout Subsection
27315 小数字
27316 \begin_inset Index idx
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 しょうすうじ@小数字
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Standard
27329 小数字(minuscule number)は、
27330 \series bold
27331
27332 \backslash
27333 oldstylenums
27334 \series default
27335
27336 \begin_inset Index idx
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340 こまんど@コマンド ! O ! 
27341 \backslash
27342 oldstylenums
27343 \end_layout
27344
27345 \end_inset
27346
27347 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27348 \end_layout
27349
27350 \begin_layout Standard
27351
27352 \series bold
27353
27354 \backslash
27355 oldstylenums{数字}
27356 \end_layout
27357
27358 \begin_layout Standard
27359 です。
27360 \series bold
27361
27362 \backslash
27363 oldstylenums{0123456789}
27364 \series default
27365 というコマンドは、
27366 \begin_inset Formula $\oldstylenums{0123456789}$
27367 \end_inset
27368
27369 のようになります。
27370 \end_layout
27371
27372 \begin_layout Subsection
27373 他の特殊文字
27374 \begin_inset CommandInset label
27375 LatexCommand label
27376 name "sub:他の特殊文字"
27377
27378 \end_inset
27379
27380
27381 \begin_inset Index idx
27382 status collapsed
27383
27384 \begin_layout Plain Layout
27385 とくしゅもじ@特殊文字 ! たの@他の
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Standard
27394 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27395 \end_layout
27396
27397 \begin_layout Standard
27398 \align center
27399 \begin_inset Tabular
27400 <lyxtabular version="3" rows="4" columns="2">
27401 <features tabularvalignment="middle">
27402 <column alignment="center" valignment="top" width="0">
27403 <column alignment="center" valignment="top" width="0">
27404 <row>
27405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409 コマンド
27410 \end_layout
27411
27412 \end_inset
27413 </cell>
27414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27415 \begin_inset Text
27416
27417 \begin_layout Plain Layout
27418 出力
27419 \end_layout
27420
27421 \end_inset
27422 </cell>
27423 </row>
27424 <row>
27425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27426 \begin_inset Text
27427
27428 \begin_layout Plain Layout
27429
27430 \backslash
27431 ^
27432 \begin_inset ERT
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436
27437
27438 \backslash
27439 spce 
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 \begin_inset Formula $\mathcircumflex$
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \backslash
27469 _
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 \begin_inset Formula $\_$
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 </row>
27487 <row>
27488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27489 \begin_inset Text
27490
27491 \begin_layout Plain Layout
27492 ^
27493 \begin_inset ERT
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497
27498
27499 \backslash
27500 spce 
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \backslash
27507 circ
27508 \begin_inset Index idx
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512
27513 \lang english
27514
27515 \backslash
27516
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Plain Layout
27530 \begin_inset Formula $^{\circ}$
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 </row>
27539 </lyxtabular>
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Standard
27547 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27548 \begin_inset Foot
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 この件に関する詳細は、第
27553 \begin_inset CommandInset ref
27554 LatexCommand ref
27555 reference "sub:数式中のテキスト文字"
27556
27557 \end_inset
27558
27559 節にあります。
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \begin_layout Standard
27568
27569 \series bold
27570
27571 \backslash
27572 DeclareInputtext{176}{
27573 \backslash
27574 ifmmode^
27575 \backslash
27576 circ
27577 \backslash
27578 else
27579 \backslash
27580 textdegree
27581 \backslash
27582 fi}
27583 \end_layout
27584
27585 \begin_layout Section
27586 数式様式
27587 \begin_inset CommandInset label
27588 LatexCommand label
27589 name "sec:数式様式"
27590
27591 \end_inset
27592
27593
27594 \begin_inset Index idx
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598 すうしき@数式 ! ようしき@様式
27599 \end_layout
27600
27601 \end_inset
27602
27603
27604 \end_layout
27605
27606 \begin_layout Itemize
27607 以下の二つの配置様式があります。
27608 \end_layout
27609
27610 \begin_deeper
27611 \begin_layout Description
27612 中央揃え 事前に定義された標準です。
27613 \end_layout
27614
27615 \begin_layout Description
27616 行頭下げ これを使うには、
27617 \family sans
27618 文書\SpecialChar \menuseparator
27619 設定
27620 \family default
27621 メニューの
27622 \family sans
27623 文書クラス
27624 \family default
27625 において、
27626 \series bold
27627 fleqn
27628 \series default
27629 オプションを指定しておかなくてはなりません。
27630 \end_layout
27631
27632 \begin_layout Standard
27633
27634 \series bold
27635 行頭下げ
27636 \series default
27637 を用いる場合には、行頭下げの大きさを
27638 \series bold
27639
27640 \backslash
27641 mathindent
27642 \series default
27643
27644 \begin_inset Index idx
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 こまんど@コマンド ! M ! 
27649 \backslash
27650 mathindent
27651 \end_layout
27652
27653 \end_inset
27654
27655 の値で調整することができます。これを15
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27660 \end_layout
27661
27662 \begin_layout Standard
27663
27664 \series bold
27665
27666 \backslash
27667 setlength{
27668 \backslash
27669 mathindent}{15mm}
27670 \end_layout
27671
27672 \begin_layout Standard
27673
27674 \series bold
27675
27676 \backslash
27677 mathindent
27678 \series default
27679 を明示的に指定しない場合には、事前に定義されている30
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 ptが適用されます。
27684 \end_layout
27685
27686 \end_deeper
27687 \begin_layout Itemize
27688 また、以下の二つの連番様式があります。
27689 \end_layout
27690
27691 \begin_deeper
27692 \begin_layout Description
27693 右 事前に定義された標準です。
27694 \end_layout
27695
27696 \begin_layout Description
27697 左 これを使うには、
27698 \family sans
27699 文書\SpecialChar \menuseparator
27700 設定
27701 \family default
27702 メニューの
27703 \family sans
27704 文書クラス
27705 \family default
27706 において、
27707 \series bold
27708 leqno
27709 \series default
27710 オプションを指定しておかなくてはなりません。
27711 \end_layout
27712
27713 \end_deeper
27714 \begin_layout Standard
27715
27716 \series bold
27717 fleqn
27718 \series default
27719
27720 \series bold
27721 leqno
27722 \series default
27723 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27724 \end_layout
27725
27726 \begin_layout Standard
27727 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27728 \series bold
27729 中央揃え
27730 \series default
27731 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "sub:flalign環境"
27735
27736 \end_inset
27737
27738 節をご覧下さい。
27739 \end_layout
27740
27741 \begin_layout Section
27742 多行数式
27743 \begin_inset CommandInset label
27744 LatexCommand label
27745 name "sec:多行数式"
27746
27747 \end_inset
27748
27749
27750 \begin_inset Index idx
27751 status collapsed
27752
27753 \begin_layout Plain Layout
27754 すうしき@数式 ! たぎょう@多行
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \begin_layout Subsection
27763 概要
27764 \end_layout
27765
27766 \begin_layout Standard
27767 LyXでは、多行数式は、数式中で
27768 \series bold
27769
27770 \begin_inset Info
27771 type  "shortcut"
27772 arg   "newline-insert newline"
27773 \end_inset
27774
27775
27776 \series default
27777 を押すことで作られます。この操作によって、第
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sub:eqnarray環境"
27781
27782 \end_inset
27783
27784 節に述べられている
27785 \series bold
27786 eqnarray環境
27787 \series default
27788 が作り出されるか、あるいは文書設定で
27789 \family sans
27790 AMS mathパッケージを使う
27791 \family default
27792 オプションが選択されている場合には、第
27793 \begin_inset CommandInset ref
27794 LatexCommand ref
27795 reference "sub:標準align環境"
27796
27797 \end_inset
27798
27799 節に述べられている
27800 \series bold
27801 align環境
27802 \series default
27803 が作り出されることになります。
27804 \end_layout
27805
27806 \begin_layout Standard
27807 他にも、
27808 \family sans
27809 挿入\SpecialChar \menuseparator
27810 数式
27811 \family default
27812 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27813 \end_layout
27814
27815 \begin_layout Standard
27816 すべての多行数式において、新規行は、
27817 \begin_inset Info
27818 type  "shortcut"
27819 arg   "newline-insert newline"
27820 \end_inset
27821
27822 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27823 \begin_inset Graphics
27824         filename ../../images/tabular-feature_append-row.png
27825         scale 85
27826
27827 \end_inset
27828
27829
27830 \begin_inset Graphics
27831         filename ../../images/tabular-feature_delete-row.png
27832         scale 85
27833
27834 \end_inset
27835
27836 を使うか、
27837 \family sans
27838 編集\SpecialChar \menuseparator
27839 行と列
27840 \family default
27841 メニューを使うことができます。
27842 \end_layout
27843
27844 \begin_layout Subsubsection
27845 行間
27846 \begin_inset CommandInset label
27847 LatexCommand label
27848 name "sub:行間"
27849
27850 \end_inset
27851
27852
27853 \begin_inset Index idx
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \begin_layout Standard
27866 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27867 \begin_inset Formula 
27868 \begin{eqnarray*}
27869 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}\\
27870 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
27871 \end{eqnarray*}
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27880 \begin_inset Foot
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884 \begin_inset CommandInset href
27885 LatexCommand href
27886 name "LyX-bug #1505"
27887 target "http://www.lyx.org/trac/ticket/1505"
27888
27889 \end_inset
27890
27891 を参照。
27892 \end_layout
27893
27894 \end_inset
27895
27896 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27897 \series bold
27898
27899 \backslash
27900
27901 \backslash
27902 [3mm]
27903 \series default
27904 というコマンドを入れます。すると、次のようになります。
27905 \begin_inset ERT
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909
27910
27911 \backslash
27912 begin{eqnarray*}
27913 \end_layout
27914
27915 \begin_layout Plain Layout
27916
27917 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27918  = & 
27919 \backslash
27920 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27921 \backslash
27922
27923 \backslash
27924 [3mm]
27925 \end_layout
27926
27927 \begin_layout Plain Layout
27928
27929 4x^{2}
27930 \backslash
27931 left(B^{2}+x_{0}^{2}
27932 \backslash
27933 right)+4x_{0}x
27934 \backslash
27935 left(D-B^{2}
27936 \backslash
27937 right)+B^{2}
27938 \backslash
27939 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27940 \backslash
27941 right) & = & 0
27942 \end_layout
27943
27944 \begin_layout Plain Layout
27945
27946
27947 \backslash
27948 end{eqnarray*}
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Standard
27957 \begin_inset VSpace bigskip
27958 \end_inset
27959
27960 同一数式内のすべての行の行間を一律に指定するには、
27961 \series bold
27962
27963 \backslash
27964 jot
27965 \series default
27966
27967 \begin_inset Index idx
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 こまんど@コマンド ! J ! 
27972 \backslash
27973 jot
27974 \end_layout
27975
27976 \end_inset
27977
27978 変数を変更します。定義は、
27979 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27980 \end_inset
27981
27982 となっています。
27983 \series bold
27984
27985 \backslash
27986 jot
27987 \series default
27988 の既定値は、3
27989 \begin_inset space \thinspace{}
27990 \end_inset
27991
27992 ptです。上記の例のように、行間を3
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996 mm追加するには、
27997 \end_layout
27998
27999 \begin_layout Standard
28000
28001 \series bold
28002
28003 \backslash
28004 setlength{
28005 \backslash
28006 jot}{3mm+3pt}
28007 \end_layout
28008
28009 \begin_layout Standard
28010 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28011 \end_layout
28012
28013 \begin_layout Standard
28014
28015 \series bold
28016
28017 \backslash
28018 usepackage{calc}
28019 \end_layout
28020
28021 \begin_layout Standard
28022 という行を入れて、LaTeXパッケージ
28023 \series bold
28024 calc
28025 \series default
28026
28027 \begin_inset Foot
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032 \series bold
28033 calc
28034 \series default
28035 は標準的なLaTeX頒布版のすべてに付属しています。
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 ぱっけーじ@パッケージ ! calc
28046 \end_layout
28047
28048 \end_inset
28049
28050  を読み込んでおく必要があります。すると、
28051 \begin_inset ERT
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055
28056
28057 \backslash
28058 setlength{
28059 \backslash
28060 jot}{3mm+3pt}
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \begin_inset Formula 
28067 \begin{eqnarray*}
28068 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}\\
28069 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
28070 \end{eqnarray*}
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 \begin_inset ERT
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082
28083
28084 \backslash
28085 setlength{
28086 \backslash
28087 jot}{3pt}
28088 \end_layout
28089
28090 \end_inset
28091
28092 のような結果を得ます。行間を既定値に戻すには、
28093 \series bold
28094
28095 \backslash
28096 jot
28097 \series default
28098 をふたたび3
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 ptに戻します。
28103 \end_layout
28104
28105 \begin_layout Subsubsection
28106 列間
28107 \begin_inset CommandInset label
28108 LatexCommand label
28109 name "sub:列間"
28110
28111 \end_inset
28112
28113
28114 \begin_inset Index idx
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Standard
28127 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28128
28129 \end_layout
28130
28131 \begin_layout Standard
28132 列間は、
28133 \series bold
28134
28135 \backslash
28136 arraycolsep
28137 \series default
28138
28139 \begin_inset Index idx
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 こまんど@コマンド ! A ! 
28144 \backslash
28145 arraycolsep
28146 \end_layout
28147
28148 \end_inset
28149
28150 変数を使って指定し、
28151 \begin_inset Newline newline
28152 \end_inset
28153
28154 列間 = 2
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158
28159 \series bold
28160
28161 \backslash
28162 arraycolsep
28163 \series default
28164
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168 という関係があります。したがって、
28169 \end_layout
28170
28171 \begin_layout Standard
28172
28173 \series bold
28174
28175 \backslash
28176 setlength{
28177 \backslash
28178 arraycolsep}{1cm}
28179 \end_layout
28180
28181 \begin_layout Standard
28182 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 cmになります。これを既定値に戻すには、
28187 \series bold
28188
28189 \backslash
28190 arraycolsep
28191 \series default
28192 を5
28193 \begin_inset space \thinspace{}
28194 \end_inset
28195
28196 ptに戻して下さい。
28197 \end_layout
28198
28199 \begin_layout Standard
28200 以下は、2
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204 cmの列間を持つ数式です。
28205 \begin_inset ERT
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209
28210
28211 \backslash
28212 setlength{
28213 \backslash
28214 arraycolsep}{1cm}
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset Formula 
28221 \begin{eqnarray*}
28222 A & = & B\\
28223 C & \ne & A
28224 \end{eqnarray*}
28225
28226 \end_inset
28227
28228 行列の既定の列間10
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 ptを持つ数式です。
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238
28239 \backslash
28240 setlength{
28241 \backslash
28242 arraycolsep}{5pt}
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Formula 
28249 \begin{eqnarray*}
28250 A & = & B\\
28251 C & \ne & A
28252 \end{eqnarray*}
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Subsubsection
28260 長い数式
28261 \begin_inset Index idx
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265 すうしき@数式 ! ながい@長い
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 長い数式は、以下の方法を使って組版することができます。
28275 \end_layout
28276
28277 \begin_layout Itemize
28278 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28279 \begin_inset Formula 
28280 \begin{eqnarray}
28281 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 \\
28282  &  & -\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}
28283 \end{eqnarray}
28284
28285 \end_inset
28286
28287 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28288 示されません。これを避けるために、マイナス記号の後に
28289 \series bold
28290
28291 \backslash
28292 hspace
28293 \series default
28294 .
28295 \begin_inset Foot
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300 \series bold
28301
28302 \backslash
28303 hspace
28304 \series default
28305 に関しての詳細は、第
28306 \begin_inset CommandInset ref
28307 LatexCommand ref
28308 reference "sub:可変長の空白"
28309
28310 \end_inset
28311
28312 節をご覧下さい。
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \begin_inset Index idx
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 こまんど@コマンド ! H ! 
28323 \backslash
28324 hspace
28325 \end_layout
28326
28327 \end_inset
28328
28329 コマンドを使って3
28330 \begin_inset space \thinspace{}
28331 \end_inset
28332
28333 pt空白を入れてあります。
28334 \end_layout
28335
28336 \begin_layout Itemize
28337 数式の両辺がともに長すぎるときには、
28338 \series bold
28339
28340 \backslash
28341 lefteqn
28342 \series default
28343
28344 \begin_inset Index idx
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348 こまんど@コマンド ! L ! 
28349 \backslash
28350 lefteqn
28351 \end_layout
28352
28353 \end_inset
28354
28355 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28356 \begin_inset Formula 
28357 \begin{eqnarray}
28358 \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 \\
28359  &  & -\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 \\
28360  &  & =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}
28361 \end{eqnarray}
28362
28363 \end_inset
28364
28365
28366 \series bold
28367
28368 \backslash
28369 lefteqn
28370 \series default
28371 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28372 \begin_inset Newline newline
28373 \end_inset
28374
28375 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28376 \begin_inset VSpace medskip
28377 \end_inset
28378
28379
28380 \begin_inset Newline newline
28381 \end_inset
28382
28383
28384 \begin_inset Note Greyedout
28385 status open
28386
28387 \begin_layout Plain Layout
28388
28389 \series bold
28390
28391 \backslash
28392 lefteqn
28393 \series default
28394 を使用する際には、以下のことにご注意下さい。
28395 \end_layout
28396
28397 \begin_layout Itemize
28398 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28399 \begin_inset Formula $-B^{2}$
28400 \end_inset
28401
28402 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28403 \end_layout
28404
28405 \begin_layout Itemize
28406 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28407 \begin_inset Foot
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 \begin_inset CommandInset href
28412 LatexCommand href
28413 name "LyX-bug #1429"
28414 target "http://www.lyx.org/trac/ticket/1429"
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \end_inset
28422
28423 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Itemize
28432 長い数式を組む他の方法として、第
28433 \begin_inset CommandInset ref
28434 LatexCommand ref
28435 reference "sub:multline環境"
28436
28437 \end_inset
28438
28439 節と第
28440 \begin_inset CommandInset ref
28441 LatexCommand ref
28442 reference "sub:数式の一部の多行化"
28443
28444 \end_inset
28445
28446 節で述べられている環境を用いる方法があります。
28447 \end_layout
28448
28449 \begin_layout Subsubsection
28450 多行にわたる括弧
28451 \begin_inset CommandInset label
28452 LatexCommand label
28453 name "sub:多行にわたる括弧"
28454
28455 \end_inset
28456
28457
28458 \begin_inset Index idx
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Standard
28471 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28472 \begin_inset Formula 
28473 \begin{eqnarray*}
28474 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28475  &  & \left.\cdots+B-D\right]
28476 \end{eqnarray*}
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Standard
28484 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28485 \end_layout
28486
28487 \begin_layout Standard
28488 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28489 \series bold
28490
28491 \backslash
28492 right.
28493 \series default
28494
28495 \begin_inset Index idx
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 こまんど@コマンド ! R ! 
28500 \backslash
28501 right
28502 \end_layout
28503
28504 \end_inset
28505
28506 とし、二行めの始めを
28507 \series bold
28508
28509 \backslash
28510 left.
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515
28516 \series bold
28517
28518 \backslash
28519 left
28520 \series default
28521
28522 \series bold
28523
28524 \backslash
28525 right
28526 \series default
28527 に関する詳細は、第
28528 \begin_inset CommandInset ref
28529 LatexCommand ref
28530 reference "sub:自動の括弧丈"
28531
28532 \end_inset
28533
28534 節をご覧下さい。
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \series default
28541
28542 \begin_inset Index idx
28543 status collapsed
28544
28545 \begin_layout Plain Layout
28546 こまんど@コマンド ! L ! 
28547 \backslash
28548 left
28549 \end_layout
28550
28551 \end_inset
28552
28553 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28554 \series bold
28555
28556 \backslash
28557 left.
28558 \series default
28559 の後に、
28560 \series bold
28561
28562 \backslash
28563 vphantom
28564 \series default
28565
28566 \begin_inset ERT
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570
28571
28572 \backslash
28573 spce 
28574 \end_layout
28575
28576 \end_inset
28577
28578
28579 \series bold
28580
28581 \backslash
28582 prod
28583 \series default
28584 ^
28585 \begin_inset ERT
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589
28590
28591 \backslash
28592 spce 
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \series bold
28599
28600 \backslash
28601 infty
28602 \series default
28603
28604 \begin_inset ERT
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608
28609
28610 \backslash
28611 spce 
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \series bold
28618
28619 \begin_inset Formula $\downarrow$
28620 \end_inset
28621
28622 _R=1}
28623 \series default
28624
28625 \begin_inset Index idx
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 こまんど@コマンド ! V ! 
28630 \backslash
28631 vphantom
28632 \end_layout
28633
28634 \end_inset
28635
28636 というコマンドを挿入します。
28637 \end_layout
28638
28639 \begin_layout Standard
28640 その結果が以下の数式です。
28641 \begin_inset Formula 
28642 \begin{eqnarray*}
28643 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28644  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28645 \end{eqnarray*}
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Subsection
28653 align環境
28654 \end_layout
28655
28656 \begin_layout Standard
28657 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28658 \end_layout
28659
28660 \begin_layout Standard
28661 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28662 \end_layout
28663
28664 \begin_layout Standard
28665 align環境は、
28666 \family sans
28667 挿入\SpecialChar \menuseparator
28668 数式
28669 \family default
28670 メニューから作ることができます。
28671 \family sans
28672 編集\SpecialChar \menuseparator
28673 数式\SpecialChar \menuseparator
28674 数式の表記を変更
28675 \family default
28676 メニューを使えば、既存の数式をalign環境に変更することができます。
28677 \end_layout
28678
28679 \begin_layout Standard
28680 列を追加したり削除したりするには、数式ツールバーボタンの
28681 \begin_inset Graphics
28682         filename ../../images/tabular-feature_append-column.png
28683         scale 85
28684
28685 \end_inset
28686
28687
28688 \begin_inset Graphics
28689         filename ../../images/tabular-feature_delete-column.png
28690         scale 85
28691
28692 \end_inset
28693
28694 を使うか、
28695 \family sans
28696 編集\SpecialChar \menuseparator
28697 行と列
28698 \family default
28699 メニューを使います。
28700 \end_layout
28701
28702 \begin_layout Subsubsection
28703 標準align環境
28704 \begin_inset CommandInset label
28705 LatexCommand label
28706 name "sub:標準align環境"
28707
28708 \end_inset
28709
28710
28711 \begin_inset Index idx
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 このalign環境は、数式中で
28725 \begin_inset Info
28726 type  "shortcut"
28727 arg   "newline-insert newline"
28728 \end_inset
28729
28730 を押すか、
28731 \family sans
28732 挿入\SpecialChar \menuseparator
28733 数式\SpecialChar \menuseparator
28734 AMS align環境
28735 \family default
28736 メニューで作ることができます。
28737 \end_layout
28738
28739 \begin_layout Standard
28740 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28741 \begin_inset Formula 
28742 \begin{align*}
28743 A & =\sin(B) & C & =D\\
28744 C & \ne A & B & \ne D
28745 \end{align*}
28746
28747 \end_inset
28748
28749 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28750 \series bold
28751
28752 \backslash
28753 hfill
28754 \begin_inset Foot
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758
28759 \series bold
28760
28761 \backslash
28762 hfill
28763 \series default
28764 に関する詳細は、第
28765 \begin_inset CommandInset ref
28766 LatexCommand ref
28767 reference "sub:可変長の空白"
28768
28769 \end_inset
28770
28771 節をご覧下さい。
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \series default
28778 があるかのように配置されます。数式様式として
28779 \series bold
28780 行頭下げ
28781 \begin_inset Foot
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786 \series bold
28787 数式様式については、第
28788 \series default
28789
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "sec:数式様式"
28793
28794 \end_inset
28795
28796 節をご覧下さい。
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \series default
28803 を使う場合には、第一列の前の
28804 \series bold
28805
28806 \backslash
28807 hfill
28808 \series default
28809 はない形で数式が設定されます。
28810 \end_layout
28811
28812 \begin_layout Subsubsection
28813 alignat環境
28814 \begin_inset Index idx
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \begin_layout Standard
28827 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28828 \begin_inset CommandInset ref
28829 LatexCommand ref
28830 reference "sub:空白"
28831
28832 \end_inset
28833
28834 節に述べられている空白を使用して手動で入れます。
28835 \end_layout
28836
28837 \begin_layout Standard
28838 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28839 \begin_inset space \thinspace{}
28840 \end_inset
28841
28842 cmの空白を入れたものです。
28843 \begin_inset Formula 
28844 \begin{alignat*}{2}
28845 A & =\sin(B) & \hspace{1cm}C & =D\\
28846 C & \ne A & B & \ne D
28847 \end{alignat*}
28848
28849 \end_inset
28850
28851 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28852 \end_layout
28853
28854 \begin_layout Subsubsection
28855 flalign環境
28856 \begin_inset CommandInset label
28857 LatexCommand label
28858 name "sub:flalign環境"
28859
28860 \end_inset
28861
28862
28863 \begin_inset Index idx
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28877 \begin_inset Formula 
28878 \begin{flalign*}
28879 A & =1 & B & =2 & C & =3\\
28880 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28881 \end{flalign*}
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28890 \series bold
28891 中央揃え
28892 \series default
28893 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28894 \begin_inset CommandInset ref
28895 LatexCommand eqref
28896 reference "eq:VolInt"
28897
28898 \end_inset
28899
28900 式を行頭下げにしたものです。
28901 \begin_inset Formula 
28902 \begin{flalign}
28903 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28904 \end{flalign}
28905
28906 \end_inset
28907
28908 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28909 \begin_inset space \thinspace{}
28910 \end_inset
28911
28912 ptの空白が第1列の頭に入れてあります。
28913 \end_layout
28914
28915 \begin_layout Subsection
28916 eqnarray環境
28917 \begin_inset CommandInset label
28918 LatexCommand label
28919 name "sub:eqnarray環境"
28920
28921 \end_inset
28922
28923
28924 \begin_inset Index idx
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Standard
28937 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28938 いるので、その内容は中央揃えで少し小さく設定されます。
28939 \begin_inset Formula 
28940 \begin{eqnarray*}
28941 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28942 AB & AB & AB\\
28943 A & = & A
28944 \end{eqnarray*}
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \begin_layout Subsection
28952 gather環境
28953 \begin_inset Index idx
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28967 \begin_inset Formula 
28968 \begin{gather}
28969 A=1\\
28970 X=\textrm{-}1
28971 \end{gather}
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Subsection
28979 multline環境
28980 \begin_inset CommandInset label
28981 LatexCommand label
28982 name "sub:multline環境"
28983
28984 \end_inset
28985
28986
28987 \begin_inset Index idx
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Standard
29000 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29001 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29002 \begin_inset CommandInset ref
29003 LatexCommand eqref
29004 reference "eq:lefteqn"
29005
29006 \end_inset
29007
29008 式をmultline環境に置いたものを示します。
29009 \begin_inset Formula 
29010 \begin{multline}
29011 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}\\
29012 -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}\\
29013 =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}}
29014 \end{multline}
29015
29016 \end_inset
29017
29018
29019 \end_layout
29020
29021 \begin_layout Standard
29022 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29023 \begin_inset Foot
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 付番様式については、第
29028 \begin_inset CommandInset ref
29029 LatexCommand ref
29030 reference "sec:数式様式"
29031
29032 \end_inset
29033
29034 節を参照。
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043
29044 \series bold
29045
29046 \backslash
29047 shoveright
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 こまんど@コマンド ! S ! 
29053 \backslash
29054 shoveright
29055 \end_layout
29056
29057 \end_inset
29058
29059 コマンドや
29060 \backslash
29061 shoveleft
29062 \begin_inset Index idx
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 こまんど@コマンド ! S ! 
29067 \backslash
29068 shoveleft
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \series default
29075 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29076 \end_layout
29077
29078 \begin_layout Standard
29079
29080 \series bold
29081
29082 \backslash
29083 shoveright{行の内容}
29084 \series default
29085 あるいは
29086 \series bold
29087
29088 \backslash
29089 shoveleft{行の内容}
29090 \end_layout
29091
29092 \begin_layout Standard
29093 \begin_inset VSpace medskip
29094 \end_inset
29095
29096
29097 \series bold
29098
29099 \backslash
29100 multlinegap
29101 \begin_inset Index idx
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 こまんど@コマンド ! M ! 
29106 \backslash
29107 multlinegap
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \series default
29114 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29115 \begin_inset space \thinspace{}
29116 \end_inset
29117
29118 ptの長さです。
29119 \end_layout
29120
29121 \begin_layout Standard
29122 以下は、上記の数式に
29123 \end_layout
29124
29125 \begin_layout Standard
29126
29127 \series bold
29128
29129 \backslash
29130 setlength{
29131 \backslash
29132 multlinegap}{2cm}
29133 \end_layout
29134
29135 \begin_layout Standard
29136 というコマンドを、TeXモードで直前に挿入した例です。
29137 \begin_inset ERT
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141
29142
29143 \backslash
29144 setlength{
29145 \backslash
29146 multlinegap}{2cm}
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \begin_inset Formula 
29153 \begin{multline}
29154 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}\\
29155 \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}}\\
29156 =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}}
29157 \end{multline}
29158
29159 \end_inset
29160
29161
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166
29167
29168 \backslash
29169 setlength{
29170 \backslash
29171 multlinegap}{0pt}
29172 \end_layout
29173
29174 \end_inset
29175
29176 二行めは、
29177 \series bold
29178
29179 \backslash
29180 shoveleft
29181 \series default
29182 を使って左揃えにしています。
29183 \end_layout
29184
29185 \begin_layout Subsection
29186 数式の一部の多行化
29187 \begin_inset CommandInset label
29188 LatexCommand label
29189 name "sub:数式の一部の多行化"
29190
29191 \end_inset
29192
29193
29194 \begin_inset Index idx
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 数式の一部分のみを多行表示したい場合には、
29208 \series bold
29209 aligned
29210 \series default
29211
29212 \series bold
29213 alignedat
29214 \series default
29215
29216 \series bold
29217 gathered
29218 \series default
29219
29220 \series bold
29221 split
29222 \series default
29223 のうちのいずれかの環境を使用します。これらは、
29224 \family sans
29225 挿入\SpecialChar \menuseparator
29226 数式
29227 \family default
29228 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29229 \end_layout
29230
29231 \begin_layout Standard
29232 最初の三つの環境は、環境名から
29233 \series bold
29234 ed
29235 \series default
29236 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29237 \begin_inset Formula 
29238 \[
29239 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29240 \Delta E\Delta t & \ge\frac{\hbar}{2}
29241 \end{aligned}
29242 \right\} \textrm{不確定性原理}
29243 \]
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Standard
29251 この数式を作るには、別行建て数式をまず作っておいて、そこに
29252 \series bold
29253
29254 \backslash
29255 aligned
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 こまんど@コマンド ! A ! 
29261 \backslash
29262 aligned
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \series default
29269 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29270 ます。
29271 \end_layout
29272
29273 \begin_layout Standard
29274 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29275 に配置できる利点があります。以下に例として、
29276 \begin_inset CommandInset ref
29277 LatexCommand eqref
29278 reference "eq:shortlong"
29279
29280 \end_inset
29281
29282 式にaligned環境を適用したものを示します。
29283 \begin_inset Formula 
29284 \begin{equation}
29285 \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}|}\\
29286  & -\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}|}
29287 \end{aligned}
29288 \end{equation}
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296
29297 \series bold
29298 alignedat
29299 \series default
29300
29301 \series bold
29302 gathered
29303 \series default
29304
29305 \series bold
29306 split
29307 \series default
29308 の各環境を使うには、それぞれ
29309 \series bold
29310
29311 \backslash
29312 alignedat
29313 \series default
29314
29315 \begin_inset Index idx
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 こまんど@コマンド ! A ! 
29320 \backslash
29321 alignedat
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \series bold
29328
29329 \backslash
29330 gathered
29331 \series default
29332
29333 \begin_inset Index idx
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337 こまんど@コマンド ! G ! 
29338 \backslash
29339 gathered
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \series bold
29346
29347 \backslash
29348 split
29349 \series default
29350
29351 \begin_inset Index idx
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 こまんど@コマンド ! S ! 
29356 \backslash
29357 split
29358 \end_layout
29359
29360 \end_inset
29361
29362 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29363 \end_layout
29364
29365 \begin_layout Subsection
29366 多行数式中のテキスト
29367 \begin_inset CommandInset label
29368 LatexCommand label
29369 name "sub:多行数式中のテキスト"
29370
29371 \end_inset
29372
29373
29374 \begin_inset Index idx
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378 てきすと@テキスト ! すうしきちゅうの@数式中の
29379 \end_layout
29380
29381 \end_inset
29382
29383
29384 \begin_inset Index idx
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29398 式を持つ
29399 \series bold
29400
29401 \backslash
29402 intertext
29403 \begin_inset Index idx
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 こまんど@コマンド ! I ! 
29408 \backslash
29409 intertext
29410 \end_layout
29411
29412 \end_inset
29413
29414 コマンドを使います。
29415 \end_layout
29416
29417 \begin_layout Standard
29418
29419 \series bold
29420
29421 \backslash
29422 intertext{テキスト}
29423 \end_layout
29424
29425 \begin_layout Standard
29426 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29427 \series bold
29428
29429 \backslash
29430 intertext
29431 \series default
29432 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29433 \series bold
29434
29435 \backslash
29436 intertext
29437 \series default
29438 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29439 \begin_inset Formula 
29440 \begin{align}
29441 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29442 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29443 \end{align}
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Section
29451 数式番号
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 すうしきばんごう@数式番号
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \begin_inset Index idx
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466 すうしき@数式 ! ばんごう@番号|see
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471
29472 {
29473 \end_layout
29474
29475 \end_inset
29476
29477 数式番号
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483 }
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \end_layout
29490
29491 \end_inset
29492
29493
29494 \end_layout
29495
29496 \begin_layout Subsection
29497 概要
29498 \end_layout
29499
29500 \begin_layout Standard
29501 付番数式は、
29502 \family sans
29503 挿入\SpecialChar \menuseparator
29504 数式\SpecialChar \menuseparator
29505 付番数式
29506 \family default
29507 メニュー(短絡キー
29508 \family sans
29509 Ctrl+Alt
29510 \begin_inset space ~
29511 \end_inset
29512
29513 N
29514 \family default
29515 )で作ることができます。既存の数式に番号を振るには、
29516 \family sans
29517 編集\SpecialChar \menuseparator
29518 数式\SpecialChar \menuseparator
29519 数式全体を付番
29520 \family default
29521 メニュー(短絡キー
29522 \begin_inset Info
29523 type  "shortcut"
29524 arg   "math-number-toggle"
29525 \end_inset
29526
29527 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29528 \end_layout
29529
29530 \begin_layout Standard
29531 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29532 \family sans
29533 編集\SpecialChar \menuseparator
29534 数式\SpecialChar \menuseparator
29535 この行を付番
29536 \family default
29537 メニュー(短絡キー
29538 \begin_inset Info
29539 type  "shortcut"
29540 arg   "math-number-line-toggle"
29541 \end_inset
29542
29543 )を使用すれば、各行毎に付番するかどうか指定することができます。
29544 \end_layout
29545
29546 \begin_layout Standard
29547 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29548 \begin_inset CommandInset ref
29549 LatexCommand ref
29550 reference "sec:数式様式"
29551
29552 \end_inset
29553
29554 節をご覧下さい。
29555 \end_layout
29556
29557 \begin_layout Subsection
29558 相互参照
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 そうごさんしょう@相互参照 ! すうしきへの@数式への
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29573 \family sans
29574 挿入\SpecialChar \menuseparator
29575 ラベル
29576 \family default
29577 メニューか、ツールバーボタンの
29578 \begin_inset Graphics
29579         filename ../../images/label-insert.png
29580         scale 85
29581
29582 \end_inset
29583
29584 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
29585 \series bold
29586 eq:と
29587 \series default
29588 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29589 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29590 \family sans
29591 挿入\SpecialChar \menuseparator
29592 ラベル
29593 \family default
29594 メニューをもういちど使って下さい。
29595 \end_layout
29596
29597 \begin_layout Standard
29598 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29599 \end_layout
29600
29601 \begin_layout Standard
29602 相互参照は、
29603 \family sans
29604 挿入\SpecialChar \menuseparator
29605 相互参照
29606 \family default
29607 メニューかツールバーボタンの
29608 \begin_inset Graphics
29609         filename ../../images/dialog-show-new-inset_ref.png
29610         scale 85
29611
29612 \end_inset
29613
29614 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29615 \series bold
29616 (<参照>)
29617 \series default
29618 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29623 \end_layout
29624
29625 \begin_layout Standard
29626 以下は、後の各小節に現れる数式への相互参照を含む例です。
29627 \begin_inset Note Note
29628 status open
29629
29630 \begin_layout Plain Layout
29631 相互参照の型の違いに留意してください。
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Standard
29640 \begin_inset CommandInset ref
29641 LatexCommand eqref
29642 reference "eq:tag"
29643
29644 \end_inset
29645
29646 式と
29647 \begin_inset CommandInset ref
29648 LatexCommand eqref
29649 reference "eq:c"
29650
29651 \end_inset
29652
29653 式は、等価です。(
29654 \begin_inset CommandInset ref
29655 LatexCommand ref
29656 reference "eq:Rom"
29657
29658 \end_inset
29659
29660 )式とは異なり、(
29661 \begin_inset CommandInset ref
29662 LatexCommand ref
29663 reference "eq:Lat"
29664
29665 \end_inset
29666
29667 )式では、付番にラテン数字を使用しています。
29668 \end_layout
29669
29670 \begin_layout Standard
29671 \begin_inset VSpace medskip
29672 \end_inset
29673
29674
29675 \series bold
29676
29677 \backslash
29678 tag
29679 \begin_inset Foot
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684 \series bold
29685
29686 \backslash
29687 tag
29688 \series default
29689 は、第
29690 \begin_inset CommandInset ref
29691 LatexCommand ref
29692 reference "sub:ユーザー定義番号"
29693
29694 \end_inset
29695
29696 節に説明があります。
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \series default
29703 の引数が、第
29704 \begin_inset CommandInset ref
29705 LatexCommand ref
29706 reference "sub:段落ボックス"
29707
29708 \end_inset
29709
29710 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29711 \end_layout
29712
29713 \begin_layout Subsection
29714 細目番号
29715 \begin_inset Index idx
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \end_layout
29726
29727 \begin_layout Standard
29728
29729 \series bold
29730
29731 \backslash
29732 begin{subequations}
29733 \series default
29734 および
29735 \series bold
29736
29737 \backslash
29738 end{subequations}
29739 \series default
29740 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29741 \end_layout
29742
29743 \begin_layout Standard
29744 たとえば、
29745 \begin_inset Formula 
29746 \begin{equation}
29747 A=C-B\label{eq:a}
29748 \end{equation}
29749
29750 \end_inset
29751
29752
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758
29759 \backslash
29760 addtocounter{equation}{-1}
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \begin_inset ERT
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770
29771
29772 \backslash
29773 begin{subequations}
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset VSpace -5mm
29780 \end_inset
29781
29782
29783 \begin_inset Formula 
29784 \begin{equation}
29785 B=C-A\label{eq:b}
29786 \end{equation}
29787
29788 \end_inset
29789
29790
29791 \begin_inset Formula 
29792 \begin{equation}
29793 C=A+B\label{eq:c}
29794 \end{equation}
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 end{subequations}
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \end_layout
29816
29817 \begin_layout Standard
29818 この例を作るには、次のようにします。
29819 \end_layout
29820
29821 \begin_layout Enumerate
29822 一つめの数式を入力します。
29823 \end_layout
29824
29825 \begin_layout Enumerate
29826 一つめの数式の後に
29827 \begin_inset Newline newline
29828 \end_inset
29829
29830
29831 \series bold
29832
29833 \backslash
29834 addtocounter{equation}{-1} 
29835 \backslash
29836 begin{subequations}
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 こまんど@コマンド ! A ! 
29842 \backslash
29843 addtocounter
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \begin_inset Newline newline
29850 \end_inset
29851
29852
29853 \series default
29854 を入力します。
29855 \end_layout
29856
29857 \begin_layout Enumerate
29858 二つめの数式を入力します。
29859 \end_layout
29860
29861 \begin_layout Enumerate
29862 三つめの数式を入力します。
29863 \end_layout
29864
29865 \begin_layout Enumerate
29866 三つめの数式の後に、
29867 \series bold
29868
29869 \backslash
29870 end{subequations}
29871 \series default
29872 を入力します。
29873 \end_layout
29874
29875 \begin_layout Standard
29876
29877 \series bold
29878
29879 \backslash
29880 begin
29881 \series default
29882 コマンドと
29883 \series bold
29884
29885 \backslash
29886 end
29887 \series default
29888 コマンドのあいだの数式はすべて、a・b・
29889 \begin_inset Newline linebreak
29890 \end_inset
29891
29892 c\SpecialChar \ldots{}
29893 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29894 \emph on
29895 ひとつの
29896 \emph default
29897 付番数式として扱われますが、それぞれの付番数式が
29898 \series bold
29899 equation
29900 \series default
29901 カウンタを一つずつ進めてしまうので、
29902 \series bold
29903
29904 \backslash
29905 addtocounter
29906 \series default
29907 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29908 \begin_inset CommandInset ref
29909 LatexCommand eqref
29910 reference "eq:a"
29911
29912 \end_inset
29913
29914 式・
29915 \begin_inset CommandInset ref
29916 LatexCommand eqref
29917 reference "eq:b"
29918
29919 \end_inset
29920
29921 式・
29922 \begin_inset CommandInset ref
29923 LatexCommand eqref
29924 reference "eq:c"
29925
29926 \end_inset
29927
29928 式は、それぞれ
29929 \begin_inset CommandInset ref
29930 LatexCommand eqref
29931 reference "eq:a"
29932
29933 \end_inset
29934
29935 式・
29936 \begin_inset CommandInset ref
29937 LatexCommand eqref
29938 reference "eq:d"
29939
29940 \end_inset
29941
29942 式・
29943 \begin_inset CommandInset ref
29944 LatexCommand eqref
29945 reference "eq:f"
29946
29947 \end_inset
29948
29949 式として番号が振られてしまいます。
29950 \end_layout
29951
29952 \begin_layout Standard
29953 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29954 \begin_inset space \thinspace{}
29955 \end_inset
29956
29957 mmの垂直空白を
29958 \series bold
29959
29960 \backslash
29961 begin{subequations}
29962 \series default
29963 コマンドの後に入れています。数式様式として
29964 \series bold
29965 行頭下げ
29966 \begin_inset Foot
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971 \series bold
29972 数式様式に関しては、第
29973 \series default
29974
29975 \begin_inset CommandInset ref
29976 LatexCommand ref
29977 reference "sec:数式様式"
29978
29979 \end_inset
29980
29981 節を参照。
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \series default
29988 を用いているときには、これを-7
29989 \begin_inset space \thinspace{}
29990 \end_inset
29991
29992 mm空白にしてください。
29993 \end_layout
29994
29995 \begin_layout Standard
29996 以下は、二行めのみ付番を無効にしている多行数式の例です。
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 begin{subequations}
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \begin_inset Formula 
30011 \begin{eqnarray}
30012 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30013  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30014  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30015 \end{eqnarray}
30016
30017 \end_inset
30018
30019
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025
30026 \backslash
30027 end{subequations}
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Subsection
30036 ユーザー定義番号
30037 \begin_inset CommandInset label
30038 LatexCommand label
30039 name "sub:ユーザー定義番号"
30040
30041 \end_inset
30042
30043
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset Index idx
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30062 \end_layout
30063
30064 \end_inset
30065
30066 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30067 \end_layout
30068
30069 \begin_layout Standard
30070
30071 \series bold
30072
30073 \backslash
30074 def
30075 \backslash
30076 tagform@#1{
30077 \backslash
30078 maketag@@@{
30079 \series default
30080
30081 \begin_inset Formula $\boldsymbol{|}$
30082 \end_inset
30083
30084
30085 \series bold
30086 #1
30087 \series default
30088
30089 \begin_inset Formula $\boldsymbol{|}$
30090 \end_inset
30091
30092
30093 \series bold
30094 }}
30095 \series default
30096
30097 \begin_inset Note Note
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 他の記号を使いたいときには、
30111 \series bold
30112 #1
30113 \series default
30114 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30115 \end_layout
30116
30117 \begin_layout Standard
30118 \begin_inset VSpace bigskip
30119 \end_inset
30120
30121 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30122 \series bold
30123
30124 \backslash
30125 tag
30126 \series default
30127
30128 \begin_inset Index idx
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 こまんど@コマンド ! T ! 
30133 \backslash
30134 tag
30135 \end_layout
30136
30137 \end_inset
30138
30139 コマンドを使います。
30140 \begin_inset Formula 
30141 \begin{equation}
30142 A+B=C\tag{何とかかんとか}\label{eq:tag}
30143 \end{equation}
30144
30145 \end_inset
30146
30147 上記の例では、
30148 \series bold
30149
30150 \backslash
30151 tag
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 spce 
30160 \end_layout
30161
30162 \end_inset
30163
30164 何とかかんとか
30165 \series default
30166 というコマンドを数式に打ち込んでいます。
30167 \end_layout
30168
30169 \begin_layout Standard
30170 代わりに
30171 \series bold
30172
30173 \backslash
30174 tag*
30175 \begin_inset ERT
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180
30181 \backslash
30182 spce 
30183 \end_layout
30184
30185 \end_inset
30186
30187 何とかかんとか
30188 \series default
30189 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30190 \begin_inset Formula 
30191 \[
30192 A+B=C\tag*{something}
30193 \]
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 \begin_inset VSpace bigskip
30202 \end_inset
30203
30204 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30205 \begin_inset Newline newline
30206 \end_inset
30207
30208
30209 \series bold
30210
30211 \backslash
30212 @addtoreset{equation}{part}
30213 \series default
30214
30215 \begin_inset Index idx
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 こまんど@コマンド ! 
30220 \begin_inset ERT
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225 "
30226 \end_layout
30227
30228 \end_inset
30229
30230 @
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235
30236 "
30237 \end_layout
30238
30239 \end_inset
30240
30241  ! 
30242 \backslash
30243
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249 "
30250 \end_layout
30251
30252 \end_inset
30253
30254 @
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260 "
30261 \end_layout
30262
30263 \end_inset
30264
30265 addtoreset
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset Newline newline
30272 \end_inset
30273
30274 節に関しては
30275 \begin_inset Newline newline
30276 \end_inset
30277
30278
30279 \series bold
30280
30281 \backslash
30282 @addtoreset{equation}{section}
30283 \begin_inset Newline newline
30284 \end_inset
30285
30286
30287 \series default
30288 というコマンドを使います。
30289 \end_layout
30290
30291 \begin_layout Standard
30292 これらのコマンドをTeXモードで使えるようにするためには、
30293 \series bold
30294
30295 \backslash
30296 makeatletter
30297 \series default
30298 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30299 \series bold
30300
30301 \backslash
30302 makeatother
30303 \series default
30304 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30305 \end_layout
30306
30307 \begin_layout Standard
30308
30309 \series bold
30310
30311 \backslash
30312 makeatletter
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316
30317 \backslash
30318 @addtoreset{equation}{section}
30319 \begin_inset Newline newline
30320 \end_inset
30321
30322
30323 \backslash
30324 makeatother
30325 \begin_inset Newline newline
30326 \end_inset
30327
30328
30329 \series default
30330 のようにならなくてはなりません。
30331 \end_layout
30332
30333 \begin_layout Standard
30334 LaTeXプリアンブル中では、
30335 \series bold
30336
30337 \backslash
30338 makeatletter
30339 \series default
30340
30341 \series bold
30342
30343 \backslash
30344 makeatother
30345 \series default
30346 は、LyXが内部的に自動で挿入するので省略してかまいません。
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352
30353 \backslash
30354 @addtoreset
30355 \series default
30356 を戻すには、まずLaTeXプリアンブル中に
30357 \end_layout
30358
30359 \begin_layout Standard
30360
30361 \series bold
30362
30363 \backslash
30364 usepackage{remreset}
30365 \end_layout
30366
30367 \begin_layout Standard
30368 という行を入れて、
30369 \series bold
30370 remreset.sty
30371 \series default
30372
30373 \begin_inset Foot
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378 \series bold
30379 remreset
30380 \series default
30381 は、LaTeXパッケージの
30382 \series bold
30383 carlisle
30384 \series default
30385
30386 \begin_inset Index idx
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 ぱっけーじ@パッケージ ! carlisle
30391 \end_layout
30392
30393 \end_inset
30394
30395 の一部として含まれており、LaTeX標準頒布版には含まれています。
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset Index idx
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 ぱっけーじ@パッケージ ! remreset
30406 \end_layout
30407
30408 \end_inset
30409
30410 ファイルを読み込んでおかなくてはなりません。その後
30411 \begin_inset Newline newline
30412 \end_inset
30413
30414
30415 \series bold
30416
30417 \backslash
30418 @removefromreset
30419 \series default
30420
30421 \begin_inset Index idx
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 こまんど@コマンド ! 
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431 "
30432 \end_layout
30433
30434 \end_inset
30435
30436 @
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442 "
30443 \end_layout
30444
30445 \end_inset
30446
30447  ! 
30448 \backslash
30449
30450 \begin_inset ERT
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454
30455 "
30456 \end_layout
30457
30458 \end_inset
30459
30460 @
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466 "
30467 \end_layout
30468
30469 \end_inset
30470
30471 removefromreset
30472 \end_layout
30473
30474 \end_inset
30475
30476 コマンドを
30477 \series bold
30478
30479 \backslash
30480 @addtoreset
30481 \series default
30482 と同じ書式で使用すると、
30483 \series bold
30484
30485 \backslash
30486 @addtoreset
30487 \series default
30488 を戻すことができます。
30489 \end_layout
30490
30491 \begin_layout Standard
30492 \begin_inset VSpace bigskip
30493 \end_inset
30494
30495 ときには、数式を
30496 \end_layout
30497
30498 \begin_layout Standard
30499
30500 \family typewriter
30501 (節番号.数式番号)
30502 \end_layout
30503
30504 \begin_layout Standard
30505 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30506 \end_layout
30507
30508 \begin_layout Standard
30509 このような場合のために、
30510 \series bold
30511
30512 \backslash
30513 numberwithin
30514 \series default
30515
30516 \begin_inset Index idx
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520 こまんど@コマンド ! N ! 
30521 \backslash
30522 numberwithin
30523 \end_layout
30524
30525 \end_inset
30526
30527 というコマンドがあり、
30528 \end_layout
30529
30530 \begin_layout Standard
30531
30532 \series bold
30533
30534 \backslash
30535 numberwithin{カウンタ}{節階層}
30536 \end_layout
30537
30538 \begin_layout Standard
30539 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30540 \end_layout
30541
30542 \begin_layout Standard
30543 したがって、ここではLaTeXプリアンブルかTeXコードで
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 numberwithin{equation}{section}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 という行を用いることにしましょう。その結果がこれです。
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 numberwithin{equation}{section}
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Formula 
30570 \begin{equation}
30571 A+B=C
30572 \end{equation}
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 たとえば、部番号を節階層として使用して、表に付番を施すときには
30581 \begin_inset Newline newline
30582 \end_inset
30583
30584
30585 \series bold
30586
30587 \backslash
30588 numberwithin{table}{part}
30589 \series default
30590 を用います。
30591 \end_layout
30592
30593 \begin_layout Standard
30594 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30595 \end_layout
30596
30597 \begin_layout Standard
30598
30599 \series bold
30600
30601 \backslash
30602 renewcommand{
30603 \backslash
30604 theequation}{
30605 \backslash
30606 arabic{equation}}
30607 \begin_inset Index idx
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611 こまんど@コマンド ! A ! 
30612 \backslash
30613 arabic
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \series default
30620
30621 \begin_inset ERT
30622 status collapsed
30623
30624 \begin_layout Plain Layout
30625
30626
30627 \backslash
30628 renewcommand{
30629 \backslash
30630 theequation}{
30631 \backslash
30632 arabic{equation}}
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \series bold
30639
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \series default
30645 あるいは
30646 \series bold
30647
30648 \begin_inset Newline newline
30649 \end_inset
30650
30651
30652 \backslash
30653 renewcommand{
30654 \backslash
30655 thetable}{
30656 \backslash
30657 arabic{table}}
30658 \end_layout
30659
30660 \begin_layout Standard
30661 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30662 \series bold
30663
30664 \backslash
30665 numberwithin
30666 \series default
30667 は、内部的に上記で述べた
30668 \series bold
30669
30670 \backslash
30671 @addtoreset
30672 \series default
30673 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 makeatletter
30682 \end_layout
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 @removefromreset{equation}{section}
30689 \end_layout
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 makeatother
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Subsection
30704 ローマ数字や文字を使った付番
30705 \begin_inset Index idx
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30729 \end_layout
30730
30731 \begin_layout Standard
30732
30733 \series bold
30734
30735 \backslash
30736 renewcommand{
30737 \backslash
30738 theequation}{
30739 \backslash
30740 roman{equation}}
30741 \end_layout
30742
30743 \begin_layout Standard
30744 というコマンドを入れます。
30745 \series bold
30746
30747 \backslash
30748 renewcommand
30749 \series default
30750
30751 \begin_inset Index idx
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 こまんど@コマンド ! R ! 
30756 \backslash
30757 renewcommand
30758 \end_layout
30759
30760 \end_inset
30761
30762 は、定義済みのコマンド
30763 \series bold
30764
30765 \backslash
30766 theequation
30767 \series default
30768 をコマンド
30769 \series bold
30770
30771 \backslash
30772 roman{equation}
30773 \series default
30774 に再定義します
30775 \begin_inset Foot
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780 \series bold
30781
30782 \backslash
30783 renewcommand
30784 \series default
30785 コマンドは、第
30786 \begin_inset CommandInset ref
30787 LatexCommand ref
30788 reference "sub:newcommandコマンド"
30789
30790 \end_inset
30791
30792 節に述べられている
30793 \series bold
30794
30795 \backslash
30796 newcommand
30797 \series default
30798 コマンドと同じ書式を持ちます。
30799 \end_layout
30800
30801 \end_inset
30802
30803 。ここで、
30804 \series bold
30805 equation
30806 \series default
30807 は数式カウンタです。コマンド
30808 \series bold
30809
30810 \backslash
30811 the
30812 \series default
30813 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30814 \series bold
30815
30816 \backslash
30817 theequation
30818 \series default
30819 コマンドを数式の後ろに置くのです。
30820 \series bold
30821
30822 \backslash
30823 roman{equation}
30824 \begin_inset Index idx
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828 こまんど@コマンド ! R ! 
30829 \backslash
30830 roman
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \series default
30837 は、カウンタを小文字のローマ数字として出力します。
30838 \end_layout
30839
30840 \begin_layout Standard
30841 こうして、
30842 \series bold
30843
30844 \backslash
30845 renew
30846 \series default
30847 c
30848 \series bold
30849 ommand
30850 \series default
30851 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30852 \series bold
30853
30854 \backslash
30855 roman
30856 \series default
30857 の部分を
30858 \series bold
30859
30860 \backslash
30861 Roman
30862 \series default
30863
30864 \begin_inset Index idx
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868 こまんど@コマンド ! R ! 
30869 \backslash
30870 roman@
30871 \backslash
30872 Roman
30873 \end_layout
30874
30875 \end_inset
30876
30877 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30878 \series bold
30879
30880 \backslash
30881 alph
30882 \series default
30883
30884 \begin_inset Index idx
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888 こまんど@コマンド ! A ! 
30889 \backslash
30890 alph
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 \backslash
30910 Alph
30911 \end_layout
30912
30913 \end_inset
30914
30915 コマンドがあります。
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset Note Greyedout
30920 status open
30921
30922 \begin_layout Plain Layout
30923
30924 \series bold
30925 (注意)
30926 \series default
30927 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 renewcommand{
30944 \backslash
30945 theequation}{
30946 \backslash
30947 roman{equation}}
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \begin_inset Formula 
30957 \begin{equation}
30958 A=\textrm{小文字ローマ数字}
30959 \end{equation}
30960
30961 \end_inset
30962
30963
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 renewcommand{
30972 \backslash
30973 theequation}{
30974 \backslash
30975 Roman{equation}}
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \begin_inset Formula 
30982 \begin{equation}
30983 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30984 \end{equation}
30985
30986 \end_inset
30987
30988
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 renewcommand{
30997 \backslash
30998 theequation}{
30999 \backslash
31000 alph{equation}}
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \begin_inset Formula 
31007 \begin{equation}
31008 C=\textrm{小文字ラテン文字}
31009 \end{equation}
31010
31011 \end_inset
31012
31013
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 renewcommand{
31022 \backslash
31023 theequation}{
31024 \backslash
31025 Alph{equation}}
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \begin_inset Formula 
31032 \begin{equation}
31033 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31034 \end{equation}
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31043 \end_layout
31044
31045 \begin_layout Standard
31046
31047 \series bold
31048
31049 \backslash
31050 renewcommand{
31051 \backslash
31052 theequation}{
31053 \backslash
31054 arabic{equation}}
31055 \begin_inset Index idx
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 こまんど@コマンド ! A ! 
31060 \backslash
31061 arabic
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075
31076 \backslash
31077 renewcommand{
31078 \backslash
31079 theequation}{
31080 \backslash
31081 arabic{equation}}
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \begin_inset Formula 
31088 \begin{equation}
31089 E=\textrm{アラビア数字}
31090 \end{equation}
31091
31092 \end_inset
31093
31094
31095 \end_layout
31096
31097 \begin_layout Standard
31098 \begin_inset VSpace medskip
31099 \end_inset
31100
31101 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31102 てはなりません。この点に関する説明は、ファイル
31103 \begin_inset CommandInset href
31104 LatexCommand href
31105 name "Formula-numbering.lyx"
31106 target "run:Formula-numbering.lyx"
31107
31108 \end_inset
31109
31110 にあります。
31111 \end_layout
31112
31113 \begin_layout Section
31114 化学記号と化学式
31115 \begin_inset CommandInset label
31116 LatexCommand label
31117 name "sub:化学記号と化学式"
31118
31119 \end_inset
31120
31121
31122 \begin_inset Index idx
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 かがくきごう@化学記号 ! きごう@記号
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \begin_inset Index idx
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 かがくしき@化学式
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \begin_inset Index idx
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 きごう@記号 ! かがく@化学
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 以下は、化学関係の文章の例です。
31156 \end_layout
31157
31158 \begin_layout Quote
31159 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31160 \end_inset
31161
31162 イオンは、2つの
31163 \begin_inset Formula $\mathrm{Na^{+}}$
31164 \end_inset
31165
31166 イオンと反応して、硫酸化塩
31167 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31168 \end_inset
31169
31170 を形成します。この化学式は以下のようになります。
31171 \begin_inset Formula 
31172 \begin{equation}
31173 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31174 \end{equation}
31175
31176 \end_inset
31177
31178
31179 \end_layout
31180
31181 \begin_layout Standard
31182 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31183 \begin_inset Info
31184 type  "shortcut"
31185 arg   "font-roman"
31186 \end_inset
31187
31188 を押せば、アップライトフォント様式に変更することができます
31189 \begin_inset Foot
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 フォント様式に関しては、第
31194 \begin_inset CommandInset ref
31195 LatexCommand ref
31196 reference "sub:書体様式"
31197
31198 \end_inset
31199
31200 節を参照のこと。
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \begin_layout Standard
31209 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31210 \series bold
31211 mhchem
31212 \series default
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 ぱっけーじ@パッケージ ! mhchem
31219 \end_layout
31220
31221 \end_inset
31222
31223 が導入されているときに使用することができる
31224 \series bold
31225
31226 \backslash
31227 ce
31228 \series default
31229
31230 \begin_inset Index idx
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234 こまんど@コマンド ! C ! 
31235 \backslash
31236 ce
31237 \end_layout
31238
31239 \end_inset
31240
31241 コマンドを使用することです。
31242 \series bold
31243
31244 \backslash
31245 ce
31246 \series default
31247 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31248 \end_layout
31249
31250 \begin_layout Standard
31251 \align center
31252 \begin_inset Tabular
31253 <lyxtabular version="3" rows="9" columns="2">
31254 <features tabularvalignment="middle">
31255 <column alignment="center" valignment="top" width="0">
31256 <column alignment="center" valignment="top" width="0">
31257 <row>
31258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31259 \begin_inset Text
31260
31261 \begin_layout Plain Layout
31262 コマンド
31263 \end_layout
31264
31265 \end_inset
31266 </cell>
31267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31268 \begin_inset Text
31269
31270 \begin_layout Plain Layout
31271 出力
31272 \begin_inset Note Note
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277 \series bold
31278
31279 \backslash
31280 raisebox
31281 \series default
31282 はスペーサーとしてのみ使用されています。
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 </row>
31293 <row>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298
31299 \backslash
31300 ce
31301 \begin_inset ERT
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305
31306
31307 \backslash
31308 spce 
31309 \end_layout
31310
31311 \end_inset
31312
31313 H2CO3
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31319 \begin_inset Text
31320
31321 \begin_layout Plain Layout
31322 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \end_inset
31329 </cell>
31330 </row>
31331 <row>
31332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31333 \begin_inset Text
31334
31335 \begin_layout Plain Layout
31336
31337 \backslash
31338 ce
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344
31345 \backslash
31346 spce 
31347 \end_layout
31348
31349 \end_inset
31350
31351 SO4^2-
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31357 \begin_inset Text
31358
31359 \begin_layout Plain Layout
31360 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 </row>
31369 <row>
31370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374
31375 \backslash
31376 ce
31377 \begin_inset ERT
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382
31383 \backslash
31384 spce 
31385 \end_layout
31386
31387 \end_inset
31388
31389 (NH4)2S
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \end_inset
31405 </cell>
31406 </row>
31407 <row>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412
31413 \backslash
31414 ce
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 spce 
31423 \end_layout
31424
31425 \end_inset
31426
31427 KCr(SO4)2.12H2O
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \end_inset
31443 </cell>
31444 </row>
31445 <row>
31446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450
31451 \backslash
31452 ce
31453 \begin_inset ERT
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457
31458
31459 \backslash
31460 spce 
31461 \end_layout
31462
31463 \end_inset
31464
31465 A-B
31466 \backslash
31467 dbond
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 spce 
31476 \end_layout
31477
31478 \end_inset
31479
31480 C
31481 \backslash
31482 tbond
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 spce 
31491 \end_layout
31492
31493 \end_inset
31494
31495 D
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 </row>
31513 <row>
31514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518
31519 \backslash
31520 ce
31521 \begin_inset ERT
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526
31527 \backslash
31528 spce 
31529 \end_layout
31530
31531 \end_inset
31532
31533 ^227
31534 \begin_inset Formula $\downarrow$
31535 \end_inset
31536
31537 _90
31538 \begin_inset Formula $\to$
31539 \end_inset
31540
31541 Th+
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 </row>
31559 <row>
31560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31561 \begin_inset Text
31562
31563 \begin_layout Plain Layout
31564
31565 \backslash
31566 ce
31567 \begin_inset ERT
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571
31572
31573 \backslash
31574 spce 
31575 \end_layout
31576
31577 \end_inset
31578
31579 CO2
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 spce 
31588 \end_layout
31589
31590 \end_inset
31591
31592 +
31593 \begin_inset ERT
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598
31599 \backslash
31600 spce 
31601 \end_layout
31602
31603 \end_inset
31604
31605 C
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 spce 
31614 \end_layout
31615
31616 \end_inset
31617
31618 <=>
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624
31625 \backslash
31626 spce 
31627 \end_layout
31628
31629 \end_inset
31630
31631 2CO
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \end_inset
31647 </cell>
31648 </row>
31649 <row>
31650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654
31655 \backslash
31656 ce
31657 \begin_inset ERT
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661
31662
31663 \backslash
31664 spce 
31665 \end_layout
31666
31667 \end_inset
31668
31669 CO2
31670 \begin_inset ERT
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674
31675
31676 \backslash
31677 spce 
31678 \end_layout
31679
31680 \end_inset
31681
31682 +
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 spce 
31691 \end_layout
31692
31693 \end_inset
31694
31695 C
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 spce 
31704 \end_layout
31705
31706 \end_inset
31707
31708 ->[
31709 \backslash
31710 alpha][
31711 \backslash
31712 beta]
31713 \begin_inset ERT
31714 status collapsed
31715
31716 \begin_layout Plain Layout
31717
31718
31719 \backslash
31720 spce 
31721 \end_layout
31722
31723 \end_inset
31724
31725 2CO}
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31731 \begin_inset Text
31732
31733 \begin_layout Plain Layout
31734 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741 </cell>
31742 </row>
31743 </lyxtabular>
31744
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset Note Greyedout
31752 status open
31753
31754 \begin_layout Plain Layout
31755
31756 \series bold
31757 【註】
31758 \backslash
31759 ce
31760 \series default
31761 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31762 \series bold
31763
31764 \backslash
31765 ce{$
31766 \backslash
31767 mu
31768 \backslash
31769 hyphen$Cl}
31770 \series default
31771
31772 \begin_inset ERT
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776
31777
31778 \backslash
31779 ce{$
31780 \backslash
31781 mu
31782 \backslash
31783 hyphen$Cl}
31784 \end_layout
31785
31786 \end_inset
31787
31788 )のようにTeXコードを使わなくてはなりません。
31789 \end_layout
31790
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \begin_layout Standard
31797
31798 \series bold
31799
31800 \backslash
31801 ce
31802 \series default
31803 を使うと
31804 \begin_inset CommandInset ref
31805 LatexCommand eqref
31806 reference "eq:chem-reaction"
31807
31808 \end_inset
31809
31810 式のコマンドは
31811 \begin_inset Newline newline
31812 \end_inset
31813
31814
31815 \series bold
31816  
31817 \backslash
31818 ce
31819 \begin_inset ERT
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823
31824
31825 \backslash
31826 spce 
31827 \end_layout
31828
31829 \end_inset
31830
31831 2Na+
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 spce 
31840 \end_layout
31841
31842 \end_inset
31843
31844 +
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 spce 
31853 \end_layout
31854
31855 \end_inset
31856
31857 SO4^2-
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863
31864 \backslash
31865 spce 
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 spce 
31879 \end_layout
31880
31881 \end_inset
31882
31883 ->
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 spce 
31892 \end_layout
31893
31894 \end_inset
31895
31896 Na2SO4
31897 \begin_inset Newline newline
31898 \end_inset
31899
31900
31901 \series default
31902 のようになります。
31903 \end_layout
31904
31905 \begin_layout Standard
31906 複数行の化学式を作るには、第
31907 \begin_inset CommandInset ref
31908 LatexCommand ref
31909 reference "sec:多行数式"
31910
31911 \end_inset
31912
31913 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31914 \series bold
31915
31916 \backslash
31917 ce
31918 \series default
31919 コマンドを使用します。
31920 \begin_inset CommandInset ref
31921 LatexCommand eqref
31922 reference "eq:TEOS-reaction-1"
31923
31924 \end_inset
31925
31926 式と
31927 \begin_inset CommandInset ref
31928 LatexCommand eqref
31929 reference "eq:TEOS-reaction-2"
31930
31931 \end_inset
31932
31933 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31934 \begin_inset Formula 
31935 \begin{eqnarray}
31936 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31937 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31938 \end{eqnarray}
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Standard
31946
31947 \series bold
31948 mhchem
31949 \series default
31950 パッケージは、
31951 \series bold
31952
31953 \backslash
31954 ce
31955 \series default
31956 の他に、特殊ケースに使用する
31957 \series bold
31958
31959 \backslash
31960 cf
31961 \series default
31962
31963 \begin_inset Index idx
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967 こまんど@コマンド ! C ! 
31968 \backslash
31969 cf
31970 \end_layout
31971
31972 \end_inset
31973
31974 コマンドを提供しています。
31975 \series bold
31976
31977 \backslash
31978 cf
31979 \series default
31980 の詳しい情報と例示については、
31981 \series bold
31982 mhchem
31983 \series default
31984
31985 \begin_inset CommandInset citation
31986 LatexCommand cite
31987 key "mhchem"
31988
31989 \end_inset
31990
31991 の取扱説明書をご覧ください。
31992 \end_layout
31993
31994 \begin_layout Standard
31995 \begin_inset Newpage newpage
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Section
32002 図解
32003 \end_layout
32004
32005 \begin_layout Standard
32006 LyXは、二つの型の可換図
32007 \series bold
32008 amscd
32009 \series default
32010 および
32011 \series bold
32012 xymatrix
32013 \series default
32014 をサポートしており、以下でこれらの説明をします。
32015 \end_layout
32016
32017 \begin_layout Subsection
32018 amscd図解
32019 \begin_inset Index idx
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023 ずかい@図解 ! amscd
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Standard
32032 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32033 \begin_inset Formula 
32034 \[
32035 \begin{CD}A@>>>B@>>>C\\
32036 @AAA@.@VVV\\
32037 F@<<<E@<<<D
32038 \end{CD}
32039 \]
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Standard
32047 これを作るには、数式に
32048 \series bold
32049
32050 \backslash
32051 CD
32052 \begin_inset Index idx
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056 こまんど@コマンド ! C ! 
32057 \backslash
32058 CD
32059 \end_layout
32060
32061 \end_inset
32062
32063
32064 \series default
32065 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32066 \begin_inset Info
32067 type  "shortcut"
32068 arg   "newline-insert newline"
32069 \end_inset
32070
32071 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32072 \end_layout
32073
32074 \begin_layout Standard
32075 関係を作るには、以下のコマンドがあります。
32076 \end_layout
32077
32078 \begin_layout Itemize
32079 \begin_inset Formula $\boldsymbol{@<<<}$
32080 \end_inset
32081
32082 は左矢印、
32083 \begin_inset Formula $\boldsymbol{@>>>}$
32084 \end_inset
32085
32086 は右矢印、
32087 \series bold
32088 @=
32089 \series default
32090 は長い等号を生成します。
32091 \end_layout
32092
32093 \begin_layout Itemize
32094
32095 \series bold
32096 @AAA
32097 \series default
32098 は上矢印、
32099 \series bold
32100 @VVV
32101 \series default
32102 は下矢印、
32103 \begin_inset Formula $\boldsymbol{@|}$
32104 \end_inset
32105
32106 は縦向きの等号を生成します。
32107 \end_layout
32108
32109 \begin_layout Itemize
32110
32111 \series bold
32112 @.
32113 \series default
32114 は関係が存在しない部分に置きます。
32115 \end_layout
32116
32117 \begin_layout Standard
32118 矢印はすべて、以下のようにラベル付けをすることができます。
32119 \end_layout
32120
32121 \begin_layout Itemize
32122 文章を、第1と第2の「
32123 \begin_inset Formula $<$
32124 \end_inset
32125
32126 」ないし「
32127 \begin_inset Formula $>$
32128 \end_inset
32129
32130 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32131 \begin_inset Formula $<$
32132 \end_inset
32133
32134 」ないし「
32135 \begin_inset Formula $>$
32136 \end_inset
32137
32138 」のあいだに入れると、矢印の下に表示されます。
32139 \end_layout
32140
32141 \begin_layout Itemize
32142 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32143 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32144 \end_layout
32145
32146 \begin_layout Standard
32147 以下は、上記のすべての関係を使った例です。
32148 \end_layout
32149
32150 \begin_layout Standard
32151 \begin_inset Formula 
32152 \[
32153 \begin{CD}A@>j>>B@>>k>C@=F\\
32154 @AmAA@.@VV{V}V@|\\
32155 D@<<j<E@>k>>F@=C
32156 \end{CD}
32157 \]
32158
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \begin_layout Standard
32165 これを作るコマンドは、以下のとおりです。
32166 \begin_inset Newline newline
32167 \end_inset
32168
32169
32170 \series bold
32171
32172 \backslash
32173 CD
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 spce 
32182 \end_layout
32183
32184 \end_inset
32185
32186 A
32187 \begin_inset Formula $\boldsymbol{@>}$
32188 \end_inset
32189
32190 j
32191 \begin_inset Formula $\boldsymbol{>>}$
32192 \end_inset
32193
32194 B
32195 \begin_inset Formula $\boldsymbol{@>>}$
32196 \end_inset
32197
32198 k
32199 \begin_inset Formula $\boldsymbol{>}$
32200 \end_inset
32201
32202 C@=F Ctrl+Return
32203 \begin_inset Newline newline
32204 \end_inset
32205
32206
32207 \begin_inset Phantom HPhantom
32208 status open
32209
32210 \begin_layout Plain Layout
32211
32212 \series bold
32213
32214 \backslash
32215 CD
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221
32222 \backslash
32223 spce 
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \end_inset
32232
32233 @AmAA@.@VV
32234 \backslash
32235 {V
32236 \series default
32237
32238 \begin_inset Formula $\to$
32239 \end_inset
32240
32241
32242 \series bold
32243 V
32244 \begin_inset Formula $\boldsymbol{@|}$
32245 \end_inset
32246
32247  Ctrl+Return
32248 \begin_inset Newline newline
32249 \end_inset
32250
32251
32252 \begin_inset Phantom HPhantom
32253 status open
32254
32255 \begin_layout Plain Layout
32256
32257 \series bold
32258
32259 \backslash
32260 CD
32261 \begin_inset ERT
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265
32266
32267 \backslash
32268 spce 
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \end_inset
32277
32278 D
32279 \begin_inset Formula $\boldsymbol{@<<}$
32280 \end_inset
32281
32282 j
32283 \begin_inset Formula $\boldsymbol{<}$
32284 \end_inset
32285
32286 E
32287 \begin_inset Formula $\boldsymbol{@>}$
32288 \end_inset
32289
32290 k
32291 \begin_inset Formula $\boldsymbol{>>}$
32292 \end_inset
32293
32294 F@=C
32295 \end_layout
32296
32297 \begin_layout Subsection
32298 xymatrix図解
32299 \begin_inset Index idx
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303 ずかい@図解 ! xymatrix
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 xymatricesを使うには、LaTeXパッケージの
32313 \series bold
32314 xypic
32315 \series default
32316 が導入済みである必要があります。xymatrixは、数式中に
32317 \series bold
32318
32319 \backslash
32320 xymatrix
32321 \series default
32322 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32323 \begin_inset CommandInset ref
32324 LatexCommand ref
32325 reference "sec:行列"
32326
32327 \end_inset
32328
32329 節をご参照下さい。
32330 \end_layout
32331
32332 \begin_layout Standard
32333 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32334 \family sans
32335 ヘルプ\SpecialChar \menuseparator
32336 用途別説明書\SpecialChar \menuseparator
32337 XY-pic説明書
32338 \family default
32339 メニューにある
32340 \emph on
32341 XY-pic説明書
32342 \emph default
32343 で詳しく網羅しています。
32344 \end_layout
32345
32346 \begin_layout Subsection
32347 ファインマン・ダイアグラム
32348 \series medium
32349
32350 \begin_inset Index idx
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354 ずかい@図解 ! ファインマン
32355 \end_layout
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 ファインマン・ダイアグラムを使うには、LaTeXパッケージ
32364 \series bold
32365 feyn
32366 \series default
32367 を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
32368 \series bold
32369
32370 \backslash
32371 Diagram
32372 \series default
32373 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32374 \begin_inset CommandInset ref
32375 LatexCommand ref
32376 reference "sec:行列"
32377
32378 \end_inset
32379
32380 節参照)。
32381 \end_layout
32382
32383 \begin_layout Standard
32384 LyXでのファインマン・ダイアグラムの作り方は、メニュー
32385 \family sans
32386 ヘルプ\SpecialChar \menuseparator
32387 用途別説明書
32388 \family default
32389 内の『
32390 \emph on
32391 ファインマン・ダイアグラム
32392 \emph default
32393 』にあります。
32394 \end_layout
32395
32396 \begin_layout Standard
32397 \begin_inset Newpage newpage
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Section
32404 ユーザー定義コマンド
32405 \begin_inset Index idx
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409 ゆーざーていぎこまんど@ユーザー定義コマンド
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Standard
32418 \begin_inset Note Greyedout
32419 status open
32420
32421 \begin_layout Plain Layout
32422 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Subsection
32431
32432 \backslash
32433 newcommandコマンド
32434 \begin_inset CommandInset label
32435 LatexCommand label
32436 name "sub:newcommandコマンド"
32437
32438 \end_inset
32439
32440
32441 \begin_inset Index idx
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32446 \backslash
32447 newcommand
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \begin_inset Index idx
32454 status collapsed
32455
32456 \begin_layout Plain Layout
32457 こまんど@コマンド ! N ! 
32458 \backslash
32459 newcommand
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32469 \series bold
32470
32471 \backslash
32472 newcommand
32473 \series default
32474 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32475 \end_layout
32476
32477 \begin_layout Standard
32478
32479 \series bold
32480
32481 \backslash
32482 newcommand
32483 \series default
32484 コマンドの書式は、
32485 \end_layout
32486
32487 \begin_layout Standard
32488
32489 \series bold
32490
32491 \backslash
32492 newcommand{新コマンド名}[引数の数][オプションの値]
32493 \begin_inset Newline newline
32494 \end_inset
32495
32496
32497 \begin_inset Phantom HPhantom
32498 status open
32499
32500 \begin_layout Plain Layout
32501
32502 \series bold
32503
32504 \backslash
32505 newcommand
32506 \end_layout
32507
32508 \end_inset
32509
32510 {コマンド定義}
32511 \end_layout
32512
32513 \begin_layout Standard
32514 です。
32515 \end_layout
32516
32517 \begin_layout Standard
32518 \begin_inset Note Greyedout
32519 status open
32520
32521 \begin_layout Plain Layout
32522
32523 \series bold
32524 (注意)
32525 \series default
32526 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32527 \series bold
32528
32529 \backslash
32530 Leftarrow
32531 \series default
32532 の短縮のつもりで
32533 \series bold
32534
32535 \backslash
32536 le
32537 \series default
32538 というコマンドを定義したとすると、
32539 \series bold
32540
32541 \backslash
32542 le
32543 \series default
32544 は既に「
32545 \begin_inset Formula $\le$
32546 \end_inset
32547
32548 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \begin_layout Standard
32557 「引数の数」は、0
32558 \begin_inset space \thinspace{}
32559 \end_inset
32560
32561 -
32562 \begin_inset space \thinspace{}
32563 \end_inset
32564
32565 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32566 ドの
32567 \emph on
32568 最初の
32569 \emph default
32570 引数は、自動的に非必須の引数になります。
32571 \end_layout
32572
32573 \begin_layout Standard
32574 以下にいくつかの例を挙げます。
32575 \end_layout
32576
32577 \begin_layout Itemize
32578
32579 \series bold
32580
32581 \backslash
32582 Longrightarrow
32583 \series default
32584 の短縮形として
32585 \series bold
32586
32587 \backslash
32588 gr
32589 \series default
32590 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32591 \begin_inset VSpace medskip
32592 \end_inset
32593
32594
32595 \begin_inset Newline newline
32596 \end_inset
32597
32598
32599 \series bold
32600
32601 \backslash
32602 newcommand{
32603 \backslash
32604 gr}{
32605 \backslash
32606 Longrightarrow}
32607 \end_layout
32608
32609 \begin_layout Itemize
32610
32611 \series bold
32612
32613 \backslash
32614 underline
32615 \series default
32616 の短縮形として
32617 \series bold
32618
32619 \backslash
32620 us
32621 \series default
32622 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32623 \begin_inset VSpace medskip
32624 \end_inset
32625
32626
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \series bold
32632
32633 \backslash
32634 newcommand{
32635 \backslash
32636 us}[1]{
32637 \backslash
32638 underline{#1}}
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 \series default
32652 」という文字は、引数の入る場所を示し、その後ろの「
32653 \series bold
32654 1
32655 \series default
32656 」は、これが第1引数の入る場所であることを示します。
32657 \end_layout
32658
32659 \begin_layout Itemize
32660
32661 \series bold
32662
32663 \backslash
32664 framebox
32665 \series default
32666 の短縮形として、たとえば
32667 \series bold
32668
32669 \backslash
32670 fb
32671 \series default
32672 というコマンドを定義するには、
32673 \begin_inset VSpace medskip
32674 \end_inset
32675
32676
32677 \begin_inset Newline newline
32678 \end_inset
32679
32680
32681 \series bold
32682
32683 \backslash
32684 newcommand{
32685 \backslash
32686 fb}[3]{
32687 \backslash
32688 framebox#1#2{$#3$}}
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 framebox
32703 \series default
32704 が必要とする内部の数式を作り出します。第
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sub:縁付きボックス"
32708
32709 \end_inset
32710
32711 節をご参照下さい。
32712 \end_layout
32713
32714 \begin_layout Itemize
32715 ボックスの色を指定する必要がない
32716 \series bold
32717
32718 \backslash
32719 fcolorbox
32720 \series default
32721 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32722 \begin_inset VSpace medskip
32723 \end_inset
32724
32725
32726 \begin_inset Newline newline
32727 \end_inset
32728
32729
32730 \series bold
32731
32732 \backslash
32733 newcommand{
32734 \backslash
32735 cb}[3][white]{
32736 \backslash
32737 fcolorbox{#2}{#1}{$#3$}}
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 cb
32752 \series default
32753 を使うときに色が指定されなければ、事前に定義された色である
32754 \series bold
32755 white
32756 \series default
32757 が使用されます。
32758 \end_layout
32759
32760 \begin_layout Standard
32761 以下は、上で定義したコマンドの動作テストです。
32762 \end_layout
32763
32764 \begin_layout Standard
32765 \align center
32766 \begin_inset Tabular
32767 <lyxtabular version="3" rows="6" columns="2">
32768 <features tabularvalignment="middle">
32769 <column alignment="center" valignment="top" width="0">
32770 <column alignment="center" valignment="top" width="0">
32771 <row>
32772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32773 \begin_inset Text
32774
32775 \begin_layout Plain Layout
32776 コマンド
32777 \end_layout
32778
32779 \end_inset
32780 </cell>
32781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 出力
32786 \begin_inset Note Note
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 ここで
32791 \series bold
32792
32793 \backslash
32794 raisebox
32795 \series default
32796 はスペーサーとして使用しているだけです。
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 <row>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 A
32813 \backslash
32814 gr
32815 \begin_inset ERT
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819
32820
32821 \backslash
32822 spce 
32823 \end_layout
32824
32825 \end_inset
32826
32827 B
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 \begin_inset Formula $A\gr B$
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850
32851 \backslash
32852 us{ABcd
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32862 \end_inset
32863
32864
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875
32876 \backslash
32877 fb{[2cm]
32878 \begin_inset Formula $\to$
32879 \end_inset
32880
32881
32882 \backslash
32883 {
32884 \begin_inset Formula $\to$
32885 \end_inset
32886
32887
32888 \backslash
32889 {
32890 \backslash
32891 int
32892 \begin_inset ERT
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896
32897
32898 \backslash
32899 spce 
32900 \end_layout
32901
32902 \end_inset
32903
32904 A=B
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 </row>
32922 <row>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927
32928 \backslash
32929 cb{red
32930 \begin_inset Formula $\to$
32931 \end_inset
32932
32933
32934 \backslash
32935 {
32936 \backslash
32937 int
32938 \begin_inset ERT
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943
32944 \backslash
32945 spce 
32946 \end_layout
32947
32948 \end_inset
32949
32950 A=B
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32956 \begin_inset Text
32957
32958 \begin_layout Plain Layout
32959 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 </row>
32968 <row>
32969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973
32974 \backslash
32975 cb[green]
32976 \backslash
32977 {red
32978 \begin_inset Formula $\to$
32979 \end_inset
32980
32981
32982 \backslash
32983 {
32984 \backslash
32985 int
32986 \begin_inset ERT
32987 status collapsed
32988
32989 \begin_layout Plain Layout
32990
32991
32992 \backslash
32993 spce 
32994 \end_layout
32995
32996 \end_inset
32997
32998 A=B
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 </row>
33016 </lyxtabular>
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Subsection
33024 数式マクロ
33025 \begin_inset Index idx
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \begin_inset Index idx
33036 status collapsed
33037
33038 \begin_layout Plain Layout
33039 まくろ@マクロ
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33049 般型は、
33050 \begin_inset Formula 
33051 \[
33052 0=\lambda^{2}+p\lambda+q
33053 \]
33054
33055 \end_inset
33056
33057 であり、その解の一般型は
33058 \begin_inset Formula 
33059 \[
33060 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33061 \]
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \begin_layout Standard
33069 です。
33070 \begin_inset Formula $\lambda$
33071 \end_inset
33072
33073
33074 \begin_inset Formula $p$
33075 \end_inset
33076
33077
33078 \begin_inset Formula $q$
33079 \end_inset
33080
33081 の3つのパラメータを指定することが必須であり、
33082 \begin_inset Formula $\lambda$
33083 \end_inset
33084
33085 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089
33090 \series bold
33091
33092 \backslash
33093 newcommand{
33094 \backslash
33095 qG}[4][1,
33096 \backslash
33097 ,2]{#2_{#1}=-
33098 \backslash
33099 frac{#3}{2}
33100 \backslash
33101 pm
33102 \begin_inset Newline newline
33103 \end_inset
33104
33105
33106 \begin_inset Phantom HPhantom
33107 status open
33108
33109 \begin_layout Plain Layout
33110
33111 \series bold
33112
33113 \backslash
33114 newcommand
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \backslash
33121 sqrt{
33122 \backslash
33123 frac{#3^{2}}{4}-#4}}
33124 \end_layout
33125
33126 \begin_layout Standard
33127 これを使って解の公式を作るには、
33128 \begin_inset Newline newline
33129 \end_inset
33130
33131
33132 \series bold
33133
33134 \backslash
33135 qG{
33136 \backslash
33137 lambda
33138 \begin_inset Formula $\to$
33139 \end_inset
33140
33141
33142 \backslash
33143 {p
33144 \begin_inset Formula $\to$
33145 \end_inset
33146
33147
33148 \backslash
33149 {q
33150 \series default
33151 というコマンドを数式に入れます。
33152 \end_layout
33153
33154 \begin_layout Standard
33155 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33156 \series bold
33157
33158 \backslash
33159 frac{分子}{分母}
33160 \series default
33161 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33162 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33163 \series bold
33164
33165 \backslash
33166 newcommand
33167 \series default
33168 コマンドの代わりに、数式マクロを使う方法を提供しています。
33169 \end_layout
33170
33171 \begin_layout Standard
33172 数式マクロは、
33173 \family sans
33174 挿入\SpecialChar \menuseparator
33175 数式\SpecialChar \menuseparator
33176 マクロ
33177 \family default
33178 メニューか、ツールバーボタンの
33179 \begin_inset Graphics
33180         filename ../../images/math-macro_newmacroname_newcommand.png
33181         scale 85
33182
33183 \end_inset
33184
33185 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33186 \begin_inset Newline newline
33187 \end_inset
33188
33189
33190 \begin_inset space \hspace*{\fill}
33191 \end_inset
33192
33193
33194 \begin_inset Graphics
33195         filename ../clipart/macrobox.png
33196
33197 \end_inset
33198
33199
33200 \begin_inset space \hspace*{\fill}
33201 \end_inset
33202
33203
33204 \begin_inset Newline newline
33205 \end_inset
33206
33207
33208 \begin_inset FormulaMacro
33209 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33210 \end_inset
33211
33212
33213 \backslash
33214 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33215 \series bold
33216
33217 \backslash
33218 #1
33219 \series default
33220 のように
33221 \series bold
33222
33223 \backslash
33224 #引数番号
33225 \series default
33226 というコマンドで入力するか、マクロツールバーボタンの
33227 \begin_inset Graphics
33228         filename ../../images/math-macro-add-param.png
33229         scale 85
33230
33231 \end_inset
33232
33233 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33234 \begin_inset Graphics
33235         filename ../../images/math-macro-add-optional-param.png
33236         scale 85
33237
33238 \end_inset
33239
33240 で作ることができます。最初の必須引数は、ツールバーボタンの
33241 \begin_inset Graphics
33242         filename ../../images/math-macro-make-optional.png
33243         scale 85
33244
33245 \end_inset
33246
33247 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33248 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33249 \begin_inset Newline newline
33250 \end_inset
33251
33252
33253 \series bold
33254 qG: 
33255 \backslash
33256 #1
33257 \series default
33258  
33259 \series bold
33260 ,
33261 \series default
33262  
33263 \series bold
33264
33265 \backslash
33266 #2
33267 \series default
33268  
33269 \series bold
33270 ,
33271 \series default
33272  
33273 \series bold
33274
33275 \backslash
33276 #3, 
33277 \backslash
33278 #4
33279 \begin_inset Newline newline
33280 \end_inset
33281
33282
33283 \series default
33284 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33285 されます。
33286 \begin_inset Newline newline
33287 \end_inset
33288
33289 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33290 \family sans
33291 表示\SpecialChar \menuseparator
33292 数式マクロを展開(畳む)
33293 \family default
33294 メニューを使うことで、マクロ毎に変えることができます。
33295 \end_layout
33296
33297 \begin_layout Standard
33298 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33299 \series bold
33300
33301 \backslash
33302 qG
33303 \series default
33304 とします。このマクロは、LyX中では以下のように表示されます。
33305 \begin_inset Newline newline
33306 \end_inset
33307
33308
33309 \begin_inset space \hspace*{\fill}
33310 \end_inset
33311
33312
33313 \begin_inset Graphics
33314         filename ../clipart/macrouse.png
33315
33316 \end_inset
33317
33318
33319 \begin_inset space \hspace*{\fill}
33320 \end_inset
33321
33322
33323 \begin_inset Newline newline
33324 \end_inset
33325
33326 以下は、上記の例に、引数
33327 \begin_inset Formula $x$
33328 \end_inset
33329
33330
33331 \begin_inset Formula $\ln(x)$
33332 \end_inset
33333
33334
33335 \begin_inset Formula $B$
33336 \end_inset
33337
33338 を指定したものです。
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset Formula 
33343 \[
33344 \qG x{\ln(x)}B
33345 \]
33346
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \begin_layout Standard
33353 LyXは、
33354 \family sans
33355 ツール\SpecialChar \menuseparator
33356 設定\SpecialChar \menuseparator
33357 編集\SpecialChar \menuseparator
33358 制御
33359 \family default
33360 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33361 せてみてください。
33362 \end_layout
33363
33364 \begin_layout Standard
33365 数式マクロは、文書書き出し時に、内部的に
33366 \series bold
33367
33368 \backslash
33369 newcommand
33370 \series default
33371 コマンドに変換されます。こうして生成された
33372 \series bold
33373
33374 \backslash
33375 newcommand
33376 \series default
33377 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33378 \end_layout
33379
33380 \begin_layout Standard
33381 数式マクロは、
33382 \series bold
33383
33384 \backslash
33385 newcommand
33386 \series default
33387 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33388 \series bold
33389
33390 \begin_inset Newline newline
33391 \end_inset
33392
33393
33394 \backslash
33395 newcommand{
33396 \backslash
33397 larrow}[2]{
33398 \backslash
33399 xleftarrow[#2]{#1}}
33400 \begin_inset Newline newline
33401 \end_inset
33402
33403
33404 \series default
33405 というコマンドを書き入れ、この全体を選択して、短絡キー
33406 \family sans
33407 Ctrl+M
33408 \family default
33409 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33410 \series bold
33411
33412 \backslash
33413 newcommand
33414 \series default
33415 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33416 \end_layout
33417
33418 \begin_layout Standard
33419 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33420 \begin_inset CommandInset ref
33421 LatexCommand ref
33422 reference "sub:newcommandコマンド"
33423
33424 \end_inset
33425
33426 節で例として作った
33427 \series bold
33428
33429 \backslash
33430 fb
33431 \series default
33432 は、マクロとしては作ることができません。
33433 \end_layout
33434
33435 \begin_layout Standard
33436 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset VSpace defskip
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \begin_layout Standard
33447 \begin_inset Graphics
33448         filename ../clipart/MacroToolbar.png
33449
33450 \end_inset
33451
33452
33453 \begin_inset Index idx
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457 まくろ@マクロ ! つーるばー@ツールバー
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 \begin_inset VSpace defskip
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Standard
33473 マクロツールバーは、左から右に、以下の各ボタンがあります。
33474 \end_layout
33475
33476 \begin_layout Standard
33477 \begin_inset VSpace defskip
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 \begin_inset Tabular
33485 <lyxtabular version="3" rows="9" columns="2">
33486 <features islongtable="true" longtabularalignment="center">
33487 <column alignment="left" valignment="top" width="0">
33488 <column alignment="left" valignment="top" width="85col%">
33489 <row interlinespace="2.5mm">
33490 <cell alignment="center" valignment="top" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 \begin_inset Graphics
33495         filename ../../images/math-macro-remove-param.png
33496         rotateOrigin center
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509
33510 \family sans
33511 編集\SpecialChar \menuseparator
33512 数式\SpecialChar \menuseparator
33513 マクロ定義\SpecialChar \menuseparator
33514 最後の引数を削除
33515 \end_layout
33516
33517 \end_inset
33518 </cell>
33519 </row>
33520 <row interlinespace="2.5mm">
33521 <cell alignment="center" valignment="top" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 \begin_inset Graphics
33526         filename ../../images/math-macro-add-param.png
33527         rotateOrigin center
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540
33541 \family sans
33542 編集\SpecialChar \menuseparator
33543 数式\SpecialChar \menuseparator
33544 マクロ定義\SpecialChar \menuseparator
33545 引数を追加
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row interlinespace="2.5mm">
33552 <cell alignment="center" valignment="top" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 \begin_inset Graphics
33557         filename ../../images/math-macro-make-optional.png
33558         rotateOrigin center
33559
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \end_inset
33566 </cell>
33567 <cell alignment="center" valignment="top" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571
33572 \family sans
33573 編集\SpecialChar \menuseparator
33574 数式\SpecialChar \menuseparator
33575 マクロ定義\SpecialChar \menuseparator
33576 最初の必須引数を
33577 \begin_inset Newline newline
33578 \end_inset
33579
33580
33581 \begin_inset Phantom HPhantom
33582 status open
33583
33584 \begin_layout Plain Layout
33585
33586 \family sans
33587 編集\SpecialChar \menuseparator
33588 数式\SpecialChar \menuseparator
33589 マクロ定義\SpecialChar \menuseparator
33590
33591 \end_layout
33592
33593 \end_inset
33594
33595 非必須引数にする
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 <row interlinespace="2.5mm">
33602 <cell alignment="center" valignment="top" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606 \begin_inset Graphics
33607         filename ../../images/math-macro-make-nonoptional.png
33608         rotateOrigin center
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 <cell alignment="center" valignment="top" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621
33622 \family sans
33623 編集\SpecialChar \menuseparator
33624 数式\SpecialChar \menuseparator
33625 マクロ定義\SpecialChar \menuseparator
33626 最後の非必須引数を
33627 \begin_inset Newline newline
33628 \end_inset
33629
33630
33631 \begin_inset Phantom HPhantom
33632 status open
33633
33634 \begin_layout Plain Layout
33635
33636 \family sans
33637 編集\SpecialChar \menuseparator
33638 数式\SpecialChar \menuseparator
33639 マクロ定義\SpecialChar \menuseparator
33640
33641 \end_layout
33642
33643 \end_inset
33644
33645 必須引数にする
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 </row>
33651 <row interlinespace="2.5mm">
33652 <cell alignment="center" valignment="top" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 \begin_inset Graphics
33657         filename ../../images/math-macro-remove-optional-param.png
33658         rotateOrigin center
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 <cell alignment="center" valignment="top" usebox="none">
33668 \begin_inset Text
33669
33670 \begin_layout Plain Layout
33671
33672 \family sans
33673 編集\SpecialChar \menuseparator
33674 数式\SpecialChar \menuseparator
33675 マクロ定義\SpecialChar \menuseparator
33676 非必須引数を削除
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 </row>
33682 <row interlinespace="2.5mm">
33683 <cell alignment="center" valignment="top" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687 \begin_inset Graphics
33688         filename ../../images/math-macro-add-optional-param.png
33689         rotateOrigin center
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \end_inset
33697 </cell>
33698 <cell alignment="center" valignment="top" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702
33703 \family sans
33704 編集\SpecialChar \menuseparator
33705 数式\SpecialChar \menuseparator
33706 マクロ定義\SpecialChar \menuseparator
33707 非必須引数を挿入
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 </row>
33713 <row interlinespace="2.5mm">
33714 <cell alignment="center" valignment="top" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718 \begin_inset Graphics
33719         filename ../../images/math-macro-remove-greedy-param.png
33720         rotateOrigin center
33721
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 <cell alignment="center" valignment="top" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733
33734 \family sans
33735 編集\SpecialChar \menuseparator
33736 数式\SpecialChar \menuseparator
33737 マクロ定義\SpecialChar \menuseparator
33738 右に吐き出す形で
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742
33743 \begin_inset Phantom HPhantom
33744 status open
33745
33746 \begin_layout Plain Layout
33747
33748 \family sans
33749 編集\SpecialChar \menuseparator
33750 数式\SpecialChar \menuseparator
33751 マクロ定義\SpecialChar \menuseparator
33752
33753 \end_layout
33754
33755 \end_inset
33756
33757 最後の引数を削除
33758 \end_layout
33759
33760 \end_inset
33761 </cell>
33762 </row>
33763 <row interlinespace="2.5mm">
33764 <cell alignment="center" valignment="top" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 \begin_inset Graphics
33769         filename ../../images/math-macro-append-greedy-param.png
33770         rotateOrigin center
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783
33784 \family sans
33785 編集\SpecialChar \menuseparator
33786 数式\SpecialChar \menuseparator
33787 マクロ定義\SpecialChar \menuseparator
33788 右から喰う形で
33789 \begin_inset Newline newline
33790 \end_inset
33791
33792
33793 \begin_inset Phantom HPhantom
33794 status open
33795
33796 \begin_layout Plain Layout
33797
33798 \family sans
33799 編集\SpecialChar \menuseparator
33800 数式\SpecialChar \menuseparator
33801 マクロ定義\SpecialChar \menuseparator
33802
33803 \end_layout
33804
33805 \end_inset
33806
33807 引数を追加
33808 \end_layout
33809
33810 \end_inset
33811 </cell>
33812 </row>
33813 <row interlinespace="2.5mm">
33814 <cell alignment="center" valignment="top" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818 \begin_inset Graphics
33819         filename ../../images/math-macro-add-greedy-optional-param.png
33820         rotateOrigin center
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \family sans
33835 編集\SpecialChar \menuseparator
33836 数式\SpecialChar \menuseparator
33837 マクロ定義\SpecialChar \menuseparator
33838 右から喰う形で
33839 \begin_inset Newline newline
33840 \end_inset
33841
33842
33843 \begin_inset Phantom HPhantom
33844 status open
33845
33846 \begin_layout Plain Layout
33847
33848 \family sans
33849 編集\SpecialChar \menuseparator
33850 数式\SpecialChar \menuseparator
33851 マクロ定義\SpecialChar \menuseparator
33852
33853 \end_layout
33854
33855 \end_inset
33856
33857 非必須引数を追加
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 </row>
33863 </lyxtabular>
33864
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \begin_layout Standard
33871 \begin_inset Newpage newpage
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Section
33878 さまざまな秘訣
33879 \begin_inset Index idx
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 ひけつ@秘訣
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Subsection
33892 負の数
33893 \begin_inset Index idx
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 かず@数 ! ふの@負の ---
33898 \end_layout
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33907 く表示されます。
33908 \end_layout
33909
33910 \begin_layout Standard
33911 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33912 \end_layout
33913
33914 \begin_layout Standard
33915 以下は、この問題を示す例です。
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \align center
33920 \begin_inset Tabular
33921 <lyxtabular version="3" rows="3" columns="2">
33922 <features tabularvalignment="middle">
33923 <column alignment="right" valignment="top" width="0">
33924 <column alignment="left" valignment="top" width="0">
33925 <row>
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 通常の文章:
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 x = -2
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 <row>
33946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33947 \begin_inset Text
33948
33949 \begin_layout Plain Layout
33950 数式:
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 \begin_inset Formula $x=-2$
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row>
33969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 解決策:
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982 \begin_inset Formula $x=\textrm{-}2$
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 </lyxtabular>
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \begin_layout Subsection
33999 位区切りとしてのコンマ
34000 \begin_inset Index idx
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004 こんま@コンマ
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \begin_inset Index idx
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 かんま@カンマ|see
34015 \begin_inset ERT
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020 {
34021 \end_layout
34022
34023 \end_inset
34024
34025 コンマ
34026 \begin_inset ERT
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030
34031 }
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \end_inset
34040
34041
34042 \end_layout
34043
34044 \begin_layout Standard
34045 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34046 \end_layout
34047
34048 \begin_layout Standard
34049 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
34050 \begin_inset Info
34051 type  "shortcut"
34052 arg   "math-mode"
34053 \end_inset
34054
34055 )。
34056 \end_layout
34057
34058 \begin_layout Standard
34059 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34060 \end_layout
34061
34062 \begin_layout Standard
34063
34064 \series bold
34065
34066 \backslash
34067 usepackage{icomma}
34068 \end_layout
34069
34070 \begin_layout Standard
34071 という行を加えて、
34072 \series bold
34073 icomma.sty
34074 \series default
34075
34076 \begin_inset Foot
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080
34081 \series bold
34082 icomma
34083 \series default
34084 は、LaTeXパッケージ
34085 \series bold
34086 was
34087 \series default
34088
34089 \begin_inset Index idx
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093 ぱっけーじ@パッケージ ! was
34094 \begin_inset ERT
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098
34099
34100 \backslash
34101 vspace{4mm}
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \end_inset
34110
34111 に含まれています。
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset Index idx
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121 ぱっけーじ@パッケージ ! icomma
34122 \end_layout
34123
34124 \end_inset
34125
34126 ファイルを読み込みます。
34127 \end_layout
34128
34129 \begin_layout Subsection
34130 物理ベクトル
34131 \begin_inset CommandInset label
34132 LatexCommand label
34133 name "sub:物理ベクトル"
34134
34135 \end_inset
34136
34137
34138 \begin_inset Index idx
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142 Vectors ! physical
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Standard
34151 LaTeXパッケージ
34152 \series bold
34153 braket
34154 \series default
34155
34156 \begin_inset Foot
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160
34161 \series bold
34162 braket
34163 \series default
34164  は標準的LaTeX頒布版のすべてに含まれています。
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \begin_inset Index idx
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174 ぱっけーじ@パッケージ ! braket
34175 \end_layout
34176
34177 \end_inset
34178
34179 には、定義済みのベクトルが提供されており、
34180 \end_layout
34181
34182 \begin_layout Standard
34183
34184 \series bold
34185
34186 \backslash
34187 usepackage{braket}
34188 \end_layout
34189
34190 \begin_layout Standard
34191 というLaTeXプリアンブル行で読み込むことができます。
34192 \end_layout
34193
34194 \begin_layout Standard
34195 \begin_inset ERT
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199
34200
34201 \backslash
34202 ifbraket 
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \begin_inset Note Note
34209 status open
34210
34211 \begin_layout Plain Layout
34212 以下の表は、
34213 \series bold
34214 braket
34215 \series default
34216  LaTeXパッケージが導入済みのときのみ表示されます。
34217 \end_layout
34218
34219 \end_inset
34220
34221 以下のコマンドが定義されています。
34222 \end_layout
34223
34224 \begin_layout Standard
34225 \align center
34226 \begin_inset Tabular
34227 <lyxtabular version="3" rows="4" columns="2">
34228 <features tabularvalignment="middle">
34229 <column alignment="center" valignment="top" width="0">
34230 <column alignment="center" valignment="top" width="0">
34231 <row>
34232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 コマンド
34237 \end_layout
34238
34239 \end_inset
34240 </cell>
34241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34242 \begin_inset Text
34243
34244 \begin_layout Plain Layout
34245 出力
34246 \end_layout
34247
34248 \end_inset
34249 </cell>
34250 </row>
34251 <row>
34252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34253 \begin_inset Text
34254
34255 \begin_layout Plain Layout
34256
34257 \backslash
34258 Bra{
34259 \backslash
34260 psi
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 \begin_inset Formula $\Bra{\psi}$
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 </row>
34278 <row>
34279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283
34284 \backslash
34285 Ket{
34286 \backslash
34287 psi
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 \begin_inset Formula $\Ket{\psi}$
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 </row>
34305 <row>
34306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310
34311 \backslash
34312 Braket{
34313 \backslash
34314 psi
34315 \begin_inset Formula $|$
34316 \end_inset
34317
34318
34319 \backslash
34320 phi
34321 \end_layout
34322
34323 \end_inset
34324 </cell>
34325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34326 \begin_inset Text
34327
34328 \begin_layout Plain Layout
34329 \begin_inset Formula $\Braket{\psi|\phi}$
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 </lyxtabular>
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Standard
34346
34347 \series bold
34348
34349 \backslash
34350 Braket
34351 \series default
34352 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34353 \begin_inset Formula 
34354 \[
34355 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34356 \]
34357
34358 \end_inset
34359
34360
34361 \begin_inset ERT
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366
34367 \backslash
34368 else 
34369 \end_layout
34370
34371 \end_inset
34372
34373
34374 \begin_inset Note Note
34375 status open
34376
34377 \begin_layout Plain Layout
34378
34379 \series bold
34380 braket
34381 \series default
34382  LaTeXパッケージが導入されていないときには、以下が表示されます。
34383 \end_layout
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Standard
34391 本小節の全体を出力で見るためには、
34392 \series bold
34393 braket
34394 \series default
34395  LaTeXパッケージを導入する必要があります。
34396 \end_layout
34397
34398 \begin_layout Standard
34399 \begin_inset ERT
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403
34404
34405 \backslash
34406 fi 
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Standard
34415
34416 \series bold
34417
34418 \backslash
34419 Braket
34420 \series default
34421 と同じ効果は、第
34422 \begin_inset CommandInset ref
34423 LatexCommand ref
34424 reference "sub:自動の括弧丈"
34425
34426 \end_inset
34427
34428 節に説明されているとおり、
34429 \series bold
34430
34431 \backslash
34432 middle
34433 \series default
34434 コマンドを用いることによっても実現できます。
34435 \end_layout
34436
34437 \begin_layout Subsection
34438 自己定義の分数
34439 \begin_inset CommandInset label
34440 LatexCommand label
34441 name "sub:自己定義の分数"
34442
34443 \end_inset
34444
34445
34446 \begin_inset Index idx
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450 ぶんすう@分数 ! じこていぎの@自己定義の ---
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Standard
34459 分数用の自製コマンドを定義するには、以下の書式を持つ
34460 \series bold
34461
34462 \backslash
34463 genfrac
34464 \series default
34465
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 こまんど@コマンド ! G ! 
34471 \backslash
34472 genfrac
34473 \end_layout
34474
34475 \end_inset
34476
34477 コマンドを使います。
34478 \end_layout
34479
34480 \begin_layout Standard
34481
34482 \series bold
34483
34484 \backslash
34485 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34486 \begin_inset Newline newline
34487 \end_inset
34488
34489
34490 \begin_inset Phantom HPhantom
34491 status open
34492
34493 \begin_layout Plain Layout
34494
34495 \series bold
34496
34497 \backslash
34498 genfrac
34499 \end_layout
34500
34501 \end_inset
34502
34503 {分子}{分母}
34504 \end_layout
34505
34506 \begin_layout Standard
34507 ここで「様式」は、0
34508 \begin_inset space \thinspace{}
34509 \end_inset
34510
34511 -
34512 \begin_inset space \thinspace{}
34513 \end_inset
34514
34515 3の範囲の数字です。
34516 \end_layout
34517
34518 \begin_layout Standard
34519 \align center
34520 \begin_inset Tabular
34521 <lyxtabular version="3" rows="5" columns="2">
34522 <features tabularvalignment="middle">
34523 <column alignment="center" valignment="top" width="0">
34524 <column alignment="center" valignment="top" width="0">
34525 <row>
34526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34527 \begin_inset Text
34528
34529 \begin_layout Plain Layout
34530 数字
34531 \end_layout
34532
34533 \end_inset
34534 </cell>
34535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539 様式(大きさ)
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 </row>
34545 <row>
34546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Plain Layout
34550 0
34551 \end_layout
34552
34553 \end_inset
34554 </cell>
34555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34556 \begin_inset Text
34557
34558 \begin_layout Plain Layout
34559 別行建て様式の数式
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 </row>
34565 <row>
34566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 1
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 行内数式
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 <row>
34586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 2
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 やや小(small)
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 </row>
34605 <row>
34606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34607 \begin_inset Text
34608
34609 \begin_layout Plain Layout
34610 3
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619 最小(tiny)
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 </row>
34625 </lyxtabular>
34626
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \begin_layout Standard
34633 「様式」を指定しないときには、
34634 \series bold
34635
34636 \backslash
34637 frac
34638 \series default
34639 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34640 \end_layout
34641
34642 \begin_layout Standard
34643 「分数線の厚み」を指定しないときには、既定値である0.4
34644 \begin_inset space \thinspace{}
34645 \end_inset
34646
34647 ptが用いられます。
34648 \end_layout
34649
34650 \begin_layout Standard
34651 \begin_inset VSpace medskip
34652 \end_inset
34653
34654 たとえば、第
34655 \begin_inset CommandInset ref
34656 LatexCommand ref
34657 reference "sub:分数"
34658
34659 \end_inset
34660
34661 節の
34662 \series bold
34663
34664 \backslash
34665 dfrac
34666 \series default
34667 コマンドおよび
34668 \series bold
34669
34670 \backslash
34671 tbinom
34672 \series default
34673 コマンドは、
34674 \end_layout
34675
34676 \begin_layout Standard
34677
34678 \series bold
34679
34680 \backslash
34681 newcommand{
34682 \backslash
34683 dfrac}[2]{
34684 \backslash
34685 genfrac{}{}{}{0}{#1}{#2}}
34686 \end_layout
34687
34688 \begin_layout Standard
34689 あるいは
34690 \end_layout
34691
34692 \begin_layout Standard
34693
34694 \series bold
34695
34696 \backslash
34697 newcommand{
34698 \backslash
34699 tbinom}[2]{
34700 \backslash
34701 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34702 \end_layout
34703
34704 \begin_layout Standard
34705 というコマンドで定義できます。
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \begin_inset VSpace medskip
34710 \end_inset
34711
34712 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34713 \end_layout
34714
34715 \begin_layout Standard
34716
34717 \series bold
34718
34719 \backslash
34720 newcommand{
34721 \backslash
34722 fracS}[3][]{
34723 \backslash
34724 genfrac{}{}{#1}{}{#2}{#3}}
34725 \end_layout
34726
34727 \begin_layout Standard
34728 という行を入れます。
34729 \end_layout
34730
34731 \begin_layout Standard
34732 以下は、そのテストです。
34733 \begin_inset Formula 
34734 \begin{align*}
34735 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34736 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34737 \end{align*}
34738
34739 \end_inset
34740
34741 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34742 \end_layout
34743
34744 \begin_layout Subsection
34745 数式の取り消し
34746 \begin_inset Index idx
34747 status collapsed
34748
34749 \begin_layout Plain Layout
34750 すうしき@数式 ! とりけし@取り消し
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 数式あるいはその一部を取り消すには、
34760 \series bold
34761 cancel
34762 \series default
34763
34764 \begin_inset Foot
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768
34769 \series bold
34770 cancel
34771 \series default
34772 は、標準的なLaTeX頒布版のすべてに含まれています。
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \begin_inset Index idx
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782 ぱっけーじ@パッケージ ! cancel
34783 \end_layout
34784
34785 \end_inset
34786
34787  LaTeXパッケージを、LaTeXプリアンブル行に
34788 \end_layout
34789
34790 \begin_layout Standard
34791
34792 \series bold
34793
34794 \backslash
34795 usepackage[samesize]{cancel}
34796 \end_layout
34797
34798 \begin_layout Standard
34799 と書いて読み込む必要があります。
34800 \end_layout
34801
34802 \begin_layout Standard
34803 数式を取り消すには、4つの方法があります。
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \align center
34808 \begin_inset Tabular
34809 <lyxtabular version="3" rows="5" columns="2">
34810 <features tabularvalignment="middle">
34811 <column alignment="center" valignment="top" width="0">
34812 <column alignment="center" valignment="top" width="0">
34813 <row>
34814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818 コマンド
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827 出力
34828 \begin_inset Note Note
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832 ここで
34833 \series bold
34834
34835 \backslash
34836 raisebox
34837 \series default
34838 はスペーサーとして使用しているだけです。
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 <row>
34850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854
34855 \backslash
34856 cancel{
34857 \backslash
34858 int
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864
34865 \backslash
34866 spce 
34867 \end_layout
34868
34869 \end_inset
34870
34871 A=B
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 </row>
34889 <row>
34890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894
34895 \backslash
34896 bcancel{
34897 \backslash
34898 int
34899 \begin_inset ERT
34900 status collapsed
34901
34902 \begin_layout Plain Layout
34903
34904
34905 \backslash
34906 spce 
34907 \end_layout
34908
34909 \end_inset
34910
34911 A=B
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 </row>
34929 <row>
34930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934
34935 \backslash
34936 xcancel{
34937 \backslash
34938 int
34939 \begin_inset ERT
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943
34944
34945 \backslash
34946 spce 
34947 \end_layout
34948
34949 \end_inset
34950
34951 A=B
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row>
34970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974
34975 \backslash
34976 cancelto{1
34977 \begin_inset Formula $\to$
34978 \end_inset
34979
34980
34981 \backslash
34982 {
34983 \backslash
34984 int
34985 \begin_inset ERT
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989
34990
34991 \backslash
34992 spce 
34993 \end_layout
34994
34995 \end_inset
34996
34997 A=B
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35003 \begin_inset Text
35004
35005 \begin_layout Plain Layout
35006 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 </row>
35015 </lyxtabular>
35016
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Standard
35023
35024 \series bold
35025
35026 \backslash
35027 cancelto
35028 \series default
35029 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35030 \begin_inset Formula 
35031 \[
35032 \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}}}
35033 \]
35034
35035 \end_inset
35036
35037
35038 \end_layout
35039
35040 \begin_layout Subsection
35041 節見出し中の数式
35042 \begin_inset CommandInset label
35043 LatexCommand label
35044 name "sub:節見出し中の数式"
35045
35046 \end_inset
35047
35048
35049 \begin_inset Index idx
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \begin_layout Standard
35062 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35063 \end_layout
35064
35065 \begin_layout Standard
35066 \begin_inset Note Greyedout
35067 status open
35068
35069 \begin_layout Plain Layout
35070 文書設定ダイアログの
35071 \family sans
35072 PDF特性
35073 \family default
35074
35075 \series bold
35076 hyperref
35077 \series default
35078
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 ぱっけーじ@パッケージ ! hyperref
35084 \end_layout
35085
35086 \end_inset
35087
35088 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35089 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 これらの問題は、
35099 \family sans
35100 挿入\SpecialChar \menuseparator
35101 短縮タイトル
35102 \family default
35103 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35104 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35105 \end_layout
35106
35107 \begin_layout Standard
35108 数式を目次中でも使わなくてもならないが、
35109 \series bold
35110 hyperref
35111 \series default
35112 も使用しなくてはならないときには、
35113 \end_layout
35114
35115 \begin_layout Standard
35116
35117 \series bold
35118
35119 \backslash
35120 texorpdfstring{部分}{代替文字列}
35121 \begin_inset Index idx
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 こまんど@コマンド ! T ! 
35126 \backslash
35127 texorpdfstring
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 というコマンドをTeXモードで使う方法があります。
35137 \end_layout
35138
35139 \begin_layout Standard
35140 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35141 文字列」が用いられます。
35142 \end_layout
35143
35144 \begin_layout Standard
35145 以下の二つは、見出しの例です。
35146 \begin_inset VSpace -3mm
35147 \end_inset
35148
35149
35150 \begin_inset ERT
35151 status collapsed
35152
35153 \begin_layout Plain Layout
35154
35155
35156 \backslash
35157 boldmath 
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \begin_layout Subsubsection
35166 目次中では数式を使わない見出し
35167 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35168 \end_inset
35169
35170
35171 \begin_inset Argument
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175 目次中では数式を使わない見出し
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Subsubsection
35184 目次中で数式を使う見出し
35185 \begin_inset ERT
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189
35190
35191 \backslash
35192 texorpdfstring{
35193 \end_layout
35194
35195 \end_inset
35196
35197  
35198 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35199 \end_inset
35200
35201
35202 \begin_inset ERT
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206
35207 }{}
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \begin_inset ERT
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220
35221
35222 \backslash
35223 unboldmath 
35224 \end_layout
35225
35226 \end_inset
35227
35228 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35229 \series bold
35230
35231 \backslash
35232 texorpdfstring
35233 \series default
35234 が使われています。
35235 \end_layout
35236
35237 \begin_layout Standard
35238 他の節見出しと同じ書式を得るために、上の見出し全体は
35239 \series bold
35240 boldmath
35241 \series default
35242 環境に設定してあります
35243 \begin_inset Foot
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247
35248 \begin_inset CommandInset ref
35249 LatexCommand ref
35250 reference "sub:ボールド体の数式"
35251
35252 \end_inset
35253
35254 節参照。
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Subsection
35263 多段組文中の数式
35264 \begin_inset Index idx
35265 status collapsed
35266
35267 \begin_layout Plain Layout
35268 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Standard
35277 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35278 \series bold
35279 multicol
35280 \series default
35281
35282 \begin_inset Foot
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286
35287 \series bold
35288 multicol
35289 \series default
35290 は、標準的LaTeX頒布版のすべてに含まれています。
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \begin_inset Index idx
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300 ぱっけーじ@パッケージ ! multicol
35301 \end_layout
35302
35303 \end_inset
35304
35305  LaTeXパッケージを、
35306 \end_layout
35307
35308 \begin_layout Standard
35309
35310 \series bold
35311
35312 \backslash
35313 usepackage{multicol}
35314 \end_layout
35315
35316 \begin_layout Standard
35317 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35318 \end_layout
35319
35320 \begin_layout Standard
35321 \begin_inset Note Greyedout
35322 status open
35323
35324 \begin_layout Plain Layout
35325 ここで、
35326 \family sans
35327 文書\SpecialChar \menuseparator
35328 設定
35329 \family default
35330 メニューの
35331 \family sans
35332 本文レイアウト
35333 \family default
35334 で、
35335 \family sans
35336 二段組文書
35337 \family default
35338 の設定を
35339 \emph on
35340 有効にしてはならない
35341 \emph default
35342 ことに注意してください。
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \begin_layout Standard
35351 多段組文の前に
35352 \end_layout
35353
35354 \begin_layout Standard
35355
35356 \series bold
35357
35358 \backslash
35359 begin{multicols}{段数}
35360 \end_layout
35361
35362 \begin_layout Standard
35363 というコマンドをTeXモードで書き入れます。「段数」は、2
35364 \begin_inset space \thinspace{}
35365 \end_inset
35366
35367 -
35368 \begin_inset space \thinspace{}
35369 \end_inset
35370
35371 10のあいだの数字です。多段組文の終わる数式の前には、
35372 \end_layout
35373
35374 \begin_layout Standard
35375
35376 \series bold
35377
35378 \backslash
35379 end{multicols}
35380 \end_layout
35381
35382 \begin_layout Standard
35383 というコマンドをTeXモードで入れます。
35384 \end_layout
35385
35386 \begin_layout Standard
35387 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35388 \begin_inset space \thinspace{}
35389 \end_inset
35390
35391 mmの垂直空白を入れて下さい。数式様式
35392 \series bold
35393
35394 \begin_inset Foot
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399 \series bold
35400 数式様式に関しては、第
35401 \series default
35402
35403 \begin_inset CommandInset ref
35404 LatexCommand ref
35405 reference "sec:数式様式"
35406
35407 \end_inset
35408
35409 節をご覧下さい。
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \series default
35416 として
35417 \series bold
35418 行頭下げ
35419 \series default
35420 を使用している場合には、代わりに-9
35421 \begin_inset space \thinspace{}
35422 \end_inset
35423
35424 mmの垂直空白を入れて下さい。
35425 \end_layout
35426
35427 \begin_layout Standard
35428 以下は、別行建て数式を含む、多段組文の例です。
35429 \end_layout
35430
35431 \begin_layout Standard
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437
35438 \backslash
35439 begin{multicols}{2}
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \lang ngerman
35446 Das Spektrum wird fouriertransformiert.
35447  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35448 , Lösungsmittel) zu trennen.
35449  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35450  nun das Aussehen des Ausgangssignals.
35451  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35452  über alle Phasen integrieren muss.
35453  Sei nun 
35454 \begin_inset Formula $S$
35455 \end_inset
35456
35457  unser normiertes Ausgangssignal und 
35458 \begin_inset Formula $P$
35459 \end_inset
35460
35461  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35462 \lang japanese
35463
35464 \begin_inset ERT
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468
35469
35470 \backslash
35471 end{multicols}
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \begin_inset VSpace -6mm
35478 \end_inset
35479
35480
35481 \begin_inset Formula 
35482 \begin{equation}
35483 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35484 \end{equation}
35485
35486 \end_inset
35487
35488
35489 \begin_inset ERT
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493
35494
35495 \backslash
35496 begin{multicols}{2}
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \lang ngerman
35503 wobei 
35504 \begin_inset Formula $S_{0}$
35505 \end_inset
35506
35507  das Signal ohne Gradient ist und die Normierungsbedingung 
35508 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35509 \end_inset
35510
35511  gilt.
35512  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35513  Direkt nach dem 
35514 \begin_inset Formula $\nicefrac{\pi}{2}$
35515 \end_inset
35516
35517
35518 \begin_inset space \thinspace{}
35519 \end_inset
35520
35521 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35522  das Signal zusätzlich abschwächt.
35523  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35524  
35525 \begin_inset Formula $T_{2}$
35526 \end_inset
35527
35528 -Zeit.
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset ERT
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536
35537
35538 \backslash
35539 end{multicols}
35540 \end_layout
35541
35542 \end_inset
35543
35544  
35545 \end_layout
35546
35547 \begin_layout Subsection
35548 変数の説明付き数式
35549 \begin_inset Index idx
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35554 \end_layout
35555
35556 \end_inset
35557
35558
35559 \end_layout
35560
35561 \begin_layout Standard
35562 \begin_inset CommandInset ref
35563 LatexCommand eqref
35564 reference "eq:within"
35565
35566 \end_inset
35567
35568 式のように、数式内で変数の説明をするには、
35569 \begin_inset Formula $n$
35570 \end_inset
35571
35572 個の変数が使われている場合、左寄せの列を持つ2
35573 \series bold
35574 ×
35575 \series default
35576
35577 \begin_inset Formula $n$
35578 \end_inset
35579
35580 行列を使用します
35581 \begin_inset Foot
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585 行列に関しては、第
35586 \begin_inset CommandInset ref
35587 LatexCommand ref
35588 reference "sec:行列"
35589
35590 \end_inset
35591
35592 節参照。
35593 \end_layout
35594
35595 \end_inset
35596
35597 。説明を小さな文字にするには、行列の前に、たとえば
35598 \series bold
35599
35600 \backslash
35601 footnotesize
35602 \series default
35603 コマンドを挿入します
35604 \begin_inset Foot
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 フォント寸法に関しては、第
35609 \begin_inset CommandInset ref
35610 LatexCommand ref
35611 reference "sub:書体寸法"
35612
35613 \end_inset
35614
35615 節参照。
35616 \end_layout
35617
35618 \end_inset
35619
35620
35621 \end_layout
35622
35623 \begin_layout Standard
35624 数式様式に
35625 \series bold
35626 行頭下げ
35627 \begin_inset Foot
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631
35632 \series bold
35633 数式様式に関しては、第
35634 \series default
35635
35636 \begin_inset CommandInset ref
35637 LatexCommand ref
35638 reference "sec:数式様式"
35639
35640 \end_inset
35641
35642 節参照。
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \series default
35649 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35650 \series bold
35651
35652 \backslash
35653 hfill
35654 \series default
35655
35656 \begin_inset Foot
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661 \series bold
35662
35663 \backslash
35664 hfill
35665 \series default
35666 は、
35667 \series bold
35668 行頭下げ
35669 \series default
35670 様式のときのみ機能します。第
35671 \begin_inset CommandInset ref
35672 LatexCommand ref
35673 reference "sub:可変長の空白"
35674
35675 \end_inset
35676
35677 節をご覧下さい。
35678 \end_layout
35679
35680 \end_inset
35681
35682 を入れます。
35683 \end_layout
35684
35685 \begin_layout Standard
35686 数式様式に
35687 \series bold
35688 中央揃え
35689 \series default
35690 を使っている場合、数式を字下げするには、第
35691 \begin_inset CommandInset ref
35692 LatexCommand ref
35693 reference "sub:flalign環境"
35694
35695 \end_inset
35696
35697 節で述べた方法を使用します。
35698 \begin_inset CommandInset ref
35699 LatexCommand eqref
35700 reference "eq:within"
35701
35702 \end_inset
35703
35704 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35705 \begin_inset Formula 
35706 \begin{flalign}
35707 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35708 \rho & \textrm{density}\\
35709 V & \textrm{volume}\\
35710 g & \textrm{gravitational acceleration}
35711 \end{array} &  & {}\label{eq:within}
35712 \end{flalign}
35713
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \begin_layout Subsection
35720 アップライト体のギリシャ小文字
35721 \begin_inset CommandInset label
35722 LatexCommand label
35723 name "sub:アップライト体ギリシャ小文字"
35724
35725 \end_inset
35726
35727
35728 \begin_inset Index idx
35729 status collapsed
35730
35731 \begin_layout Plain Layout
35732 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35742 \begin_inset Formula $\pi$
35743 \end_inset
35744
35745 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35746 \series bold
35747 upgreek.sty
35748 \series default
35749
35750 \begin_inset Foot
35751 status collapsed
35752
35753 \begin_layout Plain Layout
35754
35755 \series bold
35756 upgreek
35757 \series default
35758 は、
35759 \series bold
35760 was
35761 \series default
35762
35763 \begin_inset Index idx
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767 ぱっけーじ@パッケージ ! was
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773
35774 \backslash
35775 vspace{4mm}
35776 \end_layout
35777
35778 \end_inset
35779
35780
35781 \end_layout
35782
35783 \end_inset
35784
35785  LaTeXパッケージの一部です。
35786 \end_layout
35787
35788 \end_inset
35789
35790
35791 \begin_inset Index idx
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795 ぱっけーじ@パッケージ ! upgreek
35796 \end_layout
35797
35798 \end_inset
35799
35800  ファイルを
35801 \end_layout
35802
35803 \begin_layout Standard
35804
35805 \series bold
35806
35807 \backslash
35808 usepackage{upgreek}
35809 \end_layout
35810
35811 \begin_layout Standard
35812 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 ifupgreek 
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \begin_inset Note Note
35827 status open
35828
35829 \begin_layout Plain Layout
35830 以下の表は、
35831 \series bold
35832 upgreek
35833 \series default
35834  LaTeXパッケージが導入済みのときのみ表示されます。
35835 \end_layout
35836
35837 \end_inset
35838
35839 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35840 \series bold
35841 up
35842 \series default
35843 を付けると作ることができます。たとえば
35844 \series bold
35845
35846 \backslash
35847 uptau
35848 \series default
35849 コマンドは、
35850 \begin_inset Formula $\uptau$
35851 \end_inset
35852
35853 のようになります。
35854 \end_layout
35855
35856 \begin_layout Standard
35857 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35858 \begin_inset Formula 
35859 \[
35860 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35861 \]
35862
35863 \end_inset
35864
35865
35866 \end_layout
35867
35868 \begin_layout Standard
35869 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
35870 \end_layout
35871
35872 \begin_layout Standard
35873 \begin_inset ERT
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877
35878
35879 \backslash
35880 else 
35881 \end_layout
35882
35883 \end_inset
35884
35885
35886 \begin_inset Note Note
35887 status open
35888
35889 \begin_layout Plain Layout
35890 以下は、
35891 \series bold
35892 upgreek
35893 \series default
35894  LaTeXパッケージが導入されていないときのみ表示されます。
35895 \end_layout
35896
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \begin_layout Standard
35903 この小節のすべてを出力で見るには、
35904 \series bold
35905 upgreek
35906 \series default
35907  LaTeXパッケージを導入する必要があります。
35908 \end_layout
35909
35910 \begin_layout Standard
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916
35917 \backslash
35918 fi 
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \begin_layout Subsection
35927 数式中のテキスト文字
35928 \begin_inset CommandInset label
35929 LatexCommand label
35930 name "sub:数式中のテキスト文字"
35931
35932 \end_inset
35933
35934
35935 \begin_inset Index idx
35936 status collapsed
35937
35938 \begin_layout Plain Layout
35939 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35940 \end_layout
35941
35942 \end_inset
35943
35944
35945 \end_layout
35946
35947 \begin_layout Standard
35948 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35949 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35950 \end_inset
35951
35952 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35953 \series bold
35954
35955 \backslash
35956 cdot
35957 \series default
35958
35959 \begin_inset Foot
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963
35964 \begin_inset CommandInset ref
35965 LatexCommand ref
35966 reference "sub:二項演算子"
35967
35968 \end_inset
35969
35970 節参照。
35971 \end_layout
35972
35973 \end_inset
35974
35975 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35976 \end_layout
35977
35978 \begin_layout Standard
35979
35980 \series bold
35981
35982 \backslash
35983 Declare Inputtext{183}{
35984 \backslash
35985 ifmmode
35986 \backslash
35987 cdot
35988 \backslash
35989 else
35990 \backslash
35991 textperiodcentered
35992 \backslash
35993 f\SpecialChar \textcompwordmark{}
35994 i}
35995 \end_layout
35996
35997 \begin_layout Standard
35998 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35999 \end_layout
36000
36001 \begin_layout Standard
36002 文字エンコーディング(
36003 \family sans
36004 文書\SpecialChar \menuseparator
36005 設定\SpecialChar \menuseparator
36006 言語
36007 \family default
36008 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
36009 \series bold
36010
36011 \backslash
36012 textperiodcentered
36013 \series default
36014 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36015 否かによって、正しいコマンドが自動的に選択されます。
36016 \end_layout
36017
36018 \begin_layout Standard
36019 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36020 \series bold
36021 latin9
36022 \series default
36023 エンコーディングは、LaTeXがインストールされたフォルダにある
36024 \series bold
36025 latin9.def
36026 \series default
36027 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36028 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36029 \end_layout
36030
36031 \begin_layout Standard
36032 \begin_inset VSpace medskip
36033 \end_inset
36034
36035 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36036 \begin_inset Foot
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Standard
36049
36050 \series bold
36051
36052 \backslash
36053 DeclareInputtext{176}{
36054 \backslash
36055 ifmmode^
36056 \backslash
36057 circ
36058 \backslash
36059 else
36060 \backslash
36061 textdegree
36062 \backslash
36063 f\SpecialChar \textcompwordmark{}
36064 i}
36065 \end_layout
36066
36067 \begin_layout Standard
36068 \begin_inset Newpage newpage
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Section
36075 \start_of_appendix
36076 組版上の助言
36077 \begin_inset Index idx
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081 くみばんじょうのじょげん@組版上の助言
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Standard
36090 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36091 \begin_inset Foot
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095 この要約の一部は、ISO規則を取り上げている「Duden」
36096 \begin_inset CommandInset citation
36097 LatexCommand cite
36098 key "Duden"
36099
36100 \end_inset
36101
36102 と呼ばれるドイツの半公的辞書から採られています。
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Itemize
36111 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36112 \begin_inset Foot
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 書体様式で指定します。第
36117 \begin_inset CommandInset ref
36118 LatexCommand ref
36119 reference "sub:書体様式"
36120
36121 \end_inset
36122
36123 節を参照。
36124 \end_layout
36125
36126 \end_inset
36127
36128 :30
36129 \begin_inset space \thinspace{}
36130 \end_inset
36131
36132 km/h
36133 \begin_inset Newline newline
36134 \end_inset
36135
36136 値と単位の間には、最小空白を入れます。第
36137 \begin_inset CommandInset ref
36138 LatexCommand ref
36139 reference "sub:定義済みの空白"
36140
36141 \end_inset
36142
36143 節を参照。
36144 \begin_inset Newline newline
36145 \end_inset
36146
36147 この慣習は、
36148 \series bold
36149
36150 \backslash
36151 unittwo
36152 \series default
36153 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36154 が得られます:
36155 \begin_inset Formula $\unit[30]{km/h}$
36156 \end_inset
36157
36158
36159 \begin_inset space \thinspace{}
36160 \end_inset
36161
36162 。実は、
36163 \series bold
36164
36165 \backslash
36166 unittwo
36167 \series default
36168 は、LaTeXコマンドの実体ではなく、
36169 \series bold
36170
36171 \backslash
36172 unit[値]{単位}
36173 \series default
36174 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36175 \end_layout
36176
36177 \begin_layout Itemize
36178 百分率記号と千分率記号は、物理単位と同様に組みます:
36179 \begin_inset Newline newline
36180 \end_inset
36181
36182 血中アルコール1,2
36183 \begin_inset space \thinspace{}
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Itemize
36190 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36191 \begin_inset space \thinspace{}
36192 \end_inset
36193
36194 °C
36195 \end_layout
36196
36197 \begin_layout Itemize
36198 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36199 \begin_inset space \thinspace{}
36200 \end_inset
36201
36202 473
36203 \begin_inset space \thinspace{}
36204 \end_inset
36205
36206 588
36207 \end_layout
36208
36209 \begin_layout Itemize
36210 120×90×40
36211 \begin_inset space \thinspace{}
36212 \end_inset
36213
36214 cmのような寸法には、積記号「×」を用います。これは、
36215 \series bold
36216
36217 \backslash
36218 times
36219 \series default
36220 コマンドか、
36221 \family sans
36222 挿入\SpecialChar \menuseparator
36223 特殊文字\SpecialChar \menuseparator
36224 記号
36225 \family default
36226 メニューから入れることができます。
36227 \end_layout
36228
36229 \begin_layout Itemize
36230 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36231 \begin_inset CommandInset ref
36232 LatexCommand ref
36233 reference "sub:定義済み函数"
36234
36235 \end_inset
36236
36237 節を参照。
36238 \end_layout
36239
36240 \begin_layout Itemize
36241 複数の文字を含む指数は、アップライト体にします:
36242 \begin_inset Formula $E_{\mathrm{kin}}$
36243 \end_inset
36244
36245
36246 \begin_inset Newline newline
36247 \end_inset
36248
36249 行列要素はイタリック体にします:
36250 \begin_inset Formula $\hat{H}_{kl}$
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Itemize
36257 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36258 \end_layout
36259
36260 \begin_layout Itemize
36261
36262 \noun on
36263 フーリエ
36264 \noun default
36265 変換を表す文字は、
36266 \series bold
36267
36268 \backslash
36269 mathscr
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 spce 
36278 \end_layout
36279
36280 \end_inset
36281
36282 {F
36283 \series default
36284 コマンド
36285 \begin_inset Index idx
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289 こまんど@コマンド! M ! 
36290 \backslash
36291 mathscr
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \family sans
36298 挿入\SpecialChar \menuseparator
36299 特殊文字\SpecialChar \menuseparator
36300 記号\SpecialChar \menuseparator
36301 文字様記号
36302 \family default
36303 メニューの
36304 \begin_inset Formula $\mathscr{F}$
36305 \end_inset
36306
36307 で入れることができます。
36308 \begin_inset Newline newline
36309 \end_inset
36310
36311
36312 \series bold
36313
36314 \backslash
36315 mathscr
36316 \series default
36317 コマンドを使うためには、LaTeXパッケージの
36318 \series bold
36319 mathrsfs
36320 \series default
36321
36322 \begin_inset Index idx
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326 ぱっけーじ@パッケージ! mathrsfs
36327 \end_layout
36328
36329 \end_inset
36330
36331 を、LaTeXプリアンブルで
36332 \series bold
36333
36334 \backslash
36335 usepackage{mathrsfs}
36336 \series default
36337 として読み込む必要があります。
36338 \end_layout
36339
36340 \begin_layout Standard
36341 \begin_inset Newpage newpage
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Section
36348 同義語
36349 \begin_inset Index idx
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353 どうぎご@同義語
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Standard
36362 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36363 \end_layout
36364
36365 \begin_layout Standard
36366 \begin_inset VSpace bigskip
36367 \end_inset
36368
36369
36370 \begin_inset space \hfill{}
36371 \end_inset
36372
36373
36374 \begin_inset Tabular
36375 <lyxtabular version="3" rows="12" columns="2">
36376 <features tabularvalignment="middle">
36377 <column alignment="center" valignment="top" width="0pt">
36378 <column alignment="center" valignment="top" width="0pt">
36379 <row>
36380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36381 \begin_inset Text
36382
36383 \begin_layout Plain Layout
36384 コマンド
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36390 \begin_inset Text
36391
36392 \begin_layout Plain Layout
36393 同義のコマンド
36394 \begin_inset Note Note
36395 status collapsed
36396
36397 \begin_layout Plain Layout
36398 ここで
36399 \series bold
36400
36401 \backslash
36402 raisebox
36403 \series default
36404 はスペーサーとして使用しているだけです。
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 </row>
36415 <row>
36416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36417 \begin_inset Text
36418
36419 \begin_layout Plain Layout
36420
36421 \backslash
36422 ast
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431 \begin_inset ERT
36432 status collapsed
36433
36434 \begin_layout Plain Layout
36435
36436
36437 \backslash
36438 raisebox{-1.2mm}{
36439 \end_layout
36440
36441 \end_inset
36442
36443 *
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449 }
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \end_inset
36458 </cell>
36459 </row>
36460 <row>
36461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36462 \begin_inset Text
36463
36464 \begin_layout Plain Layout
36465
36466 \backslash
36467 choose
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476
36477 \backslash
36478 binom
36479 \end_layout
36480
36481 \end_inset
36482 </cell>
36483 </row>
36484 <row>
36485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36486 \begin_inset Text
36487
36488 \begin_layout Plain Layout
36489
36490 \backslash
36491 geq
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36497 \begin_inset Text
36498
36499 \begin_layout Plain Layout
36500
36501 \backslash
36502 ge
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 </row>
36508 <row>
36509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36510 \begin_inset Text
36511
36512 \begin_layout Plain Layout
36513
36514 \backslash
36515 lbrace
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524 {
36525 \end_layout
36526
36527 \end_inset
36528 </cell>
36529 </row>
36530 <row>
36531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36532 \begin_inset Text
36533
36534 \begin_layout Plain Layout
36535
36536 \backslash
36537 lbracket
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36543 \begin_inset Text
36544
36545 \begin_layout Plain Layout
36546 [
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 </row>
36552 <row>
36553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557
36558 \backslash
36559 leftarrow
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 gets
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 </row>
36576 <row>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581
36582 \backslash
36583 leq
36584 \end_layout
36585
36586 \end_inset
36587 </cell>
36588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592
36593 \backslash
36594 le
36595 \end_layout
36596
36597 \end_inset
36598 </cell>
36599 </row>
36600 <row>
36601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605
36606 \backslash
36607 lor
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616
36617 \backslash
36618 vee
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 </row>
36624 <row>
36625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629
36630 \backslash
36631 neq
36632 \end_layout
36633
36634 \end_inset
36635 </cell>
36636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640
36641 \backslash
36642 not=
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 </row>
36648 <row>
36649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36650 \begin_inset Text
36651
36652 \begin_layout Plain Layout
36653
36654 \backslash
36655 slash
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Plain Layout
36664 /
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 <row>
36671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Plain Layout
36675
36676 \backslash
36677 vert
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 \begin_inset Formula $|$
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 </row>
36695 </lyxtabular>
36696
36697 \end_inset
36698
36699
36700 \begin_inset space \hfill{}
36701 \end_inset
36702
36703
36704 \begin_inset Tabular
36705 <lyxtabular version="3" rows="12" columns="2">
36706 <features tabularvalignment="middle">
36707 <column alignment="center" valignment="top" width="0pt">
36708 <column alignment="center" valignment="top" width="0pt">
36709 <row>
36710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 コマンド
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723 同義のコマンド
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 </row>
36729 <row>
36730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734
36735 \backslash
36736 backslash
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745
36746 \backslash
36747
36748 \backslash
36749
36750 \end_layout
36751
36752 \end_inset
36753 </cell>
36754 </row>
36755 <row>
36756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760
36761 \backslash
36762 dasharrow
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771
36772 \backslash
36773 dashrightarrow
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 </row>
36779 <row>
36780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36781 \begin_inset Text
36782
36783 \begin_layout Plain Layout
36784
36785 \backslash
36786 land
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795
36796 \backslash
36797 wedge
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 </row>
36803 <row>
36804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36805 \begin_inset Text
36806
36807 \begin_layout Plain Layout
36808
36809 \backslash
36810 rbrace
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36816 \begin_inset Text
36817
36818 \begin_layout Plain Layout
36819 }
36820 \end_layout
36821
36822 \end_inset
36823 </cell>
36824 </row>
36825 <row>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830
36831 \backslash
36832 rbracket
36833 \end_layout
36834
36835 \end_inset
36836 </cell>
36837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36838 \begin_inset Text
36839
36840 \begin_layout Plain Layout
36841 ]
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 </row>
36847 <row>
36848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Plain Layout
36852
36853 \backslash
36854 rightarrow
36855 \end_layout
36856
36857 \end_inset
36858 </cell>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863
36864 \backslash
36865 to
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 </row>
36871 <row>
36872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876
36877 \backslash
36878 lnot
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887
36888 \backslash
36889 neg
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 </row>
36895 <row>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900
36901 \backslash
36902 ne
36903 \end_layout
36904
36905 \end_inset
36906 </cell>
36907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911
36912 \backslash
36913 not=
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 </row>
36919 <row>
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924
36925 \backslash
36926 owns
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935
36936 \backslash
36937 ni
36938 \end_layout
36939
36940 \end_inset
36941 </cell>
36942 </row>
36943 <row>
36944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36945 \begin_inset Text
36946
36947 \begin_layout Plain Layout
36948
36949 \backslash
36950 square
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959
36960 \backslash
36961 Box
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 <row>
36968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972
36973 \backslash
36974 Vert
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983
36984 \backslash
36985
36986 \begin_inset Formula $|$
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 </row>
36995 </lyxtabular>
36996
36997 \end_inset
36998
36999
37000 \begin_inset space \hfill{}
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 \begin_inset Newpage newpage
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Bibliography
37014 \labelwidthstring 参考文献
37015 \begin_inset CommandInset bibitem
37016 LatexCommand bibitem
37017 key "TLC2"
37018
37019 \end_inset
37020
37021
37022 \shape smallcaps
37023 Mittelbach, F.
37024  ; Goossens, M.
37025 \shape default
37026
37027 \shape italic
37028 The LaTeX Companion
37029 \shape default
37030 , 2nd ed.
37031  Addison Wesley, 2004
37032 \end_layout
37033
37034 \begin_layout Bibliography
37035 \labelwidthstring 参考文献
37036 \begin_inset CommandInset bibitem
37037 LatexCommand bibitem
37038 key "Mathmode"
37039
37040 \end_inset
37041
37042 LaTeXの数式能力の
37043 \begin_inset CommandInset href
37044 LatexCommand href
37045 name "説明"
37046 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Bibliography
37054 \labelwidthstring 参考文献
37055 \begin_inset CommandInset bibitem
37056 LatexCommand bibitem
37057 key "AMS"
37058
37059 \end_inset
37060
37061
37062 \begin_inset ERT
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066
37067
37068 \backslash
37069 AmS
37070 \end_layout
37071
37072 \end_inset
37073
37074 -LaTeXの
37075 \begin_inset CommandInset href
37076 LatexCommand href
37077 name "説明"
37078 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37079
37080 \end_inset
37081
37082
37083 \end_layout
37084
37085 \begin_layout Bibliography
37086 \labelwidthstring 参考文献
37087 \begin_inset CommandInset bibitem
37088 LatexCommand bibitem
37089 key "Symbols"
37090
37091 \end_inset
37092
37093 LaTeXパッケージで利用できる記号の
37094 \begin_inset CommandInset href
37095 LatexCommand href
37096 name "全覧"
37097 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37098
37099 \end_inset
37100
37101
37102 \end_layout
37103
37104 \begin_layout Bibliography
37105 \labelwidthstring 参考文献
37106 \begin_inset CommandInset bibitem
37107 LatexCommand bibitem
37108 key "hyperref"
37109
37110 \end_inset
37111
37112 LaTeX 
37113 \series bold
37114 hyperref
37115 \series default
37116
37117 \begin_inset Index idx
37118 status collapsed
37119
37120 \begin_layout Plain Layout
37121 ぱっけーじ@パッケージ ! hyperref
37122 \end_layout
37123
37124 \end_inset
37125
37126 パッケージの
37127 \begin_inset CommandInset href
37128 LatexCommand href
37129 name "取扱説明書"
37130 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37131
37132 \end_inset
37133
37134
37135 \end_layout
37136
37137 \begin_layout Bibliography
37138 \labelwidthstring 参考文献
37139 \begin_inset CommandInset bibitem
37140 LatexCommand bibitem
37141 key "mhchem"
37142
37143 \end_inset
37144
37145 LaTeX 
37146 \series bold
37147 mhchem
37148 \series default
37149
37150 \begin_inset Index idx
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154 ぱっけーじ@パッケージ ! mhchem
37155 \end_layout
37156
37157 \end_inset
37158
37159 パッケージの
37160 \begin_inset CommandInset href
37161 LatexCommand href
37162 name "取扱説明書"
37163 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37164
37165 \end_inset
37166
37167
37168 \end_layout
37169
37170 \begin_layout Bibliography
37171 \labelwidthstring 参考文献
37172 \begin_inset CommandInset bibitem
37173 LatexCommand bibitem
37174 key "Mathclap"
37175
37176 \end_inset
37177
37178
37179 \begin_inset CommandInset ref
37180 LatexCommand ref
37181 reference "sub:演算子の範囲"
37182
37183 \end_inset
37184
37185 節に述べられている
37186 \series bold
37187
37188 \backslash
37189 mathclap
37190 \series default
37191 コマンドの
37192 \begin_inset CommandInset href
37193 LatexCommand href
37194 name "説明"
37195 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37196
37197 \end_inset
37198
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 こまんど@コマンド ! M ! 
37205 \backslash
37206 mathclap
37207 \end_layout
37208
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Bibliography
37215 \labelwidthstring 参考文献
37216 \begin_inset CommandInset bibitem
37217 LatexCommand bibitem
37218 key "Duden"
37219
37220 \end_inset
37221
37222
37223 \emph on
37224 Duden Band 1
37225 \emph default
37226 .
37227  22.
37228  Auflage, Duden 2001
37229 \end_layout
37230
37231 \begin_layout Bibliography
37232 \labelwidthstring 参考文献
37233 \begin_inset CommandInset bibitem
37234 LatexCommand bibitem
37235 key "Checklist"
37236
37237 \end_inset
37238
37239 原稿見直しの
37240 \begin_inset CommandInset href
37241 LatexCommand href
37242 name "チェックリスト"
37243 target "http://physics.nist.gov/Document/checklist.pdf"
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \begin_layout Subsubsection*
37251 \begin_inset CommandInset index_print
37252 LatexCommand printindex
37253 type "idx"
37254
37255 \end_inset
37256
37257
37258 \end_layout
37259
37260 \end_body
37261 \end_document