]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
UserGuide.lyx: next revision step
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jarticle
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 \addto\extrasenglish{%
46  \renewcommand*{\equationautorefname}[1]{}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 %\setkomafont{captionlabel}{\bfseries}
73
74 %% because this is loaded twice, add "samesize" option as an global option
75 % used in sec. 24.5
76 %\usepackage[samesize]{cancel}
77
78 % enables calculation of values
79 \usepackage{calc}
80
81 % for multiple columns used in sec. 24.7
82 \usepackage{multicol}
83
84 % needed in sec. 19.4
85 \usepackage{remreset}
86
87 % for the Fourier transformation symbol
88 \usepackage{mathrsfs}
89
90 % define a color, used in sec.9.3
91 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
92
93 % declare operators (see sec. 10.4 and sec. 15.2)
94 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
95 \DeclareMathOperator{\sgn}{sgn}
96
97 \newcommand{\spce}{\textvisiblespace}
98
99 % example definitions for sec. 20.1 
100 \newcommand{\gr}{\Longrightarrow}
101 \newcommand{\us}[1]{\underline{#1}}
102 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
103 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
104 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
105
106 % example macro from sec. 19.4
107 %\def\tagform@#1{\maketag@@@{|#1|}}
108
109 % macro from sec. 10.2
110 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
111 \def\mathclap {\mathpalette \mathclapinternal}
112 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
113
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % check for package eurosym
120 % used for the Euro symbol
121 \newboolean{eurosym}
122 \IfFileExists{eurosym.sty}
123  {\usepackage[gennarrow]{eurosym}
124   \setboolean{eurosym}{true}}
125  {\setboolean{eurosym}{false}}
126
127 % needed in sec. 22.4
128 % check for package braket
129 \newboolean{braket}
130 \IfFileExists{braket.sty}
131  {\usepackage{braket}
132   \setboolean{braket}{true}}
133  {\setboolean{braket}{false}}
134
135 % check for package cancel
136 \newboolean{cancel}
137 \IfFileExists{cancel.sty}
138  {\usepackage{cancel}
139   \setboolean{cancel}{true}}
140  {\setboolean{cancel}{false}}
141
142 % needed in sec. 22.10
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149
150 % make pdf bookmark sane with Japanese
151 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
152 % Added by lyx2lyx
153 \usepackage{cancel}
154 \end_preamble
155 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
156 \use_default_options true
157 \maintain_unincluded_children false
158 \language japanese
159 \language_package default
160 \inputencoding auto
161 \fontencoding global
162 \font_roman default
163 \font_sans default
164 \font_typewriter default
165 \font_default_family default
166 \use_non_tex_fonts false
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \paperfontsize default
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX数式説明書"
181 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
182 \pdf_subject "LyXの数式機能に関する説明書"
183 \pdf_keywords "LyX, Mathed"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize a4paper
195 \use_geometry true
196 \use_amsmath 2
197 \use_esint 1
198 \use_mhchem 1
199 \use_mathdots 1
200 \cite_engine basic
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index 索引
208 \shortcut idx
209 \color #008000
210 \end_index
211 \leftmargin 3.5cm
212 \topmargin 3cm
213 \rightmargin 3cm
214 \bottommargin 3.5cm
215 \secnumdepth 4
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language english
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXの数式詳細説明書
234 \end_layout
235
236 \begin_layout Author
237 LyXプロジェクトチーム
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
250 type "mailto:"
251
252 \end_inset
253
254
255 \family default
256 までお知らせください。
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 著者:Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 第2.0.x版
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
299 \series bold
300 braket
301 \series default
302
303 \series bold
304 cancel
305 \series default
306
307 \series bold
308 eurosym
309 \series default
310
311 \series bold
312 mathdots
313 \series default
314
315 \series bold
316 mhchem
317 \series default
318
319 \series bold
320 was
321 \series default
322 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
323 \series bold
324 mhchem
325 \series default
326 が導入されていないと、本ファイルを書き出すことができません。
327 \end_layout
328
329 \begin_layout Plain Layout
330 この文書の最新のPDF版は
331 \begin_inset Newline newline
332 \end_inset
333
334
335 \series bold
336 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series default
342 にあります。
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 \begin_inset Newpage newpage
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Section
358 はじめに
359 \end_layout
360
361 \begin_layout Standard
362 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
363 使用を念頭に置いています。したがって、ユーザーの手引きの
364 \family typewriter
365 数式
366 \family default
367 の節をすでにお読みになっていることを前提としています。
368 \end_layout
369
370 \begin_layout Standard
371 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
372 \family sans
373 挿入\SpecialChar \menuseparator
374 数式
375 \family default
376 メニューか
377 \family sans
378 数式ツールバー
379 \family default
380 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
381 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
382 \end_layout
383
384 \begin_layout Standard
385 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
386 \family sans
387 文書\SpecialChar \menuseparator
388 設定\SpecialChar \menuseparator
389 数式オプション
390 \family default
391 メニュー)で
392 \family sans
393 AMS mathパッケージを使う
394 \family default
395 オプションを有効にしなくてはなりません
396 \begin_inset Foot
397 status collapsed
398
399 \begin_layout Plain Layout
400
401 \family sans
402 AMS mathパッケージを自動的に使う
403 \family default
404 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -mathパッケージを使用します。
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 説明を明瞭にするために、この文書はすべての
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -mathコマンド
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 すべての
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -mathコマンドの一覧は、
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
464
465 \end_inset
466
467
468 \family default
469 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
470 \end_layout
471
472 \end_inset
473
474 を列挙はしません。
475 \end_layout
476
477 \begin_layout Section
478 一般的な説明
479 \end_layout
480
481 \begin_layout Standard
482 本文に埋め込まれた行内数式
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 すうしき ! ぎょうない @ 数式 ! 行内
488 \end_layout
489
490 \end_inset
491
492 を作成するには、短絡キー
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498 のうちのいずれか、あるいはツールバーボタン
499 \begin_inset Graphics
500         filename ../../images/math-mode.png
501         scale 85
502
503 \end_inset
504
505 を使用してください。
506 \begin_inset Newline newline
507 \end_inset
508
509 大きく別の段落として表示される別行立て数式
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
515 \end_layout
516
517 \end_inset
518
519 を作成するには、
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-display"
523 \end_inset
524
525 のうちいずれかの短絡キーを使用して下さい。
526 \end_layout
527
528 \begin_layout Standard
529 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
530 \begin_inset Info
531 type  "shortcuts"
532 arg   "math-mode"
533 \end_inset
534
535 のいずれかの短絡キーか、
536 \family sans
537 編集\SpecialChar \menuseparator
538 数式\SpecialChar \menuseparator
539 数式の表記を変更
540 \family default
541 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
542 \end_layout
543
544 \begin_layout Standard
545 行内数式の一部を別行立て数式の大きさで表示するには、
546 \series bold
547
548 \backslash
549 displaystyle
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554
555 \size normal
556 こまんど@コマンド ! D ! 
557 \backslash
558 displaystyle
559 \end_layout
560
561 \end_inset
562
563
564 \series default
565 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
566 \end_layout
567
568 \begin_layout Standard
569 表の中では、行内数式のみの使用が許されています。
570 \end_layout
571
572 \begin_layout Standard
573
574 \family sans
575 数式ツールバー
576 \family default
577 は、
578 \family sans
579 表示\SpecialChar \menuseparator
580 ツールバー
581 \family default
582 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
583 \family sans
584 ツールバー
585 \family default
586 メニューの中ではチェック印で表されます。この状態から、
587 \family sans
588 ツールバー
589 \family default
590 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
591 数式(自動)」に変わることで表されます。
592 \end_layout
593
594 \begin_layout Standard
595 TeXモード
596 \begin_inset Index idx
597 status collapsed
598
599 \begin_layout Plain Layout
600 T@TeXモード
601 \end_layout
602
603 \end_inset
604
605 は、ツールバーボタン
606 \begin_inset Graphics
607         filename ../../images/ert-insert.png
608         scale 85
609
610 \end_inset
611
612 を押すか、
613 \family sans
614 挿入\SpecialChar \menuseparator
615 Te
616 \begin_inset ERT
617 status collapsed
618
619 \begin_layout Plain Layout
620
621 {}
622 \end_layout
623
624 \end_inset
625
626 Xコード
627 \family default
628 (短絡キー
629 \begin_inset Info
630 type  "shortcut"
631 arg   "ert-insert"
632 \end_inset
633
634 )メニューを使うことで、起動できます。
635 \begin_inset Note Note
636 status collapsed
637
638 \begin_layout Plain Layout
639 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
640 のを防ぐために、ここではTeX括弧が挿入されています。
641 \end_layout
642
643 \end_inset
644
645
646 \end_layout
647
648 \begin_layout Standard
649 LaTeXプリアンブル
650 \begin_inset Index idx
651 status collapsed
652
653 \begin_layout Plain Layout
654 L@LaTeXプリアンブル
655 \end_layout
656
657 \end_inset
658
659 を変更するには、
660 \family sans
661 文書\SpecialChar \menuseparator
662 設定\SpecialChar \menuseparator
663 LaT
664 \begin_inset ERT
665 status collapsed
666
667 \begin_layout Plain Layout
668
669 {}
670 \end_layout
671
672 \end_inset
673
674 eXプリアンブル
675 \family default
676 メニューを使用してください。
677 \end_layout
678
679 \begin_layout Standard
680 行列や場合分け、多行数式を続けて編集するには、
681 \family sans
682 編集\SpecialChar \menuseparator
683 数式
684 \family default
685 メニューと
686 \family sans
687 編集\SpecialChar \menuseparator
688 行と列
689 \family default
690 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
691 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
692 \end_layout
693
694 \begin_layout Standard
695 数式内で文章を書く
696 \begin_inset Foot
697 status collapsed
698
699 \begin_layout Plain Layout
700 多行数式では、
701 \series bold
702
703 \backslash
704 intertext
705 \series default
706 コマンドが使用されます。
707 \begin_inset CommandInset ref
708 LatexCommand ref
709 reference "sub:多行数式中のテキスト"
710
711 \end_inset
712
713 を参照のこと。
714 \end_layout
715
716 \end_inset
717
718 には、
719 \emph on
720 数式テキスト
721 \emph default
722
723 \begin_inset Index idx
724 status collapsed
725
726 \begin_layout Plain Layout
727 てきすと ! すうしきないの @ テキスト ! 数式内の
728 \end_layout
729
730 \end_inset
731
732
733 \begin_inset Index idx
734 status collapsed
735
736 \begin_layout Plain Layout
737 すうしきてきすと @ 数式テキスト
738 \end_layout
739
740 \end_inset
741
742 が使用されます。このモードには、短絡キー
743 \begin_inset Info
744 type  "shortcut"
745 arg   "math-mode"
746 \end_inset
747
748 を使うか、
749 \series bold
750
751 \backslash
752 text
753 \series default
754
755 \begin_inset Index idx
756 status collapsed
757
758 \begin_layout Plain Layout
759 こまんど @ コマンド ! T ! 
760 \backslash
761 text
762 \end_layout
763
764 \end_inset
765
766 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
767 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
768 \end_layout
769
770 \begin_layout Subsection*
771 コマンドの構成
772 \end_layout
773
774 \begin_layout Standard
775 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
776 \end_layout
777
778 \begin_layout Standard
779
780 \series bold
781
782 \backslash
783 コマンド名[非必須引数]{必須引数}
784 \end_layout
785
786 \begin_layout Standard
787 コマンドは、つねにバックスラッシュ「
788 \series bold
789
790 \backslash
791
792 \series default
793 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 T@TeX括弧
799 \end_layout
800
801 \end_inset
802
803 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
804 \series bold
805
806 \backslash
807 {
808 \series default
809 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
810 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
811 \end_layout
812
813 \begin_layout Standard
814 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
815 \emph on
816 かならず
817 \emph default
818 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
819 ん。
820 \end_layout
821
822 \begin_layout Standard
823 保護された空白は、
824 \begin_inset Info
825 type  "shortcut"
826 arg   "space-insert protected"
827 \end_inset
828
829 で入力できます。
830 \end_layout
831
832 \begin_layout Subsection*
833 \begin_inset Newpage newpage
834 \end_inset
835
836 文法の説明
837 \end_layout
838
839 \begin_layout Itemize
840 記号
841 \begin_inset Foot
842 status collapsed
843
844 \begin_layout Plain Layout
845 この可視化された空白文字は、
846 \series bold
847
848 \backslash
849 textvisiblespace
850 \series default
851
852 \begin_inset Index idx
853 status collapsed
854
855 \begin_layout Plain Layout
856 こまんど@コマンド ! T ! 
857 \backslash
858 textvisiblespace
859 \end_layout
860
861 \end_inset
862
863 コマンドをTeXモード中に挿入することで作ることができます。
864 \end_layout
865
866 \end_inset
867
868
869 \begin_inset ERT
870 status collapsed
871
872 \begin_layout Plain Layout
873
874
875 \backslash
876 spce 
877 \end_layout
878
879 \end_inset
880
881 は、空白文字を入力することを表します。
882 \end_layout
883
884 \begin_layout Itemize
885 \begin_inset Formula $\to$
886 \end_inset
887
888 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
889 \end_layout
890
891 \begin_layout Subsection*
892 使用できる単位
893 \end_layout
894
895 \begin_layout Standard
896 \align center
897 \begin_inset Float table
898 placement H
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "tab:使用できる単位"
911
912 \end_inset
913
914 使用できる単位
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \begin_layout Plain Layout
923 \align center
924 \begin_inset Tabular
925 <lyxtabular version="3" rows="13" columns="2">
926 <features tabularvalignment="middle">
927 <column alignment="center" valignment="top" width="0">
928 <column alignment="center" valignment="top" width="0">
929 <row>
930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
931 \begin_inset Text
932
933 \begin_layout Plain Layout
934 単位
935 \end_layout
936
937 \end_inset
938 </cell>
939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
940 \begin_inset Text
941
942 \begin_layout Plain Layout
943 名称/摘要
944 \end_layout
945
946 \end_inset
947 </cell>
948 </row>
949 <row>
950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
951 \begin_inset Text
952
953 \begin_layout Plain Layout
954 mm
955 \end_layout
956
957 \end_inset
958 </cell>
959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
960 \begin_inset Text
961
962 \begin_layout Plain Layout
963 ミリメートル
964 \end_layout
965
966 \end_inset
967 </cell>
968 </row>
969 <row>
970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
971 \begin_inset Text
972
973 \begin_layout Plain Layout
974 cm
975 \end_layout
976
977 \end_inset
978 </cell>
979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
980 \begin_inset Text
981
982 \begin_layout Plain Layout
983 センチメートル
984 \end_layout
985
986 \end_inset
987 </cell>
988 </row>
989 <row>
990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
991 \begin_inset Text
992
993 \begin_layout Plain Layout
994 in
995 \end_layout
996
997 \end_inset
998 </cell>
999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1000 \begin_inset Text
1001
1002 \begin_layout Plain Layout
1003 インチ
1004 \end_layout
1005
1006 \end_inset
1007 </cell>
1008 </row>
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 pt
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 ポイント (72.27
1024 \begin_inset Formula $\,$
1025 \end_inset
1026
1027 pt = 1
1028 \begin_inset Formula $\,$
1029 \end_inset
1030
1031 in)
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 </row>
1037 <row>
1038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 pc
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 パイカ (1
1052 \begin_inset Formula $\,$
1053 \end_inset
1054
1055 pc = 12
1056 \begin_inset Formula $\,$
1057 \end_inset
1058
1059 pt)
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 sp
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 スケールポイント (65536
1080 \begin_inset Formula $\,$
1081 \end_inset
1082
1083 sp = 1
1084 \begin_inset Formula $\,$
1085 \end_inset
1086
1087 pt)
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 bp
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 ビッグポイント (72
1108 \begin_inset Formula $\,$
1109 \end_inset
1110
1111 bp = 1
1112 \begin_inset Formula $\,$
1113 \end_inset
1114
1115 in)
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 </row>
1121 <row>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 dd
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 ディドー (72
1136 \begin_inset Formula $\,$
1137 \end_inset
1138
1139 dd 
1140 \begin_inset Formula $\approx$
1141 \end_inset
1142
1143  37.6
1144 \begin_inset Formula $\,$
1145 \end_inset
1146
1147 mm)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 cc
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 シセロ (1
1168 \begin_inset Formula $\,$
1169 \end_inset
1170
1171 cc = 12
1172 \begin_inset Formula $\,$
1173 \end_inset
1174
1175 dd)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 ex
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 現在のフォントの文字「x」の高さ
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 em
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 現在のフォントの文字「M」の幅
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 mu
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 数式単位(1
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 mu = 
1240 \begin_inset Formula $\nicefrac{1}{18}$
1241 \end_inset
1242
1243
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 em)
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 </row>
1253 </lyxtabular>
1254
1255 \end_inset
1256
1257
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Standard
1266 \begin_inset Newpage newpage
1267 \end_inset
1268
1269
1270 \end_layout
1271
1272 \begin_layout Section
1273 基礎的な函数
1274 \end_layout
1275
1276 \begin_layout Subsection
1277 指数
1278 \begin_inset Index idx
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282 しすう@指数
1283 \end_layout
1284
1285 \end_inset
1286
1287 および添字
1288 \begin_inset Index idx
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292 そえじ@添字
1293 \end_layout
1294
1295 \end_inset
1296
1297
1298 \begin_inset Index idx
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302 うえつきもじ@上付き文字|see
1303 \begin_inset ERT
1304 status collapsed
1305
1306 \begin_layout Plain Layout
1307
1308 {
1309 \end_layout
1310
1311 \end_inset
1312
1313 指数
1314 \begin_inset ERT
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318
1319 }
1320 \end_layout
1321
1322 \end_inset
1323
1324
1325 \end_layout
1326
1327 \end_inset
1328
1329
1330 \begin_inset Index idx
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334 したつきもじ@下付き文字|see
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 {
1341 \end_layout
1342
1343 \end_inset
1344
1345 添字
1346 \begin_inset ERT
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350
1351 }
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Standard
1365 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1366 \begin_inset Graphics
1367         filename ../../images/math-subscript.png
1368         scale 85
1369
1370 \end_inset
1371
1372 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1373 \begin_inset Graphics
1374         filename ../../images/math-superscript.png
1375         scale 85
1376
1377 \end_inset
1378
1379 を使って入力することができます。
1380 \end_layout
1381
1382 \begin_layout Standard
1383 \align center
1384 \begin_inset Tabular
1385 <lyxtabular version="3" rows="4" columns="2">
1386 <features tabularvalignment="middle">
1387 <column alignment="center" valignment="top" width="0pt">
1388 <column alignment="center" valignment="top" width="0pt">
1389 <row>
1390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1391 \begin_inset Text
1392
1393 \begin_layout Plain Layout
1394 コマンド
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1400 \begin_inset Text
1401
1402 \begin_layout Plain Layout
1403 結果
1404 \begin_inset Note Note
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 ここで使われている
1409 \series bold
1410
1411 \backslash
1412 raisebox
1413 \series default
1414 は単なるスペーサーです。
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 </row>
1425 <row>
1426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1427 \begin_inset Text
1428
1429 \begin_layout Plain Layout
1430 B_V
1431 \end_layout
1432
1433 \end_inset
1434 </cell>
1435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1436 \begin_inset Text
1437
1438 \begin_layout Plain Layout
1439 \begin_inset Formula $B_{V}$
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 </row>
1448 <row>
1449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1450 \begin_inset Text
1451
1452 \begin_layout Plain Layout
1453 B^V
1454 \end_layout
1455
1456 \end_inset
1457 </cell>
1458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1459 \begin_inset Text
1460
1461 \begin_layout Plain Layout
1462 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1463 \end_inset
1464
1465
1466 \end_layout
1467
1468 \end_inset
1469 </cell>
1470 </row>
1471 <row>
1472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1473 \begin_inset Text
1474
1475 \begin_layout Plain Layout
1476 B^
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482
1483 \backslash
1484 spce 
1485 \end_layout
1486
1487 \end_inset
1488
1489 A
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1495 \begin_inset Text
1496
1497 \begin_layout Plain Layout
1498 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 </row>
1507 </lyxtabular>
1508
1509 \end_inset
1510
1511
1512 \end_layout
1513
1514 \begin_layout Standard
1515 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1516 ってしまいます
1517 \begin_inset Foot
1518 status collapsed
1519
1520 \begin_layout Plain Layout
1521 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1522 \end_layout
1523
1524 \end_inset
1525
1526 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1527 \family sans
1528 Space
1529 \family default
1530 を押してください。
1531 \end_layout
1532
1533 \begin_layout Subsection
1534 分数
1535 \begin_inset CommandInset label
1536 LatexCommand label
1537 name "sub:分数"
1538
1539 \end_inset
1540
1541
1542 \begin_inset Index idx
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 ぶんすう@分数
1547 \end_layout
1548
1549 \end_inset
1550
1551
1552 \end_layout
1553
1554 \begin_layout Standard
1555 分数は、コマンド
1556 \series bold
1557
1558 \backslash
1559 frac
1560 \series default
1561
1562 \begin_inset Index idx
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 こまんど@コマンド ! F ! 
1567 \backslash
1568 frac
1569 \end_layout
1570
1571 \end_inset
1572
1573 か数式ツールバーボタン
1574 \begin_inset Graphics
1575         filename ../../images/math/frac.png
1576         scale 50
1577
1578 \end_inset
1579
1580 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1581 \begin_inset Graphics
1582         filename ../../images/math/frac-square.png
1583         scale 85
1584
1585 \end_inset
1586
1587 を使えば、分数の種類を選ぶことができます。
1588 \end_layout
1589
1590 \begin_layout Standard
1591 コマンド
1592 \series bold
1593
1594 \backslash
1595 dfrac
1596 \series default
1597
1598 \begin_inset Index idx
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602 こまんど@コマンド ! D ! 
1603 \backslash
1604 dfrac
1605 \end_layout
1606
1607 \end_inset
1608
1609 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1610 \series bold
1611
1612 \backslash
1613 tfrac
1614 \series default
1615
1616 \begin_inset Index idx
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620 こまんど@コマンド ! T ! 
1621 \backslash
1622 tfrac
1623 \end_layout
1624
1625 \end_inset
1626
1627 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1628 \end_layout
1629
1630 \begin_layout Standard
1631 これは、コマンド
1632 \series bold
1633
1634 \backslash
1635 frac
1636 \series default
1637 を使用して作った分数
1638 \begin_inset Formula $\frac{1}{2}$
1639 \end_inset
1640
1641 を含む行です。
1642 \end_layout
1643
1644 \begin_layout Standard
1645 これは、コマンド
1646 \series bold
1647
1648 \backslash
1649 dfrac
1650 \series default
1651 を使用して作った分数
1652 \begin_inset Formula $\dfrac{1}{2}$
1653 \end_inset
1654
1655 を含む行です。
1656 \end_layout
1657
1658 \begin_layout Standard
1659 \align center
1660 \begin_inset Tabular
1661 <lyxtabular version="3" rows="4" columns="2">
1662 <features tabularvalignment="middle">
1663 <column alignment="center" valignment="top" width="0pt">
1664 <column alignment="center" valignment="top" width="0pt">
1665 <row>
1666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1667 \begin_inset Text
1668
1669 \begin_layout Plain Layout
1670 コマンド
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Plain Layout
1679 出力
1680 \begin_inset Note Note
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 ここで
1685 \series bold
1686
1687 \backslash
1688 raisebox
1689 \series default
1690 はスペーサーとして使用しているだけです。
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 </row>
1701 <row>
1702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1703 \begin_inset Text
1704
1705 \begin_layout Plain Layout
1706
1707 \backslash
1708 frac
1709 \begin_inset ERT
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713
1714
1715 \backslash
1716 spce 
1717 \end_layout
1718
1719 \end_inset
1720
1721 A
1722 \begin_inset Formula $\downarrow$
1723 \end_inset
1724
1725 B
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 <row>
1744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \backslash
1750 dfrac
1751 \begin_inset ERT
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755
1756
1757 \backslash
1758 spce 
1759 \end_layout
1760
1761 \end_inset
1762
1763 A
1764 \begin_inset Formula $\downarrow$
1765 \end_inset
1766
1767 B
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 </row>
1785 <row>
1786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \backslash
1792 dfrac
1793 \begin_inset ERT
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798
1799 \backslash
1800 spce 
1801 \end_layout
1802
1803 \end_inset
1804
1805 e^
1806 \begin_inset ERT
1807 status collapsed
1808
1809 \begin_layout Plain Layout
1810
1811
1812 \backslash
1813 spce 
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \backslash
1820 frac
1821 \begin_inset ERT
1822 status collapsed
1823
1824 \begin_layout Plain Layout
1825
1826
1827 \backslash
1828 spce 
1829 \end_layout
1830
1831 \end_inset
1832
1833 1
1834 \begin_inset Formula $\downarrow$
1835 \end_inset
1836
1837 2
1838 \begin_inset Formula $\downarrow\downarrow$
1839 \end_inset
1840
1841 3
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 </lyxtabular>
1860
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \begin_layout Standard
1867 \begin_inset VSpace bigskip
1868 \end_inset
1869
1870
1871 \begin_inset Newpage newpage
1872 \end_inset
1873
1874 入れ子の分数を作るには、コマンド
1875 \series bold
1876
1877 \backslash
1878 cfrac
1879 \series default
1880
1881 \begin_inset Index idx
1882 status collapsed
1883
1884 \begin_layout Plain Layout
1885 こまんど@コマンド ! C ! 
1886 \backslash
1887 cfrac
1888 \end_layout
1889
1890 \end_inset
1891
1892 が使えます。以下がその例です。
1893 \begin_inset VSpace -3mm
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \begin_layout Standard
1900 \begin_inset Formula 
1901 \begin{align*}
1902 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1903 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1904 \end{align*}
1905
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \begin_layout Standard
1912 上記の例で使用したコマンドは、
1913 \end_layout
1914
1915 \begin_layout Standard
1916
1917 \series bold
1918
1919 \backslash
1920 cfrac
1921 \begin_inset ERT
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925
1926
1927 \backslash
1928 space 
1929 \end_layout
1930
1931 \end_inset
1932
1933 A
1934 \begin_inset Formula $\downarrow$
1935 \end_inset
1936
1937 B+
1938 \backslash
1939 cfrac
1940 \begin_inset ERT
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944
1945
1946 \backslash
1947 space 
1948 \end_layout
1949
1950 \end_inset
1951
1952 C+
1953 \backslash
1954 cfrac
1955 \begin_inset ERT
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959
1960
1961 \backslash
1962 space 
1963 \end_layout
1964
1965 \end_inset
1966
1967 E
1968 \begin_inset Formula $\downarrow$
1969 \end_inset
1970
1971 F
1972 \begin_inset Formula $\downarrow$
1973 \end_inset
1974
1975 D
1976 \end_layout
1977
1978 \begin_layout Standard
1979 です。
1980 \end_layout
1981
1982 \begin_layout Standard
1983 \begin_inset VSpace medskip
1984 \end_inset
1985
1986
1987 \end_layout
1988
1989 \begin_layout Standard
1990
1991 \series bold
1992
1993 \backslash
1994 cfrac
1995 \series default
1996 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
1997 \end_layout
1998
1999 \begin_layout Standard
2000 分子の揃え方は、指定することができます。
2001 \series bold
2002
2003 \backslash
2004 cfracleft
2005 \series default
2006 コマンドは左揃えにし、
2007 \series bold
2008
2009 \backslash
2010 cfracright
2011 \series default
2012 は右揃えにします。
2013 \series bold
2014
2015 \backslash
2016 cfrac
2017 \series default
2018 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2019 \begin_inset Newline newline
2020 \end_inset
2021
2022
2023 \series bold
2024
2025 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2026 \end_inset
2027
2028
2029 \begin_inset Formula $\cfrac{A}{B+C}$
2030 \end_inset
2031
2032
2033 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2034 \end_inset
2035
2036
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset Note Greyedout
2041 status open
2042
2043 \begin_layout Plain Layout
2044
2045 \series bold
2046 (註)
2047 \backslash
2048 cfracleft
2049 \series default
2050
2051 \series bold
2052
2053 \backslash
2054 cfracright
2055 \series default
2056 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2057 \series bold
2058
2059 \backslash
2060 cfrac[揃え位置]{分子}{分母}
2061 \series default
2062 です。したがって、これらをTeXモードで使うことはできません。
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Standard
2071 \begin_inset VSpace medskip
2072 \end_inset
2073
2074 ときに、以下のように
2075 \series bold
2076
2077 \backslash
2078 cfrac
2079 \series default
2080
2081 \series bold
2082
2083 \backslash
2084 frac
2085 \series default
2086 を組み合わせて使うと便利です。
2087 \begin_inset Formula 
2088 \[
2089 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2090 \]
2091
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098 斜めの分数線を持つ行内分数を作るには、コマンド
2099 \series bold
2100
2101 \backslash
2102 nicefrac
2103 \series default
2104
2105 \begin_inset Index idx
2106 status collapsed
2107
2108 \begin_layout Plain Layout
2109 こまんど@コマンド ! N ! 
2110 \backslash
2111 nicefrac
2112 \end_layout
2113
2114 \end_inset
2115
2116 (例:
2117 \begin_inset Formula $\nicefrac{5}{31}$
2118 \end_inset
2119
2120 )を使うか、コマンド
2121 \series bold
2122
2123 \backslash
2124 unitfrac
2125 \series default
2126
2127 \begin_inset Index idx
2128 status collapsed
2129
2130 \begin_layout Plain Layout
2131 こまんど@コマンド ! U ! 
2132 \backslash
2133 unitfrac
2134 \end_layout
2135
2136 \end_inset
2137
2138 (例:
2139 \begin_inset Formula $\unitfrac{5}{31}$
2140 \end_inset
2141
2142 )を使います。さらに、
2143 \begin_inset Formula $\unitfrac[2]{1}{3}$
2144 \end_inset
2145
2146 のような帯分数を作るコマンド
2147 \series bold
2148
2149 \backslash
2150 unitfracthree
2151 \series default
2152 もあります。
2153 \end_layout
2154
2155 \begin_layout Standard
2156 \begin_inset Note Greyedout
2157 status open
2158
2159 \begin_layout Plain Layout
2160
2161 \series bold
2162 (註)
2163 \series default
2164 実は、
2165 \series bold
2166
2167 \backslash
2168 unitfracthree
2169 \series default
2170 は生粋のLaTeXコマンドではなく、実体は
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174
2175 \series bold
2176
2177 \backslash
2178 unitfrac[自然数]{分子}{分母}
2179 \series default
2180 というコマンドなので、TeXコードでは使用できません。
2181 \end_layout
2182
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 分数線を変更できるような独自の分数の定義のしかたは、第
2190 \begin_inset CommandInset ref
2191 LatexCommand ref
2192 reference "sub:自己定義の分数"
2193
2194 \end_inset
2195
2196 節に説明があります。
2197 \end_layout
2198
2199 \begin_layout Subsection
2200 根号
2201 \begin_inset Index idx
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205 こんごう@根号
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \begin_inset Index idx
2212 status collapsed
2213
2214 \begin_layout Plain Layout
2215 るーと@ルート|see
2216 \begin_inset ERT
2217 status collapsed
2218
2219 \begin_layout Plain Layout
2220
2221 {
2222 \end_layout
2223
2224 \end_inset
2225
2226 根号
2227 \begin_inset ERT
2228 status collapsed
2229
2230 \begin_layout Plain Layout
2231
2232 }
2233 \end_layout
2234
2235 \end_inset
2236
2237
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 平方根は、
2247 \series bold
2248
2249 \backslash
2250 sqrt
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 こまんど@コマンド ! S ! 
2258 \backslash
2259 sqrt
2260 \end_layout
2261
2262 \end_inset
2263
2264 か数式ツールバーボタン
2265 \begin_inset Graphics
2266         filename ../../images/math/sqrt.png
2267         scale 85
2268
2269 \end_inset
2270
2271 で作成することができ、他のすべての根号は、コマンド
2272 \series bold
2273
2274 \backslash
2275 root
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 こまんど@コマンド ! R ! 
2283 \backslash
2284 root
2285 \end_layout
2286
2287 \end_inset
2288
2289 か数式ツールバーボタン
2290 \begin_inset Graphics
2291         filename ../../images/math/root.png
2292         scale 85
2293
2294 \end_inset
2295
2296 で作成することができます。
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \align center
2301 \begin_inset Tabular
2302 <lyxtabular version="3" rows="3" columns="2">
2303 <features tabularvalignment="middle">
2304 <column alignment="center" valignment="top" width="0pt">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <row>
2307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2308 \begin_inset Text
2309
2310 \begin_layout Plain Layout
2311 コマンド
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320 出力
2321 \begin_inset Note Note
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 ここで
2326 \series bold
2327
2328 \backslash
2329 raisebox
2330 \series default
2331 はスペーサーとして使用しているだけです。
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347
2348 \backslash
2349 sqrt
2350 \begin_inset ERT
2351 status collapsed
2352
2353 \begin_layout Plain Layout
2354
2355
2356 \backslash
2357 spce 
2358 \end_layout
2359
2360 \end_inset
2361
2362 A-B
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2372 \end_inset
2373
2374
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385
2386 \backslash
2387 root
2388 \begin_inset ERT
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392
2393
2394 \backslash
2395 spce 
2396 \end_layout
2397
2398 \end_inset
2399
2400 3
2401 \begin_inset Formula $\downarrow$
2402 \end_inset
2403
2404 A-B
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 </row>
2422 </lyxtabular>
2423
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \begin_layout Standard
2430 平方根は、根号指数フィールドを空白のままにしておけば、
2431 \series bold
2432
2433 \backslash
2434 root
2435 \series default
2436 でも作成することができます。
2437 \end_layout
2438
2439 \begin_layout Standard
2440 \begin_inset Formula $\sqrt[\beta]{B}$
2441 \end_inset
2442
2443 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2444 \begin_inset Newline newline
2445 \end_inset
2446
2447 この場合には、
2448 \begin_inset Formula $\beta$
2449 \end_inset
2450
2451 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2452 \series bold
2453
2454 \backslash
2455 leftroot
2456 \series default
2457
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 こまんど@コマンド ! L ! 
2463 \backslash
2464 leftroot
2465 \end_layout
2466
2467 \end_inset
2468
2469
2470 \series bold
2471
2472 \backslash
2473 uproot
2474 \series default
2475
2476 \begin_inset Index idx
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480 こまんど@コマンド ! U ! 
2481 \backslash
2482 uproot
2483 \end_layout
2484
2485 \end_inset
2486
2487 を使います。
2488 \end_layout
2489
2490 \begin_layout Standard
2491
2492 \series bold
2493
2494 \backslash
2495 leftroot{距離}
2496 \series default
2497 および
2498 \series bold
2499
2500 \backslash
2501 uproot{距離}
2502 \end_layout
2503
2504 \begin_layout Standard
2505 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2506 \begin_inset Formula $\mathrm{72\, bp=1}$
2507 \end_inset
2508
2509 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513
2514 \series bold
2515
2516 \backslash
2517 root
2518 \backslash
2519 leftroot{-1
2520 \begin_inset Formula $\to$
2521 \end_inset
2522
2523
2524 \backslash
2525 uproot{2
2526 \begin_inset Formula $\to$
2527 \end_inset
2528
2529
2530 \backslash
2531 beta
2532 \begin_inset ERT
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536
2537
2538 \backslash
2539 spce 
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \begin_inset Formula $\to$
2546 \end_inset
2547
2548 B
2549 \begin_inset Newline newline
2550 \end_inset
2551
2552
2553 \series default
2554 は、正しく組版された数式
2555 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2556 \end_inset
2557
2558 を生成します。
2559 \end_layout
2560
2561 \begin_layout Subsection
2562 二項係数
2563 \begin_inset Index idx
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 にこうけいすう@二項係数
2568 \end_layout
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Standard
2576 二項係数は、コマンド
2577 \series bold
2578
2579 \backslash
2580 binom
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 こまんど@コマンド ! B ! 
2588 \backslash
2589 binom
2590 \end_layout
2591
2592 \end_inset
2593
2594 か数式ツールバーボタン
2595 \begin_inset Graphics
2596         filename ../../images/math/frac-square.png
2597         scale 85
2598
2599 \end_inset
2600
2601 の下位メニューを使って挿入することができます。分数(
2602 \series bold
2603
2604 \backslash
2605 frac
2606 \series default
2607 )と同様に、
2608 \series bold
2609
2610 \backslash
2611 binom
2612 \series default
2613 の他に、コマンド
2614 \series bold
2615
2616 \backslash
2617 dbinom
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 こまんど@コマンド ! D ! 
2623 \backslash
2624 dbinom
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \series default
2631 および
2632 \series bold
2633
2634 \backslash
2635 tbinom
2636 \series default
2637
2638 \begin_inset Index idx
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 こまんど@コマンド ! T ! 
2643 \backslash
2644 tbinom
2645 \end_layout
2646
2647 \end_inset
2648
2649 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2650 \series bold
2651
2652 \backslash
2653 brace
2654 \series default
2655
2656 \begin_inset Index idx
2657 status collapsed
2658
2659 \begin_layout Plain Layout
2660 こまんど@コマンド ! B ! 
2661 \backslash
2662 brace
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \series bold
2669
2670 \backslash
2671 brack
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 こまんど@コマンド ! B ! 
2679 \backslash
2680 brack
2681 \end_layout
2682
2683 \end_inset
2684
2685 があります。
2686 \end_layout
2687
2688 \begin_layout Standard
2689 \align center
2690 \begin_inset Tabular
2691 <lyxtabular version="3" rows="6" columns="2">
2692 <features tabularvalignment="middle">
2693 <column alignment="center" valignment="top" width="0pt">
2694 <column alignment="center" valignment="top" width="0pt">
2695 <row>
2696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700 コマンド
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709 出力
2710 \begin_inset Note Note
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 ここで
2715 \series bold
2716
2717 \backslash
2718 raisebox
2719 \series default
2720 はスペーサーとして使用しているだけです。
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 <row>
2732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736
2737 \backslash
2738 binom
2739 \begin_inset ERT
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743
2744
2745 \backslash
2746 spce 
2747 \end_layout
2748
2749 \end_inset
2750
2751 A
2752 \begin_inset Formula $\downarrow$
2753 \end_inset
2754
2755 B
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2765 \end_inset
2766
2767
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 </row>
2773 <row>
2774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778
2779 \backslash
2780 dbinom
2781 \begin_inset ERT
2782 status collapsed
2783
2784 \begin_layout Plain Layout
2785
2786
2787 \backslash
2788 spce 
2789 \end_layout
2790
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row>
2816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 tbinom
2823 \begin_inset ERT
2824 status collapsed
2825
2826 \begin_layout Plain Layout
2827
2828
2829 \backslash
2830 spce 
2831 \end_layout
2832
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \backslash
2864 brack
2865 \begin_inset ERT
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869
2870
2871 \backslash
2872 spce 
2873 \end_layout
2874
2875 \end_inset
2876
2877 A
2878 \begin_inset Formula $\downarrow$
2879 \end_inset
2880
2881 B
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 brace
2907 \begin_inset ERT
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911
2912
2913 \backslash
2914 spce 
2915 \end_layout
2916
2917 \end_inset
2918
2919 A
2920 \begin_inset Formula $\downarrow$
2921 \end_inset
2922
2923 B
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 </lyxtabular>
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \begin_layout Subsection
2949 場合分け
2950 \begin_inset Index idx
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954 ばあいわけ@場合分け
2955 \end_layout
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \begin_layout Standard
2963 \align center
2964 \begin_inset Tabular
2965 <lyxtabular version="3" rows="3" columns="2">
2966 <features tabularvalignment="middle">
2967 <column alignment="center" valignment="top" width="0pt">
2968 <column alignment="center" valignment="top" width="0pt">
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 コマンド
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 出力
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 <row>
2990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \backslash
2996 cases
2997 \begin_inset ERT
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001
3002
3003 \backslash
3004 spce 
3005 \end_layout
3006
3007 \end_inset
3008
3009 A
3010 \begin_inset Formula $\to$
3011 \end_inset
3012
3013 B
3014 \begin_inset Formula $>$
3015 \end_inset
3016
3017 0
3018 \begin_inset Index idx
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022 こまんど@コマンド ! C ! 
3023 \backslash
3024 cases
3025 \end_layout
3026
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\begin{cases}
3039 A & B>0\end{cases}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \backslash
3055 cases
3056 \begin_inset ERT
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060
3061
3062 \backslash
3063 spce 
3064 \end_layout
3065
3066 \end_inset
3067
3068
3069 \begin_inset Info
3070 type  "shortcut"
3071 arg   "newline-insert newline"
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 \begin_inset Formula $\begin{cases}
3084 A & \textrm{for }x>0\\
3085 B & \textrm{for }x=0
3086 \end{cases}$
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 </lyxtabular>
3096
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \begin_layout Standard
3103
3104 \series bold
3105
3106 \backslash
3107 cases
3108 \series default
3109 を挿入するか数式ツールバーボタン
3110 \begin_inset Graphics
3111         filename ../../images/math/cases.png
3112         scale 85
3113
3114 \end_inset
3115
3116 を使用した後では、短絡キー
3117 \begin_inset Info
3118 type  "shortcut"
3119 arg   "newline-insert newline"
3120 \end_inset
3121
3122 か表ツールバーボタン
3123 \begin_inset Graphics
3124         filename ../../images/tabular-feature_append-row.png
3125         scale 85
3126
3127 \end_inset
3128
3129 を使えば、新しい行を作ることができます。
3130 \end_layout
3131
3132 \begin_layout Standard
3133 コマンド
3134 \series bold
3135
3136 \backslash
3137 cases
3138 \series default
3139 は、
3140 \family sans
3141 挿入\SpecialChar \menuseparator
3142 数式\SpecialChar \menuseparator
3143 Cases環境
3144 \family default
3145 メニューで挿入することもできます。
3146 \end_layout
3147
3148 \begin_layout Subsection
3149 否定
3150 \begin_inset Index idx
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 ひてい@否定
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163
3164 \series bold
3165
3166 \backslash
3167 not
3168 \series default
3169
3170 \begin_inset Index idx
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174 こまんど@コマンド ! N ! 
3175 \backslash
3176 not
3177 \end_layout
3178
3179 \end_inset
3180
3181 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3182 \end_layout
3183
3184 \begin_layout Standard
3185 \align center
3186 \begin_inset Tabular
3187 <lyxtabular version="3" rows="4" columns="2">
3188 <features tabularvalignment="middle">
3189 <column alignment="center" valignment="top" width="0pt">
3190 <column alignment="center" valignment="top" width="0pt">
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 コマンド
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 出力
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \backslash
3218 not=
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 \begin_inset Formula $\not=$
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \backslash
3243 not 
3244 \backslash
3245 le
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 \begin_inset Formula $\not\le$
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row>
3264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \backslash
3270 not 
3271 \backslash
3272 parallel
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 \begin_inset Formula $\not\parallel$
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 </lyxtabular>
3291
3292 \end_inset
3293
3294
3295 \end_layout
3296
3297 \begin_layout Standard
3298 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "sub:数学記号"
3302
3303 \end_inset
3304
3305 節および第
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sec:関係子"
3309
3310 \end_inset
3311
3312 節を参照)。
3313 \end_layout
3314
3315 \begin_layout Subsection
3316 埋め草
3317 \begin_inset CommandInset label
3318 LatexCommand label
3319 name "sub:埋め草"
3320
3321 \end_inset
3322
3323
3324 \begin_inset Index idx
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328 うめくさ@埋め草
3329 \end_layout
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 かがくきごう@化学記号 ! どういたい@同位体
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 どういたい@同位体|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 化学記号
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \begin_inset Index idx
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 あいそとーぷ@アイソトープ|see
3381 \begin_inset ERT
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385
3386 {
3387 \end_layout
3388
3389 \end_inset
3390
3391 同位体
3392 \begin_inset ERT
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396
3397 }
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \end_inset
3406
3407
3408 \end_layout
3409
3410 \begin_layout Standard
3411 たとえば同位体
3412 \begin_inset Foot
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 同位体と化学記号の組版に関しては、第
3417 \begin_inset CommandInset ref
3418 LatexCommand ref
3419 reference "sub:化学記号と化学式"
3420
3421 \end_inset
3422
3423 節に記述があります。
3424 \end_layout
3425
3426 \end_inset
3427
3428 を表示しようとすると、次のような問題が起こります。
3429 \end_layout
3430
3431 \begin_layout Standard
3432 \align center
3433 \begin_inset Tabular
3434 <lyxtabular version="3" rows="2" columns="2">
3435 <features tabularvalignment="middle">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <column alignment="center" valignment="top" width="0pt">
3438 <row>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 上付き文字と下付き文字を使用して作った指数:
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 正しい指数:
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3476 \end_inset
3477
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 </lyxtabular>
3485
3486 \end_inset
3487
3488
3489 \begin_inset Note Note
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 ここで
3494 \series bold
3495
3496 \backslash
3497 raisebox
3498 \series default
3499 はスペーサーとして使用しているだけです。
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3509 \series bold
3510
3511 \backslash
3512 phantom
3513 \series default
3514
3515 \begin_inset Index idx
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519 こまんど@コマンド ! P ! 
3520 \backslash
3521 phantom
3522 \end_layout
3523
3524 \end_inset
3525
3526 や数式ツールバーボタン
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 ツールバーボタン
3532 \begin_inset Graphics
3533         filename ../../images/math/space.png
3534         scale 85
3535
3536 \end_inset
3537
3538 の下位メニューに入っています。
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \begin_inset Graphics
3545         filename ../../images/math/phantom.png
3546         scale 85
3547
3548 \end_inset
3549
3550 があります。
3551 \series bold
3552
3553 \backslash
3554 phantom
3555 \series default
3556 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3557 ち文字)として適用されることを示しています。したがって、
3558 \series bold
3559
3560 \backslash
3561 phantom
3562 \series default
3563 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3564 \end_layout
3565
3566 \begin_layout Standard
3567 \align center
3568 \begin_inset Tabular
3569 <lyxtabular version="3" rows="4" columns="2">
3570 <features tabularvalignment="middle">
3571 <column alignment="center" valignment="top" width="0">
3572 <column alignment="center" valignment="top" width="0">
3573 <row>
3574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 コマンド
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 出力
3588 \begin_inset Note Note
3589 status collapsed
3590
3591 \begin_layout Plain Layout
3592 ここで
3593 \series bold
3594
3595 \backslash
3596 raisebox
3597 \series default
3598 はスペーサーとして使用しているだけです。
3599 \end_layout
3600
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 ^19
3615 \begin_inset ERT
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620
3621 \backslash
3622 spce 
3623 \end_layout
3624
3625 \end_inset
3626
3627 _
3628 \backslash
3629 phantom
3630 \begin_inset ERT
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634
3635
3636 \backslash
3637 spce 
3638 \end_layout
3639
3640 \end_inset
3641
3642 1
3643 \begin_inset Formula $\to$
3644 \end_inset
3645
3646 9
3647 \begin_inset ERT
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651
3652
3653 \backslash
3654 spce 
3655 \end_layout
3656
3657 \end_inset
3658
3659 F
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3669 \end_inset
3670
3671
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 ^235
3683 \begin_inset ERT
3684 status collapsed
3685
3686 \begin_layout Plain Layout
3687
3688
3689 \backslash
3690 spce 
3691 \end_layout
3692
3693 \end_inset
3694
3695 _
3696 \backslash
3697 phantom
3698 \begin_inset ERT
3699 status collapsed
3700
3701 \begin_layout Plain Layout
3702
3703
3704 \backslash
3705 spce 
3706 \end_layout
3707
3708 \end_inset
3709
3710 23
3711 \begin_inset Formula $\to$
3712 \end_inset
3713
3714 9
3715 \begin_inset ERT
3716 status collapsed
3717
3718 \begin_layout Plain Layout
3719
3720
3721 \backslash
3722 spce 
3723 \end_layout
3724
3725 \end_inset
3726
3727 F
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3737 \end_inset
3738
3739
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \backslash
3752 Lambda^
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 spce 
3761 \end_layout
3762
3763 \end_inset
3764
3765
3766 \backslash
3767 phantom
3768 \begin_inset ERT
3769 status collapsed
3770
3771 \begin_layout Plain Layout
3772
3773
3774 \backslash
3775 spce 
3776 \end_layout
3777
3778 \end_inset
3779
3780 ii
3781 \begin_inset Formula $\to$
3782 \end_inset
3783
3784 t
3785 \begin_inset ERT
3786 status collapsed
3787
3788 \begin_layout Plain Layout
3789
3790
3791 \backslash
3792 spce 
3793 \end_layout
3794
3795 \end_inset
3796
3797 _MMt
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3807 \end_inset
3808
3809
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 </lyxtabular>
3816
3817 \end_inset
3818
3819
3820 \end_layout
3821
3822 \begin_layout Standard
3823 さらに、
3824 \series bold
3825
3826 \backslash
3827 vphantom
3828 \series default
3829
3830 \begin_inset Index idx
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834 こまんど@コマンド ! V ! 
3835 \backslash
3836 vphantom
3837 \end_layout
3838
3839 \end_inset
3840
3841 (ツールバーボタン
3842 \begin_inset space ~
3843 \end_inset
3844
3845
3846 \begin_inset Graphics
3847         filename ../../images/math/vphantom.png
3848         scale 85
3849
3850 \end_inset
3851
3852 )および
3853 \series bold
3854
3855 \backslash
3856 hphantom
3857 \series default
3858
3859 \begin_inset Index idx
3860 status collapsed
3861
3862 \begin_layout Plain Layout
3863 こまんど@コマンド ! H ! 
3864 \backslash
3865 hphantom
3866 \end_layout
3867
3868 \end_inset
3869
3870 (ツールバーボタン
3871 \begin_inset space ~
3872 \end_inset
3873
3874
3875 \begin_inset Graphics
3876         filename ../../images/math/hphantom.png
3877         scale 85
3878
3879 \end_inset
3880
3881 )というコマンドもあります。
3882 \series bold
3883
3884 \backslash
3885 vphantom
3886 \series default
3887 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3888 \series bold
3889
3890 \backslash
3891 hphantom
3892 \series default
3893 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3894 \end_layout
3895
3896 \begin_layout Standard
3897 たとえば、
3898 \series bold
3899
3900 \backslash
3901 vphantom
3902 \series default
3903
3904 \begin_inset ERT
3905 status collapsed
3906
3907 \begin_layout Plain Layout
3908
3909
3910 \backslash
3911 spce 
3912 \end_layout
3913
3914 \end_inset
3915
3916
3917 \series bold
3918 a
3919 \backslash
3920 int
3921 \series default
3922 は、積分記号
3923 \begin_inset Foot
3924 status collapsed
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929
3930 \backslash
3931 int
3932 \series default
3933 コマンドは、積分記号を生成します。第
3934 \begin_inset CommandInset ref
3935 LatexCommand ref
3936 reference "sub:大演算子"
3937
3938 \end_inset
3939
3940 節を参照してください。
3941 \end_layout
3942
3943 \end_inset
3944
3945 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3946 \begin_inset CommandInset ref
3947 LatexCommand ref
3948 reference "sub:多行にわたる括弧"
3949
3950 \end_inset
3951
3952 節を参照してください。
3953 \end_layout
3954
3955 \begin_layout Standard
3956 埋め草は、メニュー
3957 \family sans
3958 挿入\SpecialChar \menuseparator
3959 整形\SpecialChar \menuseparator
3960 埋め草
3961 \family default
3962 を使えば、以下のように本文中でも使用することができます。
3963 \end_layout
3964
3965 \begin_layout Standard
3966 これは本文です。
3967 \begin_inset Newline newline
3968 \end_inset
3969
3970
3971 \begin_inset Phantom Phantom
3972 status open
3973
3974 \begin_layout Plain Layout
3975 これは
3976 \end_layout
3977
3978 \end_inset
3979
3980 本文です。
3981 \end_layout
3982
3983 \begin_layout Subsection
3984 横線
3985 \begin_inset Index idx
3986 status collapsed
3987
3988 \begin_layout Plain Layout
3989 よこせん@横線
3990 \end_layout
3991
3992 \end_inset
3993
3994
3995 \begin_inset Index idx
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999 すうしき@数式 ! かせん@下線
4000 \end_layout
4001
4002 \end_inset
4003
4004
4005 \begin_inset Index idx
4006 status collapsed
4007
4008 \begin_layout Plain Layout
4009 ぼうせん@棒線|see
4010 \begin_inset ERT
4011 status collapsed
4012
4013 \begin_layout Plain Layout
4014
4015 {
4016 \end_layout
4017
4018 \end_inset
4019
4020 横線
4021 \begin_inset ERT
4022 status collapsed
4023
4024 \begin_layout Plain Layout
4025
4026 }
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \end_layout
4033
4034 \end_inset
4035
4036
4037 \end_layout
4038
4039 \begin_layout Standard
4040 \align center
4041 \begin_inset Tabular
4042 <lyxtabular version="3" rows="4" columns="2">
4043 <features tabularvalignment="middle">
4044 <column alignment="center" valignment="top" width="0pt">
4045 <column alignment="center" valignment="top" width="0pt">
4046 <row>
4047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051 コマンド
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 出力
4061 \begin_inset Note Note
4062 status collapsed
4063
4064 \begin_layout Plain Layout
4065 ここで
4066 \series bold
4067
4068 \backslash
4069 raisebox
4070 \series default
4071 はスペーサーとして使用しているだけです。
4072 \end_layout
4073
4074 \end_inset
4075
4076
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 </row>
4082 <row>
4083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087
4088 \backslash
4089 overline
4090 \begin_inset ERT
4091 status collapsed
4092
4093 \begin_layout Plain Layout
4094
4095
4096 \backslash
4097 spce 
4098 \end_layout
4099
4100 \end_inset
4101
4102 A+B
4103 \begin_inset Index idx
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107 こまんど@コマンド ! O ! 
4108 \backslash
4109 overline
4110 \end_layout
4111
4112 \end_inset
4113
4114
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4124 \end_inset
4125
4126
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \backslash
4139 underline
4140 \begin_inset ERT
4141 status collapsed
4142
4143 \begin_layout Plain Layout
4144
4145
4146 \backslash
4147 spce 
4148 \end_layout
4149
4150 \end_inset
4151
4152 A+B
4153 \begin_inset Index idx
4154 status collapsed
4155
4156 \begin_layout Plain Layout
4157 こまんど@コマンド ! U ! 
4158 \backslash
4159 underline
4160 \end_layout
4161
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4174 \end_inset
4175
4176
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \backslash
4189 overline
4190 \begin_inset ERT
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194
4195
4196 \backslash
4197 spce 
4198 \end_layout
4199
4200 \end_inset
4201
4202
4203 \backslash
4204 underline
4205 \begin_inset ERT
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209
4210
4211 \backslash
4212 spce 
4213 \end_layout
4214
4215 \end_inset
4216
4217 A+B
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 </lyxtabular>
4236
4237 \end_inset
4238
4239
4240 \end_layout
4241
4242 \begin_layout Standard
4243 上記最後の例では、先に
4244 \series bold
4245
4246 \backslash
4247 overline
4248 \series default
4249 が来ようが
4250 \series bold
4251
4252 \backslash
4253 underline
4254 \series default
4255 が来ようが、関係ありません。
4256 \end_layout
4257
4258 \begin_layout Standard
4259 二重下線を引くには、
4260 \series bold
4261
4262 \backslash
4263 underline
4264 \series default
4265 を二回使います。
4266 \end_layout
4267
4268 \begin_layout Standard
4269 文字の上下6本の線まで引くことができます。
4270 \end_layout
4271
4272 \begin_layout Standard
4273 \begin_inset VSpace bigskip
4274 \end_inset
4275
4276 自製の線は、以下の書式を持つ
4277 \series bold
4278
4279 \backslash
4280 rule
4281 \series default
4282
4283 \begin_inset Index idx
4284 status collapsed
4285
4286 \begin_layout Plain Layout
4287 こまんど@こまんど ! R ! 
4288 \backslash
4289 rule
4290 \end_layout
4291
4292 \end_inset
4293
4294 コマンドで作成することができます。
4295 \end_layout
4296
4297 \begin_layout Standard
4298
4299 \series bold
4300
4301 \backslash
4302 rule[垂直オフセット幅]{長さ}{厚み}
4303 \end_layout
4304
4305 \begin_layout Standard
4306 オプションの
4307 \series bold
4308 「垂直オフセット幅
4309 \series default
4310 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4311 \begin_inset CommandInset ref
4312 LatexCommand ref
4313 reference "tab:使用できる単位"
4314
4315 \end_inset
4316
4317 表に掲げてある単位を用いることができます。以下に、
4318 \begin_inset Newline newline
4319 \end_inset
4320
4321
4322 \series bold
4323
4324 \backslash
4325 rule[-2ex]{3cm}{2pt}
4326 \series default
4327  および 
4328 \series bold
4329
4330 \backslash
4331 rule{2cm}{1pt}
4332 \begin_inset Newline newline
4333 \end_inset
4334
4335
4336 \series default
4337 というコマンドを用いて作成したふたつの例を例示します。
4338 \end_layout
4339
4340 \begin_layout Standard
4341 この行には、
4342 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4343 \end_inset
4344
4345 二本の線があります。
4346 \end_layout
4347
4348 \begin_layout Standard
4349
4350 \backslash
4351 ruleは、メニュー
4352 \family sans
4353 挿入\SpecialChar \menuseparator
4354 整形\SpecialChar \menuseparator
4355 水平線
4356 \family default
4357 を使っても、本文に挿入することができます。
4358 \end_layout
4359
4360 \begin_layout Standard
4361 これは一行の
4362 \begin_inset CommandInset line
4363 LatexCommand rule
4364 offset "0.5ex"
4365 width "3cm"
4366 height "1pt"
4367
4368 \end_inset
4369
4370 文章です。
4371 \end_layout
4372
4373 \begin_layout Subsection
4374 省略符号
4375 \begin_inset CommandInset label
4376 LatexCommand label
4377 name "sub:省略符号"
4378
4379 \end_inset
4380
4381
4382 \begin_inset Index idx
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 しょうりゃくふごう@省略符号
4387 \end_layout
4388
4389 \end_inset
4390
4391
4392 \end_layout
4393
4394 \begin_layout Standard
4395 省略符号には、いくつかの種類が使用できます
4396 \begin_inset Foot
4397 status collapsed
4398
4399 \begin_layout Plain Layout
4400 数式ツールバー中の
4401 \begin_inset Graphics
4402         filename ../../images/math/ldots.png
4403         scale 85
4404
4405 \end_inset
4406
4407 ボタンで表示されている下位メニューです。
4408 \end_layout
4409
4410 \end_inset
4411
4412 。列挙のためには、ベースラインの点々(
4413 \series bold
4414
4415 \backslash
4416 ldots
4417 \series default
4418
4419 \begin_inset Index idx
4420 status collapsed
4421
4422 \begin_layout Plain Layout
4423 こまんど@コマンド ! L ! 
4424 \backslash
4425 ldots
4426 \end_layout
4427
4428 \end_inset
4429
4430 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4431 \series bold
4432
4433 \backslash
4434 cdots
4435 \series default
4436
4437 \begin_inset Index idx
4438 status collapsed
4439
4440 \begin_layout Plain Layout
4441 こまんど@コマンド ! C ! 
4442 \backslash
4443 cdots
4444 \end_layout
4445
4446 \end_inset
4447
4448 )が必要です。
4449 \series bold
4450
4451 \backslash
4452 dots
4453 \series default
4454
4455 \begin_inset Index idx
4456 status collapsed
4457
4458 \begin_layout Plain Layout
4459 こまんど@コマンド ! D ! 
4460 \backslash
4461 dots
4462 \end_layout
4463
4464 \end_inset
4465
4466 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4467 \end_layout
4468
4469 \begin_layout Standard
4470 \align center
4471 \begin_inset Tabular
4472 <lyxtabular version="3" rows="9" columns="2">
4473 <features tabularvalignment="middle">
4474 <column alignment="center" valignment="top" width="0pt">
4475 <column alignment="center" valignment="top" width="0pt">
4476 <row>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 コマンド
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 出力
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 A_1
4502 \begin_inset ERT
4503 status collapsed
4504
4505 \begin_layout Plain Layout
4506
4507
4508 \backslash
4509 spce 
4510 \end_layout
4511
4512 \end_inset
4513
4514 ,
4515 \backslash
4516 dots
4517 \begin_inset ERT
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521
4522
4523 \backslash
4524 spce 
4525 \end_layout
4526
4527 \end_inset
4528
4529 ,A_n
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 \begin_inset Formula $A_{1},\dots,A_{n}$
4539 \end_inset
4540
4541
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 </row>
4547 <row>
4548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 A_1
4553 \begin_inset ERT
4554 status collapsed
4555
4556 \begin_layout Plain Layout
4557
4558
4559 \backslash
4560 spce 
4561 \end_layout
4562
4563 \end_inset
4564
4565 +
4566 \backslash
4567 dots
4568 \begin_inset ERT
4569 status collapsed
4570
4571 \begin_layout Plain Layout
4572
4573
4574 \backslash
4575 spce 
4576 \end_layout
4577
4578 \end_inset
4579
4580 +A_n
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 \begin_inset Formula $A_{1}+\dots+A_{n}$
4590 \end_inset
4591
4592
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 A_1
4604 \begin_inset ERT
4605 status collapsed
4606
4607 \begin_layout Plain Layout
4608
4609
4610 \backslash
4611 spce 
4612 \end_layout
4613
4614 \end_inset
4615
4616 ,
4617 \backslash
4618 ldots
4619 \begin_inset ERT
4620 status collapsed
4621
4622 \begin_layout Plain Layout
4623
4624
4625 \backslash
4626 spce 
4627 \end_layout
4628
4629 \end_inset
4630
4631 ,A_n
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 \begin_inset Formula $A_{1},\ldots,A_{n}$
4641 \end_inset
4642
4643
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 A_1
4655 \begin_inset ERT
4656 status collapsed
4657
4658 \begin_layout Plain Layout
4659
4660
4661 \backslash
4662 spce 
4663 \end_layout
4664
4665 \end_inset
4666
4667 +
4668 \backslash
4669 cdots
4670 \begin_inset ERT
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674
4675
4676 \backslash
4677 spce 
4678 \end_layout
4679
4680 \end_inset
4681
4682 +A_n
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4692 \end_inset
4693
4694
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \backslash
4707 vdots
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 \begin_inset Formula $\vdots$
4717 \end_inset
4718
4719
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \backslash
4732 ddots
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 \begin_inset Formula $\ddots$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \backslash
4757 iddots
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 \begin_inset Formula $\iddots$
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 いろいろな点々を使った3×3行列
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 \begin_inset Formula $\begin{array}{ccc}
4790 A_{11} & \cdots & A_{1m}\\
4791 \vdots & \ddots & \vdots\\
4792 A_{n1} & \cdots & A_{nm}
4793 \end{array}$
4794 \end_inset
4795
4796
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 </lyxtabular>
4803
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810
4811 \family sans
4812 挿入\SpecialChar \menuseparator
4813 省略符号
4814 \family default
4815 メニューで挿入される省略符号は
4816 \series bold
4817
4818 \backslash
4819 ldots
4820 \series default
4821 です。
4822 \end_layout
4823
4824 \begin_layout Standard
4825 \begin_inset VSpace medskip
4826 \end_inset
4827
4828
4829 \series bold
4830
4831 \backslash
4832 iddots
4833 \series default
4834 を使うには、文書設定の
4835 \family sans
4836 数式オプション
4837 \family default
4838 にある
4839 \family sans
4840 mathdotsパッケージを(自動的に)使う
4841 \family default
4842 オプションのうちいずれかを有効にしなくてはなりません。
4843 \begin_inset Newline newline
4844 \end_inset
4845
4846
4847 \family sans
4848 mathdotsパッケージを使う
4849 \family default
4850 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4851 \end_layout
4852
4853 \begin_layout Standard
4854 \begin_inset VSpace medskip
4855 \end_inset
4856
4857 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4858 \series bold
4859
4860 \backslash
4861 hdotsfor
4862 \series default
4863
4864 \begin_inset Index idx
4865 status collapsed
4866
4867 \begin_layout Plain Layout
4868 こまんど@コマンド ! H ! 
4869 \backslash
4870 hdotsfor
4871 \end_layout
4872
4873 \end_inset
4874
4875 コマンドで作ることができます。
4876 \end_layout
4877
4878 \begin_layout Standard
4879
4880 \series bold
4881
4882 \backslash
4883 hdotsfor[距離]{列数}
4884 \end_layout
4885
4886 \begin_layout Standard
4887 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4888 \end_layout
4889
4890 \begin_layout Standard
4891 以下の行列では、2行目の1つ目の枠に
4892 \series bold
4893
4894 \backslash
4895 hdotsfor[2]{4}
4896 \series default
4897 を挿入して、
4898 \series bold
4899
4900 \backslash
4901 dots
4902 \series default
4903 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4904 \begin_inset Formula 
4905 \[
4906 \left(\begin{array}{cccc}
4907 A & B & C & D\\
4908 \hdotsfor[2]{4}\\
4909 q & w & e & r
4910 \end{array}\right)
4911 \]
4912
4913 \end_inset
4914
4915 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4916 \end_layout
4917
4918 \begin_layout Standard
4919 \begin_inset VSpace bigskip
4920 \end_inset
4921
4922 さらに、
4923 \series bold
4924
4925 \backslash
4926 dotfill
4927 \series default
4928
4929 \begin_inset Index idx
4930 status collapsed
4931
4932 \begin_layout Plain Layout
4933 こまんど@コマンド ! D ! 
4934 \backslash
4935 dotfill
4936 \end_layout
4937
4938 \end_inset
4939
4940 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4941 \series bold
4942
4943 \backslash
4944 hfill
4945 \series default
4946 と同様のものです。第
4947 \begin_inset CommandInset ref
4948 LatexCommand ref
4949 reference "sub:可変長の空白"
4950
4951 \end_inset
4952
4953 節をご参照下さい。
4954 \end_layout
4955
4956 \begin_layout Standard
4957 たとえば、
4958 \series bold
4959 A
4960 \backslash
4961 dotfill
4962 \begin_inset ERT
4963 status collapsed
4964
4965 \begin_layout Plain Layout
4966
4967
4968 \backslash
4969 spce 
4970 \end_layout
4971
4972 \end_inset
4973
4974 B
4975 \series default
4976 コマンドは、
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset Formula $A\dotfill B$
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \begin_layout Standard
4987 のようになります。点々を使う
4988 \series bold
4989
4990 \backslash
4991 dotfill
4992 \series default
4993 の直線版として、
4994 \series bold
4995
4996 \backslash
4997 hrulefill
4998 \series default
4999
5000 \begin_inset Index idx
5001 status collapsed
5002
5003 \begin_layout Plain Layout
5004 こまんど@コマンド ! H ! 
5005 \backslash
5006 hrulefill
5007 \end_layout
5008
5009 \end_inset
5010
5011
5012 \end_layout
5013
5014 \begin_layout Standard
5015 \begin_inset Formula $A\hrulefill B$
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \begin_layout Standard
5022 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5023 \end_layout
5024
5025 \begin_layout Section
5026 行列
5027 \begin_inset CommandInset label
5028 LatexCommand label
5029 name "sec:行列"
5030
5031 \end_inset
5032
5033
5034 \begin_inset Index idx
5035 status collapsed
5036
5037 \begin_layout Plain Layout
5038 ぎょうれつ@行列
5039 \end_layout
5040
5041 \end_inset
5042
5043
5044 \end_layout
5045
5046 \begin_layout Standard
5047 行列は、数式ツールバーボタンの
5048 \begin_inset Graphics
5049         filename ../../images/dialog-show_mathmatrix.png
5050         scale 85
5051
5052 \end_inset
5053
5054
5055 \family sans
5056 挿入\SpecialChar \menuseparator
5057 数式\SpecialChar \menuseparator
5058 行列
5059 \family default
5060 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5061 \end_layout
5062
5063 \begin_layout Standard
5064 最初の行列は「上」配置
5065 \begin_inset Formula $\begin{array}[t]{cccc}
5066 A & D & G & J\\
5067 B & E & H & K\\
5068 C & F & I & L
5069 \end{array}$
5070 \end_inset
5071
5072 で、二番目は「中央」配置
5073 \begin_inset Formula $\begin{array}{cccc}
5074 A & D & G & J\\
5075 B & E & H & K\\
5076 C & F & I & L
5077 \end{array}$
5078 \end_inset
5079
5080 、三番目は「下」配置
5081 \begin_inset Formula $\begin{array}[b]{cccc}
5082 A & D & G & J\\
5083 B & E & H & K\\
5084 C & F & I & L
5085 \end{array}$
5086 \end_inset
5087
5088 です。
5089 \end_layout
5090
5091 \begin_layout Standard
5092 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5093 \emph on
5094 l
5095 \emph default
5096 は左寄せ、
5097 \emph on
5098 c
5099 \emph default
5100 は中央揃え、
5101 \emph on
5102 r
5103 \emph default
5104 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
5105 \series bold
5106 ×
5107 \series default
5108 4行列を作成するには、水平配置のところに
5109 \series bold
5110 lccr
5111 \series default
5112 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5113 \series bold
5114 c
5115 \series default
5116 です。
5117 \end_layout
5118
5119 \begin_layout Standard
5120 水平行列の例です。
5121 \end_layout
5122
5123 \begin_layout Standard
5124
5125 \series bold
5126 lll
5127 \series default
5128  : 
5129 \begin_inset Formula $\begin{array}{lll}
5130 10000 & D & G\\
5131 B & 10000 & H\\
5132 C & F & 10000
5133 \end{array}$
5134 \end_inset
5135
5136  , 
5137 \series bold
5138 ccc
5139 \series default
5140  : 
5141 \begin_inset Formula $\begin{array}{ccc}
5142 10000 & D & G\\
5143 B & 10000 & H\\
5144 C & F & 10000
5145 \end{array}$
5146 \end_inset
5147
5148  , 
5149 \series bold
5150 rrr
5151 \series default
5152  : 
5153 \begin_inset Formula $\begin{array}{rrr}
5154 10000 & D & G\\
5155 B & 10000 & H\\
5156 C & F & 10000
5157 \end{array}$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5165 \begin_inset Graphics
5166         filename ../../images/tabular-feature_append-row.png
5167         scale 85
5168
5169 \end_inset
5170
5171
5172 \begin_inset Graphics
5173         filename ../../images/tabular-feature_delete-row.png
5174         scale 85
5175
5176 \end_inset
5177
5178 などや
5179 \family sans
5180 編集\SpecialChar \menuseparator
5181 行と列
5182 \family default
5183 メニューを使用することができます。また、行は
5184 \begin_inset Info
5185 type  "shortcut"
5186 arg   "newline-insert newline"
5187 \end_inset
5188
5189 で作成することもできます。
5190 \end_layout
5191
5192 \begin_layout Standard
5193 \begin_inset VSpace bigskip
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \begin_layout Standard
5200
5201 \family sans
5202 装飾
5203 \family default
5204 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5205 \series bold
5206
5207 \backslash
5208 left
5209 \series default
5210
5211 \begin_inset Index idx
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215 こまんど@コマンド ! L ! 
5216 \backslash
5217 left
5218 \end_layout
5219
5220 \end_inset
5221
5222 コマンドや
5223 \series bold
5224
5225 \backslash
5226 right
5227 \series default
5228
5229 \begin_inset Index idx
5230 status collapsed
5231
5232 \begin_layout Plain Layout
5233 こまんど@コマンド ! R ! 
5234 \backslash
5235 right
5236 \end_layout
5237
5238 \end_inset
5239
5240 コマンドで作成することもできます(短絡キー
5241 \family sans
5242 Alt+M
5243 \begin_inset space ~
5244 \end_inset
5245
5246 括弧
5247 \family default
5248 )。第
5249 \begin_inset CommandInset ref
5250 LatexCommand ref
5251 reference "sub:自動の括弧丈"
5252
5253 \end_inset
5254
5255 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5256 \begin_inset VSpace medskip
5257 \end_inset
5258
5259
5260 \end_layout
5261
5262 \begin_layout Standard
5263 \begin_inset space \hfill{}
5264 \end_inset
5265
5266
5267 \begin_inset Tabular
5268 <lyxtabular version="3" rows="4" columns="2">
5269 <features tabularvalignment="middle">
5270 <column alignment="center" valignment="top" width="0">
5271 <column alignment="center" valignment="top" width="0">
5272 <row>
5273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 コマンド
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 出力
5287 \begin_inset Note Note
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291 ここで
5292 \series bold
5293
5294 \backslash
5295 raisebox
5296 \series default
5297 はスペーサーとして使用しているだけです。
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \backslash
5315 bmatrix
5316 \begin_inset ERT
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320
5321
5322 \backslash
5323 spce 
5324 \end_layout
5325
5326 \end_inset
5327
5328 2
5329 \series bold
5330 ×
5331 \series default
5332 2行列
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5342 0 & \textrm{-}\mathrm{i}\\
5343 \mathrm{i} & 0
5344 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 </row>
5353 <row>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \backslash
5360 Bmatrix
5361 \begin_inset ERT
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365
5366
5367 \backslash
5368 spce 
5369 \end_layout
5370
5371 \end_inset
5372
5373 2
5374 \series bold
5375 ×
5376 \series default
5377 2行列
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5387 0 & \textrm{-}\mathrm{i}\\
5388 \mathrm{i} & 0
5389 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5390 \end_inset
5391
5392
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \backslash
5405 pmatrix
5406 \begin_inset ERT
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410
5411
5412 \backslash
5413 spce 
5414 \end_layout
5415
5416 \end_inset
5417
5418 2
5419 \series bold
5420 ×
5421 \series default
5422 2行列
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5432 0 & \textrm{-}\mathrm{i}\\
5433 \mathrm{i} & 0
5434 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5435 \end_inset
5436
5437
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 </lyxtabular>
5444
5445 \end_inset
5446
5447
5448 \begin_inset space \hfill{}
5449 \end_inset
5450
5451
5452 \begin_inset Tabular
5453 <lyxtabular version="3" rows="4" columns="2">
5454 <features tabularvalignment="middle">
5455 <column alignment="center" valignment="top" width="0">
5456 <column alignment="center" valignment="top" width="0">
5457 <row>
5458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 コマンド
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 出力
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 </row>
5477 <row>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482
5483 \backslash
5484 vmatrix
5485 \begin_inset ERT
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489
5490
5491 \backslash
5492 spce 
5493 \end_layout
5494
5495 \end_inset
5496
5497 2
5498 \series bold
5499 ×
5500 \series default
5501 2行列
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5511 0 & \textrm{-}\mathrm{i}\\
5512 \mathrm{i} & 0
5513 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527
5528 \backslash
5529 Vmatrix
5530 \begin_inset ERT
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534
5535
5536 \backslash
5537 spce 
5538 \end_layout
5539
5540 \end_inset
5541
5542 2
5543 \series bold
5544 ×
5545 \series default
5546 2行列
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5556 0 & \textrm{-}\mathrm{i}\\
5557 \mathrm{i} & 0
5558 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \backslash
5574 matrix
5575 \begin_inset ERT
5576 status collapsed
5577
5578 \begin_layout Plain Layout
5579
5580
5581 \backslash
5582 spce 
5583 \end_layout
5584
5585 \end_inset
5586
5587 2
5588 \series bold
5589 ×
5590 \series default
5591 2行列
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5601 0 & \textrm{-}\mathrm{i}\\
5602 \mathrm{i} & 0
5603 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 </lyxtabular>
5613
5614 \end_inset
5615
5616
5617 \begin_inset space \hfill{}
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \begin_layout Standard
5624 \begin_inset VSpace medskip
5625 \end_inset
5626
5627 たとえば
5628 \series bold
5629
5630 \backslash
5631 vmatrix
5632 \series default
5633 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5634 \end_layout
5635
5636 \begin_layout Standard
5637 \begin_inset VSpace bigskip
5638 \end_inset
5639
5640 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5641 \begin_inset CommandInset ref
5642 LatexCommand ref
5643 reference "sub:列間"
5644
5645 \end_inset
5646
5647 節に説明されている距離
5648 \series bold
5649
5650 \backslash
5651 arraycolsep
5652 \series default
5653
5654 \begin_inset Index idx
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 こまんど@コマンド ! A ! 
5659 \backslash
5660 arraycolsep
5661 \end_layout
5662
5663 \end_inset
5664
5665 をここでも使用することができます。
5666 \end_layout
5667
5668 \begin_layout Standard
5669 行間隔を変更するには、
5670 \series bold
5671
5672 \backslash
5673 arraystretch
5674 \series default
5675
5676 \begin_inset Index idx
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 こまんど@コマンド ! A ! 
5681 \backslash
5682 arraystretch
5683 \end_layout
5684
5685 \end_inset
5686
5687 コマンドを使用します。以下のようにして使用します。
5688 \end_layout
5689
5690 \begin_layout Standard
5691
5692 \series bold
5693
5694 \backslash
5695 renewcommand{
5696 \backslash
5697 arraystretch}{伸長因子}
5698 \begin_inset Index idx
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702 こまんど@コマンド ! R ! 
5703 \backslash
5704 renewcommand
5705 \end_layout
5706
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \begin_layout Standard
5713
5714 \series bold
5715
5716 \backslash
5717 renewcommand
5718 \series default
5719 コマンドは、伸長因子を定義済みの
5720 \series bold
5721
5722 \backslash
5723 arraystretch
5724 \series default
5725 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5726 は、
5727 \series bold
5728
5729 \backslash
5730 arraystretch
5731 \series default
5732 に因子1を割り当てて下さい。
5733 \end_layout
5734
5735 \begin_layout Standard
5736 本文行中に行列を入れるには、
5737 \series bold
5738
5739 \backslash
5740 smallmatrix
5741 \series default
5742
5743 \begin_inset Index idx
5744 status collapsed
5745
5746 \begin_layout Plain Layout
5747 こまんど@コマンド ! S ! 
5748 \backslash
5749 smallmatrix
5750 \end_layout
5751
5752 \end_inset
5753
5754 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5755 \end_layout
5756
5757 \begin_layout Standard
5758 これは、本文行中の行列
5759 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5760 C & D
5761 \end{smallmatrix}\right)$
5762 \end_inset
5763
5764 です。
5765 \end_layout
5766
5767 \begin_layout Section
5768 括弧と区分記号
5769 \begin_inset Index idx
5770 status collapsed
5771
5772 \begin_layout Plain Layout
5773 かっこ@括弧
5774 \end_layout
5775
5776 \end_inset
5777
5778
5779 \begin_inset Index idx
5780 status collapsed
5781
5782 \begin_layout Plain Layout
5783 くぶんきごう@区分記号
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \begin_layout Subsection
5792 垂直括弧と区分記号
5793 \begin_inset Index idx
5794 status collapsed
5795
5796 \begin_layout Plain Layout
5797 かっこ@括弧 ! すいちょく@垂直
5798 \end_layout
5799
5800 \end_inset
5801
5802
5803 \end_layout
5804
5805 \begin_layout Standard
5806 \begin_inset space \hfill{}
5807 \end_inset
5808
5809
5810 \begin_inset Tabular
5811 <lyxtabular version="3" rows="9" columns="2">
5812 <features tabularvalignment="middle">
5813 <column alignment="center" valignment="top" width="0pt">
5814 <column alignment="center" valignment="top" width="0pt">
5815 <row>
5816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 コマンド
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 出力
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 (
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 \begin_inset Formula $($
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 {
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $\{$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 [
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 \begin_inset Formula $[$
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 </row>
5904 <row>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909
5910 \backslash
5911 langle
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 \begin_inset Formula $\langle$
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \backslash
5936 lceil
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\lceil$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 lfloor
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\lfloor$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 /
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $/$
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 <row>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 \begin_inset Formula $|$
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 \begin_inset Formula $|$
6020 \end_inset
6021
6022
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 </row>
6028 </lyxtabular>
6029
6030 \end_inset
6031
6032
6033 \begin_inset space \hfill{}
6034 \end_inset
6035
6036
6037 \begin_inset Tabular
6038 <lyxtabular version="3" rows="9" columns="2">
6039 <features tabularvalignment="middle">
6040 <column alignment="center" valignment="top" width="0pt">
6041 <column alignment="center" valignment="top" width="0pt">
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 コマンド
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 出力
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 </row>
6062 <row>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 )
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 \begin_inset Formula $)$
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 </row>
6085 <row>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 }
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 \begin_inset Formula $\}$
6100 \end_inset
6101
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 </row>
6108 <row>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 ]
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 \begin_inset Formula $]$
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \backslash
6138 rangle
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 \begin_inset Formula $\rangle$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \backslash
6163 rceil
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Formula $\rceil$
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186
6187 \backslash
6188 rfloor
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 \begin_inset Formula $\rfloor$
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \backslash
6213
6214 \backslash
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 \begin_inset Formula $\backslash$
6225 \end_inset
6226
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 </row>
6233 <row>
6234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \backslash
6240
6241 \begin_inset Formula $|$
6242 \end_inset
6243
6244
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 \begin_inset Formula $\|$
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 </lyxtabular>
6263
6264 \end_inset
6265
6266
6267 \begin_inset space \hfill{}
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \begin_inset Note Greyedout
6275 status open
6276
6277 \begin_layout Plain Layout
6278
6279 \series bold
6280 (注意)
6281 \series default
6282 TeXモードでは、
6283 \backslash
6284
6285 \backslash
6286 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6287 \series bold
6288
6289 \backslash
6290 textbackslash
6291 \series default
6292
6293 \begin_inset Index idx
6294 status collapsed
6295
6296 \begin_layout Plain Layout
6297 こまんど@コマンド! T ! 
6298 \backslash
6299 textbackslash
6300 \end_layout
6301
6302 \end_inset
6303
6304 を使わなくてはなりません。
6305 \end_layout
6306
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \begin_layout Standard
6313 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6314 \series bold
6315
6316 \backslash
6317 langle
6318 \series default
6319
6320 \series bold
6321
6322 \backslash
6323 rangle
6324 \series default
6325 コマンドを使用せずに
6326 \begin_inset Formula $<$
6327 \end_inset
6328
6329
6330 \begin_inset Formula $>$
6331 \end_inset
6332
6333 の文字を直接使用することができます。
6334 \end_layout
6335
6336 \begin_layout Subsubsection
6337 手動の括弧丈
6338 \begin_inset CommandInset label
6339 LatexCommand label
6340 name "sub:手動の括弧丈"
6341
6342 \end_inset
6343
6344
6345 \begin_inset Index idx
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349 かっこたけ@括弧丈 ! しゅどう@手動
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Standard
6358 括弧の丈は、LaTeXコマンドの
6359 \series bold
6360
6361 \backslash
6362 big
6363 \series default
6364
6365 \begin_inset Index idx
6366 status collapsed
6367
6368 \begin_layout Plain Layout
6369 こまんど@コマンド ! B ! 
6370 \backslash
6371 big
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \series bold
6378
6379 \backslash
6380 Big
6381 \series default
6382
6383 \series bold
6384
6385 \backslash
6386 bigg
6387 \series default
6388 および
6389 \series bold
6390
6391 \backslash
6392 Bigg
6393 \series default
6394 を使って、手動で指定することができます。
6395 \series bold
6396
6397 \backslash
6398 big
6399 \series default
6400 が最小の大きさであり、
6401 \series bold
6402
6403 \backslash
6404 Bigg
6405 \series default
6406 が最大の括弧丈になります。
6407 \end_layout
6408
6409 \begin_layout Standard
6410 これらのコマンドは、括弧の階層を強調するのに使われます。
6411 \end_layout
6412
6413 \begin_layout Standard
6414 \align center
6415 \begin_inset Tabular
6416 <lyxtabular version="3" rows="2" columns="2">
6417 <features tabularvalignment="middle">
6418 <column alignment="center" valignment="top" width="0pt">
6419 <column alignment="center" valignment="top" width="0pt">
6420 <row>
6421 <cell alignment="center" valignment="top" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 すべての括弧が同じ大きさ:
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 こちらの方が良い:
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 </lyxtabular>
6467
6468 \end_inset
6469
6470
6471 \begin_inset Note Note
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475 ここで
6476 \series bold
6477
6478 \backslash
6479 raisebox
6480 \series default
6481 はスペーサーとして使用しているだけです。
6482 \end_layout
6483
6484 \end_inset
6485
6486
6487 \end_layout
6488
6489 \begin_layout Standard
6490 二つ目の数式では、
6491 \series bold
6492
6493 \backslash
6494 Big((A+B)(A-B)
6495 \backslash
6496 Big)^
6497 \begin_inset ERT
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501
6502
6503 \backslash
6504 spce 
6505 \end_layout
6506
6507 \end_inset
6508
6509 C
6510 \series default
6511 というコマンドが使われています。
6512 \end_layout
6513
6514 \begin_layout Standard
6515 以下は、すべての括弧丈の羅列です。
6516 \end_layout
6517
6518 \begin_layout Standard
6519 \align center
6520
6521 \backslash
6522 Bigg(
6523 \backslash
6524 exp
6525 \backslash
6526 bigg
6527 \begin_inset Formula $<$
6528 \end_inset
6529
6530
6531 \backslash
6532 Big[
6533 \backslash
6534 big{
6535 \backslash
6536 ln(3x)
6537 \backslash
6538 big}^2
6539 \begin_inset ERT
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543
6544
6545 \backslash
6546 spce 
6547 \end_layout
6548
6549 \end_inset
6550
6551
6552 \backslash
6553 sin(x)
6554 \backslash
6555 Big]^
6556 \begin_inset ERT
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560
6561
6562 \backslash
6563 spce 
6564 \end_layout
6565
6566 \end_inset
6567
6568 A
6569 \begin_inset ERT
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573
6574
6575 \backslash
6576 spce 
6577 \end_layout
6578
6579 \end_inset
6580
6581
6582 \backslash
6583 bigg
6584 \begin_inset Formula $>$
6585 \end_inset
6586
6587
6588 \backslash
6589 Bigg)^0,5
6590 \end_layout
6591
6592 \begin_layout Standard
6593 \align center
6594 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \begin_layout Standard
6601
6602 \series bold
6603
6604 \backslash
6605 big
6606 \series default
6607 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6608 \series bold
6609
6610 \backslash
6611 bigm
6612 \series default
6613
6614 \begin_inset Index idx
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 こまんど@コマンド ! B ! 
6619 \backslash
6620 bigm
6621 \end_layout
6622
6623 \end_inset
6624
6625 という派生型と、空白を追加しない
6626 \series bold
6627
6628 \backslash
6629 bigl
6630 \series default
6631 -
6632 \series bold
6633
6634 \backslash
6635 bigr
6636 \series default
6637
6638 \begin_inset Index idx
6639 status collapsed
6640
6641 \begin_layout Plain Layout
6642 こまんど@コマンド ! B ! 
6643 \backslash
6644 bigl - 
6645 \backslash
6646 bigr
6647 \end_layout
6648
6649 \end_inset
6650
6651 派生型があります。
6652 \series bold
6653
6654 \backslash
6655 bigl
6656 \series default
6657 コマンドの最後の
6658 \emph on
6659 l
6660 \emph default
6661 は、左括弧であることを示し、右括弧の場合には、
6662 \emph on
6663 l
6664 \emph default
6665 の代わりに
6666 \emph on
6667 r
6668 \emph default
6669 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6670 \end_layout
6671
6672 \begin_layout Standard
6673 以下の表は、これらの派生型の比較です。
6674 \end_layout
6675
6676 \begin_layout Standard
6677 \align center
6678 \begin_inset Tabular
6679 <lyxtabular version="3" rows="5" columns="2">
6680 <features tabularvalignment="middle">
6681 <column alignment="center" valignment="middle" width="0">
6682 <column alignment="center" valignment="middle" width="0">
6683 <row>
6684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 コマンド
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 出力
6698 \begin_inset Note Note
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702 ここで
6703 \series bold
6704
6705 \backslash
6706 raisebox
6707 \series default
6708 はスペーサーとして使用しているだけです。
6709 \end_layout
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \backslash
6726 Bigm(
6727 \backslash
6728 bigm(
6729 \backslash
6730 ln(3x)
6731 \backslash
6732 bigm)^2
6733 \series bold
6734
6735 \begin_inset ERT
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739
6740
6741 \backslash
6742 spce 
6743 \end_layout
6744
6745 \end_inset
6746
6747
6748 \series default
6749
6750 \backslash
6751 Bigm)
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 </row>
6769 <row>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774
6775 \backslash
6776 Big(
6777 \backslash
6778 big(
6779 \backslash
6780 ln(3x)
6781 \backslash
6782 big)^2
6783 \series bold
6784
6785 \begin_inset ERT
6786 status collapsed
6787
6788 \begin_layout Plain Layout
6789
6790
6791 \backslash
6792 spce 
6793 \end_layout
6794
6795 \end_inset
6796
6797
6798 \series default
6799
6800 \backslash
6801 Big)
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 </row>
6819 <row>
6820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824
6825 \backslash
6826 Bigl(
6827 \backslash
6828 bigl(
6829 \backslash
6830 ln(3x)
6831 \backslash
6832 bigr)^2
6833 \series bold
6834
6835 \begin_inset ERT
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839
6840
6841 \backslash
6842 spce 
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \series default
6849
6850 \backslash
6851 Bigr)
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6861 \end_inset
6862
6863
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 </row>
6869 <row>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874
6875 \backslash
6876 bigl)
6877 \backslash
6878 ln(3x)
6879 \backslash
6880 bigr(
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6890 \end_inset
6891
6892
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 </lyxtabular>
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \begin_layout Subsubsection
6906 自動の括弧丈
6907 \begin_inset CommandInset label
6908 LatexCommand label
6909 name "sub:自動の括弧丈"
6910
6911 \end_inset
6912
6913
6914 \begin_inset Index idx
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918 かっこたけ@括弧丈 ! じどう@自動
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \begin_layout Standard
6927 可変の丈を持つ括弧は、
6928 \series bold
6929
6930 \backslash
6931 left
6932 \series default
6933
6934 \begin_inset Index idx
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938 こまんど@コマンド ! L ! 
6939 \backslash
6940 left
6941 \end_layout
6942
6943 \end_inset
6944
6945 コマンドおよび
6946 \series bold
6947
6948 \backslash
6949 right
6950 \series default
6951
6952 \begin_inset Index idx
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956 こまんど@コマンド ! R ! 
6957 \backslash
6958 right
6959 \end_layout
6960
6961 \end_inset
6962
6963 コマンド、あるいは数式ツールバーボタンの
6964 \begin_inset Graphics
6965         filename ../../images/dialog-show_mathdelimiter.png
6966         scale 85
6967
6968 \end_inset
6969
6970 で挿入することができます。
6971 \series bold
6972
6973 \backslash
6974 left
6975 \series default
6976 および
6977 \series bold
6978
6979 \backslash
6980 right
6981 \series default
6982 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6983 \end_layout
6984
6985 \begin_layout Standard
6986 \align center
6987 通常の括弧:
6988 \series bold
6989
6990 \backslash
6991 ln(
6992 \backslash
6993 frac
6994 \begin_inset ERT
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998
6999
7000 \backslash
7001 spce 
7002 \end_layout
7003
7004 \end_inset
7005
7006 A
7007 \begin_inset Formula $\downarrow$
7008 \end_inset
7009
7010 C
7011 \begin_inset ERT
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015
7016
7017 \backslash
7018 spce 
7019 \end_layout
7020
7021 \end_inset
7022
7023 )
7024 \series default
7025 というコマンドは
7026 \begin_inset Formula 
7027 \[
7028 \ln(\frac{A}{C})
7029 \]
7030
7031 \end_inset
7032
7033 を生成します。
7034 \end_layout
7035
7036 \begin_layout Standard
7037 \align center
7038 複数行の括弧:
7039 \series bold
7040
7041 \backslash
7042 ln
7043 \backslash
7044 left(
7045 \backslash
7046 frac
7047 \begin_inset ERT
7048 status collapsed
7049
7050 \begin_layout Plain Layout
7051
7052
7053 \backslash
7054 spce 
7055 \end_layout
7056
7057 \end_inset
7058
7059 A
7060 \begin_inset Formula $\downarrow$
7061 \end_inset
7062
7063 C
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 spce 
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \backslash
7078 right)
7079 \series default
7080 というコマンドは
7081 \begin_inset Formula 
7082 \[
7083 \ln\left(\frac{A}{C}\right)
7084 \]
7085
7086 \end_inset
7087
7088 を生成します。
7089 \end_layout
7090
7091 \begin_layout Standard
7092
7093 \series bold
7094
7095 \backslash
7096 left
7097 \series default
7098
7099 \series bold
7100
7101 \backslash
7102 right
7103 \series default
7104 の代わりに、短絡キー
7105 \family sans
7106 Alt+M
7107 \begin_inset space ~
7108 \end_inset
7109
7110 括弧
7111 \family default
7112 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7113 \begin_inset Newline newline
7114 \end_inset
7115
7116 すると、先ほどの例を作るコマンドは
7117 \series bold
7118
7119 \backslash
7120 ln Alt+M
7121 \series default
7122  
7123 \series bold
7124 (
7125 \backslash
7126 frac
7127 \begin_inset ERT
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131
7132
7133 \backslash
7134 spce 
7135 \end_layout
7136
7137 \end_inset
7138
7139 A
7140 \begin_inset Formula $\downarrow$
7141 \end_inset
7142
7143 C
7144 \series default
7145 となります。
7146 \end_layout
7147
7148 \begin_layout Standard
7149 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7150 \series bold
7151
7152 \backslash
7153 left.
7154 \backslash
7155 frac
7156 \begin_inset ERT
7157 status collapsed
7158
7159 \begin_layout Plain Layout
7160
7161
7162 \backslash
7163 spce 
7164 \end_layout
7165
7166 \end_inset
7167
7168 A
7169 \begin_inset Formula $\downarrow$
7170 \end_inset
7171
7172 B
7173 \begin_inset ERT
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177
7178
7179 \backslash
7180 spce 
7181 \end_layout
7182
7183 \end_inset
7184
7185
7186 \backslash
7187 right}
7188 \series default
7189 というコマンドは
7190 \series bold
7191
7192 \begin_inset Formula 
7193 \[
7194 \left.\frac{A}{B}\right\} 
7195 \]
7196
7197 \end_inset
7198
7199
7200 \series default
7201 を生成します。
7202 \series bold
7203
7204 \backslash
7205 left
7206 \series default
7207 コマンドおよび
7208 \series bold
7209
7210 \backslash
7211 right
7212 \series default
7213 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7214 \end_layout
7215
7216 \begin_layout Standard
7217 \begin_inset VSpace bigskip
7218 \end_inset
7219
7220 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7221 \series bold
7222
7223 \backslash
7224 middle
7225 \series default
7226
7227 \begin_inset Index idx
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231 こまんど@コマンド ! M ! 
7232 \backslash
7233 middle
7234 \end_layout
7235
7236 \end_inset
7237
7238 コマンドも使用することができます
7239 \begin_inset Foot
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243
7244 \series bold
7245 (訳註)
7246 \series default
7247 pLaTeXでは、標準では
7248 \series bold
7249
7250 \backslash
7251 middle
7252 \series default
7253 コマンドは使えません。よって、以下の例では「
7254 \series bold
7255
7256 \backslash
7257 middle
7258 \series default
7259
7260 \begin_inset Formula $|$
7261 \end_inset
7262
7263 」の代わりに「
7264 \series bold
7265
7266 \backslash
7267 biggm
7268 \series default
7269
7270 \begin_inset Formula $|$
7271 \end_inset
7272
7273 」を用いています。
7274 \end_layout
7275
7276 \end_inset
7277
7278 。このコマンドでは、物理ベクトル
7279 \begin_inset Formula 
7280 \[
7281 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7282 \]
7283
7284 \end_inset
7285
7286 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7287 \begin_inset CommandInset ref
7288 LatexCommand ref
7289 reference "sub:物理ベクトル"
7290
7291 \end_inset
7292
7293 節に説明されているように特殊なLaTeXパッケージがあります。
7294 \end_layout
7295
7296 \begin_layout Subsection
7297 水平括弧
7298 \begin_inset Index idx
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302 かっこ@括弧 ! すいへい@水平
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \begin_layout Standard
7311 \align center
7312 \begin_inset Tabular
7313 <lyxtabular version="3" rows="4" columns="2">
7314 <features tabularvalignment="middle">
7315 <column alignment="center" valignment="top" width="0pt">
7316 <column alignment="center" valignment="top" width="0pt">
7317 <row>
7318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 コマンド
7323 \begin_inset Note Note
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327 ここで
7328 \series bold
7329
7330 \backslash
7331 raisebox
7332 \series default
7333 はスペーサーとして使用しているだけです。
7334 \end_layout
7335
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 出力
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 </row>
7353 <row>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 raisebox{2.3mm}{
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \backslash
7372 overbrace
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385 A+B
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398 ^
7399 \begin_inset ERT
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403
7404
7405 \backslash
7406 spce 
7407 \end_layout
7408
7409 \end_inset
7410
7411 3
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417 }
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \begin_inset Index idx
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 こまんど@コマンド ! O ! 
7428 \backslash
7429 overbrace
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 \begin_inset Formula $\overbrace{A+B}^{3}$
7444 \end_inset
7445
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 </row>
7452 <row>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 \begin_inset ERT
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461
7462
7463 \backslash
7464 raisebox{-2.2mm}{
7465 \end_layout
7466
7467 \end_inset
7468
7469
7470 \backslash
7471 underbrace
7472 \begin_inset ERT
7473 status collapsed
7474
7475 \begin_layout Plain Layout
7476
7477
7478 \backslash
7479 spce 
7480 \end_layout
7481
7482 \end_inset
7483
7484 A+B
7485 \begin_inset ERT
7486 status collapsed
7487
7488 \begin_layout Plain Layout
7489
7490
7491 \backslash
7492 spce 
7493 \end_layout
7494
7495 \end_inset
7496
7497 _5
7498 \begin_inset ERT
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502
7503 }
7504 \end_layout
7505
7506 \end_inset
7507
7508
7509 \begin_inset Index idx
7510 status collapsed
7511
7512 \begin_layout Plain Layout
7513 こまんど@コマンド ! U ! 
7514 \backslash
7515 underbrace
7516 \end_layout
7517
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 \begin_inset Formula $\underbrace{A+B}_{5}$
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \backslash
7545 overbrace
7546 \begin_inset ERT
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550
7551
7552 \backslash
7553 spce 
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \backslash
7560 underbrace
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 spce 
7569 \end_layout
7570
7571 \end_inset
7572
7573 A+B_w
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 \begin_inset ERT
7588 status collapsed
7589
7590 \begin_layout Plain Layout
7591
7592
7593 \backslash
7594 spce 
7595 \end_layout
7596
7597 \end_inset
7598
7599 _7
7600 \begin_inset ERT
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604
7605
7606 \backslash
7607 spce 
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \begin_inset ERT
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617
7618
7619 \backslash
7620 spce 
7621 \end_layout
7622
7623 \end_inset
7624
7625 ^
7626 \begin_inset ERT
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630
7631
7632 \backslash
7633 spce 
7634 \end_layout
7635
7636 \end_inset
7637
7638 C
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 </lyxtabular>
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 最後の例では、
7665 \series bold
7666
7667 \backslash
7668 overbrace
7669 \series default
7670 が先に挿入されようが
7671 \series bold
7672
7673 \backslash
7674 underbrace
7675 \series default
7676 が先に挿入されようが代わりはありません。
7677 \end_layout
7678
7679 \begin_layout Standard
7680 \begin_inset VSpace bigskip
7681 \end_inset
7682
7683 括弧をお互いに重ねる必要がある場合には、第
7684 \begin_inset CommandInset ref
7685 LatexCommand ref
7686 reference "sec:多行数式"
7687
7688 \end_inset
7689
7690 節に説明されているように、次のような多行数式を使わなくてはなりません。
7691 \begin_inset Formula 
7692 \begin{eqnarray*}
7693 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7694  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7695 \end{eqnarray*}
7696
7697 \end_inset
7698
7699 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7700 \begin_inset Foot
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704 空白コマンドは第
7705 \begin_inset CommandInset ref
7706 LatexCommand ref
7707 reference "sub:定義済みの空白"
7708
7709 \end_inset
7710
7711 章に説明があります。
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \series bold
7718
7719 \backslash
7720 :
7721 \series default
7722 を最初の
7723 \begin_inset Formula $d$
7724 \end_inset
7725
7726 の前に挿入しておくことが重要です。さもないと、
7727 \begin_inset Formula $q$
7728 \end_inset
7729
7730 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7731 \begin_inset Foot
7732 status collapsed
7733
7734 \begin_layout Plain Layout
7735 これは、括弧が文字として取り扱われないためです。第
7736 \begin_inset CommandInset ref
7737 LatexCommand ref
7738 reference "sub:二項演算子"
7739
7740 \end_inset
7741
7742 章参照。
7743 \end_layout
7744
7745 \end_inset
7746
7747 ためです。二行目には、二つめの括弧が挿入されています。
7748 \begin_inset Formula $b$
7749 \end_inset
7750
7751 の直前から始まるようにするために、まず
7752 \series bold
7753
7754 \backslash
7755 hphantom{gggg+
7756 \backslash
7757 :}
7758 \series default
7759 というコマンド
7760 \begin_inset Foot
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766
7767 \backslash
7768 hphantom
7769 \series default
7770 に関する詳細は、第
7771 \begin_inset CommandInset ref
7772 LatexCommand ref
7773 reference "sub:埋め草"
7774
7775 \end_inset
7776
7777 章を参照してください。
7778 \end_layout
7779
7780 \end_inset
7781
7782 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7783 \series bold
7784
7785 \backslash
7786 hphantom{bbqq+dddd}
7787 \series default
7788 コマンドの下に置きます。
7789 \end_layout
7790
7791 \begin_layout Standard
7792 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7793 \begin_inset ERT
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797
7798
7799 \backslash
7800 setlength{
7801 \backslash
7802 jot}{-6pt}
7803 \end_layout
7804
7805 \end_inset
7806
7807
7808 \begin_inset Formula 
7809 \begin{eqnarray*}
7810  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7811 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7812 \end{eqnarray*}
7813
7814 \end_inset
7815
7816
7817 \begin_inset ERT
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821
7822
7823 \backslash
7824 setlength{
7825 \backslash
7826 jot}{3pt}
7827 \end_layout
7828
7829 \end_inset
7830
7831 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7832 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7833 \begin_inset Foot
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837 \begin_inset CommandInset href
7838 LatexCommand href
7839 name "LyX-bug #1505"
7840 target "http://www.lyx.org/trac/ticket/1505"
7841
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848
7849 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7850 \series bold
7851 setlength{
7852 \backslash
7853 jot}{-6pt}
7854 \series default
7855 というコマンドを入れて、大域的な数式行間
7856 \series bold
7857
7858 \backslash
7859 jot
7860 \series default
7861
7862 \begin_inset Index idx
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866 こまんど@コマンド ! J ! 
7867 \backslash
7868 jot
7869 \end_layout
7870
7871 \end_inset
7872
7873 を-6
7874 \begin_inset space \thinspace{}
7875 \end_inset
7876
7877 ptに変更しなくてはなりません。
7878 \series bold
7879
7880 \backslash
7881 jot
7882 \series default
7883 は、数式直後に同様のコマンドを使って標準値の3
7884 \begin_inset space \thinspace{}
7885 \end_inset
7886
7887 ptに戻します。数式中の行間について、詳しくは第
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "sub:行間"
7891
7892 \end_inset
7893
7894 章に説明があります。
7895 \end_layout
7896
7897 \begin_layout Section
7898 矢印
7899 \begin_inset Index idx
7900 status collapsed
7901
7902 \begin_layout Plain Layout
7903 やじるし@矢印
7904 \end_layout
7905
7906 \end_inset
7907
7908
7909 \end_layout
7910
7911 \begin_layout Standard
7912 矢印は、数式ツールバーボタンの
7913 \begin_inset Graphics
7914         filename ../../images/math/leftarrow.png
7915         scale 85
7916
7917 \end_inset
7918
7919 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7920 \end_layout
7921
7922 \begin_layout Subsection
7923 水平矢印
7924 \begin_inset Index idx
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928 やじるし@矢印 ! すいへい@水平
7929 \end_layout
7930
7931 \end_inset
7932
7933
7934 \end_layout
7935
7936 \begin_layout Standard
7937 \begin_inset space \hfill{}
7938 \end_inset
7939
7940
7941 \begin_inset Tabular
7942 <lyxtabular version="3" rows="8" columns="2">
7943 <features tabularvalignment="middle">
7944 <column alignment="center" valignment="top" width="0pt">
7945 <column alignment="center" valignment="top" width="0pt">
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 コマンド
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 出力
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \backslash
7973 gets
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 \begin_inset Formula $\gets$
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \backslash
7998 Leftarrow
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 \begin_inset Formula $\Leftarrow$
8008 \end_inset
8009
8010
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \backslash
8023 longleftarrow
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 \begin_inset Formula $\longleftarrow$
8033 \end_inset
8034
8035
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \backslash
8048 Longleftarrow
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 \begin_inset Formula $\Longleftarrow$
8058 \end_inset
8059
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \backslash
8073 leftharpoonup
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 \begin_inset Formula $\leftharpoonup$
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \backslash
8098 leftharpoondown
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 \begin_inset Formula $\leftharpoondown$
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \backslash
8123 hookleftarrow
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 \begin_inset Formula $\hookleftarrow$
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 </lyxtabular>
8142
8143 \end_inset
8144
8145
8146 \begin_inset space \hfill{}
8147 \end_inset
8148
8149
8150 \begin_inset Tabular
8151 <lyxtabular version="3" rows="8" columns="2">
8152 <features tabularvalignment="middle">
8153 <column alignment="center" valignment="top" width="0pt">
8154 <column alignment="center" valignment="top" width="0pt">
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 コマンド
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 出力
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \backslash
8182 to
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 \begin_inset Formula $\to$
8192 \end_inset
8193
8194
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \backslash
8207 Rightarrow
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 \begin_inset Formula $\Rightarrow$
8217 \end_inset
8218
8219
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \backslash
8232 longrightarrow
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 \begin_inset Formula $\longrightarrow$
8242 \end_inset
8243
8244
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \backslash
8257 Longrightarrow
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 \begin_inset Formula $\Longrightarrow$
8267 \end_inset
8268
8269
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \backslash
8282 rightharpoonup
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 \begin_inset Formula $\rightharpoonup$
8292 \end_inset
8293
8294
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 rightharpoondown
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\rightharpoondown$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 hookrightarrow
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\hookrightarrow$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 </lyxtabular>
8351
8352 \end_inset
8353
8354
8355 \begin_inset space \hfill{}
8356 \end_inset
8357
8358
8359 \end_layout
8360
8361 \begin_layout Standard
8362 \begin_inset space \hfill{}
8363 \end_inset
8364
8365
8366 \begin_inset Tabular
8367 <lyxtabular version="3" rows="6" columns="2">
8368 <features tabularvalignment="middle">
8369 <column alignment="center" valignment="top" width="0pt">
8370 <column alignment="center" valignment="top" width="0pt">
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 コマンド
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 出力
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \backslash
8398 leftrightarrow
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 \begin_inset Formula $\leftrightarrow$
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \backslash
8423 Leftrightarrow
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 \begin_inset Formula $\Leftrightarrow$
8433 \end_inset
8434
8435
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \backslash
8448 longleftrightarrow
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 \begin_inset Formula $\longleftrightarrow$
8458 \end_inset
8459
8460
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \backslash
8473 Longleftrightarrow
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 \begin_inset Formula $\Longleftrightarrow$
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \backslash
8498 rightleftharpoons
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 \begin_inset Formula $\rightleftharpoons$
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 </lyxtabular>
8517
8518 \end_inset
8519
8520
8521 \begin_inset space \hspace{}
8522 \length 25pt
8523 \end_inset
8524
8525
8526 \begin_inset space \hfill{}
8527 \end_inset
8528
8529
8530 \begin_inset Tabular
8531 <lyxtabular version="3" rows="5" columns="2">
8532 <features tabularvalignment="middle">
8533 <column alignment="center" valignment="top" width="0pt">
8534 <column alignment="center" valignment="top" width="0pt">
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 コマンド
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 出力
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \backslash
8562 mapsto
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 \begin_inset Formula $\mapsto$
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \backslash
8587 longmapsto
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 \begin_inset Formula $\longmapsto$
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \backslash
8612 leadsto
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 \begin_inset Formula $\leadsto$
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \backslash
8637 dasharrow
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 \begin_inset Formula $\dasharrow$
8647 \end_inset
8648
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 </lyxtabular>
8656
8657 \end_inset
8658
8659
8660 \begin_inset space \hfill{}
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \begin_layout Standard
8667 \begin_inset VSpace medskip
8668 \end_inset
8669
8670 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8671 \begin_inset CommandInset ref
8672 LatexCommand ref
8673 reference "sec:アクセント"
8674
8675 \end_inset
8676
8677 節に一覧があります。
8678 \end_layout
8679
8680 \begin_layout Standard
8681 \begin_inset VSpace bigskip
8682 \end_inset
8683
8684 さらに、ラベル付き矢印
8685 \begin_inset Index idx
8686 status collapsed
8687
8688 \begin_layout Plain Layout
8689 やじるし@矢印 ! らべるつき@ラベル付き
8690 \end_layout
8691
8692 \end_inset
8693
8694 として、
8695 \series bold
8696
8697 \backslash
8698 xleftarrow
8699 \series default
8700
8701 \begin_inset Index idx
8702 status collapsed
8703
8704 \begin_layout Plain Layout
8705 こまんど@コマンド ! X ! 
8706 \backslash
8707 xleftarrow
8708 \end_layout
8709
8710 \end_inset
8711
8712
8713 \series bold
8714
8715 \backslash
8716 xrightarrow
8717 \series default
8718
8719 \begin_inset Index idx
8720 status collapsed
8721
8722 \begin_layout Plain Layout
8723 こまんど@コマンド ! X ! 
8724 \backslash
8725 xrightarrow
8726 \begin_inset ERT
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730
8731
8732 \backslash
8733 vspace{4mm}
8734 \end_layout
8735
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \end_inset
8742
8743 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8744 ます。
8745 \end_layout
8746
8747 \begin_layout Standard
8748 \align center
8749 \begin_inset Tabular
8750 <lyxtabular version="3" rows="3" columns="2">
8751 <features tabularvalignment="middle">
8752 <column alignment="center" valignment="top" width="0pt">
8753 <column alignment="center" valignment="top" width="0pt">
8754 <row>
8755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 コマンド
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 出力
8769 \begin_inset Note Note
8770 status collapsed
8771
8772 \begin_layout Plain Layout
8773 ここで
8774 \series bold
8775
8776 \backslash
8777 raisebox
8778 \series default
8779 はスペーサーとして使用しているだけです。
8780 \end_layout
8781
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 F(a)
8796 \backslash
8797 xleftarrow
8798 \begin_inset ERT
8799 status collapsed
8800
8801 \begin_layout Plain Layout
8802
8803
8804 \backslash
8805 spce 
8806 \end_layout
8807
8808 \end_inset
8809
8810 x=a
8811 \begin_inset Formula $\downarrow$
8812 \end_inset
8813
8814 x
8815 \begin_inset Formula $>$
8816 \end_inset
8817
8818 0
8819 \begin_inset Formula $\to$
8820 \end_inset
8821
8822 F(x)
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 F(x)
8846 \backslash
8847 xrightarrow
8848 \begin_inset ERT
8849 status collapsed
8850
8851 \begin_layout Plain Layout
8852
8853
8854 \backslash
8855 spce 
8856 \end_layout
8857
8858 \end_inset
8859
8860 x=a
8861 \begin_inset Formula $\downarrow$
8862 \end_inset
8863
8864 x
8865 \begin_inset Formula $>$
8866 \end_inset
8867
8868 0
8869 \begin_inset Formula $\to$
8870 \end_inset
8871
8872 F(a)
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 </lyxtabular>
8891
8892 \end_inset
8893
8894
8895 \end_layout
8896
8897 \begin_layout Subsection
8898 垂直矢印および対角矢印
8899 \begin_inset Index idx
8900 status collapsed
8901
8902 \begin_layout Plain Layout
8903 やじるし@矢印 ! たいかく@対角
8904 \end_layout
8905
8906 \end_inset
8907
8908
8909 \begin_inset Index idx
8910 status collapsed
8911
8912 \begin_layout Plain Layout
8913 やじるし@矢印 ! すいちょく@垂直
8914 \end_layout
8915
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \begin_layout Standard
8922 \begin_inset space \hfill{}
8923 \end_inset
8924
8925
8926 \begin_inset Tabular
8927 <lyxtabular version="3" rows="7" columns="2">
8928 <features tabularvalignment="middle">
8929 <column alignment="center" valignment="top" width="0pt">
8930 <column alignment="center" valignment="top" width="0pt">
8931 <row>
8932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 コマンド
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 出力
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \backslash
8958 uparrow
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 \begin_inset Formula $\uparrow$
8968 \end_inset
8969
8970
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \backslash
8983 Uparrow
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 \begin_inset Formula $\Uparrow$
8993 \end_inset
8994
8995
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \backslash
9008 updownarrow
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 \begin_inset Formula $\updownarrow$
9018 \end_inset
9019
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \backslash
9033 Updownarrow
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 \begin_inset Formula $\Updownarrow$
9043 \end_inset
9044
9045
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \backslash
9058 Downarrow
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 \begin_inset Formula $\Downarrow$
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \backslash
9083 downarrow
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\downarrow$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 </lyxtabular>
9102
9103 \end_inset
9104
9105
9106 \begin_inset space \hfill{}
9107 \end_inset
9108
9109
9110 \begin_inset Tabular
9111 <lyxtabular version="3" rows="5" columns="2">
9112 <features tabularvalignment="middle">
9113 <column alignment="center" valignment="top" width="0pt">
9114 <column alignment="center" valignment="top" width="0pt">
9115 <row>
9116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 コマンド
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 出力
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \backslash
9142 nearrow
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 \begin_inset Formula $\nearrow$
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \backslash
9167 searrow
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 \begin_inset Formula $\searrow$
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 swarrow
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\swarrow$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 nwarrow
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\nwarrow$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 </lyxtabular>
9236
9237 \end_inset
9238
9239
9240 \begin_inset space \hfill{}
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \begin_layout Standard
9247 \begin_inset VSpace medskip
9248 \end_inset
9249
9250 垂直矢印は、第
9251 \begin_inset CommandInset ref
9252 LatexCommand ref
9253 reference "sub:手動の括弧丈"
9254
9255 \end_inset
9256
9257 節および第
9258 \begin_inset CommandInset ref
9259 LatexCommand ref
9260 reference "sub:自動の括弧丈"
9261
9262 \end_inset
9263
9264 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
9265 \end_layout
9266
9267 \begin_layout Section
9268 アクセント
9269 \begin_inset CommandInset label
9270 LatexCommand label
9271 name "sec:アクセント"
9272
9273 \end_inset
9274
9275
9276 \begin_inset Index idx
9277 status collapsed
9278
9279 \begin_layout Plain Layout
9280 あくせんと@アクセント
9281 \end_layout
9282
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \begin_layout Standard
9289 アクセントは、数式ツールバーボタンの
9290 \begin_inset Graphics
9291         filename ../../images/math/hat.png
9292         scale 85
9293
9294 \end_inset
9295
9296 か、以下の各小節に列挙してあるコマンドで入力することができます。
9297 \end_layout
9298
9299 \begin_layout Subsection
9300 一文字に付けるアクセント
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306
9307 \backslash
9308 texorpdfstring{
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \begin_inset Foot
9315 status collapsed
9316
9317 \begin_layout Plain Layout
9318 本文中のアクセントについては、第
9319 \begin_inset CommandInset ref
9320 LatexCommand ref
9321 reference "sub:文章中のアクセント"
9322
9323 \end_inset
9324
9325 節を参照。
9326 \end_layout
9327
9328 \end_inset
9329
9330
9331 \begin_inset ERT
9332 status collapsed
9333
9334 \begin_layout Plain Layout
9335
9336 }{}
9337 \end_layout
9338
9339 \end_inset
9340
9341
9342 \begin_inset Note Note
9343 status collapsed
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348
9349 \backslash
9350 texorpdfstring
9351 \series default
9352 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9353 \end_layout
9354
9355 \begin_layout Plain Layout
9356
9357 \series bold
9358
9359 \backslash
9360 texorpdfstring
9361 \series default
9362 についての詳細は、第
9363 \begin_inset CommandInset ref
9364 LatexCommand ref
9365 reference "sub:節見出し中の数式"
9366
9367 \end_inset
9368
9369 節にあります。
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \begin_inset CommandInset label
9376 LatexCommand label
9377 name "sub:一文字に付けるアクセント"
9378
9379 \end_inset
9380
9381
9382 \begin_inset Index idx
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9387 \end_layout
9388
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395 \begin_inset space \hfill{}
9396 \end_inset
9397
9398
9399 \begin_inset Tabular
9400 <lyxtabular version="3" rows="8" columns="2">
9401 <features tabularvalignment="middle">
9402 <column alignment="center" valignment="top" width="0pt">
9403 <column alignment="center" valignment="top" width="0pt">
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 コマンド
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 出力
9419 \begin_inset Note Note
9420 status collapsed
9421
9422 \begin_layout Plain Layout
9423 ここで
9424 \series bold
9425
9426 \backslash
9427 raisebox
9428 \series default
9429 はスペーサーとして使用しているだけです。
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \backslash
9447 dot
9448 \begin_inset ERT
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452
9453
9454 \backslash
9455 spce 
9456 \end_layout
9457
9458 \end_inset
9459
9460 A
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \backslash
9485 ddot
9486 \begin_inset ERT
9487 status collapsed
9488
9489 \begin_layout Plain Layout
9490
9491
9492 \backslash
9493 spce 
9494 \end_layout
9495
9496 \end_inset
9497
9498 A
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \backslash
9523 dddot
9524 \begin_inset ERT
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529
9530 \backslash
9531 spce 
9532 \end_layout
9533
9534 \end_inset
9535
9536 A
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9546 \end_inset
9547
9548
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \backslash
9561 ddddot
9562 \begin_inset ERT
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566
9567
9568 \backslash
9569 spce 
9570 \end_layout
9571
9572 \end_inset
9573
9574 A
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 vec
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605
9606 \backslash
9607 spce 
9608 \end_layout
9609
9610 \end_inset
9611
9612 A
9613 \begin_inset Index idx
9614 status collapsed
9615
9616 \begin_layout Plain Layout
9617
9618 \lang english
9619 Vectors
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \backslash
9649 bar
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655
9656 \backslash
9657 spce 
9658 \end_layout
9659
9660 \end_inset
9661
9662 A
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 mathring
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 spce 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 </lyxtabular>
9719
9720 \end_inset
9721
9722
9723 \begin_inset space \hfill{}
9724 \end_inset
9725
9726
9727 \begin_inset Tabular
9728 <lyxtabular version="3" rows="7" columns="2">
9729 <features tabularvalignment="middle">
9730 <column alignment="center" valignment="top" width="0pt">
9731 <column alignment="center" valignment="top" width="0pt">
9732 <row>
9733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 コマンド
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 出力
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 tilde
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 hat
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 spce 
9806 \end_layout
9807
9808 \end_inset
9809
9810 A
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 check
9836 \begin_inset ERT
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841
9842 \backslash
9843 spce 
9844 \end_layout
9845
9846 \end_inset
9847
9848 A
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \backslash
9873 acute
9874 \begin_inset ERT
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878
9879
9880 \backslash
9881 spce 
9882 \end_layout
9883
9884 \end_inset
9885
9886 A
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 grave
9912 \begin_inset ERT
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916
9917
9918 \backslash
9919 spce 
9920 \end_layout
9921
9922 \end_inset
9923
9924 A
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \backslash
9949 breve
9950 \begin_inset ERT
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955
9956 \backslash
9957 spce 
9958 \end_layout
9959
9960 \end_inset
9961
9962 A
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 </lyxtabular>
9981
9982 \end_inset
9983
9984
9985 \begin_inset space \hfill{}
9986 \end_inset
9987
9988
9989 \end_layout
9990
9991 \begin_layout Standard
9992 \begin_inset VSpace bigskip
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \begin_layout Standard
9999 \begin_inset ERT
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003
10004
10005 \backslash
10006 '{e}
10007 \end_layout
10008
10009 \end_inset
10010
10011 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10012 \begin_inset Index idx
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016 うむらうと@ウムラウト
10017 \end_layout
10018
10019 \end_inset
10020
10021 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10022 として取り扱います。
10023 \series bold
10024
10025 \backslash
10026 ddot
10027 \series default
10028 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10029 \end_layout
10030
10031 \begin_layout Standard
10032 \begin_inset VSpace -2mm
10033 \end_inset
10034
10035
10036 \end_layout
10037
10038 \begin_layout Standard
10039 \align center
10040 \begin_inset Tabular
10041 <lyxtabular version="3" rows="3" columns="2">
10042 <features tabularvalignment="middle">
10043 <column alignment="center" valignment="top" width="0">
10044 <column alignment="center" valignment="top" width="0">
10045 <row>
10046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 コマンド
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 出力
10060 \begin_inset Note Note
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064 ここで
10065 \series bold
10066
10067 \backslash
10068 raisebox
10069 \series default
10070 および0ポイント空白はスペーサーとして使用しているだけです。
10071 \end_layout
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Quotes grd
10087 \end_inset
10088
10089 i
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \lang ngerman
10100 \begin_inset space \hspace{}
10101 \length 0pt
10102 \end_inset
10103
10104
10105 \begin_inset Formula $"i$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \backslash
10121 ddot
10122 \begin_inset ERT
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126
10127
10128 \backslash
10129 spce 
10130 \end_layout
10131
10132 \end_inset
10133
10134 i
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10144 \end_inset
10145
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 </lyxtabular>
10153
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \begin_layout Standard
10160
10161 \series bold
10162
10163 \backslash
10164 ddot
10165 \series default
10166 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10167 \emph on
10168 数式中テキストでは使用できない
10169 \emph default
10170 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10171 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10172 \end_layout
10173
10174 \begin_layout Standard
10175 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10176 \end_layout
10177
10178 \begin_layout Subsection
10179 複数の文字に付けるアクセント
10180 \begin_inset Index idx
10181 status collapsed
10182
10183 \begin_layout Plain Layout
10184 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10185 \end_layout
10186
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \begin_layout Standard
10193 \begin_inset space \hfill{}
10194 \end_inset
10195
10196
10197 \begin_inset Tabular
10198 <lyxtabular version="3" rows="5" columns="2">
10199 <features tabularvalignment="middle">
10200 <column alignment="center" valignment="top" width="0pt">
10201 <column alignment="center" valignment="top" width="0pt">
10202 <row>
10203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 コマンド
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 出力
10217 \begin_inset Note Note
10218 status collapsed
10219
10220 \begin_layout Plain Layout
10221 ここで
10222 \series bold
10223
10224 \backslash
10225 raisebox
10226 \series default
10227 はスペーサーとして使用しているだけです。
10228 \end_layout
10229
10230 \end_inset
10231
10232
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \backslash
10245 overleftarrow
10246 \begin_inset ERT
10247 status collapsed
10248
10249 \begin_layout Plain Layout
10250
10251
10252 \backslash
10253 spce 
10254 \end_layout
10255
10256 \end_inset
10257
10258 A=B
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \backslash
10283 underleftarrow
10284 \begin_inset ERT
10285 status collapsed
10286
10287 \begin_layout Plain Layout
10288
10289
10290 \backslash
10291 spce 
10292 \end_layout
10293
10294 \end_inset
10295
10296 A=B
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10306 \end_inset
10307
10308
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \backslash
10321 overleftrightarrow
10322 \begin_inset ERT
10323 status collapsed
10324
10325 \begin_layout Plain Layout
10326
10327
10328 \backslash
10329 spce 
10330 \end_layout
10331
10332 \end_inset
10333
10334 A=B
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10344 \end_inset
10345
10346
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \backslash
10359 underleftrightarrow
10360 \begin_inset ERT
10361 status collapsed
10362
10363 \begin_layout Plain Layout
10364
10365
10366 \backslash
10367 spce 
10368 \end_layout
10369
10370 \end_inset
10371
10372 A=B
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10382 \end_inset
10383
10384
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 </lyxtabular>
10391
10392 \end_inset
10393
10394
10395 \begin_inset space \hfill{}
10396 \end_inset
10397
10398
10399 \begin_inset Tabular
10400 <lyxtabular version="3" rows="5" columns="2">
10401 <features tabularvalignment="middle">
10402 <column alignment="center" valignment="top" width="0pt">
10403 <column alignment="center" valignment="top" width="0pt">
10404 <row>
10405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 コマンド
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 出力
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \backslash
10431 overrightarrow
10432 \begin_inset ERT
10433 status collapsed
10434
10435 \begin_layout Plain Layout
10436
10437
10438 \backslash
10439 spce 
10440 \end_layout
10441
10442 \end_inset
10443
10444 A=B
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 underrightarrow
10470 \begin_inset ERT
10471 status collapsed
10472
10473 \begin_layout Plain Layout
10474
10475
10476 \backslash
10477 spce 
10478 \end_layout
10479
10480 \end_inset
10481
10482 A=B
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10492 \end_inset
10493
10494
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \backslash
10507 widetilde
10508 \begin_inset ERT
10509 status collapsed
10510
10511 \begin_layout Plain Layout
10512
10513
10514 \backslash
10515 spce 
10516 \end_layout
10517
10518 \end_inset
10519
10520 A=B
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \backslash
10545 widehat
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 spce 
10554 \end_layout
10555
10556 \end_inset
10557
10558 A=B
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 </lyxtabular>
10577
10578 \end_inset
10579
10580
10581 \begin_inset space \hfill{}
10582 \end_inset
10583
10584
10585 \end_layout
10586
10587 \begin_layout Standard
10588 \begin_inset VSpace medskip
10589 \end_inset
10590
10591 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10592 \series bold
10593
10594 \backslash
10595 widetilde
10596 \series default
10597 および
10598 \series bold
10599
10600 \backslash
10601 widehat
10602 \series default
10603 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10604 \begin_inset Formula 
10605 \[
10606 \widetilde{A+B=C-D}
10607 \]
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Standard
10615 前小節で述べた
10616 \series bold
10617
10618 \backslash
10619 overset
10620 \series default
10621
10622 \begin_inset Index idx
10623 status collapsed
10624
10625 \begin_layout Plain Layout
10626 こまんど@コマンド ! O ! 
10627 \backslash
10628 overset
10629 \end_layout
10630
10631 \end_inset
10632
10633 コマンドと
10634 \series bold
10635
10636 \backslash
10637 underset
10638 \series default
10639
10640 \begin_inset Index idx
10641 status collapsed
10642
10643 \begin_layout Plain Layout
10644 こまんど@コマンド ! U ! 
10645 \backslash
10646 underset
10647 \end_layout
10648
10649 \end_inset
10650
10651 コマンドを使っても、複数の文字にアクセントを付けることができます。
10652 \series bold
10653
10654 \backslash
10655 underset
10656 \begin_inset ERT
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661
10662 \backslash
10663 spce 
10664 \end_layout
10665
10666 \end_inset
10667
10668 A=B
10669 \begin_inset Formula $\downarrow$
10670 \end_inset
10671
10672 ***
10673 \series default
10674 というコマンドは、
10675 \begin_inset Formula 
10676 \[
10677 \underset{***}{A=B}
10678 \]
10679
10680 \end_inset
10681
10682 のようになります。
10683 \end_layout
10684
10685 \begin_layout Section
10686 空白
10687 \begin_inset CommandInset label
10688 LatexCommand label
10689 name "sub:空白"
10690
10691 \end_inset
10692
10693
10694 \begin_inset Index idx
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698 くうはく@空白 ! すいへい@水平
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \begin_layout Subsection
10707 定義済みの空白
10708 \begin_inset CommandInset label
10709 LatexCommand label
10710 name "sub:定義済みの空白"
10711
10712 \end_inset
10713
10714
10715 \begin_inset Index idx
10716 status collapsed
10717
10718 \begin_layout Plain Layout
10719 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \begin_layout Standard
10728 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10729 \begin_inset Info
10730 type  "shortcut"
10731 arg   "space-insert protected"
10732 \end_inset
10733
10734 )を挿入することで実現できます。「
10735 \color blue
10736
10737 \begin_inset ERT
10738 status collapsed
10739
10740 \begin_layout Plain Layout
10741
10742
10743 \backslash
10744 spce 
10745 \end_layout
10746
10747 \end_inset
10748
10749
10750 \color inherit
10751 」が現れるので、
10752 \family sans
10753 Space
10754 \family default
10755 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10756 \begin_inset Graphics
10757         filename ../../images/math/space.png
10758         scale 85
10759
10760 \end_inset
10761
10762 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10763 \family sans
10764 Space
10765 \family default
10766 を押すことによって、長さを変更することができます。
10767 \end_layout
10768
10769 \begin_layout Standard
10770 \noindent
10771 \align center
10772 \begin_inset Tabular
10773 <lyxtabular version="3" rows="3" columns="7">
10774 <features tabularvalignment="middle">
10775 <column alignment="center" valignment="middle" width="6.8cm">
10776 <column alignment="center" valignment="top" width="0">
10777 <column alignment="center" valignment="top" width="0">
10778 <column alignment="center" valignment="top" width="0">
10779 <column alignment="center" valignment="top" width="0">
10780 <column alignment="center" valignment="top" width="0">
10781 <column alignment="center" valignment="top" width="0">
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 コマンド
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \backslash
10798 ,
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 :
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 ;
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \backslash
10831 quad
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \backslash
10842 qquad
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \backslash
10853 !
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 保護された空白を挿入したのち、
10865 \family sans
10866 Space
10867 \family default
10868 を叩く回数
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 0
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 1
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 2
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 3
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 4
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 5
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 出力
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $A\, B$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 \begin_inset Formula $A\: B$
10955 \end_inset
10956
10957
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 \begin_inset Formula $A\; B$
10967 \end_inset
10968
10969
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 \begin_inset Formula $A\quad B$
10979 \end_inset
10980
10981
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 \begin_inset Formula $A\qquad B$
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Formula $A\! B$
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 </lyxtabular>
11012
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Standard
11019 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11020 さの空白があります。
11021 \end_layout
11022
11023 \begin_layout Standard
11024 \align center
11025 \begin_inset Tabular
11026 <lyxtabular version="3" rows="3" columns="3">
11027 <features tabularvalignment="middle">
11028 <column alignment="center" valignment="middle" width="6.8cm">
11029 <column alignment="center" valignment="top" width="0pt">
11030 <column alignment="center" valignment="top" width="0pt">
11031 <row>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 コマンド
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \backslash
11047 negmedspace
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \backslash
11058 negthickspace
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 保護された空白を挿入したのち、
11070 \family sans
11071 Space
11072 \family default
11073 を叩く回数
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 6
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 7
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 </row>
11097 <row>
11098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 出力
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Formula $A\negmedspace B$
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 \begin_inset Formula $A\negthickspace B$
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 </lyxtabular>
11133
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \begin_layout Standard
11140 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11141 \end_layout
11142
11143 \begin_layout Standard
11144 \align center
11145 \begin_inset Tabular
11146 <lyxtabular version="3" rows="3" columns="2">
11147 <features tabularvalignment="middle">
11148 <column alignment="center" valignment="top" width="0">
11149 <column alignment="center" valignment="top" width="0">
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 コマンド
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 出力
11165 \begin_inset Note Note
11166 status collapsed
11167
11168 \begin_layout Plain Layout
11169 ここで
11170 \series bold
11171
11172 \backslash
11173 raisebox
11174 \series default
11175 はスペーサーとして使用しているだけです。
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 sum
11194 \backslash
11195 sum
11196 \begin_inset ERT
11197 status collapsed
11198
11199 \begin_layout Plain Layout
11200
11201
11202 \backslash
11203 spce 
11204 \end_layout
11205
11206 \end_inset
11207
11208 f_kl
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \backslash
11233 sum
11234 \backslash
11235 negmedspace
11236 \backslash
11237 sum
11238 \begin_inset ERT
11239 status collapsed
11240
11241 \begin_layout Plain Layout
11242
11243
11244 \backslash
11245 spce 
11246 \end_layout
11247
11248 \end_inset
11249
11250 f_kl
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11260 \end_inset
11261
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Standard
11276 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \align center
11281 \begin_inset Tabular
11282 <lyxtabular version="3" rows="2" columns="2">
11283 <features tabularvalignment="middle">
11284 <column alignment="center" valignment="top" width="0pt">
11285 <column alignment="center" valignment="top" width="0pt">
11286 <row>
11287 <cell alignment="center" valignment="top" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 通常の数式
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 \begin_inset Formula $A=B$
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 <row>
11310 <cell alignment="center" valignment="top" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Note Note
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318 ここで
11319 \series bold
11320
11321 \backslash
11322 raisebox
11323 \series default
11324 はスペーサーとして使用しているだけです。
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \begin_inset Formula $\raisebox{5mm}{}$
11331 \end_inset
11332
11333 空白なしの数式
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Formula $A{=}B$
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 </lyxtabular>
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Standard
11359 \noindent
11360 二行目の数式を作るコマンドは、
11361 \series bold
11362 A
11363 \backslash
11364 {=
11365 \begin_inset Formula $\to$
11366 \end_inset
11367
11368 B
11369 \series default
11370 です。
11371 \end_layout
11372
11373 \begin_layout Standard
11374 \begin_inset VSpace bigskip
11375 \end_inset
11376
11377 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11378 整形\SpecialChar \menuseparator
11379 小空白メニュー(短
11380 絡キー
11381 \begin_inset Info
11382 type  "shortcut"
11383 arg   "space-insert thin"
11384 \end_inset
11385
11386 )で、最小の空白を挿入することができます。
11387 \end_layout
11388
11389 \begin_layout Standard
11390 違いを示す例を以下に掲げます。
11391 \end_layout
11392
11393 \begin_layout Standard
11394 \begin_inset Tabular
11395 <lyxtabular version="3" rows="2" columns="2">
11396 <features tabularvalignment="middle">
11397 <column alignment="left" valignment="top" width="0">
11398 <column alignment="left" valignment="top" width="0">
11399 <row>
11400 <cell alignment="center" valignment="top" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 24 kW
11405 \begin_inset Formula $\cdot$
11406 \end_inset
11407
11408 h
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 値と単位のあいだに通常の空白を入れた例
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 24
11429 \begin_inset space \thinspace{}
11430 \end_inset
11431
11432 kW
11433 \begin_inset Formula $\cdot$
11434 \end_inset
11435
11436 h
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 値と単位のあいだに最小の空白を入れた例
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 </lyxtabular>
11452
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \begin_layout Subsection
11459 可変長の空白
11460 \begin_inset ERT
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464
11465
11466 \backslash
11467 texorpdfstring{
11468 \end_layout
11469
11470 \end_inset
11471
11472
11473 \begin_inset Foot
11474 status collapsed
11475
11476 \begin_layout Plain Layout
11477 数式中の垂直方向の空白については、第
11478 \begin_inset CommandInset ref
11479 LatexCommand ref
11480 reference "sub:行間"
11481
11482 \end_inset
11483
11484 節をご覧下さい。
11485 \end_layout
11486
11487 \end_inset
11488
11489
11490 \begin_inset ERT
11491 status collapsed
11492
11493 \begin_layout Plain Layout
11494
11495 }{}
11496 \end_layout
11497
11498 \end_inset
11499
11500
11501 \begin_inset Note Note
11502 status collapsed
11503
11504 \begin_layout Plain Layout
11505
11506 \backslash
11507 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11508 \end_layout
11509
11510 \begin_layout Plain Layout
11511
11512 \backslash
11513 texorpdfstringについての詳細は、第
11514 \begin_inset CommandInset ref
11515 LatexCommand ref
11516 reference "sub:節見出し中の数式"
11517
11518 \end_inset
11519
11520 節にあります。
11521 \end_layout
11522
11523 \end_inset
11524
11525
11526 \begin_inset CommandInset label
11527 LatexCommand label
11528 name "sub:可変長の空白"
11529
11530 \end_inset
11531
11532
11533 \begin_inset Index idx
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11538 \end_layout
11539
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \begin_layout Standard
11546 指定した長さの空白が、
11547 \series bold
11548
11549 \backslash
11550 hspace
11551 \series default
11552
11553 \begin_inset Index idx
11554 status collapsed
11555
11556 \begin_layout Plain Layout
11557 こまんど@コマンド ! H ! 
11558 \backslash
11559 hspace
11560 \end_layout
11561
11562 \end_inset
11563
11564 コマンドで入力することができます。すると、ながい「
11565 \color blue
11566
11567 \begin_inset ERT
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571
11572
11573 \backslash
11574 spce 
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \color inherit
11581 」が現れます。長さは、「
11582 \color blue
11583
11584 \begin_inset ERT
11585 status collapsed
11586
11587 \begin_layout Plain Layout
11588
11589
11590 \backslash
11591 spce 
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \color inherit
11598 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11599 \series bold
11600
11601 \backslash
11602 hfill
11603 \series default
11604
11605 \begin_inset Index idx
11606 status collapsed
11607
11608 \begin_layout Plain Layout
11609 こまんど@コマンド ! H ! 
11610 \backslash
11611 hfill
11612 \end_layout
11613
11614 \end_inset
11615
11616 コマンドを使用します。
11617 \end_layout
11618
11619 \begin_layout Standard
11620 \begin_inset VSpace -1mm
11621 \end_inset
11622
11623
11624 \end_layout
11625
11626 \begin_layout Standard
11627 \align center
11628 \begin_inset Tabular
11629 <lyxtabular version="3" rows="4" columns="2">
11630 <features tabularvalignment="middle">
11631 <column alignment="center" valignment="top" width="0">
11632 <column alignment="center" valignment="top" width="0">
11633 <row>
11634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 コマンド(
11639 \backslash
11640 hspace 長さ)
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 出力
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 </row>
11655 <row>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 A=B
11661 \backslash
11662 hspace
11663 \begin_inset ERT
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667
11668
11669 \backslash
11670 spce 
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \begin_inset Formula $\to$
11677 \end_inset
11678
11679 A
11680 \backslash
11681 not=C (3
11682 \begin_inset space \thinspace{}
11683 \end_inset
11684
11685 cm)
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 <row>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 A
11709 \backslash
11710 hspace
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 spce 
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \begin_inset Formula $\to$
11725 \end_inset
11726
11727 A
11728 \backslash
11729 not=A (-1
11730 \begin_inset space \thinspace{}
11731 \end_inset
11732
11733 mm)
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 A=A
11757 \backslash
11758 hfill
11759 \begin_inset ERT
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764
11765 \backslash
11766 spce 
11767 \end_layout
11768
11769 \end_inset
11770
11771 B=B
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 \begin_inset Formula $A=A\hfill B=B$
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 </row>
11789 </lyxtabular>
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Standard
11797 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11798 \series bold
11799
11800 \backslash
11801 hfill
11802 \series default
11803 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11804 \series bold
11805
11806 \backslash
11807 hfill
11808 \series default
11809 は、別行立て数式中では、
11810 \series bold
11811 行頭下げ
11812 \series default
11813 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11814 \begin_inset CommandInset ref
11815 LatexCommand ref
11816 reference "sec:数式様式"
11817
11818 \end_inset
11819
11820 節で説明されています)。
11821 \end_layout
11822
11823 \begin_layout Standard
11824
11825 \series bold
11826
11827 \backslash
11828 hfill
11829 \series default
11830 の他にも、空白を模様で埋める
11831 \series bold
11832
11833 \backslash
11834 dotfill
11835 \series default
11836
11837 \series bold
11838
11839 \backslash
11840 hrulefill
11841 \series default
11842 といったコマンドがあります。用例については第
11843 \begin_inset CommandInset ref
11844 LatexCommand ref
11845 reference "sub:省略符号"
11846
11847 \end_inset
11848
11849 節をご参照下さい。
11850 \end_layout
11851
11852 \begin_layout Standard
11853 本文中では、可変長空白は、
11854 \family sans
11855 挿入\SpecialChar \menuseparator
11856 整形\SpecialChar \menuseparator
11857 水平方向の空白
11858 \family default
11859 メニューで挿入することができます。
11860 \end_layout
11861
11862 \begin_layout Standard
11863 (例)
11864 \end_layout
11865
11866 \begin_layout Standard
11867 この行には、
11868 \begin_inset space \hspace{}
11869 \length 2cm
11870 \end_inset
11871
11872 2
11873 \begin_inset space \thinspace{}
11874 \end_inset
11875
11876 cmの空白が入っています。
11877 \end_layout
11878
11879 \begin_layout Standard
11880 この行には、
11881 \begin_inset space \hfill{}
11882 \end_inset
11883
11884 最大の空白が入っています。
11885 \end_layout
11886
11887 \begin_layout Subsection
11888 行内数式周りの空白
11889 \begin_inset Index idx
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 行内数式前後の空白は、長さ
11903 \series bold
11904
11905 \backslash
11906 mathsurround
11907 \begin_inset Index idx
11908 status collapsed
11909
11910 \begin_layout Plain Layout
11911 こまんど@コマンド ! M ! 
11912 \backslash
11913 mathsurround
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \series default
11920 を使って調節することができます。長さの値は、以下の書式を持つ
11921 \series bold
11922
11923 \backslash
11924 setlength
11925 \begin_inset Index idx
11926 status collapsed
11927
11928 \begin_layout Plain Layout
11929 こまんど@コマンド ! S ! 
11930 \backslash
11931 setlength
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \series default
11938 コマンドを使って設定することができます。
11939 \end_layout
11940
11941 \begin_layout Standard
11942
11943 \series bold
11944
11945 \backslash
11946 setlength{長さ名}{値}
11947 \end_layout
11948
11949 \begin_layout Standard
11950
11951 \series bold
11952
11953 \backslash
11954 mathsurround
11955 \series default
11956 を5
11957 \begin_inset space \thinspace{}
11958 \end_inset
11959
11960 mmの値に設定するには、以下のコマンド
11961 \end_layout
11962
11963 \begin_layout Standard
11964
11965 \series bold
11966
11967 \backslash
11968 setlength{
11969 \backslash
11970 mathsurround}{5mm}
11971 \end_layout
11972
11973 \begin_layout Standard
11974 をTeXモードで挿入します。すると、5
11975 \begin_inset space \thinspace{}
11976 \end_inset
11977
11978 mmの空白がすべての行内数式の前後に設定されることになります。
11979 \begin_inset ERT
11980 status collapsed
11981
11982 \begin_layout Plain Layout
11983
11984
11985 \backslash
11986 setlength{
11987 \backslash
11988 mathsurround}{5mm}
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997 この行には、周囲に5
11998 \begin_inset space \thinspace{}
11999 \end_inset
12000
12001 mmの余白を設定した行内数式
12002 \begin_inset Formula $A=B$
12003 \end_inset
12004
12005 があります。
12006 \begin_inset ERT
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010
12011
12012 \backslash
12013 setlength{
12014 \backslash
12015 mathsurround}{0pt}
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Standard
12024 既定値に戻すには、
12025 \series bold
12026
12027 \backslash
12028 mathsurround
12029 \series default
12030 を0
12031 \begin_inset space \thinspace{}
12032 \end_inset
12033
12034 ptの値に戻して下さい。
12035 \end_layout
12036
12037 \begin_layout Section
12038 ボックスと枠
12039 \begin_inset Index idx
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 ぼっくす@ボックス
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \begin_inset Index idx
12050 status collapsed
12051
12052 \begin_layout Plain Layout
12053 わく@枠 | see
12054 \begin_inset ERT
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058
12059 {
12060 \end_layout
12061
12062 \end_inset
12063
12064 ボックス
12065 \begin_inset ERT
12066 status collapsed
12067
12068 \begin_layout Plain Layout
12069
12070 }
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 本文中のボックスについては、取扱説明書
12085 \family typewriter
12086 埋め込みオブジェクト篇
12087 \family default
12088
12089 \family typewriter
12090 Boxes
12091 \family default
12092 の章に述べられています。
12093 \end_layout
12094
12095 \begin_layout Subsection
12096 縁付きボックス
12097 \begin_inset CommandInset label
12098 LatexCommand label
12099 name "sub:縁付きボックス"
12100
12101 \end_inset
12102
12103
12104 \begin_inset Index idx
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 ぼっくす@ボックス ! ふちつき@縁付き
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117
12118 \series bold
12119
12120 \backslash
12121 fbox
12122 \series default
12123
12124 \begin_inset Index idx
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128 こまんど@コマンド ! F ! 
12129 \backslash
12130 fbox
12131 \end_layout
12132
12133 \end_inset
12134
12135 コマンドや
12136 \series bold
12137
12138 \backslash
12139 boxed
12140 \series default
12141
12142 \begin_inset Index idx
12143 status collapsed
12144
12145 \begin_layout Plain Layout
12146 こまんど@コマンド ! B ! 
12147 \backslash
12148 boxed
12149 \end_layout
12150
12151 \end_inset
12152
12153 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12154 \end_layout
12155
12156 \begin_layout Standard
12157 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12158 \series bold
12159
12160 \backslash
12161 fbox
12162 \series default
12163 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12164 \family sans
12165 Ctrl+M
12166 \family default
12167 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12168 \series bold
12169
12170 \backslash
12171 boxed
12172 \series default
12173 を使った場合には、新しい数式が自動的に枠内に作られます。
12174 \end_layout
12175
12176 \begin_layout Standard
12177
12178 \series bold
12179
12180 \backslash
12181 fbox
12182 \series default
12183 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12184 \series bold
12185
12186 \backslash
12187 boxed
12188 \series default
12189 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12190 \end_layout
12191
12192 \begin_layout Standard
12193
12194 \series bold
12195
12196 \backslash
12197 fbox
12198 \series default
12199 の拡張として、枠幅と配置も指定することができる
12200 \series bold
12201
12202 \backslash
12203 framebox
12204 \series default
12205
12206 \begin_inset Index idx
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 こまんど@コマンド ! F ! 
12211 \backslash
12212 framebox
12213 \end_layout
12214
12215 \end_inset
12216
12217 コマンドがあります。
12218 \series bold
12219
12220 \backslash
12221 framebox
12222 \series default
12223 は、以下の書式を持ちます。
12224 \end_layout
12225
12226 \begin_layout Standard
12227
12228 \series bold
12229
12230 \backslash
12231 framebox[枠幅][位置]{ボックスの内容}
12232 \end_layout
12233
12234 \begin_layout Standard
12235 「位置」は、
12236 \emph on
12237 l
12238 \emph default
12239
12240 \emph on
12241 r
12242 \emph default
12243 の値をとります。
12244 \emph on
12245 l
12246 \emph default
12247 は、ボックス中で数式を左寄せ、
12248 \emph on
12249 r
12250 \emph default
12251 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12252 \begin_inset Newline newline
12253 \end_inset
12254
12255 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12256 \series bold
12257
12258 \backslash
12259 fbox
12260 \series default
12261 と同様、枠幅がボックスの内容に応じて調節されるのです。
12262 \end_layout
12263
12264 \begin_layout Standard
12265
12266 \series bold
12267
12268 \backslash
12269 framebox
12270 \series default
12271 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12272 \series bold
12273
12274 \backslash
12275 fbox
12276 \series default
12277 同様、数式の断片を入れるためのものです。
12278 \end_layout
12279
12280 \begin_layout Standard
12281 \align center
12282 \begin_inset Tabular
12283 <lyxtabular version="3" rows="5" columns="2">
12284 <features tabularvalignment="middle">
12285 <column alignment="center" valignment="top" width="0">
12286 <column alignment="center" valignment="top" width="0">
12287 <row>
12288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 コマンド
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 出力
12302 \begin_inset Note Note
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306 ここで
12307 \series bold
12308
12309 \backslash
12310 raisebox
12311 \series default
12312 はスペーサーとして使用しているだけです。
12313 \end_layout
12314
12315 \end_inset
12316
12317
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 </row>
12323 <row>
12324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328
12329 \backslash
12330 fbox
12331 \begin_inset ERT
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335
12336
12337 \backslash
12338 spce 
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \family sans
12345 Ctrl+M
12346 \family default
12347  
12348 \backslash
12349 int
12350 \begin_inset ERT
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354
12355
12356 \backslash
12357 spce 
12358 \end_layout
12359
12360 \end_inset
12361
12362 A=B
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 </row>
12380 <row>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385
12386 \backslash
12387 boxed
12388 \begin_inset ERT
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392
12393
12394 \backslash
12395 spce 
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \backslash
12402 int
12403 \begin_inset ERT
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407
12408
12409 \backslash
12410 spce 
12411 \end_layout
12412
12413 \end_inset
12414
12415 A=B
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12425 \end_inset
12426
12427
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 </row>
12433 <row>
12434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 A+
12439 \backslash
12440 fbox
12441 \begin_inset ERT
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445
12446
12447 \backslash
12448 spce 
12449 \end_layout
12450
12451 \end_inset
12452
12453 B
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12463 \end_inset
12464
12465
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 </row>
12471 <row>
12472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476
12477 \backslash
12478 framebox
12479 \begin_inset ERT
12480 status collapsed
12481
12482 \begin_layout Plain Layout
12483
12484
12485 \backslash
12486 spce 
12487 \end_layout
12488
12489 \end_inset
12490
12491 20mm
12492 \begin_inset Formula $\to$
12493 \end_inset
12494
12495
12496 \begin_inset Formula $\to$
12497 \end_inset
12498
12499
12500 \family sans
12501 Ctrl+M
12502 \family default
12503  
12504 \backslash
12505 frac
12506 \begin_inset ERT
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511
12512 \backslash
12513 spce 
12514 \end_layout
12515
12516 \end_inset
12517
12518 A
12519 \begin_inset Formula $\downarrow$
12520 \end_inset
12521
12522 B
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 \begin_inset Formula $\raisebox{6mm}{}$
12532 \end_inset
12533
12534
12535 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12536 \end_inset
12537
12538
12539 \begin_inset Formula $\raisebox{-4mm}{}$
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 </lyxtabular>
12549
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \begin_layout Standard
12556 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12557 \end_layout
12558
12559 \begin_layout Standard
12560
12561 \series bold
12562
12563 \backslash
12564 fboxrule
12565 \series default
12566  
12567 \series bold
12568
12569 \begin_inset Quotes eld
12570 \end_inset
12571
12572 厚み
12573 \begin_inset Quotes erd
12574 \end_inset
12575
12576
12577 \series default
12578  
12579 \series bold
12580
12581 \backslash
12582 fboxsep
12583 \series default
12584  
12585 \series bold
12586
12587 \begin_inset Quotes eld
12588 \end_inset
12589
12590 距離
12591 \begin_inset Quotes erd
12592 \end_inset
12593
12594
12595 \end_layout
12596
12597 \begin_layout Standard
12598 \begin_inset Quotes eld
12599 \end_inset
12600
12601 距離
12602 \begin_inset Quotes erd
12603 \end_inset
12604
12605 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12606 \begin_inset ERT
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610
12611
12612 \backslash
12613 fboxrule 2mm 
12614 \backslash
12615 fboxsep 3mm
12616 \end_layout
12617
12618 \end_inset
12619
12620
12621 \begin_inset Formula 
12622 \[
12623 \boxed{A+B=C}
12624 \]
12625
12626 \end_inset
12627
12628 この数式の直前には、
12629 \end_layout
12630
12631 \begin_layout Standard
12632
12633 \series bold
12634
12635 \backslash
12636 fboxrule
12637 \series default
12638  
12639 \series bold
12640 2mm
12641 \series default
12642  
12643 \series bold
12644
12645 \backslash
12646 fboxsep
12647 \series default
12648  
12649 \series bold
12650 3mm
12651 \end_layout
12652
12653 \begin_layout Standard
12654 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12655 \end_layout
12656
12657 \begin_layout Standard
12658 標準の枠寸法に戻すには、
12659 \end_layout
12660
12661 \begin_layout Standard
12662
12663 \series bold
12664
12665 \backslash
12666 fboxrule
12667 \series default
12668  
12669 \series bold
12670 0.4pt
12671 \series default
12672  
12673 \series bold
12674
12675 \backslash
12676 fboxsep
12677 \series default
12678  
12679 \series bold
12680 3pt
12681 \series default
12682
12683 \begin_inset ERT
12684 status collapsed
12685
12686 \begin_layout Plain Layout
12687
12688
12689 \backslash
12690 fboxrule 0.4pt 
12691 \backslash
12692 fboxsep 3pt
12693 \end_layout
12694
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Standard
12701 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12702 \end_layout
12703
12704 \begin_layout Subsection
12705 縁なしボックス
12706 \begin_inset CommandInset label
12707 LatexCommand label
12708 name "sub:枠なしボックス"
12709
12710 \end_inset
12711
12712
12713 \begin_inset Index idx
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717 ぼっくす@ボックス ! わくなし@枠なし
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \begin_layout Standard
12726 縁のないボックスを作るには、
12727 \series bold
12728
12729 \backslash
12730 mbox
12731 \series default
12732
12733 \begin_inset Index idx
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737 こまんど@コマンド ! M ! 
12738 \backslash
12739 mbox
12740 \end_layout
12741
12742 \end_inset
12743
12744
12745 \series bold
12746
12747 \backslash
12748 makebox
12749 \series default
12750
12751 \begin_inset Index idx
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755 こまんど@コマンド ! M ! 
12756 \backslash
12757 makebox
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \series bold
12764
12765 \backslash
12766 raisebox
12767 \series default
12768
12769 \begin_inset Index idx
12770 status collapsed
12771
12772 \begin_layout Plain Layout
12773 こまんど@コマンド ! R ! 
12774 \backslash
12775 raisebox
12776 \end_layout
12777
12778 \end_inset
12779
12780 の三つのコマンドがあります。
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 raisebox
12789 \series default
12790 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12791 \series bold
12792
12793 \backslash
12794 raisebox
12795 \series default
12796 は、以下の書式で用いられます。
12797 \end_layout
12798
12799 \begin_layout Standard
12800
12801 \series bold
12802
12803 \backslash
12804 raisebox{高さ}{ボックスの内容}
12805 \end_layout
12806
12807 \begin_layout Standard
12808
12809 \series bold
12810
12811 \backslash
12812 fbox
12813 \series default
12814 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12815 \begin_inset Note Greyedout
12816 status open
12817
12818 \begin_layout Plain Layout
12819
12820 \series bold
12821 (註)
12822 \series default
12823 下の最後の
12824 \series bold
12825
12826 \backslash
12827 raisebox
12828 \series default
12829 のところで、
12830 \family sans
12831 Ctrl+M
12832 \family default
12833 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12834 \series bold
12835
12836 \backslash
12837 raisebox
12838 \series default
12839 を直接サポートしていないためです。
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 \align center
12849 \begin_inset Tabular
12850 <lyxtabular version="3" rows="4" columns="2">
12851 <features tabularvalignment="middle">
12852 <column alignment="center" valignment="top" width="0">
12853 <column alignment="center" valignment="top" width="0">
12854 <row>
12855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 コマンド
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 出力
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 H
12880 \backslash
12881 raisebox{2mm
12882 \begin_inset Formula $\to$
12883 \end_inset
12884
12885
12886 \backslash
12887 {al
12888 \begin_inset Formula $\to$
12889 \end_inset
12890
12891  lo
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 H
12915 \backslash
12916 raisebox{-2mm
12917 \begin_inset Formula $\to$
12918 \end_inset
12919
12920
12921 \backslash
12922 {al
12923 \begin_inset Formula $\to$
12924 \end_inset
12925
12926 lo
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 A=
12950 \backslash
12951 raisebox{-2mm
12952 \begin_inset Formula $\to$
12953 \end_inset
12954
12955
12956 \backslash
12957 {
12958 \family sans
12959 Ctrl+M Ctrl+M
12960 \family default
12961  
12962 \backslash
12963 sqrt
12964 \begin_inset ERT
12965 status collapsed
12966
12967 \begin_layout Plain Layout
12968
12969
12970 \backslash
12971 spce 
12972 \end_layout
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 </lyxtabular>
12995
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Standard
13002 縁がないことを除けば、
13003 \series bold
13004
13005 \backslash
13006 mbox
13007 \series default
13008 コマンドは
13009 \series bold
13010
13011 \backslash
13012 fbox
13013 \series default
13014 と同じであり、
13015 \series bold
13016
13017 \backslash
13018 makebox
13019 \series default
13020
13021 \series bold
13022
13023 \backslash
13024 framebox
13025 \series default
13026 と同じです。
13027 \end_layout
13028
13029 \begin_layout Subsection
13030 色付きボックス
13031 \begin_inset CommandInset label
13032 LatexCommand label
13033 name "sub:色付きボックス"
13034
13035 \end_inset
13036
13037
13038 \begin_inset Index idx
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042 ぼっくす@ボックス ! いろつき@色付き
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 usepackage{color}
13060 \end_layout
13061
13062 \begin_layout Standard
13063 という行
13064 \begin_inset Foot
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13069 \series bold
13070 color
13071 \series default
13072 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13073 \end_layout
13074
13075 \end_inset
13076
13077
13078 \begin_inset Note Note
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13083 \end_layout
13084
13085 \end_inset
13086
13087 を書き加えて、LaTeXパッケージの
13088 \series bold
13089 color
13090 \series default
13091
13092 \begin_inset Foot
13093 status collapsed
13094
13095 \begin_layout Plain Layout
13096 LaTeXパッケージ
13097 \series bold
13098 color
13099 \series default
13100 は、すべての標準的なLaTeX頒布版に含まれています。
13101 \end_layout
13102
13103 \end_inset
13104
13105
13106 \begin_inset Index idx
13107 status collapsed
13108
13109 \begin_layout Plain Layout
13110 ぱっけーじ@パッケージ ! color
13111 \end_layout
13112
13113 \end_inset
13114
13115 を読み込む必要があります。
13116 \end_layout
13117
13118 \begin_layout Standard
13119 \begin_inset VSpace medskip
13120 \end_inset
13121
13122 ボックスに色を付けるには、
13123 \series bold
13124
13125 \backslash
13126 colorbox
13127 \series default
13128
13129 \begin_inset Index idx
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133 こまんど@コマンド ! C ! 
13134 \backslash
13135 colorbox
13136 \end_layout
13137
13138 \end_inset
13139
13140 コマンドを以下の書式で使用します。
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 colorbox{色}{ボックスの内容}
13149 \end_layout
13150
13151 \begin_layout Standard
13152 ボックスの内容には、別のボックスが含まれても構いませんし、
13153 \series bold
13154
13155 \backslash
13156 colorbox
13157 \series default
13158 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13159 \series bold
13160
13161 \backslash
13162 raisebox
13163 \series default
13164 と同様、明示的に数式を作らなくてはなりません
13165 \begin_inset Foot
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169 これは、
13170 \series bold
13171
13172 \backslash
13173 fcolorbox
13174 \series default
13175 コマンドにも当てはまります。
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 選択できる定義済みの色としては、
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190 black
13191 \series default
13192 (黒)・
13193 \series bold
13194 blue
13195 \series default
13196 (青)・
13197 \series bold
13198 cyan
13199 \series default
13200 (シアン)・
13201 \series bold
13202 green
13203 \series default
13204 (緑)・
13205 \series bold
13206 magenta
13207 \series default
13208 (マゼンタ)・
13209 \series bold
13210 red
13211 \series default
13212 (赤)・
13213 \series bold
13214 white
13215 \series default
13216 (白)・
13217 \series bold
13218 yellow
13219 \series default
13220 (黄)
13221 \end_layout
13222
13223 \begin_layout Standard
13224 があります。
13225 \end_layout
13226
13227 \begin_layout Standard
13228 \align center
13229 \begin_inset Tabular
13230 <lyxtabular version="3" rows="4" columns="2">
13231 <features tabularvalignment="middle">
13232 <column alignment="center" valignment="top" width="0">
13233 <column alignment="center" valignment="top" width="0">
13234 <row>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 コマンド
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 出力
13249 \begin_inset Note Note
13250 status collapsed
13251
13252 \begin_layout Plain Layout
13253 ここで
13254 \series bold
13255
13256 \backslash
13257 raisebox
13258 \series default
13259 はスペーサーとして使用しているだけです。
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275
13276 \backslash
13277 colorbox{yellow
13278 \begin_inset Formula $\to$
13279 \end_inset
13280
13281
13282 \backslash
13283 {A=B
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13293 \end_inset
13294
13295
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306
13307 \backslash
13308 colorbox{green
13309 \begin_inset Formula $\to$
13310 \end_inset
13311
13312
13313 \backslash
13314 {
13315 \backslash
13316 fbox
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322
13323 \backslash
13324 spce 
13325 \end_layout
13326
13327 \end_inset
13328
13329 A=B
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352
13353 \backslash
13354 fbox
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359
13360
13361 \backslash
13362 spce 
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \backslash
13369 colorbox{green
13370 \begin_inset Formula $\to$
13371 \end_inset
13372
13373
13374 \backslash
13375 {
13376 \family sans
13377 Ctrl+M
13378 \family default
13379  
13380 \family sans
13381 Ctrl+M
13382 \family default
13383  
13384 \backslash
13385 int
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391
13392 \backslash
13393 spce 
13394 \end_layout
13395
13396 \end_inset
13397
13398 C=D
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 </row>
13416 </lyxtabular>
13417
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \series bold
13426
13427 \backslash
13428 colorbox
13429 \series default
13430 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13431 \family sans
13432 文字様式
13433 \family default
13434 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13435 \begin_inset Graphics
13436         filename ../../images/dialog-show_character.png
13437         scale 85
13438
13439 \end_inset
13440
13441
13442 \family sans
13443 編集\SpecialChar \menuseparator
13444 文字様式\SpecialChar \menuseparator
13445 任意設定
13446 \family default
13447 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13448
13449 \end_layout
13450
13451 \begin_layout Standard
13452 たとえば、
13453 \end_layout
13454
13455 \begin_layout Standard
13456
13457 \color red
13458 \begin_inset Formula 
13459 \begin{equation}
13460 \int A=B\label{eq:red}
13461 \end{equation}
13462
13463 \end_inset
13464
13465
13466 \color green
13467
13468 \begin_inset Formula 
13469 \begin{equation}
13470 \textcolor{red}{\int A=B}\label{eq:redgreen}
13471 \end{equation}
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 数式
13480 \begin_inset CommandInset ref
13481 LatexCommand eqref
13482 reference "eq:red"
13483
13484 \end_inset
13485
13486 は、全体が赤色です。
13487 \begin_inset Newline newline
13488 \end_inset
13489
13490 数式
13491 \begin_inset CommandInset ref
13492 LatexCommand eqref
13493 reference "eq:redgreen"
13494
13495 \end_inset
13496
13497 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13498 \end_layout
13499
13500 \begin_layout Standard
13501 \begin_inset VSpace bigskip
13502 \end_inset
13503
13504 ボックスの縁だけ別の色にするには、
13505 \series bold
13506
13507 \backslash
13508 fcolorbox
13509 \series default
13510
13511 \begin_inset Index idx
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 こまんど@コマンド ! F ! 
13516 \backslash
13517 fcolorbox
13518 \end_layout
13519
13520 \end_inset
13521
13522 コマンドを以下の書式で使用します。
13523 \end_layout
13524
13525 \begin_layout Standard
13526
13527 \series bold
13528
13529 \backslash
13530 fcolorbox{縁の色}{色}{ボックスの内容}
13531 \end_layout
13532
13533 \begin_layout Standard
13534 つまり、
13535 \series bold
13536
13537 \backslash
13538 fcolorbox
13539 \series default
13540
13541 \series bold
13542
13543 \backslash
13544 colorbox
13545 \series default
13546 コマンドの拡張です。
13547 \series bold
13548
13549 \backslash
13550 framebox
13551 \series default
13552 と同様に、縁の厚みは
13553 \series bold
13554
13555 \backslash
13556 fboxrule
13557 \series default
13558
13559 \series bold
13560
13561 \backslash
13562 fboxsep
13563 \series default
13564 で設定します。たとえば、
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570
13571 \backslash
13572 fboxrule 1mm 
13573 \backslash
13574 fboxsep 1mm
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \begin_inset Formula 
13581 \[
13582 \fcolorbox{cyan}{magenta}{A=B}
13583 \]
13584
13585 \end_inset
13586
13587
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 fboxrule 0.4pt 
13596 \backslash
13597 fboxsep 3pt
13598 \end_layout
13599
13600 \end_inset
13601
13602 のようにします。
13603 \end_layout
13604
13605 \begin_layout Standard
13606 上記の数式は、以下のコマンドで作成されています。
13607 \begin_inset Newline newline
13608 \end_inset
13609
13610
13611 \series bold
13612
13613 \backslash
13614 fcolorbox{cyan
13615 \begin_inset Formula $\to$
13616 \end_inset
13617
13618
13619 \backslash
13620 {magenta
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {A=B
13627 \series default
13628 .
13629 \end_layout
13630
13631 \begin_layout Standard
13632 \begin_inset VSpace bigskip
13633 \end_inset
13634
13635 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13636 \end_layout
13637
13638 \begin_layout Standard
13639 たとえば、「
13640 \series bold
13641 darkgreen
13642 \series default
13643 」という色を定義するには、LaTeXプリアンブルに
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 definecolor{darkgreen}{cmyk}{0.5,
13652 \series default
13653  
13654 \series bold
13655 0,
13656 \series default
13657  
13658 \series bold
13659 1,
13660 \series default
13661  
13662 \series bold
13663 0.5}
13664 \series default
13665
13666 \begin_inset Index idx
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 こまんど@コマンド ! D ! 
13671 \backslash
13672 definecolor
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \begin_layout Standard
13681 という行を書き加えます。
13682 \end_layout
13683
13684 \begin_layout Standard
13685
13686 \series bold
13687 cmyk
13688 \series default
13689 とは、
13690 \series bold
13691 cyan
13692 \series default
13693 (シアン)・
13694 \series bold
13695 magenta
13696 \series default
13697 (マゼンタ)・
13698 \series bold
13699 yellow
13700 \series default
13701 (黄)・
13702 \series bold
13703 black
13704 \series default
13705 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13706 \begin_inset space \thinspace{}
13707 \end_inset
13708
13709 -
13710 \begin_inset space \thinspace{}
13711 \end_inset
13712
13713 1の範囲をとることができます。定義には、
13714 \series bold
13715 cmyk
13716 \series default
13717 の他に、
13718 \series bold
13719 rgb
13720 \series default
13721 という色空間を使うこともできます。
13722 \series bold
13723 rgb
13724 \series default
13725 とは、
13726 \series bold
13727 red
13728 \series default
13729 (赤)・
13730 \series bold
13731 green
13732 \series default
13733 (緑)・
13734 \series bold
13735 blue
13736 \series default
13737 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13738 \series bold
13739 gray
13740 \series default
13741 という色空間もあります。
13742 \end_layout
13743
13744 \begin_layout Standard
13745 例として、文字が
13746 \series bold
13747 yellow
13748 \series default
13749 に色付けされ、新しく定義した
13750 \series bold
13751 darkgreen
13752 \series default
13753 という色を持つ縁付きボックスを挙げておきます。
13754 \begin_inset Formula 
13755 \begin{equation}
13756 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13757 \end{equation}
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \begin_layout Standard
13765
13766 \series bold
13767
13768 \backslash
13769 textcolor
13770 \series default
13771 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13772 \begin_inset Index idx
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776 てきすと@テキスト ! いろつき@色付き
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790
13791 \backslash
13792 textcolor{darkgreen}{
13793 \end_layout
13794
13795 \end_inset
13796
13797 この文は「darkgreen」です。
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }
13804 \end_layout
13805
13806 \end_inset
13807
13808
13809 \end_layout
13810
13811 \begin_layout Standard
13812
13813 \series bold
13814
13815 \backslash
13816 textcolor
13817 \series default
13818
13819 \begin_inset Index idx
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823 こまんど@コマンド ! T ! 
13824 \backslash
13825 textcolor
13826 \end_layout
13827
13828 \end_inset
13829
13830 は、
13831 \series bold
13832
13833 \backslash
13834 textcolor{色}{色付けをする文}
13835 \series default
13836 という書式で使用することができます。
13837 \end_layout
13838
13839 \begin_layout Subsection
13840 段落ボックス
13841 \begin_inset CommandInset label
13842 LatexCommand label
13843 name "sub:段落ボックス"
13844
13845 \end_inset
13846
13847
13848 \begin_inset Index idx
13849 status collapsed
13850
13851 \begin_layout Plain Layout
13852 ぼっくす@ボックス ! だんらく@段落
13853 \end_layout
13854
13855 \end_inset
13856
13857
13858 \begin_inset Index idx
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862 ぼっくす@ボックス ! parbox|see
13863 \begin_inset ERT
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867
13868 {
13869 \end_layout
13870
13871 \end_inset
13872
13873 ボックス ! 段落ボックス
13874 \begin_inset ERT
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878
13879 }
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \begin_layout Standard
13893 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13894 \family sans
13895 挿入\SpecialChar \menuseparator
13896 ボックス
13897 \family default
13898 メニューかツールバーボタン
13899 \begin_inset Graphics
13900         filename ../../images/box-insert.png
13901         scale 85
13902
13903 \end_inset
13904
13905 で作成することができます。
13906 \end_layout
13907
13908 \begin_layout Standard
13909 以下の例は、行中の縁付きparboxを示したものです。
13910 \end_layout
13911
13912 \begin_layout Standard
13913 \begin_inset VSpace medskip
13914 \end_inset
13915
13916 この行は、
13917 \begin_inset Box Boxed
13918 position "c"
13919 hor_pos "c"
13920 has_inner_box 1
13921 inner_pos "t"
13922 use_parbox 1
13923 use_makebox 0
13924 width "5cm"
13925 special "none"
13926 height "1in"
13927 height_special "totalheight"
13928 status open
13929
13930 \begin_layout Plain Layout
13931 これは段落ボックスです。これはちょうど5
13932 \begin_inset space \thinspace{}
13933 \end_inset
13934
13935 cmの幅になっており、以下のように数式を含めることもできます。
13936 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \end_inset
13943
13944 parboxの入った行です。
13945 \end_layout
13946
13947 \begin_layout Standard
13948 \begin_inset VSpace medskip
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \begin_layout Standard
13955 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13956 \emph on
13957 装飾
13958 \emph default
13959 :簡素な長方形の箱型、
13960 \emph on
13961 内部ボックス
13962 \emph default
13963 :parboxコマンド、
13964 \emph on
13965
13966 \emph default
13967 :5
13968 \begin_inset space \thinspace{}
13969 \end_inset
13970
13971 cm、
13972 \emph on
13973 垂直ボックス配置
13974 \emph default
13975 :中央、に設定されています。
13976 \end_layout
13977
13978 \begin_layout Standard
13979 \begin_inset VSpace medskip
13980 \end_inset
13981
13982 LaTeXでは、parboxは、以下の書式を持つ
13983 \series bold
13984
13985 \backslash
13986 parbox
13987 \series default
13988
13989 \begin_inset Index idx
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 こまんど@コマンド ! P ! 
13994 \backslash
13995 parbox
13996 \end_layout
13997
13998 \end_inset
13999
14000 コマンドによって作られます。
14001 \end_layout
14002
14003 \begin_layout Standard
14004
14005 \series bold
14006
14007 \backslash
14008 parbox[位置]{幅}{ボックスの内容}
14009 \end_layout
14010
14011 \begin_layout Standard
14012 「位置」は、
14013 \emph on
14014 b
14015 \emph default
14016
14017 \emph on
14018 t
14019 \emph default
14020 の値をとることができます。下揃えを意味する
14021 \emph on
14022 b
14023 \emph default
14024
14025 \bar under
14026 b
14027 \bar default
14028 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14029 \emph on
14030 t
14031 \emph default
14032
14033 \bar under
14034 t
14035 \bar default
14036 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14037 \emph on
14038 Boxes
14039 \emph default
14040 の節をご参照下さい。
14041 \end_layout
14042
14043 \begin_layout Standard
14044 \begin_inset VSpace bigskip
14045 \end_inset
14046
14047 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14048 \series bold
14049 parbox{
14050 \backslash
14051 linewidth-2
14052 \backslash
14053 fboxsep-2
14054 \backslash
14055 fboxrule}{
14056 \series default
14057 というコマンドを挿入します。ここで
14058 \series bold
14059
14060 \backslash
14061 linewidth
14062 \begin_inset Index idx
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066 こまんど@コマンド ! L ! 
14067 \backslash
14068 linewidth
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \series default
14075 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14076 \begin_inset Foot
14077 status collapsed
14078
14079 \begin_layout Plain Layout
14080 \begin_inset CommandInset href
14081 LatexCommand href
14082 name "LyX-bug #4483"
14083 target "http://www.lyx.org/trac/ticket/4483"
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \end_inset
14091
14092 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14093 \series bold
14094 calc
14095 \series default
14096
14097 \begin_inset Foot
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102 \series bold
14103 calc
14104 \series default
14105 は、標準的LaTeX頒布版のすべてに含まれています。
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \begin_inset Index idx
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115 ぱっけーじ@パッケージ ! calc
14116 \end_layout
14117
14118 \end_inset
14119
14120 を、LaTeXプリアンブル中で
14121 \end_layout
14122
14123 \begin_layout Standard
14124
14125 \series bold
14126
14127 \backslash
14128 usepackage{calc}
14129 \end_layout
14130
14131 \begin_layout Standard
14132 のように読み込んでおく必要があります。数式の後では、TeXモードで
14133 \series bold
14134 }}
14135 \series default
14136 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142
14143 \backslash
14144 fboxsep 5mm 
14145 \backslash
14146 fboxrule 5mm
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 \begin_inset ERT
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159
14160
14161 \backslash
14162 fbox{
14163 \backslash
14164 parbox{
14165 \backslash
14166 linewidth-2
14167 \backslash
14168 fboxsep-2
14169 \backslash
14170 fboxrule}{
14171 \end_layout
14172
14173 \end_inset
14174
14175
14176 \begin_inset Formula 
14177 \begin{equation}
14178 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14179 \end{equation}
14180
14181 \end_inset
14182
14183
14184 \begin_inset ERT
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188
14189 }}
14190 \end_layout
14191
14192 \end_inset
14193
14194
14195 \begin_inset ERT
14196 status collapsed
14197
14198 \begin_layout Plain Layout
14199
14200
14201 \backslash
14202 fboxrule 0.4pt 
14203 \backslash
14204 fboxsep 3pt
14205 \end_layout
14206
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Standard
14213 \begin_inset VSpace medskip
14214 \end_inset
14215
14216
14217 \series bold
14218
14219 \backslash
14220 fbox
14221 \series default
14222 の引数としてparboxが使われているので、この場合には、
14223 \series bold
14224
14225 \backslash
14226 fbox
14227 \series default
14228 を使おうが
14229 \series bold
14230
14231 \backslash
14232 boxed
14233 \series default
14234 を使おうが、差は生じません。
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \begin_inset VSpace bigskip
14239 \end_inset
14240
14241 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14242 \series bold
14243
14244 \backslash
14245 parbox
14246 \series default
14247
14248 \series bold
14249
14250 \backslash
14251 tag
14252 \series default
14253 コマンドといっしょに使います(
14254 \series bold
14255
14256 \backslash
14257 tag
14258 \series default
14259 についての詳細は、第
14260 \begin_inset CommandInset ref
14261 LatexCommand ref
14262 reference "sub:ユーザー定義番号"
14263
14264 \end_inset
14265
14266 節をご参照下さい)
14267 \end_layout
14268
14269 \begin_layout Standard
14270 以下は、
14271 \series bold
14272
14273 \backslash
14274 parbox
14275 \series default
14276 を使ってコメントを付けた数式の例です。
14277 \end_layout
14278
14279 \begin_layout Standard
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285
14286 \backslash
14287 [5x-7b=3b
14288 \backslash
14289 tag*{
14290 \backslash
14291 parbox{5cm}{
14292 \end_layout
14293
14294 \end_inset
14295
14296 これは説明です。数式や多行数式本体からはっきりと離れています。
14297 \begin_inset ERT
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301
14302 }}
14303 \backslash
14304 ]
14305 \end_layout
14306
14307 \end_inset
14308
14309
14310 \end_layout
14311
14312 \begin_layout Standard
14313 LyXは、まだ数式中での
14314 \series bold
14315
14316 \backslash
14317 parbox
14318 \series default
14319 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14320 \end_layout
14321
14322 \begin_layout Standard
14323 まず、
14324 \series bold
14325
14326 \backslash
14327 [5x-7b=3b
14328 \backslash
14329 tag*
14330 \backslash
14331 {
14332 \backslash
14333 parbox{5cm}{
14334 \series default
14335 というコマンドをTeXモードで挿入します
14336 \begin_inset Foot
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340
14341 \series bold
14342 行頭下げ
14343 \series default
14344 数式様式を使用している時には、
14345 \series bold
14346
14347 \backslash
14348 tag*
14349 \backslash
14350 {
14351 \series default
14352 の代わりに
14353 \series bold
14354
14355 \backslash
14356 hfill
14357 \series default
14358 を用いることもできます(数式様式に関しては、第
14359 \begin_inset CommandInset ref
14360 LatexCommand ref
14361 reference "sec:数式様式"
14362
14363 \end_inset
14364
14365 節をご参照下さい)。
14366 \end_layout
14367
14368 \end_inset
14369
14370 。それから、説明を通常のテキストとして入れ、最後に
14371 \series bold
14372 }}
14373 \backslash
14374 ]
14375 \series default
14376 をTeXモードで挿入します。ここで
14377 \series bold
14378
14379 \backslash
14380 [
14381 \series default
14382 および
14383 \series bold
14384
14385 \backslash
14386 ]
14387 \series default
14388 コマンドは別行立て数式を作るためのものです。
14389 \end_layout
14390
14391 \begin_layout Standard
14392
14393 \series bold
14394
14395 \backslash
14396 parbox
14397 \series default
14398 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14399 \begin_inset Formula 
14400 \[
14401 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14402 \]
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Section
14410 演算子
14411 \begin_inset Index idx
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415 えんざんし@演算子
14416 \end_layout
14417
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \begin_layout Subsection
14424 大演算子
14425 \begin_inset CommandInset label
14426 LatexCommand label
14427 name "sub:大演算子"
14428
14429 \end_inset
14430
14431
14432 \begin_inset Index idx
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 えんざんし@演算子 ! だい@大
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \begin_inset Index idx
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446 わ@和
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \begin_inset Index idx
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456 せきぶんきごう@積分記号
14457 \end_layout
14458
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \begin_layout Standard
14465 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14466 \family sans
14467 数式オプション
14468 \family default
14469 の面にある
14470 \family sans
14471 esintパッケージを自動的に使う
14472 \family default
14473 オプションを有効にしなくてはなりません。
14474 \end_layout
14475
14476 \begin_layout Standard
14477 \begin_inset space \hfill{}
14478 \end_inset
14479
14480
14481 \begin_inset Tabular
14482 <lyxtabular version="3" rows="9" columns="2">
14483 <features tabularvalignment="middle">
14484 <column alignment="center" valignment="top" width="0pt">
14485 <column alignment="center" valignment="top" width="0pt">
14486 <row>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 コマンド
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 出力
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511
14512 \backslash
14513 sum
14514 \begin_inset Index idx
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518 こまんど@コマンド ! S ! 
14519 \backslash
14520 sum
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534 \begin_inset Formula $\sum$
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548
14549 \backslash
14550 int
14551 \begin_inset Index idx
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555 こまんど@コマンド ! I ! 
14556 \backslash
14557 int
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset Formula $\int$
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585
14586 \backslash
14587 oint
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 \begin_inset Formula $\oint$
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \backslash
14612 ointctrclockwise
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 \begin_inset Formula $\ointctrclockwise$
14622 \end_inset
14623
14624
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \backslash
14637 ointclockwise
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 \begin_inset Formula $\ointclockwise$
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660
14661 \backslash
14662 sqint
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671 \begin_inset Formula $\sqint$
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 </row>
14680 <row>
14681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Plain Layout
14685
14686 \backslash
14687 bigcap
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696 \begin_inset Formula $\bigcap$
14697 \end_inset
14698
14699
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 </row>
14705 <row>
14706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710
14711 \backslash
14712 bigcup
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 \begin_inset Formula $\bigcup$
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 </lyxtabular>
14731
14732 \end_inset
14733
14734
14735 \begin_inset space \hfill{}
14736 \end_inset
14737
14738
14739 \begin_inset Tabular
14740 <lyxtabular version="3" rows="10" columns="2">
14741 <features tabularvalignment="middle">
14742 <column alignment="center" valignment="top" width="0pt">
14743 <column alignment="center" valignment="top" width="0pt">
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 コマンド
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 出力
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 <row>
14765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769
14770 \backslash
14771 prod
14772 \begin_inset Index idx
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776 こまんど@コマンド ! P ! 
14777 \backslash
14778 prod
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 \begin_inset Formula $\prod$
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 </row>
14801 <row>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806
14807 \backslash
14808 coprod
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 \begin_inset Formula $\coprod$
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 <row>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \backslash
14833 bigodot
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\bigodot$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 bigotimes
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\bigotimes$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 bigoplus
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\bigoplus$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 bigwedge
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\bigwedge$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 bigvee
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\bigvee$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 bigsqcup
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\bigsqcup$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 biguplus
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\biguplus$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 </lyxtabular>
15002
15003 \end_inset
15004
15005
15006 \begin_inset space \hfill{}
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \begin_layout Standard
15013 すべての大演算子は、数式ツールバーボタンの
15014 \begin_inset Graphics
15015         filename ../../images/math/intop.png
15016         scale 85
15017
15018 \end_inset
15019
15020 でも挿入することができます。
15021 \end_layout
15022
15023 \begin_layout Standard
15024 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15025 \end_layout
15026
15027 \begin_layout Standard
15028 積分演算子はすべて、
15029 \series bold
15030
15031 \backslash
15032 intop
15033 \series default
15034
15035 \series bold
15036
15037 \backslash
15038 ointop
15039 \series default
15040 のように、
15041 \series bold
15042 op
15043 \series default
15044 で終わる別バージョンがあります。これらの演算子は、
15045 \series bold
15046
15047 \backslash
15048 int
15049 \series default
15050 とは範囲の表示のしかたが異なります。第
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "sub:演算子の範囲"
15054
15055 \end_inset
15056
15057 節をご参照下さい。
15058 \end_layout
15059
15060 \begin_layout Subsubsection*
15061 積分の子細
15062 \end_layout
15063
15064 \begin_layout Standard
15065 積分中で用いられる文字
15066 \emph on
15067 d
15068 \emph default
15069 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15070 \emph on
15071 d
15072 \emph default
15073 を選択して、短絡キー
15074 \begin_inset Info
15075 type  "shortcut"
15076 arg   "font-roman"
15077 \end_inset
15078
15079 を用います
15080 \begin_inset Foot
15081 status collapsed
15082
15083 \begin_layout Plain Layout
15084 文字様式については、第
15085 \begin_inset CommandInset ref
15086 LatexCommand ref
15087 reference "sub:書体様式"
15088
15089 \end_inset
15090
15091 節参照。
15092 \end_layout
15093
15094 \end_inset
15095
15096 。最後に、演算子の慣例に倣って、
15097 \emph on
15098 d
15099 \emph default
15100 の前に最小空白を挿入しなくてはなりません。たとえば、
15101 \end_layout
15102
15103 \begin_layout Standard
15104 正しくない例:
15105 \begin_inset Formula $\int A(x)dx$
15106 \end_inset
15107
15108
15109 \begin_inset Newline newline
15110 \end_inset
15111
15112 正しい
15113 \begin_inset Phantom HPhantom
15114 status open
15115
15116 \begin_layout Plain Layout
15117 ない
15118 \end_layout
15119
15120 \end_inset
15121
15122 例:
15123 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \begin_layout Standard
15130 多重積分に関しては、以下のコマンドがあります。
15131 \begin_inset VSpace medskip
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 \begin_inset space \hfill{}
15139 \end_inset
15140
15141
15142 \begin_inset Tabular
15143 <lyxtabular version="3" rows="4" columns="2">
15144 <features tabularvalignment="middle">
15145 <column alignment="center" valignment="top" width="0">
15146 <column alignment="center" valignment="top" width="0">
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 コマンド
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 出力
15162 \begin_inset Note Note
15163 status collapsed
15164
15165 \begin_layout Plain Layout
15166 ここで
15167 \series bold
15168
15169 \backslash
15170 raisebox
15171 \series default
15172 はスペーサーとして使用しているだけです。
15173 \end_layout
15174
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 iint
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 oiint
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \backslash
15240 sqiint
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 </lyxtabular>
15259
15260 \end_inset
15261
15262
15263 \begin_inset space \hfill{}
15264 \end_inset
15265
15266
15267 \begin_inset Tabular
15268 <lyxtabular version="3" rows="4" columns="2">
15269 <features tabularvalignment="middle">
15270 <column alignment="center" valignment="top" width="0">
15271 <column alignment="center" valignment="top" width="0">
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 コマンド
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 出力
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 iiint
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \backslash
15324 iiiint
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \backslash
15349 dotsint
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 </lyxtabular>
15368
15369 \end_inset
15370
15371
15372 \begin_inset space \hfill{}
15373 \end_inset
15374
15375
15376 \end_layout
15377
15378 \begin_layout Subsection
15379 演算子の範囲
15380 \begin_inset CommandInset label
15381 LatexCommand label
15382 name "sub:演算子の範囲"
15383
15384 \end_inset
15385
15386
15387 \begin_inset Index idx
15388 status collapsed
15389
15390 \begin_layout Plain Layout
15391 えんざんし@演算子 ! はんい@範囲
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \begin_layout Standard
15400 範囲は、上付き文字と下付き文字とで作成することができます。
15401 \end_layout
15402
15403 \begin_layout Standard
15404 \align center
15405 \begin_inset Tabular
15406 <lyxtabular version="3" rows="2" columns="2">
15407 <features tabularvalignment="middle">
15408 <column alignment="center" valignment="top" width="0pt">
15409 <column alignment="center" valignment="top" width="0pt">
15410 <row>
15411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 コマンド
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424 出力
15425 \begin_inset Note Note
15426 status collapsed
15427
15428 \begin_layout Plain Layout
15429 ここで
15430 \series bold
15431
15432 \backslash
15433 raisebox
15434 \series default
15435 はスペーサーとして使用しているだけです。
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 <row>
15447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \backslash
15453 prod^
15454 \backslash
15455 infty
15456 \begin_inset ERT
15457 status collapsed
15458
15459 \begin_layout Plain Layout
15460
15461
15462 \backslash
15463 spce 
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \begin_inset Formula $\to$
15470 \end_inset
15471
15472 _0
15473 \begin_inset Formula $\to$
15474 \end_inset
15475
15476 A(x)
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15486 \end_inset
15487
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 </lyxtabular>
15495
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \begin_layout Standard
15502 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15503 \end_layout
15504
15505 \begin_layout Standard
15506 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15507 \family sans
15508 編集\SpecialChar \menuseparator
15509 数式\SpecialChar \menuseparator
15510 範囲の表記を変更
15511 \family default
15512 メニューで
15513 \family sans
15514 \series bold
15515 行内形式
15516 \family default
15517 \series default
15518 (短絡キー
15519 \begin_inset Info
15520 type  "shortcut"
15521 arg   "math-limits"
15522 \end_inset
15523
15524 )を選択することで範囲形式を変更することができます。以下はその用例です。
15525 \end_layout
15526
15527 \begin_layout Standard
15528 既定の範囲形式は、以下のようになっています。
15529 \begin_inset Formula 
15530 \[
15531 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15532 \]
15533
15534 \end_inset
15535
15536 以下は、範囲形式を
15537 \family sans
15538 \series bold
15539 行内形式
15540 \family default
15541 \series default
15542 に変更したときの表示です。
15543 \begin_inset Formula 
15544 \[
15545 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15546 \]
15547
15548 \end_inset
15549
15550
15551 \series bold
15552
15553 \backslash
15554 intop
15555 \series default
15556
15557 \series bold
15558
15559 \backslash
15560 ointop
15561 \series default
15562 などのように
15563 \series bold
15564 op
15565 \series default
15566 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15567 の例では、範囲形式を
15568 \series bold
15569 別行立て形式
15570 \series default
15571 にして積分記号の下に置くようにしています。
15572 \begin_inset Formula 
15573 \begin{equation}
15574 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15575 \end{equation}
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 \begin_inset VSpace medskip
15584 \end_inset
15585
15586 範囲に条件を指定したい場合には、
15587 \series bold
15588
15589 \backslash
15590 subarray
15591 \series default
15592
15593 \begin_inset Index idx
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597 こまんど@コマンド ! S ! 
15598 \backslash
15599 subarray
15600 \end_layout
15601
15602 \end_inset
15603
15604 コマンドや
15605 \series bold
15606
15607 \backslash
15608 substack
15609 \series default
15610
15611 \begin_inset Index idx
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615 こまんど@コマンド ! S ! 
15616 \backslash
15617 substack
15618 \end_layout
15619
15620 \end_inset
15621
15622 コマンドを使用します。たとえば、以下の表記 
15623 \begin_inset Formula 
15624 \begin{equation}
15625 \sum_{\begin{subarray}{c}
15626 0<k<1000\\
15627 \\
15628 k\,\in\,\mathbb{N}
15629 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15630 \end{equation}
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \begin_layout Standard
15638 を作成するには、以下のようにしなくてはなりません。
15639 \begin_inset Newline newline
15640 \end_inset
15641
15642 まず、
15643 \series bold
15644
15645 \backslash
15646 sum
15647 \series default
15648 ^
15649 \series bold
15650 n
15651 \begin_inset ERT
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655
15656
15657 \backslash
15658 spce 
15659 \end_layout
15660
15661 \end_inset
15662
15663 _
15664 \series default
15665 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15666 \series bold
15667
15668 \backslash
15669 subarray
15670 \begin_inset ERT
15671 status collapsed
15672
15673 \begin_layout Plain Layout
15674
15675
15676 \backslash
15677 spce 
15678 \end_layout
15679
15680 \end_inset
15681
15682
15683 \series default
15684 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15685 \begin_inset Info
15686 type  "shortcut"
15687 arg   "newline-insert newline"
15688 \end_inset
15689
15690 )を挿入することで作ることができます。ここに
15691 \begin_inset Newline newline
15692 \end_inset
15693
15694
15695 \series bold
15696 0
15697 \begin_inset Formula $\boldsymbol{<}$
15698 \end_inset
15699
15700 k
15701 \begin_inset Formula $\boldsymbol{<}$
15702 \end_inset
15703
15704 1000 Ctrl+Return
15705 \begin_inset Newline newline
15706 \end_inset
15707
15708
15709 \series default
15710 と入力すると、新規行のための新しい枠が現れます。
15711 \end_layout
15712
15713 \begin_layout Standard
15714 各行の揃え方は、
15715 \family sans
15716 表ツールバー
15717 \family default
15718
15719 \family sans
15720 編集\SpecialChar \menuseparator
15721 行と列
15722 \family default
15723 メニューで変更することができますが、右揃えにするには、行頭に
15724 \series bold
15725
15726 \backslash
15727 hfill
15728 \begin_inset ERT
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732
15733
15734 \backslash
15735 spce 
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \series default
15742 を挿入しなくてはなりません。
15743 \end_layout
15744
15745 \begin_layout Standard
15746
15747 \series bold
15748
15749 \backslash
15750 substack
15751 \series default
15752 コマンドは、各行がつねに中央揃えになることを除いては、
15753 \series bold
15754
15755 \backslash
15756 subarray
15757 \series default
15758 と同じです。
15759 \end_layout
15760
15761 \begin_layout Standard
15762 \begin_inset VSpace bigskip
15763 \end_inset
15764
15765 演算子の後に来る文字は、範囲の横に来るので、
15766 \begin_inset CommandInset ref
15767 LatexCommand eqref
15768 reference "eq:substack"
15769
15770 \end_inset
15771
15772 式のように、演算子の横の余白が大きくなりすぎることがあります。
15773 \end_layout
15774
15775 \begin_layout Standard
15776 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15777 \end_layout
15778
15779 \begin_layout Standard
15780
15781 \series bold
15782
15783 \backslash
15784 def
15785 \backslash
15786 clap#1{
15787 \backslash
15788 hbox to 0pt{
15789 \backslash
15790 hss #1
15791 \backslash
15792 hss}}
15793 \begin_inset Newline newline
15794 \end_inset
15795
15796
15797 \backslash
15798 def
15799 \backslash
15800 mathclap {
15801 \backslash
15802 mathpalette 
15803 \backslash
15804 mathclapinternal}
15805 \begin_inset Newline newline
15806 \end_inset
15807
15808
15809 \backslash
15810 def
15811 \backslash
15812 mathclapinternal #1#2{
15813 \backslash
15814 clap{$
15815 \backslash
15816 mathsurround =0pt #1{#2}$}}
15817 \end_layout
15818
15819 \begin_layout Standard
15820 これは、範囲の幅を0
15821 \begin_inset space \thinspace{}
15822 \end_inset
15823
15824 ptに設定する
15825 \series bold
15826
15827 \backslash
15828 mathclap
15829 \series default
15830
15831 \begin_inset Index idx
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835 こまんど@コマンド ! M ! 
15836 \backslash
15837 mathclap
15838 \end_layout
15839
15840 \end_inset
15841
15842 コマンドを定義しています。このコマンドの書式は、
15843 \end_layout
15844
15845 \begin_layout Standard
15846
15847 \series bold
15848
15849 \backslash
15850 mathclap{範囲}
15851 \end_layout
15852
15853 \begin_layout Standard
15854 となっていて、「範囲」には複数の条件を入れることができます。
15855 \end_layout
15856
15857 \begin_layout Standard
15858 これを
15859 \begin_inset CommandInset ref
15860 LatexCommand eqref
15861 reference "eq:substack"
15862
15863 \end_inset
15864
15865 式に応用すると、以下のようなコマンド
15866 \end_layout
15867
15868 \begin_layout Standard
15869
15870 \series bold
15871
15872 \backslash
15873 sum_
15874 \backslash
15875 mathclap{
15876 \backslash
15877 substack
15878 \begin_inset ERT
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882
15883
15884 \backslash
15885 spce 
15886 \end_layout
15887
15888 \end_inset
15889
15890 0
15891 \begin_inset Formula $\boldsymbol{<}$
15892 \end_inset
15893
15894 k
15895 \begin_inset Formula $\boldsymbol{<}$
15896 \end_inset
15897
15898 1000 Ctrl+Return
15899 \end_layout
15900
15901 \begin_layout Standard
15902 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15903 \begin_inset Formula 
15904 \[
15905 \sum_{\mathclap{\substack{0<k<1000\\
15906 \\
15907 k\,\in\,\mathbb{N}
15908 }
15909 }}^{n}k^{-2}
15910 \]
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Standard
15918 \begin_inset VSpace bigskip
15919 \end_inset
15920
15921 一つの範囲を複数の演算子に用いる方法が、第
15922 \begin_inset CommandInset ref
15923 LatexCommand ref
15924 reference "sub:自己定義演算子"
15925
15926 \end_inset
15927
15928 節に述べられています。
15929 \end_layout
15930
15931 \begin_layout Subsection
15932
15933 \lang english
15934 Decoration for Operators
15935 \lang japanese
15936
15937 \begin_inset Index idx
15938 status open
15939
15940 \begin_layout Plain Layout
15941 えんざんし@演算子 ! 
15942 \lang english
15943 Decoration
15944 \end_layout
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \begin_layout Standard
15952
15953 \series bold
15954
15955 \backslash
15956 overset
15957 \series default
15958
15959 \begin_inset Index idx
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 こまんど@コマンド ! O ! 
15964 \backslash
15965 overset
15966 \end_layout
15967
15968 \end_inset
15969
15970 コマンドや
15971 \series bold
15972
15973 \backslash
15974 underset
15975 \series default
15976
15977 \begin_inset Index idx
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981 こまんど@コマンド ! U ! 
15982 \backslash
15983 underset
15984 \end_layout
15985
15986 \end_inset
15987
15988 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15989 \series bold
15990
15991 \backslash
15992 sideset
15993 \series default
15994
15995 \begin_inset Index idx
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 こまんど@コマンド ! S ! 
16000 \backslash
16001 sideset
16002 \end_layout
16003
16004 \end_inset
16005
16006 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
16007 \end_layout
16008
16009 \begin_layout Standard
16010
16011 \series bold
16012
16013 \backslash
16014 sideset{前置文字}{後置文字}
16015 \end_layout
16016
16017 \begin_layout Standard
16018
16019 \series bold
16020
16021 \backslash
16022 sideset
16023 \series default
16024 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
16025 \series bold
16026
16027 \backslash
16028 sideset
16029 \series default
16030 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
16031 \end_layout
16032
16033 \begin_layout Standard
16034 たとえば、
16035 \series bold
16036
16037 \backslash
16038 sideset{
16039 \begin_inset Formula $\to$
16040 \end_inset
16041
16042
16043 \backslash
16044 {
16045 \series default
16046 '
16047 \series bold
16048
16049 \begin_inset Formula $\to$
16050 \end_inset
16051
16052
16053 \backslash
16054 sum_k=1
16055 \begin_inset ERT
16056 status collapsed
16057
16058 \begin_layout Plain Layout
16059
16060
16061 \backslash
16062 spce 
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \series default
16069 ^
16070 \series bold
16071 n
16072 \series default
16073 というコマンドを入力すると、
16074 \begin_inset Formula 
16075 \[
16076 \sideset{}{'}\sum_{k=1}^{n}
16077 \]
16078
16079 \end_inset
16080
16081 のようになります。
16082 \end_layout
16083
16084 \begin_layout Standard
16085 \begin_inset Note Greyedout
16086 status open
16087
16088 \begin_layout Plain Layout
16089
16090 \series bold
16091 \lang english
16092 Note: 
16093 \backslash
16094 sideset
16095 \series default
16096  can only be used to decorate big operators, binary operators are not allowed.
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \begin_layout Standard
16105 のようになります。最後の例からわかるように、
16106 \series bold
16107
16108 \backslash
16109 overset
16110 \series default
16111
16112 \series bold
16113
16114 \backslash
16115 underset
16116 \series default
16117 では、記号や文字にアクセントをつけることもできます。一方。 また、
16118 \series bold
16119
16120 \backslash
16121 overset
16122 \begin_inset ERT
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127
16128 \backslash
16129 spce 
16130 \end_layout
16131
16132 \end_inset
16133
16134
16135 \backslash
16136 maltese
16137 \begin_inset ERT
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141
16142
16143 \backslash
16144 spce 
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \series default
16151
16152 \begin_inset Formula $\uparrow$
16153 \end_inset
16154
16155
16156 \series bold
16157 a
16158 \series default
16159 というコマンドならば、
16160 \begin_inset Formula 
16161 \[
16162 \overset{a}{\maltese}
16163 \]
16164
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Subsection
16171 二項演算子
16172 \begin_inset CommandInset label
16173 LatexCommand label
16174 name "sub:二項演算子"
16175
16176 \end_inset
16177
16178
16179 \begin_inset Index idx
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 えんざんし@演算子 ! にこう@二項
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16193 \begin_inset VSpace medskip
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 \begin_inset space \hfill{}
16201 \end_inset
16202
16203
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="13" columns="2">
16206 <features tabularvalignment="middle">
16207 <column alignment="center" valignment="top" width="0pt">
16208 <column alignment="center" valignment="top" width="0pt">
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 コマンド
16215 \begin_inset Note Note
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219 ここで
16220 \series bold
16221
16222 \backslash
16223 raisebox
16224 \series default
16225 はスペーサーとして使用しているだけです。
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 出力
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 +
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 \begin_inset Formula $+$
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 -
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset Formula $-$
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 <row>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \backslash
16298 pm
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Formula $\pm$
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \backslash
16323 mp
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Formula $\mp$
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \backslash
16348 cdot
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Formula $\cdot$
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \backslash
16373 times
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Formula $\times$
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \backslash
16398 div
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 \begin_inset Formula $\div$
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 \begin_inset ERT
16422 status collapsed
16423
16424 \begin_layout Plain Layout
16425
16426
16427 \backslash
16428 raisebox{-1.2mm}{
16429 \end_layout
16430
16431 \end_inset
16432
16433 *
16434 \begin_inset ERT
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438
16439 }
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 \begin_inset Formula $*$
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467
16468 \backslash
16469 star
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 \begin_inset Formula $\star$
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492
16493 \backslash
16494 circ
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Formula $\circ$
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517
16518 \backslash
16519 diamond
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Formula $\diamond$
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 </row>
16537 <row>
16538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542
16543 \backslash
16544 bullet
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 \begin_inset Formula $\bullet$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 </lyxtabular>
16563
16564 \end_inset
16565
16566
16567 \begin_inset space \hfill{}
16568 \end_inset
16569
16570
16571 \begin_inset Tabular
16572 <lyxtabular version="3" rows="13" columns="2">
16573 <features tabularvalignment="middle">
16574 <column alignment="center" valignment="top" width="0pt">
16575 <column alignment="center" valignment="top" width="0pt">
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 コマンド
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 出力
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 <row>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601
16602 \backslash
16603 nabla
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $\nabla$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \backslash
16628 bigtriangledown
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $\bigtriangledown$
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651
16652 \backslash
16653 bigtriangleup
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Formula $\bigtriangleup$
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676
16677 \backslash
16678 Box
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $\Box$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701
16702 \backslash
16703 cap 
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 \begin_inset Formula $\cap$
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 </row>
16721 <row>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726
16727 \backslash
16728 cup
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $\cup$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 dagger
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $\dagger$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 ddagger
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\ddagger$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 wr
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\wr$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 bigcirc
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\bigcirc$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 wedge
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\wedge$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \backslash
16878 vee
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\vee$
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \begin_inset space \hfill{}
16902 \end_inset
16903
16904
16905 \begin_inset Tabular
16906 <lyxtabular version="3" rows="13" columns="2">
16907 <features tabularvalignment="middle">
16908 <column alignment="center" valignment="top" width="0pt">
16909 <column alignment="center" valignment="top" width="0pt">
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 コマンド
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 出力
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 oplus
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\oplus$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 ominus
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\ominus$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 otimes
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\otimes$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 oslash
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\oslash$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 odot
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\odot$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 amalg
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\amalg$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 uplus
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\uplus$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 setminus
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\setminus$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 sqcap
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\sqcap$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 sqcup
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\sqcup$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 triangleleft
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\triangleleft$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 triangleright
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\triangleright$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 </lyxtabular>
17231
17232 \end_inset
17233
17234
17235 \begin_inset space \hfill{}
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \begin_layout Standard
17242 二項演算子は、すべて数式ツールバーボタンの
17243 \begin_inset Graphics
17244         filename ../../images/math/pm.png
17245         scale 85
17246
17247 \end_inset
17248
17249 から挿入することもできます。
17250 \end_layout
17251
17252 \begin_layout Standard
17253 ラプラス演算子を組版するには、
17254 \series bold
17255
17256 \backslash
17257 bigtriangleup
17258 \series default
17259 以外に、
17260 \series bold
17261
17262 \backslash
17263 Delta
17264 \series default
17265
17266 \series bold
17267
17268 \backslash
17269 nabla
17270 \series default
17271 ^
17272 \series bold
17273 2
17274 \series default
17275
17276 \begin_inset Formula $\nabla^{2}$
17277 \end_inset
17278
17279 )を使用することもできます。
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \family sans
17285 挿入\SpecialChar \menuseparator
17286 特殊文字
17287 \family default
17288 メニューの
17289 \family sans
17290 メニュー区切り
17291 \family default
17292 で入力される文字は、
17293 \series bold
17294
17295 \backslash
17296 triangleright
17297 \series default
17298 演算子です。
17299 \end_layout
17300
17301 \begin_layout Subsection
17302 自己定義演算子
17303 \begin_inset CommandInset label
17304 LatexCommand label
17305 name "sub:自己定義演算子"
17306
17307 \end_inset
17308
17309
17310 \begin_inset Index idx
17311 status collapsed
17312
17313 \begin_layout Plain Layout
17314 えんざんし@演算子 ! じこていぎ@自己定義
17315 \end_layout
17316
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 LaTeXプリアンブルで
17324 \series bold
17325
17326 \backslash
17327 DeclareMathOperator
17328 \series default
17329
17330 \begin_inset Index idx
17331 status collapsed
17332
17333 \begin_layout Plain Layout
17334 こまんど@コマンド ! D ! 
17335 \backslash
17336 dbinom@
17337 \backslash
17338 DeclareMathOperator
17339 \end_layout
17340
17341 \end_inset
17342
17343 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17344 \end_layout
17345
17346 \begin_layout Standard
17347
17348 \series bold
17349
17350 \backslash
17351 DeclareMathOperator{新規コマンド}{表示}
17352 \end_layout
17353
17354 \begin_layout Standard
17355 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17356 \begin_inset CommandInset ref
17357 LatexCommand ref
17358 reference "sub:演算子の範囲"
17359
17360 \end_inset
17361
17362 節で述べられた範囲を指定することができます。
17363 \end_layout
17364
17365 \begin_layout Standard
17366 たとえば、以下のようなLaTeXプリアンブル行
17367 \end_layout
17368
17369 \begin_layout Standard
17370
17371 \series bold
17372
17373 \backslash
17374 DeclareMathOperator*{
17375 \backslash
17376 Lozenge}{
17377 \backslash
17378 blacklozenge}
17379 \end_layout
17380
17381 \begin_layout Standard
17382 は、第
17383 \begin_inset CommandInset ref
17384 LatexCommand ref
17385 reference "sub:その他の記号"
17386
17387 \end_inset
17388
17389 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17390 \series bold
17391
17392 \backslash
17393 Lozenge
17394 \series default
17395 を定義します。
17396 \begin_inset Formula 
17397 \[
17398 \Lozenge_{n=1}^{\infty}
17399 \]
17400
17401 \end_inset
17402
17403 上記の数式を作るコマンドは、
17404 \series bold
17405
17406 \backslash
17407 Lozenge
17408 \series default
17409 ^
17410 \series bold
17411
17412 \backslash
17413 infty
17414 \begin_inset Formula $\to$
17415 \end_inset
17416
17417 _n=1
17418 \series default
17419 です。
17420 \end_layout
17421
17422 \begin_layout Standard
17423 \begin_inset VSpace bigskip
17424 \end_inset
17425
17426 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17427 \series bold
17428
17429 \backslash
17430 mathop
17431 \series default
17432
17433 \begin_inset Index idx
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437 こまんど@コマンド ! M ! 
17438 \backslash
17439 mathop
17440 \end_layout
17441
17442 \end_inset
17443
17444 コマンドおよび
17445 \series bold
17446
17447 \backslash
17448 mathbin
17449 \series default
17450
17451 \begin_inset Index idx
17452 status collapsed
17453
17454 \begin_layout Plain Layout
17455 こまんど@コマンド ! M ! 
17456 \backslash
17457 mathbin
17458 \end_layout
17459
17460 \end_inset
17461
17462 コマンドを用いて定義を行うこともできます。
17463 \end_layout
17464
17465 \begin_layout Standard
17466 (書式)
17467 \series bold
17468
17469 \backslash
17470 mathop{表示}
17471 \series default
17472 および
17473 \series bold
17474
17475 \backslash
17476 mathbin{表示}
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 mathop
17485 \series default
17486 は大演算子を定義し、
17487 \series bold
17488
17489 \backslash
17490 mathbin
17491 \series default
17492 は二項演算子を定義します。
17493 \end_layout
17494
17495 \begin_layout Standard
17496 たとえば
17497 \series bold
17498
17499 \backslash
17500 mathop
17501 \series default
17502 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17503 \end_layout
17504
17505 \begin_layout Standard
17506 \begin_inset Formula 
17507 \[
17508 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17509 \]
17510
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \begin_layout Standard
17517 上記の数式では
17518 \begin_inset Newline newline
17519 \end_inset
17520
17521
17522 \series bold
17523
17524 \backslash
17525 mathop{
17526 \backslash
17527 sum
17528 \backslash
17529 negmedspace
17530 \backslash
17531 sum
17532 \series default
17533
17534 \begin_inset ERT
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538
17539
17540 \backslash
17541 spce 
17542 \end_layout
17543
17544 \end_inset
17545
17546
17547 \series bold
17548
17549 \begin_inset Formula $\to$
17550 \end_inset
17551
17552 ^N
17553 \series default
17554
17555 \begin_inset ERT
17556 status collapsed
17557
17558 \begin_layout Plain Layout
17559
17560
17561 \backslash
17562 spce 
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \series bold
17569 _i,j=1
17570 \begin_inset Newline newline
17571 \end_inset
17572
17573
17574 \series default
17575 というコマンドを用いています。
17576 \end_layout
17577
17578 \begin_layout Section
17579 書体
17580 \begin_inset Index idx
17581 status collapsed
17582
17583 \begin_layout Plain Layout
17584 しょたい@書体
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \begin_inset Index idx
17591 status collapsed
17592
17593 \begin_layout Plain Layout
17594 ふぉんと@フォント | see
17595 \begin_inset ERT
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599
17600 {
17601 \end_layout
17602
17603 \end_inset
17604
17605 書体
17606 \begin_inset ERT
17607 status collapsed
17608
17609 \begin_layout Plain Layout
17610
17611 }
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \begin_layout Subsection
17625 書体様式
17626 \begin_inset CommandInset label
17627 LatexCommand label
17628 name "sub:書体様式"
17629
17630 \end_inset
17631
17632
17633 \begin_inset Index idx
17634 status collapsed
17635
17636 \begin_layout Plain Layout
17637 しょたい@書体 ! ようしき@様式
17638 \end_layout
17639
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Standard
17646 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17647 \begin_inset VSpace -2mm
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Standard
17654 \align center
17655 \begin_inset Tabular
17656 <lyxtabular version="3" rows="7" columns="3">
17657 <features tabularvalignment="middle">
17658 <column alignment="center" valignment="top" width="0">
17659 <column alignment="center" valignment="top" width="0">
17660 <column alignment="center" valignment="top" width="0">
17661 <row>
17662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 コマンド
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 出力
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 短絡キー
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 </row>
17690 <row>
17691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695
17696 \backslash
17697 mathbb
17698 \series bold
17699
17700 \begin_inset ERT
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704
17705
17706 \backslash
17707 spce 
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \series default
17714 ABC
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 \begin_inset Formula $\mathbb{ABC}$
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset Info
17736 type  "shortcut"
17737 arg   "font-noun"
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \backslash
17753 mathbf
17754 \series bold
17755
17756 \begin_inset ERT
17757 status collapsed
17758
17759 \begin_layout Plain Layout
17760
17761
17762 \backslash
17763 spce 
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \series default
17770 AbC
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 \begin_inset Formula $\mathbf{AbC}$
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791 \begin_inset Info
17792 type  "shortcut"
17793 arg   "font-bold"
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807
17808 \backslash
17809 boldsymbol
17810 \series bold
17811
17812 \begin_inset ERT
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816
17817
17818 \backslash
17819 spce 
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \series default
17826 AbC
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Formula $\boldsymbol{AbC}$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Info
17848 type  "shortcuts"
17849 arg   "font-boldsymbol"
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 <row>
17859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \backslash
17865 mathcal
17866 \series bold
17867
17868 \begin_inset ERT
17869 status collapsed
17870
17871 \begin_layout Plain Layout
17872
17873
17874 \backslash
17875 spce 
17876 \end_layout
17877
17878 \end_inset
17879
17880
17881 \series default
17882 ABC
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 \begin_inset Formula $\mathcal{ABC}$
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 \begin_inset Info
17904 type  "shortcut"
17905 arg   "font-emph"
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 </row>
17914 <row>
17915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919
17920 \backslash
17921 mathfrak
17922 \series bold
17923
17924 \begin_inset ERT
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928
17929
17930 \backslash
17931 spce 
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \series default
17938 AbC
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 \begin_inset Formula $\mathfrak{AbC}$
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 -
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 </row>
17965 <row>
17966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \backslash
17972 mathscr
17973 \series bold
17974
17975 \begin_inset ERT
17976 status collapsed
17977
17978 \begin_layout Plain Layout
17979
17980
17981 \backslash
17982 spce 
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \series default
17989 AbC
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 \begin_inset Formula $\mathscr{AbC}$
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 -
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 </lyxtabular>
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \align center
18025 \begin_inset Tabular
18026 <lyxtabular version="3" rows="5" columns="3">
18027 <features tabularvalignment="middle">
18028 <column alignment="center" valignment="top" width="0">
18029 <column alignment="center" valignment="top" width="0">
18030 <column alignment="center" valignment="top" width="0">
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 コマンド
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 出力
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 短絡キー
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathit
18068 \series bold
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 spce 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series default
18084 AbC
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 \begin_inset Formula $\mathit{AbC}$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 -
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \backslash
18118 mathrm
18119 \series bold
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 spce 
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \series default
18135 AbC
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 \begin_inset Formula $\mathrm{AbC}$
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 \begin_inset Info
18157 type  "shortcut"
18158 arg   "font-roman"
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 </row>
18167 <row>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172
18173 \backslash
18174 mathsf
18175 \series bold
18176
18177 \begin_inset ERT
18178 status collapsed
18179
18180 \begin_layout Plain Layout
18181
18182
18183 \backslash
18184 spce 
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \series default
18191 AbC
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 \begin_inset Formula $\mathsf{AbC}$
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 \begin_inset Info
18213 type  "shortcut"
18214 arg   "font-sans"
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 </row>
18223 <row>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \backslash
18230 mathtt
18231 \series bold
18232
18233 \begin_inset ERT
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237
18238
18239 \backslash
18240 spce 
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \series default
18247 AbC
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 \begin_inset Formula $\mathtt{AbC}$
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 \begin_inset Info
18269 type  "shortcut"
18270 arg   "font-typewriter"
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 </lyxtabular>
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \begin_layout Standard
18287 \begin_inset Note Greyedout
18288 status open
18289
18290 \begin_layout Plain Layout
18291
18292 \series bold
18293 (注意)
18294 \backslash
18295 mathbb
18296 \series default
18297 様式と
18298 \series bold
18299
18300 \backslash
18301 mathcal
18302 \series default
18303 様式は、大文字にのみ使用することができます。
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \begin_layout Standard
18312 既定では、
18313 \series bold
18314
18315 \backslash
18316 mathnormal
18317 \series default
18318 様式に設定されています。
18319 \end_layout
18320
18321 \begin_layout Standard
18322 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18323 \begin_inset Formula 
18324 \[
18325 \mathfrak{A=\frac{b}{C}}
18326 \]
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18335 \series bold
18336
18337 \backslash
18338 textrm
18339 \series default
18340 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18341 \begin_inset Foot
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345 \begin_inset CommandInset href
18346 LatexCommand href
18347 name "LyX-bug #4629"
18348 target "http://www.lyx.org/trac/ticket/4629"
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Standard
18361 書体様式コマンドの代わりに、
18362 \family sans
18363 編集\SpecialChar \menuseparator
18364 数学\SpecialChar \menuseparator
18365 文字様式
18366 \family default
18367 ダイアログや、
18368 \begin_inset Graphics
18369         filename ../../images/math/font.png
18370         scale 85
18371
18372 \end_inset
18373
18374 を使用することもできます。
18375 \end_layout
18376
18377 \begin_layout Subsection
18378 ボールド体の数式
18379 \begin_inset CommandInset label
18380 LatexCommand label
18381 name "sub:ボールド体の数式"
18382
18383 \end_inset
18384
18385
18386 \begin_inset Index idx
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390 すうしき@数式 ! ぼーるどたい@ボールド体
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Standard
18399 数式全体をボールド体にしようとすると、前節の
18400 \series bold
18401
18402 \backslash
18403 mathbf
18404 \series default
18405 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18406 字してしまいます。
18407 \end_layout
18408
18409 \begin_layout Standard
18410 \begin_inset Formula 
18411 \[
18412 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18413 \]
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 この数式を正しく表示するには、以下のように、
18422 \series bold
18423
18424 \backslash
18425 boldsymbol
18426 \series default
18427 コマンドを使用します。
18428 \begin_inset Formula 
18429 \[
18430 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18431 \]
18432
18433 \end_inset
18434
18435 また、数式を
18436 \series bold
18437 boldmath環境
18438 \series default
18439 に設定する方法もあります。この環境は、TeXモードで
18440 \series bold
18441
18442 \backslash
18443 boldmath
18444 \begin_inset Index idx
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448 こまんど@コマンド ! B ! 
18449 \backslash
18450 boldmath
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \series default
18457 コマンドを挿入することによって作ることができます。環境を閉じるには、
18458 \series bold
18459
18460 \backslash
18461 unboldmath
18462 \begin_inset Index idx
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 こまんど@コマンド ! U ! 
18467 \backslash
18468 unboldmath
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \series default
18475 コマンドをTeXモードで挿入します。
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 boldmath 
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \begin_inset Formula 
18490 \[
18491 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18492 \]
18493
18494 \end_inset
18495
18496
18497 \begin_inset ERT
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501
18502
18503 \backslash
18504 unboldmath 
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Subsection
18513 色付きの数式
18514 \begin_inset Index idx
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518 すうしき@数式 ! いろつき@色付き
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18528 \begin_inset Formula 
18529 \[
18530 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18531 \]
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539
18540 \begin_inset CommandInset ref
18541 LatexCommand ref
18542 reference "sub:色付きボックス"
18543
18544 \end_inset
18545
18546 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18547 \series bold
18548
18549 \backslash
18550 textcolor
18551 \series default
18552
18553 \begin_inset Index idx
18554 status collapsed
18555
18556 \begin_layout Plain Layout
18557 こまんど@コマンド ! T ! 
18558 \backslash
18559 textcolor
18560 \end_layout
18561
18562 \end_inset
18563
18564 TeXコードコマンドで適用することができます。
18565 \end_layout
18566
18567 \begin_layout Standard
18568
18569 \series bold
18570
18571 \backslash
18572 textcolor{色}{文字ないし数式}
18573 \end_layout
18574
18575 \begin_layout Standard
18576 下記の例は、全体を濃緑にし、一部を赤にしています。
18577 \end_layout
18578
18579 \begin_layout Standard
18580 \begin_inset ERT
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584
18585
18586 \backslash
18587 textcolor{darkgreen}{
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \begin_inset Formula 
18594 \[
18595 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18596 \]
18597
18598 \end_inset
18599
18600
18601 \begin_inset ERT
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605
18606 }
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Standard
18615 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18616 \begin_inset Foot
18617 status collapsed
18618
18619 \begin_layout Plain Layout
18620 \begin_inset CommandInset href
18621 LatexCommand href
18622 name "LyX-bug #5269"
18623 target "http://www.lyx.org/trac/ticket/5269"
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \end_layout
18634
18635 \begin_layout Subsection
18636 書体寸法
18637 \begin_inset CommandInset label
18638 LatexCommand label
18639 name "sub:書体寸法"
18640
18641 \end_inset
18642
18643
18644 \begin_inset Index idx
18645 status collapsed
18646
18647 \begin_layout Plain Layout
18648 しょたい@書体 ! すんぽう@寸法
18649 \end_layout
18650
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \begin_layout Standard
18657 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18658 \end_layout
18659
18660 \begin_layout Standard
18661
18662 \series bold
18663
18664 \backslash
18665 Huge
18666 \series default
18667
18668 \series bold
18669
18670 \backslash
18671 huge
18672 \series default
18673
18674 \series bold
18675
18676 \backslash
18677 LARGE
18678 \series default
18679
18680 \series bold
18681
18682 \backslash
18683 Large
18684 \series default
18685
18686 \series bold
18687
18688 \backslash
18689 large
18690 \series default
18691
18692 \series bold
18693
18694 \backslash
18695 normalsize
18696 \series default
18697
18698 \series bold
18699
18700 \backslash
18701 small
18702 \series default
18703 ,
18704 \begin_inset Newline newline
18705 \end_inset
18706
18707
18708 \series bold
18709
18710 \backslash
18711 footnotesize
18712 \series default
18713
18714 \series bold
18715
18716 \backslash
18717 scriptsize
18718 \series default
18719 、および
18720 \series bold
18721
18722 \backslash
18723 tiny
18724 \end_layout
18725
18726 \begin_layout Standard
18727 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18728 \series bold
18729
18730 \backslash
18731 normalsize
18732 \series default
18733 コマンドに設定されます。他のコマンドは、
18734 \series bold
18735
18736 \backslash
18737 normalsize
18738 \series default
18739 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18740 \begin_inset space \thinspace{}
18741 \end_inset
18742
18743 ptであるならば、
18744 \series bold
18745
18746 \backslash
18747 Huge
18748 \series default
18749 コマンドは
18750 \series bold
18751
18752 \backslash
18753 huge
18754 \series default
18755 コマンドと同じ大きさに落とされます。
18756 \end_layout
18757
18758 \begin_layout Standard
18759 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18760 \series bold
18761
18762 \backslash
18763 normalsize
18764 \series default
18765 コマンドを挿入します。
18766 \end_layout
18767
18768 \begin_layout Standard
18769 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18770 \end_layout
18771
18772 \begin_layout Standard
18773 \noindent
18774 \align center
18775 \begin_inset Tabular
18776 <lyxtabular version="3" rows="5" columns="2">
18777 <features tabularvalignment="middle">
18778 <column alignment="center" valignment="top" width="0">
18779 <column alignment="center" valignment="top" width="0">
18780 <row>
18781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785 コマンド
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 出力
18795 \begin_inset Note Note
18796 status collapsed
18797
18798 \begin_layout Plain Layout
18799
18800 \series bold
18801
18802 \backslash
18803 raisebox
18804 \series default
18805  はスペーサーとして使用されているだけです。
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \backslash
18823 displaystyle
18824 \begin_inset Index idx
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828 こまんど@コマンド ! D ! 
18829 \backslash
18830 displaystyle
18831 \end_layout
18832
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 <row>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \backslash
18860 textstyle
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 <row>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \backslash
18885 scriptstyle
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 </row>
18903 <row>
18904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \backslash
18910 scriptscriptstyle
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 </lyxtabular>
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18937 \end_layout
18938
18939 \begin_layout Standard
18940 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18941 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18942 \begin_inset VSpace -2mm
18943 \end_inset
18944
18945
18946 \end_layout
18947
18948 \begin_layout Standard
18949 \begin_inset ERT
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953
18954
18955 \backslash
18956 huge 
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \begin_inset Formula 
18963 \[
18964 A=\frac{B}{c}\cdot\maltese
18965 \]
18966
18967 \end_inset
18968
18969
18970 \begin_inset Formula 
18971 \[
18972 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18973 \]
18974
18975 \end_inset
18976
18977
18978 \begin_inset ERT
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982
18983
18984 \backslash
18985 normalsize 
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Standard
18994 \begin_inset VSpace medskip
18995 \end_inset
18996
18997 二つの式の前には、
18998 \series bold
18999
19000 \backslash
19001 huge
19002 \series default
19003 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19004 \begin_inset Newline newline
19005 \end_inset
19006
19007
19008 \series bold
19009
19010 \backslash
19011 maltese
19012 \begin_inset ERT
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016
19017
19018 \backslash
19019 spce 
19020 \end_layout
19021
19022 \end_inset
19023
19024 A Alt+M M 
19025 \backslash
19026 Large
19027 \begin_inset ERT
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 spce 
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \backslash
19041 maltese
19042 \begin_inset ERT
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046
19047
19048 \backslash
19049 spce 
19050 \end_layout
19051
19052 \end_inset
19053
19054
19055 \backslash
19056 textit
19057 \begin_inset ERT
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061
19062
19063 \backslash
19064 spce 
19065 \end_layout
19066
19067 \end_inset
19068
19069 A
19070 \begin_inset Formula $\to$
19071 \end_inset
19072
19073
19074 \begin_inset Formula $\to$
19075 \end_inset
19076
19077
19078 \begin_inset Newline newline
19079 \end_inset
19080
19081
19082 \begin_inset space \hspace*{}
19083 \length 1cm
19084 \end_inset
19085
19086 Alt+M
19087 \series default
19088  
19089 \series bold
19090
19091 \backslash
19092 tiny
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
19106 \backslash
19107 maltese
19108 \begin_inset ERT
19109 status collapsed
19110
19111 \begin_layout Plain Layout
19112
19113
19114 \backslash
19115 spce 
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \backslash
19122 textit
19123 \begin_inset ERT
19124 status collapsed
19125
19126 \begin_layout Plain Layout
19127
19128
19129 \backslash
19130 spce 
19131 \end_layout
19132
19133 \end_inset
19134
19135 A
19136 \begin_inset Newline newline
19137 \end_inset
19138
19139
19140 \series default
19141 のようになります。
19142 \end_layout
19143
19144 \begin_layout Standard
19145 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19146 \end_layout
19147
19148 \begin_layout Section
19149 ギリシャ文字
19150 \begin_inset Index idx
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154 ぎりしゃもじ@ギリシャ文字
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \begin_layout Standard
19163 すべてのギリシャ文字は、ツールバーボタンの
19164 \begin_inset Graphics
19165         filename ../../images/math/alpha.png
19166         scale 85
19167
19168 \end_inset
19169
19170 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19171 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19172 \end_layout
19173
19174 \begin_layout Subsection
19175 小文字
19176 \begin_inset Index idx
19177 status collapsed
19178
19179 \begin_layout Plain Layout
19180 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19181 \end_layout
19182
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \begin_layout Standard
19189 \begin_inset space \hfill{}
19190 \end_inset
19191
19192
19193 \begin_inset Tabular
19194 <lyxtabular version="3" rows="11" columns="2">
19195 <features tabularvalignment="middle">
19196 <column alignment="center" valignment="top" width="0pt">
19197 <column alignment="center" valignment="top" width="0pt">
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 コマンド
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 出力
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 <row>
19219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223
19224 \backslash
19225 alpha
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 \begin_inset Formula $\alpha$
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 </row>
19243 <row>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \backslash
19250 beta
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 \begin_inset Formula $\beta$
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \backslash
19275 gamma
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Formula $\gamma$
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \backslash
19300 delta
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Formula $\delta$
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \backslash
19325 epsilon
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset Formula $\epsilon$
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 <row>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \backslash
19350 varepsilon
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\varepsilon$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 zeta
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\zeta$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 eta
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\eta$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 theta
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\theta$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 vartheta
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\vartheta$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 </lyxtabular>
19469
19470 \end_inset
19471
19472
19473 \begin_inset space \hfill{}
19474 \end_inset
19475
19476
19477 \begin_inset Tabular
19478 <lyxtabular version="3" rows="12" columns="2">
19479 <features tabularvalignment="middle">
19480 <column alignment="center" valignment="top" width="0pt">
19481 <column alignment="center" valignment="top" width="0pt">
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 コマンド
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 出力
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \backslash
19509 iota
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 \begin_inset Formula $\iota$
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 </row>
19527 <row>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532
19533 \backslash
19534 kappa
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 \begin_inset Formula $\kappa$
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \backslash
19559 varkappa
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Formula $\varkappa$
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 </row>
19577 <row>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582
19583 \backslash
19584 lambda
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Formula $\lambda$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 mu
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset Formula $\mu$
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 </row>
19627 <row>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \backslash
19634 nu
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 \begin_inset Formula $\nu$
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \backslash
19659 xi
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $\xi$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 <row>
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 o
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $o$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 pi
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\pi$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 varpi
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\varpi$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 rho
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\rho$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 </lyxtabular>
19776
19777 \end_inset
19778
19779
19780 \begin_inset space \hfill{}
19781 \end_inset
19782
19783
19784 \begin_inset Tabular
19785 <lyxtabular version="3" rows="11" columns="2">
19786 <features tabularvalignment="middle">
19787 <column alignment="center" valignment="top" width="0pt">
19788 <column alignment="center" valignment="top" width="0pt">
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 コマンド
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 出力
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \backslash
19816 varrho
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset Formula $\varrho$
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 sigma
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\sigma$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 varsigma
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\varsigma$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 tau
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\tau$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 upsilon
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\upsilon$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 phi
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\phi$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 varphi
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\varphi$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 chi
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\chi$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \backslash
20016 psi
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $\psi$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 omega
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Formula $\omega$
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 </lyxtabular>
20060
20061 \end_inset
20062
20063
20064 \begin_inset space \hfill{}
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 \begin_inset VSpace medskip
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \begin_layout Standard
20078 アップライト体のギリシャ文字を作成する方法は、第
20079 \begin_inset CommandInset ref
20080 LatexCommand ref
20081 reference "sub:アップライト体ギリシャ小文字"
20082
20083 \end_inset
20084
20085 節に説明されています。
20086 \end_layout
20087
20088 \begin_layout Subsection
20089 大文字
20090 \begin_inset Index idx
20091 status collapsed
20092
20093 \begin_layout Plain Layout
20094 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103 \begin_inset space \hfill{}
20104 \end_inset
20105
20106
20107 \begin_inset Tabular
20108 <lyxtabular version="3" rows="7" columns="2">
20109 <features tabularvalignment="middle">
20110 <column alignment="center" valignment="top" width="0pt">
20111 <column alignment="center" valignment="top" width="0pt">
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \family roman
20119 \series medium
20120 \shape up
20121 \size normal
20122 \emph off
20123 \bar no
20124 \noun off
20125 \color none
20126 コマンド
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135
20136 \family roman
20137 \series medium
20138 \shape up
20139 \size normal
20140 \emph off
20141 \bar no
20142 \noun off
20143 \color none
20144 出力
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155
20156 \backslash
20157 Gamma
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset Formula $\Gamma$
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 Delta
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\Delta$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 Theta
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\Theta$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 Lambda
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\Lambda$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 Xi
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\Xi$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 Pi
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\Pi$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 </lyxtabular>
20301
20302 \end_inset
20303
20304
20305 \begin_inset space \hfill{}
20306 \end_inset
20307
20308
20309 \begin_inset Tabular
20310 <lyxtabular version="3" rows="6" columns="2">
20311 <features tabularvalignment="middle">
20312 <column alignment="center" valignment="top" width="0pt">
20313 <column alignment="center" valignment="top" width="0pt">
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \family roman
20321 \series medium
20322 \shape up
20323 \size normal
20324 \emph off
20325 \bar no
20326 \noun off
20327 \color none
20328 コマンド
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \family roman
20339 \series medium
20340 \shape up
20341 \size normal
20342 \emph off
20343 \bar no
20344 \noun off
20345 \color none
20346 出力
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 </row>
20352 <row>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \backslash
20359 Sigma
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Formula $\Sigma$
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \backslash
20384 Upsilon
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 \begin_inset Formula $\Upsilon$
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \backslash
20409 Phi
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $\Phi$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 Psi
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\Psi$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 Omega
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Formula $\Omega$
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 </lyxtabular>
20478
20479 \end_inset
20480
20481
20482 \begin_inset space \hfill{}
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Standard
20489 \begin_inset VSpace medskip
20490 \end_inset
20491
20492 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20493 \series bold
20494 var
20495 \series default
20496 を付けてください。たとえば、
20497 \series bold
20498
20499 \backslash
20500 varGamma
20501 \series default
20502 コマンドは、
20503 \begin_inset Formula $\varGamma$
20504 \end_inset
20505
20506 を生成します。もう一つの方法は、パッケージ
20507 \series bold
20508 fixmath
20509 \series default
20510
20511 \begin_inset Foot
20512 status collapsed
20513
20514 \begin_layout Plain Layout
20515
20516 \series bold
20517 fixmath
20518 \series default
20519 は、LaTeXパッケージ
20520 \series bold
20521 was
20522 \series default
20523
20524 \begin_inset Index idx
20525 status collapsed
20526
20527 \begin_layout Plain Layout
20528 ぱっけーじ@パッケージ ! was
20529 \begin_inset ERT
20530 status collapsed
20531
20532 \begin_layout Plain Layout
20533
20534
20535 \backslash
20536 vspace{4mm}
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545
20546 に含まれています。
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \begin_inset Index idx
20553 status collapsed
20554
20555 \begin_layout Plain Layout
20556 ぱっけーじ@パッケージ ! fixmath
20557 \end_layout
20558
20559 \end_inset
20560
20561 をLaTeXプリアンブル行に
20562 \end_layout
20563
20564 \begin_layout Standard
20565
20566 \series bold
20567
20568 \backslash
20569 usepackage{fixmath}
20570 \end_layout
20571
20572 \begin_layout Standard
20573 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20574 \end_layout
20575
20576 \begin_layout Subsection
20577 ボールド体
20578 \begin_inset Index idx
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20583 \end_layout
20584
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Standard
20591 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20592 \series bold
20593
20594 \backslash
20595 boldsymbol
20596 \series default
20597 コマンドのみです
20598 \begin_inset Index idx
20599 status collapsed
20600
20601 \begin_layout Plain Layout
20602 こまんど@コマンド ! B ! 
20603 \backslash
20604 boldsymbol
20605 \end_layout
20606
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \begin_layout Standard
20613 \align center
20614 \begin_inset Tabular
20615 <lyxtabular version="3" rows="3" columns="2">
20616 <features tabularvalignment="middle">
20617 <column alignment="center" valignment="top" width="0">
20618 <column alignment="center" valignment="top" width="0">
20619 <row>
20620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 コマンド
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 出力
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 <row>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644
20645 \backslash
20646 Upsilon
20647 \backslash
20648 boldsymbol
20649 \backslash
20650 Upsilon
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 theta
20676 \backslash
20677 boldsymbol
20678 \backslash
20679 theta
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\theta\boldsymbol{\theta}$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 </lyxtabular>
20698
20699 \end_inset
20700
20701
20702 \begin_inset Newpage newpage
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Section
20709 記号
20710 \begin_inset ERT
20711 status collapsed
20712
20713 \begin_layout Plain Layout
20714
20715
20716 \backslash
20717 texorpdfstring{
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \begin_inset Foot
20724 status collapsed
20725
20726 \begin_layout Plain Layout
20727 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20728 \begin_inset CommandInset citation
20729 LatexCommand cite
20730 key "Symbols"
20731
20732 \end_inset
20733
20734 にあります。
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \begin_inset ERT
20741 status collapsed
20742
20743 \begin_layout Plain Layout
20744
20745 }{}
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset Note Note
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20758 \end_layout
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 texorpdfstringについての詳細は、第
20764 \begin_inset CommandInset ref
20765 LatexCommand ref
20766 reference "sub:節見出し中の数式"
20767
20768 \end_inset
20769
20770 節にあります。
20771 \end_layout
20772
20773 \end_inset
20774
20775
20776 \begin_inset Index idx
20777 status collapsed
20778
20779 \begin_layout Plain Layout
20780 きごう@記号
20781 \end_layout
20782
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \begin_layout Standard
20789 本節に掲げてある各記号の多くは、ツールバーボタンの
20790 \begin_inset Graphics
20791         filename ../../images/math/nabla.png
20792         scale 85
20793
20794 \end_inset
20795
20796
20797 \begin_inset Graphics
20798         filename ../../images/math/digamma.png
20799         scale 85
20800
20801 \end_inset
20802
20803 でも挿入することができます。
20804 \end_layout
20805
20806 \begin_layout Subsection
20807 数学記号
20808 \begin_inset CommandInset label
20809 LatexCommand label
20810 name "sub:数学記号"
20811
20812 \end_inset
20813
20814
20815 \begin_inset Index idx
20816 status collapsed
20817
20818 \begin_layout Plain Layout
20819 きごう@記号 ! すうがく@数学
20820 \end_layout
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \begin_layout Standard
20828 \begin_inset space \hfill{}
20829 \end_inset
20830
20831
20832 \begin_inset Tabular
20833 <lyxtabular version="3" rows="10" columns="2">
20834 <features tabularvalignment="middle">
20835 <column alignment="center" valignment="top" width="0pt">
20836 <column alignment="center" valignment="top" width="0pt">
20837 <row>
20838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 コマンド
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 出力
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 neg
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\neg$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 Im
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Im$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 Re
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\Re$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 aleph
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\aleph$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 <row>
20958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962
20963 \backslash
20964 partial
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 \begin_inset Formula $\partial$
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \backslash
20989 infty
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Formula $\infty$
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \backslash
21014 wp
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Formula $\wp$
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 </row>
21032 <row>
21033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037
21038 \backslash
21039 imath
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 \begin_inset Formula $\imath$
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 </row>
21057 <row>
21058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062
21063 \backslash
21064 jmath
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 \begin_inset Formula $\jmath$
21074 \end_inset
21075
21076
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 </lyxtabular>
21083
21084 \end_inset
21085
21086
21087 \begin_inset space \hfill{}
21088 \end_inset
21089
21090
21091 \begin_inset Tabular
21092 <lyxtabular version="3" rows="10" columns="2">
21093 <features tabularvalignment="middle">
21094 <column alignment="center" valignment="top" width="0pt">
21095 <column alignment="center" valignment="top" width="0pt">
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 コマンド
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 出力
21111 \begin_inset Note Note
21112 status collapsed
21113
21114 \begin_layout Plain Layout
21115 ここで
21116 \series bold
21117
21118 \backslash
21119 raisebox
21120 \series default
21121 はスペーサーとして使用しているだけです。
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 <row>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \backslash
21139 forall
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $\forall$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \backslash
21164 exists
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\exists$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 nexists
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\nexists$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 emptyset
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\emptyset$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 varnothing
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\varnothing$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 dag
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\dag$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 ddag
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\ddag$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 complement
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset ERT
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327
21328
21329 \backslash
21330 raisebox{-0.8mm}{
21331 \end_layout
21332
21333 \end_inset
21334
21335
21336 \begin_inset Formula $\complement$
21337 \end_inset
21338
21339
21340 \begin_inset ERT
21341 status collapsed
21342
21343 \begin_layout Plain Layout
21344
21345 }
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 </row>
21356 <row>
21357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361
21362 \backslash
21363 Bbbk
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Formula $\Bbbk$
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 </lyxtabular>
21382
21383 \end_inset
21384
21385
21386 \begin_inset space \hfill{}
21387 \end_inset
21388
21389
21390 \begin_inset Tabular
21391 <lyxtabular version="3" rows="10" columns="2">
21392 <features tabularvalignment="middle">
21393 <column alignment="center" valignment="top" width="0pt">
21394 <column alignment="center" valignment="top" width="0pt">
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 コマンド
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 出力
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 prime
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 \begin_inset Formula $\prime$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445
21446 \backslash
21447 backprime
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 \begin_inset Formula $\backprime$
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \backslash
21472 mho
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Formula $\mho$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \backslash
21497 triangle
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\triangle$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \backslash
21522 angle
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\angle$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \backslash
21547 measuredangle
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\measuredangle$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \backslash
21572 sphericalangle
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\sphericalangle$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 <row>
21591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \backslash
21597 top
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\top$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \backslash
21622 bot
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\bot$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 </lyxtabular>
21641
21642 \end_inset
21643
21644
21645 \begin_inset space \hfill{}
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \begin_layout Subsection
21652 その他の記号
21653 \begin_inset CommandInset label
21654 LatexCommand label
21655 name "sub:その他の記号"
21656
21657 \end_inset
21658
21659
21660 \begin_inset Index idx
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664 きごう@記号 ! そのた@その他
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 \noindent
21674 \align center
21675 \begin_inset Tabular
21676 <lyxtabular version="3" rows="10" columns="2">
21677 <features tabularvalignment="middle">
21678 <column alignment="center" valignment="top" width="0pt">
21679 <column alignment="center" valignment="top" width="0pt">
21680 <row>
21681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685
21686 \family roman
21687 \series medium
21688 \shape up
21689 \size normal
21690 \emph off
21691 \bar no
21692 \noun off
21693 \color none
21694 コマンド
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703
21704 \family roman
21705 \series medium
21706 \shape up
21707 \size normal
21708 \emph off
21709 \bar no
21710 \noun off
21711 \color none
21712 出力
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 flat
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\flat$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 natural
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\natural$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 sharp
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\sharp$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 surd
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\surd$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 checkmark
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\checkmark$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \backslash
21850 yen
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Formula $\yen$
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 pounds
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\pounds$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 $
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\$$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 §
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 \begin_inset Formula $§$
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 </row>
21939 </lyxtabular>
21940
21941 \end_inset
21942
21943
21944 \begin_inset Tabular
21945 <lyxtabular version="3" rows="10" columns="2">
21946 <features tabularvalignment="middle">
21947 <column alignment="center" valignment="top" width="0">
21948 <column alignment="center" valignment="top" width="0">
21949 <row>
21950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \family roman
21956 \series medium
21957 \shape up
21958 \size normal
21959 \emph off
21960 \bar no
21961 \noun off
21962 \color none
21963 コマンド
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972
21973 \family roman
21974 \series medium
21975 \shape up
21976 \size normal
21977 \emph off
21978 \bar no
21979 \noun off
21980 \color none
21981 出力
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 </row>
21987 <row>
21988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992
21993 \backslash
21994 hbar
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 \begin_inset Formula $\hbar$
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 </row>
22012 <row>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \backslash
22019 hslash
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $\hslash$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \backslash
22044 clubsuit
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Formula $\clubsuit$
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 <row>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \backslash
22069 spadesuit
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $\spadesuit$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \backslash
22094 bigstar
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $\bigstar$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \backslash
22119 blacklozenge
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 \begin_inset Formula $\blacklozenge$
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 </row>
22137 <row>
22138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142
22143 \backslash
22144 blacktriangle
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 \begin_inset Formula $\blacktriangle$
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 </row>
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167
22168 \backslash
22169 blacktiangledown
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 \begin_inset Formula $\blacktriangledown$
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 bullet
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset Formula $\bullet$
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 </lyxtabular>
22213
22214 \end_inset
22215
22216
22217 \begin_inset Tabular
22218 <lyxtabular version="3" rows="10" columns="2">
22219 <features tabularvalignment="middle">
22220 <column alignment="center" valignment="top" width="0pt">
22221 <column alignment="center" valignment="top" width="0pt">
22222 <row>
22223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \family roman
22229 \series medium
22230 \shape up
22231 \size normal
22232 \emph off
22233 \bar no
22234 \noun off
22235 \color none
22236 コマンド
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245
22246 \family roman
22247 \series medium
22248 \shape up
22249 \size normal
22250 \emph off
22251 \bar no
22252 \noun off
22253 \color none
22254 出力
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 diamondsuit
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\diamondsuit$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 Diamond
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\Diamond$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 heartsuit
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\heartsuit$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \backslash
22342 P
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\P$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \backslash
22367 copyright
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\copyright$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 circledR
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\circledR$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \backslash
22417 maltese
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Formula $\maltese$
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 </row>
22435 <row>
22436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \backslash
22442 diagup
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451 \begin_inset Formula $\diagup$
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row>
22461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465
22466 \backslash
22467 diagdown
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 \begin_inset Formula $\diagdown$
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 </row>
22485 </lyxtabular>
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \begin_inset VSpace medskip
22494 \end_inset
22495
22496 ここにある以上の記号が、第
22497 \begin_inset CommandInset ref
22498 LatexCommand ref
22499 reference "sub:他の特殊文字"
22500
22501 \end_inset
22502
22503 節に挙げてあります。
22504 \end_layout
22505
22506 \begin_layout Standard
22507 寸法を変えて表示することのできる記号もあります。第
22508 \begin_inset CommandInset ref
22509 LatexCommand ref
22510 reference "sub:書体寸法"
22511
22512 \end_inset
22513
22514 節をご参照下さい。
22515 \end_layout
22516
22517 \begin_layout Subsection
22518 ユーロ通貨記号€
22519 \begin_inset Index idx
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \begin_inset Index idx
22530 status collapsed
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 @
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540
22541
22542 \backslash
22543 officialeuro
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Standard
22557 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22558 \series bold
22559 eurosym
22560 \series default
22561
22562 \begin_inset Index idx
22563 status collapsed
22564
22565 \begin_layout Plain Layout
22566 ぱっけーじ@パッケージ ! eurosym
22567 \end_layout
22568
22569 \end_inset
22570
22571 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22572 \end_layout
22573
22574 \begin_layout Standard
22575
22576 \series bold
22577
22578 \backslash
22579 usepackage[gennarrow]{eurosym}
22580 \end_layout
22581
22582 \begin_layout Standard
22583 すると、ユーロ通貨記号を
22584 \series bold
22585
22586 \backslash
22587 euro
22588 \series default
22589
22590 \begin_inset Index idx
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594 こまんど@コマンド ! E ! 
22595 \backslash
22596 euro
22597 \end_layout
22598
22599 \end_inset
22600
22601 コマンドで挿入することができるようになります。
22602 \end_layout
22603
22604 \begin_layout Standard
22605 数式テキストには、
22606 \series bold
22607 eurosym
22608 \series default
22609 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22610 \series bold
22611 eurosym
22612 \series default
22613 が導入されていれば、
22614 \series bold
22615
22616 \backslash
22617 euro
22618 \series default
22619 はTeXモードでも挿入することができます。また、正式な通貨記号を
22620 \series bold
22621
22622 \backslash
22623 officialeuro
22624 \series default
22625
22626 \begin_inset Index idx
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630 こまんど@コマンド ! O ! 
22631 \backslash
22632 officialeuro
22633 \end_layout
22634
22635 \end_inset
22636
22637 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22638 \end_layout
22639
22640 \begin_layout Standard
22641 \begin_inset ERT
22642 status collapsed
22643
22644 \begin_layout Plain Layout
22645
22646
22647 \backslash
22648 ifeurosym 
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \begin_inset Note Note
22655 status open
22656
22657 \begin_layout Plain Layout
22658 以下の表は、LaTeXパッケージ
22659 \series bold
22660 eurosym
22661 \series default
22662 が導入済みのときのみ表示されます。
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \begin_layout Standard
22671 以下は、各ユーロ通貨記号のまとめです。
22672 \end_layout
22673
22674 \begin_layout Standard
22675 \align center
22676 \begin_inset Tabular
22677 <lyxtabular version="3" rows="4" columns="3">
22678 <features tabularvalignment="middle">
22679 <column alignment="center" valignment="top" width="0pt">
22680 <column alignment="center" valignment="top" width="0pt">
22681 <column alignment="center" valignment="top" width="0pt">
22682 <row>
22683 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 コマンド
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 出力
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 数式
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 euro
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\euro$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 数式テキスト
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $\mbox{€}$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 TeXモード
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 officialeuro
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 officialeuro
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 </lyxtabular>
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 \begin_inset ERT
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832
22833
22834 \backslash
22835 else 
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \begin_inset Note Note
22842 status open
22843
22844 \begin_layout Plain Layout
22845 以下は、LaTeXパッケージ
22846 \series bold
22847 eurosym
22848 \series default
22849 が導入されていないときのみ表示されます。
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 本節の残りを出力としてみるためには、LaTeXパッケージ
22859 \series bold
22860 eurosym
22861 \series default
22862 を導入する必要があります。
22863 \end_layout
22864
22865 \begin_layout Standard
22866 \begin_inset ERT
22867 status collapsed
22868
22869 \begin_layout Plain Layout
22870
22871
22872 \backslash
22873 fi 
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Section
22882 関係子
22883 \begin_inset CommandInset label
22884 LatexCommand label
22885 name "sec:関係子"
22886
22887 \end_inset
22888
22889
22890 \begin_inset Index idx
22891 status collapsed
22892
22893 \begin_layout Plain Layout
22894 かんけいし@関係子
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \begin_inset Index idx
22901 status collapsed
22902
22903 \begin_layout Plain Layout
22904 ひかくし@比較子|see
22905 \begin_inset ERT
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909
22910 {
22911 \end_layout
22912
22913 \end_inset
22914
22915 関係子
22916 \begin_inset ERT
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920
22921 }
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Standard
22935 関係子はすべて、ツールバーボタンの
22936 \begin_inset Graphics
22937         filename ../../images/math/leq.png
22938         scale 85
22939
22940 \end_inset
22941
22942 でも挿入することができます。
22943 \end_layout
22944
22945 \begin_layout Standard
22946 \begin_inset space \hfill{}
22947 \end_inset
22948
22949
22950 \begin_inset Tabular
22951 <lyxtabular version="3" rows="17" columns="2">
22952 <features tabularvalignment="middle">
22953 <column alignment="center" valignment="top" width="0pt">
22954 <column alignment="center" valignment="top" width="0pt">
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 コマンド
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 出力
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 <row>
22976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Formula $<$
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $<$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 le
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\le$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \backslash
23033 ll
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Formula $\ll$
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 prec
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Formula $\prec$
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 preceq
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\preceq$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \backslash
23108 subset
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 \begin_inset Formula $\subset$
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 <row>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \backslash
23133 subseteq
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 \begin_inset Formula $\subseteq$
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 </row>
23151 <row>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156
23157 \backslash
23158 sqsubseteq
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 \begin_inset Formula $\sqsubseteq$
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 <row>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \backslash
23183 in
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 \begin_inset Formula $\in$
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 vdash
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\vdash$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 smile
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Formula $\smile$
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \backslash
23258 lhd
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 \begin_inset Formula $\lhd$
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \backslash
23283 unlhd
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset Formula $\unlhd$
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 <row>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306
23307 \backslash
23308 gtrless
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $\gtrless$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 mid
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\mid$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 nmid
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\nmid$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 </lyxtabular>
23377
23378 \end_inset
23379
23380
23381 \begin_inset space \hfill{}
23382 \end_inset
23383
23384
23385 \begin_inset Tabular
23386 <lyxtabular version="3" rows="17" columns="2">
23387 <features tabularvalignment="middle">
23388 <column alignment="center" valignment="top" width="0pt">
23389 <column alignment="center" valignment="top" width="0pt">
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 コマンド
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 出力
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 =
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $=$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 not=
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\not=$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 <row>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 equiv
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\equiv$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \backslash
23490 sim
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Formula $\sim$
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \backslash
23515 simeq
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\simeq$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 approx
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\approx$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \backslash
23565 cong
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 \begin_inset Formula $\cong$
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \backslash
23590 bowtie
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $\bowtie$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 notin
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\notin$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 perp
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\perp$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 propto
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\propto$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 asymp
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\asymp$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 doteq
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\doteq$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 circeq
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\circeq$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 models
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\models$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 widehat=
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\widehat{=}$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 </lyxtabular>
23809
23810 \end_inset
23811
23812
23813 \begin_inset space \hfill{}
23814 \end_inset
23815
23816
23817 \begin_inset Tabular
23818 <lyxtabular version="3" rows="17" columns="2">
23819 <features tabularvalignment="middle">
23820 <column alignment="center" valignment="top" width="0pt">
23821 <column alignment="center" valignment="top" width="0pt">
23822 <row>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \family roman
23829 \series medium
23830 \shape up
23831 \size normal
23832 \emph off
23833 \bar no
23834 \noun off
23835 \color none
23836 コマンド
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \family roman
23847 \series medium
23848 \shape up
23849 \size normal
23850 \emph off
23851 \bar no
23852 \noun off
23853 \color none
23854 出力
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 \begin_inset Formula $>$
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $>$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 ge
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\ge$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 gg
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\gg$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 succ
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\succ$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 succeq
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\succeq$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 supset
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\supset$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 supseteq
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Formula $\supseteq$
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 sqsupseteq
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\sqsupseteq$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 ni
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 \begin_inset Formula $\ni$
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 </row>
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 dashv
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 \begin_inset Formula $\dashv$
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 </row>
24111 <row>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \backslash
24118 frown
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 \begin_inset Formula $\frown$
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 </row>
24136 <row>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 rhd
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Formula $\rhd$
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 unrhd
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Formula $\unrhd$
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191
24192 \backslash
24193 lessgtr
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 \begin_inset Formula $\lessgtr$
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 parallel
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 \begin_inset Formula $\parallel$
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 </row>
24236 <row>
24237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 nparallel
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Formula $\nparallel$
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 </row>
24261 </lyxtabular>
24262
24263 \end_inset
24264
24265
24266 \begin_inset space \hfill{}
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \begin_layout Standard
24273 \begin_inset VSpace medskip
24274 \end_inset
24275
24276
24277 \series bold
24278
24279 \backslash
24280 lhd
24281 \series default
24282
24283 \series bold
24284
24285 \backslash
24286 rhd
24287 \series default
24288 の文字は、同じように見える演算子
24289 \series bold
24290
24291 \backslash
24292 triangleleft
24293 \series default
24294 および
24295 \series bold
24296
24297 \backslash
24298 triangleright
24299 \series default
24300 よりも大きくなっています。
24301 \end_layout
24302
24303 \begin_layout Standard
24304 関係子は、記号とは違って、つねに前後に余白が置かれます。
24305 \end_layout
24306
24307 \begin_layout Standard
24308
24309 \series bold
24310
24311 \backslash
24312 stackrel
24313 \series default
24314
24315 \begin_inset Index idx
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 こまんど@コマンド ! S ! 
24320 \backslash
24321 stackrel
24322 \end_layout
24323
24324 \end_inset
24325
24326 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24327 \end_layout
24328
24329 \begin_layout Standard
24330 \align center
24331 \begin_inset Tabular
24332 <lyxtabular version="3" rows="2" columns="2">
24333 <features tabularvalignment="middle">
24334 <column alignment="center" valignment="top" width="0">
24335 <column alignment="center" valignment="top" width="0">
24336 <row>
24337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 コマンド
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 出力
24351 \begin_inset Note Note
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 ここで
24356 \series bold
24357
24358 \backslash
24359 raisebox
24360 \series default
24361 はスペーサーとして使用しているだけです。
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 A(r)
24378 \backslash
24379 stackrel
24380 \begin_inset ERT
24381 status collapsed
24382
24383 \begin_layout Plain Layout
24384
24385
24386 \backslash
24387 spce 
24388 \end_layout
24389
24390 \end_inset
24391
24392 r
24393 \backslash
24394 to
24395 \backslash
24396 infty
24397 \begin_inset ERT
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401
24402
24403 \backslash
24404 spce 
24405 \end_layout
24406
24407 \end_inset
24408
24409
24410 \begin_inset Formula $\downarrow$
24411 \end_inset
24412
24413
24414 \backslash
24415 approx
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
24429 \begin_inset ERT
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433
24434
24435 \backslash
24436 spce 
24437 \end_layout
24438
24439 \end_inset
24440
24441 B
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 </row>
24459 </lyxtabular>
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Section
24467 函数
24468 \end_layout
24469
24470 \begin_layout Subsection
24471 定義済み函数
24472 \begin_inset CommandInset label
24473 LatexCommand label
24474 name "sub:定義済み函数"
24475
24476 \end_inset
24477
24478
24479 \begin_inset Index idx
24480 status collapsed
24481
24482 \begin_layout Plain Layout
24483 かんすう@函数 ! ていぎずみ@定義済み
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Standard
24492 一般的に、数式表現では変数は
24493 \shape italic
24494 イタリック体
24495 \shape default
24496 に設定されますが、函数名はイタリック体にしません。なぜなら、
24497 \begin_inset Formula $sin$
24498 \end_inset
24499
24500
24501 \begin_inset Formula $s\cdot i\cdot n$
24502 \end_inset
24503
24504 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
24505 ックスラッシュを加えたコマンドとして挿入します。
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \align center
24510 \begin_inset Tabular
24511 <lyxtabular version="3" rows="2" columns="4">
24512 <features tabularvalignment="middle">
24513 <column alignment="center" valignment="top" width="0pt">
24514 <column alignment="center" valignment="top" width="0pt">
24515 <column alignment="center" valignment="top" width="0pt">
24516 <column alignment="center" valignment="top" width="0pt">
24517 <row>
24518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 コマンド
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 出力
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 コマンド
24541 \end_layout
24542
24543 \end_inset
24544 </cell>
24545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549 出力
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 Asin(x)+B
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Formula $Asin(x)+B$
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581 A
24582 \backslash
24583 sin(x)+B
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 \begin_inset Formula $A\sin(x)+B$
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 </lyxtabular>
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Standard
24609 以下の函数が定義済みです。
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset VSpace -2mm
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 \align center
24621 \begin_inset Tabular
24622 <lyxtabular version="3" rows="9" columns="4">
24623 <features tabularvalignment="middle">
24624 <column alignment="center" valignment="top" width="0pt">
24625 <column alignment="center" valignment="top" width="0pt">
24626 <column alignment="center" valignment="top" width="0pt">
24627 <column alignment="center" valignment="top" width="0pt">
24628 <row>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633 コマンド
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642 コマンド
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 コマンド
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660 コマンド
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 sin
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682
24683 \backslash
24684 sinh
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693
24694 \backslash
24695 arcsin
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704
24705 \backslash
24706 sup
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 </row>
24712 <row>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 cos
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \backslash
24730 cosh
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739
24740 \backslash
24741 arccos
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 inf
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 </row>
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \backslash
24765 tan
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774
24775 \backslash
24776 tanh
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 arctan
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 lim
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 </row>
24804 <row>
24805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \backslash
24811 cot
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820
24821 \backslash
24822 coth
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831
24832 \backslash
24833 arg
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 liminf
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \backslash
24857 sec
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866
24867 \backslash
24868 min
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \backslash
24879 deg
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 limsup
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 <row>
24897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901
24902 \backslash
24903 csc
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912
24913 \backslash
24914 max
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923
24924 \backslash
24925 det
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 Pr
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 </row>
24942 <row>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \backslash
24949 ln
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 exp
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 dim
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \backslash
24982 hom
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 </row>
24988 <row>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993
24994 \backslash
24995 lg
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \backslash
25006 log
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 ker
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 gcd
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 </row>
25034 </lyxtabular>
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Standard
25042 上記は、数式ツールバーボタンの
25043 \begin_inset Graphics
25044         filename ../../images/math/functions.png
25045         scale 85
25046
25047 \end_inset
25048
25049 でも挿入することができます。
25050 \end_layout
25051
25052 \begin_layout Subsection
25053 自己定義函数
25054 \begin_inset Index idx
25055 status collapsed
25056
25057 \begin_layout Plain Layout
25058 かんすう@函数 ! じこていぎ@自己定義
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
25068 \end_layout
25069
25070 \begin_layout Itemize
25071 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
25072 \begin_inset Foot
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076
25077 \series bold
25078
25079 \backslash
25080 DeclareMathOperator
25081 \series default
25082 についての詳細は、第
25083 \begin_inset CommandInset ref
25084 LatexCommand ref
25085 reference "sub:自己定義演算子"
25086
25087 \end_inset
25088
25089 節をご参照下さい。
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \begin_inset Newline newline
25096 \end_inset
25097
25098
25099 \begin_inset VSpace -3mm
25100 \end_inset
25101
25102
25103 \begin_inset Newline newline
25104 \end_inset
25105
25106
25107 \series bold
25108
25109 \backslash
25110 DeclareMathOperator{
25111 \backslash
25112 sgn}{sgn}
25113 \series default
25114
25115 \begin_inset Index idx
25116 status collapsed
25117
25118 \begin_layout Plain Layout
25119 こまんど@コマンド ! D ! 
25120 \backslash
25121 dbinom@
25122 \backslash
25123 DeclareMathOperator
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \begin_inset Newline newline
25130 \end_inset
25131
25132
25133 \begin_inset VSpace -2mm
25134 \end_inset
25135
25136
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140 これによって、新しく定義された函数を
25141 \series bold
25142
25143 \backslash
25144 sgn
25145 \series default
25146 コマンドで呼び出すことができるようになります。
25147 \end_layout
25148
25149 \begin_layout Itemize
25150 数式を普通に書き下し、函数名を選択して(上記の例では
25151 \emph on
25152 sgn
25153 \emph default
25154 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
25155 \end_layout
25156
25157 \begin_layout Standard
25158 双方とも定義済み函数と同等の出力をもたらします
25159 \begin_inset Foot
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 \align center
25173 \begin_inset Tabular
25174 <lyxtabular version="3" rows="3" columns="2">
25175 <features tabularvalignment="middle">
25176 <column alignment="center" valignment="top" width="0pt">
25177 <column alignment="center" valignment="top" width="0pt">
25178 <row>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 コマンド
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192 出力
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 </row>
25198 <row>
25199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203 A
25204 \backslash
25205 sgn(x)+B
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 \begin_inset Formula $A\sgn(x)+B$
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 </row>
25223 <row>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228 A
25229 \backslash
25230 ,
25231 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25232 \end_inset
25233
25234 (x)+B
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 </row>
25252 </lyxtabular>
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Standard
25260 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
25261 \end_layout
25262
25263 \begin_layout Subsection
25264 極限
25265 \begin_inset Index idx
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269 きょくげん@極限
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Standard
25278 極限用には、
25279 \series bold
25280
25281 \backslash
25282 lim
25283 \series default
25284
25285 \begin_inset Index idx
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 こまんど@コマンド ! L ! 
25290 \backslash
25291 lim
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \series bold
25298
25299 \backslash
25300 liminf
25301 \series default
25302
25303 \series bold
25304
25305 \backslash
25306 limsup
25307 \series default
25308 の他に、以下の函数があります。
25309 \end_layout
25310
25311 \begin_layout Standard
25312 \align center
25313 \begin_inset Tabular
25314 <lyxtabular version="3" rows="5" columns="2">
25315 <features tabularvalignment="middle">
25316 <column alignment="center" valignment="top" width="0">
25317 <column alignment="center" valignment="top" width="0">
25318 <row>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323 コマンド
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332 出力
25333 \begin_inset Note Note
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 ここで
25338 \series bold
25339
25340 \backslash
25341 raisebox
25342 \series default
25343 はスペーサーとして使用しているだけです。
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 <row>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 varliminf
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370 \begin_inset Formula $\varliminf$
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 </row>
25379 <row>
25380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 varlimsup
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395 \begin_inset Formula $\varlimsup$
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 <row>
25405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 varprojlim
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420 \begin_inset Formula $\varprojlim$
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 </row>
25429 <row>
25430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \backslash
25436 varinjlim
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 \begin_inset Formula $\varinjlim$
25446 \end_inset
25447
25448
25449 \begin_inset Formula $\raisebox{-2.5mm}{}$
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 </lyxtabular>
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset VSpace medskip
25467 \end_inset
25468
25469 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
25470 \end_layout
25471
25472 \begin_layout Standard
25473 \align center
25474 \begin_inset Tabular
25475 <lyxtabular version="3" rows="2" columns="2">
25476 <features tabularvalignment="middle">
25477 <column alignment="center" valignment="top" width="0pt">
25478 <column alignment="center" valignment="top" width="0pt">
25479 <row>
25480 <cell alignment="center" valignment="top" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 コマンド
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 <cell alignment="center" valignment="top" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 \begin_inset space \hspace{}
25494 \length 1cm
25495 \end_inset
25496
25497 出力
25498 \begin_inset Note Note
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 ここで
25503 \series bold
25504
25505 \backslash
25506 raisebox
25507 \series default
25508 はスペーサーとして使用しているだけです。
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 lim_x
25527 \backslash
25528 to
25529 \begin_inset ERT
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533
25534
25535 \backslash
25536 spce 
25537 \end_layout
25538
25539 \end_inset
25540
25541 A
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 spce 
25550 \end_layout
25551
25552 \end_inset
25553
25554 x=B
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 </row>
25572 </lyxtabular>
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25581 \begin_inset Formula 
25582 \[
25583 \lim_{x\to A}x=B
25584 \]
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Subsection
25592 剰余函数
25593 \begin_inset Index idx
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 かんすう@函数 ! じょうよ@剰余
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \begin_inset Index idx
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 かんすう@函数 ! もじゅらす@モジュラス | see
25608 \begin_inset ERT
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612
25613 {
25614 \end_layout
25615
25616 \end_inset
25617
25618 剰余
25619 \begin_inset ERT
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623
25624 }
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 剰余函数は、特別に4つの派生型があります。
25639 \end_layout
25640
25641 \begin_layout Standard
25642 以下は、別行立て数式での派生型です。
25643 \begin_inset Formula 
25644 \begin{align*}
25645 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25646 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25647 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25648 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25649 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25650 \end{align*}
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余函数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25659 のように文字をTeX括弧で囲みます。
25660 \begin_inset Formula 
25661 \begin{align*}
25662 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25663 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
25664 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25665 \end{align*}
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \begin_layout Section
25673 特殊文字
25674 \begin_inset Index idx
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678 とくしゅもじ@特殊文字
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Subsection
25687 数式テキストにおける特殊文字
25688 \end_layout
25689
25690 \begin_layout Standard
25691 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25692 \end_layout
25693
25694 \begin_layout Standard
25695 \begin_inset space \hfill{}
25696 \end_inset
25697
25698
25699 \begin_inset Tabular
25700 <lyxtabular version="3" rows="8" columns="2">
25701 <features tabularvalignment="middle">
25702 <column alignment="block" valignment="top" width="0">
25703 <column alignment="block" valignment="top" width="0">
25704 <row>
25705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709 コマンド
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718 出力
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 </row>
25724 <row>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 oe
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{œ}$
25741 \end_inset
25742
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 ae
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 aa
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{\aa}$
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" bottomline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 AA
25857 \begin_inset Index idx
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862 \lang english
25863
25864 \backslash
25865 @
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871
25872 \backslash
25873 textrm{
25874 \backslash
25875 AA}
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 \begin_inset Formula $\textrm{Å}$
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 </row>
25903 <row>
25904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908
25909 \backslash
25910 i
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 <cell alignment="center" valignment="top" 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 </lyxtabular>
25929
25930 \end_inset
25931
25932
25933 \begin_inset space \hfill{}
25934 \end_inset
25935
25936
25937 \begin_inset Tabular
25938 <lyxtabular version="3" rows="8" columns="2">
25939 <features tabularvalignment="middle">
25940 <column alignment="block" valignment="top" width="0">
25941 <column alignment="center" valignment="top" width="0">
25942 <row>
25943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947 コマンド
25948 \begin_inset Note Note
25949 status collapsed
25950
25951 \begin_layout Plain Layout
25952 0
25953 \begin_inset space \thinspace{}
25954 \end_inset
25955
25956 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 出力
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 <row>
25977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981
25982 \backslash
25983 o
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992 \begin_inset Formula $\textrm{ø}$
25993 \end_inset
25994
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 l
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" bottomline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081 !
26082 \begin_inset space \hspace{}
26083 \length 0mm
26084 \end_inset
26085
26086 `
26087 \begin_inset ERT
26088 status collapsed
26089
26090 \begin_layout Plain Layout
26091
26092
26093 \backslash
26094 spce 
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108 \begin_inset Formula $\textrm{!`}$
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 ?
26123 \begin_inset space \hspace{}
26124 \length 0mm
26125 \end_inset
26126
26127 `
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133
26134 \backslash
26135 spce 
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Formula $\textrm{?`}$
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 j
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 </lyxtabular>
26184
26185 \end_inset
26186
26187
26188 \begin_inset space \hfill{}
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset Formula $\textrm{\textrm{Å}}$
26196 \end_inset
26197
26198
26199 \begin_inset Formula $\textrm{\textrm{Ø}}$
26200 \end_inset
26201
26202 の各文字は、数式ツールバーボタンの
26203 \begin_inset Graphics
26204         filename ../../images/math/digamma.png
26205         scale 85
26206
26207 \end_inset
26208
26209 からも挿入することができます。
26210 \end_layout
26211
26212 \begin_layout Standard
26213 例外は、
26214 \series bold
26215 !
26216 \begin_inset space \hspace{}
26217 \length 0mm
26218 \end_inset
26219
26220 `
26221 \series default
26222
26223 \series bold
26224 ?
26225 \begin_inset space \hspace{}
26226 \length 0mm
26227 \end_inset
26228
26229 `
26230 \series default
26231 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26232 \end_layout
26233
26234 \begin_layout Subsection
26235 文章中のアクセント
26236 \begin_inset CommandInset label
26237 LatexCommand label
26238 name "sub:文章中のアクセント"
26239
26240 \end_inset
26241
26242
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26257 \end_layout
26258
26259 \begin_layout Standard
26260 \begin_inset space \hfill{}
26261 \end_inset
26262
26263
26264 \begin_inset Tabular
26265 <lyxtabular version="3" rows="8" columns="2">
26266 <features tabularvalignment="middle">
26267 <column alignment="block" valignment="top" width="0">
26268 <column alignment="block" valignment="top" width="0">
26269 <row>
26270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 コマンド
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 出力
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294
26295 \backslash
26296
26297 \begin_inset Quotes grd
26298 \end_inset
26299
26300 e
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 \begin_inset ERT
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313
26314
26315 \backslash
26316 "e
26317 \end_layout
26318
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 </row>
26327 <row>
26328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26329 \begin_inset Text
26330
26331 \begin_layout Plain Layout
26332
26333 \backslash
26334 `e
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 `e
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 </row>
26361 <row>
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366
26367 \backslash
26368 ^
26369 \begin_inset ERT
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373
26374
26375 \backslash
26376 spce 
26377 \end_layout
26378
26379 \end_inset
26380
26381 e
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 \begin_inset ERT
26391 status collapsed
26392
26393 \begin_layout Plain Layout
26394
26395
26396 \backslash
26397 ^e
26398 \end_layout
26399
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 </row>
26408 <row>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \backslash
26415 =e
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 \begin_inset ERT
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428
26429
26430 \backslash
26431 =e
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 </row>
26442 <row>
26443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447
26448 \backslash
26449 u
26450 \begin_inset ERT
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454
26455
26456 \backslash
26457 spce 
26458 \end_layout
26459
26460 \end_inset
26461
26462 e
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset ERT
26472 status collapsed
26473
26474 \begin_layout Plain Layout
26475
26476
26477 \backslash
26478 u e
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 </row>
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494
26495 \backslash
26496 b
26497 \begin_inset ERT
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501
26502
26503 \backslash
26504 spce 
26505 \end_layout
26506
26507 \end_inset
26508
26509 e
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522
26523
26524 \backslash
26525 b e
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543 t
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549
26550 \backslash
26551 spce 
26552 \end_layout
26553
26554 \end_inset
26555
26556 ee
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565 \begin_inset ERT
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569
26570
26571 \backslash
26572 t ee
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 </row>
26583 </lyxtabular>
26584
26585 \end_inset
26586
26587
26588 \begin_inset space \hfill{}
26589 \end_inset
26590
26591
26592 \begin_inset Tabular
26593 <lyxtabular version="3" rows="8" columns="2">
26594 <features tabularvalignment="middle">
26595 <column alignment="block" valignment="top" width="0">
26596 <column alignment="center" valignment="top" width="0">
26597 <row>
26598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 コマンド
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611 出力
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 </row>
26617 <row>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622
26623 \backslash
26624 H
26625 \begin_inset ERT
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 spce 
26633 \end_layout
26634
26635 \end_inset
26636
26637 e
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 \begin_inset ERT
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650
26651
26652 \backslash
26653 H e
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row>
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669
26670 \backslash
26671 'e
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 'e
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703
26704 \backslash
26705 ~e
26706 \begin_inset Index idx
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710
26711 \lang english
26712 Tilde
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726 \begin_inset ERT
26727 status collapsed
26728
26729 \begin_layout Plain Layout
26730
26731
26732 \backslash
26733 ~e
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 </row>
26744 <row>
26745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749
26750 \backslash
26751 .e
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 .e
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 </row>
26778 <row>
26779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783
26784 \backslash
26785 v
26786 \begin_inset ERT
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790
26791
26792 \backslash
26793 spce 
26794 \end_layout
26795
26796 \end_inset
26797
26798 e
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811
26812
26813 \backslash
26814 v e
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 </row>
26825 <row>
26826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830
26831 \backslash
26832 d
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 spce 
26841 \end_layout
26842
26843 \end_inset
26844
26845 e
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 d e
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 </row>
26872 <row>
26873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877
26878 \backslash
26879 c
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 spce 
26888 \end_layout
26889
26890 \end_inset
26891
26892 e
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906
26907 \backslash
26908 c e
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 </row>
26919 </lyxtabular>
26920
26921 \end_inset
26922
26923
26924 \begin_inset space \hfill{}
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \begin_layout Standard
26931 \begin_inset VSpace medskip
26932 \end_inset
26933
26934
26935 \series bold
26936
26937 \backslash
26938 t
26939 \series default
26940 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26941 \series bold
26942
26943 \backslash
26944 t
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 spce 
26953 \end_layout
26954
26955 \end_inset
26956
26957 sz
26958 \series default
26959 は、
26960 \begin_inset ERT
26961 status collapsed
26962
26963 \begin_layout Plain Layout
26964
26965
26966 \backslash
26967 t sz
26968 \end_layout
26969
26970 \end_inset
26971
26972 となります。
26973 \end_layout
26974
26975 \begin_layout Standard
26976
26977 \series bold
26978 `
26979 \series default
26980  ・
26981 \series bold
26982  '
26983 \series default
26984  ・ 
26985 \series bold
26986 ^
26987 \series default
26988  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26989 \begin_inset Foot
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \series bold
27000 ~
27001 \series default
27002 を、
27003 \emph on
27004 a
27005 \emph default
27006
27007 \emph on
27008 n
27009 \emph default
27010
27011 \emph on
27012 o
27013 \emph default
27014 といっしょに使うときも同様です。
27015 \end_layout
27016
27017 \begin_layout Standard
27018
27019 \series bold
27020
27021 \backslash
27022 b
27023 \series default
27024
27025 \series bold
27026
27027 \backslash
27028 c
27029 \series default
27030
27031 \series bold
27032
27033 \backslash
27034 d
27035 \series default
27036
27037 \series bold
27038
27039 \backslash
27040 H
27041 \series default
27042
27043 \series bold
27044
27045 \backslash
27046 t
27047 \series default
27048
27049 \series bold
27050
27051 \backslash
27052 u
27053 \series default
27054
27055 \series bold
27056
27057 \backslash
27058 v
27059 \series default
27060 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27061 。第
27062 \begin_inset CommandInset ref
27063 LatexCommand ref
27064 reference "sub:一文字に付けるアクセント"
27065
27066 \end_inset
27067
27068 節をご参照下さい。
27069 \end_layout
27070
27071 \begin_layout Standard
27072 \begin_inset VSpace bigskip
27073 \end_inset
27074
27075 さらに、
27076 \series bold
27077
27078 \backslash
27079 textcircled
27080 \series default
27081
27082 \begin_inset Index idx
27083 status collapsed
27084
27085 \begin_layout Plain Layout
27086 こまんど@コマンド ! T ! 
27087 \backslash
27088 textcircled
27089 \end_layout
27090
27091 \end_inset
27092
27093 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 \align center
27099 \begin_inset Tabular
27100 <lyxtabular version="3" rows="3" columns="2">
27101 <features tabularvalignment="middle">
27102 <column alignment="center" valignment="top" width="0">
27103 <column alignment="center" valignment="top" width="0">
27104 <row>
27105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109 コマンド
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 出力
27119 \begin_inset Note Note
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123 ここで
27124 \series bold
27125
27126 \backslash
27127 raisebox
27128 \series default
27129 はスペーサーとして使用しているだけです。
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \end_inset
27138 </cell>
27139 </row>
27140 <row>
27141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145
27146 \backslash
27147 textcircled{w}
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 \begin_inset ERT
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160
27161
27162 \backslash
27163 textcircled{w}
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 </row>
27174 <row>
27175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27176 \begin_inset Text
27177
27178 \begin_layout Plain Layout
27179
27180 \backslash
27181 Large 
27182 \backslash
27183 textcircled{
27184 \backslash
27185 normalsize
27186 \backslash
27187 protect
27188 \backslash
27189 raisebox{-1.5pt}{W}}
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 \begin_inset Formula $\raisebox{4.5mm}{}$
27199 \end_inset
27200
27201
27202 \begin_inset ERT
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206
27207
27208 \backslash
27209 Large 
27210 \backslash
27211 textcircled{
27212 \backslash
27213 normalsize
27214 \backslash
27215 protect
27216 \backslash
27217 raisebox{-1.5pt}W}
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \begin_inset Formula $\raisebox{-2mm}{}$
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 </lyxtabular>
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27241 \series bold
27242
27243 \backslash
27244 Large
27245 \series default
27246
27247 \begin_inset Foot
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251
27252 \begin_inset CommandInset ref
27253 LatexCommand ref
27254 reference "sub:書体寸法"
27255
27256 \end_inset
27257
27258 節参照のこと。
27259 \end_layout
27260
27261 \end_inset
27262
27263 で丸の大きさを指定しています。そして
27264 \series bold
27265
27266 \backslash
27267 raisebox
27268 \series default
27269
27270 \begin_inset Foot
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274
27275 \begin_inset CommandInset ref
27276 LatexCommand ref
27277 reference "sub:枠なしボックス"
27278
27279 \end_inset
27280
27281 節参照のこと。
27282 \end_layout
27283
27284 \end_inset
27285
27286 を使って、文字が真ん中にくるようにしています。
27287 \end_layout
27288
27289 \begin_layout Subsection
27290 小数字
27291 \begin_inset Index idx
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 しょうすうじ@小数字
27296 \end_layout
27297
27298 \end_inset
27299
27300
27301 \end_layout
27302
27303 \begin_layout Standard
27304 小数字(minuscule number)は、
27305 \series bold
27306
27307 \backslash
27308 oldstylenums
27309 \series default
27310
27311 \begin_inset Index idx
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 こまんど@コマンド ! O ! 
27316 \backslash
27317 oldstylenums
27318 \end_layout
27319
27320 \end_inset
27321
27322 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27323 \end_layout
27324
27325 \begin_layout Standard
27326
27327 \series bold
27328
27329 \backslash
27330 oldstylenums{数字}
27331 \end_layout
27332
27333 \begin_layout Standard
27334 です。
27335 \series bold
27336
27337 \backslash
27338 oldstylenums{0123456789}
27339 \series default
27340 というコマンドは、
27341 \begin_inset Formula $\oldstylenums{0123456789}$
27342 \end_inset
27343
27344 のようになります。
27345 \end_layout
27346
27347 \begin_layout Subsection
27348 他の特殊文字
27349 \begin_inset CommandInset label
27350 LatexCommand label
27351 name "sub:他の特殊文字"
27352
27353 \end_inset
27354
27355
27356 \begin_inset Index idx
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360 とくしゅもじ@特殊文字 ! たの@他の
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Standard
27369 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \align center
27374 \begin_inset Tabular
27375 <lyxtabular version="3" rows="4" columns="2">
27376 <features tabularvalignment="middle">
27377 <column alignment="center" valignment="top" width="0">
27378 <column alignment="center" valignment="top" width="0">
27379 <row>
27380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27381 \begin_inset Text
27382
27383 \begin_layout Plain Layout
27384 コマンド
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393 出力
27394 \end_layout
27395
27396 \end_inset
27397 </cell>
27398 </row>
27399 <row>
27400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27401 \begin_inset Text
27402
27403 \begin_layout Plain Layout
27404
27405 \backslash
27406 ^
27407 \begin_inset ERT
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411
27412
27413 \backslash
27414 spce 
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 \begin_inset Formula $\mathcircumflex$
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 </row>
27437 <row>
27438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442
27443 \backslash
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 $\_$
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" bottomline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467 ^
27468 \begin_inset ERT
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472
27473
27474 \backslash
27475 spce 
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \backslash
27482 circ
27483 \begin_inset Index idx
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488 \lang english
27489
27490 \backslash
27491
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505 \begin_inset Formula $^{\circ}$
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 </row>
27514 </lyxtabular>
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27523 \begin_inset Foot
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527 この件に関する詳細は、第
27528 \begin_inset CommandInset ref
27529 LatexCommand ref
27530 reference "sub:数式中のテキスト文字"
27531
27532 \end_inset
27533
27534 節にあります。
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Standard
27543
27544 \series bold
27545
27546 \backslash
27547 DeclareInputtext{176}{
27548 \backslash
27549 ifmmode^
27550 \backslash
27551 circ
27552 \backslash
27553 else
27554 \backslash
27555 textdegree
27556 \backslash
27557 fi}
27558 \begin_inset Newpage newpage
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Section
27565 数式様式
27566 \begin_inset CommandInset label
27567 LatexCommand label
27568 name "sec:数式様式"
27569
27570 \end_inset
27571
27572
27573 \begin_inset Index idx
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577 すうしき@数式 ! ようしき@様式
27578 \end_layout
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Itemize
27586 以下の二つの配置様式があります。
27587 \end_layout
27588
27589 \begin_deeper
27590 \begin_layout Description
27591 中央揃え 事前に定義された標準です。
27592 \end_layout
27593
27594 \begin_layout Description
27595 行頭下げ これを使うには、
27596 \family sans
27597 文書\SpecialChar \menuseparator
27598 設定
27599 \family default
27600 メニューの
27601 \family sans
27602 文書クラス
27603 \family default
27604 において、
27605 \series bold
27606 fleqn
27607 \series default
27608 オプションを指定しておかなくてはなりません。
27609 \end_layout
27610
27611 \begin_layout Standard
27612
27613 \series bold
27614 行頭下げ
27615 \series default
27616 を用いる場合には、行頭下げの大きさを
27617 \series bold
27618
27619 \backslash
27620 mathindent
27621 \series default
27622
27623 \begin_inset Index idx
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 こまんど@コマンド ! M ! 
27628 \backslash
27629 mathindent
27630 \end_layout
27631
27632 \end_inset
27633
27634 の値で調整することができます。これを15
27635 \begin_inset space \thinspace{}
27636 \end_inset
27637
27638 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27639 \end_layout
27640
27641 \begin_layout Standard
27642
27643 \series bold
27644
27645 \backslash
27646 setlength{
27647 \backslash
27648 mathindent}{15mm}
27649 \end_layout
27650
27651 \begin_layout Standard
27652
27653 \series bold
27654
27655 \backslash
27656 mathindent
27657 \series default
27658 を明示的に指定しない場合には、事前に定義されている30
27659 \begin_inset space \thinspace{}
27660 \end_inset
27661
27662 ptが適用されます。
27663 \end_layout
27664
27665 \end_deeper
27666 \begin_layout Itemize
27667 また、以下の二つの連番様式があります。
27668 \end_layout
27669
27670 \begin_deeper
27671 \begin_layout Description
27672 右 事前に定義された標準です。
27673 \end_layout
27674
27675 \begin_layout Description
27676 左 これを使うには、
27677 \family sans
27678 文書\SpecialChar \menuseparator
27679 設定
27680 \family default
27681 メニューの
27682 \family sans
27683 文書クラス
27684 \family default
27685 において、
27686 \series bold
27687 leqno
27688 \series default
27689 オプションを指定しておかなくてはなりません。
27690 \end_layout
27691
27692 \end_deeper
27693 \begin_layout Standard
27694
27695 \series bold
27696 fleqn
27697 \series default
27698
27699 \series bold
27700 leqno
27701 \series default
27702 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27703 \end_layout
27704
27705 \begin_layout Standard
27706 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27707 \series bold
27708 中央揃え
27709 \series default
27710 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27711 \begin_inset CommandInset ref
27712 LatexCommand ref
27713 reference "sub:flalign環境"
27714
27715 \end_inset
27716
27717 節をご覧下さい。
27718 \end_layout
27719
27720 \begin_layout Section
27721 多行数式
27722 \begin_inset CommandInset label
27723 LatexCommand label
27724 name "sec:多行数式"
27725
27726 \end_inset
27727
27728
27729 \begin_inset Index idx
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733 すうしき@数式 ! たぎょう@多行
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \begin_layout Subsection
27742 概要
27743 \end_layout
27744
27745 \begin_layout Standard
27746 LyXでは、多行数式は、数式中で
27747 \series bold
27748
27749 \begin_inset Info
27750 type  "shortcut"
27751 arg   "newline-insert newline"
27752 \end_inset
27753
27754
27755 \series default
27756 を押すことで作られます。この操作によって、第
27757 \begin_inset CommandInset ref
27758 LatexCommand ref
27759 reference "sub:eqnarray環境"
27760
27761 \end_inset
27762
27763 節に述べられている
27764 \series bold
27765 eqnarray環境
27766 \series default
27767 が作り出されるか、あるいは文書設定で
27768 \family sans
27769 AMS mathパッケージを使う
27770 \family default
27771 オプションが選択されている場合には、第
27772 \begin_inset CommandInset ref
27773 LatexCommand ref
27774 reference "sub:標準align環境"
27775
27776 \end_inset
27777
27778 節に述べられている
27779 \series bold
27780 align環境
27781 \series default
27782 が作り出されることになります。
27783 \end_layout
27784
27785 \begin_layout Standard
27786 他にも、
27787 \family sans
27788 挿入\SpecialChar \menuseparator
27789 数式
27790 \family default
27791 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27792 \end_layout
27793
27794 \begin_layout Standard
27795 すべての多行数式において、新規行は、
27796 \begin_inset Info
27797 type  "shortcut"
27798 arg   "newline-insert newline"
27799 \end_inset
27800
27801 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27802 \begin_inset Graphics
27803         filename ../../images/tabular-feature_append-row.png
27804         scale 85
27805
27806 \end_inset
27807
27808
27809 \begin_inset Graphics
27810         filename ../../images/tabular-feature_delete-row.png
27811         scale 85
27812
27813 \end_inset
27814
27815 を使うか、
27816 \family sans
27817 編集\SpecialChar \menuseparator
27818 行と列
27819 \family default
27820 メニューを使うことができます。
27821 \end_layout
27822
27823 \begin_layout Subsubsection
27824 行間
27825 \begin_inset CommandInset label
27826 LatexCommand label
27827 name "sub:行間"
27828
27829 \end_inset
27830
27831
27832 \begin_inset Index idx
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Standard
27845 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27846 \begin_inset Formula 
27847 \begin{eqnarray*}
27848 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}\\
27849 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
27850 \end{eqnarray*}
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27859 \begin_inset Foot
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863 \begin_inset CommandInset href
27864 LatexCommand href
27865 name "LyX-bug #1505"
27866 target "http://www.lyx.org/trac/ticket/1505"
27867
27868 \end_inset
27869
27870 を参照。
27871 \end_layout
27872
27873 \end_inset
27874
27875 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27876 \series bold
27877
27878 \backslash
27879
27880 \backslash
27881 [3mm]
27882 \series default
27883 というコマンドを入れます。すると、次のようになります。
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 begin{eqnarray*}
27892 \end_layout
27893
27894 \begin_layout Plain Layout
27895
27896 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27897  = & 
27898 \backslash
27899 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27900 \backslash
27901
27902 \backslash
27903 [3mm]
27904 \end_layout
27905
27906 \begin_layout Plain Layout
27907
27908 4x^{2}
27909 \backslash
27910 left(B^{2}+x_{0}^{2}
27911 \backslash
27912 right)+4x_{0}x
27913 \backslash
27914 left(D-B^{2}
27915 \backslash
27916 right)+B^{2}
27917 \backslash
27918 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27919 \backslash
27920 right) & = & 0
27921 \end_layout
27922
27923 \begin_layout Plain Layout
27924
27925
27926 \backslash
27927 end{eqnarray*}
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Standard
27936 \begin_inset VSpace bigskip
27937 \end_inset
27938
27939 同一数式内のすべての行の行間を一律に指定するには、
27940 \series bold
27941
27942 \backslash
27943 jot
27944 \series default
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 こまんど@コマンド ! J ! 
27951 \backslash
27952 jot
27953 \end_layout
27954
27955 \end_inset
27956
27957 変数を変更します。定義は、
27958 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27959 \end_inset
27960
27961 となっています。
27962 \series bold
27963
27964 \backslash
27965 jot
27966 \series default
27967 の既定値は、3
27968 \begin_inset space \thinspace{}
27969 \end_inset
27970
27971 ptです。上記の例のように、行間を3
27972 \begin_inset space \thinspace{}
27973 \end_inset
27974
27975 mm追加するには、
27976 \end_layout
27977
27978 \begin_layout Standard
27979
27980 \series bold
27981
27982 \backslash
27983 setlength{
27984 \backslash
27985 jot}{3mm+3pt}
27986 \end_layout
27987
27988 \begin_layout Standard
27989 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27990 \end_layout
27991
27992 \begin_layout Standard
27993
27994 \series bold
27995
27996 \backslash
27997 usepackage{calc}
27998 \end_layout
27999
28000 \begin_layout Standard
28001 という行を入れて、LaTeXパッケージ
28002 \series bold
28003 calc
28004 \series default
28005
28006 \begin_inset Foot
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011 \series bold
28012 calc
28013 \series default
28014 は標準的なLaTeX頒布版のすべてに付属しています。
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \begin_inset Index idx
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 ぱっけーじ@パッケージ ! calc
28025 \end_layout
28026
28027 \end_inset
28028
28029  を読み込んでおく必要があります。すると、
28030 \begin_inset ERT
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034
28035
28036 \backslash
28037 setlength{
28038 \backslash
28039 jot}{3mm+3pt}
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Formula 
28046 \begin{eqnarray*}
28047 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}\\
28048 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
28049 \end{eqnarray*}
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 \begin_inset ERT
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061
28062
28063 \backslash
28064 setlength{
28065 \backslash
28066 jot}{3pt}
28067 \end_layout
28068
28069 \end_inset
28070
28071 のような結果を得ます。行間を既定値に戻すには、
28072 \series bold
28073
28074 \backslash
28075 jot
28076 \series default
28077 をふたたび3
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081 ptに戻します。
28082 \end_layout
28083
28084 \begin_layout Subsubsection
28085 列間
28086 \begin_inset CommandInset label
28087 LatexCommand label
28088 name "sub:列間"
28089
28090 \end_inset
28091
28092
28093 \begin_inset Index idx
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 列間は、
28112 \series bold
28113
28114 \backslash
28115 arraycolsep
28116 \series default
28117
28118 \begin_inset Index idx
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122 こまんど@コマンド ! A ! 
28123 \backslash
28124 arraycolsep
28125 \end_layout
28126
28127 \end_inset
28128
28129 変数を使って指定し、
28130 \begin_inset Newline newline
28131 \end_inset
28132
28133 列間 = 2
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137
28138 \series bold
28139
28140 \backslash
28141 arraycolsep
28142 \series default
28143
28144 \begin_inset Newline newline
28145 \end_inset
28146
28147 という関係があります。したがって、
28148 \end_layout
28149
28150 \begin_layout Standard
28151
28152 \series bold
28153
28154 \backslash
28155 setlength{
28156 \backslash
28157 arraycolsep}{1cm}
28158 \end_layout
28159
28160 \begin_layout Standard
28161 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28162 \begin_inset space \thinspace{}
28163 \end_inset
28164
28165 cmになります。これを既定値に戻すには、
28166 \series bold
28167
28168 \backslash
28169 arraycolsep
28170 \series default
28171 を5
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 ptに戻して下さい。
28176 \end_layout
28177
28178 \begin_layout Standard
28179 以下は、2
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 cmの列間を持つ数式です。
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 arraycolsep}{1cm}
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Formula 
28200 \begin{eqnarray*}
28201 A & = & B\\
28202 C & \ne & A
28203 \end{eqnarray*}
28204
28205 \end_inset
28206
28207 行列の既定の列間10
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 ptを持つ数式です。
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 setlength{
28220 \backslash
28221 arraycolsep}{5pt}
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \begin_inset Formula 
28228 \begin{eqnarray*}
28229 A & = & B\\
28230 C & \ne & A
28231 \end{eqnarray*}
28232
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Subsubsection
28239 長い数式
28240 \begin_inset Index idx
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 すうしき@数式 ! ながい@長い
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 長い数式は、以下の方法を使って組版することができます。
28254 \end_layout
28255
28256 \begin_layout Itemize
28257 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28258 \begin_inset Formula 
28259 \begin{eqnarray}
28260 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 \\
28261  &  & -\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}
28262 \end{eqnarray}
28263
28264 \end_inset
28265
28266 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28267 示されません。これを避けるために、マイナス記号の後に
28268 \series bold
28269
28270 \backslash
28271 hspace
28272 \series default
28273 .
28274 \begin_inset Foot
28275 status collapsed
28276
28277 \begin_layout Plain Layout
28278
28279 \series bold
28280
28281 \backslash
28282 hspace
28283 \series default
28284 に関しての詳細は、第
28285 \begin_inset CommandInset ref
28286 LatexCommand ref
28287 reference "sub:可変長の空白"
28288
28289 \end_inset
28290
28291 節をご覧下さい。
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \begin_inset Index idx
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 こまんど@コマンド ! H ! 
28302 \backslash
28303 hspace
28304 \end_layout
28305
28306 \end_inset
28307
28308 コマンドを使って3
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 pt空白を入れてあります。
28313 \end_layout
28314
28315 \begin_layout Itemize
28316 数式の両辺がともに長すぎるときには、
28317 \series bold
28318
28319 \backslash
28320 lefteqn
28321 \series default
28322
28323 \begin_inset Index idx
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327 こまんど@コマンド ! L ! 
28328 \backslash
28329 lefteqn
28330 \end_layout
28331
28332 \end_inset
28333
28334 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28335 \begin_inset Formula 
28336 \begin{eqnarray}
28337 \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 \\
28338  &  & -\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 \\
28339  &  & =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}
28340 \end{eqnarray}
28341
28342 \end_inset
28343
28344
28345 \series bold
28346
28347 \backslash
28348 lefteqn
28349 \series default
28350 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28351 \begin_inset Newline newline
28352 \end_inset
28353
28354 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28355 \begin_inset VSpace medskip
28356 \end_inset
28357
28358
28359 \begin_inset Newline newline
28360 \end_inset
28361
28362
28363 \begin_inset Note Greyedout
28364 status open
28365
28366 \begin_layout Plain Layout
28367
28368 \series bold
28369
28370 \backslash
28371 lefteqn
28372 \series default
28373 を使用する際には、以下のことにご注意下さい。
28374 \end_layout
28375
28376 \begin_layout Itemize
28377 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28378 \begin_inset Formula $-B^{2}$
28379 \end_inset
28380
28381 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28382 \end_layout
28383
28384 \begin_layout Itemize
28385 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 \begin_inset CommandInset href
28391 LatexCommand href
28392 name "LyX-bug #1429"
28393 target "http://www.lyx.org/trac/ticket/1429"
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \end_inset
28401
28402 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Itemize
28411 長い数式を組む他の方法として、第
28412 \begin_inset CommandInset ref
28413 LatexCommand ref
28414 reference "sub:multline環境"
28415
28416 \end_inset
28417
28418 節と第
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "sub:数式の一部の多行化"
28422
28423 \end_inset
28424
28425 節で述べられている環境を用いる方法があります。
28426 \end_layout
28427
28428 \begin_layout Subsubsection
28429 多行にわたる括弧
28430 \begin_inset CommandInset label
28431 LatexCommand label
28432 name "sub:多行にわたる括弧"
28433
28434 \end_inset
28435
28436
28437 \begin_inset Index idx
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Standard
28450 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28451 \begin_inset Formula 
28452 \begin{eqnarray*}
28453 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28454  &  & \left.\cdots+B-D\right]
28455 \end{eqnarray*}
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28464 \end_layout
28465
28466 \begin_layout Standard
28467 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28468 \series bold
28469
28470 \backslash
28471 right.
28472 \series default
28473
28474 \begin_inset Index idx
28475 status collapsed
28476
28477 \begin_layout Plain Layout
28478 こまんど@コマンド ! R ! 
28479 \backslash
28480 right
28481 \end_layout
28482
28483 \end_inset
28484
28485 とし、二行めの始めを
28486 \series bold
28487
28488 \backslash
28489 left.
28490 \begin_inset Foot
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495 \series bold
28496
28497 \backslash
28498 left
28499 \series default
28500
28501 \series bold
28502
28503 \backslash
28504 right
28505 \series default
28506 に関する詳細は、第
28507 \begin_inset CommandInset ref
28508 LatexCommand ref
28509 reference "sub:自動の括弧丈"
28510
28511 \end_inset
28512
28513 節をご覧下さい。
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \series default
28520
28521 \begin_inset Index idx
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525 こまんど@コマンド ! L ! 
28526 \backslash
28527 left
28528 \end_layout
28529
28530 \end_inset
28531
28532 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28533 \series bold
28534
28535 \backslash
28536 left.
28537 \series default
28538 の後に、
28539 \series bold
28540
28541 \backslash
28542 vphantom
28543 \series default
28544
28545 \begin_inset ERT
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549
28550
28551 \backslash
28552 spce 
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \series bold
28559
28560 \backslash
28561 prod
28562 \series default
28563 ^
28564 \begin_inset ERT
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568
28569
28570 \backslash
28571 spce 
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \series bold
28578
28579 \backslash
28580 infty
28581 \series default
28582
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588
28589 \backslash
28590 spce 
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \series bold
28597
28598 \begin_inset Formula $\downarrow$
28599 \end_inset
28600
28601 _R=1}
28602 \series default
28603
28604 \begin_inset Index idx
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608 こまんど@コマンド ! V ! 
28609 \backslash
28610 vphantom
28611 \end_layout
28612
28613 \end_inset
28614
28615 というコマンドを挿入します。
28616 \end_layout
28617
28618 \begin_layout Standard
28619 その結果が以下の数式です。
28620 \begin_inset Formula 
28621 \begin{eqnarray*}
28622 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28623  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28624 \end{eqnarray*}
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Subsection
28632 align環境
28633 \end_layout
28634
28635 \begin_layout Standard
28636 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28637 \end_layout
28638
28639 \begin_layout Standard
28640 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28641 \end_layout
28642
28643 \begin_layout Standard
28644 align環境は、
28645 \family sans
28646 挿入\SpecialChar \menuseparator
28647 数式
28648 \family default
28649 メニューから作ることができます。
28650 \family sans
28651 編集\SpecialChar \menuseparator
28652 数式\SpecialChar \menuseparator
28653 数式の表記を変更
28654 \family default
28655 メニューを使えば、既存の数式をalign環境に変更することができます。
28656 \end_layout
28657
28658 \begin_layout Standard
28659 列を追加したり削除したりするには、数式ツールバーボタンの
28660 \begin_inset Graphics
28661         filename ../../images/tabular-feature_append-column.png
28662         scale 85
28663
28664 \end_inset
28665
28666
28667 \begin_inset Graphics
28668         filename ../../images/tabular-feature_delete-column.png
28669         scale 85
28670
28671 \end_inset
28672
28673 を使うか、
28674 \family sans
28675 編集\SpecialChar \menuseparator
28676 行と列
28677 \family default
28678 メニューを使います。
28679 \end_layout
28680
28681 \begin_layout Subsubsection
28682 標準align環境
28683 \begin_inset CommandInset label
28684 LatexCommand label
28685 name "sub:標準align環境"
28686
28687 \end_inset
28688
28689
28690 \begin_inset Index idx
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 このalign環境は、数式中で
28704 \begin_inset Info
28705 type  "shortcut"
28706 arg   "newline-insert newline"
28707 \end_inset
28708
28709 を押すか、
28710 \family sans
28711 挿入\SpecialChar \menuseparator
28712 数式\SpecialChar \menuseparator
28713 AMS align環境
28714 \family default
28715 メニューで作ることができます。
28716 \end_layout
28717
28718 \begin_layout Standard
28719 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28720 \begin_inset Formula 
28721 \begin{align*}
28722 A & =\sin(B) & C & =D\\
28723 C & \ne A & B & \ne D
28724 \end{align*}
28725
28726 \end_inset
28727
28728 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28729 \series bold
28730
28731 \backslash
28732 hfill
28733 \begin_inset Foot
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738 \series bold
28739
28740 \backslash
28741 hfill
28742 \series default
28743 に関する詳細は、第
28744 \begin_inset CommandInset ref
28745 LatexCommand ref
28746 reference "sub:可変長の空白"
28747
28748 \end_inset
28749
28750 節をご覧下さい。
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \series default
28757 があるかのように配置されます。数式様式として
28758 \series bold
28759 行頭下げ
28760 \begin_inset Foot
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765 \series bold
28766 数式様式については、第
28767 \series default
28768
28769 \begin_inset CommandInset ref
28770 LatexCommand ref
28771 reference "sec:数式様式"
28772
28773 \end_inset
28774
28775 節をご覧下さい。
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \series default
28782 を使う場合には、第一列の前の
28783 \series bold
28784
28785 \backslash
28786 hfill
28787 \series default
28788 はない形で数式が設定されます。
28789 \end_layout
28790
28791 \begin_layout Subsubsection
28792 alignat環境
28793 \begin_inset Index idx
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Standard
28806 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28807 \begin_inset CommandInset ref
28808 LatexCommand ref
28809 reference "sub:空白"
28810
28811 \end_inset
28812
28813 節に述べられている空白を使用して手動で入れます。
28814 \end_layout
28815
28816 \begin_layout Standard
28817 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28818 \begin_inset space \thinspace{}
28819 \end_inset
28820
28821 cmの空白を入れたものです。
28822 \begin_inset Formula 
28823 \begin{alignat*}{2}
28824 A & =\sin(B) & \hspace{1cm}C & =D\\
28825 C & \ne A & B & \ne D
28826 \end{alignat*}
28827
28828 \end_inset
28829
28830 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28831 \end_layout
28832
28833 \begin_layout Subsubsection
28834 flalign環境
28835 \begin_inset CommandInset label
28836 LatexCommand label
28837 name "sub:flalign環境"
28838
28839 \end_inset
28840
28841
28842 \begin_inset Index idx
28843 status collapsed
28844
28845 \begin_layout Plain Layout
28846 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Standard
28855 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28856 \begin_inset Formula 
28857 \begin{flalign*}
28858 A & =1 & B & =2 & C & =3\\
28859 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28860 \end{flalign*}
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Standard
28868 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28869 \series bold
28870 中央揃え
28871 \series default
28872 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28873 \begin_inset CommandInset ref
28874 LatexCommand eqref
28875 reference "eq:VolInt"
28876
28877 \end_inset
28878
28879 式を行頭下げにしたものです。
28880 \begin_inset Formula 
28881 \begin{flalign}
28882 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28883 \end{flalign}
28884
28885 \end_inset
28886
28887 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28888 \begin_inset space \thinspace{}
28889 \end_inset
28890
28891 ptの空白が第1列の頭に入れてあります。
28892 \end_layout
28893
28894 \begin_layout Subsection
28895 eqnarray環境
28896 \begin_inset CommandInset label
28897 LatexCommand label
28898 name "sub:eqnarray環境"
28899
28900 \end_inset
28901
28902
28903 \begin_inset Index idx
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28917 いるので、その内容は中央揃えで少し小さく設定されます。
28918 \begin_inset Formula 
28919 \begin{eqnarray*}
28920 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28921 AB & AB & AB\\
28922 A & = & A
28923 \end{eqnarray*}
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Subsection
28931 gather環境
28932 \begin_inset Index idx
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \end_layout
28943
28944 \begin_layout Standard
28945 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28946 \begin_inset Formula 
28947 \begin{gather}
28948 A=1\\
28949 X=\textrm{-}1
28950 \end{gather}
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Subsection
28958 multline環境
28959 \begin_inset CommandInset label
28960 LatexCommand label
28961 name "sub:multline環境"
28962
28963 \end_inset
28964
28965
28966 \begin_inset Index idx
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28980 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28981 \begin_inset CommandInset ref
28982 LatexCommand eqref
28983 reference "eq:lefteqn"
28984
28985 \end_inset
28986
28987 式をmultline環境に置いたものを示します。
28988 \begin_inset Formula 
28989 \begin{multline}
28990 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}\\
28991 -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}\\
28992 =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}}
28993 \end{multline}
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29002 \begin_inset Foot
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 付番様式については、第
29007 \begin_inset CommandInset ref
29008 LatexCommand ref
29009 reference "sec:数式様式"
29010
29011 \end_inset
29012
29013 節を参照。
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \end_layout
29020
29021 \begin_layout Standard
29022
29023 \series bold
29024
29025 \backslash
29026 shoveright
29027 \begin_inset Index idx
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 こまんど@コマンド ! S ! 
29032 \backslash
29033 shoveright
29034 \end_layout
29035
29036 \end_inset
29037
29038 コマンドや
29039 \backslash
29040 shoveleft
29041 \begin_inset Index idx
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 こまんど@コマンド ! S ! 
29046 \backslash
29047 shoveleft
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \series default
29054 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29055 \end_layout
29056
29057 \begin_layout Standard
29058
29059 \series bold
29060
29061 \backslash
29062 shoveright{行の内容}
29063 \series default
29064 あるいは
29065 \series bold
29066
29067 \backslash
29068 shoveleft{行の内容}
29069 \end_layout
29070
29071 \begin_layout Standard
29072 \begin_inset VSpace medskip
29073 \end_inset
29074
29075
29076 \series bold
29077
29078 \backslash
29079 multlinegap
29080 \begin_inset Index idx
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 こまんど@コマンド ! M ! 
29085 \backslash
29086 multlinegap
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \series default
29093 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29094 \begin_inset space \thinspace{}
29095 \end_inset
29096
29097 ptの長さです。
29098 \end_layout
29099
29100 \begin_layout Standard
29101 以下は、上記の数式に
29102 \end_layout
29103
29104 \begin_layout Standard
29105
29106 \series bold
29107
29108 \backslash
29109 setlength{
29110 \backslash
29111 multlinegap}{2cm}
29112 \end_layout
29113
29114 \begin_layout Standard
29115 というコマンドを、TeXモードで直前に挿入した例です。
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121
29122 \backslash
29123 setlength{
29124 \backslash
29125 multlinegap}{2cm}
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \begin_inset Formula 
29132 \begin{multline}
29133 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}\\
29134 \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}}\\
29135 =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}}
29136 \end{multline}
29137
29138 \end_inset
29139
29140
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 setlength{
29149 \backslash
29150 multlinegap}{0pt}
29151 \end_layout
29152
29153 \end_inset
29154
29155 二行めは、
29156 \series bold
29157
29158 \backslash
29159 shoveleft
29160 \series default
29161 を使って左揃えにしています。
29162 \end_layout
29163
29164 \begin_layout Subsection
29165 数式の一部の多行化
29166 \begin_inset CommandInset label
29167 LatexCommand label
29168 name "sub:数式の一部の多行化"
29169
29170 \end_inset
29171
29172
29173 \begin_inset Index idx
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Standard
29186 数式の一部分のみを多行表示したい場合には、
29187 \series bold
29188 aligned
29189 \series default
29190
29191 \series bold
29192 alignedat
29193 \series default
29194
29195 \series bold
29196 gathered
29197 \series default
29198
29199 \series bold
29200 split
29201 \series default
29202 のうちのいずれかの環境を使用します。これらは、
29203 \family sans
29204 挿入\SpecialChar \menuseparator
29205 数式
29206 \family default
29207 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29208 \end_layout
29209
29210 \begin_layout Standard
29211 最初の三つの環境は、環境名から
29212 \series bold
29213 ed
29214 \series default
29215 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29216 \begin_inset Formula 
29217 \[
29218 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29219 \Delta E\Delta t & \ge\frac{\hbar}{2}
29220 \end{aligned}
29221 \right\} \textrm{不確定性原理}
29222 \]
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 この数式を作るには、別行立て数式をまず作っておいて、そこに
29231 \series bold
29232
29233 \backslash
29234 aligned
29235 \begin_inset Index idx
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 こまんど@コマンド ! A ! 
29240 \backslash
29241 aligned
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \series default
29248 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29249 ます。
29250 \end_layout
29251
29252 \begin_layout Standard
29253 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29254 に配置できる利点があります。以下に例として、
29255 \begin_inset CommandInset ref
29256 LatexCommand eqref
29257 reference "eq:shortlong"
29258
29259 \end_inset
29260
29261 式にaligned環境を適用したものを示します。
29262 \begin_inset Formula 
29263 \begin{equation}
29264 \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}|}\\
29265  & -\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}|}
29266 \end{aligned}
29267 \end{equation}
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275
29276 \series bold
29277 alignedat
29278 \series default
29279
29280 \series bold
29281 gathered
29282 \series default
29283
29284 \series bold
29285 split
29286 \series default
29287 の各環境を使うには、それぞれ
29288 \series bold
29289
29290 \backslash
29291 alignedat
29292 \series default
29293
29294 \begin_inset Index idx
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 こまんど@コマンド ! A ! 
29299 \backslash
29300 alignedat
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \series bold
29307
29308 \backslash
29309 gathered
29310 \series default
29311
29312 \begin_inset Index idx
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316 こまんど@コマンド ! G ! 
29317 \backslash
29318 gathered
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \series bold
29325
29326 \backslash
29327 split
29328 \series default
29329
29330 \begin_inset Index idx
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 こまんど@コマンド ! S ! 
29335 \backslash
29336 split
29337 \end_layout
29338
29339 \end_inset
29340
29341 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29342 \end_layout
29343
29344 \begin_layout Subsection
29345 多行数式中のテキスト
29346 \begin_inset CommandInset label
29347 LatexCommand label
29348 name "sub:多行数式中のテキスト"
29349
29350 \end_inset
29351
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 てきすと@テキスト ! すうしきちゅうの@数式中の
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \begin_inset Index idx
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29377 式を持つ
29378 \series bold
29379
29380 \backslash
29381 intertext
29382 \begin_inset Index idx
29383 status collapsed
29384
29385 \begin_layout Plain Layout
29386 こまんど@コマンド ! I ! 
29387 \backslash
29388 intertext
29389 \end_layout
29390
29391 \end_inset
29392
29393 コマンドを使います。
29394 \end_layout
29395
29396 \begin_layout Standard
29397
29398 \series bold
29399
29400 \backslash
29401 intertext{テキスト}
29402 \end_layout
29403
29404 \begin_layout Standard
29405 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29406 \series bold
29407
29408 \backslash
29409 intertext
29410 \series default
29411 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29412 \series bold
29413
29414 \backslash
29415 intertext
29416 \series default
29417 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29418 \begin_inset Formula 
29419 \begin{align}
29420 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29421 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29422 \end{align}
29423
29424 \end_inset
29425
29426
29427 \begin_inset Newpage newpage
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Section
29434 数式番号
29435 \begin_inset Index idx
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 すうしきばんごう@数式番号
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 すうしき@数式 ! ばんごう@番号|see
29450 \begin_inset ERT
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454
29455 {
29456 \end_layout
29457
29458 \end_inset
29459
29460 数式番号
29461 \begin_inset ERT
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465
29466 }
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Subsection
29480 概要
29481 \end_layout
29482
29483 \begin_layout Standard
29484 付番数式は、
29485 \family sans
29486 挿入\SpecialChar \menuseparator
29487 数式\SpecialChar \menuseparator
29488 付番数式
29489 \family default
29490 メニュー(短絡キー
29491 \family sans
29492 Ctrl+Alt
29493 \begin_inset space ~
29494 \end_inset
29495
29496 N
29497 \family default
29498 )で作ることができます。既存の数式に番号を振るには、
29499 \family sans
29500 編集\SpecialChar \menuseparator
29501 数式\SpecialChar \menuseparator
29502 数式全体を付番
29503 \family default
29504 メニュー(短絡キー
29505 \begin_inset Info
29506 type  "shortcut"
29507 arg   "math-number-toggle"
29508 \end_inset
29509
29510 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29511 \end_layout
29512
29513 \begin_layout Standard
29514 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29515 \family sans
29516 編集\SpecialChar \menuseparator
29517 数式\SpecialChar \menuseparator
29518 この行を付番
29519 \family default
29520 メニュー(短絡キー
29521 \begin_inset Info
29522 type  "shortcut"
29523 arg   "math-number-line-toggle"
29524 \end_inset
29525
29526 )を使用すれば、各行毎に付番するかどうか指定することができます。
29527 \end_layout
29528
29529 \begin_layout Standard
29530 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29531 \begin_inset CommandInset ref
29532 LatexCommand ref
29533 reference "sec:数式様式"
29534
29535 \end_inset
29536
29537 節をご覧下さい。
29538 \end_layout
29539
29540 \begin_layout Subsection
29541 相互参照
29542 \begin_inset Index idx
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 そうごさんしょう@相互参照 ! すうしきへの@数式への
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29556 \family sans
29557 挿入\SpecialChar \menuseparator
29558 ラベル
29559 \family default
29560 メニューか、ツールバーボタンの
29561 \begin_inset Graphics
29562         filename ../../images/label-insert.png
29563         scale 85
29564
29565 \end_inset
29566
29567 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29568 \series bold
29569 eq:と
29570 \series default
29571 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29572 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29573 \family sans
29574 挿入\SpecialChar \menuseparator
29575 ラベル
29576 \family default
29577 メニューをもういちど使って下さい。
29578 \end_layout
29579
29580 \begin_layout Standard
29581 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29582 \end_layout
29583
29584 \begin_layout Standard
29585 相互参照は、
29586 \family sans
29587 挿入\SpecialChar \menuseparator
29588 相互参照
29589 \family default
29590 メニューかツールバーボタンの
29591 \begin_inset Graphics
29592         filename ../../images/dialog-show-new-inset_ref.png
29593         scale 85
29594
29595 \end_inset
29596
29597 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29598 \series bold
29599 (<参照>)
29600 \series default
29601 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29602 \begin_inset Newline newline
29603 \end_inset
29604
29605 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29606 \end_layout
29607
29608 \begin_layout Standard
29609 以下は、後の各小節に現れる数式への相互参照を含む例です。
29610 \begin_inset Note Note
29611 status open
29612
29613 \begin_layout Plain Layout
29614 相互参照の型の違いに留意してください。
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \begin_layout Standard
29623 \begin_inset CommandInset ref
29624 LatexCommand eqref
29625 reference "eq:tag"
29626
29627 \end_inset
29628
29629 式と
29630 \begin_inset CommandInset ref
29631 LatexCommand eqref
29632 reference "eq:c"
29633
29634 \end_inset
29635
29636 式は、等価です。(
29637 \begin_inset CommandInset ref
29638 LatexCommand ref
29639 reference "eq:Rom"
29640
29641 \end_inset
29642
29643 )式とは異なり、(
29644 \begin_inset CommandInset ref
29645 LatexCommand ref
29646 reference "eq:Lat"
29647
29648 \end_inset
29649
29650 )式では、付番にラテン数字を使用しています。
29651 \end_layout
29652
29653 \begin_layout Standard
29654 \begin_inset VSpace medskip
29655 \end_inset
29656
29657
29658 \series bold
29659
29660 \backslash
29661 tag
29662 \begin_inset Foot
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666
29667 \series bold
29668
29669 \backslash
29670 tag
29671 \series default
29672 は、第
29673 \begin_inset CommandInset ref
29674 LatexCommand ref
29675 reference "sub:ユーザー定義番号"
29676
29677 \end_inset
29678
29679 節に説明があります。
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \series default
29686 の引数が、第
29687 \begin_inset CommandInset ref
29688 LatexCommand ref
29689 reference "sub:段落ボックス"
29690
29691 \end_inset
29692
29693 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29694 \end_layout
29695
29696 \begin_layout Subsection
29697 細目番号
29698 \begin_inset Index idx
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711
29712 \series bold
29713
29714 \backslash
29715 begin{subequations}
29716 \series default
29717 および
29718 \series bold
29719
29720 \backslash
29721 end{subequations}
29722 \series default
29723 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29724 \end_layout
29725
29726 \begin_layout Standard
29727 たとえば、
29728 \begin_inset Formula 
29729 \begin{equation}
29730 A=C-B\label{eq:a}
29731 \end{equation}
29732
29733 \end_inset
29734
29735
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741
29742 \backslash
29743 addtocounter{equation}{-1}
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754
29755 \backslash
29756 begin{subequations}
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \begin_inset VSpace -5mm
29763 \end_inset
29764
29765
29766 \begin_inset Formula 
29767 \begin{equation}
29768 B=C-A\label{eq:b}
29769 \end{equation}
29770
29771 \end_inset
29772
29773
29774 \begin_inset Formula 
29775 \begin{equation}
29776 C=A+B\label{eq:c}
29777 \end{equation}
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Standard
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790
29791 \backslash
29792 end{subequations}
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \begin_layout Standard
29801 この例を作るには、次のようにします。
29802 \end_layout
29803
29804 \begin_layout Enumerate
29805 一つめの数式を入力します。
29806 \end_layout
29807
29808 \begin_layout Enumerate
29809 一つめの数式の後に
29810 \begin_inset Newline newline
29811 \end_inset
29812
29813
29814 \series bold
29815
29816 \backslash
29817 addtocounter{equation}{-1} 
29818 \backslash
29819 begin{subequations}
29820 \begin_inset Index idx
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824 こまんど@コマンド ! A ! 
29825 \backslash
29826 addtocounter
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \begin_inset Newline newline
29833 \end_inset
29834
29835
29836 \series default
29837 を入力します。
29838 \end_layout
29839
29840 \begin_layout Enumerate
29841 二つめの数式を入力します。
29842 \end_layout
29843
29844 \begin_layout Enumerate
29845 三つめの数式を入力します。
29846 \end_layout
29847
29848 \begin_layout Enumerate
29849 三つめの数式の後に、
29850 \series bold
29851
29852 \backslash
29853 end{subequations}
29854 \series default
29855 を入力します。
29856 \end_layout
29857
29858 \begin_layout Standard
29859
29860 \series bold
29861
29862 \backslash
29863 begin
29864 \series default
29865 コマンドと
29866 \series bold
29867
29868 \backslash
29869 end
29870 \series default
29871 コマンドのあいだの数式はすべて、a・b・
29872 \begin_inset Newline linebreak
29873 \end_inset
29874
29875 c\SpecialChar \ldots{}
29876 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29877 \emph on
29878 ひとつの
29879 \emph default
29880 付番数式として扱われますが、それぞれの付番数式が
29881 \series bold
29882 equation
29883 \series default
29884 カウンタを一つずつ進めてしまうので、
29885 \series bold
29886
29887 \backslash
29888 addtocounter
29889 \series default
29890 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29891 \begin_inset CommandInset ref
29892 LatexCommand eqref
29893 reference "eq:a"
29894
29895 \end_inset
29896
29897 式・
29898 \begin_inset CommandInset ref
29899 LatexCommand eqref
29900 reference "eq:b"
29901
29902 \end_inset
29903
29904 式・
29905 \begin_inset CommandInset ref
29906 LatexCommand eqref
29907 reference "eq:c"
29908
29909 \end_inset
29910
29911 式は、それぞれ
29912 \begin_inset CommandInset ref
29913 LatexCommand eqref
29914 reference "eq:a"
29915
29916 \end_inset
29917
29918 式・
29919 \begin_inset CommandInset ref
29920 LatexCommand eqref
29921 reference "eq:d"
29922
29923 \end_inset
29924
29925 式・
29926 \begin_inset CommandInset ref
29927 LatexCommand eqref
29928 reference "eq:f"
29929
29930 \end_inset
29931
29932 式として番号が振られてしまいます。
29933 \end_layout
29934
29935 \begin_layout Standard
29936 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29937 \begin_inset space \thinspace{}
29938 \end_inset
29939
29940 mmの垂直空白を
29941 \series bold
29942
29943 \backslash
29944 begin{subequations}
29945 \series default
29946 コマンドの後に入れています。数式様式として
29947 \series bold
29948 行頭下げ
29949 \begin_inset Foot
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954 \series bold
29955 数式様式に関しては、第
29956 \series default
29957
29958 \begin_inset CommandInset ref
29959 LatexCommand ref
29960 reference "sec:数式様式"
29961
29962 \end_inset
29963
29964 節を参照。
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \series default
29971 を用いているときには、これを-7
29972 \begin_inset space \thinspace{}
29973 \end_inset
29974
29975 mm空白にしてください。
29976 \end_layout
29977
29978 \begin_layout Standard
29979 以下は、二行めのみ付番を無効にしている多行数式の例です。
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 begin{subequations}
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Formula 
29994 \begin{eqnarray}
29995 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29996  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29997  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29998 \end{eqnarray}
29999
30000 \end_inset
30001
30002
30003 \begin_inset ERT
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007
30008
30009 \backslash
30010 end{subequations}
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Subsection
30019 ユーザー定義番号
30020 \begin_inset CommandInset label
30021 LatexCommand label
30022 name "sub:ユーザー定義番号"
30023
30024 \end_inset
30025
30026
30027 \begin_inset Index idx
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \begin_layout Standard
30040 \begin_inset Index idx
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30045 \end_layout
30046
30047 \end_inset
30048
30049 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \series bold
30055
30056 \backslash
30057 def
30058 \backslash
30059 tagform@#1{
30060 \backslash
30061 maketag@@@{
30062 \series default
30063
30064 \begin_inset Formula $\boldsymbol{|}$
30065 \end_inset
30066
30067
30068 \series bold
30069 #1
30070 \series default
30071
30072 \begin_inset Formula $\boldsymbol{|}$
30073 \end_inset
30074
30075
30076 \series bold
30077 }}
30078 \series default
30079
30080 \begin_inset Note Note
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \begin_layout Standard
30093 他の記号を使いたいときには、
30094 \series bold
30095 #1
30096 \series default
30097 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30098 \end_layout
30099
30100 \begin_layout Standard
30101 \begin_inset VSpace bigskip
30102 \end_inset
30103
30104 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30105 \series bold
30106
30107 \backslash
30108 tag
30109 \series default
30110
30111 \begin_inset Index idx
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115 こまんど@コマンド ! T ! 
30116 \backslash
30117 tag
30118 \end_layout
30119
30120 \end_inset
30121
30122 コマンドを使います。
30123 \begin_inset Formula 
30124 \begin{equation}
30125 A+B=C\tag{何とかかんとか}\label{eq:tag}
30126 \end{equation}
30127
30128 \end_inset
30129
30130 上記の例では、
30131 \series bold
30132
30133 \backslash
30134 tag
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140
30141 \backslash
30142 spce 
30143 \end_layout
30144
30145 \end_inset
30146
30147 何とかかんとか
30148 \series default
30149 というコマンドを数式に打ち込んでいます。
30150 \end_layout
30151
30152 \begin_layout Standard
30153 代わりに
30154 \series bold
30155
30156 \backslash
30157 tag*
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 spce 
30166 \end_layout
30167
30168 \end_inset
30169
30170 何とかかんとか
30171 \series default
30172 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30173 \begin_inset Formula 
30174 \[
30175 A+B=C\tag*{something}
30176 \]
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 \begin_inset VSpace bigskip
30185 \end_inset
30186
30187 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30188 \begin_inset Newline newline
30189 \end_inset
30190
30191
30192 \series bold
30193
30194 \backslash
30195 @addtoreset{equation}{part}
30196 \series default
30197
30198 \begin_inset Index idx
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 こまんど@コマンド ! 
30203 \begin_inset ERT
30204 status collapsed
30205
30206 \begin_layout Plain Layout
30207
30208 "
30209 \end_layout
30210
30211 \end_inset
30212
30213 @
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 "
30220 \end_layout
30221
30222 \end_inset
30223
30224  ! 
30225 \backslash
30226
30227 \begin_inset ERT
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232 "
30233 \end_layout
30234
30235 \end_inset
30236
30237 @
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 "
30244 \end_layout
30245
30246 \end_inset
30247
30248 addtoreset
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \begin_inset Newline newline
30255 \end_inset
30256
30257 節に関しては
30258 \begin_inset Newline newline
30259 \end_inset
30260
30261
30262 \series bold
30263
30264 \backslash
30265 @addtoreset{equation}{section}
30266 \begin_inset Newline newline
30267 \end_inset
30268
30269
30270 \series default
30271 というコマンドを使います。
30272 \end_layout
30273
30274 \begin_layout Standard
30275 これらのコマンドをTeXモードで使えるようにするためには、
30276 \series bold
30277
30278 \backslash
30279 makeatletter
30280 \series default
30281 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30282 \series bold
30283
30284 \backslash
30285 makeatother
30286 \series default
30287 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30288 \end_layout
30289
30290 \begin_layout Standard
30291
30292 \series bold
30293
30294 \backslash
30295 makeatletter
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299
30300 \backslash
30301 @addtoreset{equation}{section}
30302 \begin_inset Newline newline
30303 \end_inset
30304
30305
30306 \backslash
30307 makeatother
30308 \begin_inset Newline newline
30309 \end_inset
30310
30311
30312 \series default
30313 のようにならなくてはなりません。
30314 \end_layout
30315
30316 \begin_layout Standard
30317 LaTeXプリアンブル中では、
30318 \series bold
30319
30320 \backslash
30321 makeatletter
30322 \series default
30323
30324 \series bold
30325
30326 \backslash
30327 makeatother
30328 \series default
30329 は、LyXが内部的に自動で挿入するので省略してかまいません。
30330 \end_layout
30331
30332 \begin_layout Standard
30333
30334 \series bold
30335
30336 \backslash
30337 @addtoreset
30338 \series default
30339 を戻すには、まずLaTeXプリアンブル中に
30340 \end_layout
30341
30342 \begin_layout Standard
30343
30344 \series bold
30345
30346 \backslash
30347 usepackage{remreset}
30348 \end_layout
30349
30350 \begin_layout Standard
30351 という行を入れて、
30352 \series bold
30353 remreset.sty
30354 \series default
30355
30356 \begin_inset Foot
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361 \series bold
30362 remreset
30363 \series default
30364 は、LaTeXパッケージの
30365 \series bold
30366 carlisle
30367 \series default
30368
30369 \begin_inset Index idx
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 ぱっけーじ@パッケージ ! carlisle
30374 \end_layout
30375
30376 \end_inset
30377
30378 の一部として含まれており、LaTeX標準頒布版には含まれています。
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \begin_inset Index idx
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388 ぱっけーじ@パッケージ ! remreset
30389 \end_layout
30390
30391 \end_inset
30392
30393 ファイルを読み込んでおかなくてはなりません。その後
30394 \begin_inset Newline newline
30395 \end_inset
30396
30397
30398 \series bold
30399
30400 \backslash
30401 @removefromreset
30402 \series default
30403
30404 \begin_inset Index idx
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 こまんど@コマンド ! 
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 "
30415 \end_layout
30416
30417 \end_inset
30418
30419 @
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425 "
30426 \end_layout
30427
30428 \end_inset
30429
30430  ! 
30431 \backslash
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438 "
30439 \end_layout
30440
30441 \end_inset
30442
30443 @
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 "
30450 \end_layout
30451
30452 \end_inset
30453
30454 removefromreset
30455 \end_layout
30456
30457 \end_inset
30458
30459 コマンドを
30460 \series bold
30461
30462 \backslash
30463 @addtoreset
30464 \series default
30465 と同じ書式で使用すると、
30466 \series bold
30467
30468 \backslash
30469 @addtoreset
30470 \series default
30471 を戻すことができます。
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset VSpace bigskip
30476 \end_inset
30477
30478 ときには、数式を
30479 \end_layout
30480
30481 \begin_layout Standard
30482
30483 \family typewriter
30484 (節番号.数式番号)
30485 \end_layout
30486
30487 \begin_layout Standard
30488 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30489 \end_layout
30490
30491 \begin_layout Standard
30492 このような場合のために、
30493 \series bold
30494
30495 \backslash
30496 numberwithin
30497 \series default
30498
30499 \begin_inset Index idx
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503 こまんど@コマンド ! N ! 
30504 \backslash
30505 numberwithin
30506 \end_layout
30507
30508 \end_inset
30509
30510 というコマンドがあり、
30511 \end_layout
30512
30513 \begin_layout Standard
30514
30515 \series bold
30516
30517 \backslash
30518 numberwithin{カウンタ}{節階層}
30519 \end_layout
30520
30521 \begin_layout Standard
30522 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30523 \end_layout
30524
30525 \begin_layout Standard
30526 したがって、ここではLaTeXプリアンブルかTeXコードで
30527 \end_layout
30528
30529 \begin_layout Standard
30530
30531 \series bold
30532
30533 \backslash
30534 numberwithin{equation}{section}
30535 \end_layout
30536
30537 \begin_layout Standard
30538 という行を用いることにしましょう。その結果がこれです。
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 numberwithin{equation}{section}
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \begin_inset Formula 
30553 \begin{equation}
30554 A+B=C
30555 \end{equation}
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Standard
30563 たとえば、部番号を節階層として使用して、表に付番を施すときには
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \series bold
30569
30570 \backslash
30571 numberwithin{table}{part}
30572 \series default
30573 を用います。
30574 \end_layout
30575
30576 \begin_layout Standard
30577 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 renewcommand{
30586 \backslash
30587 theequation}{
30588 \backslash
30589 arabic{equation}}
30590 \begin_inset Index idx
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 こまんど@コマンド ! A ! 
30595 \backslash
30596 arabic
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \series default
30603
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609
30610 \backslash
30611 renewcommand{
30612 \backslash
30613 theequation}{
30614 \backslash
30615 arabic{equation}}
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \series bold
30622
30623 \begin_inset Newline newline
30624 \end_inset
30625
30626
30627 \series default
30628 あるいは
30629 \series bold
30630
30631 \begin_inset Newline newline
30632 \end_inset
30633
30634
30635 \backslash
30636 renewcommand{
30637 \backslash
30638 thetable}{
30639 \backslash
30640 arabic{table}}
30641 \end_layout
30642
30643 \begin_layout Standard
30644 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30645 \series bold
30646
30647 \backslash
30648 numberwithin
30649 \series default
30650 は、内部的に上記で述べた
30651 \series bold
30652
30653 \backslash
30654 @addtoreset
30655 \series default
30656 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662
30663 \backslash
30664 makeatletter
30665 \end_layout
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 @removefromreset{equation}{section}
30672 \end_layout
30673
30674 \begin_layout Plain Layout
30675
30676
30677 \backslash
30678 makeatother
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Subsection
30687 ローマ数字や文字を使った付番
30688 \begin_inset Index idx
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \begin_inset Index idx
30699 status collapsed
30700
30701 \begin_layout Plain Layout
30702 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30712 \end_layout
30713
30714 \begin_layout Standard
30715
30716 \series bold
30717
30718 \backslash
30719 renewcommand{
30720 \backslash
30721 theequation}{
30722 \backslash
30723 roman{equation}}
30724 \end_layout
30725
30726 \begin_layout Standard
30727 というコマンドを入れます。
30728 \series bold
30729
30730 \backslash
30731 renewcommand
30732 \series default
30733
30734 \begin_inset Index idx
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738 こまんど@コマンド ! R ! 
30739 \backslash
30740 renewcommand
30741 \end_layout
30742
30743 \end_inset
30744
30745 は、定義済みのコマンド
30746 \series bold
30747
30748 \backslash
30749 theequation
30750 \series default
30751 をコマンド
30752 \series bold
30753
30754 \backslash
30755 roman{equation}
30756 \series default
30757 に再定義します
30758 \begin_inset Foot
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 \series bold
30764
30765 \backslash
30766 renewcommand
30767 \series default
30768 コマンドは、第
30769 \begin_inset CommandInset ref
30770 LatexCommand ref
30771 reference "sub:newcommandコマンド"
30772
30773 \end_inset
30774
30775 節に述べられている
30776 \series bold
30777
30778 \backslash
30779 newcommand
30780 \series default
30781 コマンドと同じ書式を持ちます。
30782 \end_layout
30783
30784 \end_inset
30785
30786 。ここで、
30787 \series bold
30788 equation
30789 \series default
30790 は数式カウンタです。コマンド
30791 \series bold
30792
30793 \backslash
30794 the
30795 \series default
30796 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30797 \series bold
30798
30799 \backslash
30800 theequation
30801 \series default
30802 コマンドを数式の後ろに置くのです。
30803 \series bold
30804
30805 \backslash
30806 roman{equation}
30807 \begin_inset Index idx
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811 こまんど@コマンド ! R ! 
30812 \backslash
30813 roman
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \series default
30820 は、カウンタを小文字のローマ数字として出力します。
30821 \end_layout
30822
30823 \begin_layout Standard
30824 こうして、
30825 \series bold
30826
30827 \backslash
30828 renew
30829 \series default
30830 c
30831 \series bold
30832 ommand
30833 \series default
30834 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30835 \series bold
30836
30837 \backslash
30838 roman
30839 \series default
30840 の部分を
30841 \series bold
30842
30843 \backslash
30844 Roman
30845 \series default
30846
30847 \begin_inset Index idx
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 こまんど@コマンド ! R ! 
30852 \backslash
30853 roman@
30854 \backslash
30855 Roman
30856 \end_layout
30857
30858 \end_inset
30859
30860 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30861 \series bold
30862
30863 \backslash
30864 alph
30865 \series default
30866
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 こまんど@コマンド ! A ! 
30872 \backslash
30873 alph
30874 \end_layout
30875
30876 \end_inset
30877
30878 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30879 \series bold
30880
30881 \backslash
30882 Alph
30883 \series default
30884
30885 \begin_inset Index idx
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889 こまんど@コマンド ! A ! 
30890 \backslash
30891 alph@
30892 \backslash
30893 Alph
30894 \end_layout
30895
30896 \end_inset
30897
30898 コマンドがあります。
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset Note Greyedout
30903 status open
30904
30905 \begin_layout Plain Layout
30906
30907 \series bold
30908 (注意)
30909 \series default
30910 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 renewcommand{
30927 \backslash
30928 theequation}{
30929 \backslash
30930 roman{equation}}
30931 \end_layout
30932
30933 \end_inset
30934
30935
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \begin_inset Formula 
30940 \begin{equation}
30941 A=\textrm{小文字ローマ数字}
30942 \end{equation}
30943
30944 \end_inset
30945
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 renewcommand{
30955 \backslash
30956 theequation}{
30957 \backslash
30958 Roman{equation}}
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \begin_inset Formula 
30965 \begin{equation}
30966 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30967 \end{equation}
30968
30969 \end_inset
30970
30971
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 renewcommand{
30980 \backslash
30981 theequation}{
30982 \backslash
30983 alph{equation}}
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Formula 
30990 \begin{equation}
30991 C=\textrm{小文字ラテン文字}
30992 \end{equation}
30993
30994 \end_inset
30995
30996
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002
31003 \backslash
31004 renewcommand{
31005 \backslash
31006 theequation}{
31007 \backslash
31008 Alph{equation}}
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \begin_inset Formula 
31015 \begin{equation}
31016 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31017 \end{equation}
31018
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \series bold
31031
31032 \backslash
31033 renewcommand{
31034 \backslash
31035 theequation}{
31036 \backslash
31037 arabic{equation}}
31038 \begin_inset Index idx
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042 こまんど@コマンド ! A ! 
31043 \backslash
31044 arabic
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \begin_layout Standard
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058
31059 \backslash
31060 renewcommand{
31061 \backslash
31062 theequation}{
31063 \backslash
31064 arabic{equation}}
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Formula 
31071 \begin{equation}
31072 E=\textrm{アラビア数字}
31073 \end{equation}
31074
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Standard
31081 \begin_inset VSpace medskip
31082 \end_inset
31083
31084 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31085 てはなりません。この点に関する説明は、ファイル
31086 \begin_inset CommandInset href
31087 LatexCommand href
31088 name "Formula-numbering.lyx"
31089 target "run:Formula-numbering.lyx"
31090
31091 \end_inset
31092
31093 にあります。
31094 \end_layout
31095
31096 \begin_layout Section
31097 化学記号と化学式
31098 \begin_inset CommandInset label
31099 LatexCommand label
31100 name "sub:化学記号と化学式"
31101
31102 \end_inset
31103
31104
31105 \begin_inset Index idx
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109 かがくきごう@化学記号 ! きごう@記号
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \begin_inset Index idx
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 かがくしき@化学式
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset Index idx
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129 きごう@記号 ! かがく@化学
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \begin_layout Standard
31138 以下は、化学関係の文章の例です。
31139 \end_layout
31140
31141 \begin_layout Quote
31142 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31143 \end_inset
31144
31145 イオンは、2つの
31146 \begin_inset Formula $\mathrm{Na^{+}}$
31147 \end_inset
31148
31149 イオンと反応して、硫酸化塩
31150 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31151 \end_inset
31152
31153 を形成します。この化学式は以下のようになります。
31154 \begin_inset Formula 
31155 \begin{equation}
31156 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31157 \end{equation}
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Standard
31165 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
31166 \begin_inset Info
31167 type  "shortcut"
31168 arg   "font-roman"
31169 \end_inset
31170
31171 を押せば、アップライトフォント様式に変更することができます
31172 \begin_inset Foot
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176 フォント様式に関しては、第
31177 \begin_inset CommandInset ref
31178 LatexCommand ref
31179 reference "sub:書体様式"
31180
31181 \end_inset
31182
31183 節を参照のこと。
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31193 \series bold
31194 mhchem
31195 \series default
31196
31197 \begin_inset Index idx
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 ぱっけーじ@パッケージ ! mhchem
31202 \end_layout
31203
31204 \end_inset
31205
31206 が導入されているときに使用することができる
31207 \series bold
31208
31209 \backslash
31210 ce
31211 \series default
31212
31213 \begin_inset Index idx
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217 こまんど@コマンド ! C ! 
31218 \backslash
31219 ce
31220 \end_layout
31221
31222 \end_inset
31223
31224 コマンドを使用することです。
31225 \series bold
31226
31227 \backslash
31228 ce
31229 \series default
31230 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \align center
31235 \begin_inset Tabular
31236 <lyxtabular version="3" rows="9" columns="2">
31237 <features tabularvalignment="middle">
31238 <column alignment="center" valignment="top" width="0">
31239 <column alignment="center" valignment="top" width="0">
31240 <row>
31241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31242 \begin_inset Text
31243
31244 \begin_layout Plain Layout
31245 コマンド
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254 出力
31255 \begin_inset Note Note
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260 \series bold
31261
31262 \backslash
31263 raisebox
31264 \series default
31265 はスペーサーとしてのみ使用されています。
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 </row>
31276 <row>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281
31282 \backslash
31283 ce
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 spce 
31292 \end_layout
31293
31294 \end_inset
31295
31296 H2CO3
31297 \end_layout
31298
31299 \end_inset
31300 </cell>
31301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31302 \begin_inset Text
31303
31304 \begin_layout Plain Layout
31305 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \end_inset
31312 </cell>
31313 </row>
31314 <row>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319
31320 \backslash
31321 ce
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327
31328 \backslash
31329 spce 
31330 \end_layout
31331
31332 \end_inset
31333
31334 SO4^2-
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31340 \begin_inset Text
31341
31342 \begin_layout Plain Layout
31343 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 <row>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357
31358 \backslash
31359 ce
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 spce 
31368 \end_layout
31369
31370 \end_inset
31371
31372 (NH4)2S
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Plain Layout
31381 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31382 \end_inset
31383
31384
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 </row>
31390 <row>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395
31396 \backslash
31397 ce
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403
31404 \backslash
31405 spce 
31406 \end_layout
31407
31408 \end_inset
31409
31410 KCr(SO4)2.12H2O
31411 \end_layout
31412
31413 \end_inset
31414 </cell>
31415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 </row>
31428 <row>
31429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31430 \begin_inset Text
31431
31432 \begin_layout Plain Layout
31433
31434 \backslash
31435 ce
31436 \begin_inset ERT
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440
31441
31442 \backslash
31443 spce 
31444 \end_layout
31445
31446 \end_inset
31447
31448 A-B
31449 \backslash
31450 dbond
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456
31457 \backslash
31458 spce 
31459 \end_layout
31460
31461 \end_inset
31462
31463 C
31464 \backslash
31465 tbond
31466 \begin_inset ERT
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470
31471
31472 \backslash
31473 spce 
31474 \end_layout
31475
31476 \end_inset
31477
31478 D
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \end_inset
31494 </cell>
31495 </row>
31496 <row>
31497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501
31502 \backslash
31503 ce
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 spce 
31512 \end_layout
31513
31514 \end_inset
31515
31516 ^227
31517 \begin_inset Formula $\downarrow$
31518 \end_inset
31519
31520 _90
31521 \begin_inset Formula $\to$
31522 \end_inset
31523
31524 Th+
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 </row>
31542 <row>
31543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547
31548 \backslash
31549 ce
31550 \begin_inset ERT
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555
31556 \backslash
31557 spce 
31558 \end_layout
31559
31560 \end_inset
31561
31562 CO2
31563 \begin_inset ERT
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567
31568
31569 \backslash
31570 spce 
31571 \end_layout
31572
31573 \end_inset
31574
31575 +
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 spce 
31584 \end_layout
31585
31586 \end_inset
31587
31588 C
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 spce 
31597 \end_layout
31598
31599 \end_inset
31600
31601 <=>
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 spce 
31610 \end_layout
31611
31612 \end_inset
31613
31614 2CO
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \end_inset
31630 </cell>
31631 </row>
31632 <row>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637
31638 \backslash
31639 ce
31640 \begin_inset ERT
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644
31645
31646 \backslash
31647 spce 
31648 \end_layout
31649
31650 \end_inset
31651
31652 CO2
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 spce 
31661 \end_layout
31662
31663 \end_inset
31664
31665 +
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 spce 
31674 \end_layout
31675
31676 \end_inset
31677
31678 C
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 spce 
31687 \end_layout
31688
31689 \end_inset
31690
31691 ->[
31692 \backslash
31693 alpha][
31694 \backslash
31695 beta]
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 2CO}
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \end_inset
31724 </cell>
31725 </row>
31726 </lyxtabular>
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset Note Greyedout
31735 status open
31736
31737 \begin_layout Plain Layout
31738
31739 \series bold
31740 【註】
31741 \backslash
31742 ce
31743 \series default
31744 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31745 \series bold
31746
31747 \backslash
31748 ce{$
31749 \backslash
31750 mu
31751 \backslash
31752 hyphen$Cl}
31753 \series default
31754
31755 \begin_inset ERT
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759
31760
31761 \backslash
31762 ce{$
31763 \backslash
31764 mu
31765 \backslash
31766 hyphen$Cl}
31767 \end_layout
31768
31769 \end_inset
31770
31771 )のようにTeXコードを使わなくてはなりません。
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780
31781 \series bold
31782
31783 \backslash
31784 ce
31785 \series default
31786 を使うと
31787 \begin_inset CommandInset ref
31788 LatexCommand eqref
31789 reference "eq:chem-reaction"
31790
31791 \end_inset
31792
31793 式のコマンドは
31794 \begin_inset Newline newline
31795 \end_inset
31796
31797
31798 \series bold
31799  
31800 \backslash
31801 ce
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 spce 
31810 \end_layout
31811
31812 \end_inset
31813
31814 2Na+
31815 \begin_inset ERT
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819
31820
31821 \backslash
31822 spce 
31823 \end_layout
31824
31825 \end_inset
31826
31827 +
31828 \begin_inset ERT
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832
31833
31834 \backslash
31835 spce 
31836 \end_layout
31837
31838 \end_inset
31839
31840 SO4^2-
31841 \begin_inset ERT
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845
31846
31847 \backslash
31848 spce 
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859
31860 \backslash
31861 spce 
31862 \end_layout
31863
31864 \end_inset
31865
31866 ->
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 spce 
31875 \end_layout
31876
31877 \end_inset
31878
31879 Na2SO4
31880 \begin_inset Newline newline
31881 \end_inset
31882
31883
31884 \series default
31885 のようになります。
31886 \end_layout
31887
31888 \begin_layout Standard
31889 複数行の化学式を作るには、第
31890 \begin_inset CommandInset ref
31891 LatexCommand ref
31892 reference "sec:多行数式"
31893
31894 \end_inset
31895
31896 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31897 \series bold
31898
31899 \backslash
31900 ce
31901 \series default
31902 コマンドを使用します。
31903 \begin_inset CommandInset ref
31904 LatexCommand eqref
31905 reference "eq:TEOS-reaction-1"
31906
31907 \end_inset
31908
31909 式と
31910 \begin_inset CommandInset ref
31911 LatexCommand eqref
31912 reference "eq:TEOS-reaction-2"
31913
31914 \end_inset
31915
31916 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31917 \begin_inset Formula 
31918 \begin{eqnarray}
31919 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31920 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31921 \end{eqnarray}
31922
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929
31930 \series bold
31931 mhchem
31932 \series default
31933 パッケージは、
31934 \series bold
31935
31936 \backslash
31937 ce
31938 \series default
31939 の他に、特殊ケースに使用する
31940 \series bold
31941
31942 \backslash
31943 cf
31944 \series default
31945
31946 \begin_inset Index idx
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950 こまんど@コマンド ! C ! 
31951 \backslash
31952 cf
31953 \end_layout
31954
31955 \end_inset
31956
31957 コマンドを提供しています。
31958 \series bold
31959
31960 \backslash
31961 cf
31962 \series default
31963 の詳しい情報と例示については、
31964 \series bold
31965 mhchem
31966 \series default
31967
31968 \begin_inset CommandInset citation
31969 LatexCommand cite
31970 key "mhchem"
31971
31972 \end_inset
31973
31974 の取扱説明書をご覧ください。
31975 \end_layout
31976
31977 \begin_layout Section
31978 図解
31979 \end_layout
31980
31981 \begin_layout Standard
31982 LyXは、二つの型の可換図
31983 \series bold
31984 amscd
31985 \series default
31986 および
31987 \series bold
31988 xymatrix
31989 \series default
31990 をサポートしており、以下でこれらの説明をします。
31991 \end_layout
31992
31993 \begin_layout Subsection
31994 amscd図解
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 ずかい@図解 ! amscd
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32009 \begin_inset Formula 
32010 \[
32011 \begin{CD}A@>>>B@>>>C\\
32012 @AAA@.@VVV\\
32013 F@<<<E@<<<D
32014 \end{CD}
32015 \]
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 これを作るには、数式に
32024 \series bold
32025
32026 \backslash
32027 CD
32028 \begin_inset Index idx
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032 こまんど@コマンド ! C ! 
32033 \backslash
32034 CD
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \series default
32041 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32042 \begin_inset Info
32043 type  "shortcut"
32044 arg   "newline-insert newline"
32045 \end_inset
32046
32047 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32048 \end_layout
32049
32050 \begin_layout Standard
32051 関係を作るには、以下のコマンドがあります。
32052 \end_layout
32053
32054 \begin_layout Itemize
32055 \begin_inset Formula $\boldsymbol{@<<<}$
32056 \end_inset
32057
32058 は左矢印、
32059 \begin_inset Formula $\boldsymbol{@>>>}$
32060 \end_inset
32061
32062 は右矢印、
32063 \series bold
32064 @=
32065 \series default
32066 は長い等号を生成します。
32067 \end_layout
32068
32069 \begin_layout Itemize
32070
32071 \series bold
32072 @AAA
32073 \series default
32074 は上矢印、
32075 \series bold
32076 @VVV
32077 \series default
32078 は下矢印、
32079 \begin_inset Formula $\boldsymbol{@|}$
32080 \end_inset
32081
32082 は縦向きの等号を生成します。
32083 \end_layout
32084
32085 \begin_layout Itemize
32086
32087 \series bold
32088 @.
32089 \series default
32090 は関係が存在しない部分に置きます。
32091 \end_layout
32092
32093 \begin_layout Standard
32094 矢印はすべて、以下のようにラベル付けをすることができます。
32095 \end_layout
32096
32097 \begin_layout Itemize
32098 文章を、第1と第2の「
32099 \begin_inset Formula $<$
32100 \end_inset
32101
32102 」ないし「
32103 \begin_inset Formula $>$
32104 \end_inset
32105
32106 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32107 \begin_inset Formula $<$
32108 \end_inset
32109
32110 」ないし「
32111 \begin_inset Formula $>$
32112 \end_inset
32113
32114 」のあいだに入れると、矢印の下に表示されます。
32115 \end_layout
32116
32117 \begin_layout Itemize
32118 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32119 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32120 \end_layout
32121
32122 \begin_layout Standard
32123 以下は、上記のすべての関係を使った例です。
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \begin_inset Formula 
32128 \[
32129 \begin{CD}A@>j>>B@>>k>C@=F\\
32130 @AmAA@.@VV{V}V@|\\
32131 D@<<j<E@>k>>F@=C
32132 \end{CD}
32133 \]
32134
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \begin_layout Standard
32141 これを作るコマンドは、以下のとおりです。
32142 \begin_inset Newline newline
32143 \end_inset
32144
32145
32146 \series bold
32147
32148 \backslash
32149 CD
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 spce 
32158 \end_layout
32159
32160 \end_inset
32161
32162 A
32163 \begin_inset Formula $\boldsymbol{@>}$
32164 \end_inset
32165
32166 j
32167 \begin_inset Formula $\boldsymbol{>>}$
32168 \end_inset
32169
32170 B
32171 \begin_inset Formula $\boldsymbol{@>>}$
32172 \end_inset
32173
32174 k
32175 \begin_inset Formula $\boldsymbol{>}$
32176 \end_inset
32177
32178 C@=F Ctrl+Return
32179 \begin_inset Newline newline
32180 \end_inset
32181
32182
32183 \begin_inset Phantom HPhantom
32184 status open
32185
32186 \begin_layout Plain Layout
32187
32188 \series bold
32189
32190 \backslash
32191 CD
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 spce 
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \end_inset
32208
32209 @AmAA@.@VV
32210 \backslash
32211 {V
32212 \series default
32213
32214 \begin_inset Formula $\to$
32215 \end_inset
32216
32217
32218 \series bold
32219 V
32220 \begin_inset Formula $\boldsymbol{@|}$
32221 \end_inset
32222
32223  Ctrl+Return
32224 \begin_inset Newline newline
32225 \end_inset
32226
32227
32228 \begin_inset Phantom HPhantom
32229 status open
32230
32231 \begin_layout Plain Layout
32232
32233 \series bold
32234
32235 \backslash
32236 CD
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242
32243 \backslash
32244 spce 
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253
32254 D
32255 \begin_inset Formula $\boldsymbol{@<<}$
32256 \end_inset
32257
32258 j
32259 \begin_inset Formula $\boldsymbol{<}$
32260 \end_inset
32261
32262 E
32263 \begin_inset Formula $\boldsymbol{@>}$
32264 \end_inset
32265
32266 k
32267 \begin_inset Formula $\boldsymbol{>>}$
32268 \end_inset
32269
32270 F@=C
32271 \end_layout
32272
32273 \begin_layout Subsection
32274 xymatrix図解
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 ずかい@図解 ! xymatrix
32280 \end_layout
32281
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 xymatricesを使うには、LaTeXパッケージの
32289 \series bold
32290 xypic
32291 \series default
32292 が導入済みである必要があります。xymatrixは、数式中に
32293 \series bold
32294
32295 \backslash
32296 xymatrix
32297 \series default
32298 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32299 \begin_inset CommandInset ref
32300 LatexCommand ref
32301 reference "sec:行列"
32302
32303 \end_inset
32304
32305 節をご参照下さい。
32306 \end_layout
32307
32308 \begin_layout Standard
32309 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32310 \family sans
32311 ヘルプ\SpecialChar \menuseparator
32312 用途別説明書\SpecialChar \menuseparator
32313 XY-pic説明書
32314 \family default
32315 メニューにある
32316 \emph on
32317 XY-pic説明書
32318 \emph default
32319 で詳しく網羅しています。
32320 \end_layout
32321
32322 \begin_layout Subsection
32323 ファインマン・ダイアグラム
32324 \series medium
32325
32326 \begin_inset Index idx
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 ずかい@図解 ! ファインマン
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 ファインマン・ダイアグラムを使うには、LaTeXパッケージ
32340 \series bold
32341 feyn
32342 \series default
32343 を導入しておかなくてはなりません。すると、ファインマン・ダイアグラムは、数式中で
32344 \series bold
32345
32346 \backslash
32347 Diagram
32348 \series default
32349 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32350 \begin_inset CommandInset ref
32351 LatexCommand ref
32352 reference "sec:行列"
32353
32354 \end_inset
32355
32356 節参照)。
32357 \end_layout
32358
32359 \begin_layout Standard
32360 LyXでのファインマン・ダイアグラムの作り方は、メニュー
32361 \family sans
32362 ヘルプ\SpecialChar \menuseparator
32363 用途別説明書
32364 \family default
32365 内の『
32366 \emph on
32367 ファインマン・ダイアグラム
32368 \emph default
32369 』にあります。
32370 \end_layout
32371
32372 \begin_layout Section
32373 ユーザー定義コマンド
32374 \begin_inset Index idx
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378 ゆーざーていぎこまんど@ユーザー定義コマンド
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \begin_layout Standard
32387 \begin_inset Note Greyedout
32388 status open
32389
32390 \begin_layout Plain Layout
32391 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Subsection
32400
32401 \backslash
32402 newcommandコマンド
32403 \begin_inset CommandInset label
32404 LatexCommand label
32405 name "sub:newcommandコマンド"
32406
32407 \end_inset
32408
32409
32410 \begin_inset Index idx
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32415 \backslash
32416 newcommand
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \begin_inset Index idx
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426 こまんど@コマンド ! N ! 
32427 \backslash
32428 newcommand
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32438 \series bold
32439
32440 \backslash
32441 newcommand
32442 \series default
32443 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32444 \end_layout
32445
32446 \begin_layout Standard
32447
32448 \series bold
32449
32450 \backslash
32451 newcommand
32452 \series default
32453 コマンドの書式は、
32454 \end_layout
32455
32456 \begin_layout Standard
32457
32458 \series bold
32459
32460 \backslash
32461 newcommand{新コマンド名}[引数の数][オプションの値]
32462 \begin_inset Newline newline
32463 \end_inset
32464
32465
32466 \begin_inset Phantom HPhantom
32467 status open
32468
32469 \begin_layout Plain Layout
32470
32471 \series bold
32472
32473 \backslash
32474 newcommand
32475 \end_layout
32476
32477 \end_inset
32478
32479 {コマンド定義}
32480 \end_layout
32481
32482 \begin_layout Standard
32483 です。
32484 \end_layout
32485
32486 \begin_layout Standard
32487 \begin_inset Note Greyedout
32488 status open
32489
32490 \begin_layout Plain Layout
32491
32492 \series bold
32493 (注意)
32494 \series default
32495 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32496 \series bold
32497
32498 \backslash
32499 Leftarrow
32500 \series default
32501 の短縮のつもりで
32502 \series bold
32503
32504 \backslash
32505 le
32506 \series default
32507 というコマンドを定義したとすると、
32508 \series bold
32509
32510 \backslash
32511 le
32512 \series default
32513 は既に「
32514 \begin_inset Formula $\le$
32515 \end_inset
32516
32517 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 「引数の数」は、0
32527 \begin_inset space \thinspace{}
32528 \end_inset
32529
32530 -
32531 \begin_inset space \thinspace{}
32532 \end_inset
32533
32534 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32535 ドの
32536 \emph on
32537 最初の
32538 \emph default
32539 引数は、自動的に非必須の引数になります。
32540 \end_layout
32541
32542 \begin_layout Standard
32543 以下にいくつかの例を挙げます。
32544 \end_layout
32545
32546 \begin_layout Itemize
32547
32548 \series bold
32549
32550 \backslash
32551 Longrightarrow
32552 \series default
32553 の短縮形として
32554 \series bold
32555
32556 \backslash
32557 gr
32558 \series default
32559 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32560 \begin_inset VSpace medskip
32561 \end_inset
32562
32563
32564 \begin_inset Newline newline
32565 \end_inset
32566
32567
32568 \series bold
32569
32570 \backslash
32571 newcommand{
32572 \backslash
32573 gr}{
32574 \backslash
32575 Longrightarrow}
32576 \end_layout
32577
32578 \begin_layout Itemize
32579
32580 \series bold
32581
32582 \backslash
32583 underline
32584 \series default
32585 の短縮形として
32586 \series bold
32587
32588 \backslash
32589 us
32590 \series default
32591 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32592 \begin_inset VSpace medskip
32593 \end_inset
32594
32595
32596 \begin_inset Newline newline
32597 \end_inset
32598
32599
32600 \series bold
32601
32602 \backslash
32603 newcommand{
32604 \backslash
32605 us}[1]{
32606 \backslash
32607 underline{#1}}
32608 \series default
32609
32610 \begin_inset VSpace medskip
32611 \end_inset
32612
32613
32614 \begin_inset Newline newline
32615 \end_inset
32616
32617
32618 \series bold
32619 #
32620 \series default
32621 」という文字は、引数の入る場所を示し、その後ろの「
32622 \series bold
32623 1
32624 \series default
32625 」は、これが第1引数の入る場所であることを示します。
32626 \end_layout
32627
32628 \begin_layout Itemize
32629
32630 \series bold
32631
32632 \backslash
32633 framebox
32634 \series default
32635 の短縮形として、たとえば
32636 \series bold
32637
32638 \backslash
32639 fb
32640 \series default
32641 というコマンドを定義するには、
32642 \begin_inset VSpace medskip
32643 \end_inset
32644
32645
32646 \begin_inset Newline newline
32647 \end_inset
32648
32649
32650 \series bold
32651
32652 \backslash
32653 newcommand{
32654 \backslash
32655 fb}[3]{
32656 \backslash
32657 framebox#1#2{$#3$}}
32658 \series default
32659
32660 \begin_inset VSpace medskip
32661 \end_inset
32662
32663
32664 \begin_inset Newline newline
32665 \end_inset
32666
32667 二つのドルマークは、
32668 \series bold
32669
32670 \backslash
32671 framebox
32672 \series default
32673 が必要とする内部の数式を作り出します。第
32674 \begin_inset CommandInset ref
32675 LatexCommand ref
32676 reference "sub:縁付きボックス"
32677
32678 \end_inset
32679
32680 節をご参照下さい。
32681 \end_layout
32682
32683 \begin_layout Itemize
32684 ボックスの色を指定する必要がない
32685 \series bold
32686
32687 \backslash
32688 fcolorbox
32689 \series default
32690 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32691 \begin_inset VSpace medskip
32692 \end_inset
32693
32694
32695 \begin_inset Newline newline
32696 \end_inset
32697
32698
32699 \series bold
32700
32701 \backslash
32702 newcommand{
32703 \backslash
32704 cb}[3][white]{
32705 \backslash
32706 fcolorbox{#2}{#1}{$#3$}}
32707 \series default
32708
32709 \begin_inset VSpace medskip
32710 \end_inset
32711
32712
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716
32717 \series bold
32718
32719 \backslash
32720 cb
32721 \series default
32722 を使うときに色が指定されなければ、事前に定義された色である
32723 \series bold
32724 white
32725 \series default
32726 が使用されます。
32727 \end_layout
32728
32729 \begin_layout Standard
32730 以下は、上で定義したコマンドの動作テストです。
32731 \end_layout
32732
32733 \begin_layout Standard
32734 \align center
32735 \begin_inset Tabular
32736 <lyxtabular version="3" rows="6" columns="2">
32737 <features tabularvalignment="middle">
32738 <column alignment="center" valignment="top" width="0">
32739 <column alignment="center" valignment="top" width="0">
32740 <row>
32741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32742 \begin_inset Text
32743
32744 \begin_layout Plain Layout
32745 コマンド
32746 \end_layout
32747
32748 \end_inset
32749 </cell>
32750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754 出力
32755 \begin_inset Note Note
32756 status collapsed
32757
32758 \begin_layout Plain Layout
32759 ここで
32760 \series bold
32761
32762 \backslash
32763 raisebox
32764 \series default
32765 はスペーサーとして使用しているだけです。
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 </row>
32776 <row>
32777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 A
32782 \backslash
32783 gr
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789
32790 \backslash
32791 spce 
32792 \end_layout
32793
32794 \end_inset
32795
32796 B
32797 \end_layout
32798
32799 \end_inset
32800 </cell>
32801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32802 \begin_inset Text
32803
32804 \begin_layout Plain Layout
32805 \begin_inset Formula $A\gr B$
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 </row>
32814 <row>
32815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819
32820 \backslash
32821 us{ABcd
32822 \end_layout
32823
32824 \end_inset
32825 </cell>
32826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32827 \begin_inset Text
32828
32829 \begin_layout Plain Layout
32830 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \end_inset
32837 </cell>
32838 </row>
32839 <row>
32840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844
32845 \backslash
32846 fb{[2cm]
32847 \begin_inset Formula $\to$
32848 \end_inset
32849
32850
32851 \backslash
32852 {
32853 \begin_inset Formula $\to$
32854 \end_inset
32855
32856
32857 \backslash
32858 {
32859 \backslash
32860 int
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866
32867 \backslash
32868 spce 
32869 \end_layout
32870
32871 \end_inset
32872
32873 A=B
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 </row>
32891 <row>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896
32897 \backslash
32898 cb{red
32899 \begin_inset Formula $\to$
32900 \end_inset
32901
32902
32903 \backslash
32904 {
32905 \backslash
32906 int
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 spce 
32915 \end_layout
32916
32917 \end_inset
32918
32919 A=B
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 </row>
32937 <row>
32938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942
32943 \backslash
32944 cb[green]
32945 \backslash
32946 {red
32947 \begin_inset Formula $\to$
32948 \end_inset
32949
32950
32951 \backslash
32952 {
32953 \backslash
32954 int
32955 \begin_inset ERT
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959
32960
32961 \backslash
32962 spce 
32963 \end_layout
32964
32965 \end_inset
32966
32967 A=B
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 </row>
32985 </lyxtabular>
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Subsection
32993 数式マクロ
32994 \begin_inset Index idx
32995 status collapsed
32996
32997 \begin_layout Plain Layout
32998 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \begin_inset Index idx
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 まくろ@マクロ
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33018 般型は、
33019 \begin_inset Formula 
33020 \[
33021 0=\lambda^{2}+p\lambda+q
33022 \]
33023
33024 \end_inset
33025
33026 であり、その解の一般型は
33027 \begin_inset Formula 
33028 \[
33029 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33030 \]
33031
33032 \end_inset
33033
33034
33035 \end_layout
33036
33037 \begin_layout Standard
33038 です。
33039 \begin_inset Formula $\lambda$
33040 \end_inset
33041
33042
33043 \begin_inset Formula $p$
33044 \end_inset
33045
33046
33047 \begin_inset Formula $q$
33048 \end_inset
33049
33050 の3つのパラメータを指定することが必須であり、
33051 \begin_inset Formula $\lambda$
33052 \end_inset
33053
33054 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33055 \begin_inset Newline newline
33056 \end_inset
33057
33058
33059 \series bold
33060
33061 \backslash
33062 newcommand{
33063 \backslash
33064 qG}[4][1,
33065 \backslash
33066 ,2]{#2_{#1}=-
33067 \backslash
33068 frac{#3}{2}
33069 \backslash
33070 pm
33071 \begin_inset Newline newline
33072 \end_inset
33073
33074
33075 \begin_inset Phantom HPhantom
33076 status open
33077
33078 \begin_layout Plain Layout
33079
33080 \series bold
33081
33082 \backslash
33083 newcommand
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \backslash
33090 sqrt{
33091 \backslash
33092 frac{#3^{2}}{4}-#4}}
33093 \end_layout
33094
33095 \begin_layout Standard
33096 これを使って解の公式を作るには、
33097 \begin_inset Newline newline
33098 \end_inset
33099
33100
33101 \series bold
33102
33103 \backslash
33104 qG{
33105 \backslash
33106 lambda
33107 \begin_inset Formula $\to$
33108 \end_inset
33109
33110
33111 \backslash
33112 {p
33113 \begin_inset Formula $\to$
33114 \end_inset
33115
33116
33117 \backslash
33118 {q
33119 \series default
33120 というコマンドを数式に入れます。
33121 \end_layout
33122
33123 \begin_layout Standard
33124 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33125 \series bold
33126
33127 \backslash
33128 frac{分子}{分母}
33129 \series default
33130 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33131 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33132 \series bold
33133
33134 \backslash
33135 newcommand
33136 \series default
33137 コマンドの代わりに、数式マクロを使う方法を提供しています。
33138 \end_layout
33139
33140 \begin_layout Standard
33141 数式マクロは、
33142 \family sans
33143 挿入\SpecialChar \menuseparator
33144 数式\SpecialChar \menuseparator
33145 マクロ
33146 \family default
33147 メニューか、ツールバーボタンの
33148 \begin_inset Graphics
33149         filename ../../images/math-macro_newmacroname_newcommand.png
33150         scale 85
33151
33152 \end_inset
33153
33154 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33155 \begin_inset Newline newline
33156 \end_inset
33157
33158
33159 \begin_inset space \hspace*{\fill}
33160 \end_inset
33161
33162
33163 \begin_inset Graphics
33164         filename clipart/macrobox.png
33165
33166 \end_inset
33167
33168
33169 \begin_inset space \hspace*{\fill}
33170 \end_inset
33171
33172
33173 \begin_inset Newline newline
33174 \end_inset
33175
33176
33177 \begin_inset FormulaMacro
33178 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33179 \end_inset
33180
33181
33182 \backslash
33183 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33184 \series bold
33185
33186 \backslash
33187 #1
33188 \series default
33189 のように
33190 \series bold
33191
33192 \backslash
33193 #引数番号
33194 \series default
33195 というコマンドで入力するか、マクロツールバーボタンの
33196 \begin_inset Graphics
33197         filename ../../images/math-macro-add-param.png
33198         scale 85
33199
33200 \end_inset
33201
33202 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33203 \begin_inset Graphics
33204         filename ../../images/math-macro-add-optional-param.png
33205         scale 85
33206
33207 \end_inset
33208
33209 で作ることができます。最初の必須引数は、ツールバーボタンの
33210 \begin_inset Graphics
33211         filename ../../images/math-macro-make-optional.png
33212         scale 85
33213
33214 \end_inset
33215
33216 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33217 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33218 \begin_inset Newline newline
33219 \end_inset
33220
33221
33222 \series bold
33223 qG: 
33224 \backslash
33225 #1
33226 \series default
33227  
33228 \series bold
33229 ,
33230 \series default
33231  
33232 \series bold
33233
33234 \backslash
33235 #2
33236 \series default
33237  
33238 \series bold
33239 ,
33240 \series default
33241  
33242 \series bold
33243
33244 \backslash
33245 #3, 
33246 \backslash
33247 #4
33248 \begin_inset Newline newline
33249 \end_inset
33250
33251
33252 \series default
33253 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33254 されます。
33255 \begin_inset Newline newline
33256 \end_inset
33257
33258 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33259 \family sans
33260 表示\SpecialChar \menuseparator
33261 数式マクロを展開(畳む)
33262 \family default
33263 メニューを使うことで、マクロ毎に変えることができます。
33264 \end_layout
33265
33266 \begin_layout Standard
33267 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33268 \series bold
33269
33270 \backslash
33271 qG
33272 \series default
33273 とします。このマクロは、LyX中では以下のように表示されます。
33274 \begin_inset Newline newline
33275 \end_inset
33276
33277
33278 \begin_inset space \hspace*{\fill}
33279 \end_inset
33280
33281
33282 \begin_inset Graphics
33283         filename ../clipart/macrouse.png
33284
33285 \end_inset
33286
33287
33288 \begin_inset space \hspace*{\fill}
33289 \end_inset
33290
33291
33292 \begin_inset Newline newline
33293 \end_inset
33294
33295 以下は、上記の例に、引数
33296 \begin_inset Formula $x$
33297 \end_inset
33298
33299
33300 \begin_inset Formula $\ln(x)$
33301 \end_inset
33302
33303
33304 \begin_inset Formula $B$
33305 \end_inset
33306
33307 を指定したものです。
33308 \end_layout
33309
33310 \begin_layout Standard
33311 \begin_inset Formula 
33312 \[
33313 \qG x{\ln(x)}B
33314 \]
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 LyXは、
33323 \family sans
33324 ツール\SpecialChar \menuseparator
33325 設定\SpecialChar \menuseparator
33326 編集\SpecialChar \menuseparator
33327 制御
33328 \family default
33329 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33330 せてみてください。
33331 \end_layout
33332
33333 \begin_layout Standard
33334 数式マクロは、文書書き出し時に、内部的に
33335 \series bold
33336
33337 \backslash
33338 newcommand
33339 \series default
33340 コマンドに変換されます。こうして生成された
33341 \series bold
33342
33343 \backslash
33344 newcommand
33345 \series default
33346 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33347 \end_layout
33348
33349 \begin_layout Standard
33350 数式マクロは、
33351 \series bold
33352
33353 \backslash
33354 newcommand
33355 \series default
33356 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33357 \series bold
33358
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \backslash
33364 newcommand{
33365 \backslash
33366 larrow}[2]{
33367 \backslash
33368 xleftarrow[#2]{#1}}
33369 \begin_inset Newline newline
33370 \end_inset
33371
33372
33373 \series default
33374 というコマンドを書き入れ、この全体を選択して、短絡キー
33375 \family sans
33376 Ctrl+M
33377 \family default
33378 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33379 \series bold
33380
33381 \backslash
33382 newcommand
33383 \series default
33384 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33385 \end_layout
33386
33387 \begin_layout Standard
33388 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33389 \begin_inset CommandInset ref
33390 LatexCommand ref
33391 reference "sub:newcommandコマンド"
33392
33393 \end_inset
33394
33395 節で例として作った
33396 \series bold
33397
33398 \backslash
33399 fb
33400 \series default
33401 は、マクロとしては作ることができません。
33402 \end_layout
33403
33404 \begin_layout Standard
33405 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33406 \end_layout
33407
33408 \begin_layout Standard
33409 \begin_inset VSpace defskip
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Standard
33416 \begin_inset Graphics
33417         filename ../clipart/MacroToolbar.png
33418
33419 \end_inset
33420
33421
33422 \begin_inset Index idx
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426 まくろ@マクロ ! つーるばー@ツールバー
33427 \end_layout
33428
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \begin_layout Standard
33435 \begin_inset VSpace defskip
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 マクロツールバーは、左から右に、以下の各ボタンがあります。
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \begin_inset VSpace defskip
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Tabular
33454 <lyxtabular version="3" rows="9" columns="2">
33455 <features islongtable="true" longtabularalignment="center">
33456 <column alignment="left" valignment="top" width="0">
33457 <column alignment="left" valignment="top" width="85col%">
33458 <row interlinespace="2.5mm">
33459 <cell alignment="center" valignment="top" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Graphics
33464         filename ../../images/math-macro-remove-param.png
33465         rotateOrigin center
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478
33479 \family sans
33480 編集\SpecialChar \menuseparator
33481 数式\SpecialChar \menuseparator
33482 マクロ定義\SpecialChar \menuseparator
33483 最後の引数を削除
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 </row>
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-add-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-make-optional.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 \begin_inset Newline newline
33547 \end_inset
33548
33549
33550 \begin_inset Phantom HPhantom
33551 status open
33552
33553 \begin_layout Plain Layout
33554
33555 \family sans
33556 編集\SpecialChar \menuseparator
33557 数式\SpecialChar \menuseparator
33558 マクロ定義\SpecialChar \menuseparator
33559
33560 \end_layout
33561
33562 \end_inset
33563
33564 非必須引数にする
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row interlinespace="2.5mm">
33571 <cell alignment="center" valignment="top" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 \begin_inset Graphics
33576         filename ../../images/math-macro-make-nonoptional.png
33577         rotateOrigin center
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 <cell alignment="center" valignment="top" usebox="none">
33587 \begin_inset Text
33588
33589 \begin_layout Plain Layout
33590
33591 \family sans
33592 編集\SpecialChar \menuseparator
33593 数式\SpecialChar \menuseparator
33594 マクロ定義\SpecialChar \menuseparator
33595 最後の非必須引数を
33596 \begin_inset Newline newline
33597 \end_inset
33598
33599
33600 \begin_inset Phantom HPhantom
33601 status open
33602
33603 \begin_layout Plain Layout
33604
33605 \family sans
33606 編集\SpecialChar \menuseparator
33607 数式\SpecialChar \menuseparator
33608 マクロ定義\SpecialChar \menuseparator
33609
33610 \end_layout
33611
33612 \end_inset
33613
33614 必須引数にする
33615 \end_layout
33616
33617 \end_inset
33618 </cell>
33619 </row>
33620 <row interlinespace="2.5mm">
33621 <cell alignment="center" valignment="top" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 \begin_inset Graphics
33626         filename ../../images/math-macro-remove-optional-param.png
33627         rotateOrigin center
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640
33641 \family sans
33642 編集\SpecialChar \menuseparator
33643 数式\SpecialChar \menuseparator
33644 マクロ定義\SpecialChar \menuseparator
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-add-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-remove-greedy-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 \begin_inset Newline newline
33709 \end_inset
33710
33711
33712 \begin_inset Phantom HPhantom
33713 status open
33714
33715 \begin_layout Plain Layout
33716
33717 \family sans
33718 編集\SpecialChar \menuseparator
33719 数式\SpecialChar \menuseparator
33720 マクロ定義\SpecialChar \menuseparator
33721
33722 \end_layout
33723
33724 \end_inset
33725
33726 最後の引数を削除
33727 \end_layout
33728
33729 \end_inset
33730 </cell>
33731 </row>
33732 <row interlinespace="2.5mm">
33733 <cell alignment="center" valignment="top" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737 \begin_inset Graphics
33738         filename ../../images/math-macro-append-greedy-param.png
33739         rotateOrigin center
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 <cell alignment="center" valignment="top" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752
33753 \family sans
33754 編集\SpecialChar \menuseparator
33755 数式\SpecialChar \menuseparator
33756 マクロ定義\SpecialChar \menuseparator
33757 右から喰う形で
33758 \begin_inset Newline newline
33759 \end_inset
33760
33761
33762 \begin_inset Phantom HPhantom
33763 status open
33764
33765 \begin_layout Plain Layout
33766
33767 \family sans
33768 編集\SpecialChar \menuseparator
33769 数式\SpecialChar \menuseparator
33770 マクロ定義\SpecialChar \menuseparator
33771
33772 \end_layout
33773
33774 \end_inset
33775
33776 引数を追加
33777 \end_layout
33778
33779 \end_inset
33780 </cell>
33781 </row>
33782 <row interlinespace="2.5mm">
33783 <cell alignment="center" valignment="top" usebox="none">
33784 \begin_inset Text
33785
33786 \begin_layout Plain Layout
33787 \begin_inset Graphics
33788         filename ../../images/math-macro-add-greedy-optional-param.png
33789         rotateOrigin center
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 <cell alignment="center" valignment="top" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802
33803 \family sans
33804 編集\SpecialChar \menuseparator
33805 数式\SpecialChar \menuseparator
33806 マクロ定義\SpecialChar \menuseparator
33807 右から喰う形で
33808 \begin_inset Newline newline
33809 \end_inset
33810
33811
33812 \begin_inset Phantom HPhantom
33813 status open
33814
33815 \begin_layout Plain Layout
33816
33817 \family sans
33818 編集\SpecialChar \menuseparator
33819 数式\SpecialChar \menuseparator
33820 マクロ定義\SpecialChar \menuseparator
33821
33822 \end_layout
33823
33824 \end_inset
33825
33826 非必須引数を追加
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 </row>
33832 </lyxtabular>
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Section
33840 コンピュータ代数システム
33841 \end_layout
33842
33843 \begin_layout Standard
33844 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33845 \family sans
33846 Maple
33847 \family default
33848
33849 \family sans
33850 Mathematica
33851 \family default
33852
33853 \family sans
33854 Maxima
33855 \family default
33856
33857 \family sans
33858 Octave
33859 \family default
33860 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33861 \end_layout
33862
33863 \begin_layout Subsection
33864 使用法
33865 \end_layout
33866
33867 \begin_layout Standard
33868 数式表現を書いた後、
33869 \family sans
33870 編集\SpecialChar \menuseparator
33871 数式\SpecialChar \menuseparator
33872 コンピュータ代数システムを使用
33873 \family default
33874 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33875 \end_layout
33876
33877 \begin_layout Standard
33878 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33879 \family typewriter
33880 Maxima
33881 \family default
33882 です)。
33883 \end_layout
33884
33885 \begin_layout Itemize
33886 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \begin_layout Itemize
33893 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Itemize
33900 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Itemize
33907 \begin_inset Formula $\det\left[\begin{array}{ccc}
33908 1 & 6 & 7\\
33909 2 & 5 & 8\\
33910 3 & 4 & 17
33911 \end{array}\right]=-56$
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Itemize
33918 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \begin_layout Subsection
33925 短絡キー
33926 \end_layout
33927
33928 \begin_layout Standard
33929 現在のところ、代数プログラムを呼び出すための短絡キーはありません。しかし、短絡キーを
33930 \family sans
33931 math-extern
33932 \family default
33933  LyX関数にバインドすることは容易です(取扱説明書『
33934 \family sans
33935 \emph on
33936 LyX関数篇
33937 \family default
33938 \emph default
33939 』参照)。例えば、数式エディタ中で
33940 \family sans
33941 リターン
33942 \family default
33943 キーをバインドさせることもできます。それを
33944 \family typewriter
33945 Maxima
33946 \family default
33947 にバインドするには、下記の短絡キー定義コマンドを使用します。
33948 \end_layout
33949
33950 \begin_layout Standard
33951
33952 \series bold
33953 command-alternatives break-paragraph;math-extern maxima
33954 \end_layout
33955
33956 \begin_layout Section
33957
33958 \lang english
33959 Miscellaneous
33960 \lang japanese
33961
33962 \begin_inset Index idx
33963 status open
33964
33965 \begin_layout Plain Layout
33966
33967 \lang english
33968 Miscellaneous
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Subsection
33977 負の数
33978 \begin_inset Index idx
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 かず@数 ! ふの@負の ---
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33992 く表示されます。
33993 \end_layout
33994
33995 \begin_layout Standard
33996 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33997 \end_layout
33998
33999 \begin_layout Standard
34000 以下は、この問題を示す例です。
34001 \end_layout
34002
34003 \begin_layout Standard
34004 \align center
34005 \begin_inset Tabular
34006 <lyxtabular version="3" rows="3" columns="2">
34007 <features tabularvalignment="middle">
34008 <column alignment="right" valignment="top" width="0">
34009 <column alignment="left" valignment="top" width="0">
34010 <row>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 通常の文章:
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 x = -2
34025 \end_layout
34026
34027 \end_inset
34028 </cell>
34029 </row>
34030 <row>
34031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 数式:
34036 \end_layout
34037
34038 \end_inset
34039 </cell>
34040 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34041 \begin_inset Text
34042
34043 \begin_layout Plain Layout
34044 \begin_inset Formula $x=-2$
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 </row>
34053 <row>
34054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058 解決策:
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34064 \begin_inset Text
34065
34066 \begin_layout Plain Layout
34067 \begin_inset Formula $x=\textrm{-}2$
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 </row>
34076 </lyxtabular>
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Subsection
34084 位区切りとしてのコンマ
34085 \begin_inset Index idx
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089 こんま@コンマ
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \begin_inset Index idx
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099 かんま@カンマ|see
34100 \begin_inset ERT
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104
34105 {
34106 \end_layout
34107
34108 \end_inset
34109
34110 コンマ
34111 \begin_inset ERT
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115
34116 }
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34131 \end_layout
34132
34133 \begin_layout Standard
34134 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
34135 \begin_inset Info
34136 type  "shortcut"
34137 arg   "math-mode"
34138 \end_inset
34139
34140 )。
34141 \end_layout
34142
34143 \begin_layout Standard
34144 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34145 \end_layout
34146
34147 \begin_layout Standard
34148
34149 \series bold
34150
34151 \backslash
34152 usepackage{icomma}
34153 \end_layout
34154
34155 \begin_layout Standard
34156 という行を加えて、
34157 \series bold
34158 icomma.sty
34159 \series default
34160
34161 \begin_inset Foot
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165
34166 \series bold
34167 icomma
34168 \series default
34169 は、LaTeXパッケージ
34170 \series bold
34171 was
34172 \series default
34173
34174 \begin_inset Index idx
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 ぱっけーじ@パッケージ ! was
34179 \begin_inset ERT
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183
34184
34185 \backslash
34186 vspace{4mm}
34187 \end_layout
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \end_inset
34195
34196 に含まれています。
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \begin_inset Index idx
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206 ぱっけーじ@パッケージ ! icomma
34207 \end_layout
34208
34209 \end_inset
34210
34211 ファイルを読み込みます。
34212 \end_layout
34213
34214 \begin_layout Subsection
34215 物理ベクトル
34216 \begin_inset CommandInset label
34217 LatexCommand label
34218 name "sub:物理ベクトル"
34219
34220 \end_inset
34221
34222
34223 \begin_inset Index idx
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227 Vectors ! physical
34228 \end_layout
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Standard
34236 LaTeXパッケージ
34237 \series bold
34238 braket
34239 \series default
34240
34241 \begin_inset Foot
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245
34246 \series bold
34247 braket
34248 \series default
34249  は標準的LaTeX頒布版のすべてに含まれています。
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \begin_inset Index idx
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 ぱっけーじ@パッケージ ! braket
34260 \end_layout
34261
34262 \end_inset
34263
34264 には、定義済みのベクトルが提供されており、
34265 \end_layout
34266
34267 \begin_layout Standard
34268
34269 \series bold
34270
34271 \backslash
34272 usepackage{braket}
34273 \end_layout
34274
34275 \begin_layout Standard
34276 というLaTeXプリアンブル行で読み込むことができます。
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset ERT
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284
34285
34286 \backslash
34287 ifbraket 
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \begin_inset Note Note
34294 status open
34295
34296 \begin_layout Plain Layout
34297 以下の表は、
34298 \series bold
34299 braket
34300 \series default
34301  LaTeXパッケージが導入済みのときのみ表示されます。
34302 \end_layout
34303
34304 \end_inset
34305
34306 以下のコマンドが定義されています。
34307 \end_layout
34308
34309 \begin_layout Standard
34310 \align center
34311 \begin_inset Tabular
34312 <lyxtabular version="3" rows="4" columns="2">
34313 <features tabularvalignment="middle">
34314 <column alignment="center" valignment="top" width="0">
34315 <column alignment="center" valignment="top" width="0">
34316 <row>
34317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321 コマンド
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330 出力
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341
34342 \backslash
34343 Bra{
34344 \backslash
34345 psi
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 \begin_inset Formula $\Bra{\psi}$
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 <row>
34364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368
34369 \backslash
34370 Ket{
34371 \backslash
34372 psi
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 \begin_inset Formula $\Ket{\psi}$
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 </row>
34390 <row>
34391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34392 \begin_inset Text
34393
34394 \begin_layout Plain Layout
34395
34396 \backslash
34397 Braket{
34398 \backslash
34399 psi
34400 \begin_inset Formula $|$
34401 \end_inset
34402
34403
34404 \backslash
34405 phi
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 \begin_inset Formula $\Braket{\psi|\phi}$
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 </lyxtabular>
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Standard
34431
34432 \series bold
34433
34434 \backslash
34435 Braket
34436 \series default
34437 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34438 \begin_inset Formula 
34439 \[
34440 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34441 \]
34442
34443 \end_inset
34444
34445
34446 \begin_inset ERT
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450
34451
34452 \backslash
34453 else 
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \begin_inset Note Note
34460 status open
34461
34462 \begin_layout Plain Layout
34463
34464 \series bold
34465 braket
34466 \series default
34467  LaTeXパッケージが導入されていないときには、以下が表示されます。
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Standard
34476 本小節の全体を出力で見るためには、
34477 \series bold
34478 braket
34479 \series default
34480  LaTeXパッケージを導入する必要があります。
34481 \end_layout
34482
34483 \begin_layout Standard
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489
34490 \backslash
34491 fi 
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500
34501 \series bold
34502
34503 \backslash
34504 Braket
34505 \series default
34506 と同じ効果は、第
34507 \begin_inset CommandInset ref
34508 LatexCommand ref
34509 reference "sub:自動の括弧丈"
34510
34511 \end_inset
34512
34513 節に説明されているとおり、
34514 \series bold
34515
34516 \backslash
34517 middle
34518 \series default
34519 コマンドを用いることによっても実現できます。
34520 \end_layout
34521
34522 \begin_layout Subsection
34523 自己定義の分数
34524 \begin_inset CommandInset label
34525 LatexCommand label
34526 name "sub:自己定義の分数"
34527
34528 \end_inset
34529
34530
34531 \begin_inset Index idx
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535 ぶんすう@分数 ! じこていぎの@自己定義の ---
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Standard
34544 分数用の自製コマンドを定義するには、以下の書式を持つ
34545 \series bold
34546
34547 \backslash
34548 genfrac
34549 \series default
34550
34551 \begin_inset Index idx
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555 こまんど@コマンド ! G ! 
34556 \backslash
34557 genfrac
34558 \end_layout
34559
34560 \end_inset
34561
34562 コマンドを使います。
34563 \end_layout
34564
34565 \begin_layout Standard
34566
34567 \series bold
34568
34569 \backslash
34570 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34571 \begin_inset Newline newline
34572 \end_inset
34573
34574
34575 \begin_inset Phantom HPhantom
34576 status open
34577
34578 \begin_layout Plain Layout
34579
34580 \series bold
34581
34582 \backslash
34583 genfrac
34584 \end_layout
34585
34586 \end_inset
34587
34588 {分子}{分母}
34589 \end_layout
34590
34591 \begin_layout Standard
34592 ここで「様式」は、0
34593 \begin_inset space \thinspace{}
34594 \end_inset
34595
34596 -
34597 \begin_inset space \thinspace{}
34598 \end_inset
34599
34600 3の範囲の数字です。
34601 \end_layout
34602
34603 \begin_layout Standard
34604 \align center
34605 \begin_inset Tabular
34606 <lyxtabular version="3" rows="5" columns="2">
34607 <features tabularvalignment="middle">
34608 <column alignment="center" valignment="top" width="0">
34609 <column alignment="center" valignment="top" width="0">
34610 <row>
34611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615 数字
34616 \end_layout
34617
34618 \end_inset
34619 </cell>
34620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624 様式(大きさ)
34625 \end_layout
34626
34627 \end_inset
34628 </cell>
34629 </row>
34630 <row>
34631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34632 \begin_inset Text
34633
34634 \begin_layout Plain Layout
34635 0
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34641 \begin_inset Text
34642
34643 \begin_layout Plain Layout
34644 別行立て様式の数式
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 </row>
34650 <row>
34651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655 1
34656 \end_layout
34657
34658 \end_inset
34659 </cell>
34660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 行内数式
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 </row>
34670 <row>
34671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Plain Layout
34675 2
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684 やや小(small)
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 </row>
34690 <row>
34691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34692 \begin_inset Text
34693
34694 \begin_layout Plain Layout
34695 3
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 最小(tiny)
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 </row>
34710 </lyxtabular>
34711
34712 \end_inset
34713
34714
34715 \end_layout
34716
34717 \begin_layout Standard
34718 「様式」を指定しないときには、
34719 \series bold
34720
34721 \backslash
34722 frac
34723 \series default
34724 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34725 \end_layout
34726
34727 \begin_layout Standard
34728 「分数線の厚み」を指定しないときには、既定値である0.4
34729 \begin_inset space \thinspace{}
34730 \end_inset
34731
34732 ptが用いられます。
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \begin_inset VSpace medskip
34737 \end_inset
34738
34739 たとえば、第
34740 \begin_inset CommandInset ref
34741 LatexCommand ref
34742 reference "sub:分数"
34743
34744 \end_inset
34745
34746 節の
34747 \series bold
34748
34749 \backslash
34750 dfrac
34751 \series default
34752 コマンドおよび
34753 \series bold
34754
34755 \backslash
34756 tbinom
34757 \series default
34758 コマンドは、
34759 \end_layout
34760
34761 \begin_layout Standard
34762
34763 \series bold
34764
34765 \backslash
34766 newcommand{
34767 \backslash
34768 dfrac}[2]{
34769 \backslash
34770 genfrac{}{}{}{0}{#1}{#2}}
34771 \end_layout
34772
34773 \begin_layout Standard
34774 あるいは
34775 \end_layout
34776
34777 \begin_layout Standard
34778
34779 \series bold
34780
34781 \backslash
34782 newcommand{
34783 \backslash
34784 tbinom}[2]{
34785 \backslash
34786 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34787 \end_layout
34788
34789 \begin_layout Standard
34790 というコマンドで定義できます。
34791 \end_layout
34792
34793 \begin_layout Standard
34794 \begin_inset VSpace medskip
34795 \end_inset
34796
34797 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34798 \end_layout
34799
34800 \begin_layout Standard
34801
34802 \series bold
34803
34804 \backslash
34805 newcommand{
34806 \backslash
34807 fracS}[3][]{
34808 \backslash
34809 genfrac{}{}{#1}{}{#2}{#3}}
34810 \end_layout
34811
34812 \begin_layout Standard
34813 という行を入れます。
34814 \begin_inset Newpage newpage
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 以下は、そのテストです。
34822 \begin_inset Formula 
34823 \begin{align*}
34824 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34825 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34826 \end{align*}
34827
34828 \end_inset
34829
34830 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34831 \end_layout
34832
34833 \begin_layout Subsection
34834 数式の消去
34835 \begin_inset Index idx
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 すうしき@数式 ! しょうきょ@消去
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 数式あるいはその一部を消去するには、
34849 \series bold
34850 cancel
34851 \series default
34852
34853 \begin_inset Foot
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857
34858 \series bold
34859 cancel
34860 \series default
34861 は、標準的なLaTeX頒布版のすべてに含まれています。
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \begin_inset Index idx
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871 ぱっけーじ@パッケージ ! cancel
34872 \end_layout
34873
34874 \end_inset
34875
34876  LaTeXパッケージを、LaTeXプリアンブル行に
34877 \end_layout
34878
34879 \begin_layout Standard
34880
34881 \series bold
34882
34883 \backslash
34884 usepackage{cancel}
34885 \end_layout
34886
34887 \begin_layout Standard
34888 と書いて読み込む必要があります。
34889 \end_layout
34890
34891 \begin_layout Standard
34892 数式を消去するには、4つの方法があります。
34893 \end_layout
34894
34895 \begin_layout Standard
34896 \align center
34897 \begin_inset Tabular
34898 <lyxtabular version="3" rows="5" columns="2">
34899 <features tabularvalignment="middle">
34900 <column alignment="center" valignment="top" width="0">
34901 <column alignment="center" valignment="top" width="0">
34902 <row>
34903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34904 \begin_inset Text
34905
34906 \begin_layout Plain Layout
34907 コマンド
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916 出力
34917 \begin_inset Note Note
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 ここで
34922 \series bold
34923
34924 \backslash
34925 raisebox
34926 \series default
34927 はスペーサーとして使用しているだけです。
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 </row>
34938 <row>
34939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943
34944 \backslash
34945 cancel{
34946 \backslash
34947 int
34948 \begin_inset ERT
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952
34953
34954 \backslash
34955 spce 
34956 \end_layout
34957
34958 \end_inset
34959
34960 A=B
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34966 \begin_inset Text
34967
34968 \begin_layout Plain Layout
34969 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983
34984 \backslash
34985 bcancel{
34986 \backslash
34987 int
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 spce 
34996 \end_layout
34997
34998 \end_inset
34999
35000 A=B
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 <row>
35019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023
35024 \backslash
35025 xcancel{
35026 \backslash
35027 int
35028 \begin_inset ERT
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032
35033
35034 \backslash
35035 spce 
35036 \end_layout
35037
35038 \end_inset
35039
35040 A=B
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 </row>
35058 <row>
35059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063
35064 \backslash
35065 cancelto{1
35066 \begin_inset Formula $\to$
35067 \end_inset
35068
35069
35070 \backslash
35071 {
35072 \backslash
35073 int
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 spce 
35082 \end_layout
35083
35084 \end_inset
35085
35086 A=B
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35096 \end_inset
35097
35098
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 </row>
35104 </lyxtabular>
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Standard
35112
35113 \series bold
35114
35115 \backslash
35116 cancelto
35117 \series default
35118 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35119 \begin_inset Formula 
35120 \[
35121 \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}}}
35122 \]
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130
35131 \series bold
35132
35133 \backslash
35134 cancelto
35135 \series default
35136 の「下付き」数字の寸法を変更するには、
35137 \series bold
35138 cancel
35139 \series default
35140 パッケージを
35141 \series bold
35142 samesize
35143 \series default
35144 オプションをつけて読み込んで、消去された数字と同じ大きさにするか、
35145 \series bold
35146 Smaller
35147 \series default
35148 オプションをつけて、オプションを付けなかった時よりも少し小さな大きさにするかの2つの方法があります。この文書では、
35149 \series bold
35150 cancel
35151 \series default
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156
35157 \series bold
35158
35159 \backslash
35160 usepackage[samesize]{cancel}
35161 \end_layout
35162
35163 \begin_layout Standard
35164 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35165 \end_layout
35166
35167 \begin_layout Standard
35168
35169 \series bold
35170
35171 \backslash
35172 renewcommand{
35173 \backslash
35174 CancelColor}{
35175 \backslash
35176 color{red}}
35177 \end_layout
35178
35179 \begin_layout Standard
35180 ここで
35181 \series bold
35182 red
35183 \series default
35184 は、お好みの色に変更することができます。
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \begin_inset ERT
35189 status collapsed
35190
35191 \begin_layout Plain Layout
35192
35193
35194 \backslash
35195 renewcommand{
35196 \backslash
35197 CancelColor}{
35198 \backslash
35199 color{red}}
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 \begin_inset Formula 
35209 \[
35210 \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}}}
35211 \]
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset ERT
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223
35224
35225 \backslash
35226 renewcommand{
35227 \backslash
35228 CancelColor}{
35229 \backslash
35230 color{black}}
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \begin_inset Note Note
35237 status open
35238
35239 \begin_layout Plain Layout
35240 色をリセット
35241 \end_layout
35242
35243 \end_inset
35244
35245
35246 \end_layout
35247
35248 \begin_layout Standard
35249 他の微調整については、
35250 \series bold
35251 cancel
35252 \series default
35253 パッケージの取扱説明書
35254 \begin_inset CommandInset citation
35255 LatexCommand cite
35256 key "cancel"
35257
35258 \end_inset
35259
35260 をご覧ください。
35261 \end_layout
35262
35263 \begin_layout Subsection
35264 節見出し中の数式
35265 \begin_inset CommandInset label
35266 LatexCommand label
35267 name "sub:節見出し中の数式"
35268
35269 \end_inset
35270
35271
35272 \begin_inset Index idx
35273 status collapsed
35274
35275 \begin_layout Plain Layout
35276 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Standard
35285 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset Note Greyedout
35290 status open
35291
35292 \begin_layout Plain Layout
35293 文書設定ダイアログの
35294 \family sans
35295 PDF特性
35296 \family default
35297
35298 \series bold
35299 hyperref
35300 \series default
35301
35302 \begin_inset Index idx
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306 ぱっけーじ@パッケージ ! hyperref
35307 \end_layout
35308
35309 \end_inset
35310
35311 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35312 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35313 \end_layout
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Standard
35321 これらの問題は、
35322 \family sans
35323 挿入\SpecialChar \menuseparator
35324 短縮タイトル
35325 \family default
35326 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35327 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35328 \end_layout
35329
35330 \begin_layout Standard
35331 数式を目次中でも使わなくてもならないが、
35332 \series bold
35333 hyperref
35334 \series default
35335 も使用しなくてはならないときには、
35336 \end_layout
35337
35338 \begin_layout Standard
35339
35340 \series bold
35341
35342 \backslash
35343 texorpdfstring{部分}{代替文字列}
35344 \begin_inset Index idx
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348 こまんど@コマンド ! T ! 
35349 \backslash
35350 texorpdfstring
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \end_layout
35357
35358 \begin_layout Standard
35359 というコマンドをTeXモードで使う方法があります。
35360 \end_layout
35361
35362 \begin_layout Standard
35363 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35364 文字列」が用いられます。
35365 \end_layout
35366
35367 \begin_layout Standard
35368 以下の二つは、見出しの例です。
35369 \begin_inset VSpace -3mm
35370 \end_inset
35371
35372
35373 \begin_inset ERT
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377
35378
35379 \backslash
35380 boldmath 
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \end_layout
35387
35388 \begin_layout Subsubsection
35389 目次中では数式を使わない見出し
35390 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35391 \end_inset
35392
35393
35394 \begin_inset Argument
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398 目次中では数式を使わない見出し
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Subsubsection
35407 目次中で数式を使う見出し
35408 \begin_inset ERT
35409 status collapsed
35410
35411 \begin_layout Plain Layout
35412
35413
35414 \backslash
35415 texorpdfstring{
35416 \end_layout
35417
35418 \end_inset
35419
35420  
35421 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35422 \end_inset
35423
35424
35425 \begin_inset ERT
35426 status collapsed
35427
35428 \begin_layout Plain Layout
35429
35430 }{}
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Standard
35439 \begin_inset ERT
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443
35444
35445 \backslash
35446 unboldmath 
35447 \end_layout
35448
35449 \end_inset
35450
35451 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35452 \series bold
35453
35454 \backslash
35455 texorpdfstring
35456 \series default
35457 が使われています。
35458 \end_layout
35459
35460 \begin_layout Standard
35461 他の節見出しと同じ書式を得るために、上の見出し全体は
35462 \series bold
35463 boldmath
35464 \series default
35465 環境に設定してあります
35466 \begin_inset Foot
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470
35471 \begin_inset CommandInset ref
35472 LatexCommand ref
35473 reference "sub:ボールド体の数式"
35474
35475 \end_inset
35476
35477 節参照。
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Subsection
35486 多段組文中の数式
35487 \begin_inset Index idx
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35501 \series bold
35502 multicol
35503 \series default
35504
35505 \begin_inset Foot
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509
35510 \series bold
35511 multicol
35512 \series default
35513 は、標準的LaTeX頒布版のすべてに含まれています。
35514 \end_layout
35515
35516 \end_inset
35517
35518
35519 \begin_inset Index idx
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 ぱっけーじ@パッケージ ! multicol
35524 \end_layout
35525
35526 \end_inset
35527
35528  LaTeXパッケージを、
35529 \end_layout
35530
35531 \begin_layout Standard
35532
35533 \series bold
35534
35535 \backslash
35536 usepackage{multicol}
35537 \end_layout
35538
35539 \begin_layout Standard
35540 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \begin_inset Note Greyedout
35545 status open
35546
35547 \begin_layout Plain Layout
35548 ここで、
35549 \family sans
35550 文書\SpecialChar \menuseparator
35551 設定
35552 \family default
35553 メニューの
35554 \family sans
35555 本文レイアウト
35556 \family default
35557 で、
35558 \family sans
35559 二段組文書
35560 \family default
35561 の設定を
35562 \emph on
35563 有効にしてはならない
35564 \emph default
35565 ことに注意してください。
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 多段組文の前に
35575 \end_layout
35576
35577 \begin_layout Standard
35578
35579 \series bold
35580
35581 \backslash
35582 begin{multicols}{段数}
35583 \end_layout
35584
35585 \begin_layout Standard
35586 というコマンドをTeXモードで書き入れます。「段数」は、2
35587 \begin_inset space \thinspace{}
35588 \end_inset
35589
35590 -
35591 \begin_inset space \thinspace{}
35592 \end_inset
35593
35594 10のあいだの数字です。多段組文の終わる数式の前には、
35595 \end_layout
35596
35597 \begin_layout Standard
35598
35599 \series bold
35600
35601 \backslash
35602 end{multicols}
35603 \end_layout
35604
35605 \begin_layout Standard
35606 というコマンドをTeXモードで入れます。
35607 \end_layout
35608
35609 \begin_layout Standard
35610 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35611 \begin_inset space \thinspace{}
35612 \end_inset
35613
35614 mmの垂直空白を入れて下さい。数式様式
35615 \series bold
35616
35617 \begin_inset Foot
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622 \series bold
35623 数式様式に関しては、第
35624 \series default
35625
35626 \begin_inset CommandInset ref
35627 LatexCommand ref
35628 reference "sec:数式様式"
35629
35630 \end_inset
35631
35632 節をご覧下さい。
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \series default
35639 として
35640 \series bold
35641 行頭下げ
35642 \series default
35643 を使用している場合には、代わりに-9
35644 \begin_inset space \thinspace{}
35645 \end_inset
35646
35647 mmの垂直空白を入れて下さい。
35648 \end_layout
35649
35650 \begin_layout Standard
35651 以下は、別行立て数式を含む、多段組文の例です。
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \begin_inset ERT
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659
35660
35661 \backslash
35662 begin{multicols}{2}
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \lang ngerman
35669 Das Spektrum wird fouriertransformiert.
35670  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35671 , Lösungsmittel) zu trennen.
35672  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35673  nun das Aussehen des Ausgangssignals.
35674  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35675  über alle Phasen integrieren muss.
35676  Sei nun 
35677 \begin_inset Formula $S$
35678 \end_inset
35679
35680  unser normiertes Ausgangssignal und 
35681 \begin_inset Formula $P$
35682 \end_inset
35683
35684  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35685 \lang japanese
35686
35687 \begin_inset ERT
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691
35692
35693 \backslash
35694 end{multicols}
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \begin_inset VSpace -6mm
35701 \end_inset
35702
35703
35704 \begin_inset Formula 
35705 \begin{equation}
35706 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35707 \end{equation}
35708
35709 \end_inset
35710
35711
35712 \begin_inset ERT
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716
35717
35718 \backslash
35719 begin{multicols}{2}
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \lang ngerman
35726 wobei 
35727 \begin_inset Formula $S_{0}$
35728 \end_inset
35729
35730  das Signal ohne Gradient ist und die Normierungsbedingung 
35731 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35732 \end_inset
35733
35734  gilt.
35735  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35736  Direkt nach dem 
35737 \begin_inset Formula $\nicefrac{\pi}{2}$
35738 \end_inset
35739
35740
35741 \begin_inset space \thinspace{}
35742 \end_inset
35743
35744 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35745  das Signal zusätzlich abschwächt.
35746  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35747  
35748 \begin_inset Formula $T_{2}$
35749 \end_inset
35750
35751 -Zeit.
35752 \end_layout
35753
35754 \begin_layout Standard
35755 \begin_inset ERT
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759
35760
35761 \backslash
35762 end{multicols}
35763 \end_layout
35764
35765 \end_inset
35766
35767  
35768 \end_layout
35769
35770 \begin_layout Subsection
35771 変数の説明付き数式
35772 \begin_inset Index idx
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785 \begin_inset CommandInset ref
35786 LatexCommand eqref
35787 reference "eq:within"
35788
35789 \end_inset
35790
35791 式のように、数式内で変数の説明をするには、
35792 \begin_inset Formula $n$
35793 \end_inset
35794
35795 個の変数が使われている場合、左寄せの列を持つ2
35796 \series bold
35797 ×
35798 \series default
35799
35800 \begin_inset Formula $n$
35801 \end_inset
35802
35803 行列を使用します
35804 \begin_inset Foot
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 行列に関しては、第
35809 \begin_inset CommandInset ref
35810 LatexCommand ref
35811 reference "sec:行列"
35812
35813 \end_inset
35814
35815 節参照。
35816 \end_layout
35817
35818 \end_inset
35819
35820 。説明を小さな文字にするには、行列の前に、たとえば
35821 \series bold
35822
35823 \backslash
35824 footnotesize
35825 \series default
35826 コマンドを挿入します
35827 \begin_inset Foot
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 フォント寸法に関しては、第
35832 \begin_inset CommandInset ref
35833 LatexCommand ref
35834 reference "sub:書体寸法"
35835
35836 \end_inset
35837
35838 節参照。
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Standard
35847 数式様式に
35848 \series bold
35849 行頭下げ
35850 \begin_inset Foot
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855 \series bold
35856 数式様式に関しては、第
35857 \series default
35858
35859 \begin_inset CommandInset ref
35860 LatexCommand ref
35861 reference "sec:数式様式"
35862
35863 \end_inset
35864
35865 節参照。
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \series default
35872 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35873 \series bold
35874
35875 \backslash
35876 hfill
35877 \series default
35878
35879 \begin_inset Foot
35880 status collapsed
35881
35882 \begin_layout Plain Layout
35883
35884 \series bold
35885
35886 \backslash
35887 hfill
35888 \series default
35889 は、
35890 \series bold
35891 行頭下げ
35892 \series default
35893 様式のときのみ機能します。第
35894 \begin_inset CommandInset ref
35895 LatexCommand ref
35896 reference "sub:可変長の空白"
35897
35898 \end_inset
35899
35900 節をご覧下さい。
35901 \end_layout
35902
35903 \end_inset
35904
35905 を入れます。
35906 \end_layout
35907
35908 \begin_layout Standard
35909 数式様式に
35910 \series bold
35911 中央揃え
35912 \series default
35913 を使っている場合、数式を字下げするには、第
35914 \begin_inset CommandInset ref
35915 LatexCommand ref
35916 reference "sub:flalign環境"
35917
35918 \end_inset
35919
35920 節で述べた方法を使用します。
35921 \begin_inset CommandInset ref
35922 LatexCommand eqref
35923 reference "eq:within"
35924
35925 \end_inset
35926
35927 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35928 \begin_inset Formula 
35929 \begin{flalign}
35930 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35931 \rho & \textrm{density}\\
35932 V & \textrm{volume}\\
35933 g & \textrm{gravitational acceleration}
35934 \end{array} &  & {}\label{eq:within}
35935 \end{flalign}
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Subsection
35943 アップライト体のギリシャ小文字
35944 \begin_inset CommandInset label
35945 LatexCommand label
35946 name "sub:アップライト体ギリシャ小文字"
35947
35948 \end_inset
35949
35950
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35965 \begin_inset Formula $\pi$
35966 \end_inset
35967
35968 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35969 \series bold
35970 upgreek.sty
35971 \series default
35972
35973 \begin_inset Foot
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977
35978 \series bold
35979 upgreek
35980 \series default
35981 は、
35982 \series bold
35983 was
35984 \series default
35985
35986 \begin_inset Index idx
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 ぱっけーじ@パッケージ ! was
35991 \begin_inset ERT
35992 status collapsed
35993
35994 \begin_layout Plain Layout
35995
35996
35997 \backslash
35998 vspace{4mm}
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \end_inset
36007
36008  LaTeXパッケージの一部です。
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \begin_inset Index idx
36015 status collapsed
36016
36017 \begin_layout Plain Layout
36018 ぱっけーじ@パッケージ ! upgreek
36019 \end_layout
36020
36021 \end_inset
36022
36023  ファイルを
36024 \end_layout
36025
36026 \begin_layout Standard
36027
36028 \series bold
36029
36030 \backslash
36031 usepackage{upgreek}
36032 \end_layout
36033
36034 \begin_layout Standard
36035 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 ifupgreek 
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \begin_inset Note Note
36050 status open
36051
36052 \begin_layout Plain Layout
36053 以下の表は、
36054 \series bold
36055 upgreek
36056 \series default
36057  LaTeXパッケージが導入済みのときのみ表示されます。
36058 \end_layout
36059
36060 \end_inset
36061
36062 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36063 \series bold
36064 up
36065 \series default
36066 を付けると作ることができます。たとえば
36067 \series bold
36068
36069 \backslash
36070 uptau
36071 \series default
36072 コマンドは、
36073 \begin_inset Formula $\uptau$
36074 \end_inset
36075
36076 のようになります。
36077 \end_layout
36078
36079 \begin_layout Standard
36080 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36081 \begin_inset Formula 
36082 \[
36083 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36084 \]
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Standard
36092 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
36093 \end_layout
36094
36095 \begin_layout Standard
36096 \begin_inset ERT
36097 status collapsed
36098
36099 \begin_layout Plain Layout
36100
36101
36102 \backslash
36103 else 
36104 \end_layout
36105
36106 \end_inset
36107
36108
36109 \begin_inset Note Note
36110 status open
36111
36112 \begin_layout Plain Layout
36113 以下は、
36114 \series bold
36115 upgreek
36116 \series default
36117  LaTeXパッケージが導入されていないときのみ表示されます。
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Standard
36126 この小節のすべてを出力で見るには、
36127 \series bold
36128 upgreek
36129 \series default
36130  LaTeXパッケージを導入する必要があります。
36131 \end_layout
36132
36133 \begin_layout Standard
36134 \begin_inset ERT
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138
36139
36140 \backslash
36141 fi 
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \begin_inset Newpage newpage
36148 \end_inset
36149
36150
36151 \end_layout
36152
36153 \begin_layout Subsection
36154 数式中のテキスト文字
36155 \begin_inset CommandInset label
36156 LatexCommand label
36157 name "sub:数式中のテキスト文字"
36158
36159 \end_inset
36160
36161
36162 \begin_inset Index idx
36163 status collapsed
36164
36165 \begin_layout Plain Layout
36166 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36167 \end_layout
36168
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \begin_layout Standard
36175 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36176 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36177 \end_inset
36178
36179 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36180 \series bold
36181
36182 \backslash
36183 cdot
36184 \series default
36185
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "sub:二項演算子"
36194
36195 \end_inset
36196
36197 節参照。
36198 \end_layout
36199
36200 \end_inset
36201
36202 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36203 \end_layout
36204
36205 \begin_layout Standard
36206
36207 \series bold
36208
36209 \backslash
36210 Declare Inputtext{183}{
36211 \backslash
36212 ifmmode
36213 \backslash
36214 cdot
36215 \backslash
36216 else
36217 \backslash
36218 textperiodcentered
36219 \backslash
36220 f\SpecialChar \textcompwordmark{}
36221 i}
36222 \end_layout
36223
36224 \begin_layout Standard
36225 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36226 \end_layout
36227
36228 \begin_layout Standard
36229 文字エンコーディング(
36230 \family sans
36231 文書\SpecialChar \menuseparator
36232 設定\SpecialChar \menuseparator
36233 言語
36234 \family default
36235 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
36236 \series bold
36237
36238 \backslash
36239 textperiodcentered
36240 \series default
36241 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36242 否かによって、正しいコマンドが自動的に選択されます。
36243 \end_layout
36244
36245 \begin_layout Standard
36246 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36247 \series bold
36248 latin9
36249 \series default
36250 エンコーディングは、LaTeXがインストールされたフォルダにある
36251 \series bold
36252 latin9.def
36253 \series default
36254 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36255 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36256 \end_layout
36257
36258 \begin_layout Standard
36259 \begin_inset VSpace medskip
36260 \end_inset
36261
36262 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36263 \begin_inset Foot
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Standard
36276
36277 \series bold
36278
36279 \backslash
36280 DeclareInputtext{176}{
36281 \backslash
36282 ifmmode^
36283 \backslash
36284 circ
36285 \backslash
36286 else
36287 \backslash
36288 textdegree
36289 \backslash
36290 f\SpecialChar \textcompwordmark{}
36291 i}
36292 \end_layout
36293
36294 \begin_layout Standard
36295 \begin_inset Newpage newpage
36296 \end_inset
36297
36298
36299 \end_layout
36300
36301 \begin_layout Section
36302 \start_of_appendix
36303 組版上の助言
36304 \begin_inset Index idx
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308 くみばんじょうのじょげん@組版上の助言
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \end_layout
36315
36316 \begin_layout Standard
36317 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36318 \begin_inset Foot
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 この要約の一部は、ISO規則を取り上げている「Duden」
36323 \begin_inset CommandInset citation
36324 LatexCommand cite
36325 key "Duden"
36326
36327 \end_inset
36328
36329 と呼ばれるドイツの半公的辞書から採られています。
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \begin_layout Itemize
36338 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36339 \begin_inset Foot
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343 書体様式で指定します。第
36344 \begin_inset CommandInset ref
36345 LatexCommand ref
36346 reference "sub:書体様式"
36347
36348 \end_inset
36349
36350 節を参照。
36351 \end_layout
36352
36353 \end_inset
36354
36355 :30
36356 \begin_inset space \thinspace{}
36357 \end_inset
36358
36359 km/h
36360 \begin_inset Newline newline
36361 \end_inset
36362
36363 値と単位の間には、最小空白を入れます。第
36364 \begin_inset CommandInset ref
36365 LatexCommand ref
36366 reference "sub:定義済みの空白"
36367
36368 \end_inset
36369
36370 節を参照。
36371 \begin_inset Newline newline
36372 \end_inset
36373
36374 この慣習は、
36375 \series bold
36376
36377 \backslash
36378 unittwo
36379 \series default
36380 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36381 が得られます:
36382 \begin_inset Formula $\unit[30]{km/h}$
36383 \end_inset
36384
36385
36386 \begin_inset space \thinspace{}
36387 \end_inset
36388
36389 。実は、
36390 \series bold
36391
36392 \backslash
36393 unittwo
36394 \series default
36395 は、LaTeXコマンドの実体ではなく、
36396 \series bold
36397
36398 \backslash
36399 unit[値]{単位}
36400 \series default
36401 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36402 \end_layout
36403
36404 \begin_layout Itemize
36405 百分率記号と千分率記号は、物理単位と同様に組みます:
36406 \begin_inset Newline newline
36407 \end_inset
36408
36409 血中アルコール1,2
36410 \begin_inset space \thinspace{}
36411 \end_inset
36412
36413
36414 \end_layout
36415
36416 \begin_layout Itemize
36417 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
36418 \begin_inset space \thinspace{}
36419 \end_inset
36420
36421 °C
36422 \end_layout
36423
36424 \begin_layout Itemize
36425 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36426 \begin_inset space \thinspace{}
36427 \end_inset
36428
36429 473
36430 \begin_inset space \thinspace{}
36431 \end_inset
36432
36433 588
36434 \end_layout
36435
36436 \begin_layout Itemize
36437 120×90×40
36438 \begin_inset space \thinspace{}
36439 \end_inset
36440
36441 cmのような寸法には、積記号「×」を用います。これは、
36442 \series bold
36443
36444 \backslash
36445 times
36446 \series default
36447 コマンドか、
36448 \family sans
36449 挿入\SpecialChar \menuseparator
36450 特殊文字\SpecialChar \menuseparator
36451 記号
36452 \family default
36453 メニューから入れることができます。
36454 \end_layout
36455
36456 \begin_layout Itemize
36457 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
36458 \begin_inset CommandInset ref
36459 LatexCommand ref
36460 reference "sub:定義済み函数"
36461
36462 \end_inset
36463
36464 節を参照。
36465 \end_layout
36466
36467 \begin_layout Itemize
36468 複数の文字を含む指数は、アップライト体にします:
36469 \begin_inset Formula $E_{\mathrm{kin}}$
36470 \end_inset
36471
36472
36473 \begin_inset Newline newline
36474 \end_inset
36475
36476 行列要素はイタリック体にします:
36477 \begin_inset Formula $\hat{H}_{kl}$
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Itemize
36484 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36485 \end_layout
36486
36487 \begin_layout Itemize
36488
36489 \noun on
36490 フーリエ
36491 \noun default
36492 変換を表す文字は、
36493 \series bold
36494
36495 \backslash
36496 mathscr
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502
36503 \backslash
36504 spce 
36505 \end_layout
36506
36507 \end_inset
36508
36509 {F
36510 \series default
36511 コマンド
36512 \begin_inset Index idx
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 こまんど@コマンド! M ! 
36517 \backslash
36518 mathscr
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \family sans
36525 挿入\SpecialChar \menuseparator
36526 特殊文字\SpecialChar \menuseparator
36527 記号\SpecialChar \menuseparator
36528 文字様記号
36529 \family default
36530 メニューの
36531 \begin_inset Formula $\mathscr{F}$
36532 \end_inset
36533
36534 で入れることができます。
36535 \end_layout
36536
36537 \begin_layout Standard
36538 \begin_inset Newpage newpage
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Section
36545 同義語
36546 \begin_inset Index idx
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550 どうぎご@同義語
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \begin_layout Standard
36559 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36560 \end_layout
36561
36562 \begin_layout Standard
36563 \begin_inset VSpace bigskip
36564 \end_inset
36565
36566
36567 \begin_inset space \hfill{}
36568 \end_inset
36569
36570
36571 \begin_inset Tabular
36572 <lyxtabular version="3" rows="12" columns="2">
36573 <features tabularvalignment="middle">
36574 <column alignment="center" valignment="top" width="0pt">
36575 <column alignment="center" valignment="top" width="0pt">
36576 <row>
36577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 コマンド
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 同義のコマンド
36591 \begin_inset Note Note
36592 status collapsed
36593
36594 \begin_layout Plain Layout
36595 ここで
36596 \series bold
36597
36598 \backslash
36599 raisebox
36600 \series default
36601 はスペーサーとして使用しているだけです。
36602 \end_layout
36603
36604 \end_inset
36605
36606
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617
36618 \backslash
36619 ast
36620 \end_layout
36621
36622 \end_inset
36623 </cell>
36624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 raisebox{-1.2mm}{
36636 \end_layout
36637
36638 \end_inset
36639
36640 *
36641 \begin_inset ERT
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645
36646 }
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 </row>
36657 <row>
36658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662
36663 \backslash
36664 choose
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36670 \begin_inset Text
36671
36672 \begin_layout Plain Layout
36673
36674 \backslash
36675 binom
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 </row>
36681 <row>
36682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686
36687 \backslash
36688 geq
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36694 \begin_inset Text
36695
36696 \begin_layout Plain Layout
36697
36698 \backslash
36699 ge
36700 \end_layout
36701
36702 \end_inset
36703 </cell>
36704 </row>
36705 <row>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 lbrace
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36718 \begin_inset Text
36719
36720 \begin_layout Plain Layout
36721 {
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row>
36728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734 lbracket
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743 [
36744 \end_layout
36745
36746 \end_inset
36747 </cell>
36748 </row>
36749 <row>
36750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754
36755 \backslash
36756 leftarrow
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765
36766 \backslash
36767 gets
36768 \end_layout
36769
36770 \end_inset
36771 </cell>
36772 </row>
36773 <row>
36774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778
36779 \backslash
36780 leq
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36786 \begin_inset Text
36787
36788 \begin_layout Plain Layout
36789
36790 \backslash
36791 le
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 lor
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813
36814 \backslash
36815 vee
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 </row>
36821 <row>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 neq
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36834 \begin_inset Text
36835
36836 \begin_layout Plain Layout
36837
36838 \backslash
36839 not=
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 <row>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 slash
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 /
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 </row>
36867 <row>
36868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872
36873 \backslash
36874 vert
36875 \end_layout
36876
36877 \end_inset
36878 </cell>
36879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883 \begin_inset Formula $|$
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 </row>
36892 </lyxtabular>
36893
36894 \end_inset
36895
36896
36897 \begin_inset space \hfill{}
36898 \end_inset
36899
36900
36901 \begin_inset Tabular
36902 <lyxtabular version="3" rows="12" columns="2">
36903 <features tabularvalignment="middle">
36904 <column alignment="center" valignment="top" width="0pt">
36905 <column alignment="center" valignment="top" width="0pt">
36906 <row>
36907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Plain Layout
36911 コマンド
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920 同義のコマンド
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 </row>
36926 <row>
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931
36932 \backslash
36933 backslash
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942
36943 \backslash
36944
36945 \backslash
36946
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 </row>
36952 <row>
36953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36954 \begin_inset Text
36955
36956 \begin_layout Plain Layout
36957
36958 \backslash
36959 dasharrow
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968
36969 \backslash
36970 dashrightarrow
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 </row>
36976 <row>
36977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981
36982 \backslash
36983 land
36984 \end_layout
36985
36986 \end_inset
36987 </cell>
36988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Plain Layout
36992
36993 \backslash
36994 wedge
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 </row>
37000 <row>
37001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005
37006 \backslash
37007 rbrace
37008 \end_layout
37009
37010 \end_inset
37011 </cell>
37012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37013 \begin_inset Text
37014
37015 \begin_layout Plain Layout
37016 }
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 </row>
37022 <row>
37023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37024 \begin_inset Text
37025
37026 \begin_layout Plain Layout
37027
37028 \backslash
37029 rbracket
37030 \end_layout
37031
37032 \end_inset
37033 </cell>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038 ]
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 </row>
37044 <row>
37045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049
37050 \backslash
37051 rightarrow
37052 \end_layout
37053
37054 \end_inset
37055 </cell>
37056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060
37061 \backslash
37062 to
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 </row>
37068 <row>
37069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073
37074 \backslash
37075 lnot
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \backslash
37086 neg
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 </row>
37092 <row>
37093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097
37098 \backslash
37099 ne
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108
37109 \backslash
37110 not=
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 <row>
37117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121
37122 \backslash
37123 owns
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132
37133 \backslash
37134 ni
37135 \end_layout
37136
37137 \end_inset
37138 </cell>
37139 </row>
37140 <row>
37141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145
37146 \backslash
37147 square
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156
37157 \backslash
37158 Box
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 </row>
37164 <row>
37165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169
37170 \backslash
37171 Vert
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180
37181 \backslash
37182
37183 \begin_inset Formula $|$
37184 \end_inset
37185
37186
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 </row>
37192 </lyxtabular>
37193
37194 \end_inset
37195
37196
37197 \begin_inset space \hfill{}
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Standard
37204 \begin_inset Newpage newpage
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \begin_layout Bibliography
37211 \begin_inset CommandInset bibitem
37212 LatexCommand bibitem
37213 key "TLC2"
37214
37215 \end_inset
37216
37217
37218 \shape smallcaps
37219 Mittelbach, F.
37220  ; Goossens, M.
37221 \shape default
37222
37223 \shape italic
37224 The LaTeX Companion
37225 \shape default
37226 , 2nd ed.
37227  Addison Wesley, 2004
37228 \end_layout
37229
37230 \begin_layout Bibliography
37231 \begin_inset CommandInset bibitem
37232 LatexCommand bibitem
37233 key "Mathmode"
37234
37235 \end_inset
37236
37237 LaTeXの数式能力の
37238 \begin_inset CommandInset href
37239 LatexCommand href
37240 name "説明"
37241 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37242
37243 \end_inset
37244
37245
37246 \end_layout
37247
37248 \begin_layout Bibliography
37249 \begin_inset CommandInset bibitem
37250 LatexCommand bibitem
37251 key "AMS"
37252
37253 \end_inset
37254
37255
37256 \begin_inset ERT
37257 status collapsed
37258
37259 \begin_layout Plain Layout
37260
37261
37262 \backslash
37263 AmS
37264 \end_layout
37265
37266 \end_inset
37267
37268 -LaTeXの
37269 \begin_inset CommandInset href
37270 LatexCommand href
37271 name "説明"
37272 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37273
37274 \end_inset
37275
37276
37277 \end_layout
37278
37279 \begin_layout Bibliography
37280 \begin_inset CommandInset bibitem
37281 LatexCommand bibitem
37282 key "Symbols"
37283
37284 \end_inset
37285
37286 LaTeXパッケージで利用できる記号の
37287 \begin_inset CommandInset href
37288 LatexCommand href
37289 name "全覧"
37290 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37291
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \begin_layout Bibliography
37298 \begin_inset CommandInset bibitem
37299 LatexCommand bibitem
37300 key "cancel"
37301
37302 \end_inset
37303
37304 LaTeX 
37305 \series bold
37306 cancel
37307 \series default
37308
37309 \begin_inset Index idx
37310 status collapsed
37311
37312 \begin_layout Plain Layout
37313 ぱっけーじ@パッケージ ! cancel
37314 \end_layout
37315
37316 \end_inset
37317
37318 パッケージの
37319 \begin_inset CommandInset href
37320 LatexCommand href
37321 name "取扱説明書"
37322 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37323
37324 \end_inset
37325
37326
37327 \end_layout
37328
37329 \begin_layout Bibliography
37330 \begin_inset CommandInset bibitem
37331 LatexCommand bibitem
37332 key "hyperref"
37333
37334 \end_inset
37335
37336 LaTeX 
37337 \series bold
37338 hyperref
37339 \series default
37340
37341 \begin_inset Index idx
37342 status collapsed
37343
37344 \begin_layout Plain Layout
37345 ぱっけーじ@パッケージ ! hyperref
37346 \end_layout
37347
37348 \end_inset
37349
37350 パッケージの
37351 \begin_inset CommandInset href
37352 LatexCommand href
37353 name "取扱説明書"
37354 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Bibliography
37362 \begin_inset CommandInset bibitem
37363 LatexCommand bibitem
37364 key "mhchem"
37365
37366 \end_inset
37367
37368 LaTeX 
37369 \series bold
37370 mhchem
37371 \series default
37372
37373 \begin_inset Index idx
37374 status collapsed
37375
37376 \begin_layout Plain Layout
37377 ぱっけーじ@パッケージ ! mhchem
37378 \end_layout
37379
37380 \end_inset
37381
37382 パッケージの
37383 \begin_inset CommandInset href
37384 LatexCommand href
37385 name "取扱説明書"
37386 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Bibliography
37394 \begin_inset CommandInset bibitem
37395 LatexCommand bibitem
37396 key "Mathclap"
37397
37398 \end_inset
37399
37400
37401 \begin_inset CommandInset ref
37402 LatexCommand ref
37403 reference "sub:演算子の範囲"
37404
37405 \end_inset
37406
37407 節に述べられている
37408 \series bold
37409
37410 \backslash
37411 mathclap
37412 \series default
37413 コマンドの
37414 \begin_inset CommandInset href
37415 LatexCommand href
37416 name "説明"
37417 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37418
37419 \end_inset
37420
37421
37422 \begin_inset Index idx
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426 こまんど@コマンド ! M ! 
37427 \backslash
37428 mathclap
37429 \end_layout
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \begin_layout Bibliography
37437 \begin_inset CommandInset bibitem
37438 LatexCommand bibitem
37439 key "Duden"
37440
37441 \end_inset
37442
37443
37444 \emph on
37445 Duden Band 1
37446 \emph default
37447 .
37448  22.
37449  Auflage, Duden 2001
37450 \end_layout
37451
37452 \begin_layout Bibliography
37453 \begin_inset CommandInset bibitem
37454 LatexCommand bibitem
37455 key "Checklist"
37456
37457 \end_inset
37458
37459 原稿見直しの
37460 \begin_inset CommandInset href
37461 LatexCommand href
37462 name "チェックリスト"
37463 target "http://physics.nist.gov/Document/checklist.pdf"
37464
37465 \end_inset
37466
37467
37468 \end_layout
37469
37470 \begin_layout Subsubsection*
37471 \begin_inset CommandInset index_print
37472 LatexCommand printindex
37473 type "idx"
37474
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \end_body
37481 \end_document