]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Documentation for customization of citation formats.
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem losen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
29 % die Kapitelnummer geschrieben.
30 % Als Losung wird mehr Platz zwischen Nummer und
31 % Uberschrift eingefugt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter some characters directly in LyX,
36 % see sec. 22.11
37 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 %\setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143
144 % make pdf bookmark sane with Japanese
145 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
146 \end_preamble
147 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
148 \use_default_options true
149 \language japanese
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize default
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX数式説明書"
165 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
166 \pdf_subject "LyXの数式機能に関する説明書"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry true
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \leftmargin 3.5cm
186 \topmargin 3cm
187 \rightmargin 3cm
188 \bottommargin 3.5cm
189 \secnumdepth 4
190 \tocdepth 3
191 \paragraph_separation skip
192 \defskip medskip
193 \quotes_language english
194 \papercolumns 1
195 \papersides 2
196 \paperpagestyle plain
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 LyXの数式詳細説明書
207 \end_layout
208
209 \begin_layout Author
210 LyXプロジェクトチーム
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223 type "mailto:"
224
225 \end_inset
226
227
228 \family default
229 までお知らせください。
230 \end_layout
231
232 \end_inset
233
234
235 \begin_inset Note Note
236 status collapsed
237
238 \begin_layout Plain Layout
239 著者:Uwe Stöhr
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \begin_inset Newline newline
250 \end_inset
251
252
253 \family sans
254 第1.6.x版
255 \end_layout
256
257 \begin_layout Standard
258 \begin_inset CommandInset toc
259 LatexCommand tableofcontents
260
261 \end_inset
262
263
264 \end_layout
265
266 \begin_layout Standard
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Plain Layout
271 この文書をPDFやPS、DVIにエクスポートするには、LaTeXパッケージの
272 \series bold
273 eurosym
274 \series default
275
276 \series bold
277 multirow
278 \series default
279
280 \series bold
281 wasが導入されている必要があります。
282 \series default
283 これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
284 \series bold
285 xargs
286 \series default
287 パッケージは必須です。
288 \end_layout
289
290 \begin_layout Plain Layout
291 この文書の最新のPDF版は
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \series bold
297 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
298 \begin_inset Newline newline
299 \end_inset
300
301 にあります。
302 \end_layout
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Newpage newpage
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Section
317 はじめに
318 \end_layout
319
320 \begin_layout Standard
321 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
322 使用を念頭に置いています。したがいまして、ユーザーの手引きの
323 \family typewriter
324 数式
325 \family default
326 の節をすでにお読みになっていることを前提としています。
327 \end_layout
328
329 \begin_layout Standard
330 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
331 \family sans
332 挿入\SpecialChar \menuseparator
333 数式
334 \family default
335 メニューか
336 \family sans
337 数式ツールバー
338 \family default
339 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
340 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
341 \end_layout
342
343 \begin_layout Standard
344 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
345 \family sans
346 文書\SpecialChar \menuseparator
347 設定\SpecialChar \menuseparator
348 数式オプション
349 \family default
350 メニュー)で
351 \family sans
352 AMS mathパッケージを使う
353 \family default
354 オプションを有効にしなくてはなりません
355 \begin_inset Foot
356 status collapsed
357
358 \begin_layout Plain Layout
359
360 \family sans
361 AMS mathパッケージを自動的に使う
362 \family default
363 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369
370 \backslash
371 AmS 
372 \end_layout
373
374 \end_inset
375
376 -mathパッケージを使用します。
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Standard
385 説明を明瞭にするために、この文書はすべての
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391
392 \backslash
393 AmS 
394 \end_layout
395
396 \end_inset
397
398 -mathコマンド
399 \begin_inset Foot
400 status collapsed
401
402 \begin_layout Plain Layout
403 すべての
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS
412 \end_layout
413
414 \end_inset
415
416 -mathコマンドの一覧は、
417 \family sans
418
419 \begin_inset CommandInset href
420 LatexCommand href
421 name "amsguide.ps"
422 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
423
424 \end_inset
425
426
427 \family default
428 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
429 \end_layout
430
431 \end_inset
432
433 を列挙はしません。
434 \end_layout
435
436 \begin_layout Section
437 一般的な説明
438 \end_layout
439
440 \begin_layout Standard
441 本文に埋め込まれた行内数式
442 \begin_inset Index
443 status collapsed
444
445 \begin_layout Plain Layout
446 すうしき ! ぎょうない @ 数式 ! 行内
447 \end_layout
448
449 \end_inset
450
451 を作成するには、短絡キー
452 \begin_inset Info
453 type  "shortcuts"
454 arg   "math-mode"
455 \end_inset
456
457 のうちのいずれか、あるいはツールバーボタン
458 \begin_inset Graphics
459         filename /usr/local/share/lyx-svn/images/math-mode.png
460         scale 85
461
462 \end_inset
463
464 を使用してください。
465 \begin_inset Newline newline
466 \end_inset
467
468 大きく別の段落として表示される別行建て数式
469 \begin_inset Index
470 status collapsed
471
472 \begin_layout Plain Layout
473 すうしき ! べつぎょうだてようしき @ 数式 ! 別行建て様式
474 \end_layout
475
476 \end_inset
477
478 を作成するには、
479 \begin_inset Info
480 type  "shortcuts"
481 arg   "math-display"
482 \end_inset
483
484 のうちいずれかの短絡キーを使用して下さい。
485 \end_layout
486
487 \begin_layout Standard
488 別行建て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
489 \begin_inset Info
490 type  "shortcuts"
491 arg   "math-mode"
492 \end_inset
493
494 のいずれかの短絡キーか、
495 \family sans
496 編集\SpecialChar \menuseparator
497 数式\SpecialChar \menuseparator
498 数式の表記を変更
499 \family default
500 メニューを使用して下さい。同じ方法が、行内数式を別行建て数式に変更するのにも使用できます。
501 \end_layout
502
503 \begin_layout Standard
504 行内数式の一部を別行建て数式の大きさで表示するには、
505 \series bold
506
507 \backslash
508 displaystyle
509 \begin_inset Index
510 status collapsed
511
512 \begin_layout Plain Layout
513
514 \size normal
515 こまんど@コマンド ! D ! 
516 \backslash
517 displaystyle
518 \end_layout
519
520 \end_inset
521
522
523 \series default
524 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
525 \end_layout
526
527 \begin_layout Standard
528 表の中では、行内数式のみの使用が許されています。
529 \end_layout
530
531 \begin_layout Standard
532
533 \family sans
534 数式ツールバー
535 \family default
536 は、
537 \family sans
538 表示\SpecialChar \menuseparator
539 ツールバー
540 \family default
541 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
542 \family sans
543 ツールバー
544 \family default
545 メニューの中ではチェック印で表されます。この状態から、
546 \family sans
547 ツールバー
548 \family default
549 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
550 数式(自動)」に変わることで表されます。
551 \end_layout
552
553 \begin_layout Standard
554 TeXモード
555 \begin_inset Index
556 status collapsed
557
558 \begin_layout Plain Layout
559 T@TeXモード
560 \end_layout
561
562 \end_inset
563
564 は、ツールバーボタン
565 \begin_inset Graphics
566         filename /usr/local/share/lyx-svn/images/ert-insert.png
567         scale 85
568
569 \end_inset
570
571 を押すか、
572 \family sans
573 挿入\SpecialChar \menuseparator
574 Te
575 \begin_inset ERT
576 status collapsed
577
578 \begin_layout Plain Layout
579
580 {}
581 \end_layout
582
583 \end_inset
584
585 Xコード
586 \family default
587 (短絡キー
588 \begin_inset Info
589 type  "shortcut"
590 arg   "ert-insert"
591 \end_inset
592
593 )メニューを使うことで、起動できます。
594 \begin_inset Note Note
595 status collapsed
596
597 \begin_layout Plain Layout
598 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
599 のを防ぐために、ここではTeX括弧が挿入されています。
600 \end_layout
601
602 \end_inset
603
604
605 \end_layout
606
607 \begin_layout Standard
608 LaTeXプリアンブル
609 \begin_inset Index
610 status collapsed
611
612 \begin_layout Plain Layout
613 L@LaTeXプリアンブル
614 \end_layout
615
616 \end_inset
617
618 を変更するには、
619 \family sans
620 文書\SpecialChar \menuseparator
621 設定\SpecialChar \menuseparator
622 LaT
623 \begin_inset ERT
624 status collapsed
625
626 \begin_layout Plain Layout
627
628 {}
629 \end_layout
630
631 \end_inset
632
633 eXプリアンブル
634 \family default
635 メニューを使用してください。
636 \end_layout
637
638 \begin_layout Standard
639 行列や場合分け、多行数式を続けて編集するには、
640 \family sans
641 編集\SpecialChar \menuseparator
642 数式
643 \family default
644 メニューと
645 \family sans
646 編集\SpecialChar \menuseparator
647 行と列
648 \family default
649 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
650 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
651 \end_layout
652
653 \begin_layout Standard
654 数式内で文章を書く
655 \begin_inset Foot
656 status collapsed
657
658 \begin_layout Plain Layout
659 多行数式では、
660 \series bold
661
662 \backslash
663 intertext
664 \series default
665 コマンドが使用されます。
666 \begin_inset CommandInset ref
667 LatexCommand ref
668 reference "sub:多行数式中のテキスト"
669
670 \end_inset
671
672 を参照のこと。
673 \end_layout
674
675 \end_inset
676
677 には、
678 \emph on
679 数式テキスト
680 \emph default
681
682 \begin_inset Index
683 status collapsed
684
685 \begin_layout Plain Layout
686 てきすと ! すうしきないの @ テキスト ! 数式内の
687 \end_layout
688
689 \end_inset
690
691
692 \begin_inset Index
693 status collapsed
694
695 \begin_layout Plain Layout
696 すうしきてきすと @ 数式テキスト
697 \end_layout
698
699 \end_inset
700
701 が使用されます。このモードには、短絡キー
702 \begin_inset Info
703 type  "shortcut"
704 arg   "math-mode"
705 \end_inset
706
707 を使うか、
708 \series bold
709
710 \backslash
711 text
712 \series default
713
714 \begin_inset Index
715 status collapsed
716
717 \begin_layout Plain Layout
718 こまんど @ コマンド ! T ! 
719 \backslash
720 text
721 \end_layout
722
723 \end_inset
724
725 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
726 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
727 \end_layout
728
729 \begin_layout Subsection*
730 コマンドの構成
731 \end_layout
732
733 \begin_layout Standard
734 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
735 \end_layout
736
737 \begin_layout Standard
738
739 \series bold
740
741 \backslash
742 コマンド名[非必須引数]{必須引数}
743 \end_layout
744
745 \begin_layout Standard
746 コマンドは、つねにバックスラッシュ「
747 \series bold
748
749 \backslash
750
751 \series default
752 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
753 \begin_inset Index
754 status collapsed
755
756 \begin_layout Plain Layout
757 T@TeX括弧
758 \end_layout
759
760 \end_inset
761
762 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
763 \series bold
764
765 \backslash
766 {
767 \series default
768 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
769 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
770 \end_layout
771
772 \begin_layout Standard
773 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
774 \emph on
775 かならず
776 \emph default
777 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
778 ん。
779 \end_layout
780
781 \begin_layout Standard
782 保護された空白は、
783 \begin_inset Info
784 type  "shortcut"
785 arg   "space-insert protected"
786 \end_inset
787
788 で入力できます。
789 \end_layout
790
791 \begin_layout Subsection*
792 \begin_inset Newpage newpage
793 \end_inset
794
795 文法の説明
796 \end_layout
797
798 \begin_layout Itemize
799 記号
800 \begin_inset Foot
801 status collapsed
802
803 \begin_layout Plain Layout
804 この可視化された空白文字は、
805 \series bold
806
807 \backslash
808 textvisiblespace
809 \series default
810
811 \begin_inset Index
812 status collapsed
813
814 \begin_layout Plain Layout
815 こまんど@コマンド ! T ! 
816 \backslash
817 textvisiblespace
818 \end_layout
819
820 \end_inset
821
822 コマンドをTeXモード中に挿入することで作ることができます。
823 \end_layout
824
825 \end_inset
826
827
828 \begin_inset ERT
829 status collapsed
830
831 \begin_layout Plain Layout
832
833
834 \backslash
835 spce 
836 \end_layout
837
838 \end_inset
839
840 は、空白文字を入力することを表します。
841 \end_layout
842
843 \begin_layout Itemize
844 \begin_inset Formula $\to$
845 \end_inset
846
847 のような矢印は、キーボードから対応する矢印キーを押すことを表します。
848 \end_layout
849
850 \begin_layout Subsection*
851 使用できる単位
852 \end_layout
853
854 \begin_layout Standard
855 \align center
856 \begin_inset Float table
857 placement H
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \align center
864 \begin_inset Caption
865
866 \begin_layout Plain Layout
867 \begin_inset CommandInset label
868 LatexCommand label
869 name "tab:使用できる単位"
870
871 \end_inset
872
873 使用できる単位
874 \end_layout
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \align center
883 \begin_inset Tabular
884 <lyxtabular version="3" rows="13" columns="2">
885 <features>
886 <column alignment="center" valignment="top" width="0">
887 <column alignment="center" valignment="top" width="0">
888 <row>
889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
890 \begin_inset Text
891
892 \begin_layout Plain Layout
893 単位
894 \end_layout
895
896 \end_inset
897 </cell>
898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
899 \begin_inset Text
900
901 \begin_layout Plain Layout
902 名称/摘要
903 \end_layout
904
905 \end_inset
906 </cell>
907 </row>
908 <row>
909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
910 \begin_inset Text
911
912 \begin_layout Plain Layout
913 mm
914 \end_layout
915
916 \end_inset
917 </cell>
918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
919 \begin_inset Text
920
921 \begin_layout Plain Layout
922 ミリメートル
923 \end_layout
924
925 \end_inset
926 </cell>
927 </row>
928 <row>
929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
930 \begin_inset Text
931
932 \begin_layout Plain Layout
933 cm
934 \end_layout
935
936 \end_inset
937 </cell>
938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
939 \begin_inset Text
940
941 \begin_layout Plain Layout
942 センチメートル
943 \end_layout
944
945 \end_inset
946 </cell>
947 </row>
948 <row>
949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
950 \begin_inset Text
951
952 \begin_layout Plain Layout
953 in
954 \end_layout
955
956 \end_inset
957 </cell>
958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
959 \begin_inset Text
960
961 \begin_layout Plain Layout
962 インチ
963 \end_layout
964
965 \end_inset
966 </cell>
967 </row>
968 <row>
969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
970 \begin_inset Text
971
972 \begin_layout Plain Layout
973 pt
974 \end_layout
975
976 \end_inset
977 </cell>
978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
979 \begin_inset Text
980
981 \begin_layout Plain Layout
982 ポイント (72.27
983 \begin_inset Formula $\,$
984 \end_inset
985
986 pt = 1
987 \begin_inset Formula $\,$
988 \end_inset
989
990 in)
991 \end_layout
992
993 \end_inset
994 </cell>
995 </row>
996 <row>
997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 pc
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 パイカ (1
1011 \begin_inset Formula $\,$
1012 \end_inset
1013
1014 pc = 12
1015 \begin_inset Formula $\,$
1016 \end_inset
1017
1018 pt)
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 </row>
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 sp
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 スケールポイント (65536
1039 \begin_inset Formula $\,$
1040 \end_inset
1041
1042 sp = 1
1043 \begin_inset Formula $\,$
1044 \end_inset
1045
1046 pt)
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 bp
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 ビッグポイント (72
1067 \begin_inset Formula $\,$
1068 \end_inset
1069
1070 bp = 1
1071 \begin_inset Formula $\,$
1072 \end_inset
1073
1074 in)
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 </row>
1080 <row>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 dd
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 ディドー (72
1095 \begin_inset Formula $\,$
1096 \end_inset
1097
1098 dd 
1099 \begin_inset Formula $\approx$
1100 \end_inset
1101
1102  37.6
1103 \begin_inset Formula $\,$
1104 \end_inset
1105
1106 mm)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 cc
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 シセロ (1
1127 \begin_inset Formula $\,$
1128 \end_inset
1129
1130 cc = 12
1131 \begin_inset Formula $\,$
1132 \end_inset
1133
1134 dd)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 ex
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 現在のフォントの文字「x」の高さ
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 em
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 現在のフォントの文字「M」の幅
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 mu
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 数式単位(1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 mu = 
1199 \begin_inset Formula $\nicefrac{1}{18}$
1200 \end_inset
1201
1202
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 em)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 </lyxtabular>
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \begin_layout Standard
1225 \begin_inset Newpage newpage
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \begin_layout Section
1232 基礎的な函数
1233 \end_layout
1234
1235 \begin_layout Subsection
1236 指数
1237 \begin_inset Index
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241 しすう@指数
1242 \end_layout
1243
1244 \end_inset
1245
1246 および添字
1247 \begin_inset Index
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 そえじ@添字
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Index
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 うえつきもじ@上付き文字|see
1262 \begin_inset ERT
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266
1267 {
1268 \end_layout
1269
1270 \end_inset
1271
1272 指数
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 }
1279 \end_layout
1280
1281 \end_inset
1282
1283
1284 \end_layout
1285
1286 \end_inset
1287
1288
1289 \begin_inset Index
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293 したつきもじ@下付き文字|see
1294 \begin_inset ERT
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298
1299 {
1300 \end_layout
1301
1302 \end_inset
1303
1304 添字
1305 \begin_inset ERT
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309
1310 }
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \begin_layout Standard
1324 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1325 \begin_inset Graphics
1326         filename /usr/local/share/lyx-svn/images/math-subscript.png
1327         scale 85
1328
1329 \end_inset
1330
1331 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1332 \begin_inset Graphics
1333         filename /usr/local/share/lyx-svn/images/math-superscript.png
1334         scale 85
1335
1336 \end_inset
1337
1338 を使って入力することができます。
1339 \end_layout
1340
1341 \begin_layout Standard
1342 \align center
1343 \begin_inset Tabular
1344 <lyxtabular version="3" rows="4" columns="2">
1345 <features>
1346 <column alignment="center" valignment="top" width="0pt">
1347 <column alignment="center" valignment="top" width="0pt">
1348 <row>
1349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 コマンド
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 結果
1363 \begin_inset Note Note
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 ここで使われている
1368 \series bold
1369
1370 \backslash
1371 raisebox
1372 \series default
1373 は単なるスペーサーです。
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \end_inset
1382 </cell>
1383 </row>
1384 <row>
1385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1386 \begin_inset Text
1387
1388 \begin_layout Plain Layout
1389 B_V
1390 \end_layout
1391
1392 \end_inset
1393 </cell>
1394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 \begin_inset Formula $B_{V}$
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405 </cell>
1406 </row>
1407 <row>
1408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1409 \begin_inset Text
1410
1411 \begin_layout Plain Layout
1412 B^V
1413 \end_layout
1414
1415 \end_inset
1416 </cell>
1417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1418 \begin_inset Text
1419
1420 \begin_layout Plain Layout
1421 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \end_inset
1428 </cell>
1429 </row>
1430 <row>
1431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1432 \begin_inset Text
1433
1434 \begin_layout Plain Layout
1435 B^
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441
1442 \backslash
1443 spce 
1444 \end_layout
1445
1446 \end_inset
1447
1448 A
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Plain Layout
1457 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1458 \end_inset
1459
1460
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 </row>
1466 </lyxtabular>
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \begin_layout Standard
1474 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1475 ってしまいます
1476 \begin_inset Foot
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1481 \end_layout
1482
1483 \end_inset
1484
1485 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1486 \family sans
1487 Space
1488 \family default
1489 を押してください。
1490 \end_layout
1491
1492 \begin_layout Subsection
1493 分数
1494 \begin_inset CommandInset label
1495 LatexCommand label
1496 name "sub:分数"
1497
1498 \end_inset
1499
1500
1501 \begin_inset Index
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505 ぶんすう@分数
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \begin_layout Standard
1514 分数は、コマンド
1515 \series bold
1516
1517 \backslash
1518 frac
1519 \series default
1520
1521 \begin_inset Index
1522 status collapsed
1523
1524 \begin_layout Plain Layout
1525 こまんど@コマンド ! F ! 
1526 \backslash
1527 frac
1528 \end_layout
1529
1530 \end_inset
1531
1532 か数式ツールバーボタン
1533 \begin_inset Graphics
1534         filename ../../images/math/frac.png
1535         scale 50
1536
1537 \end_inset
1538
1539 で作ることができます。フォント寸法は、分数が行内数式にあるか別行建て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1540 \begin_inset Graphics
1541         filename ../../images/math/frac-square.png
1542         scale 85
1543
1544 \end_inset
1545
1546 を使えば、分数の種類を選ぶことができます。
1547 \end_layout
1548
1549 \begin_layout Standard
1550 コマンド
1551 \series bold
1552
1553 \backslash
1554 dfrac
1555 \begin_inset Index
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 こまんど@コマンド ! D ! 
1560 \backslash
1561 dfrac
1562 \end_layout
1563
1564 \end_inset
1565
1566 を使えば、つねに別行建て数式の大きさを持つ分数を作成することができます。また、コマンド
1567 \backslash
1568 tfrac
1569 \begin_inset Index
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 こまんど@コマンド ! T ! 
1574 \backslash
1575 tfrac
1576 \end_layout
1577
1578 \end_inset
1579
1580 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1581 \end_layout
1582
1583 \begin_layout Standard
1584 これは、コマンド
1585 \series bold
1586
1587 \backslash
1588 frac
1589 \series default
1590 を使用して作った分数
1591 \begin_inset Formula $\frac{1}{2}$
1592 \end_inset
1593
1594 を含む行です。
1595 \end_layout
1596
1597 \begin_layout Standard
1598 これは、コマンド
1599 \series bold
1600
1601 \backslash
1602 dfrac
1603 \series default
1604 を使用して作った分数
1605 \begin_inset Formula $\dfrac{1}{2}$
1606 \end_inset
1607
1608 を含む行です。
1609 \end_layout
1610
1611 \begin_layout Standard
1612 \align center
1613 \begin_inset Tabular
1614 <lyxtabular version="3" rows="4" columns="2">
1615 <features>
1616 <column alignment="center" valignment="top" width="0pt">
1617 <column alignment="center" valignment="top" width="0pt">
1618 <row>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 コマンド
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632 出力
1633 \begin_inset Note Note
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637 ここで
1638 \series bold
1639
1640 \backslash
1641 raisebox
1642 \series default
1643 はスペーサーとして使用しているだけです。
1644 \end_layout
1645
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 <row>
1655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659
1660 \backslash
1661 frac
1662 \begin_inset ERT
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666
1667
1668 \backslash
1669 spce 
1670 \end_layout
1671
1672 \end_inset
1673
1674 A
1675 \begin_inset Formula $\downarrow$
1676 \end_inset
1677
1678 B
1679 \end_layout
1680
1681 \end_inset
1682 </cell>
1683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1688 \end_inset
1689
1690
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 </row>
1696 <row>
1697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1698 \begin_inset Text
1699
1700 \begin_layout Plain Layout
1701
1702 \backslash
1703 dfrac
1704 \begin_inset ERT
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708
1709
1710 \backslash
1711 spce 
1712 \end_layout
1713
1714 \end_inset
1715
1716 A
1717 \begin_inset Formula $\downarrow$
1718 \end_inset
1719
1720 B
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1730 \end_inset
1731
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 </row>
1738 <row>
1739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \backslash
1745 dfrac
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751
1752 \backslash
1753 spce 
1754 \end_layout
1755
1756 \end_inset
1757
1758 e^
1759 \begin_inset ERT
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763
1764
1765 \backslash
1766 spce 
1767 \end_layout
1768
1769 \end_inset
1770
1771
1772 \backslash
1773 frac
1774 \begin_inset ERT
1775 status collapsed
1776
1777 \begin_layout Plain Layout
1778
1779
1780 \backslash
1781 spce 
1782 \end_layout
1783
1784 \end_inset
1785
1786 1
1787 \begin_inset Formula $\downarrow$
1788 \end_inset
1789
1790 2
1791 \begin_inset Formula $\downarrow\downarrow$
1792 \end_inset
1793
1794 3
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1804 \end_inset
1805
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 </lyxtabular>
1813
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \begin_layout Standard
1820 \begin_inset VSpace bigskip
1821 \end_inset
1822
1823
1824 \begin_inset Newpage newpage
1825 \end_inset
1826
1827 入れ子の分数を作るには、コマンド
1828 \series bold
1829
1830 \backslash
1831 cfrac
1832 \series default
1833
1834 \begin_inset Index
1835 status collapsed
1836
1837 \begin_layout Plain Layout
1838 こまんど@コマンド ! C ! 
1839 \backslash
1840 cfrac
1841 \end_layout
1842
1843 \end_inset
1844
1845 が使えます。以下がその例です。
1846 \begin_inset VSpace -3mm
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \begin_layout Standard
1853 \begin_inset Formula \begin{align*}
1854 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1855 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1856
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 上記の例で使用したコマンドは、
1864 \end_layout
1865
1866 \begin_layout Standard
1867
1868 \series bold
1869
1870 \backslash
1871 cfrac
1872 \begin_inset ERT
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876
1877
1878 \backslash
1879 space 
1880 \end_layout
1881
1882 \end_inset
1883
1884 A
1885 \begin_inset Formula $\downarrow$
1886 \end_inset
1887
1888 B+
1889 \backslash
1890 cfrac
1891 \begin_inset ERT
1892 status collapsed
1893
1894 \begin_layout Plain Layout
1895
1896
1897 \backslash
1898 space 
1899 \end_layout
1900
1901 \end_inset
1902
1903 C+
1904 \backslash
1905 cfrac
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 space 
1914 \end_layout
1915
1916 \end_inset
1917
1918 E
1919 \begin_inset Formula $\downarrow$
1920 \end_inset
1921
1922 F
1923 \begin_inset Formula $\downarrow$
1924 \end_inset
1925
1926 D
1927 \end_layout
1928
1929 \begin_layout Standard
1930 です。
1931 \end_layout
1932
1933 \begin_layout Standard
1934 \begin_inset VSpace medskip
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941
1942 \series bold
1943
1944 \backslash
1945 cfrac
1946 \series default
1947 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行建て数式の大きさに設定します。
1948 \end_layout
1949
1950 \begin_layout Standard
1951 分子の揃え方は、指定することができます。
1952 \series bold
1953
1954 \backslash
1955 cfracleft
1956 \series default
1957 コマンドは左揃えにし、
1958 \series bold
1959
1960 \backslash
1961 cfracright
1962 \series default
1963 は右揃えにします。
1964 \series bold
1965
1966 \backslash
1967 cfrac
1968 \series default
1969 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973
1974 \series bold
1975
1976 \begin_inset Formula $\cfrac[l]{A}{B+C}$
1977 \end_inset
1978
1979
1980 \begin_inset Formula $\cfrac{A}{B+C}$
1981 \end_inset
1982
1983
1984 \begin_inset Formula $\cfrac[r]{A}{B+C}$
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \begin_inset Note Greyedout
1992 status open
1993
1994 \begin_layout Plain Layout
1995
1996 \series bold
1997 (註)
1998 \backslash
1999 cfracleft
2000 \series default
2001
2002 \series bold
2003
2004 \backslash
2005 cfracright
2006 \series default
2007 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2008 \series bold
2009
2010 \backslash
2011 cfrac[揃え位置]{分子}{分母}
2012 \series default
2013 です。したがって、これらをTeXモードで使うことはできません。
2014 \end_layout
2015
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022 \begin_inset VSpace medskip
2023 \end_inset
2024
2025 ときに、以下のように
2026 \series bold
2027
2028 \backslash
2029 cfrac
2030 \series default
2031
2032 \series bold
2033
2034 \backslash
2035 frac
2036 \series default
2037 を組み合わせて使うと便利です。
2038 \begin_inset Formula \[
2039 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 斜めの分数線を持つ行内分数を作るには、コマンド
2048 \series bold
2049
2050 \backslash
2051 nicefrac
2052 \series default
2053
2054 \begin_inset Index
2055 status collapsed
2056
2057 \begin_layout Plain Layout
2058 こまんど@コマンド ! N ! 
2059 \backslash
2060 nicefrac
2061 \end_layout
2062
2063 \end_inset
2064
2065 (例:
2066 \begin_inset Formula $\nicefrac{5}{31}$
2067 \end_inset
2068
2069 )を使うか、コマンド
2070 \series bold
2071
2072 \backslash
2073 unitfrac
2074 \series default
2075
2076 \begin_inset Index
2077 status collapsed
2078
2079 \begin_layout Plain Layout
2080 こまんど@コマンド ! U ! 
2081 \backslash
2082 unitfrac
2083 \end_layout
2084
2085 \end_inset
2086
2087 (例:
2088 \begin_inset Formula $\unitfrac{5}{31}$
2089 \end_inset
2090
2091 )を使います。さらに、
2092 \begin_inset Formula $\unitfrac[2]{1}{3}$
2093 \end_inset
2094
2095 のような帯分数を作るコマンド
2096 \series bold
2097
2098 \backslash
2099 unitfracthree
2100 \series default
2101 もあります。
2102 \end_layout
2103
2104 \begin_layout Standard
2105 \begin_inset Note Greyedout
2106 status open
2107
2108 \begin_layout Plain Layout
2109
2110 \series bold
2111 (註)
2112 \series default
2113 実は、
2114 \series bold
2115
2116 \backslash
2117 unitfracthree
2118 \series default
2119 は生粋のLaTeXコマンドではなく、実体は
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123
2124 \series bold
2125
2126 \backslash
2127 unitfrac[自然数]{分子}{分母}
2128 \series default
2129 というコマンドなので、TeXコードでは使用できません。
2130 \end_layout
2131
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138 分数線を変更できるような独自の分数の定義のしかたは、第
2139 \begin_inset CommandInset ref
2140 LatexCommand ref
2141 reference "sub:自己定義の分数"
2142
2143 \end_inset
2144
2145 節に説明があります。
2146 \end_layout
2147
2148 \begin_layout Subsection
2149 根号
2150 \begin_inset Index
2151 status collapsed
2152
2153 \begin_layout Plain Layout
2154 こんごう@根号
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \begin_inset Index
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 るーと@ルート|see
2165 \begin_inset ERT
2166 status collapsed
2167
2168 \begin_layout Plain Layout
2169
2170 {
2171 \end_layout
2172
2173 \end_inset
2174
2175 根号
2176 \begin_inset ERT
2177 status collapsed
2178
2179 \begin_layout Plain Layout
2180
2181 }
2182 \end_layout
2183
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \end_inset
2190
2191
2192 \end_layout
2193
2194 \begin_layout Standard
2195 平方根は、
2196 \series bold
2197
2198 \backslash
2199 sqrt
2200 \series default
2201
2202 \begin_inset Index
2203 status collapsed
2204
2205 \begin_layout Plain Layout
2206 こまんど@コマンド ! S ! 
2207 \backslash
2208 sqrt
2209 \end_layout
2210
2211 \end_inset
2212
2213 か数式ツールバーボタン
2214 \begin_inset Graphics
2215         filename ../../images/math/sqrt.png
2216         scale 85
2217
2218 \end_inset
2219
2220 で作成することができ、他のすべての根号は、コマンド
2221 \series bold
2222
2223 \backslash
2224 root
2225 \series default
2226
2227 \begin_inset Index
2228 status collapsed
2229
2230 \begin_layout Plain Layout
2231 こまんど@コマンド ! R ! 
2232 \backslash
2233 root
2234 \end_layout
2235
2236 \end_inset
2237
2238 か数式ツールバーボタン
2239 \begin_inset Graphics
2240         filename ../../images/math/root.png
2241         scale 85
2242
2243 \end_inset
2244
2245 で作成することができます。
2246 \end_layout
2247
2248 \begin_layout Standard
2249 \align center
2250 \begin_inset Tabular
2251 <lyxtabular version="3" rows="3" columns="2">
2252 <features>
2253 <column alignment="center" valignment="top" width="0pt">
2254 <column alignment="center" valignment="top" width="0pt">
2255 <row>
2256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260 コマンド
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269 出力
2270 \begin_inset Note Note
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 ここで
2275 \series bold
2276
2277 \backslash
2278 raisebox
2279 \series default
2280 はスペーサーとして使用しているだけです。
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \end_layout
2287
2288 \end_inset
2289 </cell>
2290 </row>
2291 <row>
2292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout Plain Layout
2296
2297 \backslash
2298 sqrt
2299 \begin_inset ERT
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303
2304
2305 \backslash
2306 spce 
2307 \end_layout
2308
2309 \end_inset
2310
2311 A-B
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 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2321 \end_inset
2322
2323
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 </row>
2329 <row>
2330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \backslash
2336 root
2337 \begin_inset ERT
2338 status collapsed
2339
2340 \begin_layout Plain Layout
2341
2342
2343 \backslash
2344 spce 
2345 \end_layout
2346
2347 \end_inset
2348
2349 3
2350 \begin_inset Formula $\downarrow$
2351 \end_inset
2352
2353 A-B
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 </lyxtabular>
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \begin_layout Standard
2379 平方根は、根号指数フィールドを空白のままにしておけば、
2380 \series bold
2381
2382 \backslash
2383 root
2384 \series default
2385 でも作成することができます。
2386 \end_layout
2387
2388 \begin_layout Standard
2389 \begin_inset Formula $\sqrt[\beta]{B}$
2390 \end_inset
2391
2392 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2393 \begin_inset Newline newline
2394 \end_inset
2395
2396 この場合には、
2397 \begin_inset Formula $\beta$
2398 \end_inset
2399
2400 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2401 \series bold
2402
2403 \backslash
2404 leftroot
2405 \series default
2406
2407 \begin_inset Index
2408 status collapsed
2409
2410 \begin_layout Plain Layout
2411 こまんど@コマンド ! L ! 
2412 \backslash
2413 leftroot
2414 \end_layout
2415
2416 \end_inset
2417
2418
2419 \series bold
2420
2421 \backslash
2422 uproot
2423 \series default
2424
2425 \begin_inset Index
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 こまんど@コマンド ! U ! 
2430 \backslash
2431 uproot
2432 \end_layout
2433
2434 \end_inset
2435
2436 を使います。
2437 \end_layout
2438
2439 \begin_layout Standard
2440
2441 \series bold
2442
2443 \backslash
2444 leftroot{距離}
2445 \series default
2446 および
2447 \series bold
2448
2449 \backslash
2450 uproot{距離}
2451 \end_layout
2452
2453 \begin_layout Standard
2454 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2455 \begin_inset Formula $\mathrm{72\, bp=1}$
2456 \end_inset
2457
2458 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2459 \begin_inset Newline newline
2460 \end_inset
2461
2462
2463 \series bold
2464
2465 \backslash
2466 root
2467 \backslash
2468 leftroot{-1
2469 \begin_inset Formula $\to$
2470 \end_inset
2471
2472
2473 \backslash
2474 uproot{2
2475 \begin_inset Formula $\to$
2476 \end_inset
2477
2478
2479 \backslash
2480 beta
2481 \begin_inset ERT
2482 status collapsed
2483
2484 \begin_layout Plain Layout
2485
2486
2487 \backslash
2488 spce 
2489 \end_layout
2490
2491 \end_inset
2492
2493
2494 \begin_inset Formula $\to$
2495 \end_inset
2496
2497 B
2498 \begin_inset Newline newline
2499 \end_inset
2500
2501
2502 \series default
2503 は、正しく組版された数式
2504 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2505 \end_inset
2506
2507 を生成します。
2508 \end_layout
2509
2510 \begin_layout Subsection
2511 二項係数
2512 \begin_inset Index
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516 にこうけいすう@二項係数
2517 \end_layout
2518
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \begin_layout Standard
2525 二項係数は、コマンド
2526 \series bold
2527
2528 \backslash
2529 binom
2530 \series default
2531
2532 \begin_inset Index
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 こまんど@コマンド ! B ! 
2537 \backslash
2538 binom
2539 \end_layout
2540
2541 \end_inset
2542
2543 か数式ツールバーボタン
2544 \begin_inset Graphics
2545         filename ../../images/math/frac-square.png
2546         scale 85
2547
2548 \end_inset
2549
2550 の下位メニューを使って挿入することができます。分数(
2551 \series bold
2552
2553 \backslash
2554 frac
2555 \series default
2556 )と同様に、
2557 \series bold
2558
2559 \backslash
2560 binom
2561 \series default
2562 の他に、コマンド
2563 \series bold
2564
2565 \backslash
2566 dbinom
2567 \begin_inset Index
2568 status collapsed
2569
2570 \begin_layout Plain Layout
2571 こまんど@コマンド ! D ! 
2572 \backslash
2573 dbinom
2574 \end_layout
2575
2576 \end_inset
2577
2578 および
2579 \backslash
2580 tbinom
2581 \series default
2582
2583 \begin_inset Index
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 こまんど@コマンド ! T ! 
2588 \backslash
2589 tbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2595 \series bold
2596
2597 \backslash
2598 brace
2599 \series default
2600
2601 \begin_inset Index
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 こまんど@コマンド ! B ! 
2606 \backslash
2607 brace
2608 \end_layout
2609
2610 \end_inset
2611
2612
2613 \series bold
2614
2615 \backslash
2616 brack
2617 \series default
2618
2619 \begin_inset Index
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 こまんど@コマンド ! B ! 
2624 \backslash
2625 brack
2626 \end_layout
2627
2628 \end_inset
2629
2630 があります。
2631 \end_layout
2632
2633 \begin_layout Standard
2634 \align center
2635 \begin_inset Tabular
2636 <lyxtabular version="3" rows="6" columns="2">
2637 <features>
2638 <column alignment="center" valignment="top" width="0pt">
2639 <column alignment="center" valignment="top" width="0pt">
2640 <row>
2641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Plain Layout
2645 コマンド
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Plain Layout
2654 出力
2655 \begin_inset Note Note
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 ここで
2660 \series bold
2661
2662 \backslash
2663 raisebox
2664 \series default
2665 はスペーサーとして使用しているだけです。
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 </row>
2676 <row>
2677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \backslash
2683 binom
2684 \begin_inset ERT
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688
2689
2690 \backslash
2691 spce 
2692 \end_layout
2693
2694 \end_inset
2695
2696 A
2697 \begin_inset Formula $\downarrow$
2698 \end_inset
2699
2700 B
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 </row>
2718 <row>
2719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \backslash
2725 dbinom
2726 \begin_inset ERT
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730
2731
2732 \backslash
2733 spce 
2734 \end_layout
2735
2736 \end_inset
2737
2738 A
2739 \begin_inset Formula $\downarrow$
2740 \end_inset
2741
2742 B
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \backslash
2767 tbinom
2768 \begin_inset ERT
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772
2773
2774 \backslash
2775 spce 
2776 \end_layout
2777
2778 \end_inset
2779
2780 A
2781 \begin_inset Formula $\downarrow$
2782 \end_inset
2783
2784 B
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \backslash
2809 brack
2810 \begin_inset ERT
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814
2815
2816 \backslash
2817 spce 
2818 \end_layout
2819
2820 \end_inset
2821
2822 A
2823 \begin_inset Formula $\downarrow$
2824 \end_inset
2825
2826 B
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849
2850 \backslash
2851 brace
2852 \begin_inset ERT
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856
2857
2858 \backslash
2859 spce 
2860 \end_layout
2861
2862 \end_inset
2863
2864 A
2865 \begin_inset Formula $\downarrow$
2866 \end_inset
2867
2868 B
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 </lyxtabular>
2887
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \begin_layout Subsection
2894 場合分け
2895 \begin_inset Index
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 ばあいわけ@場合分け
2900 \end_layout
2901
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \align center
2909 \begin_inset Tabular
2910 <lyxtabular version="3" rows="3" columns="2">
2911 <features>
2912 <column alignment="center" valignment="top" width="0pt">
2913 <column alignment="center" valignment="top" width="0pt">
2914 <row>
2915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 コマンド
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928 出力
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 </row>
2934 <row>
2935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \backslash
2941 cases
2942 \begin_inset ERT
2943 status collapsed
2944
2945 \begin_layout Plain Layout
2946
2947
2948 \backslash
2949 spce 
2950 \end_layout
2951
2952 \end_inset
2953
2954 A
2955 \begin_inset Formula $\to$
2956 \end_inset
2957
2958 B
2959 \begin_inset Formula $>$
2960 \end_inset
2961
2962 0
2963 \begin_inset Index
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967 こまんど@コマンド ! C ! 
2968 \backslash
2969 cases
2970 \end_layout
2971
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 \begin_inset Formula $\begin{cases}
2984 A & B>0\end{cases}$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 cases
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 spce 
3009 \end_layout
3010
3011 \end_inset
3012
3013
3014 \begin_inset Info
3015 type  "shortcut"
3016 arg   "newline-insert newline"
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & \textrm{for }x>0\\
3030 B & \textrm{for }x=0\end{cases}$
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 </row>
3039 </lyxtabular>
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \begin_layout Standard
3047
3048 \series bold
3049
3050 \backslash
3051 cases
3052 \series default
3053 を挿入するか数式ツールバーボタン
3054 \begin_inset Graphics
3055         filename ../../images/math/cases.png
3056         scale 85
3057
3058 \end_inset
3059
3060 を使用した後では、短絡キー
3061 \begin_inset Info
3062 type  "shortcut"
3063 arg   "newline-insert newline"
3064 \end_inset
3065
3066 か表ツールバーボタン
3067 \begin_inset Graphics
3068         filename ../../images/tabular-feature_append-row.png
3069         scale 85
3070
3071 \end_inset
3072
3073 を使えば、新しい行を作ることができます。
3074 \end_layout
3075
3076 \begin_layout Standard
3077 コマンド
3078 \series bold
3079
3080 \backslash
3081 cases
3082 \series default
3083 は、
3084 \family sans
3085 挿入\SpecialChar \menuseparator
3086 数式\SpecialChar \menuseparator
3087 Cases環境
3088 \family default
3089 メニューで挿入することもできます。
3090 \end_layout
3091
3092 \begin_layout Subsection
3093 否定
3094 \begin_inset Index
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 ひてい@否定
3099 \end_layout
3100
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \begin_layout Standard
3107
3108 \series bold
3109
3110 \backslash
3111 not
3112 \series default
3113
3114 \begin_inset Index
3115 status collapsed
3116
3117 \begin_layout Plain Layout
3118 こまんど@コマンド ! N ! 
3119 \backslash
3120 not
3121 \end_layout
3122
3123 \end_inset
3124
3125 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3126 \end_layout
3127
3128 \begin_layout Standard
3129 \align center
3130 \begin_inset Tabular
3131 <lyxtabular version="3" rows="4" columns="2">
3132 <features>
3133 <column alignment="center" valignment="top" width="0pt">
3134 <column alignment="center" valignment="top" width="0pt">
3135 <row>
3136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 コマンド
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 出力
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \backslash
3162 not=
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 \begin_inset Formula $\not=$
3172 \end_inset
3173
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \backslash
3187 not 
3188 \backslash
3189 le
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 \begin_inset Formula $\not\le$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 <row>
3208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \backslash
3214 not 
3215 \backslash
3216 parallel
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 \begin_inset Formula $\not\parallel$
3226 \end_inset
3227
3228
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 </row>
3234 </lyxtabular>
3235
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \begin_layout Standard
3242 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3243 \begin_inset CommandInset ref
3244 LatexCommand ref
3245 reference "sub:数学記号"
3246
3247 \end_inset
3248
3249 節および第
3250 \begin_inset CommandInset ref
3251 LatexCommand ref
3252 reference "sec:関係子"
3253
3254 \end_inset
3255
3256 節を参照)。
3257 \end_layout
3258
3259 \begin_layout Subsection
3260 空打ち文字
3261 \begin_inset CommandInset label
3262 LatexCommand label
3263 name "sub:空打ち文字"
3264
3265 \end_inset
3266
3267
3268 \begin_inset Index
3269 status collapsed
3270
3271 \begin_layout Plain Layout
3272 からうちもじ@空打ち文字
3273 \end_layout
3274
3275 \end_inset
3276
3277
3278 \begin_inset Index
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282
3283 \series bold
3284 \size large
3285 \color none
3286 かがくきごう@化学記号 ! どういたい@同位体
3287 \end_layout
3288
3289 \end_inset
3290
3291
3292 \begin_inset Index
3293 status collapsed
3294
3295 \begin_layout Plain Layout
3296
3297 \series bold
3298 \size large
3299 \color none
3300 どういたい@同位体|see
3301 \series default
3302 \size default
3303 \color inherit
3304
3305 \begin_inset ERT
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309
3310 {
3311 \end_layout
3312
3313 \end_inset
3314
3315 化学記号
3316 \begin_inset ERT
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320
3321 }
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \begin_inset Index
3333 status collapsed
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 \size large
3339 \color none
3340 あいそとーぷ@アイソトープ|see
3341 \series default
3342 \size default
3343 \color inherit
3344
3345 \begin_inset ERT
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349
3350 {
3351 \end_layout
3352
3353 \end_inset
3354
3355 同位体
3356 \begin_inset ERT
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360
3361 }
3362 \end_layout
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 たとえば同位体
3376 \begin_inset Foot
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 化学記号に関する詳細は、第
3381 \begin_inset CommandInset ref
3382 LatexCommand ref
3383 reference "sub:化学記号と化学式"
3384
3385 \end_inset
3386
3387 節に記述があります。
3388 \end_layout
3389
3390 \end_inset
3391
3392 を表示しようとすると、次のような問題が起こります。
3393 \end_layout
3394
3395 \begin_layout Standard
3396 \align center
3397 \begin_inset Tabular
3398 <lyxtabular version="3" rows="2" columns="2">
3399 <features>
3400 <column alignment="center" valignment="top" width="0pt">
3401 <column alignment="center" valignment="top" width="0pt">
3402 <row>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 上付き文字と下付き文字を使用して作った指数:
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3417 \end_inset
3418
3419
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 正しい指数:
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 </lyxtabular>
3449
3450 \end_inset
3451
3452
3453 \begin_inset Note Note
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 ここで
3458 \series bold
3459
3460 \backslash
3461 raisebox
3462 \series default
3463 はスペーサーとして使用しているだけです。
3464 \end_layout
3465
3466 \end_inset
3467
3468
3469 \end_layout
3470
3471 \begin_layout Standard
3472 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3473 \series bold
3474
3475 \backslash
3476 phantom
3477 \series default
3478
3479 \begin_inset Index
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483 こまんど@コマンド ! P ! 
3484 \backslash
3485 phantom
3486 \end_layout
3487
3488 \end_inset
3489
3490 や数式ツールバーボタン
3491 \begin_inset Foot
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495 ツールバーボタン
3496 \begin_inset Graphics
3497         filename ../../images/math/space.png
3498         scale 85
3499
3500 \end_inset
3501
3502 の下位メニューに入っています。
3503 \end_layout
3504
3505 \end_inset
3506
3507
3508 \begin_inset Graphics
3509         filename ../../images/math/phantom.png
3510         scale 85
3511
3512 \end_inset
3513
3514 があります。
3515 \series bold
3516
3517 \backslash
3518 phantom
3519 \series default
3520 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、空打ち文字として適用されることを示しています。したがって、
3521 \series bold
3522
3523 \backslash
3524 phantom
3525 \series default
3526 の作る文字は、箱の中身の文字の大きさを持つ空打ち文字となります。
3527 \end_layout
3528
3529 \begin_layout Standard
3530 \align center
3531 \begin_inset Tabular
3532 <lyxtabular version="3" rows="4" columns="2">
3533 <features>
3534 <column alignment="center" valignment="top" width="0">
3535 <column alignment="center" valignment="top" width="0">
3536 <row>
3537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 コマンド
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 出力
3551 \begin_inset Note Note
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 ここで
3556 \series bold
3557
3558 \backslash
3559 raisebox
3560 \series default
3561 はスペーサーとして使用しているだけです。
3562 \end_layout
3563
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 ^19
3578 \begin_inset ERT
3579 status collapsed
3580
3581 \begin_layout Plain Layout
3582
3583
3584 \backslash
3585 spce 
3586 \end_layout
3587
3588 \end_inset
3589
3590 _
3591 \backslash
3592 phantom
3593 \begin_inset ERT
3594 status collapsed
3595
3596 \begin_layout Plain Layout
3597
3598
3599 \backslash
3600 spce 
3601 \end_layout
3602
3603 \end_inset
3604
3605 1
3606 \begin_inset Formula $\to$
3607 \end_inset
3608
3609 9
3610 \begin_inset ERT
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614
3615
3616 \backslash
3617 spce 
3618 \end_layout
3619
3620 \end_inset
3621
3622 F
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 ^235
3646 \begin_inset ERT
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650
3651
3652 \backslash
3653 spce 
3654 \end_layout
3655
3656 \end_inset
3657
3658 _
3659 \backslash
3660 phantom
3661 \begin_inset ERT
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665
3666
3667 \backslash
3668 spce 
3669 \end_layout
3670
3671 \end_inset
3672
3673 23
3674 \begin_inset Formula $\to$
3675 \end_inset
3676
3677 9
3678 \begin_inset ERT
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683
3684 \backslash
3685 spce 
3686 \end_layout
3687
3688 \end_inset
3689
3690 F
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3700 \end_inset
3701
3702
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \backslash
3715 Lambda^
3716 \begin_inset ERT
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721
3722 \backslash
3723 spce 
3724 \end_layout
3725
3726 \end_inset
3727
3728
3729 \backslash
3730 phantom
3731 \begin_inset ERT
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735
3736
3737 \backslash
3738 spce 
3739 \end_layout
3740
3741 \end_inset
3742
3743 ii
3744 \begin_inset Formula $\to$
3745 \end_inset
3746
3747 t
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760 _MMt
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3770 \end_inset
3771
3772
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 </lyxtabular>
3779
3780 \end_inset
3781
3782
3783 \end_layout
3784
3785 \begin_layout Standard
3786 さらに、
3787 \series bold
3788
3789 \backslash
3790 vphantom
3791 \series default
3792
3793 \begin_inset Index
3794 status collapsed
3795
3796 \begin_layout Plain Layout
3797 こまんど@コマンド ! V ! 
3798 \backslash
3799 vphantom
3800 \end_layout
3801
3802 \end_inset
3803
3804 (ツールバーボタン
3805 \begin_inset space ~
3806 \end_inset
3807
3808
3809 \begin_inset Graphics
3810         filename ../../images/math/vphantom.png
3811         scale 85
3812
3813 \end_inset
3814
3815 )および
3816 \series bold
3817
3818 \backslash
3819 hphantom
3820 \series default
3821
3822 \begin_inset Index
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826 こまんど@コマンド ! H ! 
3827 \backslash
3828 hphantom
3829 \end_layout
3830
3831 \end_inset
3832
3833 (ツールバーボタン
3834 \begin_inset space ~
3835 \end_inset
3836
3837
3838 \begin_inset Graphics
3839         filename ../../images/math/hphantom.png
3840         scale 85
3841
3842 \end_inset
3843
3844 )というコマンドもあります。
3845 \series bold
3846
3847 \backslash
3848 vphantom
3849 \series default
3850 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3851 \series bold
3852
3853 \backslash
3854 hphantom
3855 \series default
3856 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3857 \end_layout
3858
3859 \begin_layout Standard
3860 たとえば、
3861 \series bold
3862
3863 \backslash
3864 vphantom
3865 \series default
3866
3867 \begin_inset ERT
3868 status collapsed
3869
3870 \begin_layout Plain Layout
3871
3872
3873 \backslash
3874 spce 
3875 \end_layout
3876
3877 \end_inset
3878
3879
3880 \series bold
3881 a
3882 \backslash
3883 int
3884 \series default
3885 は、積分記号
3886 \begin_inset Foot
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892
3893 \backslash
3894 int
3895 \series default
3896 コマンドは、積分記号を生成します。第
3897 \begin_inset CommandInset ref
3898 LatexCommand ref
3899 reference "sub:大演算子"
3900
3901 \end_inset
3902
3903 節を参照してください。
3904 \end_layout
3905
3906 \end_inset
3907
3908 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3909 \begin_inset CommandInset ref
3910 LatexCommand ref
3911 reference "sub:多行にわたる括弧"
3912
3913 \end_inset
3914
3915 節を参照してください。
3916 \end_layout
3917
3918 \begin_layout Subsection
3919 横線
3920 \begin_inset Index
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924 よこせん@横線
3925 \end_layout
3926
3927 \end_inset
3928
3929
3930 \begin_inset Index
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934 すうしき@数式 ! かせん@下線
3935 \end_layout
3936
3937 \end_inset
3938
3939
3940 \begin_inset Index
3941 status collapsed
3942
3943 \begin_layout Plain Layout
3944 ぼうせん@棒線|see
3945 \begin_inset ERT
3946 status collapsed
3947
3948 \begin_layout Plain Layout
3949
3950 {
3951 \end_layout
3952
3953 \end_inset
3954
3955 横線
3956 \begin_inset ERT
3957 status collapsed
3958
3959 \begin_layout Plain Layout
3960
3961 }
3962 \end_layout
3963
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \end_inset
3970
3971
3972 \end_layout
3973
3974 \begin_layout Standard
3975 \align center
3976 \begin_inset Tabular
3977 <lyxtabular version="3" rows="4" columns="2">
3978 <features>
3979 <column alignment="center" valignment="top" width="0pt">
3980 <column alignment="center" valignment="top" width="0pt">
3981 <row>
3982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 コマンド
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 出力
3996 \begin_inset Note Note
3997 status collapsed
3998
3999 \begin_layout Plain Layout
4000 ここで
4001 \series bold
4002
4003 \backslash
4004 raisebox
4005 \series default
4006 はスペーサーとして使用しているだけです。
4007 \end_layout
4008
4009 \end_inset
4010
4011
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \backslash
4024 overline
4025 \begin_inset ERT
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029
4030
4031 \backslash
4032 spce 
4033 \end_layout
4034
4035 \end_inset
4036
4037 A+B
4038 \begin_inset Index
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042 こまんど@コマンド ! O ! 
4043 \backslash
4044 overline
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4059 \end_inset
4060
4061
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \backslash
4074 underline
4075 \begin_inset ERT
4076 status collapsed
4077
4078 \begin_layout Plain Layout
4079
4080
4081 \backslash
4082 spce 
4083 \end_layout
4084
4085 \end_inset
4086
4087 A+B
4088 \begin_inset Index
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092 こまんど@コマンド ! U ! 
4093 \backslash
4094 underline
4095 \end_layout
4096
4097 \end_inset
4098
4099
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4109 \end_inset
4110
4111
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \backslash
4124 overline
4125 \begin_inset ERT
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129
4130
4131 \backslash
4132 spce 
4133 \end_layout
4134
4135 \end_inset
4136
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 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4162 \end_inset
4163
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 </lyxtabular>
4171
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \begin_layout Standard
4178 上記最後の例では、先に
4179 \series bold
4180
4181 \backslash
4182 overline
4183 \series default
4184 が来ようが
4185 \series bold
4186
4187 \backslash
4188 underline
4189 \series default
4190 が来ようが、関係ありません。
4191 \end_layout
4192
4193 \begin_layout Standard
4194 二重下線を引くには、
4195 \series bold
4196
4197 \backslash
4198 underline
4199 \series default
4200 を二回使います。
4201 \end_layout
4202
4203 \begin_layout Standard
4204 文字の上下6本の線まで引くことができます。
4205 \end_layout
4206
4207 \begin_layout Standard
4208 \begin_inset VSpace bigskip
4209 \end_inset
4210
4211 自製の線は、以下の書式を持つ
4212 \series bold
4213
4214 \backslash
4215 rule
4216 \series default
4217
4218 \begin_inset Index
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 こまんど@こまんど ! R ! 
4223 \backslash
4224 rule
4225 \end_layout
4226
4227 \end_inset
4228
4229 コマンドで作成することができます。
4230 \end_layout
4231
4232 \begin_layout Standard
4233
4234 \series bold
4235
4236 \backslash
4237 rule[垂直オフセット幅]{長さ}{厚み}
4238 \end_layout
4239
4240 \begin_layout Standard
4241 オプションの
4242 \series bold
4243 「垂直オフセット幅
4244 \series default
4245 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4246 \begin_inset CommandInset ref
4247 LatexCommand ref
4248 reference "tab:使用できる単位"
4249
4250 \end_inset
4251
4252 表に掲げてある単位を用いることができます。以下に、
4253 \begin_inset Newline newline
4254 \end_inset
4255
4256
4257 \series bold
4258
4259 \backslash
4260 rule[-2ex]{3cm}{2pt}
4261 \series default
4262  および 
4263 \series bold
4264
4265 \backslash
4266 rule{2cm}{1pt}
4267 \begin_inset Newline newline
4268 \end_inset
4269
4270 というコマンドを用いて作成したふたつの例を例示します。
4271 \end_layout
4272
4273 \begin_layout Standard
4274 この行には、
4275 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4276 \end_inset
4277
4278 二本の線があります。
4279 \end_layout
4280
4281 \begin_layout Standard
4282
4283 \series bold
4284
4285 \backslash
4286 rule
4287 \series default
4288 は、TeXモードで挿入すれば、本文中でも使用することができます。
4289 \end_layout
4290
4291 \begin_layout Subsection
4292 省略符号
4293 \begin_inset CommandInset label
4294 LatexCommand label
4295 name "sub:省略符号"
4296
4297 \end_inset
4298
4299
4300 \begin_inset Index
4301 status collapsed
4302
4303 \begin_layout Plain Layout
4304 しょうりゃくふごう@省略符号
4305 \end_layout
4306
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \begin_layout Standard
4313 省略符号には、いくつかの種類が使用できます
4314 \begin_inset Foot
4315 status collapsed
4316
4317 \begin_layout Plain Layout
4318 数式ツールバー中の
4319 \begin_inset Graphics
4320         filename ../../images/math/ldots.png
4321         scale 85
4322
4323 \end_inset
4324
4325 ボタンで表示されている下位メニューです。
4326 \end_layout
4327
4328 \end_inset
4329
4330 。列挙のためには、ベースラインの点々(
4331 \series bold
4332
4333 \backslash
4334 ldots
4335 \series default
4336
4337 \begin_inset Index
4338 status collapsed
4339
4340 \begin_layout Plain Layout
4341 こまんど@コマンド ! L ! 
4342 \backslash
4343 ldots
4344 \end_layout
4345
4346 \end_inset
4347
4348 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4349 \series bold
4350
4351 \backslash
4352 cdots
4353 \series default
4354
4355 \begin_inset Index
4356 status collapsed
4357
4358 \begin_layout Plain Layout
4359 こまんど@コマンド ! C ! 
4360 \backslash
4361 cdots
4362 \end_layout
4363
4364 \end_inset
4365
4366 )が必要です。
4367 \series bold
4368
4369 \backslash
4370 dots
4371 \series default
4372
4373 \begin_inset Index
4374 status collapsed
4375
4376 \begin_layout Plain Layout
4377 こまんど@コマンド ! D ! 
4378 \backslash
4379 dots
4380 \end_layout
4381
4382 \end_inset
4383
4384 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4385 \end_layout
4386
4387 \begin_layout Standard
4388 \align center
4389 \begin_inset Tabular
4390 <lyxtabular version="3" rows="8" columns="2">
4391 <features>
4392 <column alignment="center" valignment="top" width="0pt">
4393 <column alignment="center" valignment="top" width="0pt">
4394 <row>
4395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 コマンド
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 出力
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 A_1
4420 \begin_inset ERT
4421 status collapsed
4422
4423 \begin_layout Plain Layout
4424
4425
4426 \backslash
4427 spce 
4428 \end_layout
4429
4430 \end_inset
4431
4432 ,
4433 \backslash
4434 dots
4435 \begin_inset ERT
4436 status collapsed
4437
4438 \begin_layout Plain Layout
4439
4440
4441 \backslash
4442 spce 
4443 \end_layout
4444
4445 \end_inset
4446
4447 ,A_n
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 \begin_inset Formula $A_{1},\dots,A_{n}$
4457 \end_inset
4458
4459
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 A_1
4471 \begin_inset ERT
4472 status collapsed
4473
4474 \begin_layout Plain Layout
4475
4476
4477 \backslash
4478 spce 
4479 \end_layout
4480
4481 \end_inset
4482
4483 +
4484 \backslash
4485 dots
4486 \begin_inset ERT
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490
4491
4492 \backslash
4493 spce 
4494 \end_layout
4495
4496 \end_inset
4497
4498 +A_n
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 \begin_inset Formula $A_{1}+\dots+A_{n}$
4508 \end_inset
4509
4510
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 </row>
4516 <row>
4517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 A_1
4522 \begin_inset ERT
4523 status collapsed
4524
4525 \begin_layout Plain Layout
4526
4527
4528 \backslash
4529 spce 
4530 \end_layout
4531
4532 \end_inset
4533
4534 ,
4535 \backslash
4536 ldots
4537 \begin_inset ERT
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541
4542
4543 \backslash
4544 spce 
4545 \end_layout
4546
4547 \end_inset
4548
4549 ,A_n
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 \begin_inset Formula $A_{1},\ldots,A_{n}$
4559 \end_inset
4560
4561
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 A_1
4573 \begin_inset ERT
4574 status collapsed
4575
4576 \begin_layout Plain Layout
4577
4578
4579 \backslash
4580 spce 
4581 \end_layout
4582
4583 \end_inset
4584
4585 +
4586 \backslash
4587 cdots
4588 \begin_inset ERT
4589 status collapsed
4590
4591 \begin_layout Plain Layout
4592
4593
4594 \backslash
4595 spce 
4596 \end_layout
4597
4598 \end_inset
4599
4600 +A_n
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4610 \end_inset
4611
4612
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623
4624 \backslash
4625 vdots
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 \begin_inset Formula $\vdots$
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \backslash
4650 ddots
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 \begin_inset Formula $\ddots$
4660 \end_inset
4661
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 いろいろな点々を使った3×3行列
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $\begin{array}{ccc}
4683 A_{11} & \cdots & A_{1m}\\
4684 \vdots & \ddots & \vdots\\
4685 A_{n1} & \cdots & A_{nm}\end{array}$
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 </lyxtabular>
4695
4696 \end_inset
4697
4698
4699 \end_layout
4700
4701 \begin_layout Standard
4702
4703 \family sans
4704 挿入\SpecialChar \menuseparator
4705 省略符号
4706 \family default
4707 メニューで挿入される省略符号は
4708 \series bold
4709
4710 \backslash
4711 ldots
4712 \series default
4713 です。
4714 \end_layout
4715
4716 \begin_layout Standard
4717 \begin_inset VSpace medskip
4718 \end_inset
4719
4720 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4721 \series bold
4722
4723 \backslash
4724 hdotsfor
4725 \series default
4726
4727 \begin_inset Index
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731 こまんど@コマンド ! H ! 
4732 \backslash
4733 hdotsfor
4734 \end_layout
4735
4736 \end_inset
4737
4738 コマンドで作ることができます。
4739 \end_layout
4740
4741 \begin_layout Standard
4742
4743 \series bold
4744
4745 \backslash
4746 hdotsfor[距離]{列数}
4747 \end_layout
4748
4749 \begin_layout Standard
4750 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4751 \end_layout
4752
4753 \begin_layout Standard
4754 以下の行列では、2行目の1つ目の枠に
4755 \series bold
4756
4757 \backslash
4758 hdotsfor[2]{4}
4759 \series default
4760 を挿入して、
4761 \series bold
4762
4763 \backslash
4764 dots
4765 \series default
4766 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4767 \begin_inset Formula \[
4768 \left(\begin{array}{cccc}
4769 A & B & C & D\\
4770 \hdotsfor[2]{4}\\
4771 q & w & e & r\end{array}\right)\]
4772
4773 \end_inset
4774
4775 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4776 \end_layout
4777
4778 \begin_layout Standard
4779 \begin_inset VSpace bigskip
4780 \end_inset
4781
4782 さらに、
4783 \series bold
4784
4785 \backslash
4786 dotfill
4787 \series default
4788
4789 \begin_inset Index
4790 status collapsed
4791
4792 \begin_layout Plain Layout
4793 こまんど@コマンド ! D ! 
4794 \backslash
4795 dotfill
4796 \end_layout
4797
4798 \end_inset
4799
4800 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4801 \series bold
4802
4803 \backslash
4804 hfill
4805 \series default
4806 と同様のものです。第
4807 \begin_inset CommandInset ref
4808 LatexCommand ref
4809 reference "sub:可変長の空白"
4810
4811 \end_inset
4812
4813 節をご参照下さい。
4814 \end_layout
4815
4816 \begin_layout Standard
4817 たとえば、
4818 \series bold
4819 A
4820 \backslash
4821 dotfill
4822 \begin_inset ERT
4823 status collapsed
4824
4825 \begin_layout Plain Layout
4826
4827
4828 \backslash
4829 spce 
4830 \end_layout
4831
4832 \end_inset
4833
4834 B
4835 \series default
4836 コマンドは、
4837 \end_layout
4838
4839 \begin_layout Standard
4840 \begin_inset Formula $A\dotfill B$
4841 \end_inset
4842
4843
4844 \end_layout
4845
4846 \begin_layout Standard
4847 のようになります。
4848 \series bold
4849 点々を使う
4850 \backslash
4851 dotfill
4852 \series default
4853 の直線版として、
4854 \series bold
4855
4856 \backslash
4857 hrulefill
4858 \series default
4859
4860 \begin_inset Index
4861 status collapsed
4862
4863 \begin_layout Plain Layout
4864 こまんど@コマンド ! H ! 
4865 \backslash
4866 hrulefill
4867 \end_layout
4868
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Standard
4875 \begin_inset Formula $A\hrulefill B$
4876 \end_inset
4877
4878
4879 \end_layout
4880
4881 \begin_layout Standard
4882 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4883 \end_layout
4884
4885 \begin_layout Section
4886 行列
4887 \begin_inset CommandInset label
4888 LatexCommand label
4889 name "sec:行列"
4890
4891 \end_inset
4892
4893
4894 \begin_inset Index
4895 status collapsed
4896
4897 \begin_layout Plain Layout
4898 ぎょうれつ@行列
4899 \end_layout
4900
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 行列は、数式ツールバーボタンの
4908 \begin_inset Graphics
4909         filename ../../images/dialog-show_mathmatrix.png
4910         scale 85
4911
4912 \end_inset
4913
4914
4915 \family sans
4916 挿入\SpecialChar \menuseparator
4917 数式\SpecialChar \menuseparator
4918 行列
4919 \family default
4920 メニューで挿入することができます。すると、行列の列数及び行数、さらに配置方法を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4921 \end_layout
4922
4923 \begin_layout Standard
4924 最初の行列は「上」配置
4925 \begin_inset Formula $\begin{array}[t]{cccc}
4926 A & D & G & J\\
4927 B & E & H & K\\
4928 C & F & I & L\end{array}$
4929 \end_inset
4930
4931 で、二番目は「中央」配置
4932 \begin_inset Formula $\begin{array}{cccc}
4933 A & D & G & J\\
4934 B & E & H & K\\
4935 C & F & I & L\end{array}$
4936 \end_inset
4937
4938 、三番目は「下」配置
4939 \begin_inset Formula $\begin{array}[b]{cccc}
4940 A & D & G & J\\
4941 B & E & H & K\\
4942 C & F & I & L\end{array}$
4943 \end_inset
4944
4945 です。
4946 \end_layout
4947
4948 \begin_layout Standard
4949 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4950 \emph on
4951 l
4952 \emph default
4953 は左寄せ、
4954 \emph on
4955 c
4956 \emph default
4957 は中央揃え、
4958 \emph on
4959 r
4960 \emph default
4961 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの4
4962 \series bold
4963 ×
4964 \series default
4965 4行列を作成するには、水平配置のところに
4966 \series bold
4967 lccr
4968 \series default
4969 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4970 \series bold
4971 c
4972 \series default
4973 です。
4974 \end_layout
4975
4976 \begin_layout Standard
4977 水平行列の例です。
4978 \end_layout
4979
4980 \begin_layout Standard
4981
4982 \series bold
4983 lll
4984 \series default
4985  : 
4986 \begin_inset Formula $\begin{array}{lll}
4987 10000 & D & G\\
4988 B & 10000 & H\\
4989 C & F & 10000\end{array}$
4990 \end_inset
4991
4992  , 
4993 \series bold
4994 ccc
4995 \series default
4996  : 
4997 \begin_inset Formula $\begin{array}{ccc}
4998 10000 & D & G\\
4999 B & 10000 & H\\
5000 C & F & 10000\end{array}$
5001 \end_inset
5002
5003  , 
5004 \series bold
5005 rrr
5006 \series default
5007  : 
5008 \begin_inset Formula $\begin{array}{rrr}
5009 10000 & D & G\\
5010 B & 10000 & H\\
5011 C & F & 10000\end{array}$
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5019 \begin_inset Graphics
5020         filename ../../images/tabular-feature_append-row.png
5021         scale 85
5022
5023 \end_inset
5024
5025
5026 \begin_inset Graphics
5027         filename ../../images/tabular-feature_delete-row.png
5028         scale 85
5029
5030 \end_inset
5031
5032 などや
5033 \family sans
5034 編集\SpecialChar \menuseparator
5035 行と列
5036 \family default
5037 メニューを使用することができます。また、行は
5038 \begin_inset Info
5039 type  "shortcut"
5040 arg   "newline-insert newline"
5041 \end_inset
5042
5043 で作成することもできます。
5044 \end_layout
5045
5046 \begin_layout Standard
5047 \begin_inset VSpace bigskip
5048 \end_inset
5049
5050 行列を囲む括弧は、
5051 \series bold
5052
5053 \backslash
5054 left
5055 \series default
5056
5057 \begin_inset Index
5058 status collapsed
5059
5060 \begin_layout Plain Layout
5061 こまんど@コマンド ! L ! 
5062 \backslash
5063 left
5064 \end_layout
5065
5066 \end_inset
5067
5068 コマンドや
5069 \series bold
5070
5071 \backslash
5072 right
5073 \series default
5074
5075 \begin_inset Index
5076 status collapsed
5077
5078 \begin_layout Plain Layout
5079 こまんど@コマンド ! R ! 
5080 \backslash
5081 right
5082 \end_layout
5083
5084 \end_inset
5085
5086 コマンドで作成することができます(短絡キー
5087 \family sans
5088 Alt+M
5089 \begin_inset space ~
5090 \end_inset
5091
5092 Parenthesis
5093 \family default
5094 )。第
5095 \begin_inset CommandInset ref
5096 LatexCommand ref
5097 reference "sub:自動の括弧丈"
5098
5099 \end_inset
5100
5101 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5102 \begin_inset VSpace medskip
5103 \end_inset
5104
5105
5106 \end_layout
5107
5108 \begin_layout Standard
5109 \begin_inset space \hfill{}
5110 \end_inset
5111
5112
5113 \begin_inset Tabular
5114 <lyxtabular version="3" rows="4" columns="2">
5115 <features>
5116 <column alignment="center" valignment="top" width="0">
5117 <column alignment="center" valignment="top" width="0">
5118 <row>
5119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 コマンド
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 出力
5133 \begin_inset Note Note
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 ここで
5138 \series bold
5139
5140 \backslash
5141 raisebox
5142 \series default
5143 はスペーサーとして使用しているだけです。
5144 \end_layout
5145
5146 \end_inset
5147
5148
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 </row>
5154 <row>
5155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159
5160 \backslash
5161 bmatrix
5162 \begin_inset ERT
5163 status collapsed
5164
5165 \begin_layout Plain Layout
5166
5167
5168 \backslash
5169 spce 
5170 \end_layout
5171
5172 \end_inset
5173
5174 2
5175 \series bold
5176 ×
5177 \series default
5178 2
5179 \begin_inset space \thinspace{}
5180 \end_inset
5181
5182 matrix
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5192 0 & \textrm{-}\mathrm{i}\\
5193 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 Bmatrix
5210 \begin_inset ERT
5211 status collapsed
5212
5213 \begin_layout Plain Layout
5214
5215
5216 \backslash
5217 spce 
5218 \end_layout
5219
5220 \end_inset
5221
5222 2
5223 \series bold
5224 ×
5225 \series default
5226 2
5227 \begin_inset space \thinspace{}
5228 \end_inset
5229
5230 matrix
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5240 0 & \textrm{-}\mathrm{i}\\
5241 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5242 \end_inset
5243
5244
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 </row>
5250 <row>
5251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255
5256 \backslash
5257 pmatrix
5258 \begin_inset ERT
5259 status collapsed
5260
5261 \begin_layout Plain Layout
5262
5263
5264 \backslash
5265 spce 
5266 \end_layout
5267
5268 \end_inset
5269
5270 2
5271 \series bold
5272 ×
5273 \series default
5274 2
5275 \begin_inset space \thinspace{}
5276 \end_inset
5277
5278 matrix
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5288 0 & \textrm{-}\mathrm{i}\\
5289 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5290 \end_inset
5291
5292
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 </lyxtabular>
5299
5300 \end_inset
5301
5302
5303 \begin_inset space \hfill{}
5304 \end_inset
5305
5306
5307 \begin_inset Tabular
5308 <lyxtabular version="3" rows="4" columns="2">
5309 <features>
5310 <column alignment="center" valignment="top" width="0">
5311 <column alignment="center" valignment="top" width="0">
5312 <row>
5313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 コマンド
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 出力
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 </row>
5332 <row>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337
5338 \backslash
5339 vmatrix
5340 \begin_inset ERT
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344
5345
5346 \backslash
5347 spce 
5348 \end_layout
5349
5350 \end_inset
5351
5352 2
5353 \series bold
5354 ×
5355 \series default
5356 2
5357 \begin_inset space \thinspace{}
5358 \end_inset
5359
5360 matrix
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5370 0 & \textrm{-}\mathrm{i}\\
5371 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \backslash
5387 Vmatrix
5388 \begin_inset ERT
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392
5393
5394 \backslash
5395 spce 
5396 \end_layout
5397
5398 \end_inset
5399
5400 2
5401 \series bold
5402 ×
5403 \series default
5404 2
5405 \begin_inset space \thinspace{}
5406 \end_inset
5407
5408 matrix
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5418 0 & \textrm{-}\mathrm{i}\\
5419 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5420 \end_inset
5421
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 </row>
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433
5434 \backslash
5435 matrix
5436 \begin_inset ERT
5437 status collapsed
5438
5439 \begin_layout Plain Layout
5440
5441
5442 \backslash
5443 spce 
5444 \end_layout
5445
5446 \end_inset
5447
5448 2
5449 \series bold
5450 ×
5451 \series default
5452 2
5453 \begin_inset space \thinspace{}
5454 \end_inset
5455
5456 matrix
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5466 0 & \textrm{-}\mathrm{i}\\
5467 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5468 \end_inset
5469
5470
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 </row>
5476 </lyxtabular>
5477
5478 \end_inset
5479
5480
5481 \begin_inset space \hfill{}
5482 \end_inset
5483
5484
5485 \end_layout
5486
5487 \begin_layout Standard
5488 \begin_inset VSpace medskip
5489 \end_inset
5490
5491 たとえば
5492 \series bold
5493
5494 \backslash
5495 vmatrix
5496 \series default
5497 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5498 \end_layout
5499
5500 \begin_layout Standard
5501 \begin_inset VSpace bigskip
5502 \end_inset
5503
5504 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5505 \begin_inset CommandInset ref
5506 LatexCommand ref
5507 reference "sub:列間"
5508
5509 \end_inset
5510
5511 節に説明されている距離
5512 \series bold
5513
5514 \backslash
5515 arraycolsep
5516 \series default
5517
5518 \begin_inset Index
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522 こまんど@コマンド ! A ! 
5523 \backslash
5524 arraycolsep
5525 \end_layout
5526
5527 \end_inset
5528
5529 をここでも使用することができます。
5530 \end_layout
5531
5532 \begin_layout Standard
5533 行間隔を変更するには、
5534 \series bold
5535
5536 \backslash
5537 arraystretch
5538 \series default
5539
5540 \begin_inset Index
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 こまんど@コマンド ! A ! 
5545 \backslash
5546 arraystretch
5547 \end_layout
5548
5549 \end_inset
5550
5551 コマンドを使用します。以下のようにして使用します。
5552 \end_layout
5553
5554 \begin_layout Standard
5555
5556 \series bold
5557
5558 \backslash
5559 renewcommand{
5560 \backslash
5561 arraystretch}{伸長因子}
5562 \begin_inset Index
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 こまんど@コマンド ! R ! 
5567 \backslash
5568 renewcommand
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577
5578 \series bold
5579
5580 \backslash
5581 renewcommand
5582 \series default
5583 コマンドは、伸長因子を定義済みの
5584 \series bold
5585
5586 \backslash
5587 arraystretch
5588 \series default
5589 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5590 は、
5591 \series bold
5592
5593 \backslash
5594 arraystretch
5595 \series default
5596 に因子1を割り当てて下さい。
5597 \end_layout
5598
5599 \begin_layout Standard
5600 本文行中に行列を入れるには、
5601 \series bold
5602
5603 \backslash
5604 smallmatrix
5605 \series default
5606
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 こまんど@コマンド ! S ! 
5612 \backslash
5613 smallmatrix
5614 \end_layout
5615
5616 \end_inset
5617
5618 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5619 \end_layout
5620
5621 \begin_layout Standard
5622 これは、本文行中の行列
5623 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5624 C & D\end{smallmatrix}\right)$
5625 \end_inset
5626
5627 です。
5628 \end_layout
5629
5630 \begin_layout Section
5631 括弧と区分記号
5632 \begin_inset Index
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636 かっこ@括弧
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \begin_inset Index
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646 くぶんきごう@区分記号
5647 \end_layout
5648
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \begin_layout Subsection
5655 垂直括弧と区分記号
5656 \begin_inset Index
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 かっこ@括弧 ! すいちょく@垂直
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Standard
5669 \begin_inset space \hfill{}
5670 \end_inset
5671
5672
5673 \begin_inset Tabular
5674 <lyxtabular version="3" rows="9" columns="2">
5675 <features>
5676 <column alignment="center" valignment="top" width="0pt">
5677 <column alignment="center" valignment="top" width="0pt">
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 コマンド
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 出力
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 (
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $($
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 {
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $\{$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 [
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 \begin_inset Formula $[$
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772
5773 \backslash
5774 langle
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 \begin_inset Formula $\langle$
5784 \end_inset
5785
5786
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \backslash
5799 lceil
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 \begin_inset Formula $\lceil$
5809 \end_inset
5810
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 </row>
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822
5823 \backslash
5824 lfloor
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 \begin_inset Formula $\lfloor$
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 </row>
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 /
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 \begin_inset Formula $/$
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 \begin_inset Formula $|$
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $|$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 </lyxtabular>
5892
5893 \end_inset
5894
5895
5896 \begin_inset space \hfill{}
5897 \end_inset
5898
5899
5900 \begin_inset Tabular
5901 <lyxtabular version="3" rows="9" columns="2">
5902 <features>
5903 <column alignment="center" valignment="top" width="0pt">
5904 <column alignment="center" valignment="top" width="0pt">
5905 <row>
5906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 コマンド
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 出力
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 </row>
5925 <row>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 )
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $)$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 }
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 \begin_inset Formula $\}$
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 ]
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $]$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999
6000 \backslash
6001 rangle
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $\rangle$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024
6025 \backslash
6026 rceil
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 \begin_inset Formula $\rceil$
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049
6050 \backslash
6051 rfloor
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 \begin_inset Formula $\rfloor$
6061 \end_inset
6062
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 </row>
6069 <row>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074
6075 \backslash
6076
6077 \backslash
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 \begin_inset Formula $\backslash$
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 </row>
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101
6102 \backslash
6103
6104 \begin_inset Formula $|$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 \begin_inset Formula $\|$
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 </lyxtabular>
6126
6127 \end_inset
6128
6129
6130 \begin_inset space \hfill{}
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \begin_inset Note Greyedout
6138 status open
6139
6140 \begin_layout Plain Layout
6141
6142 \series bold
6143 (注意)
6144 \series default
6145 TeXモードでは、
6146 \backslash
6147
6148 \backslash
6149 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6150 \series bold
6151
6152 \backslash
6153 textbackslash
6154 \series default
6155
6156 \begin_inset Index
6157 status collapsed
6158
6159 \begin_layout Plain Layout
6160 こまんど@コマンド! T ! 
6161 \backslash
6162 textbackslash
6163 \end_layout
6164
6165 \end_inset
6166
6167 を使わなくてはなりません。
6168 \end_layout
6169
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \begin_layout Standard
6176 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6177 \series bold
6178
6179 \backslash
6180 langle
6181 \series default
6182
6183 \series bold
6184
6185 \backslash
6186 rangle
6187 \series default
6188 コマンドを使用せずに
6189 \begin_inset Formula $<$
6190 \end_inset
6191
6192
6193 \begin_inset Formula $>$
6194 \end_inset
6195
6196 の文字を直接使用することができます。
6197 \end_layout
6198
6199 \begin_layout Subsubsection
6200 手動の括弧丈
6201 \begin_inset CommandInset label
6202 LatexCommand label
6203 name "sub:手動の括弧丈"
6204
6205 \end_inset
6206
6207
6208 \begin_inset Index
6209 status collapsed
6210
6211 \begin_layout Plain Layout
6212 かっこたけ@括弧丈 ! しゅどう@手動
6213 \end_layout
6214
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \begin_layout Standard
6221 括弧の丈は、LaTeXコマンドの
6222 \series bold
6223
6224 \backslash
6225 big
6226 \series default
6227
6228 \begin_inset Index
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 こまんど@コマンド ! B ! 
6233 \backslash
6234 big
6235 \end_layout
6236
6237 \end_inset
6238
6239
6240 \series bold
6241
6242 \backslash
6243 Big
6244 \series default
6245
6246 \series bold
6247
6248 \backslash
6249 bigg
6250 \series default
6251 および
6252 \series bold
6253
6254 \backslash
6255 Bigg
6256 \series default
6257 を使って、手動で指定することができます。
6258 \series bold
6259
6260 \backslash
6261 big
6262 \series default
6263 が最小の大きさであり、
6264 \series bold
6265
6266 \backslash
6267 Bigg
6268 \series default
6269 が最大の括弧丈になります。
6270 \end_layout
6271
6272 \begin_layout Standard
6273 これらのコマンドは、括弧の階層を強調するのに使われます。
6274 \end_layout
6275
6276 \begin_layout Standard
6277 \align center
6278 \begin_inset Tabular
6279 <lyxtabular version="3" rows="2" columns="2">
6280 <features>
6281 <column alignment="center" valignment="top" width="0pt">
6282 <column alignment="center" valignment="top" width="0pt">
6283 <row>
6284 <cell alignment="center" valignment="top" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 すべての括弧が同じ大きさ:
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 こちらの方が良い:
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 </lyxtabular>
6330
6331 \end_inset
6332
6333
6334 \begin_inset Note Note
6335 status collapsed
6336
6337 \begin_layout Plain Layout
6338 ここで
6339 \series bold
6340
6341 \backslash
6342 raisebox
6343 \series default
6344 はスペーサーとして使用しているだけです。
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \begin_layout Standard
6353 二つ目の数式では、
6354 \series bold
6355
6356 \backslash
6357 Big((A+B)(A-B)
6358 \backslash
6359 Big)^
6360 \begin_inset ERT
6361 status collapsed
6362
6363 \begin_layout Plain Layout
6364
6365
6366 \backslash
6367 spce 
6368 \end_layout
6369
6370 \end_inset
6371
6372 C
6373 \series default
6374 というコマンドが使われています。
6375 \end_layout
6376
6377 \begin_layout Standard
6378 以下は、すべての括弧丈の羅列です。
6379 \end_layout
6380
6381 \begin_layout Standard
6382 \align center
6383
6384 \backslash
6385 Bigg(
6386 \backslash
6387 exp
6388 \backslash
6389 bigg
6390 \begin_inset Formula $<$
6391 \end_inset
6392
6393
6394 \backslash
6395 Big[
6396 \backslash
6397 big{
6398 \backslash
6399 ln(3x)
6400 \backslash
6401 big}^2
6402 \begin_inset ERT
6403 status collapsed
6404
6405 \begin_layout Plain Layout
6406
6407
6408 \backslash
6409 spce 
6410 \end_layout
6411
6412 \end_inset
6413
6414
6415 \backslash
6416 sin(x)
6417 \backslash
6418 Big]^
6419 \begin_inset ERT
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423
6424
6425 \backslash
6426 spce 
6427 \end_layout
6428
6429 \end_inset
6430
6431 A
6432 \begin_inset ERT
6433 status collapsed
6434
6435 \begin_layout Plain Layout
6436
6437
6438 \backslash
6439 spce 
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \backslash
6446 bigg
6447 \begin_inset Formula $>$
6448 \end_inset
6449
6450
6451 \backslash
6452 Bigg)^0,5
6453 \end_layout
6454
6455 \begin_layout Standard
6456 \align center
6457 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \begin_layout Standard
6464
6465 \series bold
6466
6467 \backslash
6468 big
6469 \series default
6470 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6471 \series bold
6472
6473 \backslash
6474 bigm
6475 \series default
6476
6477 \begin_inset Index
6478 status collapsed
6479
6480 \begin_layout Plain Layout
6481 こまんど@コマンド ! B ! 
6482 \backslash
6483 bigm
6484 \end_layout
6485
6486 \end_inset
6487
6488 という派生型と、空白を追加しない
6489 \series bold
6490
6491 \backslash
6492 bigl
6493 \series default
6494 -
6495 \series bold
6496
6497 \backslash
6498 bigr
6499 \series default
6500
6501 \begin_inset Index
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505 こまんど@コマンド ! B ! 
6506 \backslash
6507 bigl - 
6508 \backslash
6509 bigr
6510 \end_layout
6511
6512 \end_inset
6513
6514 派生型があります。
6515 \series bold
6516
6517 \backslash
6518 bigl
6519 \series default
6520 コマンドの最後の
6521 \emph on
6522 l
6523 \emph default
6524 は、左括弧であることを示し、右括弧の場合には、
6525 \emph on
6526 l
6527 \emph default
6528 の代わりに
6529 \emph on
6530 r
6531 \emph default
6532 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6533 \end_layout
6534
6535 \begin_layout Standard
6536 以下の表は、これらの派生型の比較です。
6537 \end_layout
6538
6539 \begin_layout Standard
6540 \align center
6541 \begin_inset Tabular
6542 <lyxtabular version="3" rows="5" columns="2">
6543 <features>
6544 <column alignment="center" valignment="middle" width="0">
6545 <column alignment="center" valignment="middle" width="0">
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 コマンド
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 出力
6561 \begin_inset Note Note
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565 ここで
6566 \series bold
6567
6568 \backslash
6569 raisebox
6570 \series default
6571 はスペーサーとして使用しているだけです。
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587
6588 \backslash
6589 Bigm(
6590 \backslash
6591 bigm(
6592 \backslash
6593 ln(3x)
6594 \backslash
6595 bigm)^2
6596 \series bold
6597
6598 \begin_inset ERT
6599 status collapsed
6600
6601 \begin_layout Plain Layout
6602
6603
6604 \backslash
6605 spce 
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \series default
6612
6613 \backslash
6614 Bigm)
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 </row>
6632 <row>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \backslash
6639 Big(
6640 \backslash
6641 big(
6642 \backslash
6643 ln(3x)
6644 \backslash
6645 big)^2
6646 \series bold
6647
6648 \begin_inset ERT
6649 status collapsed
6650
6651 \begin_layout Plain Layout
6652
6653
6654 \backslash
6655 spce 
6656 \end_layout
6657
6658 \end_inset
6659
6660
6661 \series default
6662
6663 \backslash
6664 Big)
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6674 \end_inset
6675
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 </row>
6682 <row>
6683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687
6688 \backslash
6689 Bigl(
6690 \backslash
6691 bigl(
6692 \backslash
6693 ln(3x)
6694 \backslash
6695 bigr)^2
6696 \series bold
6697
6698 \begin_inset ERT
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702
6703
6704 \backslash
6705 spce 
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \series default
6712
6713 \backslash
6714 Bigr)
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 </row>
6732 <row>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737
6738 \backslash
6739 bigl)
6740 \backslash
6741 ln(3x)
6742 \backslash
6743 bigr(
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6753 \end_inset
6754
6755
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 </row>
6761 </lyxtabular>
6762
6763 \end_inset
6764
6765
6766 \end_layout
6767
6768 \begin_layout Subsubsection
6769 自動の括弧丈
6770 \begin_inset CommandInset label
6771 LatexCommand label
6772 name "sub:自動の括弧丈"
6773
6774 \end_inset
6775
6776
6777 \begin_inset Index
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781 かっこたけ@括弧丈 ! じどう@自動
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \begin_layout Standard
6790 可変の丈を持つ括弧は、
6791 \series bold
6792
6793 \backslash
6794 left
6795 \series default
6796
6797 \begin_inset Index
6798 status collapsed
6799
6800 \begin_layout Plain Layout
6801 こまんど@コマンド ! L ! 
6802 \backslash
6803 left
6804 \end_layout
6805
6806 \end_inset
6807
6808 コマンドおよび
6809 \series bold
6810
6811 \backslash
6812 right
6813 \series default
6814
6815 \begin_inset Index
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819 こまんど@コマンド ! R ! 
6820 \backslash
6821 right
6822 \end_layout
6823
6824 \end_inset
6825
6826 コマンド、あるいは数式ツールバーボタンの
6827 \begin_inset Graphics
6828         filename ../../images/dialog-show_mathdelimiter.png
6829         scale 85
6830
6831 \end_inset
6832
6833 で挿入することができます。
6834 \series bold
6835
6836 \backslash
6837 left
6838 \series default
6839 および
6840 \series bold
6841
6842 \backslash
6843 right
6844 \series default
6845 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6846 \end_layout
6847
6848 \begin_layout Standard
6849 \align center
6850 通常の括弧:
6851 \series bold
6852
6853 \backslash
6854 ln(
6855 \backslash
6856 frac
6857 \begin_inset ERT
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861
6862
6863 \backslash
6864 spce 
6865 \end_layout
6866
6867 \end_inset
6868
6869 A
6870 \begin_inset Formula $\downarrow$
6871 \end_inset
6872
6873 C
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 spce 
6882 \end_layout
6883
6884 \end_inset
6885
6886 )
6887 \series default
6888 というコマンドは
6889 \begin_inset Formula \[
6890 \ln(\frac{A}{C})\]
6891
6892 \end_inset
6893
6894 を生成します。
6895 \end_layout
6896
6897 \begin_layout Standard
6898 \align center
6899 複数行の括弧:
6900 \series bold
6901
6902 \backslash
6903 ln
6904 \backslash
6905 left(
6906 \backslash
6907 frac
6908 \begin_inset ERT
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912
6913
6914 \backslash
6915 spce 
6916 \end_layout
6917
6918 \end_inset
6919
6920 A
6921 \begin_inset Formula $\downarrow$
6922 \end_inset
6923
6924 C
6925 \begin_inset ERT
6926 status collapsed
6927
6928 \begin_layout Plain Layout
6929
6930
6931 \backslash
6932 spce 
6933 \end_layout
6934
6935 \end_inset
6936
6937
6938 \backslash
6939 right)
6940 \series default
6941 というコマンドは
6942 \begin_inset Formula \[
6943 \ln\left(\frac{A}{C}\right)\]
6944
6945 \end_inset
6946
6947 を生成します。
6948 \end_layout
6949
6950 \begin_layout Standard
6951
6952 \series bold
6953
6954 \backslash
6955 left
6956 \series default
6957
6958 \series bold
6959
6960 \backslash
6961 right
6962 \series default
6963 の代わりに、短絡キー
6964 \family sans
6965 Alt+M
6966 \begin_inset space ~
6967 \end_inset
6968
6969 括弧
6970 \family default
6971 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6972 \begin_inset Newline newline
6973 \end_inset
6974
6975 すると、先ほどの例を作るコマンドは
6976 \series bold
6977
6978 \backslash
6979 ln Alt+M
6980 \series default
6981  
6982 \series bold
6983 (
6984 \backslash
6985 frac
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991
6992 \backslash
6993 spce 
6994 \end_layout
6995
6996 \end_inset
6997
6998 A
6999 \begin_inset Formula $\downarrow$
7000 \end_inset
7001
7002 C
7003 \series default
7004 となります。
7005 \end_layout
7006
7007 \begin_layout Standard
7008 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7009 \series bold
7010
7011 \backslash
7012 left.
7013 \backslash
7014 frac
7015 \begin_inset ERT
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019
7020
7021 \backslash
7022 spce 
7023 \end_layout
7024
7025 \end_inset
7026
7027 A
7028 \begin_inset Formula $\downarrow$
7029 \end_inset
7030
7031 B
7032 \begin_inset ERT
7033 status collapsed
7034
7035 \begin_layout Plain Layout
7036
7037
7038 \backslash
7039 spce 
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \backslash
7046 right}
7047 \series default
7048 というコマンドは
7049 \series bold
7050
7051 \begin_inset Formula \[
7052 \left.\frac{A}{B}\right\} \]
7053
7054 \end_inset
7055
7056 を生成します。
7057 \backslash
7058 left
7059 \series default
7060 コマンドおよび
7061 \series bold
7062
7063 \backslash
7064 right
7065 \series default
7066 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7067 \end_layout
7068
7069 \begin_layout Standard
7070 \begin_inset VSpace bigskip
7071 \end_inset
7072
7073 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7074 \series bold
7075
7076 \backslash
7077 middle
7078 \series default
7079
7080 \begin_inset Index
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084 こまんど@コマンド ! M ! 
7085 \backslash
7086 middle
7087 \end_layout
7088
7089 \end_inset
7090
7091 コマンドも使用することができます
7092 \begin_inset Foot
7093 status collapsed
7094
7095 \begin_layout Plain Layout
7096
7097 \series bold
7098 (訳註)
7099 \series default
7100 pLaTeXでは、標準では
7101 \series bold
7102
7103 \backslash
7104 middle
7105 \series default
7106 コマンドは使えません。よって、以下の例では「
7107 \series bold
7108
7109 \backslash
7110 middle
7111 \series default
7112
7113 \begin_inset Formula $|$
7114 \end_inset
7115
7116 」の代わりに「
7117 \series bold
7118
7119 \backslash
7120 biggm
7121 \series default
7122
7123 \begin_inset Formula $|$
7124 \end_inset
7125
7126 」を用いています。
7127 \end_layout
7128
7129 \end_inset
7130
7131 。このコマンドでは、物理ベクトル
7132 \begin_inset Formula \[
7133 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7134
7135 \end_inset
7136
7137 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7138 \begin_inset CommandInset ref
7139 LatexCommand ref
7140 reference "sub:物理ベクトル"
7141
7142 \end_inset
7143
7144 節に説明されているように特殊なLaTeXパッケージがあります。
7145 \end_layout
7146
7147 \begin_layout Subsection
7148 水平括弧
7149 \begin_inset Index
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153 かっこ@括弧 ! すいへい@水平
7154 \end_layout
7155
7156 \end_inset
7157
7158
7159 \end_layout
7160
7161 \begin_layout Standard
7162 \align center
7163 \begin_inset Tabular
7164 <lyxtabular version="3" rows="4" columns="2">
7165 <features>
7166 <column alignment="center" valignment="top" width="0pt">
7167 <column alignment="center" valignment="top" width="0pt">
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 コマンド
7174 \begin_inset Note Note
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178 ここで
7179 \series bold
7180
7181 \backslash
7182 raisebox
7183 \series default
7184 はスペーサーとして使用しているだけです。
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 出力
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214
7215 \backslash
7216 raisebox{2.3mm}{
7217 \end_layout
7218
7219 \end_inset
7220
7221
7222 \backslash
7223 overbrace
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229
7230 \backslash
7231 spce 
7232 \end_layout
7233
7234 \end_inset
7235
7236 A+B
7237 \begin_inset ERT
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242
7243 \backslash
7244 spce 
7245 \end_layout
7246
7247 \end_inset
7248
7249 ^
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 spce 
7258 \end_layout
7259
7260 \end_inset
7261
7262 3
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268 }
7269 \end_layout
7270
7271 \end_inset
7272
7273
7274 \begin_inset Index
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278 こまんど@コマンド ! O ! 
7279 \backslash
7280 overbrace
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 \begin_inset Formula $\overbrace{A+B}^{3}$
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 \begin_inset ERT
7309 status collapsed
7310
7311 \begin_layout Plain Layout
7312
7313
7314 \backslash
7315 raisebox{-2.2mm}{
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \backslash
7322 underbrace
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 spce 
7331 \end_layout
7332
7333 \end_inset
7334
7335 A+B
7336 \begin_inset ERT
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 spce 
7344 \end_layout
7345
7346 \end_inset
7347
7348 _5
7349 \begin_inset ERT
7350 status collapsed
7351
7352 \begin_layout Plain Layout
7353
7354 }
7355 \end_layout
7356
7357 \end_inset
7358
7359
7360 \begin_inset Index
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364 こまんど@コマンド ! U ! 
7365 \backslash
7366 underbrace
7367 \end_layout
7368
7369 \end_inset
7370
7371
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380 \begin_inset Formula $\underbrace{A+B}_{5}$
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394
7395 \backslash
7396 overbrace
7397 \begin_inset ERT
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401
7402
7403 \backslash
7404 spce 
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \backslash
7411 underbrace
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417
7418 \backslash
7419 spce 
7420 \end_layout
7421
7422 \end_inset
7423
7424 A+B_w
7425 \begin_inset ERT
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429
7430
7431 \backslash
7432 spce 
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \begin_inset ERT
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442
7443
7444 \backslash
7445 spce 
7446 \end_layout
7447
7448 \end_inset
7449
7450 _7
7451 \begin_inset ERT
7452 status collapsed
7453
7454 \begin_layout Plain Layout
7455
7456
7457 \backslash
7458 spce 
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 spce 
7472 \end_layout
7473
7474 \end_inset
7475
7476 ^
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 spce 
7485 \end_layout
7486
7487 \end_inset
7488
7489 C
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7499 \end_inset
7500
7501
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 </lyxtabular>
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Standard
7515 最後の例では、
7516 \series bold
7517
7518 \backslash
7519 overbrace
7520 \series default
7521 が先に挿入されようが
7522 \series bold
7523
7524 \backslash
7525 underbrace
7526 \series default
7527 が先に挿入されようが代わりはありません。
7528 \end_layout
7529
7530 \begin_layout Standard
7531 \begin_inset VSpace bigskip
7532 \end_inset
7533
7534 括弧をお互いに重ねる必要がある場合には、第
7535 \begin_inset CommandInset ref
7536 LatexCommand ref
7537 reference "sec:多行数式"
7538
7539 \end_inset
7540
7541 節に説明されているように、次のような多行数式を使わなくてはなりません。
7542 \begin_inset Formula \begin{eqnarray*}
7543 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7544  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7545
7546 \end_inset
7547
7548 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7549 \begin_inset Foot
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553 空白コマンドは第
7554 \begin_inset CommandInset ref
7555 LatexCommand ref
7556 reference "sub:定義済みの空白"
7557
7558 \end_inset
7559
7560 章に説明があります。
7561 \end_layout
7562
7563 \end_inset
7564
7565
7566 \series bold
7567
7568 \backslash
7569 :
7570 \series default
7571 を最初の
7572 \begin_inset Formula $d$
7573 \end_inset
7574
7575 の前に挿入しておくことが重要です。さもないと、
7576 \begin_inset Formula $q$
7577 \end_inset
7578
7579 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7580 \begin_inset Foot
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584 これは、括弧が文字として取り扱われないためです。第
7585 \begin_inset CommandInset ref
7586 LatexCommand ref
7587 reference "sub:二項演算子"
7588
7589 \end_inset
7590
7591 章参照。
7592 \end_layout
7593
7594 \end_inset
7595
7596 ためです。二行目には、二つめの括弧が挿入されています。
7597 \begin_inset Formula $b$
7598 \end_inset
7599
7600 の直前から始まるようにするために、まず
7601 \series bold
7602
7603 \backslash
7604 hphantom{gggg+
7605 \backslash
7606 :}
7607 \series default
7608 というコマンド
7609 \begin_inset Foot
7610 status collapsed
7611
7612 \begin_layout Plain Layout
7613
7614 \series bold
7615
7616 \backslash
7617 hphantom
7618 \series default
7619 に関する詳細は、第
7620 \begin_inset CommandInset ref
7621 LatexCommand ref
7622 reference "sub:空打ち文字"
7623
7624 \end_inset
7625
7626 章を参照してください。
7627 \end_layout
7628
7629 \end_inset
7630
7631 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7632 \series bold
7633
7634 \backslash
7635 hphantom{bbqq+dddd}
7636 \series default
7637 コマンドの下に置きます。
7638 \end_layout
7639
7640 \begin_layout Standard
7641 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7642 \begin_inset ERT
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646
7647
7648 \backslash
7649 setlength{
7650 \backslash
7651 jot}{-6pt}
7652 \end_layout
7653
7654 \end_inset
7655
7656
7657 \begin_inset Formula \begin{eqnarray*}
7658  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7659 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7660
7661 \end_inset
7662
7663
7664 \begin_inset ERT
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668
7669
7670 \backslash
7671 setlength{
7672 \backslash
7673 jot}{3pt}
7674 \end_layout
7675
7676 \end_inset
7677
7678 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7679 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7680 \begin_inset Foot
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684 \begin_inset CommandInset href
7685 LatexCommand href
7686 name "LyX-bug #1505"
7687 target "http://www.lyx.org/trac/ticket/1505"
7688
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \end_inset
7695
7696 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7697 \series bold
7698 setlength{
7699 \backslash
7700 jot}{-6pt}
7701 \series default
7702 というコマンドを入れて、大域的な数式行間
7703 \series bold
7704
7705 \backslash
7706 jot
7707 \series default
7708
7709 \begin_inset Index
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 こまんど@コマンド ! J ! 
7714 \backslash
7715 jot
7716 \end_layout
7717
7718 \end_inset
7719
7720 を-6
7721 \begin_inset space \thinspace{}
7722 \end_inset
7723
7724 ptに変更しなくてはなりません。
7725 \series bold
7726
7727 \backslash
7728 jot
7729 \series default
7730 は、数式直後に同様のコマンドを使って標準値の3
7731 \begin_inset space \thinspace{}
7732 \end_inset
7733
7734 ptに戻します。数式中の行間について、詳しくは第
7735 \begin_inset CommandInset ref
7736 LatexCommand ref
7737 reference "sub:行間"
7738
7739 \end_inset
7740
7741 章に説明があります。
7742 \end_layout
7743
7744 \begin_layout Section
7745 矢印
7746 \begin_inset Index
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750 やじるし@矢印
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \begin_layout Standard
7759 矢印は、数式ツールバーボタンの
7760 \begin_inset Graphics
7761         filename ../../images/math/leftarrow.png
7762         scale 85
7763
7764 \end_inset
7765
7766 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7767 \end_layout
7768
7769 \begin_layout Standard
7770 \begin_inset Newpage newpage
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \begin_layout Subsection
7777 水平矢印
7778 \begin_inset Index
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 やじるし@矢印 ! すいへい@水平
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \begin_layout Standard
7791 \begin_inset space \hfill{}
7792 \end_inset
7793
7794
7795 \begin_inset Tabular
7796 <lyxtabular version="3" rows="8" columns="2">
7797 <features>
7798 <column alignment="center" valignment="top" width="0pt">
7799 <column alignment="center" valignment="top" width="0pt">
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 コマンド
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 出力
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \backslash
7827 gets
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 \begin_inset Formula $\gets$
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \backslash
7852 Leftarrow
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 \begin_inset Formula $\Leftarrow$
7862 \end_inset
7863
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 longleftarrow
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\longleftarrow$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 Longleftarrow
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\Longleftarrow$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 leftharpoonup
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\leftharpoonup$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 leftharpoondown
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\leftharpoondown$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 hookleftarrow
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\hookleftarrow$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 </lyxtabular>
7996
7997 \end_inset
7998
7999
8000 \begin_inset space \hfill{}
8001 \end_inset
8002
8003
8004 \begin_inset Tabular
8005 <lyxtabular version="3" rows="8" columns="2">
8006 <features>
8007 <column alignment="center" valignment="top" width="0pt">
8008 <column alignment="center" valignment="top" width="0pt">
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 コマンド
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 出力
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 to
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\to$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 Rightarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\Rightarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 longrightarrow
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\longrightarrow$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 Longrightarrow
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\Longrightarrow$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 rightharpoonup
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\rightharpoonup$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 rightharpoondown
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\rightharpoondown$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 hookrightarrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\hookrightarrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 </lyxtabular>
8205
8206 \end_inset
8207
8208
8209 \begin_inset space \hfill{}
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset space \hfill{}
8217 \end_inset
8218
8219
8220 \begin_inset Tabular
8221 <lyxtabular version="3" rows="6" columns="2">
8222 <features>
8223 <column alignment="center" valignment="top" width="0pt">
8224 <column alignment="center" valignment="top" width="0pt">
8225 <row>
8226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 コマンド
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 出力
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 leftrightarrow
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\leftrightarrow$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 Leftrightarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\Leftrightarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 longleftrightarrow
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\longleftrightarrow$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \backslash
8327 Longleftrightarrow
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 \begin_inset Formula $\Longleftrightarrow$
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \backslash
8352 rightleftharpoons
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\rightleftharpoons$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 </lyxtabular>
8371
8372 \end_inset
8373
8374
8375 \begin_inset space \hspace{}
8376 \length 25pt
8377 \end_inset
8378
8379
8380 \begin_inset space \hfill{}
8381 \end_inset
8382
8383
8384 \begin_inset Tabular
8385 <lyxtabular version="3" rows="5" columns="2">
8386 <features>
8387 <column alignment="center" valignment="top" width="0pt">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <row>
8390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 コマンド
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 出力
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \backslash
8416 mapsto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 \begin_inset Formula $\mapsto$
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 longmapsto
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\longmapsto$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 leadsto
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\leadsto$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 dasharrow
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\dasharrow$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 </lyxtabular>
8510
8511 \end_inset
8512
8513
8514 \begin_inset space \hfill{}
8515 \end_inset
8516
8517
8518 \end_layout
8519
8520 \begin_layout Standard
8521 \begin_inset VSpace medskip
8522 \end_inset
8523
8524 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8525 \begin_inset CommandInset ref
8526 LatexCommand ref
8527 reference "sec:アクセント"
8528
8529 \end_inset
8530
8531 節に一覧があります。
8532 \end_layout
8533
8534 \begin_layout Standard
8535 \begin_inset VSpace bigskip
8536 \end_inset
8537
8538 さらに、ラベル付き矢印
8539 \begin_inset Index
8540 status collapsed
8541
8542 \begin_layout Plain Layout
8543 やじるし@矢印 ! らべるつき@ラベル付き
8544 \end_layout
8545
8546 \end_inset
8547
8548 として、
8549 \series bold
8550
8551 \backslash
8552 xleftarrow
8553 \series default
8554
8555 \begin_inset Index
8556 status collapsed
8557
8558 \begin_layout Plain Layout
8559 こまんど@コマンド ! X ! 
8560 \backslash
8561 xleftarrow
8562 \end_layout
8563
8564 \end_inset
8565
8566
8567 \series bold
8568
8569 \backslash
8570 xrightarrow
8571 \series default
8572
8573 \begin_inset Index
8574 status collapsed
8575
8576 \begin_layout Plain Layout
8577 こまんど@コマンド ! X ! 
8578 \backslash
8579 xrightarrow
8580 \begin_inset ERT
8581 status collapsed
8582
8583 \begin_layout Plain Layout
8584
8585
8586 \backslash
8587 vspace{4mm}
8588 \end_layout
8589
8590 \end_inset
8591
8592
8593 \end_layout
8594
8595 \end_inset
8596
8597 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8598 ます。
8599 \end_layout
8600
8601 \begin_layout Standard
8602 \align center
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="3" columns="2">
8605 <features>
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 コマンド
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 出力
8623 \begin_inset Note Note
8624 status collapsed
8625
8626 \begin_layout Plain Layout
8627 ここで
8628 \series bold
8629
8630 \backslash
8631 raisebox
8632 \series default
8633 はスペーサーとして使用しているだけです。
8634 \end_layout
8635
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 F(a)
8650 \backslash
8651 xleftarrow
8652 \begin_inset ERT
8653 status collapsed
8654
8655 \begin_layout Plain Layout
8656
8657
8658 \backslash
8659 spce 
8660 \end_layout
8661
8662 \end_inset
8663
8664 x=a
8665 \begin_inset Formula $\downarrow$
8666 \end_inset
8667
8668 x
8669 \begin_inset Formula $>$
8670 \end_inset
8671
8672 0
8673 \begin_inset Formula $\to$
8674 \end_inset
8675
8676 F(x)
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8686 \end_inset
8687
8688
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 F(x)
8700 \backslash
8701 xrightarrow
8702 \begin_inset ERT
8703 status collapsed
8704
8705 \begin_layout Plain Layout
8706
8707
8708 \backslash
8709 spce 
8710 \end_layout
8711
8712 \end_inset
8713
8714 x=a
8715 \begin_inset Formula $\downarrow$
8716 \end_inset
8717
8718 x
8719 \begin_inset Formula $>$
8720 \end_inset
8721
8722 0
8723 \begin_inset Formula $\to$
8724 \end_inset
8725
8726 F(a)
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 </lyxtabular>
8745
8746 \end_inset
8747
8748
8749 \end_layout
8750
8751 \begin_layout Subsection
8752 垂直矢印および対角矢印
8753 \begin_inset Index
8754 status collapsed
8755
8756 \begin_layout Plain Layout
8757 やじるし@矢印 ! たいかく@対角
8758 \end_layout
8759
8760 \end_inset
8761
8762
8763 \begin_inset Index
8764 status collapsed
8765
8766 \begin_layout Plain Layout
8767 やじるし@矢印 ! すいちょく@垂直
8768 \end_layout
8769
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \begin_layout Standard
8776 \begin_inset space \hfill{}
8777 \end_inset
8778
8779
8780 \begin_inset Tabular
8781 <lyxtabular version="3" rows="7" columns="2">
8782 <features>
8783 <column alignment="center" valignment="top" width="0pt">
8784 <column alignment="center" valignment="top" width="0pt">
8785 <row>
8786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 コマンド
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 出力
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \backslash
8812 uparrow
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 \begin_inset Formula $\uparrow$
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \backslash
8837 Uparrow
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 \begin_inset Formula $\Uparrow$
8847 \end_inset
8848
8849
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \backslash
8862 updownarrow
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 \begin_inset Formula $\updownarrow$
8872 \end_inset
8873
8874
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \backslash
8887 Updownarrow
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 \begin_inset Formula $\Updownarrow$
8897 \end_inset
8898
8899
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \backslash
8912 Downarrow
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 \begin_inset Formula $\Downarrow$
8922 \end_inset
8923
8924
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \backslash
8937 downarrow
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 \begin_inset Formula $\downarrow$
8947 \end_inset
8948
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 </lyxtabular>
8956
8957 \end_inset
8958
8959
8960 \begin_inset space \hfill{}
8961 \end_inset
8962
8963
8964 \begin_inset Tabular
8965 <lyxtabular version="3" rows="5" columns="2">
8966 <features>
8967 <column alignment="center" valignment="top" width="0pt">
8968 <column alignment="center" valignment="top" width="0pt">
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 コマンド
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 出力
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \backslash
8996 nearrow
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\nearrow$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \backslash
9021 searrow
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\searrow$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \backslash
9046 swarrow
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 \begin_inset Formula $\swarrow$
9056 \end_inset
9057
9058
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \backslash
9071 nwarrow
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 \begin_inset Formula $\nwarrow$
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 </lyxtabular>
9090
9091 \end_inset
9092
9093
9094 \begin_inset space \hfill{}
9095 \end_inset
9096
9097
9098 \end_layout
9099
9100 \begin_layout Standard
9101 \begin_inset VSpace medskip
9102 \end_inset
9103
9104 垂直矢印は、第
9105 \begin_inset CommandInset ref
9106 LatexCommand ref
9107 reference "sub:手動の括弧丈"
9108
9109 \end_inset
9110
9111 節および第
9112 \begin_inset CommandInset ref
9113 LatexCommand ref
9114 reference "sub:自動の括弧丈"
9115
9116 \end_inset
9117
9118 節に述べられているコマンドを使うと、区分記号として使用することもできます。
9119 \end_layout
9120
9121 \begin_layout Standard
9122 \begin_inset Newpage newpage
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \begin_layout Section
9129 アクセント
9130 \begin_inset CommandInset label
9131 LatexCommand label
9132 name "sec:アクセント"
9133
9134 \end_inset
9135
9136
9137 \begin_inset Index
9138 status collapsed
9139
9140 \begin_layout Plain Layout
9141 あくせんと@アクセント
9142 \end_layout
9143
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 アクセントは、数式ツールバーボタンの
9151 \begin_inset Graphics
9152         filename ../../images/math/hat.png
9153         scale 85
9154
9155 \end_inset
9156
9157 か、以下の各小節に列挙してあるコマンドで入力することができます。
9158 \end_layout
9159
9160 \begin_layout Subsection
9161 一文字に付けるアクセント
9162 \begin_inset ERT
9163 status collapsed
9164
9165 \begin_layout Plain Layout
9166
9167
9168 \backslash
9169 texorpdfstring{
9170 \end_layout
9171
9172 \end_inset
9173
9174
9175 \begin_inset Foot
9176 status collapsed
9177
9178 \begin_layout Plain Layout
9179 本文中のアクセントについては、第
9180 \begin_inset CommandInset ref
9181 LatexCommand ref
9182 reference "sub:文章中のアクセント"
9183
9184 \end_inset
9185
9186 節を参照。
9187 \end_layout
9188
9189 \end_inset
9190
9191
9192 \begin_inset ERT
9193 status collapsed
9194
9195 \begin_layout Plain Layout
9196
9197 }{}
9198 \end_layout
9199
9200 \end_inset
9201
9202
9203 \begin_inset Note Note
9204 status collapsed
9205
9206 \begin_layout Plain Layout
9207
9208 \backslash
9209 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
9210 \end_layout
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 texorpdfstringについての詳細は、第
9216 \begin_inset CommandInset ref
9217 LatexCommand ref
9218 reference "sub:節見出し中の数式"
9219
9220 \end_inset
9221
9222 節にあります。
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \begin_inset CommandInset label
9229 LatexCommand label
9230 name "sub:一文字に付けるアクセント"
9231
9232 \end_inset
9233
9234
9235 \begin_inset Index
9236 status collapsed
9237
9238 \begin_layout Plain Layout
9239 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9240 \end_layout
9241
9242 \end_inset
9243
9244
9245 \end_layout
9246
9247 \begin_layout Standard
9248 \begin_inset space \hfill{}
9249 \end_inset
9250
9251
9252 \begin_inset Tabular
9253 <lyxtabular version="3" rows="8" columns="2">
9254 <features>
9255 <column alignment="center" valignment="top" width="0pt">
9256 <column alignment="center" valignment="top" width="0pt">
9257 <row>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 コマンド
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 出力
9272 \begin_inset Note Note
9273 status collapsed
9274
9275 \begin_layout Plain Layout
9276 ここで
9277 \series bold
9278
9279 \backslash
9280 raisebox
9281 \series default
9282 はスペーサーとして使用しているだけです。
9283 \end_layout
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \backslash
9300 dot
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306
9307 \backslash
9308 spce 
9309 \end_layout
9310
9311 \end_inset
9312
9313 A
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \backslash
9338 ddot
9339 \begin_inset ERT
9340 status collapsed
9341
9342 \begin_layout Plain Layout
9343
9344
9345 \backslash
9346 spce 
9347 \end_layout
9348
9349 \end_inset
9350
9351 A
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \backslash
9376 dddot
9377 \begin_inset ERT
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381
9382
9383 \backslash
9384 spce 
9385 \end_layout
9386
9387 \end_inset
9388
9389 A
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \backslash
9414 ddddot{A
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \backslash
9439 vec
9440 \begin_inset ERT
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444
9445
9446 \backslash
9447 spce 
9448 \end_layout
9449
9450 \end_inset
9451
9452 A
9453 \begin_inset Index
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457
9458 \lang english
9459 Vectors
9460 \end_layout
9461
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 bar
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 mathring
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533
9534 \backslash
9535 spce 
9536 \end_layout
9537
9538 \end_inset
9539
9540 A
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 </lyxtabular>
9559
9560 \end_inset
9561
9562
9563 \begin_inset space \hfill{}
9564 \end_inset
9565
9566
9567 \begin_inset Tabular
9568 <lyxtabular version="3" rows="7" columns="2">
9569 <features>
9570 <column alignment="center" valignment="top" width="0pt">
9571 <column alignment="center" valignment="top" width="0pt">
9572 <row>
9573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 コマンド
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 出力
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 tilde
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 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 hat
9638 \begin_inset ERT
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642
9643
9644 \backslash
9645 spce 
9646 \end_layout
9647
9648 \end_inset
9649
9650 A
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row>
9669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \backslash
9675 check
9676 \begin_inset ERT
9677 status collapsed
9678
9679 \begin_layout Plain Layout
9680
9681
9682 \backslash
9683 spce 
9684 \end_layout
9685
9686 \end_inset
9687
9688 A
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row>
9707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \backslash
9713 acute
9714 \begin_inset ERT
9715 status collapsed
9716
9717 \begin_layout Plain Layout
9718
9719
9720 \backslash
9721 spce 
9722 \end_layout
9723
9724 \end_inset
9725
9726 A
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 </row>
9744 <row>
9745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \backslash
9751 grave
9752 \begin_inset ERT
9753 status collapsed
9754
9755 \begin_layout Plain Layout
9756
9757
9758 \backslash
9759 spce 
9760 \end_layout
9761
9762 \end_inset
9763
9764 A
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \backslash
9789 breve
9790 \begin_inset ERT
9791 status collapsed
9792
9793 \begin_layout Plain Layout
9794
9795
9796 \backslash
9797 spce 
9798 \end_layout
9799
9800 \end_inset
9801
9802 A
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 </lyxtabular>
9821
9822 \end_inset
9823
9824
9825 \begin_inset space \hfill{}
9826 \end_inset
9827
9828
9829 \end_layout
9830
9831 \begin_layout Standard
9832 \begin_inset VSpace bigskip
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 \begin_inset ERT
9840 status collapsed
9841
9842 \begin_layout Plain Layout
9843
9844
9845 \backslash
9846 '{e}
9847 \end_layout
9848
9849 \end_inset
9850
9851 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9852 \begin_inset Index
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 うむらうと@ウムラウト
9857 \end_layout
9858
9859 \end_inset
9860
9861 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9862 として取り扱います。
9863 \series bold
9864
9865 \backslash
9866 ddot
9867 \series default
9868 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9869 \end_layout
9870
9871 \begin_layout Standard
9872 \begin_inset VSpace -2mm
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \begin_layout Standard
9879 \align center
9880 \begin_inset Tabular
9881 <lyxtabular version="3" rows="3" columns="2">
9882 <features>
9883 <column alignment="center" valignment="top" width="0">
9884 <column alignment="center" valignment="top" width="0">
9885 <row>
9886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 コマンド
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 出力
9900 \begin_inset Note Note
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904 ここで
9905 \series bold
9906
9907 \backslash
9908 raisebox
9909 \series default
9910 および0ポイント空白はスペーサーとして使用しているだけです。
9911 \end_layout
9912
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 \begin_inset Quotes grd
9927 \end_inset
9928
9929 i
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \lang ngerman
9940 \begin_inset space \hspace{}
9941 \length 0pt
9942 \end_inset
9943
9944
9945 \begin_inset Formula $"i$
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \backslash
9961 ddot
9962 \begin_inset ERT
9963 status collapsed
9964
9965 \begin_layout Plain Layout
9966
9967
9968 \backslash
9969 spce 
9970 \end_layout
9971
9972 \end_inset
9973
9974 i
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 </lyxtabular>
9993
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \begin_layout Standard
10000
10001 \series bold
10002
10003 \backslash
10004 ddot
10005 \series default
10006 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10007 \emph on
10008 数式中テキストでは使用できない
10009 \emph default
10010 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10011 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10012 \end_layout
10013
10014 \begin_layout Standard
10015 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10016 \end_layout
10017
10018 \begin_layout Subsection
10019 演算子に付けるアクセント
10020 \begin_inset Index
10021 status collapsed
10022
10023 \begin_layout Plain Layout
10024 あくせんと@アクセント ! えんざんしにつける@演算子に付ける
10025 \end_layout
10026
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \begin_layout Standard
10033
10034 \series bold
10035
10036 \backslash
10037 overset
10038 \series default
10039
10040 \begin_inset Index
10041 status collapsed
10042
10043 \begin_layout Plain Layout
10044 こまんど@コマンド ! O ! 
10045 \backslash
10046 overset
10047 \end_layout
10048
10049 \end_inset
10050
10051 コマンドや
10052 \series bold
10053
10054 \backslash
10055 underset
10056 \series default
10057
10058 \begin_inset Index
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 こまんど@コマンド ! U ! 
10063 \backslash
10064 underset
10065 \end_layout
10066
10067 \end_inset
10068
10069 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
10070 \series bold
10071
10072 \backslash
10073 sideset
10074 \series default
10075
10076 \begin_inset Index
10077 status collapsed
10078
10079 \begin_layout Plain Layout
10080 こまんど@コマンド ! S ! 
10081 \backslash
10082 sideset
10083 \end_layout
10084
10085 \end_inset
10086
10087 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
10088 \end_layout
10089
10090 \begin_layout Standard
10091
10092 \series bold
10093
10094 \backslash
10095 sideset{前置文字}{後置文字}
10096 \end_layout
10097
10098 \begin_layout Standard
10099
10100 \series bold
10101
10102 \backslash
10103 sideset
10104 \series default
10105 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
10106 \series bold
10107
10108 \backslash
10109 sideset
10110 \series default
10111 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
10112 \end_layout
10113
10114 \begin_layout Standard
10115 たとえば、
10116 \series bold
10117
10118 \backslash
10119 sideset{
10120 \begin_inset Formula $\to$
10121 \end_inset
10122
10123
10124 \backslash
10125 {
10126 \series default
10127 '
10128 \series bold
10129
10130 \begin_inset Formula $\to$
10131 \end_inset
10132
10133
10134 \backslash
10135 sum_k=1
10136 \begin_inset ERT
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141
10142 \backslash
10143 spce 
10144 \end_layout
10145
10146 \end_inset
10147
10148
10149 \series default
10150 ^
10151 \series bold
10152 n
10153 \series default
10154 というコマンドを入力すると、
10155 \begin_inset Formula \[
10156 \sideset{}{'}\sum_{k=1}^{n}\]
10157
10158 \end_inset
10159
10160 のようになります。
10161 \end_layout
10162
10163 \begin_layout Standard
10164 また、
10165 \series bold
10166
10167 \backslash
10168 overset
10169 \begin_inset ERT
10170 status collapsed
10171
10172 \begin_layout Plain Layout
10173
10174
10175 \backslash
10176 spce 
10177 \end_layout
10178
10179 \end_inset
10180
10181
10182 \backslash
10183 maltese
10184 \begin_inset ERT
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188
10189
10190 \backslash
10191 spce 
10192 \end_layout
10193
10194 \end_inset
10195
10196
10197 \series default
10198
10199 \begin_inset Formula $\uparrow$
10200 \end_inset
10201
10202
10203 \series bold
10204 a
10205 \series default
10206 というコマンドならば、
10207 \begin_inset Formula \[
10208 \overset{a}{\maltese}\]
10209
10210 \end_inset
10211
10212 のようになります。最後の例からわかるように、
10213 \series bold
10214
10215 \backslash
10216 overset
10217 \series default
10218
10219 \series bold
10220
10221 \backslash
10222 underset
10223 \series default
10224 では、記号や文字にアクセントをつけることもできます。一方、
10225 \series bold
10226
10227 \backslash
10228 sideset
10229 \series default
10230 では、このようなことはできません。
10231 \end_layout
10232
10233 \begin_layout Subsection
10234 複数の文字に付けるアクセント
10235 \begin_inset Index
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10240 \end_layout
10241
10242 \end_inset
10243
10244
10245 \end_layout
10246
10247 \begin_layout Standard
10248 \begin_inset space \hfill{}
10249 \end_inset
10250
10251
10252 \begin_inset Tabular
10253 <lyxtabular version="3" rows="5" columns="2">
10254 <features>
10255 <column alignment="center" valignment="top" width="0pt">
10256 <column alignment="center" valignment="top" width="0pt">
10257 <row>
10258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 コマンド
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 出力
10272 \begin_inset Note Note
10273 status collapsed
10274
10275 \begin_layout Plain Layout
10276 ここで
10277 \series bold
10278
10279 \backslash
10280 raisebox
10281 \series default
10282 はスペーサーとして使用しているだけです。
10283 \end_layout
10284
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \backslash
10300 overleftarrow
10301 \begin_inset ERT
10302 status collapsed
10303
10304 \begin_layout Plain Layout
10305
10306
10307 \backslash
10308 spce 
10309 \end_layout
10310
10311 \end_inset
10312
10313 A=B
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10323 \end_inset
10324
10325
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \backslash
10338 underleftarrow
10339 \begin_inset ERT
10340 status collapsed
10341
10342 \begin_layout Plain Layout
10343
10344
10345 \backslash
10346 spce 
10347 \end_layout
10348
10349 \end_inset
10350
10351 A=B
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376 overleftrightarrow
10377 \begin_inset ERT
10378 status collapsed
10379
10380 \begin_layout Plain Layout
10381
10382
10383 \backslash
10384 spce 
10385 \end_layout
10386
10387 \end_inset
10388
10389 A=B
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10399 \end_inset
10400
10401
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \backslash
10414 underleftrightarrow
10415 \begin_inset ERT
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419
10420
10421 \backslash
10422 spce 
10423 \end_layout
10424
10425 \end_inset
10426
10427 A=B
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 </lyxtabular>
10446
10447 \end_inset
10448
10449
10450 \begin_inset space \hfill{}
10451 \end_inset
10452
10453
10454 \begin_inset Tabular
10455 <lyxtabular version="3" rows="5" columns="2">
10456 <features>
10457 <column alignment="center" valignment="top" width="0pt">
10458 <column alignment="center" valignment="top" width="0pt">
10459 <row>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 コマンド
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 出力
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 overrightarrow
10487 \begin_inset ERT
10488 status collapsed
10489
10490 \begin_layout Plain Layout
10491
10492
10493 \backslash
10494 spce 
10495 \end_layout
10496
10497 \end_inset
10498
10499 A=B
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \backslash
10524 underrightarrow
10525 \begin_inset ERT
10526 status collapsed
10527
10528 \begin_layout Plain Layout
10529
10530
10531 \backslash
10532 spce 
10533 \end_layout
10534
10535 \end_inset
10536
10537 A=B
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10547 \end_inset
10548
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \backslash
10562 widetilde
10563 \begin_inset ERT
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567
10568
10569 \backslash
10570 spce 
10571 \end_layout
10572
10573 \end_inset
10574
10575 A=B
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \backslash
10600 widehat
10601 \begin_inset ERT
10602 status collapsed
10603
10604 \begin_layout Plain Layout
10605
10606
10607 \backslash
10608 spce 
10609 \end_layout
10610
10611 \end_inset
10612
10613 A=B
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10623 \end_inset
10624
10625
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 </lyxtabular>
10632
10633 \end_inset
10634
10635
10636 \begin_inset space \hfill{}
10637 \end_inset
10638
10639
10640 \end_layout
10641
10642 \begin_layout Standard
10643 \begin_inset VSpace medskip
10644 \end_inset
10645
10646 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10647 \series bold
10648
10649 \backslash
10650 widetilde
10651 \series default
10652 および
10653 \series bold
10654
10655 \backslash
10656 widehat
10657 \series default
10658 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10659 \begin_inset Formula \[
10660 \widetilde{A+B=C-D}\]
10661
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \begin_layout Standard
10668 前小節で述べた
10669 \series bold
10670
10671 \backslash
10672 overset
10673 \series default
10674
10675 \begin_inset Index
10676 status collapsed
10677
10678 \begin_layout Plain Layout
10679 こまんど@コマンド ! O ! 
10680 \backslash
10681 overset
10682 \end_layout
10683
10684 \end_inset
10685
10686 コマンドと
10687 \series bold
10688
10689 \backslash
10690 underset
10691 \series default
10692
10693 \begin_inset Index
10694 status collapsed
10695
10696 \begin_layout Plain Layout
10697 こまんど@コマンド ! U ! 
10698 \backslash
10699 underset
10700 \end_layout
10701
10702 \end_inset
10703
10704 コマンドを使っても、複数の文字にアクセントを付けることができます。
10705 \series bold
10706
10707 \backslash
10708 underset
10709 \begin_inset ERT
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714
10715 \backslash
10716 spce 
10717 \end_layout
10718
10719 \end_inset
10720
10721 A=B
10722 \begin_inset Formula $\downarrow$
10723 \end_inset
10724
10725 ***
10726 \series default
10727 というコマンドは、
10728 \begin_inset Formula \[
10729 \underset{***}{A=B}\]
10730
10731 \end_inset
10732
10733 のようになります。
10734 \end_layout
10735
10736 \begin_layout Section
10737 空白
10738 \begin_inset CommandInset label
10739 LatexCommand label
10740 name "sub:空白"
10741
10742 \end_inset
10743
10744
10745 \begin_inset Index
10746 status collapsed
10747
10748 \begin_layout Plain Layout
10749 くうはく@空白 ! すいへい@水平
10750 \end_layout
10751
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \begin_layout Subsection
10758 定義済みの空白
10759 \begin_inset CommandInset label
10760 LatexCommand label
10761 name "sub:定義済みの空白"
10762
10763 \end_inset
10764
10765
10766 \begin_inset Index
10767 status collapsed
10768
10769 \begin_layout Plain Layout
10770 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10771 \end_layout
10772
10773 \end_inset
10774
10775
10776 \end_layout
10777
10778 \begin_layout Standard
10779 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(短絡キー
10780 \begin_inset Info
10781 type  "shortcut"
10782 arg   "space-insert protected"
10783 \end_inset
10784
10785 )を挿入することで実現できます。「
10786 \color blue
10787
10788 \begin_inset ERT
10789 status collapsed
10790
10791 \begin_layout Plain Layout
10792
10793
10794 \backslash
10795 spce 
10796 \end_layout
10797
10798 \end_inset
10799
10800
10801 \color inherit
10802 」が現れるので、
10803 \family sans
10804 Space
10805 \family default
10806 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10807 \begin_inset Graphics
10808         filename ../../images/math/space.png
10809         scale 85
10810
10811 \end_inset
10812
10813 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10814 \family sans
10815 Space
10816 \family default
10817 を押すことによって、長さを変更することができます。
10818 \end_layout
10819
10820 \begin_layout Standard
10821 \noindent
10822 \align center
10823 \begin_inset Tabular
10824 <lyxtabular version="3" rows="3" columns="7">
10825 <features>
10826 <column alignment="center" valignment="middle" width="6.8cm">
10827 <column alignment="center" valignment="top" width="0">
10828 <column alignment="center" valignment="top" width="0">
10829 <column alignment="center" valignment="top" width="0">
10830 <column alignment="center" valignment="top" width="0">
10831 <column alignment="center" valignment="top" width="0">
10832 <column alignment="center" valignment="top" width="0">
10833 <row>
10834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 コマンド
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847
10848 \backslash
10849 ,
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \backslash
10860 :
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \backslash
10871 ;
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \backslash
10882 quad
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \backslash
10893 qquad
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \backslash
10904 !
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 保護された空白を挿入したのち、
10916 \family sans
10917 Space
10918 \family default
10919 を叩く回数
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 0
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 1
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 2
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 3
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 4
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 5
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 出力
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 \begin_inset Formula $A\, B$
10994 \end_inset
10995
10996
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 \begin_inset Formula $A\: B$
11006 \end_inset
11007
11008
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 \begin_inset Formula $A\; B$
11018 \end_inset
11019
11020
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 \begin_inset Formula $A\quad B$
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 \begin_inset Formula $A\qquad B$
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 \begin_inset Formula $A\! B$
11054 \end_inset
11055
11056
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 </lyxtabular>
11063
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \begin_layout Standard
11070 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11071 さの空白があります。
11072 \end_layout
11073
11074 \begin_layout Standard
11075 \align center
11076 \begin_inset Tabular
11077 <lyxtabular version="3" rows="3" columns="3">
11078 <features>
11079 <column alignment="center" valignment="middle" width="6.8cm">
11080 <column alignment="center" valignment="top" width="0pt">
11081 <column alignment="center" valignment="top" width="0pt">
11082 <row>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 コマンド
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \backslash
11098 negmedspace
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \backslash
11109 negthickspace
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 保護された空白を挿入したのち、
11121 \family sans
11122 Space
11123 \family default
11124 を叩く回数
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 6
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 7
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 出力
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 \begin_inset Formula $A\negmedspace B$
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Formula $A\negthickspace B$
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 </lyxtabular>
11184
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \begin_layout Standard
11191 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11192 \end_layout
11193
11194 \begin_layout Standard
11195 \align center
11196 \begin_inset Tabular
11197 <lyxtabular version="3" rows="3" columns="2">
11198 <features>
11199 <column alignment="center" valignment="top" width="0">
11200 <column alignment="center" valignment="top" width="0">
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 コマンド
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 出力
11216 \begin_inset Note Note
11217 status collapsed
11218
11219 \begin_layout Plain Layout
11220 ここで
11221 \series bold
11222
11223 \backslash
11224 raisebox
11225 \series default
11226 はスペーサーとして使用しているだけです。
11227 \end_layout
11228
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \backslash
11244 sum
11245 \backslash
11246 sum
11247 \begin_inset ERT
11248 status collapsed
11249
11250 \begin_layout Plain Layout
11251
11252
11253 \backslash
11254 spce 
11255 \end_layout
11256
11257 \end_inset
11258
11259 f_kl
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 <row>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \backslash
11284 sum
11285 \backslash
11286 negmedspace
11287 \backslash
11288 sum
11289 \begin_inset ERT
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293
11294
11295 \backslash
11296 spce 
11297 \end_layout
11298
11299 \end_inset
11300
11301 f_kl
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 </row>
11319 </lyxtabular>
11320
11321 \end_inset
11322
11323
11324 \end_layout
11325
11326 \begin_layout Standard
11327 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11328 \end_layout
11329
11330 \begin_layout Standard
11331 \align center
11332 \begin_inset Tabular
11333 <lyxtabular version="3" rows="2" columns="2">
11334 <features>
11335 <column alignment="center" valignment="top" width="0pt">
11336 <column alignment="center" valignment="top" width="0pt">
11337 <row>
11338 <cell alignment="center" valignment="top" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 通常の数式
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 \begin_inset Formula $A=B$
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 \begin_inset Note Note
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369 ここで
11370 \series bold
11371
11372 \backslash
11373 raisebox
11374 \series default
11375 はスペーサーとして使用しているだけです。
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \begin_inset Formula $\raisebox{5mm}{}$
11382 \end_inset
11383
11384 空白なしの数式
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 \begin_inset Formula $A{=}B$
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 </row>
11402 </lyxtabular>
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Standard
11410 \noindent
11411 二行目の数式を作るコマンドは、
11412 \series bold
11413 A
11414 \backslash
11415 {=
11416 \begin_inset Formula $\to$
11417 \end_inset
11418
11419 B
11420 \series default
11421 です。
11422 \end_layout
11423
11424 \begin_layout Standard
11425 \begin_inset VSpace bigskip
11426 \end_inset
11427
11428 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11429 整形\SpecialChar \menuseparator
11430 小空白メニュー(短
11431 絡キー
11432 \begin_inset Info
11433 type  "shortcut"
11434 arg   "space-insert thin"
11435 \end_inset
11436
11437 )で、最小の空白を挿入することができます。
11438 \end_layout
11439
11440 \begin_layout Standard
11441 違いを示す例を以下に掲げます。
11442 \end_layout
11443
11444 \begin_layout Standard
11445 \begin_inset Tabular
11446 <lyxtabular version="3" rows="2" columns="2">
11447 <features>
11448 <column alignment="left" valignment="top" width="0">
11449 <column alignment="left" valignment="top" width="0">
11450 <row>
11451 <cell alignment="center" valignment="top" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 24 kW
11456 \begin_inset Formula $\cdot$
11457 \end_inset
11458
11459 h
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 値と単位のあいだに通常の空白を入れた例
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 24
11480 \begin_inset space \thinspace{}
11481 \end_inset
11482
11483 kW
11484 \begin_inset Formula $\cdot$
11485 \end_inset
11486
11487 h
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 値と単位のあいだに最小の空白を入れた例
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 </lyxtabular>
11503
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \begin_layout Subsection
11510 可変長の空白
11511 \begin_inset ERT
11512 status collapsed
11513
11514 \begin_layout Plain Layout
11515
11516
11517 \backslash
11518 texorpdfstring{
11519 \end_layout
11520
11521 \end_inset
11522
11523
11524 \begin_inset Foot
11525 status collapsed
11526
11527 \begin_layout Plain Layout
11528 数式中の垂直方向の空白については、第
11529 \begin_inset CommandInset ref
11530 LatexCommand ref
11531 reference "sub:行間"
11532
11533 \end_inset
11534
11535 節をご覧下さい。
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \begin_inset ERT
11542 status collapsed
11543
11544 \begin_layout Plain Layout
11545
11546 }{}
11547 \end_layout
11548
11549 \end_inset
11550
11551
11552 \begin_inset Note Note
11553 status collapsed
11554
11555 \begin_layout Plain Layout
11556
11557 \backslash
11558 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11559 \end_layout
11560
11561 \begin_layout Plain Layout
11562
11563 \backslash
11564 texorpdfstringについての詳細は、第
11565 \begin_inset CommandInset ref
11566 LatexCommand ref
11567 reference "sub:節見出し中の数式"
11568
11569 \end_inset
11570
11571 節にあります。
11572 \end_layout
11573
11574 \end_inset
11575
11576
11577 \begin_inset CommandInset label
11578 LatexCommand label
11579 name "sub:可変長の空白"
11580
11581 \end_inset
11582
11583
11584 \begin_inset Index
11585 status collapsed
11586
11587 \begin_layout Plain Layout
11588 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11589 \end_layout
11590
11591 \end_inset
11592
11593
11594 \end_layout
11595
11596 \begin_layout Standard
11597 指定した長さの空白が、
11598 \series bold
11599
11600 \backslash
11601 hspace
11602 \series default
11603
11604 \begin_inset Index
11605 status collapsed
11606
11607 \begin_layout Plain Layout
11608 こまんど@コマンド ! H ! 
11609 \backslash
11610 hspace
11611 \end_layout
11612
11613 \end_inset
11614
11615 コマンドで入力することができます。すると、ながい「
11616 \color blue
11617
11618 \begin_inset ERT
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622
11623
11624 \backslash
11625 spce 
11626 \end_layout
11627
11628 \end_inset
11629
11630
11631 \color inherit
11632 」が現れます。長さは、「
11633 \color blue
11634
11635 \begin_inset ERT
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639
11640
11641 \backslash
11642 spce 
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \color inherit
11649 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11650 \series bold
11651
11652 \backslash
11653 hfill
11654 \series default
11655
11656 \begin_inset Index
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660 こまんど@コマンド ! H ! 
11661 \backslash
11662 hfill
11663 \end_layout
11664
11665 \end_inset
11666
11667 コマンドを使用します。
11668 \end_layout
11669
11670 \begin_layout Standard
11671 \begin_inset VSpace -1mm
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="4" columns="2">
11681 <features>
11682 <column alignment="center" valignment="top" width="0">
11683 <column alignment="center" valignment="top" width="0">
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 コマンド(
11690 \backslash
11691 hspace 長さ)
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 出力
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 A=B
11712 \backslash
11713 hspace
11714 \begin_inset ERT
11715 status collapsed
11716
11717 \begin_layout Plain Layout
11718
11719
11720 \backslash
11721 spce 
11722 \end_layout
11723
11724 \end_inset
11725
11726
11727 \begin_inset Formula $\to$
11728 \end_inset
11729
11730 A
11731 \backslash
11732 not=C (3
11733 \begin_inset space \thinspace{}
11734 \end_inset
11735
11736 cm)
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 </row>
11754 <row>
11755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 A
11760 \backslash
11761 hspace
11762 \begin_inset ERT
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766
11767
11768 \backslash
11769 spce 
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \begin_inset Formula $\to$
11776 \end_inset
11777
11778 A
11779 \backslash
11780 not=A (-1
11781 \begin_inset space \thinspace{}
11782 \end_inset
11783
11784 mm)
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 A=A
11808 \backslash
11809 hfill
11810 \begin_inset ERT
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814
11815
11816 \backslash
11817 spce 
11818 \end_layout
11819
11820 \end_inset
11821
11822 B=B
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $A=A\hfill B=B$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Standard
11848 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11849 \series bold
11850
11851 \backslash
11852 hfill
11853 \series default
11854 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11855 \series bold
11856
11857 \backslash
11858 hfill
11859 \series default
11860 は、別行建て数式中では、
11861 \series bold
11862 行頭下げ
11863 \series default
11864 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11865 \begin_inset CommandInset ref
11866 LatexCommand ref
11867 reference "sec:数式様式"
11868
11869 \end_inset
11870
11871 節で説明されています)。
11872 \end_layout
11873
11874 \begin_layout Standard
11875
11876 \series bold
11877
11878 \backslash
11879 hfill
11880 \series default
11881 の他にも、空白を模様で埋める
11882 \series bold
11883
11884 \backslash
11885 dotfill
11886 \series default
11887
11888 \series bold
11889
11890 \backslash
11891 hrulefill
11892 \series default
11893 といったコマンドがあります。用例については第
11894 \begin_inset CommandInset ref
11895 LatexCommand ref
11896 reference "sub:省略符号"
11897
11898 \end_inset
11899
11900 節をご参照下さい。
11901 \end_layout
11902
11903 \begin_layout Standard
11904 本文中では、可変長空白は、
11905 \family sans
11906 挿入\SpecialChar \menuseparator
11907 整形\SpecialChar \menuseparator
11908 水平方向の空白
11909 \family default
11910 メニューで挿入することができます。
11911 \end_layout
11912
11913 \begin_layout Standard
11914 (例)
11915 \end_layout
11916
11917 \begin_layout Standard
11918 この行には、
11919 \begin_inset space \hspace{}
11920 \length 2cm
11921 \end_inset
11922
11923 2
11924 \begin_inset space \thinspace{}
11925 \end_inset
11926
11927 cmの空白が入っています。
11928 \end_layout
11929
11930 \begin_layout Standard
11931 この行には、
11932 \begin_inset space \hfill{}
11933 \end_inset
11934
11935 最大の空白が入っています。
11936 \end_layout
11937
11938 \begin_layout Subsection
11939 行内数式周りの空白
11940 \begin_inset Index
11941 status collapsed
11942
11943 \begin_layout Plain Layout
11944 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Standard
11953 行内数式前後の空白は、長さ
11954 \series bold
11955
11956 \backslash
11957 mathsurround
11958 \begin_inset Index
11959 status collapsed
11960
11961 \begin_layout Plain Layout
11962 こまんど@コマンド ! M ! 
11963 \backslash
11964 mathsurround
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \series default
11971 を使って調節することができます。長さの値は、以下の書式を持つ
11972 \series bold
11973
11974 \backslash
11975 setlength
11976 \begin_inset Index
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 こまんど@コマンド ! S ! 
11981 \backslash
11982 setlength
11983 \end_layout
11984
11985 \end_inset
11986
11987
11988 \series default
11989 コマンドを使って設定することができます。
11990 \end_layout
11991
11992 \begin_layout Standard
11993
11994 \series bold
11995
11996 \backslash
11997 setlength{長さ名}{値}
11998 \end_layout
11999
12000 \begin_layout Standard
12001
12002 \series bold
12003
12004 \backslash
12005 mathsurround
12006 \series default
12007 を5
12008 \begin_inset space \thinspace{}
12009 \end_inset
12010
12011 mmの値に設定するには、以下のコマンド
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017
12018 \backslash
12019 setlength{
12020 \backslash
12021 mathsurround}{5mm}
12022 \end_layout
12023
12024 \begin_layout Standard
12025 をTeXモードで挿入します。すると、5
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 mmの空白がすべての行内数式の前後に設定されることになります。
12030 \begin_inset ERT
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034
12035
12036 \backslash
12037 setlength{
12038 \backslash
12039 mathsurround}{5mm}
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \begin_layout Standard
12048 この行には、周囲に5
12049 \begin_inset space \thinspace{}
12050 \end_inset
12051
12052 mmの余白を設定した行内数式
12053 \begin_inset Formula $A=B$
12054 \end_inset
12055
12056 があります。
12057 \begin_inset ERT
12058 status collapsed
12059
12060 \begin_layout Plain Layout
12061
12062
12063 \backslash
12064 setlength{
12065 \backslash
12066 mathsurround}{0pt}
12067 \end_layout
12068
12069 \end_inset
12070
12071
12072 \end_layout
12073
12074 \begin_layout Standard
12075 既定値に戻すには、
12076 \series bold
12077
12078 \backslash
12079 mathsurround
12080 \series default
12081 を0
12082 \begin_inset space \thinspace{}
12083 \end_inset
12084
12085 ptの値に戻して下さい。
12086 \end_layout
12087
12088 \begin_layout Section
12089 ボックスと枠
12090 \begin_inset Index
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 ぼっくす@ボックス
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \begin_inset Index
12101 status collapsed
12102
12103 \begin_layout Plain Layout
12104 わく@枠 | see
12105 \begin_inset ERT
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109
12110 {
12111 \end_layout
12112
12113 \end_inset
12114
12115 ボックス
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121 }
12122 \end_layout
12123
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \end_inset
12130
12131
12132 \end_layout
12133
12134 \begin_layout Standard
12135 本文中のボックスについては、取扱説明書
12136 \family typewriter
12137 埋め込みオブジェクト篇
12138 \family default
12139
12140 \family typewriter
12141 Boxes
12142 \family default
12143 の章に述べられています。
12144 \end_layout
12145
12146 \begin_layout Subsection
12147 縁付きボックス
12148 \begin_inset CommandInset label
12149 LatexCommand label
12150 name "sub:縁付きボックス"
12151
12152 \end_inset
12153
12154
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 ぼっくす@ボックス ! ふちつき@縁付き
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168
12169 \series bold
12170
12171 \backslash
12172 fbox
12173 \series default
12174
12175 \begin_inset Index
12176 status collapsed
12177
12178 \begin_layout Plain Layout
12179 こまんど@コマンド ! F ! 
12180 \backslash
12181 fbox
12182 \end_layout
12183
12184 \end_inset
12185
12186 コマンドや
12187 \series bold
12188
12189 \backslash
12190 boxed
12191 \series default
12192
12193 \begin_inset Index
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 こまんど@コマンド ! B ! 
12198 \backslash
12199 boxed
12200 \end_layout
12201
12202 \end_inset
12203
12204 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12205 \end_layout
12206
12207 \begin_layout Standard
12208 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12209 \series bold
12210
12211 \backslash
12212 fbox
12213 \series default
12214 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12215 \family sans
12216 Ctrl+M
12217 \family default
12218 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12219 \series bold
12220
12221 \backslash
12222 boxed
12223 \series default
12224 を使った場合には、新しい数式が自動的に枠内に作られます。
12225 \end_layout
12226
12227 \begin_layout Standard
12228
12229 \series bold
12230
12231 \backslash
12232 fbox
12233 \series default
12234 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行建て数式に枠を付けるのには適していません。逆に
12235 \series bold
12236
12237 \backslash
12238 boxed
12239 \series default
12240 は、数式がつねに別行建て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12241 \end_layout
12242
12243 \begin_layout Standard
12244
12245 \series bold
12246
12247 \backslash
12248 fbox
12249 \series default
12250 の拡張として、枠幅と配置も指定することができる
12251 \series bold
12252
12253 \backslash
12254 framebox
12255 \series default
12256
12257 \begin_inset Index
12258 status collapsed
12259
12260 \begin_layout Plain Layout
12261 こまんど@コマンド ! F ! 
12262 \backslash
12263 framebox
12264 \end_layout
12265
12266 \end_inset
12267
12268 コマンドがあります。
12269 \series bold
12270
12271 \backslash
12272 framebox
12273 \series default
12274 は、以下の書式を持ちます。
12275 \end_layout
12276
12277 \begin_layout Standard
12278
12279 \series bold
12280
12281 \backslash
12282 framebox[枠幅][位置]{ボックスの内容}
12283 \end_layout
12284
12285 \begin_layout Standard
12286 「位置」は、
12287 \emph on
12288 l
12289 \emph default
12290
12291 \emph on
12292 r
12293 \emph default
12294 の値をとります。
12295 \emph on
12296 l
12297 \emph default
12298 は、ボックス中で数式を左寄せ、
12299 \emph on
12300 r
12301 \emph default
12302 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12303 \begin_inset Newline newline
12304 \end_inset
12305
12306 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12307 \series bold
12308
12309 \backslash
12310 fbox
12311 \series default
12312 と同様、枠幅がボックスの内容に応じて調節されるのです。
12313 \end_layout
12314
12315 \begin_layout Standard
12316
12317 \series bold
12318
12319 \backslash
12320 framebox
12321 \series default
12322 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12323 \series bold
12324
12325 \backslash
12326 fbox
12327 \series default
12328 同様、数式の断片を入れるためのものです。
12329 \end_layout
12330
12331 \begin_layout Standard
12332 \align center
12333 \begin_inset Tabular
12334 <lyxtabular version="3" rows="5" columns="2">
12335 <features>
12336 <column alignment="center" valignment="top" width="0">
12337 <column alignment="center" valignment="top" width="0">
12338 <row>
12339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Plain Layout
12343 コマンド
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352 出力
12353 \begin_inset Note Note
12354 status collapsed
12355
12356 \begin_layout Plain Layout
12357 ここで
12358 \series bold
12359
12360 \backslash
12361 raisebox
12362 \series default
12363 はスペーサーとして使用しているだけです。
12364 \end_layout
12365
12366 \end_inset
12367
12368
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 </row>
12374 <row>
12375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379
12380 \backslash
12381 fbox
12382 \begin_inset ERT
12383 status collapsed
12384
12385 \begin_layout Plain Layout
12386
12387
12388 \backslash
12389 spce 
12390 \end_layout
12391
12392 \end_inset
12393
12394
12395 \family sans
12396 Ctrl+M
12397 \family default
12398  
12399 \backslash
12400 int
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406
12407 \backslash
12408 spce 
12409 \end_layout
12410
12411 \end_inset
12412
12413 A=B
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12423 \end_inset
12424
12425
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 </row>
12431 <row>
12432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436
12437 \backslash
12438 boxed
12439 \begin_inset ERT
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443
12444
12445 \backslash
12446 spce 
12447 \end_layout
12448
12449 \end_inset
12450
12451
12452 \backslash
12453 int
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459
12460 \backslash
12461 spce 
12462 \end_layout
12463
12464 \end_inset
12465
12466 A=B
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 A+
12490 \backslash
12491 fbox
12492 \begin_inset ERT
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496
12497
12498 \backslash
12499 spce 
12500 \end_layout
12501
12502 \end_inset
12503
12504 B
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12514 \end_inset
12515
12516
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 </row>
12522 <row>
12523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527
12528 \backslash
12529 framebox
12530 \begin_inset ERT
12531 status collapsed
12532
12533 \begin_layout Plain Layout
12534
12535
12536 \backslash
12537 spce 
12538 \end_layout
12539
12540 \end_inset
12541
12542 20mm
12543 \begin_inset Formula $\to$
12544 \end_inset
12545
12546
12547 \begin_inset Formula $\to$
12548 \end_inset
12549
12550
12551 \family sans
12552 Ctrl+M
12553 \family default
12554  
12555 \backslash
12556 frac
12557 \begin_inset ERT
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561
12562
12563 \backslash
12564 spce 
12565 \end_layout
12566
12567 \end_inset
12568
12569 A
12570 \begin_inset Formula $\downarrow$
12571 \end_inset
12572
12573 B
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 \begin_inset Formula $\raisebox{6mm}{}$
12583 \end_inset
12584
12585
12586 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12587 \end_inset
12588
12589
12590 \begin_inset Formula $\raisebox{-4mm}{}$
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 </lyxtabular>
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \begin_layout Standard
12607 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12608 \end_layout
12609
12610 \begin_layout Standard
12611
12612 \series bold
12613
12614 \backslash
12615 fboxrule
12616 \series default
12617  
12618 \series bold
12619
12620 \begin_inset Quotes eld
12621 \end_inset
12622
12623 厚み
12624 \begin_inset Quotes erd
12625 \end_inset
12626
12627
12628 \series default
12629  
12630 \series bold
12631
12632 \backslash
12633 fboxsep
12634 \series default
12635  
12636 \series bold
12637
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641 距離
12642 \begin_inset Quotes erd
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 \begin_inset Quotes eld
12650 \end_inset
12651
12652 距離
12653 \begin_inset Quotes erd
12654 \end_inset
12655
12656 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12657 \begin_inset ERT
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661
12662
12663 \backslash
12664 fboxrule 2mm 
12665 \backslash
12666 fboxsep 3mm
12667 \end_layout
12668
12669 \end_inset
12670
12671
12672 \begin_inset Formula \[
12673 \boxed{A+B=C}\]
12674
12675 \end_inset
12676
12677 この数式の直前には、
12678 \end_layout
12679
12680 \begin_layout Standard
12681
12682 \series bold
12683
12684 \backslash
12685 fboxrule
12686 \series default
12687  
12688 \series bold
12689 2mm
12690 \series default
12691  
12692 \series bold
12693
12694 \backslash
12695 fboxsep
12696 \series default
12697  
12698 \series bold
12699 3mm
12700 \end_layout
12701
12702 \begin_layout Standard
12703 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12704 \end_layout
12705
12706 \begin_layout Standard
12707 標準の枠寸法に戻すには、
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 fboxrule
12716 \series default
12717  
12718 \series bold
12719 0.4pt
12720 \series default
12721  
12722 \series bold
12723
12724 \backslash
12725 fboxsep
12726 \series default
12727  
12728 \series bold
12729 3pt
12730 \series default
12731
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 fboxrule 0.4pt 
12740 \backslash
12741 fboxsep 3pt
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \begin_layout Standard
12750 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12751 \end_layout
12752
12753 \begin_layout Subsection
12754 縁なしボックス
12755 \begin_inset CommandInset label
12756 LatexCommand label
12757 name "sub:枠なしボックス"
12758
12759 \end_inset
12760
12761
12762 \begin_inset Index
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766 ぼっくす@ボックス ! わくなし@枠なし
12767 \end_layout
12768
12769 \end_inset
12770
12771
12772 \end_layout
12773
12774 \begin_layout Standard
12775 縁のないボックスを作るには、
12776 \series bold
12777
12778 \backslash
12779 mbox
12780 \series default
12781
12782 \begin_inset Index
12783 status collapsed
12784
12785 \begin_layout Plain Layout
12786 こまんど@コマンド ! M ! 
12787 \backslash
12788 mbox
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \series bold
12795
12796 \backslash
12797 makebox
12798 \series default
12799
12800 \begin_inset Index
12801 status collapsed
12802
12803 \begin_layout Plain Layout
12804 こまんど@コマンド ! M ! 
12805 \backslash
12806 makebox
12807 \end_layout
12808
12809 \end_inset
12810
12811
12812 \series bold
12813
12814 \backslash
12815 raisebox
12816 \series default
12817
12818 \begin_inset Index
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 こまんど@コマンド ! R ! 
12823 \backslash
12824 raisebox
12825 \end_layout
12826
12827 \end_inset
12828
12829 の三つのコマンドがあります。
12830 \end_layout
12831
12832 \begin_layout Standard
12833
12834 \series bold
12835
12836 \backslash
12837 raisebox
12838 \series default
12839 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12840 \series bold
12841
12842 \backslash
12843 raisebox
12844 \series default
12845 は、以下の書式で用いられます。
12846 \end_layout
12847
12848 \begin_layout Standard
12849
12850 \series bold
12851
12852 \backslash
12853 raisebox{高さ}{ボックスの内容}
12854 \end_layout
12855
12856 \begin_layout Standard
12857
12858 \series bold
12859
12860 \backslash
12861 fbox
12862 \series default
12863 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12864 \begin_inset Note Greyedout
12865 status open
12866
12867 \begin_layout Plain Layout
12868
12869 \series bold
12870 (註)
12871 \series default
12872 下の最後の
12873 \series bold
12874
12875 \backslash
12876 raisebox
12877 \series default
12878 のところで、
12879 \family sans
12880 Ctrl+M
12881 \family default
12882 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12883 \series bold
12884
12885 \backslash
12886 raisebox
12887 \series default
12888 を直接サポートしていないためです。
12889 \end_layout
12890
12891 \end_inset
12892
12893
12894 \end_layout
12895
12896 \begin_layout Standard
12897 \align center
12898 \begin_inset Tabular
12899 <lyxtabular version="3" rows="4" columns="2">
12900 <features>
12901 <column alignment="center" valignment="top" width="0">
12902 <column alignment="center" valignment="top" width="0">
12903 <row>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 コマンド
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 出力
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 <row>
12924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 H
12929 \backslash
12930 raisebox{2mm
12931 \begin_inset Formula $\to$
12932 \end_inset
12933
12934
12935 \backslash
12936 {al
12937 \begin_inset Formula $\to$
12938 \end_inset
12939
12940  lo
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 </row>
12958 <row>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 H
12964 \backslash
12965 raisebox{-2mm
12966 \begin_inset Formula $\to$
12967 \end_inset
12968
12969
12970 \backslash
12971 {al
12972 \begin_inset Formula $\to$
12973 \end_inset
12974
12975 lo
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row>
12994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 A=
12999 \backslash
13000 raisebox{-2mm
13001 \begin_inset Formula $\to$
13002 \end_inset
13003
13004
13005 \backslash
13006 {
13007 \family sans
13008 Ctrl+M Ctrl+M
13009 \family default
13010  
13011 \backslash
13012 sqrt
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 spce 
13021 \end_layout
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 </row>
13043 </lyxtabular>
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 縁がないことを除けば、
13052 \series bold
13053
13054 \backslash
13055 mbox
13056 \series default
13057 コマンドは
13058 \series bold
13059
13060 \backslash
13061 fbox
13062 \series default
13063 と同じであり、
13064 \series bold
13065
13066 \backslash
13067 makebox
13068 \series default
13069
13070 \series bold
13071
13072 \backslash
13073 framebox
13074 \series default
13075 と同じです。
13076 \end_layout
13077
13078 \begin_layout Subsection
13079 色付きボックス
13080 \begin_inset CommandInset label
13081 LatexCommand label
13082 name "sub:色付きボックス"
13083
13084 \end_inset
13085
13086
13087 \begin_inset Index
13088 status collapsed
13089
13090 \begin_layout Plain Layout
13091 ぼっくす@ボックス ! いろつき@色付き
13092 \end_layout
13093
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \begin_layout Standard
13100 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106
13107 \backslash
13108 usepackage{color}
13109 \end_layout
13110
13111 \begin_layout Standard
13112 という行
13113 \begin_inset Foot
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13118 \series bold
13119 color
13120 \series default
13121 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13122 \end_layout
13123
13124 \end_inset
13125
13126
13127 \begin_inset Note Note
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13132 \end_layout
13133
13134 \end_inset
13135
13136 を書き加えて、LaTeXパッケージの
13137 \series bold
13138 color
13139 \series default
13140
13141 \begin_inset Foot
13142 status collapsed
13143
13144 \begin_layout Plain Layout
13145 LaTeXパッケージ
13146 \series bold
13147 color
13148 \series default
13149 は、すべての標準的なLaTeX頒布版に含まれています。
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \begin_inset Index
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159 ぱっけーじ@パッケージ ! color
13160 \end_layout
13161
13162 \end_inset
13163
13164 を読み込む必要があります。
13165 \end_layout
13166
13167 \begin_layout Standard
13168 \begin_inset VSpace medskip
13169 \end_inset
13170
13171 ボックスに色を付けるには、
13172 \series bold
13173
13174 \backslash
13175 colorbox
13176 \series default
13177
13178 \begin_inset Index
13179 status collapsed
13180
13181 \begin_layout Plain Layout
13182 こまんど@コマンド ! C ! 
13183 \backslash
13184 colorbox
13185 \end_layout
13186
13187 \end_inset
13188
13189 コマンドを以下の書式で使用します。
13190 \end_layout
13191
13192 \begin_layout Standard
13193
13194 \series bold
13195
13196 \backslash
13197 colorbox{色}{ボックスの内容}
13198 \end_layout
13199
13200 \begin_layout Standard
13201 ボックスの内容には、別のボックスが含まれても構いませんし、
13202 \series bold
13203
13204 \backslash
13205 colorbox
13206 \series default
13207 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13208 \series bold
13209
13210 \backslash
13211 raisebox
13212 \series default
13213 と同様、明示的に数式を作らなくてはなりません
13214 \begin_inset Foot
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218 これは、
13219 \series bold
13220
13221 \backslash
13222 fcolorbox
13223 \series default
13224 コマンドにも当てはまります。
13225 \end_layout
13226
13227 \end_inset
13228
13229
13230 \end_layout
13231
13232 \begin_layout Standard
13233 選択できる定義済みの色としては、
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239 black
13240 \series default
13241 (黒)・
13242 \series bold
13243 blue
13244 \series default
13245 (青)・
13246 \series bold
13247 cyan
13248 \series default
13249 (シアン)・
13250 \series bold
13251 green
13252 \series default
13253 (緑)・
13254 \series bold
13255 magenta
13256 \series default
13257 (マゼンタ)・
13258 \series bold
13259 red
13260 \series default
13261 (赤)・
13262 \series bold
13263 white
13264 \series default
13265 (白)・
13266 \series bold
13267 yellow
13268 \series default
13269 (黄)
13270 \end_layout
13271
13272 \begin_layout Standard
13273 があります。
13274 \end_layout
13275
13276 \begin_layout Standard
13277 \align center
13278 \begin_inset Tabular
13279 <lyxtabular version="3" rows="4" columns="2">
13280 <features>
13281 <column alignment="center" valignment="top" width="0">
13282 <column alignment="center" valignment="top" width="0">
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 コマンド
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 出力
13298 \begin_inset Note Note
13299 status collapsed
13300
13301 \begin_layout Plain Layout
13302 ここで
13303 \series bold
13304
13305 \backslash
13306 raisebox
13307 \series default
13308 はスペーサーとして使用しているだけです。
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 </row>
13319 <row>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324
13325 \backslash
13326 colorbox{yellow
13327 \begin_inset Formula $\to$
13328 \end_inset
13329
13330
13331 \backslash
13332 {A=B
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 </row>
13350 <row>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355
13356 \backslash
13357 colorbox{green
13358 \begin_inset Formula $\to$
13359 \end_inset
13360
13361
13362 \backslash
13363 {
13364 \backslash
13365 fbox
13366 \begin_inset ERT
13367 status collapsed
13368
13369 \begin_layout Plain Layout
13370
13371
13372 \backslash
13373 spce 
13374 \end_layout
13375
13376 \end_inset
13377
13378 A=B
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13388 \end_inset
13389
13390
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 </row>
13396 <row>
13397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401
13402 \backslash
13403 fbox
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409
13410 \backslash
13411 spce 
13412 \end_layout
13413
13414 \end_inset
13415
13416
13417 \backslash
13418 colorbox{green
13419 \begin_inset Formula $\to$
13420 \end_inset
13421
13422
13423 \backslash
13424 {
13425 \family sans
13426 Ctrl+M
13427 \family default
13428  
13429 \family sans
13430 Ctrl+M
13431 \family default
13432  
13433 \backslash
13434 int
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440
13441 \backslash
13442 spce 
13443 \end_layout
13444
13445 \end_inset
13446
13447 C=D
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 </lyxtabular>
13466
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 colorbox
13478 \series default
13479 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13480 \family sans
13481 文字様式
13482 \family default
13483 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13484 \begin_inset Graphics
13485         filename ../../images/dialog-show_character.png
13486         scale 85
13487
13488 \end_inset
13489
13490
13491 \family sans
13492 編集\SpecialChar \menuseparator
13493 文字様式\SpecialChar \menuseparator
13494 任意設定
13495 \family default
13496 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13497
13498 \end_layout
13499
13500 \begin_layout Standard
13501 たとえば、
13502 \end_layout
13503
13504 \begin_layout Standard
13505
13506 \color red
13507 \begin_inset Formula \begin{equation}
13508 \int A=B\label{eq:red}\end{equation}
13509
13510 \end_inset
13511
13512
13513 \color green
13514
13515 \begin_inset Formula \begin{equation}
13516 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 数式
13525 \begin_inset CommandInset ref
13526 LatexCommand eqref
13527 reference "eq:red"
13528
13529 \end_inset
13530
13531 は、全体が赤色です。
13532 \begin_inset Newline newline
13533 \end_inset
13534
13535 数式
13536 \begin_inset CommandInset ref
13537 LatexCommand eqref
13538 reference "eq:redgreen"
13539
13540 \end_inset
13541
13542 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13543 \end_layout
13544
13545 \begin_layout Standard
13546 \begin_inset VSpace bigskip
13547 \end_inset
13548
13549 ボックスの縁だけ別の色にするには、
13550 \series bold
13551
13552 \backslash
13553 fcolorbox
13554 \series default
13555
13556 \begin_inset Index
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560 こまんど@コマンド ! F ! 
13561 \backslash
13562 fcolorbox
13563 \end_layout
13564
13565 \end_inset
13566
13567 コマンドを以下の書式で使用します。
13568 \end_layout
13569
13570 \begin_layout Standard
13571
13572 \series bold
13573
13574 \backslash
13575 fcolorbox{縁の色}{色}{ボックスの内容}
13576 \end_layout
13577
13578 \begin_layout Standard
13579 つまり、
13580 \series bold
13581
13582 \backslash
13583 fcolorbox
13584 \series default
13585
13586 \series bold
13587
13588 \backslash
13589 colorbox
13590 \series default
13591 コマンドの拡張です。
13592 \series bold
13593
13594 \backslash
13595 frameboxと同様に、縁の厚みは
13596 \backslash
13597 fboxrule
13598 \series default
13599
13600 \series bold
13601
13602 \backslash
13603 fboxsep
13604 \series default
13605 で設定します。たとえば、
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 fboxrule 1mm 
13614 \backslash
13615 fboxsep 1mm
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \begin_inset Formula \[
13622 \fcolorbox{cyan}{magenta}{A=B}\]
13623
13624 \end_inset
13625
13626
13627 \begin_inset ERT
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631
13632
13633 \backslash
13634 fboxrule 0.4pt 
13635 \backslash
13636 fboxsep 3pt
13637 \end_layout
13638
13639 \end_inset
13640
13641 のようにします。
13642 \end_layout
13643
13644 \begin_layout Standard
13645 上記の数式は、以下のコマンドで作成されています。
13646 \begin_inset Newline newline
13647 \end_inset
13648
13649
13650 \series bold
13651
13652 \backslash
13653 fcolorbox{cyan
13654 \begin_inset Formula $\to$
13655 \end_inset
13656
13657
13658 \backslash
13659 {magenta
13660 \begin_inset Formula $\to$
13661 \end_inset
13662
13663
13664 \backslash
13665 {A=B
13666 \series default
13667 .
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \begin_inset VSpace bigskip
13672 \end_inset
13673
13674 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13675 \end_layout
13676
13677 \begin_layout Standard
13678 たとえば、「
13679 \series bold
13680 darkgreen
13681 \series default
13682 」という色を定義するには、LaTeXプリアンブルに
13683 \end_layout
13684
13685 \begin_layout Standard
13686
13687 \series bold
13688
13689 \backslash
13690 definecolor{darkgreen}{cmyk}{0.5,
13691 \series default
13692  
13693 \series bold
13694 0,
13695 \series default
13696  
13697 \series bold
13698 1,
13699 \series default
13700  
13701 \series bold
13702 0.5}
13703 \series default
13704
13705 \begin_inset Index
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709 こまんど@コマンド ! D ! 
13710 \backslash
13711 definecolor
13712 \end_layout
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720 という行を書き加えます。
13721 \end_layout
13722
13723 \begin_layout Standard
13724
13725 \series bold
13726 cmyk
13727 \series default
13728 とは、
13729 \series bold
13730 cyan
13731 \series default
13732 (シアン)・
13733 \series bold
13734 magenta
13735 \series default
13736 (マゼンタ)・
13737 \series bold
13738 yellow
13739 \series default
13740 (黄)・
13741 \series bold
13742 black
13743 \series default
13744 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13745 \begin_inset space \thinspace{}
13746 \end_inset
13747
13748 -
13749 \begin_inset space \thinspace{}
13750 \end_inset
13751
13752 1の範囲をとることができます。定義には、
13753 \series bold
13754 cmyk
13755 \series default
13756 の他に、
13757 \series bold
13758 rgb
13759 \series default
13760 という色空間を使うこともできます。
13761 \series bold
13762 rgb
13763 \series default
13764 とは、
13765 \series bold
13766 red
13767 \series default
13768 (赤)・
13769 \series bold
13770 green
13771 \series default
13772 (緑)・
13773 \series bold
13774 blue
13775 \series default
13776 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13777 \series bold
13778 gray
13779 \series default
13780 という色空間もあります。
13781 \end_layout
13782
13783 \begin_layout Standard
13784 例として、文字が
13785 \series bold
13786 yellow
13787 \series default
13788 に色付けされ、新しく定義した
13789 \series bold
13790 darkgreen
13791 \series default
13792 という色を持つ縁付きボックスを挙げておきます。
13793 \begin_inset Formula \begin{equation}
13794 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13795
13796 \end_inset
13797
13798
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804
13805 \backslash
13806 textcolor
13807 \series default
13808 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13809 \begin_inset Index
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813 てきすと@テキスト ! いろつき@色付き
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Standard
13822 \begin_inset ERT
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 textcolor{darkgreen}{
13830 \end_layout
13831
13832 \end_inset
13833
13834 この文は「darkgreen」です。
13835 \begin_inset ERT
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839
13840 }
13841 \end_layout
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \begin_layout Standard
13849
13850 \series bold
13851
13852 \backslash
13853 textcolor
13854 \series default
13855
13856 \begin_inset Index
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860 こまんど@コマンド ! T ! 
13861 \backslash
13862 textcolor
13863 \end_layout
13864
13865 \end_inset
13866
13867 は、
13868 \series bold
13869
13870 \backslash
13871 textcolor{色}{色付けをする文}
13872 \series default
13873 という書式で使用することができます。
13874 \end_layout
13875
13876 \begin_layout Subsection
13877 段落ボックス
13878 \begin_inset CommandInset label
13879 LatexCommand label
13880 name "sub:段落ボックス"
13881
13882 \end_inset
13883
13884
13885 \begin_inset Index
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889 ぼっくす@ボックス ! だんらく@段落
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \begin_inset Index
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899 ぼっくす@ボックス ! parbox|see
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 {
13906 \end_layout
13907
13908 \end_inset
13909
13910 ボックス ! 段落ボックス
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916 }
13917 \end_layout
13918
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \begin_layout Standard
13930 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13931 \family sans
13932 挿入\SpecialChar \menuseparator
13933 ボックス
13934 \family default
13935 メニューかツールバーボタン
13936 \begin_inset Graphics
13937         filename ../../images/box-insert.png
13938         scale 85
13939
13940 \end_inset
13941
13942 で作成することができます。
13943 \end_layout
13944
13945 \begin_layout Standard
13946 以下の例は、行中の縁付きparboxを示したものです。
13947 \end_layout
13948
13949 \begin_layout Standard
13950 \begin_inset VSpace medskip
13951 \end_inset
13952
13953 この行は、
13954 \begin_inset Box Boxed
13955 position "c"
13956 hor_pos "c"
13957 has_inner_box 1
13958 inner_pos "t"
13959 use_parbox 1
13960 width "5cm"
13961 special "none"
13962 height "1in"
13963 height_special "totalheight"
13964 status open
13965
13966 \begin_layout Plain Layout
13967 これは段落ボックスです。これはちょうど5
13968 \begin_inset space \thinspace{}
13969 \end_inset
13970
13971 cmの幅になっており、以下のように数式を含めることもできます。
13972 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \end_inset
13979
13980 parboxの入った行です。
13981 \end_layout
13982
13983 \begin_layout Standard
13984 \begin_inset VSpace medskip
13985 \end_inset
13986
13987
13988 \end_layout
13989
13990 \begin_layout Standard
13991 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13992 \emph on
13993 装飾
13994 \emph default
13995 :簡素な長方形の箱型、
13996 \emph on
13997 内部ボックス
13998 \emph default
13999 :parboxコマンド、
14000 \emph on
14001
14002 \emph default
14003 :5
14004 \begin_inset space \thinspace{}
14005 \end_inset
14006
14007 cm、
14008 \emph on
14009 垂直ボックス配置
14010 \emph default
14011 :中央、に設定されています。
14012 \end_layout
14013
14014 \begin_layout Standard
14015 \begin_inset VSpace medskip
14016 \end_inset
14017
14018 LaTeXでは、parboxは、以下の書式を持つ
14019 \series bold
14020
14021 \backslash
14022 parbox
14023 \series default
14024
14025 \begin_inset Index
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029 こまんど@コマンド ! P ! 
14030 \backslash
14031 parbox
14032 \end_layout
14033
14034 \end_inset
14035
14036 コマンドによって作られます。
14037 \end_layout
14038
14039 \begin_layout Standard
14040
14041 \series bold
14042
14043 \backslash
14044 parbox[位置]{幅}{ボックスの内容}
14045 \end_layout
14046
14047 \begin_layout Standard
14048 「位置」は、
14049 \emph on
14050 b
14051 \emph default
14052
14053 \emph on
14054 t
14055 \emph default
14056 の値をとることができます。下揃えを意味する
14057 \emph on
14058 b
14059 \emph default
14060
14061 \bar under
14062 b
14063 \bar default
14064 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14065 \emph on
14066 t
14067 \emph default
14068
14069 \bar under
14070 t
14071 \bar default
14072 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14073 \emph on
14074 Boxes
14075 \emph default
14076 の節をご参照下さい。
14077 \end_layout
14078
14079 \begin_layout Standard
14080 \begin_inset VSpace bigskip
14081 \end_inset
14082
14083 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14084 \series bold
14085 parbox{
14086 \backslash
14087 linewidth-2
14088 \backslash
14089 fboxsep-2
14090 \backslash
14091 fboxrule}{
14092 \series default
14093 というコマンドを挿入します。ここで
14094 \series bold
14095
14096 \backslash
14097 linewidth
14098 \begin_inset Index
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102 こまんど@コマンド ! L ! 
14103 \backslash
14104 linewidth
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \series default
14111 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14112 \begin_inset Foot
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116 \begin_inset CommandInset href
14117 LatexCommand href
14118 name "LyX-bug #4483"
14119 target "http://www.lyx.org/trac/ticket/4483"
14120
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \end_inset
14127
14128 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14129 \series bold
14130 calc
14131 \series default
14132
14133 \begin_inset Foot
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137
14138 \series bold
14139 calc
14140 \series default
14141 は、標準的LaTeX頒布版のすべてに含まれています。
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \begin_inset Index
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151 ぱっけーじ@パッケージ ! calc
14152 \end_layout
14153
14154 \end_inset
14155
14156 を、LaTeXプリアンブル中で
14157 \end_layout
14158
14159 \begin_layout Standard
14160
14161 \series bold
14162
14163 \backslash
14164 usepackage{calc}
14165 \end_layout
14166
14167 \begin_layout Standard
14168 のように読み込んでおく必要があります。数式の後では、TeXモードで
14169 \series bold
14170 }}
14171 \series default
14172 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14173 \begin_inset ERT
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177
14178
14179 \backslash
14180 fboxsep 5mm 
14181 \backslash
14182 fboxrule 5mm
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191 \begin_inset ERT
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195
14196
14197 \backslash
14198 fbox{
14199 \backslash
14200 parbox{
14201 \backslash
14202 linewidth-2
14203 \backslash
14204 fboxsep-2
14205 \backslash
14206 fboxrule}{
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \begin_inset Formula \begin{equation}
14213 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14214
14215 \end_inset
14216
14217
14218 \begin_inset ERT
14219 status collapsed
14220
14221 \begin_layout Plain Layout
14222
14223 }}
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 fboxrule 0.4pt 
14237 \backslash
14238 fboxsep 3pt
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \end_layout
14245
14246 \begin_layout Standard
14247 \begin_inset VSpace medskip
14248 \end_inset
14249
14250
14251 \series bold
14252
14253 \backslash
14254 fbox
14255 \series default
14256 の引数としてparboxが使われているので、この場合には、
14257 \series bold
14258
14259 \backslash
14260 fbox
14261 \series default
14262 を使おうが
14263 \series bold
14264
14265 \backslash
14266 boxed
14267 \series default
14268 を使おうが、差は生じません。
14269 \end_layout
14270
14271 \begin_layout Standard
14272 \begin_inset VSpace bigskip
14273 \end_inset
14274
14275 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14276 \series bold
14277
14278 \backslash
14279 parbox
14280 \series default
14281
14282 \series bold
14283
14284 \backslash
14285 tag
14286 \series default
14287 コマンドといっしょに使います(
14288 \series bold
14289
14290 \backslash
14291 tag
14292 \series default
14293 についての詳細は、第
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "sub:ユーザー定義番号"
14297
14298 \end_inset
14299
14300 節をご参照下さい)
14301 \end_layout
14302
14303 \begin_layout Standard
14304 以下は、
14305 \series bold
14306
14307 \backslash
14308 parbox
14309 \series default
14310 を使ってコメントを付けた数式の例です。
14311 \end_layout
14312
14313 \begin_layout Standard
14314 \begin_inset ERT
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318
14319
14320 \backslash
14321 [5x-7b=3b
14322 \backslash
14323 tag*{
14324 \backslash
14325 parbox{5cm}{
14326 \end_layout
14327
14328 \end_inset
14329
14330 これは説明です。数式や多行数式本体からはっきりと離れています。
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335
14336 }}
14337 \backslash
14338 ]
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \begin_layout Standard
14347 LyXは、まだ数式中での
14348 \series bold
14349
14350 \backslash
14351 parbox
14352 \series default
14353 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14354 \end_layout
14355
14356 \begin_layout Standard
14357 まず、
14358 \series bold
14359
14360 \backslash
14361 [5x-7b=3b
14362 \backslash
14363 tag*
14364 \backslash
14365 {
14366 \backslash
14367 parbox{5cm}{
14368 \series default
14369 というコマンドをTeXモードで挿入します
14370 \begin_inset Foot
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 \series bold
14376 行頭下げ
14377 \series default
14378 数式様式を使用している時には、
14379 \series bold
14380
14381 \backslash
14382 tag*
14383 \backslash
14384 {
14385 \series default
14386 の代わりに
14387 \series bold
14388
14389 \backslash
14390 hfill
14391 \series default
14392 を用いることもできます(数式様式に関しては、第
14393 \begin_inset CommandInset ref
14394 LatexCommand ref
14395 reference "sec:数式様式"
14396
14397 \end_inset
14398
14399 節をご参照下さい)。
14400 \end_layout
14401
14402 \end_inset
14403
14404 。それから、説明を通常のテキストとして入れ、最後に
14405 \series bold
14406 }}
14407 \backslash
14408 ]
14409 \series default
14410 をTeXモードで挿入します。ここで
14411 \series bold
14412
14413 \backslash
14414 [
14415 \series default
14416 および
14417 \series bold
14418
14419 \backslash
14420 ]
14421 \series default
14422 コマンドは別行建て数式を作るためのものです。
14423 \end_layout
14424
14425 \begin_layout Standard
14426
14427 \series bold
14428
14429 \backslash
14430 parbox
14431 \series default
14432 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14433 \begin_inset Formula \[
14434 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}\]
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Section
14442 演算子
14443 \begin_inset Index
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 えんざんし@演算子
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Subsection
14456 大演算子
14457 \begin_inset CommandInset label
14458 LatexCommand label
14459 name "sub:大演算子"
14460
14461 \end_inset
14462
14463
14464 \begin_inset Index
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468 えんざんし@演算子 ! だい@大
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset Index
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478 わ@和
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \begin_inset Index
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488 せきぶんきごう@積分記号
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14498 \family sans
14499 数式オプション
14500 \family default
14501 の面にある
14502 \family sans
14503 esintパッケージを自動的に使う
14504 \family default
14505 オプションを有効にしなくてはなりません。
14506 \end_layout
14507
14508 \begin_layout Standard
14509 \begin_inset space \hfill{}
14510 \end_inset
14511
14512
14513 \begin_inset Tabular
14514 <lyxtabular version="3" rows="9" columns="2">
14515 <features>
14516 <column alignment="center" valignment="top" width="0pt">
14517 <column alignment="center" valignment="top" width="0pt">
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 コマンド
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 出力
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543
14544 \backslash
14545 sum
14546 \begin_inset Index
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550 こまんど@コマンド ! S ! 
14551 \backslash
14552 sum
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 \begin_inset Formula $\sum$
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 </row>
14575 <row>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580
14581 \backslash
14582 int
14583 \begin_inset Index
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587 こまんど@コマンド ! I ! 
14588 \backslash
14589 int
14590 \end_layout
14591
14592 \end_inset
14593
14594
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 \begin_inset Formula $\int$
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 </row>
14612 <row>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617
14618 \backslash
14619 oint
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 \begin_inset Formula $\oint$
14629 \end_inset
14630
14631
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 </row>
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642
14643 \backslash
14644 ointctrclockwise
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653 \begin_inset Formula $\ointctrclockwise$
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 </row>
14662 <row>
14663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667
14668 \backslash
14669 ointclockwise
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 \begin_inset Formula $\ointclockwise$
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 </row>
14687 <row>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692
14693 \backslash
14694 sqint
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 \begin_inset Formula $\sqint$
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717
14718 \backslash
14719 bigcap
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 \begin_inset Formula $\bigcap$
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 </row>
14737 <row>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \backslash
14744 bigcup
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Formula $\bigcup$
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 </row>
14762 </lyxtabular>
14763
14764 \end_inset
14765
14766
14767 \begin_inset space \hfill{}
14768 \end_inset
14769
14770
14771 \begin_inset Tabular
14772 <lyxtabular version="3" rows="10" columns="2">
14773 <features>
14774 <column alignment="center" valignment="top" width="0pt">
14775 <column alignment="center" valignment="top" width="0pt">
14776 <row>
14777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 コマンド
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 出力
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 </row>
14796 <row>
14797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801
14802 \backslash
14803 prod
14804 \begin_inset Index
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 こまんど@コマンド ! P ! 
14809 \backslash
14810 prod
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \end_inset
14819 </cell>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 \begin_inset Formula $\prod$
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838
14839 \backslash
14840 coprod
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 \begin_inset Formula $\coprod$
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 </row>
14858 <row>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863
14864 \backslash
14865 bigodot
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 \begin_inset Formula $\bigodot$
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \backslash
14890 bigotimes
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 \begin_inset Formula $\bigotimes$
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 <row>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913
14914 \backslash
14915 bigoplus
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924 \begin_inset Formula $\bigoplus$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 </row>
14933 <row>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938
14939 \backslash
14940 bigwedge
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 \begin_inset Formula $\bigwedge$
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \backslash
14965 bigvee
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 \begin_inset Formula $\bigvee$
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 </row>
14983 <row>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \backslash
14990 bigsqcup
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 \begin_inset Formula $\bigsqcup$
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \backslash
15015 biguplus
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset Formula $\biguplus$
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 </lyxtabular>
15034
15035 \end_inset
15036
15037
15038 \begin_inset space \hfill{}
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Standard
15045 すべての大演算子は、数式ツールバーボタンの
15046 \begin_inset Graphics
15047         filename ../../images/math/intop.png
15048         scale 85
15049
15050 \end_inset
15051
15052 でも挿入することができます。
15053 \end_layout
15054
15055 \begin_layout Standard
15056 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15057 \end_layout
15058
15059 \begin_layout Standard
15060 積分演算子はすべて、
15061 \series bold
15062
15063 \backslash
15064 intop
15065 \series default
15066
15067 \series bold
15068
15069 \backslash
15070 ointop
15071 \series default
15072 のように、
15073 \series bold
15074 op
15075 \series default
15076 で終わる別バージョンがあります。これらの演算子は、
15077 \series bold
15078
15079 \backslash
15080 int
15081 \series default
15082 とは範囲の表示のしかたが異なります。第
15083 \begin_inset CommandInset ref
15084 LatexCommand ref
15085 reference "sub:演算子の範囲"
15086
15087 \end_inset
15088
15089 節をご参照下さい。
15090 \end_layout
15091
15092 \begin_layout Subsubsection*
15093 積分の子細
15094 \end_layout
15095
15096 \begin_layout Standard
15097 積分中で用いられる文字
15098 \emph on
15099 d
15100 \emph default
15101 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15102 \emph on
15103 d
15104 \emph default
15105 を選択して、短絡キー
15106 \begin_inset Info
15107 type  "shortcut"
15108 arg   "font-roman"
15109 \end_inset
15110
15111 を用います
15112 \begin_inset Foot
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116 文字様式については、第
15117 \begin_inset CommandInset ref
15118 LatexCommand ref
15119 reference "sub:書体様式"
15120
15121 \end_inset
15122
15123 節参照。
15124 \end_layout
15125
15126 \end_inset
15127
15128 。最後に、演算子の慣例に倣って、
15129 \emph on
15130 d
15131 \emph default
15132 の前に最小空白を挿入しなくてはなりません。たとえば、
15133 \end_layout
15134
15135 \begin_layout Standard
15136 正しくない例:
15137 \begin_inset Formula $\int A(x)dx$
15138 \end_inset
15139
15140
15141 \begin_inset Newline newline
15142 \end_inset
15143
15144 正しい
15145 \begin_inset ERT
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149
15150
15151 \backslash
15152 hphantom{ない}
15153 \end_layout
15154
15155 \end_inset
15156
15157 例:
15158 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Standard
15165 多重積分に関しては、以下のコマンドがあります。
15166 \begin_inset VSpace medskip
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \begin_layout Standard
15173 \begin_inset space \hfill{}
15174 \end_inset
15175
15176
15177 \begin_inset Tabular
15178 <lyxtabular version="3" rows="4" columns="2">
15179 <features>
15180 <column alignment="center" valignment="top" width="0">
15181 <column alignment="center" valignment="top" width="0">
15182 <row>
15183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 コマンド
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 出力
15197 \begin_inset Note Note
15198 status collapsed
15199
15200 \begin_layout Plain Layout
15201 ここで
15202 \series bold
15203
15204 \backslash
15205 raisebox
15206 \series default
15207 はスペーサーとして使用しているだけです。
15208 \end_layout
15209
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 iint
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 oiint
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 sqiint
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 </lyxtabular>
15294
15295 \end_inset
15296
15297
15298 \begin_inset space \hfill{}
15299 \end_inset
15300
15301
15302 \begin_inset Tabular
15303 <lyxtabular version="3" rows="4" columns="2">
15304 <features>
15305 <column alignment="center" valignment="top" width="0">
15306 <column alignment="center" valignment="top" width="0">
15307 <row>
15308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 コマンド
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 出力
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 iiint
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 iiiint
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 dotsint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 </lyxtabular>
15403
15404 \end_inset
15405
15406
15407 \begin_inset space \hfill{}
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \begin_layout Subsection
15414 演算子の範囲
15415 \begin_inset CommandInset label
15416 LatexCommand label
15417 name "sub:演算子の範囲"
15418
15419 \end_inset
15420
15421
15422 \begin_inset Index
15423 status collapsed
15424
15425 \begin_layout Plain Layout
15426 えんざんし@演算子 ! はんい@範囲
15427 \end_layout
15428
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \begin_layout Standard
15435 範囲は、上付き文字と下付き文字とで作成することができます。
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \align center
15440 \begin_inset Tabular
15441 <lyxtabular version="3" rows="2" columns="2">
15442 <features>
15443 <column alignment="center" valignment="top" width="0pt">
15444 <column alignment="center" valignment="top" width="0pt">
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 コマンド
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 出力
15460 \begin_inset Note Note
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464 ここで
15465 \series bold
15466
15467 \backslash
15468 raisebox
15469 \series default
15470 はスペーサーとして使用しているだけです。
15471 \end_layout
15472
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 prod^
15489 \backslash
15490 infty
15491 \begin_inset ERT
15492 status collapsed
15493
15494 \begin_layout Plain Layout
15495
15496
15497 \backslash
15498 spce 
15499 \end_layout
15500
15501 \end_inset
15502
15503
15504 \begin_inset Formula $\to$
15505 \end_inset
15506
15507 _0
15508 \begin_inset Formula $\to$
15509 \end_inset
15510
15511 A(x)
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 </lyxtabular>
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 行内数式では、範囲は演算子の右横に表示されます。別行建て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15538 \end_layout
15539
15540 \begin_layout Standard
15541 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15542 \family sans
15543 編集\SpecialChar \menuseparator
15544 数式\SpecialChar \menuseparator
15545 範囲の表記を変更
15546 \family default
15547 メニューで
15548 \family sans
15549 \series bold
15550 行内形式
15551 \family default
15552 \series default
15553 (短絡キー
15554 \begin_inset Info
15555 type  "shortcut"
15556 arg   "math-limits"
15557 \end_inset
15558
15559 )を選択することで範囲形式を変更することができます。以下はその用例です。
15560 \end_layout
15561
15562 \begin_layout Standard
15563 既定の範囲形式は、以下のようになっています。
15564 \begin_inset Formula \[
15565 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15566
15567 \end_inset
15568
15569 以下は、範囲形式を
15570 \family sans
15571 \series bold
15572 行内形式
15573 \family default
15574 \series default
15575 に変更したときの表示です。
15576 \begin_inset Formula \[
15577 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15578
15579 \end_inset
15580
15581
15582 \series bold
15583
15584 \backslash
15585 intop
15586 \series default
15587
15588 \series bold
15589
15590 \backslash
15591 ointop
15592 \series default
15593 などのように
15594 \series bold
15595 op
15596 \series default
15597 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15598 の例では、範囲形式を
15599 \series bold
15600 別行建て形式
15601 \series default
15602 にして積分記号の下に置くようにしています。
15603 \begin_inset Formula \begin{equation}
15604 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15605
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \begin_layout Standard
15612 \begin_inset VSpace medskip
15613 \end_inset
15614
15615 範囲に条件を指定したい場合には、
15616 \series bold
15617
15618 \backslash
15619 subarray
15620 \series default
15621
15622 \begin_inset Index
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626 こまんど@コマンド ! S ! 
15627 \backslash
15628 subarray
15629 \end_layout
15630
15631 \end_inset
15632
15633 コマンドや
15634 \series bold
15635
15636 \backslash
15637 substack
15638 \series default
15639
15640 \begin_inset Index
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644 こまんど@コマンド ! S ! 
15645 \backslash
15646 substack
15647 \end_layout
15648
15649 \end_inset
15650
15651 コマンドを使用します。たとえば、以下の表記 
15652 \begin_inset Formula \begin{equation}
15653 \sum_{\begin{subarray}{c}
15654 0<k<1000\\
15655 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15656
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \begin_layout Standard
15663 を作成するには、以下のようにしなくてはなりません。
15664 \begin_inset Newline newline
15665 \end_inset
15666
15667 まず、
15668 \series bold
15669
15670 \backslash
15671 sum
15672 \series default
15673 ^
15674 \series bold
15675 n
15676 \begin_inset ERT
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681
15682 \backslash
15683 spce 
15684 \end_layout
15685
15686 \end_inset
15687
15688 _
15689 \series default
15690 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15691 \series bold
15692
15693 \backslash
15694 subarray
15695 \begin_inset ERT
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699
15700
15701 \backslash
15702 spce 
15703 \end_layout
15704
15705 \end_inset
15706
15707
15708 \series default
15709 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15710 \begin_inset Info
15711 type  "shortcut"
15712 arg   "newline-insert newline"
15713 \end_inset
15714
15715 )を挿入することで作ることができます。ここに
15716 \begin_inset Newline newline
15717 \end_inset
15718
15719
15720 \series bold
15721 0
15722 \begin_inset Formula $\boldsymbol{<}$
15723 \end_inset
15724
15725 k
15726 \begin_inset Formula $\boldsymbol{<}$
15727 \end_inset
15728
15729 1000 Ctrl+Return
15730 \begin_inset Newline newline
15731 \end_inset
15732
15733
15734 \series default
15735 と入力すると、新規行のための新しい枠が現れます。
15736 \end_layout
15737
15738 \begin_layout Standard
15739 各行の揃え方は、
15740 \family sans
15741 表ツールバー
15742 \family default
15743
15744 \family sans
15745 編集\SpecialChar \menuseparator
15746 行と列
15747 \family default
15748 メニューで変更することができますが、右揃えにするには、行頭に
15749 \series bold
15750
15751 \backslash
15752 hfill
15753 \begin_inset ERT
15754 status collapsed
15755
15756 \begin_layout Plain Layout
15757
15758
15759 \backslash
15760 spce 
15761 \end_layout
15762
15763 \end_inset
15764
15765
15766 \series default
15767 を挿入しなくてはなりません。
15768 \end_layout
15769
15770 \begin_layout Standard
15771
15772 \series bold
15773
15774 \backslash
15775 substack
15776 \series default
15777 コマンドは、各行がつねに中央揃えになることを除いては、
15778 \series bold
15779
15780 \backslash
15781 subarray
15782 \series default
15783 と同じです。
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset VSpace bigskip
15788 \end_inset
15789
15790 演算子の後に来る文字は、範囲の横に来るので、
15791 \begin_inset CommandInset ref
15792 LatexCommand eqref
15793 reference "eq:substack"
15794
15795 \end_inset
15796
15797 式のように、演算子の横の余白が大きくなりすぎることがあります。
15798 \end_layout
15799
15800 \begin_layout Standard
15801 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15802 \end_layout
15803
15804 \begin_layout Standard
15805
15806 \series bold
15807
15808 \backslash
15809 def
15810 \backslash
15811 clap#1{
15812 \backslash
15813 hbox to 0pt{
15814 \backslash
15815 hss #1
15816 \backslash
15817 hss}}
15818 \begin_inset Newline newline
15819 \end_inset
15820
15821
15822 \backslash
15823 def
15824 \backslash
15825 mathclap {
15826 \backslash
15827 mathpalette 
15828 \backslash
15829 mathclapinternal}
15830 \begin_inset Newline newline
15831 \end_inset
15832
15833
15834 \backslash
15835 def
15836 \backslash
15837 mathclapinternal #1#2{
15838 \backslash
15839 clap{$
15840 \backslash
15841 mathsurround =0pt #1{#2}$}}
15842 \end_layout
15843
15844 \begin_layout Standard
15845 これは、範囲の幅を0
15846 \begin_inset space \thinspace{}
15847 \end_inset
15848
15849 ptに設定する
15850 \series bold
15851
15852 \backslash
15853 mathclap
15854 \series default
15855
15856 \begin_inset Index
15857 status collapsed
15858
15859 \begin_layout Plain Layout
15860 こまんど@コマンド ! M ! 
15861 \backslash
15862 mathclap
15863 \end_layout
15864
15865 \end_inset
15866
15867 コマンドを定義しています。このコマンドの書式は、
15868 \end_layout
15869
15870 \begin_layout Standard
15871
15872 \series bold
15873
15874 \backslash
15875 mathclap{範囲}
15876 \end_layout
15877
15878 \begin_layout Standard
15879 となっていて、「範囲」には複数の条件を入れることができます。
15880 \end_layout
15881
15882 \begin_layout Standard
15883 これを
15884 \begin_inset CommandInset ref
15885 LatexCommand eqref
15886 reference "eq:substack"
15887
15888 \end_inset
15889
15890 式に応用すると、以下のようなコマンド
15891 \end_layout
15892
15893 \begin_layout Standard
15894
15895 \series bold
15896
15897 \backslash
15898 sum_
15899 \backslash
15900 mathclap{
15901 \backslash
15902 substack
15903 \begin_inset ERT
15904 status collapsed
15905
15906 \begin_layout Plain Layout
15907
15908
15909 \backslash
15910 spce 
15911 \end_layout
15912
15913 \end_inset
15914
15915 0
15916 \begin_inset Formula $\boldsymbol{<}$
15917 \end_inset
15918
15919 k
15920 \begin_inset Formula $\boldsymbol{<}$
15921 \end_inset
15922
15923 1000 Ctrl+Return
15924 \end_layout
15925
15926 \begin_layout Standard
15927 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15928 \begin_inset Formula \[
15929 \sum_{\mathclap{\substack{0<k<1000\\
15930 \\k\,\in\,\mathbb{N}}
15931 }}^{n}k^{-2}\]
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \begin_layout Standard
15939 \begin_inset VSpace bigskip
15940 \end_inset
15941
15942 一つの範囲を複数の演算子に用いる方法が、第
15943 \begin_inset CommandInset ref
15944 LatexCommand ref
15945 reference "sub:自己定義演算子"
15946
15947 \end_inset
15948
15949 節に述べられています。
15950 \end_layout
15951
15952 \begin_layout Standard
15953 \begin_inset Newpage newpage
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Subsection
15960 二項演算子
15961 \begin_inset CommandInset label
15962 LatexCommand label
15963 name "sub:二項演算子"
15964
15965 \end_inset
15966
15967
15968 \begin_inset Index
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972 えんざんし@演算子 ! にこう@二項
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15982 \begin_inset VSpace medskip
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \begin_layout Standard
15989 \begin_inset space \hfill{}
15990 \end_inset
15991
15992
15993 \begin_inset Tabular
15994 <lyxtabular version="3" rows="13" columns="2">
15995 <features>
15996 <column alignment="center" valignment="top" width="0pt">
15997 <column alignment="center" valignment="top" width="0pt">
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 コマンド
16004 \begin_inset Note Note
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008 ここで
16009 \series bold
16010
16011 \backslash
16012 raisebox
16013 \series default
16014 はスペーサーとして使用しているだけです。
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 出力
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 +
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Formula $+$
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 -
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 \begin_inset Formula $-$
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row>
16081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085
16086 \backslash
16087 pm
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 \begin_inset Formula $\pm$
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 <row>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \backslash
16112 mp
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 \begin_inset Formula $\mp$
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 <row>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \backslash
16137 cdot
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 \begin_inset Formula $\cdot$
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 </row>
16155 <row>
16156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160
16161 \backslash
16162 times
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 \begin_inset Formula $\times$
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 </row>
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185
16186 \backslash
16187 div
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 \begin_inset Formula $\div$
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 <row>
16206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 \begin_inset ERT
16211 status collapsed
16212
16213 \begin_layout Plain Layout
16214
16215
16216 \backslash
16217 raisebox{-1.2mm}{
16218 \end_layout
16219
16220 \end_inset
16221
16222 *
16223 \begin_inset ERT
16224 status collapsed
16225
16226 \begin_layout Plain Layout
16227
16228 }
16229 \end_layout
16230
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 \begin_inset Formula $*$
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 </row>
16251 <row>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256
16257 \backslash
16258 star
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 \begin_inset Formula $\star$
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 <row>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281
16282 \backslash
16283 circ
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 \begin_inset Formula $\circ$
16293 \end_inset
16294
16295
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306
16307 \backslash
16308 diamond
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 \begin_inset Formula $\diamond$
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 </row>
16326 <row>
16327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331
16332 \backslash
16333 bullet
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 \begin_inset Formula $\bullet$
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 </lyxtabular>
16352
16353 \end_inset
16354
16355
16356 \begin_inset space \hfill{}
16357 \end_inset
16358
16359
16360 \begin_inset Tabular
16361 <lyxtabular version="3" rows="13" columns="2">
16362 <features>
16363 <column alignment="center" valignment="top" width="0pt">
16364 <column alignment="center" valignment="top" width="0pt">
16365 <row>
16366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 コマンド
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 出力
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \backslash
16392 nabla
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Formula $\nabla$
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \backslash
16417 bigtriangledown
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 \begin_inset Formula $\bigtriangledown$
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \backslash
16442 bigtriangleup
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 \begin_inset Formula $\bigtriangleup$
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \backslash
16467 Box
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Formula $\Box$
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490
16491 \backslash
16492 cap 
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $\cap$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \backslash
16517 cup
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $\cup$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540
16541 \backslash
16542 dagger
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Formula $\dagger$
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565
16566 \backslash
16567 ddagger
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Formula $\ddagger$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \backslash
16592 wr
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\wr$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \backslash
16617 bigcirc
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $\bigcirc$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \backslash
16642 wedge
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $\wedge$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 vee
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\vee$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 </lyxtabular>
16686
16687 \end_inset
16688
16689
16690 \begin_inset space \hfill{}
16691 \end_inset
16692
16693
16694 \begin_inset Tabular
16695 <lyxtabular version="3" rows="13" columns="2">
16696 <features>
16697 <column alignment="center" valignment="top" width="0pt">
16698 <column alignment="center" valignment="top" width="0pt">
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 コマンド
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 出力
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \backslash
16726 oplus
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\oplus$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 ominus
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\ominus$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \backslash
16776 otimes
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\otimes$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \backslash
16801 oslash
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $\oslash$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 odot
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\odot$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \backslash
16851 amalg
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 \begin_inset Formula $\amalg$
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 </row>
16869 <row>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874
16875 \backslash
16876 uplus
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $\uplus$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899
16900 \backslash
16901 setminus
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\setminus$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 sqcap
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\sqcap$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \backslash
16951 sqcup
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\sqcup$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \backslash
16976 triangleleft
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\triangleleft$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 triangleright
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\triangleright$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 </lyxtabular>
17020
17021 \end_inset
17022
17023
17024 \begin_inset space \hfill{}
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \begin_layout Standard
17031 二項演算子は、すべて数式ツールバーボタンの
17032 \begin_inset Graphics
17033         filename ../../images/math/pm.png
17034         scale 85
17035
17036 \end_inset
17037
17038 から挿入することもできます。
17039 \end_layout
17040
17041 \begin_layout Standard
17042 ラプラス演算子を組版するには、
17043 \series bold
17044
17045 \backslash
17046 bigtriangleup
17047 \series default
17048 以外に、
17049 \series bold
17050
17051 \backslash
17052 Delta
17053 \series default
17054
17055 \series bold
17056
17057 \backslash
17058 nabla
17059 \series default
17060 ^
17061 \series bold
17062 2
17063 \series default
17064
17065 \begin_inset Formula $\nabla^{2}$
17066 \end_inset
17067
17068 )を使用することもできます。
17069 \end_layout
17070
17071 \begin_layout Standard
17072
17073 \family sans
17074 挿入\SpecialChar \menuseparator
17075 特殊文字
17076 \family default
17077 メニューの
17078 \family sans
17079 メニュー区切り
17080 \family default
17081 で入力される文字は、
17082 \series bold
17083
17084 \backslash
17085 triangleright
17086 \series default
17087 演算子です。
17088 \end_layout
17089
17090 \begin_layout Subsection
17091 自己定義演算子
17092 \begin_inset CommandInset label
17093 LatexCommand label
17094 name "sub:自己定義演算子"
17095
17096 \end_inset
17097
17098
17099 \begin_inset Index
17100 status collapsed
17101
17102 \begin_layout Plain Layout
17103 えんざんし@演算子 ! じこていぎ@自己定義
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Standard
17112 LaTeXプリアンブルで
17113 \series bold
17114
17115 \backslash
17116 DeclareMathOperator
17117 \series default
17118
17119 \begin_inset Index
17120 status collapsed
17121
17122 \begin_layout Plain Layout
17123 こまんど@コマンド ! D ! 
17124 \backslash
17125 dbinom@
17126 \backslash
17127 DeclareMathOperator
17128 \end_layout
17129
17130 \end_inset
17131
17132 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17133 \end_layout
17134
17135 \begin_layout Standard
17136
17137 \series bold
17138
17139 \backslash
17140 DeclareMathOperator{新規コマンド}{表示}
17141 \end_layout
17142
17143 \begin_layout Standard
17144 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17145 \begin_inset CommandInset ref
17146 LatexCommand ref
17147 reference "sub:演算子の範囲"
17148
17149 \end_inset
17150
17151 節で述べられた範囲を指定することができます。
17152 \end_layout
17153
17154 \begin_layout Standard
17155 たとえば、以下のようなLaTeXプリアンブル行
17156 \end_layout
17157
17158 \begin_layout Standard
17159
17160 \series bold
17161
17162 \backslash
17163 DeclareMathOperator*{
17164 \backslash
17165 Lozenge}{
17166 \backslash
17167 blacklozenge}
17168 \end_layout
17169
17170 \begin_layout Standard
17171 は、第
17172 \begin_inset CommandInset ref
17173 LatexCommand ref
17174 reference "sub:その他の記号"
17175
17176 \end_inset
17177
17178 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17179 \series bold
17180
17181 \backslash
17182 Lozenge
17183 \series default
17184 を定義します。
17185 \begin_inset Formula \[
17186 \Lozenge_{n=1}^{\infty}\]
17187
17188 \end_inset
17189
17190 上記の数式を作るコマンドは、
17191 \series bold
17192
17193 \backslash
17194 Lozenge
17195 \series default
17196 ^
17197 \series bold
17198
17199 \backslash
17200 infty
17201 \begin_inset Formula $\to$
17202 \end_inset
17203
17204 _n=1
17205 \series default
17206 です。
17207 \end_layout
17208
17209 \begin_layout Standard
17210 \begin_inset VSpace bigskip
17211 \end_inset
17212
17213 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17214 \series bold
17215
17216 \backslash
17217 mathop
17218 \series default
17219
17220 \begin_inset Index
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224 こまんど@コマンド ! M ! 
17225 \backslash
17226 mathop
17227 \end_layout
17228
17229 \end_inset
17230
17231 コマンドおよび
17232 \series bold
17233
17234 \backslash
17235 mathbin
17236 \series default
17237
17238 \begin_inset Index
17239 status collapsed
17240
17241 \begin_layout Plain Layout
17242 こまんど@コマンド ! M ! 
17243 \backslash
17244 mathbin
17245 \end_layout
17246
17247 \end_inset
17248
17249 コマンドを用いて定義を行うこともできます。
17250 \end_layout
17251
17252 \begin_layout Standard
17253 (書式)
17254 \series bold
17255
17256 \backslash
17257 mathop{表示}
17258 \series default
17259 および
17260 \series bold
17261
17262 \backslash
17263 mathbin{表示}
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 mathop
17272 \series default
17273 は大演算子を定義し、
17274 \series bold
17275
17276 \backslash
17277 mathbin
17278 \series default
17279 は二項演算子を定義します。
17280 \end_layout
17281
17282 \begin_layout Standard
17283 たとえば
17284 \series bold
17285
17286 \backslash
17287 mathop
17288 \series default
17289 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17290 \end_layout
17291
17292 \begin_layout Standard
17293 \begin_inset Formula \[
17294 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17295
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \begin_layout Standard
17302 上記の数式では
17303 \begin_inset Newline newline
17304 \end_inset
17305
17306
17307 \series bold
17308
17309 \backslash
17310 mathop{
17311 \backslash
17312 sum
17313 \backslash
17314 negmedspace
17315 \backslash
17316 sum
17317 \series default
17318
17319 \begin_inset ERT
17320 status collapsed
17321
17322 \begin_layout Plain Layout
17323
17324
17325 \backslash
17326 spce 
17327 \end_layout
17328
17329 \end_inset
17330
17331
17332 \series bold
17333
17334 \begin_inset Formula $\to$
17335 \end_inset
17336
17337 ^N
17338 \series default
17339
17340 \begin_inset ERT
17341 status collapsed
17342
17343 \begin_layout Plain Layout
17344
17345
17346 \backslash
17347 spce 
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \series bold
17354 _i,j=1
17355 \begin_inset Newline newline
17356 \end_inset
17357
17358
17359 \series default
17360 というコマンドを用いています。
17361 \end_layout
17362
17363 \begin_layout Section
17364 書体
17365 \begin_inset Index
17366 status collapsed
17367
17368 \begin_layout Plain Layout
17369 しょたい@書体
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \begin_inset Index
17376 status collapsed
17377
17378 \begin_layout Plain Layout
17379 ふぉんと@フォント | see
17380 \begin_inset ERT
17381 status collapsed
17382
17383 \begin_layout Plain Layout
17384
17385 {
17386 \end_layout
17387
17388 \end_inset
17389
17390 書体
17391 \begin_inset ERT
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395
17396 }
17397 \end_layout
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \begin_layout Subsection
17410 書体様式
17411 \begin_inset CommandInset label
17412 LatexCommand label
17413 name "sub:書体様式"
17414
17415 \end_inset
17416
17417
17418 \begin_inset Index
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422 しょたい@書体 ! ようしき@様式
17423 \end_layout
17424
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Standard
17431 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17432 \begin_inset VSpace -2mm
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \align center
17440 \begin_inset Tabular
17441 <lyxtabular version="3" rows="6" columns="3">
17442 <features>
17443 <column alignment="center" valignment="top" width="0">
17444 <column alignment="center" valignment="top" width="0">
17445 <column alignment="center" valignment="top" width="0">
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 コマンド
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 出力
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 短絡キー
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \backslash
17482 mathbb
17483 \series bold
17484
17485 \begin_inset ERT
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489
17490
17491 \backslash
17492 spce 
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \series default
17499 ABC
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $\mathbb{ABC}$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Info
17521 type  "shortcut"
17522 arg   "font-noun"
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 </row>
17531 <row>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536
17537 \backslash
17538 mathbf
17539 \series bold
17540
17541 \begin_inset ERT
17542 status collapsed
17543
17544 \begin_layout Plain Layout
17545
17546
17547 \backslash
17548 spce 
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \series default
17555 AbC
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 \begin_inset Formula $\mathbf{AbC}$
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Info
17577 type  "shortcut"
17578 arg   "font-bold"
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 <row>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \backslash
17594 boldsymbol
17595 \series bold
17596
17597 \begin_inset ERT
17598 status collapsed
17599
17600 \begin_layout Plain Layout
17601
17602
17603 \backslash
17604 spce 
17605 \end_layout
17606
17607 \end_inset
17608
17609
17610 \series default
17611 AbC
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $\boldsymbol{AbC}$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Info
17633 type  "shortcuts"
17634 arg   "font-boldsymbol"
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \backslash
17650 mathcal
17651 \series bold
17652
17653 \begin_inset ERT
17654 status collapsed
17655
17656 \begin_layout Plain Layout
17657
17658
17659 \backslash
17660 spce 
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \series default
17667 ABC
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 \begin_inset Formula $\mathcal{ABC}$
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Info
17689 type  "shortcut"
17690 arg   "font-emph"
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \backslash
17706 mathfrak
17707 \series bold
17708
17709 \begin_inset ERT
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713
17714
17715 \backslash
17716 spce 
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \series default
17723 AbC
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 \begin_inset Formula $\mathfrak{AbC}$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 -
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 \align center
17759 \begin_inset Tabular
17760 <lyxtabular version="3" rows="5" columns="3">
17761 <features>
17762 <column alignment="center" valignment="top" width="0">
17763 <column alignment="center" valignment="top" width="0">
17764 <column alignment="center" valignment="top" width="0">
17765 <row>
17766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 コマンド
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 出力
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 短絡キー
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \backslash
17801 mathit
17802 \series bold
17803
17804 \begin_inset ERT
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808
17809
17810 \backslash
17811 spce 
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \series default
17818 AbC
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset Formula $\mathit{AbC}$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 -
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 mathrm
17853 \series bold
17854
17855 \begin_inset ERT
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859
17860
17861 \backslash
17862 spce 
17863 \end_layout
17864
17865 \end_inset
17866
17867
17868 \series default
17869 AbC
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $\mathrm{AbC}$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Info
17891 type  "shortcut"
17892 arg   "font-roman"
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathsf
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 spce 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 AbC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathsf{AbC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 \begin_inset Info
17947 type  "shortcut"
17948 arg   "font-sans"
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 </row>
17957 <row>
17958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \backslash
17964 mathtt
17965 \series bold
17966
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 spce 
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \series default
17981 AbC
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 \begin_inset Formula $\mathtt{AbC}$
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Info
18003 type  "shortcut"
18004 arg   "font-typewriter"
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 </lyxtabular>
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Standard
18021 \begin_inset Note Greyedout
18022 status open
18023
18024 \begin_layout Plain Layout
18025
18026 \series bold
18027 (注意)
18028 \backslash
18029 mathbb
18030 \series default
18031 様式と
18032 \series bold
18033
18034 \backslash
18035 mathcal
18036 \series default
18037 様式は、大文字にのみ使用することができます。
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 既定では、
18047 \series bold
18048
18049 \backslash
18050 mathnormal
18051 \series default
18052 様式に設定されています。
18053 \end_layout
18054
18055 \begin_layout Standard
18056 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18057 \begin_inset Formula \[
18058 \mathfrak{A=\frac{b}{C}}\]
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Standard
18066 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18067 \series bold
18068
18069 \backslash
18070 textrm
18071 \series default
18072 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18073 \begin_inset Foot
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077 \begin_inset CommandInset href
18078 LatexCommand href
18079 name "LyX-bug #4091"
18080 target "http://www.lyx.org/trac/ticket/4629"
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Standard
18093 書体様式コマンドの代わりに、
18094 \family sans
18095 編集\SpecialChar \menuseparator
18096 数学\SpecialChar \menuseparator
18097 文字様式
18098 \family default
18099 ダイアログや、
18100 \begin_inset Graphics
18101         filename ../../images/math/font.png
18102         scale 85
18103
18104 \end_inset
18105
18106 を使用することもできます。
18107 \end_layout
18108
18109 \begin_layout Subsection
18110 ボールド体の数式
18111 \begin_inset CommandInset label
18112 LatexCommand label
18113 name "sub:ボールド体の数式"
18114
18115 \end_inset
18116
18117
18118 \begin_inset Index
18119 status collapsed
18120
18121 \begin_layout Plain Layout
18122 すうしき@数式 ! ぼーるどたい@ボールド体
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Standard
18131 数式全体をボールド体にしようとすると、前節の
18132 \series bold
18133
18134 \backslash
18135 mathbf
18136 \series default
18137 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18138 字してしまいます。
18139 \end_layout
18140
18141 \begin_layout Standard
18142 \begin_inset Formula \[
18143 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}\]
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Standard
18151 この数式を正しく表示するには、以下のように、
18152 \series bold
18153
18154 \backslash
18155 boldsymbol
18156 \series default
18157 コマンドを使用します。
18158 \begin_inset Formula \[
18159 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}\]
18160
18161 \end_inset
18162
18163 また、数式を
18164 \series bold
18165 boldmath環境
18166 \series default
18167 に設定する方法もあります。この環境は、TeXモードで
18168 \series bold
18169
18170 \backslash
18171 boldmath
18172 \begin_inset Index
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176 こまんど@コマンド ! B ! 
18177 \backslash
18178 boldmath
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \series default
18185 コマンドを挿入することによって作ることができます。環境を閉じるには、
18186 \series bold
18187
18188 \backslash
18189 unboldmath
18190 \begin_inset Index
18191 status collapsed
18192
18193 \begin_layout Plain Layout
18194 こまんど@コマンド ! U ! 
18195 \backslash
18196 unboldmath
18197 \end_layout
18198
18199 \end_inset
18200
18201
18202 \series default
18203 コマンドをTeXモードで挿入します。
18204 \begin_inset ERT
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208
18209
18210 \backslash
18211 boldmath 
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \begin_inset Formula \[
18218 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}\]
18219
18220 \end_inset
18221
18222
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228
18229 \backslash
18230 unboldmath 
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Subsection
18239 色付きの数式
18240 \begin_inset Index
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244 すうしき@数式 ! いろつき@色付き
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \begin_layout Standard
18253 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18254 \begin_inset Formula \[
18255 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \begin_layout Standard
18263
18264 \begin_inset CommandInset ref
18265 LatexCommand ref
18266 reference "sub:色付きボックス"
18267
18268 \end_inset
18269
18270 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18271 \series bold
18272
18273 \backslash
18274 textcolor
18275 \series default
18276
18277 \begin_inset Index
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281 こまんど@コマンド ! T ! 
18282 \backslash
18283 textcolor
18284 \end_layout
18285
18286 \end_inset
18287
18288 TeXコードコマンドで適用することができます。
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294
18295 \backslash
18296 textcolor{色}{文字ないし数式}
18297 \end_layout
18298
18299 \begin_layout Standard
18300 下記の例は、全体を濃緑にし、一部を赤にしています。
18301 \end_layout
18302
18303 \begin_layout Standard
18304 \begin_inset ERT
18305 status collapsed
18306
18307 \begin_layout Plain Layout
18308
18309
18310 \backslash
18311 textcolor{darkgreen}{
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \begin_inset Formula \[
18318 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18319
18320 \end_inset
18321
18322
18323 \begin_inset ERT
18324 status collapsed
18325
18326 \begin_layout Plain Layout
18327
18328 }
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18338 \begin_inset Foot
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342 \begin_inset CommandInset href
18343 LatexCommand href
18344 name "LyX-bug #5269"
18345 target "http://www.lyx.org/trac/ticket/5269"
18346
18347 \end_inset
18348
18349
18350 \end_layout
18351
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \begin_layout Subsection
18358 書体寸法
18359 \begin_inset CommandInset label
18360 LatexCommand label
18361 name "sub:書体寸法"
18362
18363 \end_inset
18364
18365
18366 \begin_inset Index
18367 status collapsed
18368
18369 \begin_layout Plain Layout
18370 しょたい@書体 ! すんぽう@寸法
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385
18386 \backslash
18387 Huge
18388 \series default
18389
18390 \series bold
18391
18392 \backslash
18393 huge
18394 \series default
18395
18396 \series bold
18397
18398 \backslash
18399 LARGE
18400 \series default
18401
18402 \series bold
18403
18404 \backslash
18405 Large
18406 \series default
18407
18408 \series bold
18409
18410 \backslash
18411 large
18412 \series default
18413
18414 \series bold
18415
18416 \backslash
18417 normalsize
18418 \series default
18419
18420 \series bold
18421
18422 \backslash
18423 small
18424 \series default
18425 ,
18426 \begin_inset Newline newline
18427 \end_inset
18428
18429
18430 \series bold
18431
18432 \backslash
18433 footnotesize
18434 \series default
18435
18436 \series bold
18437
18438 \backslash
18439 scriptsize
18440 \series default
18441 、および
18442 \series bold
18443
18444 \backslash
18445 tiny
18446 \end_layout
18447
18448 \begin_layout Standard
18449 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18450 \series bold
18451
18452 \backslash
18453 normalsize
18454 \series default
18455 コマンドに設定されます。他のコマンドは、
18456 \series bold
18457
18458 \backslash
18459 normalsize
18460 \series default
18461 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18462 \begin_inset space \thinspace{}
18463 \end_inset
18464
18465 ptであるならば、
18466 \series bold
18467
18468 \backslash
18469 Huge
18470 \series default
18471 コマンドは
18472 \series bold
18473
18474 \backslash
18475 huge
18476 \series default
18477 コマンドと同じ大きさに落とされます。
18478 \end_layout
18479
18480 \begin_layout Standard
18481 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18482 \series bold
18483
18484 \backslash
18485 normalsize
18486 \series default
18487 コマンドを挿入します。
18488 \end_layout
18489
18490 \begin_layout Standard
18491 数式内部からは、数式テキスト内の記号と文字の寸法だけしか変更することができません。これを実行するには、書体寸法コマンドを数式テキスト内に挿入します。数式テキスト
18492 の終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18493 \begin_inset VSpace -2mm
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 huge 
18508 \end_layout
18509
18510 \end_inset
18511
18512
18513 \begin_inset Formula \[
18514 A=\frac{B}{c}\cdot\maltese\]
18515
18516 \end_inset
18517
18518
18519 \begin_inset Formula \[
18520 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18521
18522 \end_inset
18523
18524
18525 \begin_inset ERT
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529
18530
18531 \backslash
18532 normalsize 
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Standard
18541 \begin_inset VSpace medskip
18542 \end_inset
18543
18544 二つの式の前には、
18545 \series bold
18546
18547 \backslash
18548 huge
18549 \series default
18550 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18551 \begin_inset Newline newline
18552 \end_inset
18553
18554
18555 \series bold
18556
18557 \backslash
18558 maltese
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564
18565 \backslash
18566 spce 
18567 \end_layout
18568
18569 \end_inset
18570
18571 A Alt+M M 
18572 \backslash
18573 Large
18574 \begin_inset ERT
18575 status collapsed
18576
18577 \begin_layout Plain Layout
18578
18579
18580 \backslash
18581 spce 
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \backslash
18588 maltese
18589 \begin_inset ERT
18590 status collapsed
18591
18592 \begin_layout Plain Layout
18593
18594
18595 \backslash
18596 spce 
18597 \end_layout
18598
18599 \end_inset
18600
18601
18602 \backslash
18603 textit
18604 \begin_inset ERT
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608
18609
18610 \backslash
18611 spce 
18612 \end_layout
18613
18614 \end_inset
18615
18616 A
18617 \begin_inset Formula $\to$
18618 \end_inset
18619
18620
18621 \begin_inset Formula $\to$
18622 \end_inset
18623
18624
18625 \begin_inset Newline newline
18626 \end_inset
18627
18628
18629 \begin_inset space \hspace*{}
18630 \length 1cm
18631 \end_inset
18632
18633 Alt+M
18634 \series default
18635  
18636 \series bold
18637
18638 \backslash
18639 tiny
18640 \begin_inset ERT
18641 status collapsed
18642
18643 \begin_layout Plain Layout
18644
18645
18646 \backslash
18647 spce 
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \backslash
18654 maltese
18655 \begin_inset ERT
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659
18660
18661 \backslash
18662 spce 
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \backslash
18669 textit
18670 \begin_inset ERT
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674
18675
18676 \backslash
18677 spce 
18678 \end_layout
18679
18680 \end_inset
18681
18682 A
18683 \begin_inset Newline newline
18684 \end_inset
18685
18686
18687 \series default
18688 のようになります。
18689 \end_layout
18690
18691 \begin_layout Standard
18692 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18693 \end_layout
18694
18695 \begin_layout Section
18696 ギリシャ文字
18697 \begin_inset Index
18698 status collapsed
18699
18700 \begin_layout Plain Layout
18701 ぎりしゃもじ@ギリシャ文字
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 すべてのギリシャ文字は、ツールバーボタンの
18711 \begin_inset Graphics
18712         filename ../../images/math/alpha.png
18713         scale 85
18714
18715 \end_inset
18716
18717 からでも挿入することができます。
18718 \end_layout
18719
18720 \begin_layout Subsection
18721 小文字
18722 \begin_inset Index
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Standard
18735 \begin_inset space \hfill{}
18736 \end_inset
18737
18738
18739 \begin_inset Tabular
18740 <lyxtabular version="3" rows="11" columns="2">
18741 <features>
18742 <column alignment="center" valignment="top" width="0pt">
18743 <column alignment="center" valignment="top" width="0pt">
18744 <row>
18745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 コマンド
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758 出力
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \backslash
18771 alpha
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780 \begin_inset Formula $\alpha$
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \backslash
18796 beta
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Formula $\beta$
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 </row>
18814 <row>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819
18820 \backslash
18821 gamma
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Formula $\gamma$
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 </row>
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \backslash
18846 delta
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 \begin_inset Formula $\delta$
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \backslash
18871 epsilon
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 \begin_inset Formula $\epsilon$
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \backslash
18896 varepsilon
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Formula $\varepsilon$
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 <row>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \backslash
18921 zeta
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 \begin_inset Formula $\zeta$
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 </row>
18939 <row>
18940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \backslash
18946 eta
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 \begin_inset Formula $\eta$
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969
18970 \backslash
18971 theta
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 \begin_inset Formula $\theta$
18981 \end_inset
18982
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \backslash
18996 vartheta
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 \begin_inset Formula $\vartheta$
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 </lyxtabular>
19015
19016 \end_inset
19017
19018
19019 \begin_inset space \hfill{}
19020 \end_inset
19021
19022
19023 \begin_inset Tabular
19024 <lyxtabular version="3" rows="12" columns="2">
19025 <features>
19026 <column alignment="center" valignment="top" width="0pt">
19027 <column alignment="center" valignment="top" width="0pt">
19028 <row>
19029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 コマンド
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 出力
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 <row>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \backslash
19055 iota
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 \begin_inset Formula $\iota$
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 <row>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \backslash
19080 kappa
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 \begin_inset Formula $\kappa$
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \backslash
19105 varkappa
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 \begin_inset Formula $\varkappa$
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \backslash
19130 lambda
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 \begin_inset Formula $\lambda$
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 mu
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164 \begin_inset Formula $\mu$
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 </row>
19173 <row>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \backslash
19180 nu
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189 \begin_inset Formula $\nu$
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203
19204 \backslash
19205 xi
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214 \begin_inset Formula $\xi$
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 o
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $o$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \backslash
19253 pi
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Formula $\pi$
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 </row>
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \backslash
19278 varpi
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 \begin_inset Formula $\varpi$
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \backslash
19303 rho
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 \begin_inset Formula $\rho$
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 </row>
19321 </lyxtabular>
19322
19323 \end_inset
19324
19325
19326 \begin_inset space \hfill{}
19327 \end_inset
19328
19329
19330 \begin_inset Tabular
19331 <lyxtabular version="3" rows="11" columns="2">
19332 <features>
19333 <column alignment="center" valignment="top" width="0pt">
19334 <column alignment="center" valignment="top" width="0pt">
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 コマンド
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 出力
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 </row>
19355 <row>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360
19361 \backslash
19362 varrho
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 \begin_inset Formula $\varrho$
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 </row>
19380 <row>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385
19386 \backslash
19387 sigma
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 \begin_inset Formula $\sigma$
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 </row>
19405 <row>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410
19411 \backslash
19412 varsigma
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Formula $\varsigma$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 </row>
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435
19436 \backslash
19437 tau
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $\tau$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \backslash
19462 upsilon
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 \begin_inset Formula $\upsilon$
19472 \end_inset
19473
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 </row>
19480 <row>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485
19486 \backslash
19487 phi
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 \begin_inset Formula $\phi$
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 </row>
19505 <row>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510
19511 \backslash
19512 varphi
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 \begin_inset Formula $\varphi$
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 </row>
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535
19536 \backslash
19537 chi
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 \begin_inset Formula $\chi$
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 </row>
19555 <row>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \backslash
19562 psi
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Formula $\psi$
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 </row>
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585
19586 \backslash
19587 omega
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset Formula $\omega$
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 </lyxtabular>
19606
19607 \end_inset
19608
19609
19610 \begin_inset space \hfill{}
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617 \begin_inset VSpace medskip
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 アップライト体のギリシャ文字を作成する方法は、第
19625 \begin_inset CommandInset ref
19626 LatexCommand ref
19627 reference "sub:アップライト体ギリシャ小文字"
19628
19629 \end_inset
19630
19631 節に説明されています。
19632 \end_layout
19633
19634 \begin_layout Subsection
19635 大文字
19636 \begin_inset Index
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649 \begin_inset space \hfill{}
19650 \end_inset
19651
19652
19653 \begin_inset Tabular
19654 <lyxtabular version="3" rows="7" columns="2">
19655 <features>
19656 <column alignment="center" valignment="top" width="0pt">
19657 <column alignment="center" valignment="top" width="0pt">
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \family roman
19665 \series medium
19666 \shape up
19667 \size normal
19668 \emph off
19669 \bar no
19670 \noun off
19671 \color none
19672 コマンド
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \family roman
19683 \series medium
19684 \shape up
19685 \size normal
19686 \emph off
19687 \bar no
19688 \noun off
19689 \color none
19690 出力
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 Gamma
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\Gamma$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 Delta
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\Delta$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 Theta
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\Theta$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 Lambda
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\Lambda$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 Xi
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\Xi$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \backslash
19828 Pi
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset Formula $\Pi$
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 </lyxtabular>
19847
19848 \end_inset
19849
19850
19851 \begin_inset space \hfill{}
19852 \end_inset
19853
19854
19855 \begin_inset Tabular
19856 <lyxtabular version="3" rows="6" columns="2">
19857 <features>
19858 <column alignment="center" valignment="top" width="0pt">
19859 <column alignment="center" valignment="top" width="0pt">
19860 <row>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865
19866 \family roman
19867 \series medium
19868 \shape up
19869 \size normal
19870 \emph off
19871 \bar no
19872 \noun off
19873 \color none
19874 コマンド
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \family roman
19885 \series medium
19886 \shape up
19887 \size normal
19888 \emph off
19889 \bar no
19890 \noun off
19891 \color none
19892 出力
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 Sigma
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\Sigma$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \backslash
19930 Upsilon
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset Formula $\Upsilon$
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 Phi
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\Phi$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 Psi
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\Psi$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 Omega
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\Omega$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 </lyxtabular>
20024
20025 \end_inset
20026
20027
20028 \begin_inset space \hfill{}
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \begin_layout Standard
20035 \begin_inset VSpace medskip
20036 \end_inset
20037
20038 大文字のギリシャ文字がアップライト体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマン
20039 ドの頭に
20040 \series bold
20041 var
20042 \series default
20043 を付けてください。たとえば、
20044 \series bold
20045
20046 \backslash
20047 varGamma
20048 \series default
20049 コマンドは、
20050 \begin_inset Formula $\varGamma$
20051 \end_inset
20052
20053 を生成します。
20054 \end_layout
20055
20056 \begin_layout Subsection
20057 ボールド体
20058 \begin_inset Index
20059 status collapsed
20060
20061 \begin_layout Plain Layout
20062 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20072 \series bold
20073
20074 \backslash
20075 boldsymbol
20076 \series default
20077 コマンドのみです
20078 \begin_inset Index
20079 status collapsed
20080
20081 \begin_layout Plain Layout
20082 こまんど@コマンド ! B ! 
20083 \backslash
20084 boldsymbol
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Standard
20093 \align center
20094 \begin_inset Tabular
20095 <lyxtabular version="3" rows="3" columns="2">
20096 <features>
20097 <column alignment="center" valignment="top" width="0">
20098 <column alignment="center" valignment="top" width="0">
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104 コマンド
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 出力
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 <row>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 Upsilon
20127 \backslash
20128 boldsymbol
20129 \backslash
20130 Upsilon
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 theta
20156 \backslash
20157 boldsymbol
20158 \backslash
20159 theta
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset Formula $\theta\boldsymbol{\theta}$
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 </row>
20177 </lyxtabular>
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Section
20185 記号
20186 \begin_inset ERT
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190
20191
20192 \backslash
20193 texorpdfstring{
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \begin_inset Foot
20200 status collapsed
20201
20202 \begin_layout Plain Layout
20203 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20204 \begin_inset CommandInset citation
20205 LatexCommand cite
20206 key "Symbole"
20207
20208 \end_inset
20209
20210 にあります。
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \begin_inset ERT
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220
20221 }{}
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \begin_inset Note Note
20228 status collapsed
20229
20230 \begin_layout Plain Layout
20231
20232 \backslash
20233 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20234 \end_layout
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 texorpdfstringについての詳細は、第
20240 \begin_inset CommandInset ref
20241 LatexCommand ref
20242 reference "sub:節見出し中の数式"
20243
20244 \end_inset
20245
20246 節にあります。
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \begin_inset Index
20253 status collapsed
20254
20255 \begin_layout Plain Layout
20256 きごう@記号
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Standard
20265 本節に掲げてある各記号の多くは、ツールバーボタンの
20266 \begin_inset Graphics
20267         filename ../../images/math/nabla.png
20268         scale 85
20269
20270 \end_inset
20271
20272
20273 \begin_inset Graphics
20274         filename ../../images/math/digamma.png
20275         scale 85
20276
20277 \end_inset
20278
20279 でも挿入することができます。
20280 \end_layout
20281
20282 \begin_layout Subsection
20283 数学記号
20284 \begin_inset CommandInset label
20285 LatexCommand label
20286 name "sub:数学記号"
20287
20288 \end_inset
20289
20290
20291 \begin_inset Index
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295 きごう@記号 ! すうがく@数学
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 \begin_inset space \hfill{}
20305 \end_inset
20306
20307
20308 \begin_inset Tabular
20309 <lyxtabular version="3" rows="10" columns="2">
20310 <features>
20311 <column alignment="center" valignment="top" width="0pt">
20312 <column alignment="center" valignment="top" width="0pt">
20313 <row>
20314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 コマンド
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327 出力
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 </row>
20333 <row>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338
20339 \backslash
20340 neg
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Formula $\neg$
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 </row>
20358 <row>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363
20364 \backslash
20365 Im
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset Formula $\Im$
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 Re
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\Re$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 aleph
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\aleph$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 partial
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\partial$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 infty
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\infty$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 wp
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\wp$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 imath
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\imath$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \backslash
20540 jmath
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Formula $\jmath$
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 </lyxtabular>
20559
20560 \end_inset
20561
20562
20563 \begin_inset space \hfill{}
20564 \end_inset
20565
20566
20567 \begin_inset Tabular
20568 <lyxtabular version="3" rows="10" columns="2">
20569 <features>
20570 <column alignment="center" valignment="top" width="0pt">
20571 <column alignment="center" valignment="top" width="0pt">
20572 <row>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 コマンド
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586 出力
20587 \begin_inset Note Note
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591 ここで
20592 \series bold
20593
20594 \backslash
20595 raisebox
20596 \series default
20597 はスペーサーとして使用しているだけです。
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \backslash
20615 forall
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\forall$
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \backslash
20640 exists
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Formula $\exists$
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \backslash
20665 nexists
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 \begin_inset Formula $\nexists$
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \backslash
20690 emptyset
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 \begin_inset Formula $\emptyset$
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 <row>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \backslash
20715 varnothing
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 \begin_inset Formula $\varnothing$
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \backslash
20740 dag
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 \begin_inset Formula $\dag$
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 ddag
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\ddag$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 complement
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset ERT
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803
20804
20805 \backslash
20806 raisebox{-0.8mm}{
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \begin_inset Formula $\complement$
20813 \end_inset
20814
20815
20816 \begin_inset ERT
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820
20821 }
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 Bbbk
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\Bbbk$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 </lyxtabular>
20858
20859 \end_inset
20860
20861
20862 \begin_inset space \hfill{}
20863 \end_inset
20864
20865
20866 \begin_inset Tabular
20867 <lyxtabular version="3" rows="10" columns="2">
20868 <features>
20869 <column alignment="center" valignment="top" width="0pt">
20870 <column alignment="center" valignment="top" width="0pt">
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 コマンド
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 出力
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \backslash
20898 prime
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 \begin_inset Formula $\prime$
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 backprime
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\backprime$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 mho
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\mho$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 triangle
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\triangle$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 angle
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\angle$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021
21022 \backslash
21023 measuredangle
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 \begin_inset Formula $\measuredangle$
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \backslash
21048 sphericalangle
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 \begin_inset Formula $\sphericalangle$
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 <row>
21067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \backslash
21073 top
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 \begin_inset Formula $\top$
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 <row>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096
21097 \backslash
21098 bot
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset Formula $\bot$
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 </lyxtabular>
21117
21118 \end_inset
21119
21120
21121 \begin_inset space \hfill{}
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Subsection
21128 その他の記号
21129 \begin_inset CommandInset label
21130 LatexCommand label
21131 name "sub:その他の記号"
21132
21133 \end_inset
21134
21135
21136 \begin_inset Index
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140 きごう@記号 ! そのた@その他
21141 \end_layout
21142
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 \noindent
21150 \align center
21151 \begin_inset Tabular
21152 <lyxtabular version="3" rows="10" columns="2">
21153 <features>
21154 <column alignment="center" valignment="top" width="0pt">
21155 <column alignment="center" valignment="top" width="0pt">
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \family roman
21163 \series medium
21164 \shape up
21165 \size normal
21166 \emph off
21167 \bar no
21168 \noun off
21169 \color none
21170 コマンド
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \family roman
21181 \series medium
21182 \shape up
21183 \size normal
21184 \emph off
21185 \bar no
21186 \noun off
21187 \color none
21188 出力
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199
21200 \backslash
21201 flat
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $\flat$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \backslash
21226 natural
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $\natural$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 sharp
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\sharp$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 surd
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\surd$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 checkmark
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\checkmark$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 yen
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\yen$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349
21350 \backslash
21351 pounds
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Formula $\pounds$
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 $
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\$$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 §
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $§$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 </lyxtabular>
21416
21417 \end_inset
21418
21419
21420 \begin_inset Tabular
21421 <lyxtabular version="3" rows="10" columns="2">
21422 <features>
21423 <column alignment="center" valignment="top" width="0">
21424 <column alignment="center" valignment="top" width="0">
21425 <row>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \family roman
21432 \series medium
21433 \shape up
21434 \size normal
21435 \emph off
21436 \bar no
21437 \noun off
21438 \color none
21439 コマンド
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \family roman
21450 \series medium
21451 \shape up
21452 \size normal
21453 \emph off
21454 \bar no
21455 \noun off
21456 \color none
21457 出力
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 hbar
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\hbar$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 hslash
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\hslash$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \backslash
21520 clubsuit
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset Formula $\clubsuit$
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 </row>
21538 <row>
21539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 spadesuit
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\spadesuit$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 <row>
21564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568
21569 \backslash
21570 bigstar
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Formula $\bigstar$
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 <row>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \backslash
21595 blacklozenge
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 \begin_inset Formula $\blacklozenge$
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 blacktriangle
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\blacktriangle$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \backslash
21645 blacktiangledown
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\blacktriangledown$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668
21669 \backslash
21670 bullet
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\bullet$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 </lyxtabular>
21689
21690 \end_inset
21691
21692
21693 \begin_inset Tabular
21694 <lyxtabular version="3" rows="10" columns="2">
21695 <features>
21696 <column alignment="center" valignment="top" width="0pt">
21697 <column alignment="center" valignment="top" width="0pt">
21698 <row>
21699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721
21722 \family roman
21723 \series medium
21724 \shape up
21725 \size normal
21726 \emph off
21727 \bar no
21728 \noun off
21729 \color none
21730 出力
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 diamondsuit
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\diamondsuit$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 Diamond
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\Diamond$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 heartsuit
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\heartsuit$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 P
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\P$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 copyright
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\copyright$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 circledR
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\circledR$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 maltese
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\maltese$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 diagup
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\diagup$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 diagdown
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\diagdown$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 </lyxtabular>
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Standard
21969 \begin_inset VSpace medskip
21970 \end_inset
21971
21972 ここにある以上の記号が、第
21973 \begin_inset CommandInset ref
21974 LatexCommand ref
21975 reference "sub:他の特殊文字"
21976
21977 \end_inset
21978
21979 節に挙げてあります。
21980 \end_layout
21981
21982 \begin_layout Standard
21983 寸法を変えて表示することのできる記号もあります。第
21984 \begin_inset CommandInset ref
21985 LatexCommand ref
21986 reference "sub:書体寸法"
21987
21988 \end_inset
21989
21990 節をご参照下さい。
21991 \end_layout
21992
21993 \begin_layout Subsection
21994 ユーロ通貨記号€
21995 \begin_inset Index
21996 status collapsed
21997
21998 \begin_layout Plain Layout
21999 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22000 \end_layout
22001
22002 \end_inset
22003
22004
22005 \begin_inset Index
22006 status collapsed
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 @
22012 \begin_inset ERT
22013 status collapsed
22014
22015 \begin_layout Plain Layout
22016
22017
22018 \backslash
22019 officialeuro
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Standard
22033 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22034 \series bold
22035 eurosym
22036 \series default
22037
22038 \begin_inset Index
22039 status collapsed
22040
22041 \begin_layout Plain Layout
22042 ぱっけーじ@パッケージ ! eurosym
22043 \end_layout
22044
22045 \end_inset
22046
22047 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22048 \end_layout
22049
22050 \begin_layout Standard
22051
22052 \series bold
22053
22054 \backslash
22055 usepackage[gennarrow]{eurosym}
22056 \end_layout
22057
22058 \begin_layout Standard
22059 すると、ユーロ通貨記号を
22060 \series bold
22061
22062 \backslash
22063 euro
22064 \series default
22065
22066 \begin_inset Index
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070 こまんど@コマンド ! E ! 
22071 \backslash
22072 euro
22073 \end_layout
22074
22075 \end_inset
22076
22077 コマンドで挿入することができるようになります。
22078 \end_layout
22079
22080 \begin_layout Standard
22081 数式テキストには、
22082 \series bold
22083 eurosym
22084 \series default
22085 が導入されていなくても、ユーロ通貨記号を直接€キーを使って挿入することができます。
22086 \series bold
22087 eurosym
22088 \series default
22089 が導入されていれば、
22090 \series bold
22091
22092 \backslash
22093 euro
22094 \series default
22095 はTeXモードでも挿入することができます。また、正式な通貨記号を
22096 \series bold
22097
22098 \backslash
22099 officialeuro
22100 \series default
22101
22102 \begin_inset Index
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 こまんど@コマンド ! O ! 
22107 \backslash
22108 officialeuro
22109 \end_layout
22110
22111 \end_inset
22112
22113 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22114 \end_layout
22115
22116 \begin_layout Standard
22117 \begin_inset ERT
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121
22122
22123 \backslash
22124 ifeurosym 
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \begin_inset Note Note
22131 status open
22132
22133 \begin_layout Plain Layout
22134 以下の表は、LaTeXパッケージ
22135 \series bold
22136 eurosym
22137 \series default
22138 が導入済みのときのみ表示されます。
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Standard
22147 以下は、各ユーロ通貨記号のまとめです。
22148 \end_layout
22149
22150 \begin_layout Standard
22151 \align center
22152 \begin_inset Tabular
22153 <lyxtabular version="3" rows="4" columns="3">
22154 <features>
22155 <column alignment="center" valignment="top" width="0pt">
22156 <column alignment="center" valignment="top" width="0pt">
22157 <column alignment="center" valignment="top" width="0pt">
22158 <row>
22159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 コマンド
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 出力
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 数式
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 euro
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\euro$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 数式テキスト
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Formula $\mbox{€}$
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 </row>
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 TeXモード
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267
22268 \backslash
22269 officialeuro
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 \begin_inset ERT
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282
22283
22284 \backslash
22285 officialeuro
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 </lyxtabular>
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \begin_inset ERT
22305 status collapsed
22306
22307 \begin_layout Plain Layout
22308
22309
22310 \backslash
22311 else 
22312 \end_layout
22313
22314 \end_inset
22315
22316
22317 \begin_inset Note Note
22318 status open
22319
22320 \begin_layout Plain Layout
22321 以下は、LaTeXパッケージ
22322 \series bold
22323 eurosym
22324 \series default
22325 が導入されていないときのみ表示されます。
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \begin_layout Standard
22334 本節の残りを出力としてみるためには、LaTeXパッケージ
22335 \series bold
22336 eurosym
22337 \series default
22338 を導入する必要があります。
22339 \end_layout
22340
22341 \begin_layout Standard
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 fi 
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \begin_layout Section
22358 関係子
22359 \begin_inset CommandInset label
22360 LatexCommand label
22361 name "sec:関係子"
22362
22363 \end_inset
22364
22365
22366 \begin_inset Index
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370 かんけいし@関係子
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset Index
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380 ひかくし@比較子|see
22381 \begin_inset ERT
22382 status collapsed
22383
22384 \begin_layout Plain Layout
22385
22386 {
22387 \end_layout
22388
22389 \end_inset
22390
22391 関係子
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397 }
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \begin_layout Standard
22411 関係子はすべて、ツールバーボタンの
22412 \begin_inset Graphics
22413         filename ../../images/math/leq.png
22414         scale 85
22415
22416 \end_inset
22417
22418 でも挿入することができます。
22419 \end_layout
22420
22421 \begin_layout Standard
22422 \begin_inset space \hfill{}
22423 \end_inset
22424
22425
22426 \begin_inset Tabular
22427 <lyxtabular version="3" rows="17" columns="2">
22428 <features>
22429 <column alignment="center" valignment="top" width="0pt">
22430 <column alignment="center" valignment="top" width="0pt">
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 コマンド
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 出力
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $<$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Formula $<$
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 <row>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \backslash
22484 le
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $\le$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 <row>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 ll
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\ll$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 prec
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\prec$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 preceq
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\preceq$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 subset
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\subset$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 subseteq
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\subseteq$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 sqsubseteq
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\sqsubseteq$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 in
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\in$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 vdash
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\vdash$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 smile
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\smile$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 lhd
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\lhd$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \backslash
22759 unlhd
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 $\unlhd$
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" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 gtrless
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\gtrless$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 mid
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\mid$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 nmid
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\nmid$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 </lyxtabular>
22853
22854 \end_inset
22855
22856
22857 \begin_inset space \hfill{}
22858 \end_inset
22859
22860
22861 \begin_inset Tabular
22862 <lyxtabular version="3" rows="17" columns="2">
22863 <features>
22864 <column alignment="center" valignment="top" width="0pt">
22865 <column alignment="center" valignment="top" width="0pt">
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 コマンド
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 出力
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 =
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 \begin_inset Formula $=$
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 <row>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914
22915 \backslash
22916 not=
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Formula $\not=$
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 </row>
22934 <row>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939
22940 \backslash
22941 equiv
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 \begin_inset Formula $\equiv$
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 </row>
22959 <row>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964
22965 \backslash
22966 sim
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 \begin_inset Formula $\sim$
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 <row>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989
22990 \backslash
22991 simeq
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 \begin_inset Formula $\simeq$
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \backslash
23016 approx
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Formula $\approx$
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039
23040 \backslash
23041 cong
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 \begin_inset Formula $\cong$
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \backslash
23066 bowtie
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 \begin_inset Formula $\bowtie$
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 </row>
23084 <row>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089
23090 \backslash
23091 notin
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 \begin_inset Formula $\notin$
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 </row>
23109 <row>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114
23115 \backslash
23116 perp
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 \begin_inset Formula $\perp$
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 </row>
23134 <row>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139
23140 \backslash
23141 propto
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 \begin_inset Formula $\propto$
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 </row>
23159 <row>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 asymp
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\asymp$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 doteq
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\doteq$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 circeq
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\circeq$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 models
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\models$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 widehat=
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\widehat{=}$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 </lyxtabular>
23285
23286 \end_inset
23287
23288
23289 \begin_inset space \hfill{}
23290 \end_inset
23291
23292
23293 \begin_inset Tabular
23294 <lyxtabular version="3" rows="17" columns="2">
23295 <features>
23296 <column alignment="center" valignment="top" width="0pt">
23297 <column alignment="center" valignment="top" width="0pt">
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \family roman
23305 \series medium
23306 \shape up
23307 \size normal
23308 \emph off
23309 \bar no
23310 \noun off
23311 \color none
23312 コマンド
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321
23322 \family roman
23323 \series medium
23324 \shape up
23325 \size normal
23326 \emph off
23327 \bar no
23328 \noun off
23329 \color none
23330 出力
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $>$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $>$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 ge
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\ge$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 gg
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\gg$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 succ
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\succ$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 succeq
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\succeq$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 supset
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\supset$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 supseteq
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\supseteq$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 sqsupseteq
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\sqsupseteq$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 ni
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\ni$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 dashv
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\dashv$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 frown
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\frown$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 rhd
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\rhd$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 unrhd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\unrhd$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 lessgtr
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\lessgtr$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 parallel
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\parallel$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 nparallel
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\nparallel$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 </lyxtabular>
23738
23739 \end_inset
23740
23741
23742 \begin_inset space \hfill{}
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \begin_layout Standard
23749 \begin_inset VSpace medskip
23750 \end_inset
23751
23752
23753 \series bold
23754
23755 \backslash
23756 lhd
23757 \series default
23758
23759 \series bold
23760
23761 \backslash
23762 rhd
23763 \series default
23764 の文字は、同じように見える演算子
23765 \series bold
23766
23767 \backslash
23768 triangleleft
23769 \series default
23770 および
23771 \series bold
23772
23773 \backslash
23774 triangleright
23775 \series default
23776 よりも大きくなっています。
23777 \end_layout
23778
23779 \begin_layout Standard
23780 関係子は、記号とは違って、つねに前後に余白が置かれます。
23781 \end_layout
23782
23783 \begin_layout Standard
23784
23785 \series bold
23786
23787 \backslash
23788 stackrel
23789 \series default
23790
23791 \begin_inset Index
23792 status collapsed
23793
23794 \begin_layout Plain Layout
23795 こまんど@コマンド ! S ! 
23796 \backslash
23797 stackrel
23798 \end_layout
23799
23800 \end_inset
23801
23802 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \align center
23807 \begin_inset Tabular
23808 <lyxtabular version="3" rows="2" columns="2">
23809 <features>
23810 <column alignment="center" valignment="top" width="0">
23811 <column alignment="center" valignment="top" width="0">
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 コマンド
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 出力
23827 \begin_inset Note Note
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831 ここで
23832 \series bold
23833
23834 \backslash
23835 raisebox
23836 \series default
23837 はスペーサーとして使用しているだけです。
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 <row>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 A(r)
23854 \backslash
23855 stackrel
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 spce 
23864 \end_layout
23865
23866 \end_inset
23867
23868 r
23869 \backslash
23870 to
23871 \backslash
23872 infty
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 spce 
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset Formula $\downarrow$
23887 \end_inset
23888
23889
23890 \backslash
23891 approx
23892 \begin_inset ERT
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896
23897
23898 \backslash
23899 spce 
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \begin_inset ERT
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909
23910
23911 \backslash
23912 spce 
23913 \end_layout
23914
23915 \end_inset
23916
23917 B
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 </lyxtabular>
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Section
23943 函数
23944 \end_layout
23945
23946 \begin_layout Subsection
23947 定義済み函数
23948 \begin_inset CommandInset label
23949 LatexCommand label
23950 name "sub:定義済み函数"
23951
23952 \end_inset
23953
23954
23955 \begin_inset Index
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 かんすう@函数 ! ていぎずみ@定義済み
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Standard
23968 一般的に、数式表現では変数は
23969 \shape italic
23970 イタリック体
23971 \shape default
23972 に設定されますが、函数名はイタリック体にしません。なぜなら、
23973 \begin_inset Formula $sin$
23974 \end_inset
23975
23976
23977 \begin_inset Formula $s\cdot i\cdot n$
23978 \end_inset
23979
23980 であるかのように誤解させる恐れがあるためです。そのために、定義済み函数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み函数は、函数名の前にバ
23981 ックスラッシュを加えたコマンドとして挿入します。
23982 \end_layout
23983
23984 \begin_layout Standard
23985 \align center
23986 \begin_inset Tabular
23987 <lyxtabular version="3" rows="2" columns="4">
23988 <features>
23989 <column alignment="center" valignment="top" width="0pt">
23990 <column alignment="center" valignment="top" width="0pt">
23991 <column alignment="center" valignment="top" width="0pt">
23992 <column alignment="center" valignment="top" width="0pt">
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 コマンド
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 出力
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 コマンド
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 出力
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 </row>
24031 <row>
24032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 Asin(x)+B
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045 \begin_inset Formula $Asin(x)+B$
24046 \end_inset
24047
24048
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 A
24058 \backslash
24059 sin(x)+B
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068 \begin_inset Formula $A\sin(x)+B$
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 </row>
24077 </lyxtabular>
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 以下の函数が定義済みです。
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset VSpace -2mm
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 \align center
24097 \begin_inset Tabular
24098 <lyxtabular version="3" rows="9" columns="4">
24099 <features>
24100 <column alignment="center" valignment="top" width="0pt">
24101 <column alignment="center" valignment="top" width="0pt">
24102 <column alignment="center" valignment="top" width="0pt">
24103 <column alignment="center" valignment="top" width="0pt">
24104 <row>
24105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 コマンド
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 コマンド
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 コマンド
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 コマンド
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 sin
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 sinh
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 arcsin
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 sup
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 <row>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 cos
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 cosh
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 arccos
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \backslash
24228 inf
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 tan
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 tanh
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 arctan
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 lim
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 <row>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 cot
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 coth
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 arg
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318
24319 \backslash
24320 liminf
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 sec
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 min
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 deg
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 limsup
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 csc
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 max
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 det
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 Pr
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 ln
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 exp
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 dim
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \backslash
24458 hom
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 <row>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 lg
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 log
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491
24492 \backslash
24493 ker
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502
24503 \backslash
24504 gcd
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 </lyxtabular>
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \begin_layout Standard
24518 上記は、数式ツールバーボタンの
24519 \begin_inset Graphics
24520         filename ../../images/math/functions.png
24521         scale 85
24522
24523 \end_inset
24524
24525 でも挿入することができます。
24526 \end_layout
24527
24528 \begin_layout Subsection
24529 自己定義函数
24530 \begin_inset Index
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534 かんすう@函数 ! じこていぎ@自己定義
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Standard
24543 たとえば符号函数sgn(x)のように、定義済みでない函数を使うには、二つの方法があります。
24544 \end_layout
24545
24546 \begin_layout Itemize
24547 以下の行をLaTeXプリアンブルに加えることによって函数を定義します。
24548 \begin_inset Foot
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552
24553 \series bold
24554
24555 \backslash
24556 DeclareMathOperator
24557 \series default
24558 についての詳細は、第
24559 \begin_inset CommandInset ref
24560 LatexCommand ref
24561 reference "sub:自己定義演算子"
24562
24563 \end_inset
24564
24565 節をご参照下さい。
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \begin_inset Newline newline
24572 \end_inset
24573
24574
24575 \begin_inset VSpace -3mm
24576 \end_inset
24577
24578
24579 \begin_inset Newline newline
24580 \end_inset
24581
24582
24583 \series bold
24584
24585 \backslash
24586 DeclareMathOperator{
24587 \backslash
24588 sgn}{sgn}
24589 \series default
24590
24591 \begin_inset Index
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 こまんど@コマンド ! D ! 
24596 \backslash
24597 dbinom@
24598 \backslash
24599 DeclareMathOperator
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Newline newline
24606 \end_inset
24607
24608
24609 \begin_inset VSpace -2mm
24610 \end_inset
24611
24612
24613 \begin_inset Newline newline
24614 \end_inset
24615
24616 これによって、新しく定義された函数を
24617 \series bold
24618
24619 \backslash
24620 sgn
24621 \series default
24622 コマンドで呼び出すことができるようになります。
24623 \end_layout
24624
24625 \begin_layout Itemize
24626 数式を普通に書き下し、函数名を選択して(上記の例では
24627 \emph on
24628 sgn
24629 \emph default
24630 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と函数の間に入れます。
24631 \end_layout
24632
24633 \begin_layout Standard
24634 双方とも定義済み函数と同等の出力をもたらします
24635 \begin_inset Foot
24636 status collapsed
24637
24638 \begin_layout Plain Layout
24639 LyX上では、自己定義函数は赤で表示され、定義済み函数は黒で表示されます。
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 \align center
24649 \begin_inset Tabular
24650 <lyxtabular version="3" rows="3" columns="2">
24651 <features>
24652 <column alignment="center" valignment="top" width="0pt">
24653 <column alignment="center" valignment="top" width="0pt">
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 コマンド
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 出力
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 </row>
24674 <row>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 A
24680 \backslash
24681 sgn(x)+B
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 \begin_inset Formula $A\sgn(x)+B$
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 <row>
24700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 A
24705 \backslash
24706 ,
24707 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24708 \end_inset
24709
24710 (x)+B
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 </lyxtabular>
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 自己定義函数を何回か使用する場合には、一番目の方法の方が適切です。
24737 \end_layout
24738
24739 \begin_layout Subsection
24740 極限
24741 \begin_inset Index
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745 きょくげん@極限
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Standard
24754 極限用には、
24755 \series bold
24756
24757 \backslash
24758 lim
24759 \series default
24760
24761 \begin_inset Index
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 こまんど@コマンド ! L ! 
24766 \backslash
24767 lim
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \series bold
24774
24775 \backslash
24776 liminf
24777 \series default
24778
24779 \series bold
24780
24781 \backslash
24782 limsup
24783 \series default
24784 の他に、以下の函数があります。
24785 \end_layout
24786
24787 \begin_layout Standard
24788 \align center
24789 \begin_inset Tabular
24790 <lyxtabular version="3" rows="5" columns="2">
24791 <features>
24792 <column alignment="center" valignment="top" width="0">
24793 <column alignment="center" valignment="top" width="0">
24794 <row>
24795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 コマンド
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 出力
24809 \begin_inset Note Note
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813 ここで
24814 \series bold
24815
24816 \backslash
24817 raisebox
24818 \series default
24819 はスペーサーとして使用しているだけです。
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 varliminf
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 \begin_inset Formula $\varliminf$
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 varlimsup
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $\varlimsup$
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 <row>
24881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 varprojlim
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 \begin_inset Formula $\varprojlim$
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 </row>
24905 <row>
24906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 varinjlim
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 \begin_inset Formula $\varinjlim$
24922 \end_inset
24923
24924
24925 \begin_inset Formula $\raisebox{-2.5mm}{}$
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 </lyxtabular>
24935
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \begin_layout Standard
24942 \begin_inset VSpace medskip
24943 \end_inset
24944
24945 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように函数の横に置かれます。
24946 \end_layout
24947
24948 \begin_layout Standard
24949 \align center
24950 \begin_inset Tabular
24951 <lyxtabular version="3" rows="2" columns="2">
24952 <features>
24953 <column alignment="center" valignment="top" width="0pt">
24954 <column alignment="center" valignment="top" width="0pt">
24955 <row>
24956 <cell alignment="center" valignment="top" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 コマンド
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 \begin_inset space \hspace{}
24970 \length 1cm
24971 \end_inset
24972
24973 出力
24974 \begin_inset Note Note
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978 ここで
24979 \series bold
24980
24981 \backslash
24982 raisebox
24983 \series default
24984 はスペーサーとして使用しているだけです。
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 lim_x
25003 \backslash
25004 to
25005 \begin_inset ERT
25006 status collapsed
25007
25008 \begin_layout Plain Layout
25009
25010
25011 \backslash
25012 spce 
25013 \end_layout
25014
25015 \end_inset
25016
25017 A
25018 \begin_inset ERT
25019 status collapsed
25020
25021 \begin_layout Plain Layout
25022
25023
25024 \backslash
25025 spce 
25026 \end_layout
25027
25028 \end_inset
25029
25030 x=B
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 </row>
25048 </lyxtabular>
25049
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \begin_layout Standard
25056 別行建て数式では、極限は、以下のように通常どおり下に置かれます。
25057 \begin_inset Formula \[
25058 \lim_{x\to A}x=B\]
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Subsection
25066 剰余函数
25067 \begin_inset Index
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071 かんすう@函数 ! じょうよ@剰余
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \begin_inset Index
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081 かんすう@函数 ! もじゅらす@モジュラス | see
25082 \begin_inset ERT
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086
25087 {
25088 \end_layout
25089
25090 \end_inset
25091
25092 剰余
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097
25098 }
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 剰余函数は、特別に4つの派生型があります。
25113 \end_layout
25114
25115 \begin_layout Standard
25116 以下は、別行建て数式での派生型です。
25117 \begin_inset Formula \begin{align*}
25118 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25119 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25120 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25121 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25122 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Standard
25130 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
25131 \end_layout
25132
25133 \begin_layout Section
25134 特殊文字
25135 \begin_inset Index
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 とくしゅもじ@特殊文字
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Subsection
25148 数式テキストにおける特殊文字
25149 \end_layout
25150
25151 \begin_layout Standard
25152 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25153 \end_layout
25154
25155 \begin_layout Standard
25156 \begin_inset space \hfill{}
25157 \end_inset
25158
25159
25160 \begin_inset Tabular
25161 <lyxtabular version="3" rows="8" columns="2">
25162 <features>
25163 <column alignment="block" valignment="top" width="0">
25164 <column alignment="block" valignment="top" width="0">
25165 <row>
25166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170 コマンド
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 出力
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 </row>
25185 <row>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 oe
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Formula $\textrm{œ}$
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 </row>
25210 <row>
25211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 OE
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226 \begin_inset Formula $\textrm{Œ}$
25227 \end_inset
25228
25229
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 </row>
25235 <row>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 ae
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251 \begin_inset Formula $\textrm{æ}$
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 </row>
25260 <row>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 AE
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276 \begin_inset Formula $\textrm{Æ}$
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 </row>
25285 <row>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 aa
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 \begin_inset Formula $\textrm{\aa}$
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 </row>
25310 <row>
25311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 AA
25318 \begin_inset Index
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322
25323 \lang english
25324
25325 \backslash
25326 @
25327 \begin_inset ERT
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331
25332
25333 \backslash
25334 textrm{
25335 \backslash
25336 AA}
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 \begin_inset Formula $\textrm{Å}$
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 </row>
25364 <row>
25365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \backslash
25371 i
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Formula $\textrm{ı}$
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 </row>
25389 </lyxtabular>
25390
25391 \end_inset
25392
25393
25394 \begin_inset space \hfill{}
25395 \end_inset
25396
25397
25398 \begin_inset Tabular
25399 <lyxtabular version="3" rows="8" columns="2">
25400 <features>
25401 <column alignment="block" valignment="top" width="0">
25402 <column alignment="center" valignment="top" width="0">
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 コマンド
25409 \begin_inset Note Note
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 0
25414 \begin_inset space \thinspace{}
25415 \end_inset
25416
25417 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431 出力
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 </row>
25437 <row>
25438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442
25443 \backslash
25444 o
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 \begin_inset Formula $\textrm{ø}$
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469 O
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 \begin_inset Formula $\textrm{Ø}$
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485 </cell>
25486 </row>
25487 <row>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 l
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Formula $\textrm{ł}$
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 </row>
25512 <row>
25513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517
25518 \backslash
25519 L
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 \begin_inset Formula $\textrm{Ł}$
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 </row>
25537 <row>
25538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 !
25543 \begin_inset space \hspace{}
25544 \length 0mm
25545 \end_inset
25546
25547 `
25548 \begin_inset ERT
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552
25553
25554 \backslash
25555 spce 
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 \begin_inset Formula $\textrm{!`}$
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 ?
25584 \begin_inset space \hspace{}
25585 \length 0mm
25586 \end_inset
25587
25588 `
25589 \begin_inset ERT
25590 status collapsed
25591
25592 \begin_layout Plain Layout
25593
25594
25595 \backslash
25596 spce 
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 \begin_inset Formula $\textrm{?`}$
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 </row>
25619 <row>
25620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \backslash
25626 j
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25632 \begin_inset Text
25633
25634 \begin_layout Plain Layout
25635 \begin_inset Formula $\textrm{ȷ}$
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 </row>
25644 </lyxtabular>
25645
25646 \end_inset
25647
25648
25649 \begin_inset space \hfill{}
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset Formula $\textrm{\textrm{Å}}$
25657 \end_inset
25658
25659
25660 \begin_inset Formula $\textrm{\textrm{Ø}}$
25661 \end_inset
25662
25663 の各文字は、数式ツールバーボタンの
25664 \begin_inset Graphics
25665         filename ../../images/math/digamma.png
25666         scale 85
25667
25668 \end_inset
25669
25670 からも挿入することができます。
25671 \end_layout
25672
25673 \begin_layout Standard
25674 例外は、
25675 \series bold
25676 !
25677 \begin_inset space \hspace{}
25678 \length 0mm
25679 \end_inset
25680
25681 `
25682 \series default
25683
25684 \series bold
25685 ?
25686 \begin_inset space \hspace{}
25687 \length 0mm
25688 \end_inset
25689
25690 `
25691 \series default
25692 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25693 \end_layout
25694
25695 \begin_layout Subsection
25696 文章中のアクセント
25697 \begin_inset CommandInset label
25698 LatexCommand label
25699 name "sub:文章中のアクセント"
25700
25701 \end_inset
25702
25703
25704 \begin_inset Index
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25718 \end_layout
25719
25720 \begin_layout Standard
25721 \begin_inset space \hfill{}
25722 \end_inset
25723
25724
25725 \begin_inset Tabular
25726 <lyxtabular version="3" rows="8" columns="2">
25727 <features>
25728 <column alignment="block" valignment="top" width="0">
25729 <column alignment="block" valignment="top" width="0">
25730 <row>
25731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25732 \begin_inset Text
25733
25734 \begin_layout Plain Layout
25735 コマンド
25736 \end_layout
25737
25738 \end_inset
25739 </cell>
25740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744 出力
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 </row>
25750 <row>
25751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755
25756 \backslash
25757
25758 \begin_inset Quotes grd
25759 \end_inset
25760
25761 e
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset ERT
25771 status collapsed
25772
25773 \begin_layout Plain Layout
25774
25775
25776 \backslash
25777 "e
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 </row>
25788 <row>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \backslash
25795 `e
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804 \begin_inset ERT
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808
25809
25810 \backslash
25811 `e
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 </row>
25822 <row>
25823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Plain Layout
25827
25828 \backslash
25829 ^
25830 \begin_inset ERT
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834
25835
25836 \backslash
25837 spce 
25838 \end_layout
25839
25840 \end_inset
25841
25842 e
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 \begin_inset ERT
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855
25856
25857 \backslash
25858 ^e
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 </row>
25869 <row>
25870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \backslash
25876 =e
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885 \begin_inset ERT
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889
25890
25891 \backslash
25892 =e
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 </row>
25903 <row>
25904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908
25909 \backslash
25910 u
25911 \begin_inset ERT
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915
25916
25917 \backslash
25918 spce 
25919 \end_layout
25920
25921 \end_inset
25922
25923 e
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932 \begin_inset ERT
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936
25937
25938 \backslash
25939 u e
25940 \end_layout
25941
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 </row>
25950 <row>
25951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955
25956 \backslash
25957 b
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 spce 
25966 \end_layout
25967
25968 \end_inset
25969
25970 e
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984
25985 \backslash
25986 b e
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 <row>
25998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Plain Layout
26002
26003 \backslash
26004 t
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 spce 
26013 \end_layout
26014
26015 \end_inset
26016
26017 ee
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset ERT
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030
26031
26032 \backslash
26033 t ee
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 </row>
26044 </lyxtabular>
26045
26046 \end_inset
26047
26048
26049 \begin_inset space \hfill{}
26050 \end_inset
26051
26052
26053 \begin_inset Tabular
26054 <lyxtabular version="3" rows="8" columns="2">
26055 <features>
26056 <column alignment="block" valignment="top" width="0">
26057 <column alignment="center" valignment="top" width="0">
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 コマンド
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072 出力
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 </row>
26078 <row>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083
26084 \backslash
26085 H
26086 \begin_inset ERT
26087 status collapsed
26088
26089 \begin_layout Plain Layout
26090
26091
26092 \backslash
26093 spce 
26094 \end_layout
26095
26096 \end_inset
26097
26098 e
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset ERT
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111
26112
26113 \backslash
26114 H e
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 </row>
26125 <row>
26126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130
26131 \backslash
26132 'e
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141 \begin_inset ERT
26142 status collapsed
26143
26144 \begin_layout Plain Layout
26145
26146
26147 \backslash
26148 'e
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 </row>
26159 <row>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164
26165 \backslash
26166 ~e
26167 \begin_inset Index
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171
26172 \lang english
26173 Tilde
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 ~e
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 .e
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226
26227 \backslash
26228 .e
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 v
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 spce 
26255 \end_layout
26256
26257 \end_inset
26258
26259 e
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 v e
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 </row>
26286 <row>
26287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291
26292 \backslash
26293 d
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 spce 
26302 \end_layout
26303
26304 \end_inset
26305
26306 e
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 d e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 c
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 spce 
26349 \end_layout
26350
26351 \end_inset
26352
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 c e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 </lyxtabular>
26381
26382 \end_inset
26383
26384
26385 \begin_inset space \hfill{}
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Standard
26392 \begin_inset VSpace medskip
26393 \end_inset
26394
26395
26396 \series bold
26397
26398 \backslash
26399 t
26400 \series default
26401 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26402 \series bold
26403
26404 \backslash
26405 t
26406 \begin_inset ERT
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410
26411
26412 \backslash
26413 spce 
26414 \end_layout
26415
26416 \end_inset
26417
26418 sz
26419 \series default
26420 は、
26421 \begin_inset ERT
26422 status collapsed
26423
26424 \begin_layout Plain Layout
26425
26426
26427 \backslash
26428 t sz
26429 \end_layout
26430
26431 \end_inset
26432
26433 となります。
26434 \end_layout
26435
26436 \begin_layout Standard
26437
26438 \series bold
26439 `
26440 \series default
26441  ・
26442 \series bold
26443  '
26444 \series default
26445  ・ 
26446 \series bold
26447 ^
26448 \series default
26449  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26450 \begin_inset Foot
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \series bold
26461 ~
26462 \series default
26463 を、
26464 \emph on
26465 a
26466 \emph default
26467
26468 \emph on
26469 n
26470 \emph default
26471
26472 \emph on
26473 o
26474 \emph default
26475 といっしょに使うときも同様です。
26476 \end_layout
26477
26478 \begin_layout Standard
26479
26480 \series bold
26481
26482 \backslash
26483 b
26484 \series default
26485
26486 \series bold
26487
26488 \backslash
26489 c
26490 \series default
26491
26492 \series bold
26493
26494 \backslash
26495 d
26496 \series default
26497
26498 \series bold
26499
26500 \backslash
26501 H
26502 \series default
26503
26504 \series bold
26505
26506 \backslash
26507 t
26508 \series default
26509
26510 \series bold
26511
26512 \backslash
26513 u
26514 \series default
26515
26516 \series bold
26517
26518 \backslash
26519 v
26520 \series default
26521 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26522 。第
26523 \begin_inset CommandInset ref
26524 LatexCommand ref
26525 reference "sub:一文字に付けるアクセント"
26526
26527 \end_inset
26528
26529 節をご参照下さい。
26530 \end_layout
26531
26532 \begin_layout Standard
26533 \begin_inset VSpace bigskip
26534 \end_inset
26535
26536 さらに、
26537 \series bold
26538
26539 \backslash
26540 textcircled
26541 \series default
26542
26543 \begin_inset Index
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547 こまんど@コマンド ! T ! 
26548 \backslash
26549 textcircled
26550 \end_layout
26551
26552 \end_inset
26553
26554 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26555
26556 \end_layout
26557
26558 \begin_layout Standard
26559 \align center
26560 \begin_inset Tabular
26561 <lyxtabular version="3" rows="3" columns="2">
26562 <features>
26563 <column alignment="center" valignment="top" width="0">
26564 <column alignment="center" valignment="top" width="0">
26565 <row>
26566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570 コマンド
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 出力
26580 \begin_inset Note Note
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584 ここで
26585 \series bold
26586
26587 \backslash
26588 raisebox
26589 \series default
26590 はスペーサーとして使用しているだけです。
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 </row>
26601 <row>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606
26607 \backslash
26608 textcircled{w}
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 textcircled{w}
26625 \end_layout
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 </row>
26635 <row>
26636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640
26641 \backslash
26642 Large 
26643 \backslash
26644 textcircled{
26645 \backslash
26646 normalsize
26647 \backslash
26648 protect
26649 \backslash
26650 raisebox{-1.5pt}{W}}
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 \begin_inset Formula $\raisebox{4.5mm}{}$
26660 \end_inset
26661
26662
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 Large 
26671 \backslash
26672 textcircled{
26673 \backslash
26674 normalsize
26675 \backslash
26676 protect
26677 \backslash
26678 raisebox{-1.5pt}W}
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \begin_inset Formula $\raisebox{-2mm}{}$
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 </lyxtabular>
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Standard
26701 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26702 \series bold
26703
26704 \backslash
26705 Large
26706 \series default
26707
26708 \begin_inset Foot
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713 \begin_inset CommandInset ref
26714 LatexCommand ref
26715 reference "sub:書体寸法"
26716
26717 \end_inset
26718
26719 節参照のこと。
26720 \end_layout
26721
26722 \end_inset
26723
26724 で丸の大きさを指定しています。そして
26725 \series bold
26726
26727 \backslash
26728 raisebox
26729 \series default
26730
26731 \begin_inset Foot
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735
26736 \begin_inset CommandInset ref
26737 LatexCommand ref
26738 reference "sub:枠なしボックス"
26739
26740 \end_inset
26741
26742 節参照のこと。
26743 \end_layout
26744
26745 \end_inset
26746
26747 を使って、文字が真ん中にくるようにしています。
26748 \end_layout
26749
26750 \begin_layout Subsection
26751 小数字
26752 \begin_inset Index
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756 しょうすうじ@小数字
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 小数字(minuscule number)は、
26766 \series bold
26767
26768 \backslash
26769 oldstylenums
26770 \series default
26771
26772 \begin_inset Index
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776 こまんど@コマンド ! O ! 
26777 \backslash
26778 oldstylenums
26779 \end_layout
26780
26781 \end_inset
26782
26783 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26784 \end_layout
26785
26786 \begin_layout Standard
26787
26788 \series bold
26789
26790 \backslash
26791 oldstylenums{数字}
26792 \end_layout
26793
26794 \begin_layout Standard
26795 です。
26796 \series bold
26797
26798 \backslash
26799 oldstylenums{0123456789}
26800 \series default
26801 というコマンドは、
26802 \begin_inset Formula $\oldstylenums{0123456789}$
26803 \end_inset
26804
26805 のようになります。
26806 \end_layout
26807
26808 \begin_layout Subsection
26809 他の特殊文字
26810 \begin_inset CommandInset label
26811 LatexCommand label
26812 name "sub:他の特殊文字"
26813
26814 \end_inset
26815
26816
26817 \begin_inset Index
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821 とくしゅもじ@特殊文字 ! たの@他の
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \begin_layout Standard
26830 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26831 \end_layout
26832
26833 \begin_layout Standard
26834 \align center
26835 \begin_inset Tabular
26836 <lyxtabular version="3" rows="4" columns="2">
26837 <features>
26838 <column alignment="center" valignment="top" width="0">
26839 <column alignment="center" valignment="top" width="0">
26840 <row>
26841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845 コマンド
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 出力
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 </row>
26860 <row>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865
26866 \backslash
26867 ^
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873
26874 \backslash
26875 spce 
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset Formula $\mathcircumflex$
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 </row>
26898 <row>
26899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903
26904 \backslash
26905 _
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914 \begin_inset Formula $\_$
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 </row>
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 ^
26929 \begin_inset ERT
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933
26934
26935 \backslash
26936 spce 
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \backslash
26943 circ
26944 \begin_inset Index
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949 \lang english
26950
26951 \backslash
26952
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966 \begin_inset Formula $^{\circ}$
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 </lyxtabular>
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \begin_layout Standard
26983 しかしながら、角度記号「°」は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26984 \begin_inset Foot
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988 この件に関する詳細は、第
26989 \begin_inset CommandInset ref
26990 LatexCommand ref
26991 reference "sub:数式中のテキスト文字"
26992
26993 \end_inset
26994
26995 節にあります。
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \begin_layout Standard
27004
27005 \series bold
27006
27007 \backslash
27008 DeclareInputtext{176}{
27009 \backslash
27010 ifmmode^
27011 \backslash
27012 circ
27013 \backslash
27014 else
27015 \backslash
27016 textdegree
27017 \backslash
27018 fi}
27019 \end_layout
27020
27021 \begin_layout Section
27022 数式様式
27023 \begin_inset CommandInset label
27024 LatexCommand label
27025 name "sec:数式様式"
27026
27027 \end_inset
27028
27029
27030 \begin_inset Index
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 すうしき@数式 ! ようしき@様式
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Itemize
27043 以下の二つの配置様式があります。
27044 \end_layout
27045
27046 \begin_deeper
27047 \begin_layout Description
27048 中央揃え 事前に定義された標準です。
27049 \end_layout
27050
27051 \begin_layout Description
27052 行頭下げ これを使うには、
27053 \family sans
27054 文書\SpecialChar \menuseparator
27055 設定
27056 \family default
27057 メニューの
27058 \family sans
27059 文書クラス
27060 \family default
27061 において、
27062 \series bold
27063 fleqn
27064 \series default
27065 オプションを指定しておかなくてはなりません。
27066 \end_layout
27067
27068 \begin_layout Standard
27069
27070 \series bold
27071 行頭下げ
27072 \series default
27073 を用いる場合には、行頭下げの大きさを
27074 \series bold
27075
27076 \backslash
27077 mathindent
27078 \series default
27079
27080 \begin_inset Index
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 こまんど@コマンド ! M ! 
27085 \backslash
27086 mathindent
27087 \end_layout
27088
27089 \end_inset
27090
27091 の値で調整することができます。これを15
27092 \begin_inset space \thinspace{}
27093 \end_inset
27094
27095 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27096 \end_layout
27097
27098 \begin_layout Standard
27099
27100 \series bold
27101
27102 \backslash
27103 setlength{
27104 \backslash
27105 mathindent}{15mm}
27106 \end_layout
27107
27108 \begin_layout Standard
27109
27110 \series bold
27111
27112 \backslash
27113 mathindent
27114 \series default
27115 を明示的に指定しない場合には、事前に定義されている30
27116 \begin_inset space \thinspace{}
27117 \end_inset
27118
27119 ptが適用されます。
27120 \end_layout
27121
27122 \end_deeper
27123 \begin_layout Itemize
27124 また、以下の二つの連番様式があります。
27125 \end_layout
27126
27127 \begin_deeper
27128 \begin_layout Description
27129 右 事前に定義された標準です。
27130 \end_layout
27131
27132 \begin_layout Description
27133 左 これを使うには、
27134 \family sans
27135 文書\SpecialChar \menuseparator
27136 設定
27137 \family default
27138 メニューの
27139 \family sans
27140 文書クラス
27141 \family default
27142 において、
27143 \series bold
27144 leqno
27145 \series default
27146 オプションを指定しておかなくてはなりません。
27147 \end_layout
27148
27149 \end_deeper
27150 \begin_layout Standard
27151
27152 \series bold
27153 fleqn
27154 \series default
27155
27156 \series bold
27157 leqno
27158 \series default
27159 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27160 \end_layout
27161
27162 \begin_layout Standard
27163 これで選択した様式は、文書中のすべての別行建て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27164 \series bold
27165 中央揃え
27166 \series default
27167 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27168 \begin_inset CommandInset ref
27169 LatexCommand ref
27170 reference "sub:flalign環境"
27171
27172 \end_inset
27173
27174 節をご覧下さい。
27175 \end_layout
27176
27177 \begin_layout Section
27178 多行数式
27179 \begin_inset CommandInset label
27180 LatexCommand label
27181 name "sec:多行数式"
27182
27183 \end_inset
27184
27185
27186 \begin_inset Index
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190 すうしき@数式 ! たぎょう@多行
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Subsection
27199 概要
27200 \end_layout
27201
27202 \begin_layout Standard
27203 LyXでは、多行数式は、数式中で
27204 \series bold
27205
27206 \begin_inset Info
27207 type  "shortcut"
27208 arg   "newline-insert newline"
27209 \end_inset
27210
27211
27212 \series default
27213 を押すことで作られます。この操作によって、第
27214 \begin_inset CommandInset ref
27215 LatexCommand ref
27216 reference "sub:eqnarray環境"
27217
27218 \end_inset
27219
27220 節に述べられている
27221 \series bold
27222 eqnarray環境
27223 \series default
27224 が作り出されるか、あるいは文書設定で
27225 \family sans
27226 AMS mathパッケージを使う
27227 \family default
27228 オプションが選択されている場合には、第
27229 \begin_inset CommandInset ref
27230 LatexCommand ref
27231 reference "sub:標準align環境"
27232
27233 \end_inset
27234
27235 節に述べられている
27236 \series bold
27237 align環境
27238 \series default
27239 が作り出されることになります。
27240 \end_layout
27241
27242 \begin_layout Standard
27243 他にも、
27244 \family sans
27245 挿入\SpecialChar \menuseparator
27246 数式
27247 \family default
27248 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27249 \end_layout
27250
27251 \begin_layout Standard
27252 すべての多行数式において、新規行は、
27253 \begin_inset Info
27254 type  "shortcut"
27255 arg   "newline-insert newline"
27256 \end_inset
27257
27258 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27259 \begin_inset Graphics
27260         filename ../../images/tabular-feature_append-row.png
27261         scale 85
27262
27263 \end_inset
27264
27265
27266 \begin_inset Graphics
27267         filename ../../images/tabular-feature_delete-row.png
27268         scale 85
27269
27270 \end_inset
27271
27272 を使うか、
27273 \family sans
27274 編集\SpecialChar \menuseparator
27275 行と列
27276 \family default
27277 メニューを使うことができます。
27278 \end_layout
27279
27280 \begin_layout Subsubsection
27281 行間
27282 \begin_inset CommandInset label
27283 LatexCommand label
27284 name "sub:行間"
27285
27286 \end_inset
27287
27288
27289 \begin_inset Index
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27303 \begin_inset Formula \begin{eqnarray*}
27304 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}\\
27305 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\end{eqnarray*}
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Standard
27313 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27314 \begin_inset Foot
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 \begin_inset CommandInset href
27319 LatexCommand href
27320 name "LyX-bug #1505"
27321 target "http://www.lyx.org/trac/ticket/1505"
27322
27323 \end_inset
27324
27325 を参照。
27326 \end_layout
27327
27328 \end_inset
27329
27330 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27331 \series bold
27332
27333 \backslash
27334
27335 \backslash
27336 [3mm]
27337 \series default
27338 というコマンドを入れます。すると、次のようになります。
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 begin{eqnarray*}
27347 \end_layout
27348
27349 \begin_layout Plain Layout
27350
27351 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27352  = & 
27353 \backslash
27354 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27355 \backslash
27356
27357 \backslash
27358 [3mm]
27359 \end_layout
27360
27361 \begin_layout Plain Layout
27362
27363 4x^{2}
27364 \backslash
27365 left(B^{2}+x_{0}^{2}
27366 \backslash
27367 right)+4x_{0}x
27368 \backslash
27369 left(D-B^{2}
27370 \backslash
27371 right)+B^{2}
27372 \backslash
27373 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27374 \backslash
27375 right) & = & 0
27376 \end_layout
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 end{eqnarray*}
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 \begin_inset VSpace bigskip
27392 \end_inset
27393
27394 同一数式内のすべての行の行間を一律に指定するには、
27395 \series bold
27396
27397 \backslash
27398 jot
27399 \series default
27400
27401 \begin_inset Index
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 こまんど@コマンド ! J ! 
27406 \backslash
27407 jot
27408 \end_layout
27409
27410 \end_inset
27411
27412 変数を変更します。定義は、
27413 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27414 \end_inset
27415
27416 となっています。
27417 \series bold
27418
27419 \backslash
27420 jot
27421 \series default
27422 の既定値は、3
27423 \begin_inset space \thinspace{}
27424 \end_inset
27425
27426 ptです。上記の例のように、行間を3
27427 \begin_inset space \thinspace{}
27428 \end_inset
27429
27430 mm追加するには、
27431 \end_layout
27432
27433 \begin_layout Standard
27434
27435 \series bold
27436
27437 \backslash
27438 setlength{
27439 \backslash
27440 jot}{3mm+3pt}
27441 \end_layout
27442
27443 \begin_layout Standard
27444 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27445 \end_layout
27446
27447 \begin_layout Standard
27448
27449 \series bold
27450
27451 \backslash
27452 usepackage{calc}
27453 \end_layout
27454
27455 \begin_layout Standard
27456 という行を入れて、LaTeXパッケージ
27457 \series bold
27458 calc
27459 \series default
27460
27461 \begin_inset Foot
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465
27466 \series bold
27467 calc
27468 \series default
27469 は標準的なLaTeX頒布版のすべてに付属しています。
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \begin_inset Index
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 ぱっけーじ@パッケージ ! calc
27480 \end_layout
27481
27482 \end_inset
27483
27484  を読み込んでおく必要があります。すると、
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 setlength{
27493 \backslash
27494 jot}{3mm+3pt}
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset Formula \begin{eqnarray*}
27501 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}\\
27502 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\end{eqnarray*}
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 setlength{
27518 \backslash
27519 jot}{3pt}
27520 \end_layout
27521
27522 \end_inset
27523
27524 のような結果を得ます。行間を既定値に戻すには、
27525 \series bold
27526
27527 \backslash
27528 jot
27529 \series default
27530 をふたたび3
27531 \begin_inset space \thinspace{}
27532 \end_inset
27533
27534 ptに戻します。
27535 \end_layout
27536
27537 \begin_layout Subsubsection
27538 列間
27539 \begin_inset CommandInset label
27540 LatexCommand label
27541 name "sub:列間"
27542
27543 \end_inset
27544
27545
27546 \begin_inset Index
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Standard
27559 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 列間は、
27565 \series bold
27566
27567 \backslash
27568 arraycolsep
27569 \series default
27570
27571 \begin_inset Index
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 こまんど@コマンド ! A ! 
27576 \backslash
27577 arraycolsep
27578 \end_layout
27579
27580 \end_inset
27581
27582 変数を使って指定し、
27583 \begin_inset Newline newline
27584 \end_inset
27585
27586 列間 = 2
27587 \begin_inset space \thinspace{}
27588 \end_inset
27589
27590
27591 \series bold
27592
27593 \backslash
27594 arraycolsep
27595 \series default
27596
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600 という関係があります。したがって、
27601 \end_layout
27602
27603 \begin_layout Standard
27604
27605 \series bold
27606
27607 \backslash
27608 setlength{
27609 \backslash
27610 arraycolsep}{1cm}
27611 \end_layout
27612
27613 \begin_layout Standard
27614 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 cmになります。これを既定値に戻すには、
27619 \series bold
27620
27621 \backslash
27622 arraycolsep
27623 \series default
27624 を5
27625 \begin_inset space \thinspace{}
27626 \end_inset
27627
27628 ptに戻して下さい。
27629 \end_layout
27630
27631 \begin_layout Standard
27632 以下は、2
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 cmの列間を持つ数式です。
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641
27642
27643 \backslash
27644 setlength{
27645 \backslash
27646 arraycolsep}{1cm}
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \begin_inset Formula \begin{eqnarray*}
27653 A & = & B\\
27654 C & \ne & A\end{eqnarray*}
27655
27656 \end_inset
27657
27658 行列の既定の列間10
27659 \begin_inset space \thinspace{}
27660 \end_inset
27661
27662 ptを持つ数式です。
27663 \begin_inset ERT
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667
27668
27669 \backslash
27670 setlength{
27671 \backslash
27672 arraycolsep}{5pt}
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \begin_inset Formula \begin{eqnarray*}
27679 A & = & B\\
27680 C & \ne & A\end{eqnarray*}
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Subsubsection
27688 長い数式
27689 \begin_inset Index
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 すうしき@数式 ! ながい@長い
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Standard
27702 長い数式は、以下の方法を使って組版することができます。
27703 \end_layout
27704
27705 \begin_layout Itemize
27706 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27707 \begin_inset Formula \begin{eqnarray}
27708 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 \\
27709  &  & -\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}\end{eqnarray}
27710
27711 \end_inset
27712
27713 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27714 示されません。これを避けるために、マイナス記号の後に
27715 \series bold
27716
27717 \backslash
27718 hspace
27719 \series default
27720 .
27721 \begin_inset Foot
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725
27726 \series bold
27727
27728 \backslash
27729 hspace
27730 \series default
27731 に関しての詳細は、第
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "sub:可変長の空白"
27735
27736 \end_inset
27737
27738 節をご覧下さい。
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \begin_inset Index
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 こまんど@コマンド ! H ! 
27749 \backslash
27750 hspace
27751 \end_layout
27752
27753 \end_inset
27754
27755 コマンドを使って3
27756 \begin_inset space \thinspace{}
27757 \end_inset
27758
27759 pt空白を入れてあります。
27760 \end_layout
27761
27762 \begin_layout Itemize
27763 数式の両辺がともに長すぎるときには、
27764 \series bold
27765
27766 \backslash
27767 lefteqn
27768 \series default
27769
27770 \begin_inset Index
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774 こまんど@コマンド ! L ! 
27775 \backslash
27776 lefteqn
27777 \end_layout
27778
27779 \end_inset
27780
27781 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27782 \begin_inset Formula \begin{eqnarray}
27783 \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 \\
27784  &  & -\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 \\
27785  &  & =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}\end{eqnarray}
27786
27787 \end_inset
27788
27789
27790 \series bold
27791
27792 \backslash
27793 lefteqn
27794 \series default
27795 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27796 \begin_inset Newline newline
27797 \end_inset
27798
27799 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27800 \begin_inset VSpace medskip
27801 \end_inset
27802
27803
27804 \begin_inset Newline newline
27805 \end_inset
27806
27807
27808 \begin_inset Note Greyedout
27809 status open
27810
27811 \begin_layout Plain Layout
27812
27813 \series bold
27814
27815 \backslash
27816 lefteqn
27817 \series default
27818 を使用する際には、以下のことにご注意下さい。
27819 \end_layout
27820
27821 \begin_layout Itemize
27822 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27823 \begin_inset Formula $-B^{2}$
27824 \end_inset
27825
27826 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27827 \end_layout
27828
27829 \begin_layout Itemize
27830 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27831 \begin_inset Foot
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 \begin_inset CommandInset href
27836 LatexCommand href
27837 name "LyX-bug #1429"
27838 target "http://www.lyx.org/trac/ticket/1429"
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846
27847 。カーソルを行頭に合わせて、矢印キーで移動するしかありません。
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Itemize
27856 長い数式を組む他の方法として、第
27857 \begin_inset CommandInset ref
27858 LatexCommand ref
27859 reference "sub:multline環境"
27860
27861 \end_inset
27862
27863 節と第
27864 \begin_inset CommandInset ref
27865 LatexCommand ref
27866 reference "sub:数式の一部の多行化"
27867
27868 \end_inset
27869
27870 節で述べられている環境を用いる方法があります。
27871 \end_layout
27872
27873 \begin_layout Subsubsection
27874 多行にわたる括弧
27875 \begin_inset CommandInset label
27876 LatexCommand label
27877 name "sub:多行にわたる括弧"
27878
27879 \end_inset
27880
27881
27882 \begin_inset Index
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Standard
27895 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27896 \begin_inset Formula \begin{eqnarray*}
27897 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27898  &  & \left.\cdots+B-D\right]\end{eqnarray*}
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27907 \end_layout
27908
27909 \begin_layout Standard
27910 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27911 \series bold
27912
27913 \backslash
27914 right.
27915 \series default
27916
27917 \begin_inset Index
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 こまんど@コマンド ! R ! 
27922 \backslash
27923 right
27924 \end_layout
27925
27926 \end_inset
27927
27928 とし、二行めの始めを
27929 \series bold
27930
27931 \backslash
27932 left.
27933 \begin_inset Foot
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937
27938 \series bold
27939
27940 \backslash
27941 left
27942 \series default
27943
27944 \series bold
27945
27946 \backslash
27947 right
27948 \series default
27949 に関する詳細は、第
27950 \begin_inset CommandInset ref
27951 LatexCommand ref
27952 reference "sub:自動の括弧丈"
27953
27954 \end_inset
27955
27956 節をご覧下さい。
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \series default
27963
27964 \begin_inset Index
27965 status collapsed
27966
27967 \begin_layout Plain Layout
27968 こまんど@コマンド ! L ! 
27969 \backslash
27970 left
27971 \end_layout
27972
27973 \end_inset
27974
27975 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27976 \series bold
27977
27978 \backslash
27979 left.
27980 \series default
27981 の後に、
27982 \series bold
27983
27984 \backslash
27985 vphantom
27986 \series default
27987
27988 \begin_inset ERT
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992
27993
27994 \backslash
27995 spce 
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \series bold
28002
28003 \backslash
28004 prod
28005 \series default
28006 ^
28007 \begin_inset ERT
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011
28012
28013 \backslash
28014 spce 
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \series bold
28021
28022 \backslash
28023 infty
28024 \series default
28025
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 spce 
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \series bold
28040
28041 \begin_inset Formula $\downarrow$
28042 \end_inset
28043
28044 _R=1}
28045 \series default
28046
28047 \begin_inset Index
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 こまんど@コマンド ! V ! 
28052 \backslash
28053 vphantom
28054 \end_layout
28055
28056 \end_inset
28057
28058 というコマンドを挿入します。
28059 \end_layout
28060
28061 \begin_layout Standard
28062 その結果が以下の数式です。
28063 \begin_inset Formula \begin{eqnarray*}
28064 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28065  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Subsection
28073 align環境
28074 \end_layout
28075
28076 \begin_layout Standard
28077 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28078 \end_layout
28079
28080 \begin_layout Standard
28081 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28082 \end_layout
28083
28084 \begin_layout Standard
28085 align環境は、
28086 \family sans
28087 挿入\SpecialChar \menuseparator
28088 数式
28089 \family default
28090 メニューから作ることができます。
28091 \family sans
28092 編集\SpecialChar \menuseparator
28093 数式\SpecialChar \menuseparator
28094 数式の表記を変更
28095 \family default
28096 メニューを使えば、既存の数式をalign環境に変更することができます。
28097 \end_layout
28098
28099 \begin_layout Standard
28100 列を追加したり削除したりするには、数式ツールバーボタンの
28101 \begin_inset Graphics
28102         filename ../../images/tabular-feature_append-column.png
28103         scale 85
28104
28105 \end_inset
28106
28107
28108 \begin_inset Graphics
28109         filename ../../images/tabular-feature_delete-column.png
28110         scale 85
28111
28112 \end_inset
28113
28114 を使うか、
28115 \family sans
28116 編集\SpecialChar \menuseparator
28117 行と列
28118 \family default
28119 メニューを使います。
28120 \end_layout
28121
28122 \begin_layout Subsubsection
28123 標準align環境
28124 \begin_inset CommandInset label
28125 LatexCommand label
28126 name "sub:標準align環境"
28127
28128 \end_inset
28129
28130
28131 \begin_inset Index
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 このalign環境は、数式中で
28145 \begin_inset Info
28146 type  "shortcut"
28147 arg   "newline-insert newline"
28148 \end_inset
28149
28150 を押すか、
28151 \family sans
28152 挿入\SpecialChar \menuseparator
28153 数式\SpecialChar \menuseparator
28154 AMS align環境
28155 \family default
28156 メニューで作ることができます。
28157 \end_layout
28158
28159 \begin_layout Standard
28160 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28161 \begin_inset Formula \begin{align*}
28162 A & =\sin(B) & C & =D\\
28163 C & \ne A & B & \ne D\end{align*}
28164
28165 \end_inset
28166
28167 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28168 \series bold
28169
28170 \backslash
28171 hfill
28172 \begin_inset Foot
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176
28177 \series bold
28178
28179 \backslash
28180 hfill
28181 \series default
28182 に関する詳細は、第
28183 \begin_inset CommandInset ref
28184 LatexCommand ref
28185 reference "sub:可変長の空白"
28186
28187 \end_inset
28188
28189 節をご覧下さい。
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \series default
28196 があるかのように配置されます。数式様式として
28197 \series bold
28198 行頭下げ
28199 \begin_inset Foot
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203
28204 \series bold
28205 数式様式については、第
28206 \series default
28207
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "sec:数式様式"
28211
28212 \end_inset
28213
28214 節をご覧下さい。
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \series default
28221 を使う場合には、第一列の前の
28222 \series bold
28223
28224 \backslash
28225 hfill
28226 \series default
28227 はない形で数式が設定されます。
28228 \end_layout
28229
28230 \begin_layout Subsubsection
28231 alignat環境
28232 \begin_inset Index
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Standard
28245 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28246 \begin_inset CommandInset ref
28247 LatexCommand ref
28248 reference "sub:空白"
28249
28250 \end_inset
28251
28252 節に述べられている空白を使用して手動で入れます。
28253 \end_layout
28254
28255 \begin_layout Standard
28256 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 cmの空白を入れたものです。
28261 \begin_inset Formula \begin{alignat*}{2}
28262 A & =\sin(B) & \hspace{1cm}C & =D\\
28263 C & \ne A & B & \ne D\end{alignat*}
28264
28265 \end_inset
28266
28267 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28268 \end_layout
28269
28270 \begin_layout Subsubsection
28271 flalign環境
28272 \begin_inset CommandInset label
28273 LatexCommand label
28274 name "sub:flalign環境"
28275
28276 \end_inset
28277
28278
28279 \begin_inset Index
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28293 \begin_inset Formula \begin{flalign*}
28294 A & =1 & B & =2 & C & =3\\
28295 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28304 \series bold
28305 中央揃え
28306 \series default
28307 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28308 \begin_inset CommandInset ref
28309 LatexCommand eqref
28310 reference "eq:VolInt"
28311
28312 \end_inset
28313
28314 式を行頭下げにしたものです。
28315 \begin_inset Formula \begin{flalign}
28316 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28317
28318 \end_inset
28319
28320 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28321 \begin_inset space \thinspace{}
28322 \end_inset
28323
28324 ptの空白が第1列の頭に入れてあります。
28325 \end_layout
28326
28327 \begin_layout Subsection
28328 eqnarray環境
28329 \begin_inset CommandInset label
28330 LatexCommand label
28331 name "sub:eqnarray環境"
28332
28333 \end_inset
28334
28335
28336 \begin_inset Index
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28350 いるので、その内容は中央揃えで少し小さく設定されます。
28351 \begin_inset Formula \begin{eqnarray*}
28352 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28353 AB & AB & AB\\
28354 A & = & A\end{eqnarray*}
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Subsection
28362 gather環境
28363 \begin_inset Index
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28377 \begin_inset Formula \begin{gather}
28378 A=1\\
28379 X=\textrm{-}1\end{gather}
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Subsection
28387 multline環境
28388 \begin_inset CommandInset label
28389 LatexCommand label
28390 name "sub:multline環境"
28391
28392 \end_inset
28393
28394
28395 \begin_inset Index
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Standard
28408 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28409 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28410 \begin_inset CommandInset ref
28411 LatexCommand eqref
28412 reference "eq:lefteqn"
28413
28414 \end_inset
28415
28416 式をmultline環境に置いたものを示します。
28417 \begin_inset Formula \begin{multline}
28418 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}\\
28419 -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}\\
28420 =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}}\end{multline}
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Standard
28428 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28429 \begin_inset Foot
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433 付番様式については、第
28434 \begin_inset CommandInset ref
28435 LatexCommand ref
28436 reference "sec:数式様式"
28437
28438 \end_inset
28439
28440 節を参照。
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449
28450 \series bold
28451
28452 \backslash
28453 shoveright
28454 \begin_inset Index
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 こまんど@コマンド ! S ! 
28459 \backslash
28460 shoveright
28461 \end_layout
28462
28463 \end_inset
28464
28465 コマンドや
28466 \backslash
28467 shoveleft
28468 \begin_inset Index
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 こまんど@コマンド ! S ! 
28473 \backslash
28474 shoveleft
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \series default
28481 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28482 \end_layout
28483
28484 \begin_layout Standard
28485
28486 \series bold
28487
28488 \backslash
28489 shoveright{行の内容}
28490 \series default
28491 あるいは
28492 \series bold
28493
28494 \backslash
28495 shoveleft{行の内容}
28496 \end_layout
28497
28498 \begin_layout Standard
28499 \begin_inset VSpace medskip
28500 \end_inset
28501
28502
28503 \series bold
28504
28505 \backslash
28506 multlinegap
28507 \begin_inset Index
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 こまんど@コマンド ! M ! 
28512 \backslash
28513 multlinegap
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \series default
28520 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28521 \begin_inset space \thinspace{}
28522 \end_inset
28523
28524 ptの長さです。
28525 \end_layout
28526
28527 \begin_layout Standard
28528 以下は、上記の数式に
28529 \end_layout
28530
28531 \begin_layout Standard
28532
28533 \series bold
28534
28535 \backslash
28536 setlength{
28537 \backslash
28538 multlinegap}{2cm}
28539 \end_layout
28540
28541 \begin_layout Standard
28542 というコマンドを、TeXモードで直前に挿入した例です。
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 setlength{
28551 \backslash
28552 multlinegap}{2cm}
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \begin_inset Formula \begin{multline}
28559 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}\\
28560 \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}}\\
28561 =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}}\end{multline}
28562
28563 \end_inset
28564
28565
28566 \begin_inset ERT
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570
28571
28572 \backslash
28573 setlength{
28574 \backslash
28575 multlinegap}{0pt}
28576 \end_layout
28577
28578 \end_inset
28579
28580 二行めは、
28581 \series bold
28582
28583 \backslash
28584 shoveleft
28585 \series default
28586 を使って左揃えにしています。
28587 \end_layout
28588
28589 \begin_layout Subsection
28590 数式の一部の多行化
28591 \begin_inset CommandInset label
28592 LatexCommand label
28593 name "sub:数式の一部の多行化"
28594
28595 \end_inset
28596
28597
28598 \begin_inset Index
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 数式の一部分のみを多行表示したい場合には、
28612 \series bold
28613 aligned
28614 \series default
28615
28616 \series bold
28617 alignedat
28618 \series default
28619
28620 \series bold
28621 gathered
28622 \series default
28623
28624 \series bold
28625 split
28626 \series default
28627 のうちのいずれかの環境を使用します。これらは、
28628 \family sans
28629 挿入\SpecialChar \menuseparator
28630 数式
28631 \family default
28632 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28633 \end_layout
28634
28635 \begin_layout Standard
28636 最初の三つの環境は、環境名から
28637 \series bold
28638 ed
28639 \series default
28640 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28641 \begin_inset Formula \[
28642 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28643 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28644 \right\} \textrm{不確定性原理}\]
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Standard
28652 この数式を作るには、別行建て数式をまず作っておいて、そこに
28653 \series bold
28654
28655 \backslash
28656 aligned
28657 \begin_inset Index
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 こまんど@コマンド ! A ! 
28662 \backslash
28663 aligned
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \series default
28670 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28671 ます。
28672 \end_layout
28673
28674 \begin_layout Standard
28675 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行建て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28676 に配置できる利点があります。以下に例として、
28677 \begin_inset CommandInset ref
28678 LatexCommand eqref
28679 reference "eq:shortlong"
28680
28681 \end_inset
28682
28683 式にaligned環境を適用したものを示します。
28684 \begin_inset Formula \begin{equation}
28685 \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}|}\\
28686  & -\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}|}\end{aligned}
28687 \end{equation}
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695
28696 \series bold
28697 alignedat
28698 \series default
28699
28700 \series bold
28701 gathered
28702 \series default
28703
28704 \series bold
28705 split
28706 \series default
28707 の各環境を使うには、それぞれ
28708 \series bold
28709
28710 \backslash
28711 alignedat
28712 \series default
28713
28714 \begin_inset Index
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 こまんど@コマンド ! A ! 
28719 \backslash
28720 alignedat
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \series bold
28727
28728 \backslash
28729 gathered
28730 \series default
28731
28732 \begin_inset Index
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 こまんど@コマンド ! G ! 
28737 \backslash
28738 gathered
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \series bold
28745
28746 \backslash
28747 split
28748 \series default
28749
28750 \begin_inset Index
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 こまんど@コマンド ! S ! 
28755 \backslash
28756 split
28757 \end_layout
28758
28759 \end_inset
28760
28761 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28762 \end_layout
28763
28764 \begin_layout Subsection
28765 多行数式中のテキスト
28766 \begin_inset CommandInset label
28767 LatexCommand label
28768 name "sub:多行数式中のテキスト"
28769
28770 \end_inset
28771
28772
28773 \begin_inset Index
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777 てきすと@テキスト ! すうしきちゅうの@数式中の
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \begin_inset Index
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \begin_layout Standard
28796 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28797 式を持つ
28798 \series bold
28799
28800 \backslash
28801 intertext
28802 \begin_inset Index
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 こまんど@コマンド ! I ! 
28807 \backslash
28808 intertext
28809 \end_layout
28810
28811 \end_inset
28812
28813 コマンドを使います。
28814 \end_layout
28815
28816 \begin_layout Standard
28817
28818 \series bold
28819
28820 \backslash
28821 intertext{テキスト}
28822 \end_layout
28823
28824 \begin_layout Standard
28825 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28826 \series bold
28827
28828 \backslash
28829 intertext
28830 \series default
28831 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28832 \series bold
28833
28834 \backslash
28835 intertext
28836 \series default
28837 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28838 \begin_inset Formula \begin{align}
28839 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28840 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Section
28848 数式番号
28849 \begin_inset Index
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 すうしきばんごう@数式番号
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \begin_inset Index
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 すうしき@数式 ! ばんごう@番号|see
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869 {
28870 \end_layout
28871
28872 \end_inset
28873
28874 数式番号
28875 \begin_inset ERT
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879
28880 }
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \begin_layout Subsection
28894 概要
28895 \end_layout
28896
28897 \begin_layout Standard
28898 付番数式は、
28899 \family sans
28900 挿入\SpecialChar \menuseparator
28901 数式\SpecialChar \menuseparator
28902 付番数式
28903 \family default
28904 メニュー(短絡キー
28905 \family sans
28906 Ctrl+Alt
28907 \begin_inset space ~
28908 \end_inset
28909
28910 N
28911 \family default
28912 )で作ることができます。既存の数式に番号を振るには、
28913 \family sans
28914 編集\SpecialChar \menuseparator
28915 数式\SpecialChar \menuseparator
28916 数式全体を付番
28917 \family default
28918 メニュー(短絡キー
28919 \begin_inset Info
28920 type  "shortcut"
28921 arg   "math-number-toggle"
28922 \end_inset
28923
28924 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28925 \end_layout
28926
28927 \begin_layout Standard
28928 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28929 \family sans
28930 編集\SpecialChar \menuseparator
28931 数式\SpecialChar \menuseparator
28932 この行を付番
28933 \family default
28934 メニュー(短絡キー
28935 \begin_inset Info
28936 type  "shortcut"
28937 arg   "math-number-line-toggle"
28938 \end_inset
28939
28940 )を使用すれば、各行毎に付番するかどうか指定することができます。
28941 \end_layout
28942
28943 \begin_layout Standard
28944 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28945 \begin_inset CommandInset ref
28946 LatexCommand ref
28947 reference "sec:数式様式"
28948
28949 \end_inset
28950
28951 節をご覧下さい。
28952 \end_layout
28953
28954 \begin_layout Subsection
28955 相互参照
28956 \begin_inset Index
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 そうごさんしょう@相互参照 ! すうしきへの@数式への
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28970 \family sans
28971 挿入\SpecialChar \menuseparator
28972 ラベル
28973 \family default
28974 メニューか、ツールバーボタンの
28975 \begin_inset Graphics
28976         filename ../../images/label-insert.png
28977         scale 85
28978
28979 \end_inset
28980
28981 で付けることができます。このとき、カーソルは別行建て数式の中になくてはなりません。すると、テキストフィールドの中に
28982 \series bold
28983 eq:と
28984 \series default
28985 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28986 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28987 \family sans
28988 挿入\SpecialChar \menuseparator
28989 ラベル
28990 \family default
28991 メニューをもういちど使って下さい。
28992 \end_layout
28993
28994 \begin_layout Standard
28995 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28996 \end_layout
28997
28998 \begin_layout Standard
28999 相互参照は、
29000 \family sans
29001 挿入\SpecialChar \menuseparator
29002 相互参照
29003 \family default
29004 メニューかツールバーボタンの
29005 \begin_inset Graphics
29006         filename ../../images/dialog-show-new-inset_ref.png
29007         scale 85
29008
29009 \end_inset
29010
29011 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29012 \series bold
29013 (<参照>)
29014 \series default
29015 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29016 \begin_inset Newline newline
29017 \end_inset
29018
29019 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29020 \end_layout
29021
29022 \begin_layout Standard
29023 以下は、後の各小節に現れる数式への相互参照を含む例です。
29024 \begin_inset Note Note
29025 status open
29026
29027 \begin_layout Plain Layout
29028 相互参照の型の違いに留意してください。
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 \begin_inset CommandInset ref
29038 LatexCommand eqref
29039 reference "eq:tag"
29040
29041 \end_inset
29042
29043 式と
29044 \begin_inset CommandInset ref
29045 LatexCommand eqref
29046 reference "eq:c"
29047
29048 \end_inset
29049
29050 式は、等価です。(
29051 \begin_inset CommandInset ref
29052 LatexCommand ref
29053 reference "eq:Rom"
29054
29055 \end_inset
29056
29057 )式とは異なり、(
29058 \begin_inset CommandInset ref
29059 LatexCommand ref
29060 reference "eq:Lat"
29061
29062 \end_inset
29063
29064 )式では、付番にラテン数字を使用しています。
29065 \end_layout
29066
29067 \begin_layout Standard
29068 \begin_inset VSpace medskip
29069 \end_inset
29070
29071
29072 \series bold
29073
29074 \backslash
29075 tag
29076 \begin_inset Foot
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081 \series bold
29082
29083 \backslash
29084 tag
29085 \series default
29086 は、第
29087 \begin_inset CommandInset ref
29088 LatexCommand ref
29089 reference "sub:ユーザー定義番号"
29090
29091 \end_inset
29092
29093 節に説明があります。
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \series default
29100 の引数が、第
29101 \begin_inset CommandInset ref
29102 LatexCommand ref
29103 reference "sub:段落ボックス"
29104
29105 \end_inset
29106
29107 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29108 \end_layout
29109
29110 \begin_layout Subsection
29111 細目番号
29112 \begin_inset Index
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125
29126 \series bold
29127
29128 \backslash
29129 begin{subequations}
29130 \series default
29131 および
29132 \series bold
29133
29134 \backslash
29135 end{subequations}
29136 \series default
29137 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29138 \end_layout
29139
29140 \begin_layout Standard
29141 たとえば、
29142 \begin_inset Formula \begin{equation}
29143 A=C-B\label{eq:a}\end{equation}
29144
29145 \end_inset
29146
29147
29148 \begin_inset ERT
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152
29153
29154 \backslash
29155 addtocounter{equation}{-1}
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \begin_inset ERT
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165
29166
29167 \backslash
29168 begin{subequations}
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset VSpace -5mm
29175 \end_inset
29176
29177
29178 \begin_inset Formula \begin{equation}
29179 B=C-A\label{eq:b}\end{equation}
29180
29181 \end_inset
29182
29183
29184 \begin_inset Formula \begin{equation}
29185 C=A+B\label{eq:c}\end{equation}
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 end{subequations}
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 この例を作るには、次のようにします。
29210 \end_layout
29211
29212 \begin_layout Enumerate
29213 一つめの数式を入力します。
29214 \end_layout
29215
29216 \begin_layout Enumerate
29217 一つめの数式の後に
29218 \begin_inset Newline newline
29219 \end_inset
29220
29221
29222 \series bold
29223
29224 \backslash
29225 addtocounter{equation}{-1} 
29226 \backslash
29227 begin{subequations}
29228 \begin_inset Index
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232 こまんど@コマンド ! A ! 
29233 \backslash
29234 addtocounter
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \begin_inset Newline newline
29241 \end_inset
29242
29243
29244 \series default
29245 を入力します。
29246 \end_layout
29247
29248 \begin_layout Enumerate
29249 二つめの数式を入力します。
29250 \end_layout
29251
29252 \begin_layout Enumerate
29253 三つめの数式を入力します。
29254 \end_layout
29255
29256 \begin_layout Enumerate
29257 三つめの数式の後に、
29258 \series bold
29259
29260 \backslash
29261 end{subequations}
29262 \series default
29263 を入力します。
29264 \end_layout
29265
29266 \begin_layout Standard
29267
29268 \series bold
29269
29270 \backslash
29271 begin
29272 \series default
29273 コマンドと
29274 \series bold
29275
29276 \backslash
29277 end
29278 \series default
29279 コマンドのあいだの数式はすべて、a・b・
29280 \begin_inset Newline linebreak
29281 \end_inset
29282
29283 c\SpecialChar \ldots{}
29284 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29285 \emph on
29286 ひとつの
29287 \emph default
29288 付番数式として扱われますが、それぞれの付番数式が
29289 \series bold
29290 equation
29291 \series default
29292 カウンタを一つずつ進めてしまうので、
29293 \series bold
29294
29295 \backslash
29296 addtocounter
29297 \series default
29298 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29299 \begin_inset CommandInset ref
29300 LatexCommand eqref
29301 reference "eq:a"
29302
29303 \end_inset
29304
29305 式・
29306 \begin_inset CommandInset ref
29307 LatexCommand eqref
29308 reference "eq:b"
29309
29310 \end_inset
29311
29312 式・
29313 \begin_inset CommandInset ref
29314 LatexCommand eqref
29315 reference "eq:c"
29316
29317 \end_inset
29318
29319 式は、それぞれ
29320 \begin_inset CommandInset ref
29321 LatexCommand eqref
29322 reference "eq:a"
29323
29324 \end_inset
29325
29326 式・
29327 \begin_inset CommandInset ref
29328 LatexCommand eqref
29329 reference "eq:d"
29330
29331 \end_inset
29332
29333 式・
29334 \begin_inset CommandInset ref
29335 LatexCommand eqref
29336 reference "eq:f"
29337
29338 \end_inset
29339
29340 式として番号が振られてしまいます。
29341 \end_layout
29342
29343 \begin_layout Standard
29344 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29345 \begin_inset space \thinspace{}
29346 \end_inset
29347
29348 mmの垂直空白を
29349 \series bold
29350
29351 \backslash
29352 begin{subequations}
29353 \series default
29354 コマンドの後に入れています。数式様式として
29355 \series bold
29356 行頭下げ
29357 \begin_inset Foot
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362 \series bold
29363 数式様式に関しては、第
29364 \series default
29365
29366 \begin_inset CommandInset ref
29367 LatexCommand ref
29368 reference "sec:数式様式"
29369
29370 \end_inset
29371
29372 節を参照。
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \series default
29379 を用いているときには、これを-7
29380 \begin_inset space \thinspace{}
29381 \end_inset
29382
29383 mm空白にしてください。
29384 \end_layout
29385
29386 \begin_layout Standard
29387 以下は、二行めのみ付番を無効にしている多行数式の例です。
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 begin{subequations}
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \begin_inset Formula \begin{eqnarray}
29402 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29403  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29404  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29405
29406 \end_inset
29407
29408
29409 \begin_inset ERT
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413
29414
29415 \backslash
29416 end{subequations}
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Subsection
29425 ユーザー定義番号
29426 \begin_inset CommandInset label
29427 LatexCommand label
29428 name "sub:ユーザー定義番号"
29429
29430 \end_inset
29431
29432
29433 \begin_inset Index
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset Index
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29451 \end_layout
29452
29453 \end_inset
29454
29455 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 def
29464 \backslash
29465 tagform@#1{
29466 \backslash
29467 maketag@@@{
29468 \series default
29469
29470 \begin_inset Formula $\boldsymbol{|}$
29471 \end_inset
29472
29473
29474 \series bold
29475 #1
29476 \series default
29477
29478 \begin_inset Formula $\boldsymbol{|}$
29479 \end_inset
29480
29481
29482 \series bold
29483 }}
29484 \series default
29485
29486 \begin_inset Note Note
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 他の記号を使いたいときには、
29500 \series bold
29501 #1
29502 \series default
29503 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29504 \end_layout
29505
29506 \begin_layout Standard
29507 \begin_inset VSpace bigskip
29508 \end_inset
29509
29510 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29511 \series bold
29512
29513 \backslash
29514 tag
29515 \series default
29516
29517 \begin_inset Index
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 こまんど@コマンド ! T ! 
29522 \backslash
29523 tag
29524 \end_layout
29525
29526 \end_inset
29527
29528 コマンドを使います。
29529 \begin_inset Formula \begin{equation}
29530 A+B=C\tag{何とかかんとか}\label{eq:tag}\end{equation}
29531
29532 \end_inset
29533
29534 上記の例では、
29535 \series bold
29536
29537 \backslash
29538 tag
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544
29545 \backslash
29546 spce 
29547 \end_layout
29548
29549 \end_inset
29550
29551 何とかかんとか
29552 \series default
29553 というコマンドを数式に打ち込んでいます。
29554 \end_layout
29555
29556 \begin_layout Standard
29557 代わりに
29558 \series bold
29559
29560 \backslash
29561 tag*
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 spce 
29570 \end_layout
29571
29572 \end_inset
29573
29574 何とかかんとか
29575 \series default
29576 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29577 \begin_inset Formula \[
29578 A+B=C\tag*{something}\]
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \begin_inset VSpace bigskip
29587 \end_inset
29588
29589 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29590 \begin_inset Newline newline
29591 \end_inset
29592
29593
29594 \series bold
29595
29596 \backslash
29597 @addtoreset{equation}{part}
29598 \series default
29599
29600 \begin_inset Index
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604 こまんど@コマンド ! 
29605 \begin_inset ERT
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609
29610 "
29611 \end_layout
29612
29613 \end_inset
29614
29615 @
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621 "
29622 \end_layout
29623
29624 \end_inset
29625
29626  ! 
29627 \backslash
29628
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634 "
29635 \end_layout
29636
29637 \end_inset
29638
29639 @
29640 \begin_inset ERT
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644
29645 "
29646 \end_layout
29647
29648 \end_inset
29649
29650 addtoreset
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Newline newline
29657 \end_inset
29658
29659 節に関しては
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \series bold
29665
29666 \backslash
29667 @addtoreset{equation}{section}
29668 \begin_inset Newline newline
29669 \end_inset
29670
29671
29672 \series default
29673 というコマンドを使います。
29674 \end_layout
29675
29676 \begin_layout Standard
29677 これらのコマンドをTeXモードで使えるようにするためには、
29678 \series bold
29679
29680 \backslash
29681 makeatletter
29682 \series default
29683 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29684 \series bold
29685
29686 \backslash
29687 makeatother
29688 \series default
29689 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29690 \end_layout
29691
29692 \begin_layout Standard
29693
29694 \series bold
29695
29696 \backslash
29697 makeatletter
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701
29702 \backslash
29703 @addtoreset{equation}{section}
29704 \begin_inset Newline newline
29705 \end_inset
29706
29707
29708 \backslash
29709 makeatother
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713
29714 \series default
29715 のようにならなくてはなりません。
29716 \end_layout
29717
29718 \begin_layout Standard
29719 LaTeXプリアンブル中では、
29720 \series bold
29721
29722 \backslash
29723 makeatletter
29724 \series default
29725
29726 \series bold
29727
29728 \backslash
29729 makeatother
29730 \series default
29731 は、LyXが内部的に自動で挿入するので省略してかまいません。
29732 \end_layout
29733
29734 \begin_layout Standard
29735
29736 \series bold
29737
29738 \backslash
29739 @addtoreset
29740 \series default
29741 を戻すには、まずLaTeXプリアンブル中に
29742 \end_layout
29743
29744 \begin_layout Standard
29745
29746 \series bold
29747
29748 \backslash
29749 usepackage{remreset}
29750 \end_layout
29751
29752 \begin_layout Standard
29753 という行を入れて、
29754 \series bold
29755 remreset.sty
29756 \series default
29757
29758 \begin_inset Foot
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763 \series bold
29764 remreset
29765 \series default
29766 は、LaTeXパッケージの
29767 \series bold
29768 carlisle
29769 \series default
29770
29771 \begin_inset Index
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 ぱっけーじ@パッケージ ! carlisle
29776 \end_layout
29777
29778 \end_inset
29779
29780 の一部として含まれており、LaTeX標準頒布版には含まれています。
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \begin_inset Index
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790 ぱっけーじ@パッケージ ! remreset
29791 \end_layout
29792
29793 \end_inset
29794
29795 ファイルを読み込んでおかなくてはなりません。その後
29796 \begin_inset Newline newline
29797 \end_inset
29798
29799
29800 \series bold
29801
29802 \backslash
29803 @removefromreset
29804 \series default
29805
29806 \begin_inset Index
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 こまんど@コマンド ! 
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816 "
29817 \end_layout
29818
29819 \end_inset
29820
29821 @
29822 \begin_inset ERT
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826
29827 "
29828 \end_layout
29829
29830 \end_inset
29831
29832  ! 
29833 \backslash
29834
29835 \begin_inset ERT
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839
29840 "
29841 \end_layout
29842
29843 \end_inset
29844
29845 @
29846 \begin_inset ERT
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850
29851 "
29852 \end_layout
29853
29854 \end_inset
29855
29856 removefromreset
29857 \end_layout
29858
29859 \end_inset
29860
29861 コマンドを
29862 \series bold
29863
29864 \backslash
29865 @addtoreset
29866 \series default
29867 と同じ書式で使用すると、
29868 \series bold
29869
29870 \backslash
29871 @addtoreset
29872 \series default
29873 を戻すことができます。
29874 \end_layout
29875
29876 \begin_layout Standard
29877 \begin_inset VSpace bigskip
29878 \end_inset
29879
29880 ときには、数式を
29881 \end_layout
29882
29883 \begin_layout Standard
29884
29885 \family typewriter
29886 (節番号.数式番号)
29887 \end_layout
29888
29889 \begin_layout Standard
29890 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29891 \end_layout
29892
29893 \begin_layout Standard
29894 このような場合のために、
29895 \series bold
29896
29897 \backslash
29898 numberwithin
29899 \series default
29900
29901 \begin_inset Index
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 こまんど@コマンド ! N ! 
29906 \backslash
29907 numberwithin
29908 \end_layout
29909
29910 \end_inset
29911
29912 というコマンドがあり、
29913 \end_layout
29914
29915 \begin_layout Standard
29916
29917 \series bold
29918
29919 \backslash
29920 numberwithin{カウンタ}{節階層}
29921 \end_layout
29922
29923 \begin_layout Standard
29924 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29925 \end_layout
29926
29927 \begin_layout Standard
29928 したがって、ここではLaTeXプリアンブルかTeXコードで
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 numberwithin{equation}{section}
29937 \end_layout
29938
29939 \begin_layout Standard
29940 という行を用いることにしましょう。その結果がこれです。
29941 \begin_inset ERT
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945
29946
29947 \backslash
29948 numberwithin{equation}{section}
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Formula \begin{equation}
29955 A+B=C\end{equation}
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963 たとえば、部番号を節階層として使用して、表に付番を施すときには
29964 \begin_inset Newline newline
29965 \end_inset
29966
29967
29968 \series bold
29969
29970 \backslash
29971 numberwithin{table}{part}
29972 \series default
29973 を用います。
29974 \end_layout
29975
29976 \begin_layout Standard
29977 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29978 \end_layout
29979
29980 \begin_layout Standard
29981
29982 \series bold
29983
29984 \backslash
29985 renewcommand{
29986 \backslash
29987 theequation}{
29988 \backslash
29989 arabic{equation}}
29990 \begin_inset Index
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994 こまんど@コマンド ! A ! 
29995 \backslash
29996 arabic
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \series default
30003
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 renewcommand{
30012 \backslash
30013 theequation}{
30014 \backslash
30015 arabic{equation}}
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \series bold
30022
30023 \begin_inset Newline newline
30024 \end_inset
30025
30026
30027 \series default
30028 あるいは
30029 \series bold
30030
30031 \begin_inset Newline newline
30032 \end_inset
30033
30034
30035 \backslash
30036 renewcommand{
30037 \backslash
30038 thetable}{
30039 \backslash
30040 arabic{table}}
30041 \end_layout
30042
30043 \begin_layout Standard
30044 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30045 \series bold
30046
30047 \backslash
30048 numberwithin
30049 \series default
30050 は、内部的に上記で述べた
30051 \series bold
30052
30053 \backslash
30054 @addtoreset
30055 \series default
30056 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 makeatletter
30065 \end_layout
30066
30067 \begin_layout Plain Layout
30068
30069
30070 \backslash
30071 @removefromreset{equation}{section}
30072 \end_layout
30073
30074 \begin_layout Plain Layout
30075
30076
30077 \backslash
30078 makeatother
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Subsection
30087 ローマ数字や文字を使った付番
30088 \begin_inset Index
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Index
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 renewcommand{
30120 \backslash
30121 theequation}{
30122 \backslash
30123 roman{equation}}
30124 \end_layout
30125
30126 \begin_layout Standard
30127 というコマンドを入れます。
30128 \series bold
30129
30130 \backslash
30131 renewcommand
30132 \series default
30133
30134 \begin_inset Index
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 こまんど@コマンド ! R ! 
30139 \backslash
30140 renewcommand
30141 \end_layout
30142
30143 \end_inset
30144
30145 は、定義済みのコマンド
30146 \series bold
30147
30148 \backslash
30149 theequation
30150 \series default
30151 をコマンド
30152 \series bold
30153
30154 \backslash
30155 roman{equation}
30156 \series default
30157 に再定義します
30158 \begin_inset Foot
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163 \series bold
30164
30165 \backslash
30166 renewcommand
30167 \series default
30168 コマンドは、第
30169 \begin_inset CommandInset ref
30170 LatexCommand ref
30171 reference "sub:newcommandコマンド"
30172
30173 \end_inset
30174
30175 節に述べられている
30176 \series bold
30177
30178 \backslash
30179 newcommand
30180 \series default
30181 コマンドと同じ書式を持ちます。
30182 \end_layout
30183
30184 \end_inset
30185
30186 。ここで、
30187 \series bold
30188 equation
30189 \series default
30190 は数式カウンタです。コマンド
30191 \series bold
30192
30193 \backslash
30194 the
30195 \series default
30196 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30197 \series bold
30198
30199 \backslash
30200 theequation
30201 \series default
30202 コマンドを数式の後ろに置くのです。
30203 \series bold
30204
30205 \backslash
30206 roman{equation}
30207 \begin_inset Index
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 こまんど@コマンド ! R ! 
30212 \backslash
30213 roman
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \series default
30220 は、カウンタを小文字のローマ数字として出力します。
30221 \end_layout
30222
30223 \begin_layout Standard
30224 こうして、
30225 \series bold
30226
30227 \backslash
30228 renew
30229 \series default
30230 c
30231 \series bold
30232 ommand
30233 \series default
30234 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30235 \series bold
30236
30237 \backslash
30238 roman
30239 \series default
30240 の部分を
30241 \series bold
30242
30243 \backslash
30244 Roman
30245 \series default
30246
30247 \begin_inset Index
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251 こまんど@コマンド ! R ! 
30252 \backslash
30253 roman@
30254 \backslash
30255 Roman
30256 \end_layout
30257
30258 \end_inset
30259
30260 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30261 \series bold
30262
30263 \backslash
30264 alph
30265 \series default
30266
30267 \begin_inset Index
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271 こまんど@コマンド ! A ! 
30272 \backslash
30273 alph
30274 \end_layout
30275
30276 \end_inset
30277
30278 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30279 \series bold
30280
30281 \backslash
30282 Alph
30283 \series default
30284
30285 \begin_inset Index
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 こまんど@コマンド ! A ! 
30290 \backslash
30291 alph@
30292 \backslash
30293 Alph
30294 \end_layout
30295
30296 \end_inset
30297
30298 コマンドがあります。
30299 \end_layout
30300
30301 \begin_layout Standard
30302 \begin_inset Note Greyedout
30303 status open
30304
30305 \begin_layout Plain Layout
30306
30307 \series bold
30308 (注意)
30309 \series default
30310 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \end_layout
30317
30318 \begin_layout Standard
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 renewcommand{
30327 \backslash
30328 theequation}{
30329 \backslash
30330 roman{equation}}
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Standard
30339 \begin_inset Formula \begin{equation}
30340 A=\textrm{小文字ローマ数字}\label{eq:rom}\end{equation}
30341
30342 \end_inset
30343
30344
30345 \begin_inset ERT
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349
30350
30351 \backslash
30352 renewcommand{
30353 \backslash
30354 theequation}{
30355 \backslash
30356 Roman{equation}}
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Formula \begin{equation}
30363 B=\textrm{大文字ローマ数字}\label{eq:Rom}\end{equation}
30364
30365 \end_inset
30366
30367
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 renewcommand{
30376 \backslash
30377 theequation}{
30378 \backslash
30379 alph{equation}}
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \begin_inset Formula \begin{equation}
30386 C=\textrm{小文字ラテン文字}\label{eq:lat}\end{equation}
30387
30388 \end_inset
30389
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 renewcommand{
30399 \backslash
30400 theequation}{
30401 \backslash
30402 Alph{equation}}
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Formula \begin{equation}
30409 D=\textrm{大文字ラテン文字}\label{eq:Lat}\end{equation}
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \begin_layout Standard
30417 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30418 \end_layout
30419
30420 \begin_layout Standard
30421
30422 \series bold
30423
30424 \backslash
30425 renewcommand{
30426 \backslash
30427 theequation}{
30428 \backslash
30429 arabic{equation}}
30430 \begin_inset Index
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 こまんど@コマンド ! A ! 
30435 \backslash
30436 arabic
30437 \end_layout
30438
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 arabic{equation}}
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \begin_inset Formula \begin{equation}
30463 E=\textrm{アラビア数字}\label{eq:arab}\end{equation}
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset VSpace medskip
30472 \end_inset
30473
30474 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30475 てはなりません。この点に関する説明は、ファイル
30476 \begin_inset CommandInset href
30477 LatexCommand href
30478 target "Formula-numbering.lyx"
30479
30480 \end_inset
30481
30482 にあります。
30483 \end_layout
30484
30485 \begin_layout Section
30486 ユーザー定義コマンド
30487 \begin_inset Index
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491 ゆーざーていぎこまんど@ユーザー定義コマンド
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 \begin_inset Note Greyedout
30501 status open
30502
30503 \begin_layout Plain Layout
30504 (注意)ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \end_layout
30511
30512 \begin_layout Subsection
30513
30514 \backslash
30515 newcommandコマンド
30516 \begin_inset CommandInset label
30517 LatexCommand label
30518 name "sub:newcommandコマンド"
30519
30520 \end_inset
30521
30522
30523 \begin_inset Index
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
30528 \backslash
30529 newcommand
30530 \end_layout
30531
30532 \end_inset
30533
30534
30535 \begin_inset Index
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539 こまんど@コマンド ! N ! 
30540 \backslash
30541 newcommand
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
30551 \series bold
30552
30553 \backslash
30554 newcommand
30555 \series default
30556 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
30557 \end_layout
30558
30559 \begin_layout Standard
30560
30561 \series bold
30562
30563 \backslash
30564 newcommand
30565 \series default
30566 コマンドの書式は、
30567 \end_layout
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572
30573 \backslash
30574 newcommand{新コマンド名}[引数の数][オプションの値]
30575 \begin_inset Newline newline
30576 \end_inset
30577
30578
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584
30585 \backslash
30586 phantom{
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \backslash
30593 newcommand
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599 }
30600 \end_layout
30601
30602 \end_inset
30603
30604 {コマンド定義}
30605 \end_layout
30606
30607 \begin_layout Standard
30608 です。
30609 \end_layout
30610
30611 \begin_layout Standard
30612 \begin_inset Note Greyedout
30613 status open
30614
30615 \begin_layout Plain Layout
30616
30617 \series bold
30618 (注意)
30619 \series default
30620 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
30621 \series bold
30622
30623 \backslash
30624 Leftarrow
30625 \series default
30626 の短縮のつもりで
30627 \series bold
30628
30629 \backslash
30630 le
30631 \series default
30632 というコマンドを定義したとすると、
30633 \series bold
30634
30635 \backslash
30636 le
30637 \series default
30638 は既に「
30639 \begin_inset Formula $\le$
30640 \end_inset
30641
30642 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 「引数の数」は、0
30652 \begin_inset space \thinspace{}
30653 \end_inset
30654
30655 -
30656 \begin_inset space \thinspace{}
30657 \end_inset
30658
30659 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
30660 ドの
30661 \emph on
30662 最初の
30663 \emph default
30664 引数は、自動的に非必須の引数になります。
30665 \end_layout
30666
30667 \begin_layout Standard
30668 以下にいくつかの例を挙げます。
30669 \end_layout
30670
30671 \begin_layout Itemize
30672
30673 \series bold
30674
30675 \backslash
30676 Longrightarrow
30677 \series default
30678 の短縮形として
30679 \series bold
30680
30681 \backslash
30682 gr
30683 \series default
30684 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
30685 \begin_inset VSpace medskip
30686 \end_inset
30687
30688
30689 \begin_inset Newline newline
30690 \end_inset
30691
30692
30693 \series bold
30694
30695 \backslash
30696 newcommand{
30697 \backslash
30698 gr}{
30699 \backslash
30700 Longrightarrow}
30701 \end_layout
30702
30703 \begin_layout Itemize
30704
30705 \series bold
30706
30707 \backslash
30708 underline
30709 \series default
30710 の短縮形として
30711 \series bold
30712
30713 \backslash
30714 us
30715 \series default
30716 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
30717 \begin_inset VSpace medskip
30718 \end_inset
30719
30720
30721 \begin_inset Newline newline
30722 \end_inset
30723
30724
30725 \series bold
30726
30727 \backslash
30728 newcommand{
30729 \backslash
30730 us}[1]{
30731 \backslash
30732 underline{#1}}
30733 \series default
30734
30735 \begin_inset VSpace medskip
30736 \end_inset
30737
30738
30739 \begin_inset Newline newline
30740 \end_inset
30741
30742
30743 \series bold
30744 #
30745 \series default
30746 」という文字は、引数の入る場所を示し、その後ろの「
30747 \series bold
30748 1
30749 \series default
30750 」は、これが第1引数の入る場所であることを示します。
30751 \end_layout
30752
30753 \begin_layout Itemize
30754
30755 \series bold
30756
30757 \backslash
30758 framebox
30759 \series default
30760 の短縮形として、たとえば
30761 \series bold
30762
30763 \backslash
30764 fb
30765 \series default
30766 というコマンドを定義するには、
30767 \begin_inset VSpace medskip
30768 \end_inset
30769
30770
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774
30775 \series bold
30776
30777 \backslash
30778 newcommand{
30779 \backslash
30780 fb}[3]{
30781 \backslash
30782 framebox#1#2{$#3$}}
30783 \series default
30784
30785 \begin_inset VSpace medskip
30786 \end_inset
30787
30788
30789 \begin_inset Newline newline
30790 \end_inset
30791
30792 二つのドルマークは、
30793 \series bold
30794
30795 \backslash
30796 framebox
30797 \series default
30798 が必要とする内部の数式を作り出します。第
30799 \begin_inset CommandInset ref
30800 LatexCommand ref
30801 reference "sub:縁付きボックス"
30802
30803 \end_inset
30804
30805 節をご参照下さい。
30806 \end_layout
30807
30808 \begin_layout Itemize
30809 ボックスの色を指定する必要がない
30810 \series bold
30811
30812 \backslash
30813 fcolorbox
30814 \series default
30815 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
30816 \begin_inset VSpace medskip
30817 \end_inset
30818
30819
30820 \begin_inset Newline newline
30821 \end_inset
30822
30823
30824 \series bold
30825
30826 \backslash
30827 newcommand{
30828 \backslash
30829 cb}[3][white]{
30830 \backslash
30831 fcolorbox{#2}{#1}{$#3$}}
30832 \series default
30833
30834 \begin_inset VSpace medskip
30835 \end_inset
30836
30837
30838 \begin_inset Newline newline
30839 \end_inset
30840
30841
30842 \series bold
30843
30844 \backslash
30845 cb
30846 \series default
30847 を使うときに色が指定されなければ、事前に定義された色である
30848 \series bold
30849 white
30850 \series default
30851 が使用されます。
30852 \end_layout
30853
30854 \begin_layout Standard
30855 以下は、上で定義したコマンドの動作テストです。
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \align center
30860 \begin_inset Tabular
30861 <lyxtabular version="3" rows="6" columns="2">
30862 <features>
30863 <column alignment="center" valignment="top" width="0">
30864 <column alignment="center" valignment="top" width="0">
30865 <row>
30866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30867 \begin_inset Text
30868
30869 \begin_layout Plain Layout
30870 コマンド
30871 \end_layout
30872
30873 \end_inset
30874 </cell>
30875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30876 \begin_inset Text
30877
30878 \begin_layout Plain Layout
30879 出力
30880 \begin_inset Note Note
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884 ここで
30885 \series bold
30886
30887 \backslash
30888 raisebox
30889 \series default
30890 はスペーサーとして使用しているだけです。
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \end_inset
30899 </cell>
30900 </row>
30901 <row>
30902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30903 \begin_inset Text
30904
30905 \begin_layout Plain Layout
30906 A
30907 \backslash
30908 gr
30909 \begin_inset ERT
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913
30914
30915 \backslash
30916 spce 
30917 \end_layout
30918
30919 \end_inset
30920
30921 B
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930 \begin_inset Formula $A\gr B$
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \end_inset
30937 </cell>
30938 </row>
30939 <row>
30940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30941 \begin_inset Text
30942
30943 \begin_layout Plain Layout
30944
30945 \backslash
30946 us{ABcd
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30952 \begin_inset Text
30953
30954 \begin_layout Plain Layout
30955 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 </row>
30964 <row>
30965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Plain Layout
30969
30970 \backslash
30971 fb{[2cm]
30972 \begin_inset Formula $\to$
30973 \end_inset
30974
30975
30976 \backslash
30977 {
30978 \begin_inset Formula $\to$
30979 \end_inset
30980
30981
30982 \backslash
30983 {
30984 \backslash
30985 int
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 spce 
30994 \end_layout
30995
30996 \end_inset
30997
30998 A=B
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 </row>
31016 <row>
31017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021
31022 \backslash
31023 cb{red
31024 \begin_inset Formula $\to$
31025 \end_inset
31026
31027
31028 \backslash
31029 {
31030 \backslash
31031 int
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 spce 
31040 \end_layout
31041
31042 \end_inset
31043
31044 A=B
31045 \end_layout
31046
31047 \end_inset
31048 </cell>
31049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31050 \begin_inset Text
31051
31052 \begin_layout Plain Layout
31053 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \end_inset
31060 </cell>
31061 </row>
31062 <row>
31063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31064 \begin_inset Text
31065
31066 \begin_layout Plain Layout
31067
31068 \backslash
31069 cb[green]
31070 \backslash
31071 {red
31072 \begin_inset Formula $\to$
31073 \end_inset
31074
31075
31076 \backslash
31077 {
31078 \backslash
31079 int
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 spce 
31088 \end_layout
31089
31090 \end_inset
31091
31092 A=B
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31098 \begin_inset Text
31099
31100 \begin_layout Plain Layout
31101 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 </row>
31110 </lyxtabular>
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Subsection
31118 数式マクロ
31119 \begin_inset Index
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset Index
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133 まくろ@マクロ
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \end_layout
31140
31141 \begin_layout Standard
31142 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
31143 般型は、
31144 \begin_inset Formula \[
31145 0=\lambda^{2}+p\lambda+q\]
31146
31147 \end_inset
31148
31149 であり、その解の一般型は
31150 \begin_inset Formula \[
31151 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
31152
31153 \end_inset
31154
31155
31156 \end_layout
31157
31158 \begin_layout Standard
31159 です。
31160 \begin_inset Formula $\lambda$
31161 \end_inset
31162
31163
31164 \begin_inset Formula $p$
31165 \end_inset
31166
31167
31168 \begin_inset Formula $q$
31169 \end_inset
31170
31171 の3つのパラメータを指定することが必須であり、
31172 \begin_inset Formula $\lambda$
31173 \end_inset
31174
31175 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
31176 \begin_inset Newline newline
31177 \end_inset
31178
31179
31180 \series bold
31181
31182 \backslash
31183 newcommand{
31184 \backslash
31185 qG}[4][1,
31186 \backslash
31187 ,2]{#2_{#1}=-
31188 \backslash
31189 frac{#3}{2}
31190 \backslash
31191 pm
31192 \begin_inset Newline newline
31193 \end_inset
31194
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 hphantom{
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \backslash
31210 newcommand
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216 }
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \backslash
31223 sqrt{
31224 \backslash
31225 frac{#3^{2}}{4}-#4}}
31226 \end_layout
31227
31228 \begin_layout Standard
31229 これを使って解の公式を作るには、
31230 \begin_inset Newline newline
31231 \end_inset
31232
31233
31234 \series bold
31235
31236 \backslash
31237 qG{
31238 \backslash
31239 lambda
31240 \begin_inset Formula $\to$
31241 \end_inset
31242
31243
31244 \backslash
31245 {p
31246 \begin_inset Formula $\to$
31247 \end_inset
31248
31249
31250 \backslash
31251 {q
31252 \series default
31253 というコマンドを数式に入れます。
31254 \end_layout
31255
31256 \begin_layout Standard
31257 新コマンドを定義する方法は、たとえばLaTeX中で分数は
31258 \series bold
31259
31260 \backslash
31261 frac{分子}{分母}
31262 \series default
31263 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
31264 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
31265 \series bold
31266
31267 \backslash
31268 newcommand
31269 \series default
31270 コマンドの代わりに、数式マクロを使う方法を提供しています。
31271 \end_layout
31272
31273 \begin_layout Standard
31274 数式マクロは、
31275 \family sans
31276 挿入\SpecialChar \menuseparator
31277 数式\SpecialChar \menuseparator
31278 マクロ
31279 \family default
31280 メニューか、ツールバーボタンの
31281 \begin_inset Graphics
31282         filename ../../images/math-macro_newmacroname_newcommand.png
31283         scale 85
31284
31285 \end_inset
31286
31287 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
31288 \begin_inset Newline newline
31289 \end_inset
31290
31291
31292 \begin_inset space \hspace*{\fill}
31293 \end_inset
31294
31295
31296 \begin_inset Graphics
31297         filename ../clipart/macrobox.png
31298
31299 \end_inset
31300
31301
31302 \begin_inset space \hspace*{\fill}
31303 \end_inset
31304
31305
31306 \begin_inset Newline newline
31307 \end_inset
31308
31309
31310 \begin_inset FormulaMacro
31311 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31312 \end_inset
31313
31314
31315 \backslash
31316 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
31317 \series bold
31318
31319 \backslash
31320 #1
31321 \series default
31322 のように
31323 \series bold
31324
31325 \backslash
31326 #引数番号
31327 \series default
31328 というコマンドで入力するか、マクロツールバーボタンの
31329 \begin_inset Graphics
31330         filename ../../images/math-macro-add-param.png
31331         scale 85
31332
31333 \end_inset
31334
31335 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
31336 \begin_inset Graphics
31337         filename ../../images/math-macro-add-optional-param.png
31338         scale 85
31339
31340 \end_inset
31341
31342 で作ることができます。最初の必須引数は、ツールバーボタンの
31343 \begin_inset Graphics
31344         filename ../../images/math-macro-make-optional.png
31345         scale 85
31346
31347 \end_inset
31348
31349 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
31350 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
31351 \begin_inset Newline newline
31352 \end_inset
31353
31354
31355 \series bold
31356 qG: 
31357 \backslash
31358 #1
31359 \series default
31360  
31361 \series bold
31362 ,
31363 \series default
31364  
31365 \series bold
31366
31367 \backslash
31368 #2
31369 \series default
31370  
31371 \series bold
31372 ,
31373 \series default
31374  
31375 \series bold
31376
31377 \backslash
31378 #3, 
31379 \backslash
31380 #4
31381 \begin_inset Newline newline
31382 \end_inset
31383
31384
31385 \series default
31386 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
31387 されます。
31388 \begin_inset Newline newline
31389 \end_inset
31390
31391 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
31392 \family sans
31393 表示\SpecialChar \menuseparator
31394 数式マクロを展開(畳む)
31395 \family default
31396 メニューを使うことで、マクロ毎に変えることができます。
31397 \end_layout
31398
31399 \begin_layout Standard
31400 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
31401 \series bold
31402
31403 \backslash
31404 qG
31405 \series default
31406 とします。このマクロは、LyX中では以下のように表示されます。
31407 \begin_inset Newline newline
31408 \end_inset
31409
31410
31411 \begin_inset space \hspace*{\fill}
31412 \end_inset
31413
31414
31415 \begin_inset Graphics
31416         filename ../clipart/macrouse.png
31417
31418 \end_inset
31419
31420
31421 \begin_inset space \hspace*{\fill}
31422 \end_inset
31423
31424
31425 \begin_inset Newline newline
31426 \end_inset
31427
31428 以下は、上記の例に、引数
31429 \begin_inset Formula $x$
31430 \end_inset
31431
31432
31433 \begin_inset Formula $\ln(x)$
31434 \end_inset
31435
31436
31437 \begin_inset Formula $B$
31438 \end_inset
31439
31440 を指定したものです。
31441 \end_layout
31442
31443 \begin_layout Standard
31444 \begin_inset Formula \[
31445 \qG x{\ln(x)}B\]
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Standard
31453 数式マクロは、文書書き出し時に、内部的に
31454 \series bold
31455
31456 \backslash
31457 newcommand
31458 \series default
31459 コマンドに変換されます。こうして生成された
31460 \series bold
31461
31462 \backslash
31463 newcommand
31464 \series default
31465 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
31466 \end_layout
31467
31468 \begin_layout Standard
31469 数式マクロは、
31470 \series bold
31471
31472 \backslash
31473 newcommand
31474 \series default
31475 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
31476 \series bold
31477
31478 \begin_inset Newline newline
31479 \end_inset
31480
31481
31482 \backslash
31483 newcommand{
31484 \backslash
31485 larrow}[2]{
31486 \backslash
31487 xleftarrow[#2]{#1}}
31488 \begin_inset Newline newline
31489 \end_inset
31490
31491
31492 \series default
31493 というコマンドを書き入れ、この全体を選択して、短絡キー
31494 \family sans
31495 Ctrl+M
31496 \family default
31497 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
31498 \series bold
31499
31500 \backslash
31501 newcommand
31502 \series default
31503 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
31504 \end_layout
31505
31506 \begin_layout Standard
31507 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
31508 \begin_inset CommandInset ref
31509 LatexCommand ref
31510 reference "sub:newcommandコマンド"
31511
31512 \end_inset
31513
31514 節で例として作った
31515 \series bold
31516
31517 \backslash
31518 fb
31519 \series default
31520 は、マクロとしては作ることができません。
31521 \end_layout
31522
31523 \begin_layout Standard
31524 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset VSpace defskip
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Standard
31535 \begin_inset Graphics
31536         filename ../clipart/MacroToolbar.png
31537
31538 \end_inset
31539
31540
31541 \begin_inset Index
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 まくろ@マクロ ! つーるばー@ツールバー
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 \begin_inset VSpace defskip
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Standard
31561 マクロツールバーは、左から右に、以下の各ボタンがあります。
31562 \end_layout
31563
31564 \begin_layout Standard
31565 \begin_inset VSpace defskip
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 \begin_inset Tabular
31573 <lyxtabular version="3" rows="9" columns="2">
31574 <features islongtable="true">
31575 <column alignment="left" valignment="top" width="0">
31576 <column alignment="left" valignment="top" width="85col%">
31577 <row interlinespace="2.5mm">
31578 <cell alignment="center" valignment="top" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 \begin_inset Graphics
31583         filename ../../images/math-macro-remove-param.png
31584         BoundingBox 0bp 5bp 20bp 25bp
31585         rotateOrigin center
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 <cell alignment="center" valignment="top" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598
31599 \family sans
31600 編集\SpecialChar \menuseparator
31601 数式\SpecialChar \menuseparator
31602 マクロ定義\SpecialChar \menuseparator
31603 最後の引数を削除
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row interlinespace="2.5mm">
31610 <cell alignment="center" valignment="top" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 \begin_inset Graphics
31615         filename ../../images/math-macro-add-param.png
31616         BoundingBox 0bp 5bp 20bp 25bp
31617         rotateOrigin center
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 <cell alignment="center" valignment="top" usebox="none">
31627 \begin_inset Text
31628
31629 \begin_layout Plain Layout
31630
31631 \family sans
31632 編集\SpecialChar \menuseparator
31633 数式\SpecialChar \menuseparator
31634 マクロ定義\SpecialChar \menuseparator
31635 引数を追加
31636 \end_layout
31637
31638 \end_inset
31639 </cell>
31640 </row>
31641 <row interlinespace="2.5mm">
31642 <cell alignment="center" valignment="top" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 \begin_inset Graphics
31647         filename ../../images/math-macro-make-optional.png
31648         BoundingBox 0bp 5bp 20bp 25bp
31649         rotateOrigin center
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 <cell alignment="center" valignment="top" usebox="none">
31659 \begin_inset Text
31660
31661 \begin_layout Plain Layout
31662
31663 \family sans
31664 編集\SpecialChar \menuseparator
31665 数式\SpecialChar \menuseparator
31666 マクロ定義\SpecialChar \menuseparator
31667 最初の必須引数を
31668 \begin_inset Newline newline
31669 \end_inset
31670
31671
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 hphantom{
31680 \end_layout
31681
31682 \end_inset
31683
31684 編集\SpecialChar \menuseparator
31685 数式\SpecialChar \menuseparator
31686 マクロ定義\SpecialChar \menuseparator
31687
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693 }
31694 \end_layout
31695
31696 \end_inset
31697
31698 非必須引数にする
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 </row>
31704 <row interlinespace="2.5mm">
31705 <cell alignment="center" valignment="top" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709 \begin_inset Graphics
31710         filename ../../images/math-macro-make-nonoptional.png
31711         BoundingBox 0bp 5bp 20bp 25bp
31712         rotateOrigin center
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 <cell alignment="center" valignment="top" usebox="none">
31722 \begin_inset Text
31723
31724 \begin_layout Plain Layout
31725
31726 \family sans
31727 編集\SpecialChar \menuseparator
31728 数式\SpecialChar \menuseparator
31729 マクロ定義\SpecialChar \menuseparator
31730 最後の非必須引数を
31731 \begin_inset Newline newline
31732 \end_inset
31733
31734
31735 \begin_inset ERT
31736 status collapsed
31737
31738 \begin_layout Plain Layout
31739
31740
31741 \backslash
31742 hphantom{
31743 \end_layout
31744
31745 \end_inset
31746
31747 編集\SpecialChar \menuseparator
31748 数式\SpecialChar \menuseparator
31749 マクロ定義\SpecialChar \menuseparator
31750
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756 }
31757 \end_layout
31758
31759 \end_inset
31760
31761 必須引数にする
31762 \end_layout
31763
31764 \end_inset
31765 </cell>
31766 </row>
31767 <row interlinespace="2.5mm">
31768 <cell alignment="center" valignment="top" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Plain Layout
31772 \begin_inset Graphics
31773         filename ../../images/math-macro-remove-optional-param.png
31774         BoundingBox 0bp 5bp 20bp 25bp
31775         rotateOrigin center
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788
31789 \family sans
31790 編集\SpecialChar \menuseparator
31791 数式\SpecialChar \menuseparator
31792 マクロ定義\SpecialChar \menuseparator
31793 非必須引数を削除
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row interlinespace="2.5mm">
31800 <cell alignment="center" valignment="top" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 \begin_inset Graphics
31805         filename ../../images/math-macro-add-optional-param.png
31806         BoundingBox 0bp 5bp 20bp 25bp
31807         rotateOrigin center
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 <cell alignment="center" valignment="top" usebox="none">
31817 \begin_inset Text
31818
31819 \begin_layout Plain Layout
31820
31821 \family sans
31822 編集\SpecialChar \menuseparator
31823 数式\SpecialChar \menuseparator
31824 マクロ定義\SpecialChar \menuseparator
31825 非必須引数を挿入
31826 \end_layout
31827
31828 \end_inset
31829 </cell>
31830 </row>
31831 <row interlinespace="2.5mm">
31832 <cell alignment="center" valignment="top" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836 \begin_inset Graphics
31837         filename ../../images/math-macro-remove-greedy-param.png
31838         BoundingBox 0bp 5bp 20bp 25bp
31839         rotateOrigin center
31840
31841 \end_inset
31842
31843
31844 \end_layout
31845
31846 \end_inset
31847 </cell>
31848 <cell alignment="center" valignment="top" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852
31853 \family sans
31854 編集\SpecialChar \menuseparator
31855 数式\SpecialChar \menuseparator
31856 マクロ定義\SpecialChar \menuseparator
31857 右に吐き出す形で
31858 \begin_inset Newline newline
31859 \end_inset
31860
31861
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 hphantom{
31870 \end_layout
31871
31872 \end_inset
31873
31874 編集\SpecialChar \menuseparator
31875 数式\SpecialChar \menuseparator
31876 マクロ定義\SpecialChar \menuseparator
31877
31878 \begin_inset ERT
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882
31883 }
31884 \end_layout
31885
31886 \end_inset
31887
31888 最後の引数を削除
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 </row>
31894 <row interlinespace="2.5mm">
31895 <cell alignment="center" valignment="top" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899 \begin_inset Graphics
31900         filename ../../images/math-macro-append-greedy-param.png
31901         BoundingBox 0bp 5bp 20bp 25bp
31902         rotateOrigin center
31903
31904 \end_inset
31905
31906
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915
31916 \family sans
31917 編集\SpecialChar \menuseparator
31918 数式\SpecialChar \menuseparator
31919 マクロ定義\SpecialChar \menuseparator
31920 右から喰う形で
31921 \begin_inset Newline newline
31922 \end_inset
31923
31924
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930
31931 \backslash
31932 hphantom{
31933 \end_layout
31934
31935 \end_inset
31936
31937 編集\SpecialChar \menuseparator
31938 数式\SpecialChar \menuseparator
31939 マクロ定義\SpecialChar \menuseparator
31940
31941 \begin_inset ERT
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945
31946 }
31947 \end_layout
31948
31949 \end_inset
31950
31951 引数を追加
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 </row>
31957 <row interlinespace="2.5mm">
31958 <cell alignment="center" valignment="top" usebox="none">
31959 \begin_inset Text
31960
31961 \begin_layout Plain Layout
31962 \begin_inset Graphics
31963         filename ../../images/math-macro-add-greedy-optional-param.png
31964         BoundingBox 0bp 5bp 20bp 25bp
31965         rotateOrigin center
31966
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978
31979 \family sans
31980 編集\SpecialChar \menuseparator
31981 数式\SpecialChar \menuseparator
31982 マクロ定義\SpecialChar \menuseparator
31983 右から喰う形で
31984 \begin_inset Newline newline
31985 \end_inset
31986
31987
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993
31994 \backslash
31995 hphantom{
31996 \end_layout
31997
31998 \end_inset
31999
32000 編集\SpecialChar \menuseparator
32001 数式\SpecialChar \menuseparator
32002 マクロ定義\SpecialChar \menuseparator
32003
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009 }
32010 \end_layout
32011
32012 \end_inset
32013
32014 非必須引数を追加
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 </row>
32020 </lyxtabular>
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 \begin_inset Newpage newpage
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Section
32035 図解
32036 \end_layout
32037
32038 \begin_layout Standard
32039 LyXは、二つの型の可換図
32040 \series bold
32041 amscd
32042 \series default
32043 および
32044 \series bold
32045 xymatrix
32046 \series default
32047 をサポートしており、以下でこれらの説明をします。
32048 \end_layout
32049
32050 \begin_layout Subsection
32051 amscd図解
32052 \begin_inset Index
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056 ずかい@図解 ! amscd
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Standard
32065 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32066 \begin_inset Formula \[
32067 \begin{CD}A@>>>B@>>>C\\
32068 @AAA@.@VVV\\
32069 F@<<<E@<<<D\end{CD}\]
32070
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 これを作るには、数式に
32078 \series bold
32079
32080 \backslash
32081 CD
32082 \begin_inset Index
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086 こまんど@コマンド ! C ! 
32087 \backslash
32088 CD
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \series default
32095 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32096 \begin_inset Info
32097 type  "shortcut"
32098 arg   "newline-insert newline"
32099 \end_inset
32100
32101 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32102 \end_layout
32103
32104 \begin_layout Standard
32105 関係を作るには、以下のコマンドがあります。
32106 \end_layout
32107
32108 \begin_layout Itemize
32109 \begin_inset Formula $\boldsymbol{@<<<}$
32110 \end_inset
32111
32112 は左矢印、
32113 \begin_inset Formula $\boldsymbol{@>>>}$
32114 \end_inset
32115
32116 は右矢印、
32117 \series bold
32118 @=
32119 \series default
32120 は長い等号を生成します。
32121 \end_layout
32122
32123 \begin_layout Itemize
32124
32125 \series bold
32126 @AAAは上矢印、@VVV
32127 \series default
32128 は下矢印、
32129 \begin_inset Formula $\boldsymbol{@|}$
32130 \end_inset
32131
32132 は縦向きの等号を生成します。
32133 \end_layout
32134
32135 \begin_layout Itemize
32136
32137 \series bold
32138 @.
32139 \series default
32140 は関係が存在しない部分に置きます。
32141 \end_layout
32142
32143 \begin_layout Standard
32144 矢印はすべて、以下のようにラベル付けをすることができます。
32145 \end_layout
32146
32147 \begin_layout Itemize
32148 文章を、第1と第2の「
32149 \begin_inset Formula $<$
32150 \end_inset
32151
32152 」ないし「
32153 \begin_inset Formula $>$
32154 \end_inset
32155
32156 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32157 \begin_inset Formula $<$
32158 \end_inset
32159
32160 」ないし「
32161 \begin_inset Formula $>$
32162 \end_inset
32163
32164 」のあいだに入れると、矢印の下に表示されます。
32165 \end_layout
32166
32167 \begin_layout Itemize
32168 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32169 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32170 \end_layout
32171
32172 \begin_layout Standard
32173 以下は、上記のすべての関係を使った例です。
32174 \end_layout
32175
32176 \begin_layout Standard
32177 \begin_inset Formula \[
32178 \begin{CD}A@>j>>B@>>k>C@=F\\
32179 @AmAA@.@VV{V}V@|\\
32180 D@<<j<E@>k>>F@=C\end{CD}\]
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 これを作るコマンドは、以下のとおりです。
32189 \begin_inset Newline newline
32190 \end_inset
32191
32192
32193 \series bold
32194
32195 \backslash
32196 CD
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 spce 
32205 \end_layout
32206
32207 \end_inset
32208
32209 A
32210 \begin_inset Formula $\boldsymbol{@>}$
32211 \end_inset
32212
32213 j
32214 \begin_inset Formula $\boldsymbol{>>}$
32215 \end_inset
32216
32217 B
32218 \begin_inset Formula $\boldsymbol{@>>}$
32219 \end_inset
32220
32221 k
32222 \begin_inset Formula $\boldsymbol{>}$
32223 \end_inset
32224
32225 C@=F Ctrl+Return
32226 \begin_inset Newline newline
32227 \end_inset
32228
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 hphantom{
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \backslash
32244 CD
32245 \begin_inset ERT
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249
32250
32251 \backslash
32252 spce 
32253 \end_layout
32254
32255 \end_inset
32256
32257
32258 \begin_inset ERT
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263 }
32264 \end_layout
32265
32266 \end_inset
32267
32268 @AmAA@.@VV
32269 \backslash
32270 {V
32271 \series default
32272
32273 \begin_inset Formula $\to$
32274 \end_inset
32275
32276
32277 \series bold
32278 V
32279 \begin_inset Formula $\boldsymbol{@|}$
32280 \end_inset
32281
32282  Ctrl+Return
32283 \begin_inset Newline newline
32284 \end_inset
32285
32286
32287 \begin_inset ERT
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291
32292
32293 \backslash
32294 hphantom{
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \backslash
32301 CD
32302 \begin_inset ERT
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306
32307
32308 \backslash
32309 spce 
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \begin_inset ERT
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319
32320 }
32321 \end_layout
32322
32323 \end_inset
32324
32325 D
32326 \begin_inset Formula $\boldsymbol{@<<}$
32327 \end_inset
32328
32329 j
32330 \begin_inset Formula $\boldsymbol{<}$
32331 \end_inset
32332
32333 E
32334 \begin_inset Formula $\boldsymbol{@>}$
32335 \end_inset
32336
32337 k
32338 \begin_inset Formula $\boldsymbol{>>}$
32339 \end_inset
32340
32341 F@=C
32342 \end_layout
32343
32344 \begin_layout Subsection
32345 xymatrix図解
32346 \begin_inset Index
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 ずかい@図解 ! xymatrix
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Standard
32359 xymatricesを使うには、LaTeXパッケージの
32360 \series bold
32361 xypic
32362 \series default
32363 が導入済みである必要があります。xymatrixは、数式中に
32364 \series bold
32365
32366 \backslash
32367 xymatrix
32368 \series default
32369 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "sec:行列"
32373
32374 \end_inset
32375
32376 節をご参照下さい。
32377 \end_layout
32378
32379 \begin_layout Standard
32380 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32381 \family sans
32382 ヘルプ\SpecialChar \menuseparator
32383 用途別説明書\SpecialChar \menuseparator
32384 XY-pic説明書
32385 \family default
32386 メニューにある
32387 \emph on
32388 XY-pic説明書
32389 \emph default
32390 で詳しく網羅しています。
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \begin_inset Newpage newpage
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Section
32401 さまざまな秘訣
32402 \begin_inset ERT
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407
32408 \backslash
32409 texorpdfstring{
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \begin_inset Foot
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419 \begin_inset CommandInset citation
32420 LatexCommand cite
32421 key "Voss"
32422
32423 \end_inset
32424
32425 には、他にも便利な数学関係のヒントがあります。
32426 \end_layout
32427
32428 \end_inset
32429
32430
32431 \begin_inset ERT
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436 }{}
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \begin_inset Note Note
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446
32447 \backslash
32448 texorpdfstringは、脚注がPDFのしおりに現れるのを抑制するために使われています。
32449 \end_layout
32450
32451 \begin_layout Plain Layout
32452
32453 \backslash
32454 texorpdfstringについての詳細は、第
32455 \begin_inset CommandInset ref
32456 LatexCommand ref
32457 reference "sub:節見出し中の数式"
32458
32459 \end_inset
32460
32461 節にあります。
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \begin_inset Index
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471 ひけつ@秘訣
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \begin_inset Index
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481 いおん@イオン | see
32482 \begin_inset ERT
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486
32487 {
32488 \end_layout
32489
32490 \end_inset
32491
32492 化学記号
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498 }
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Subsection
32512 化学記号と化学式
32513 \begin_inset CommandInset label
32514 LatexCommand label
32515 name "sub:化学記号と化学式"
32516
32517 \end_inset
32518
32519
32520 \begin_inset Index
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524 かがくきごう@化学記号 ! きごう@記号
32525 \end_layout
32526
32527 \end_inset
32528
32529
32530 \begin_inset Index
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534 かがくしき@化学式
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \begin_inset Index
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544 きごう@記号 ! かがく@化学
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 以下は、化学関係の文章の例です。
32554 \end_layout
32555
32556 \begin_layout Quote
32557 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32558 \end_inset
32559
32560 イオンは、2つの
32561 \begin_inset Formula $\mathrm{Na^{+}}$
32562 \end_inset
32563
32564 イオンと反応して、硫酸化塩
32565 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32566 \end_inset
32567
32568 を形成します。この化学式は以下のようになります。
32569 \begin_inset Formula \[
32570 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから短絡キー
32579 \begin_inset Info
32580 type  "shortcut"
32581 arg   "font-roman"
32582 \end_inset
32583
32584 を押せば、アップライトフォント様式に変更することができます
32585 \begin_inset Foot
32586 status collapsed
32587
32588 \begin_layout Plain Layout
32589 フォント様式に関しては、第
32590 \begin_inset CommandInset ref
32591 LatexCommand ref
32592 reference "sub:書体様式"
32593
32594 \end_inset
32595
32596 節を参照のこと。
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Subsection
32605 負の数
32606 \begin_inset Index
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 かず@数 ! ふの@負の ---
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \begin_layout Standard
32619 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
32620 く表示されます。
32621 \end_layout
32622
32623 \begin_layout Standard
32624 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
32625 \end_layout
32626
32627 \begin_layout Standard
32628 以下は、この問題を示す例です。
32629 \end_layout
32630
32631 \begin_layout Standard
32632 \align center
32633 \begin_inset Tabular
32634 <lyxtabular version="3" rows="3" columns="2">
32635 <features>
32636 <column alignment="right" valignment="top" width="0">
32637 <column alignment="left" valignment="top" width="0">
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 通常の文章:
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 x = -2
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 </row>
32658 <row>
32659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32660 \begin_inset Text
32661
32662 \begin_layout Plain Layout
32663 数式:
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 \begin_inset Formula $x=-2$
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \end_inset
32679 </cell>
32680 </row>
32681 <row>
32682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32683 \begin_inset Text
32684
32685 \begin_layout Plain Layout
32686 解決策:
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 \begin_inset Formula $x=\textrm{-}2$
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 </row>
32704 </lyxtabular>
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \begin_layout Subsection
32712 位区切りとしてのコンマ
32713 \begin_inset Index
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717 こんま@コンマ
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \begin_inset Index
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 かんま@カンマ|see
32728 \begin_inset ERT
32729 status collapsed
32730
32731 \begin_layout Plain Layout
32732
32733 {
32734 \end_layout
32735
32736 \end_inset
32737
32738 コンマ
32739 \begin_inset ERT
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743
32744 }
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Standard
32758 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
32759 \end_layout
32760
32761 \begin_layout Standard
32762 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(短絡キー
32763 \begin_inset Info
32764 type  "shortcut"
32765 arg   "math-mode"
32766 \end_inset
32767
32768 )。
32769 \end_layout
32770
32771 \begin_layout Standard
32772 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
32773 \end_layout
32774
32775 \begin_layout Standard
32776
32777 \series bold
32778
32779 \backslash
32780 usepackage{icomma}
32781 \end_layout
32782
32783 \begin_layout Standard
32784 という行を加えて、
32785 \series bold
32786 icomma.sty
32787 \series default
32788
32789 \begin_inset Foot
32790 status collapsed
32791
32792 \begin_layout Plain Layout
32793
32794 \series bold
32795 icomma
32796 \series default
32797 は、LaTeXパッケージ
32798 \series bold
32799 was
32800 \series default
32801
32802 \begin_inset Index
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 ぱっけーじ@パッケージ ! was
32807 \begin_inset ERT
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811
32812
32813 \backslash
32814 vspace{4mm}
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \end_inset
32823
32824 に含まれています。
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \begin_inset Index
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834 ぱっけーじ@パッケージ ! icomma
32835 \end_layout
32836
32837 \end_inset
32838
32839 ファイルを読み込みます。
32840 \end_layout
32841
32842 \begin_layout Subsection
32843 物理ベクトル
32844 \begin_inset CommandInset label
32845 LatexCommand label
32846 name "sub:物理ベクトル"
32847
32848 \end_inset
32849
32850
32851 \begin_inset Index
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855 Vectors ! physical
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \end_layout
32862
32863 \begin_layout Standard
32864 LaTeXパッケージ
32865 \series bold
32866 braket
32867 \series default
32868
32869 \begin_inset Foot
32870 status collapsed
32871
32872 \begin_layout Plain Layout
32873
32874 \series bold
32875 braket
32876 \series default
32877  は標準的LaTeX頒布版のすべてに含まれています。
32878 \end_layout
32879
32880 \end_inset
32881
32882
32883 \begin_inset Index
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 ぱっけーじ@パッケージ ! braket
32888 \end_layout
32889
32890 \end_inset
32891
32892 には、定義済みのベクトルが提供されており、
32893 \end_layout
32894
32895 \begin_layout Standard
32896
32897 \series bold
32898
32899 \backslash
32900 usepackage{braket}
32901 \end_layout
32902
32903 \begin_layout Standard
32904 というLaTeXプリアンブル行で読み込むことができます。
32905 \end_layout
32906
32907 \begin_layout Standard
32908 \begin_inset ERT
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912
32913
32914 \backslash
32915 ifbraket 
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \begin_inset Note Note
32922 status open
32923
32924 \begin_layout Plain Layout
32925 以下の表は、
32926 \series bold
32927 braket
32928 \series default
32929  LaTeXパッケージが導入済みのときのみ表示されます。
32930 \end_layout
32931
32932 \end_inset
32933
32934 以下のコマンドが定義されています。
32935 \end_layout
32936
32937 \begin_layout Standard
32938 \align center
32939 \begin_inset Tabular
32940 <lyxtabular version="3" rows="4" columns="2">
32941 <features>
32942 <column alignment="center" valignment="top" width="0">
32943 <column alignment="center" valignment="top" width="0">
32944 <row>
32945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32946 \begin_inset Text
32947
32948 \begin_layout Plain Layout
32949 コマンド
32950 \end_layout
32951
32952 \end_inset
32953 </cell>
32954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 出力
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 </row>
32964 <row>
32965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969
32970 \backslash
32971 Bra{
32972 \backslash
32973 psi
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982 \begin_inset Formula $\Bra{\psi}$
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 </row>
32991 <row>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996
32997 \backslash
32998 Ket{
32999 \backslash
33000 psi
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009 \begin_inset Formula $\Ket{\psi}$
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 </row>
33018 <row>
33019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023
33024 \backslash
33025 Braket{
33026 \backslash
33027 psi
33028 \begin_inset Formula $|$
33029 \end_inset
33030
33031
33032 \backslash
33033 phi
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 \begin_inset Formula $\Braket{\psi|\phi}$
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \end_inset
33049 </cell>
33050 </row>
33051 </lyxtabular>
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059
33060 \series bold
33061
33062 \backslash
33063 Braket
33064 \series default
33065 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33066 \begin_inset Formula \[
33067 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33068
33069 \end_inset
33070
33071
33072 \begin_inset ERT
33073 status collapsed
33074
33075 \begin_layout Plain Layout
33076
33077
33078 \backslash
33079 else 
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \begin_inset Note Note
33086 status open
33087
33088 \begin_layout Plain Layout
33089
33090 \series bold
33091 braket
33092 \series default
33093  LaTeXパッケージが導入されていないときには、以下が表示されます。
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 本小節の全体を出力で見るためには、
33103 \series bold
33104 braket
33105 \series default
33106  LaTeXパッケージを導入する必要があります。
33107 \end_layout
33108
33109 \begin_layout Standard
33110 \begin_inset ERT
33111 status collapsed
33112
33113 \begin_layout Plain Layout
33114
33115
33116 \backslash
33117 fi 
33118 \end_layout
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \begin_layout Standard
33126
33127 \series bold
33128
33129 \backslash
33130 Braket
33131 \series default
33132 と同じ効果は、第
33133 \begin_inset CommandInset ref
33134 LatexCommand ref
33135 reference "sub:自動の括弧丈"
33136
33137 \end_inset
33138
33139 節に説明されているとおり、
33140 \series bold
33141
33142 \backslash
33143 middle
33144 \series default
33145 コマンドを用いることによっても実現できます。
33146 \end_layout
33147
33148 \begin_layout Subsection
33149 自己定義の分数
33150 \begin_inset CommandInset label
33151 LatexCommand label
33152 name "sub:自己定義の分数"
33153
33154 \end_inset
33155
33156
33157 \begin_inset Index
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161 ぶんすう@分数 ! じこていぎの@自己定義の ---
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Standard
33170 分数用の自製コマンドを定義するには、以下の書式を持つ
33171 \series bold
33172
33173 \backslash
33174 genfrac
33175 \series default
33176
33177 \begin_inset Index
33178 status collapsed
33179
33180 \begin_layout Plain Layout
33181 こまんど@コマンド ! G ! 
33182 \backslash
33183 genfrac
33184 \end_layout
33185
33186 \end_inset
33187
33188 コマンドを使います。
33189 \end_layout
33190
33191 \begin_layout Standard
33192
33193 \series bold
33194
33195 \backslash
33196 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33197 \begin_inset Newline newline
33198 \end_inset
33199
33200
33201 \begin_inset ERT
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205
33206
33207 \backslash
33208 phantom{
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \backslash
33215 genfrac
33216 \begin_inset ERT
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220
33221 }
33222 \end_layout
33223
33224 \end_inset
33225
33226 {分子}{分母}
33227 \end_layout
33228
33229 \begin_layout Standard
33230 ここで「様式」は、0
33231 \begin_inset space \thinspace{}
33232 \end_inset
33233
33234 -
33235 \begin_inset space \thinspace{}
33236 \end_inset
33237
33238 3の範囲の数字です。
33239 \end_layout
33240
33241 \begin_layout Standard
33242 \align center
33243 \begin_inset Tabular
33244 <lyxtabular version="3" rows="5" columns="2">
33245 <features>
33246 <column alignment="center" valignment="top" width="0">
33247 <column alignment="center" valignment="top" width="0">
33248 <row>
33249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33250 \begin_inset Text
33251
33252 \begin_layout Plain Layout
33253 数字
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Plain Layout
33262 様式(大きさ)
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 0
33274 \end_layout
33275
33276 \end_inset
33277 </cell>
33278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33279 \begin_inset Text
33280
33281 \begin_layout Plain Layout
33282 別行建て様式の数式
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 </row>
33288 <row>
33289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 1
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 行内数式
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 </row>
33308 <row>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 2
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 やや小(small)
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 </row>
33328 <row>
33329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 3
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 最小(tiny)
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 </lyxtabular>
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 「様式」を指定しないときには、
33357 \series bold
33358
33359 \backslash
33360 frac
33361 \series default
33362 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33363 \end_layout
33364
33365 \begin_layout Standard
33366 「分数線の厚み」を指定しないときには、既定値である0.4
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 ptが用いられます。
33371 \end_layout
33372
33373 \begin_layout Standard
33374 \begin_inset VSpace medskip
33375 \end_inset
33376
33377 たとえば、第
33378 \begin_inset CommandInset ref
33379 LatexCommand ref
33380 reference "sub:分数"
33381
33382 \end_inset
33383
33384 節の
33385 \series bold
33386
33387 \backslash
33388 dfrac
33389 \series default
33390 コマンドおよび
33391 \series bold
33392
33393 \backslash
33394 tbinom
33395 \series default
33396 コマンドは、
33397 \end_layout
33398
33399 \begin_layout Standard
33400
33401 \series bold
33402
33403 \backslash
33404 newcommand{
33405 \backslash
33406 dfrac}[2]{
33407 \backslash
33408 genfrac{}{}{}{0}{#1}{#2}}
33409 \end_layout
33410
33411 \begin_layout Standard
33412 あるいは
33413 \end_layout
33414
33415 \begin_layout Standard
33416
33417 \series bold
33418
33419 \backslash
33420 newcommand{
33421 \backslash
33422 tbinom}[2]{
33423 \backslash
33424 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33425 \end_layout
33426
33427 \begin_layout Standard
33428 というコマンドで定義できます。
33429 \end_layout
33430
33431 \begin_layout Standard
33432 \begin_inset VSpace medskip
33433 \end_inset
33434
33435 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33436 \end_layout
33437
33438 \begin_layout Standard
33439
33440 \series bold
33441
33442 \backslash
33443 newcommand{
33444 \backslash
33445 fracS}[3][]{
33446 \backslash
33447 genfrac{}{}{#1}{}{#2}{#3}}
33448 \end_layout
33449
33450 \begin_layout Standard
33451 という行を入れます。
33452 \end_layout
33453
33454 \begin_layout Standard
33455 以下は、そのテストです。
33456 \begin_inset Formula \begin{align*}
33457 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33458 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33459
33460 \end_inset
33461
33462 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33463 \end_layout
33464
33465 \begin_layout Subsection
33466 数式の取り消し
33467 \begin_inset Index
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471 すうしき@数式 ! とりけし@取り消し
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 数式あるいはその一部を取り消すには、
33481 \series bold
33482 cancel
33483 \series default
33484
33485 \begin_inset Foot
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490 \series bold
33491 cancel
33492 \series default
33493 は、標準的なLaTeX頒布版のすべてに含まれています。
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \begin_inset Index
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503 ぱっけーじ@パッケージ ! cancel
33504 \end_layout
33505
33506 \end_inset
33507
33508  LaTeXパッケージを、LaTeXプリアンブル行に
33509 \end_layout
33510
33511 \begin_layout Standard
33512
33513 \series bold
33514
33515 \backslash
33516 usepackage[samesize]{cancel}
33517 \end_layout
33518
33519 \begin_layout Standard
33520 と書いて読み込む必要があります。
33521 \end_layout
33522
33523 \begin_layout Standard
33524 数式を取り消すには、4つの方法があります。
33525 \end_layout
33526
33527 \begin_layout Standard
33528 \align center
33529 \begin_inset Tabular
33530 <lyxtabular version="3" rows="5" columns="2">
33531 <features>
33532 <column alignment="center" valignment="top" width="0">
33533 <column alignment="center" valignment="top" width="0">
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 コマンド
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 出力
33549 \begin_inset Note Note
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553 ここで
33554 \series bold
33555
33556 \backslash
33557 raisebox
33558 \series default
33559 はスペーサーとして使用しているだけです。
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row>
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575
33576 \backslash
33577 cancel{
33578 \backslash
33579 int
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 spce 
33588 \end_layout
33589
33590 \end_inset
33591
33592 A=B
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 </row>
33610 <row>
33611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33612 \begin_inset Text
33613
33614 \begin_layout Plain Layout
33615
33616 \backslash
33617 bcancel{
33618 \backslash
33619 int
33620 \begin_inset ERT
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625
33626 \backslash
33627 spce 
33628 \end_layout
33629
33630 \end_inset
33631
33632 A=B
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \end_inset
33648 </cell>
33649 </row>
33650 <row>
33651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33652 \begin_inset Text
33653
33654 \begin_layout Plain Layout
33655
33656 \backslash
33657 xcancel{
33658 \backslash
33659 int
33660 \begin_inset ERT
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664
33665
33666 \backslash
33667 spce 
33668 \end_layout
33669
33670 \end_inset
33671
33672 A=B
33673 \end_layout
33674
33675 \end_inset
33676 </cell>
33677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33678 \begin_inset Text
33679
33680 \begin_layout Plain Layout
33681 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \end_inset
33688 </cell>
33689 </row>
33690 <row>
33691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695
33696 \backslash
33697 cancelto{1
33698 \begin_inset Formula $\to$
33699 \end_inset
33700
33701
33702 \backslash
33703 {
33704 \backslash
33705 int
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711
33712 \backslash
33713 spce 
33714 \end_layout
33715
33716 \end_inset
33717
33718 A=B
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33724 \begin_inset Text
33725
33726 \begin_layout Plain Layout
33727 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 </row>
33736 </lyxtabular>
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744
33745 \series bold
33746
33747 \backslash
33748 cancelto
33749 \series default
33750 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
33751 \begin_inset Formula \[
33752 \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}}}\]
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Subsection
33760 節見出し中の数式
33761 \begin_inset CommandInset label
33762 LatexCommand label
33763 name "sub:節見出し中の数式"
33764
33765 \end_inset
33766
33767
33768 \begin_inset Index
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \begin_inset Note Greyedout
33786 status open
33787
33788 \begin_layout Plain Layout
33789 文書設定ダイアログの
33790 \family sans
33791 PDF特性
33792 \family default
33793
33794 \series bold
33795 hyperref
33796 \series default
33797
33798 \begin_inset Index
33799 status collapsed
33800
33801 \begin_layout Plain Layout
33802 ぱっけーじ@パッケージ ! hyperref
33803 \end_layout
33804
33805 \end_inset
33806
33807 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
33808 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 これらの問題は、
33818 \family sans
33819 挿入\SpecialChar \menuseparator
33820 短縮タイトル
33821 \family default
33822 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
33823 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
33824 \end_layout
33825
33826 \begin_layout Standard
33827 数式を目次中でも使わなくてもならないが、
33828 \series bold
33829 hyperref
33830 \series default
33831 も使用しなくてはならないときには、
33832 \end_layout
33833
33834 \begin_layout Standard
33835
33836 \series bold
33837
33838 \backslash
33839 texorpdfstring{部分}{代替文字列}
33840 \begin_inset Index
33841 status collapsed
33842
33843 \begin_layout Plain Layout
33844 こまんど@コマンド ! T ! 
33845 \backslash
33846 texorpdfstring
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \begin_layout Standard
33855 というコマンドをTeXモードで使う方法があります。
33856 \end_layout
33857
33858 \begin_layout Standard
33859 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
33860 文字列」が用いられます。
33861 \end_layout
33862
33863 \begin_layout Standard
33864 以下の二つは、見出しの例です。
33865 \begin_inset VSpace -3mm
33866 \end_inset
33867
33868
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 boldmath 
33877 \end_layout
33878
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \begin_layout Subsubsection
33885 目次中では数式を使わない見出し
33886 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33887 \end_inset
33888
33889
33890 \begin_inset OptArg
33891 status collapsed
33892
33893 \begin_layout Plain Layout
33894 目次中では数式を使わない見出し
33895 \end_layout
33896
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Subsubsection
33903 目次中で数式を使う見出し
33904 \begin_inset ERT
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908
33909
33910 \backslash
33911 texorpdfstring{
33912 \end_layout
33913
33914 \end_inset
33915
33916  
33917 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33918 \end_inset
33919
33920
33921 \begin_inset ERT
33922 status collapsed
33923
33924 \begin_layout Plain Layout
33925
33926 }{}
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Standard
33935 \begin_inset ERT
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939
33940
33941 \backslash
33942 unboldmath 
33943 \end_layout
33944
33945 \end_inset
33946
33947 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
33948 \series bold
33949
33950 \backslash
33951 texorpdfstring
33952 \series default
33953 が使われています。
33954 \end_layout
33955
33956 \begin_layout Standard
33957 他の節見出しと同じ書式を得るために、上の見出し全体は
33958 \series bold
33959 boldmath
33960 \series default
33961 環境に設定してあります
33962 \begin_inset Foot
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967 \begin_inset CommandInset ref
33968 LatexCommand ref
33969 reference "sub:ボールド体の数式"
33970
33971 \end_inset
33972
33973 節参照。
33974 \end_layout
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \begin_layout Subsection
33982 多段組文中の数式
33983 \begin_inset Index
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
33997 \series bold
33998 multicol
33999 \series default
34000
34001 \begin_inset Foot
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005
34006 \series bold
34007 multicol
34008 \series default
34009 は、標準的LaTeX頒布版のすべてに含まれています。
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \begin_inset Index
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019 ぱっけーじ@パッケージ ! multicol
34020 \end_layout
34021
34022 \end_inset
34023
34024  LaTeXパッケージを、
34025 \end_layout
34026
34027 \begin_layout Standard
34028
34029 \series bold
34030
34031 \backslash
34032 usepackage{multicol}
34033 \end_layout
34034
34035 \begin_layout Standard
34036 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34037 \end_layout
34038
34039 \begin_layout Standard
34040 \begin_inset Note Greyedout
34041 status open
34042
34043 \begin_layout Plain Layout
34044 ここで、
34045 \family sans
34046 文書\SpecialChar \menuseparator
34047 設定
34048 \family default
34049 メニューの
34050 \family sans
34051 本文レイアウト
34052 \family default
34053 で、
34054 \family sans
34055 二段組文書
34056 \family default
34057 の設定を
34058 \emph on
34059 有効にしてはならない
34060 \emph default
34061 ことに注意してください。
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 多段組文の前に
34071 \end_layout
34072
34073 \begin_layout Standard
34074
34075 \series bold
34076
34077 \backslash
34078 begin{multicols}{段数}
34079 \end_layout
34080
34081 \begin_layout Standard
34082 というコマンドをTeXモードで書き入れます。「段数」は、2
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 -
34087 \begin_inset space \thinspace{}
34088 \end_inset
34089
34090 10のあいだの数字です。多段組文の終わる数式の前には、
34091 \end_layout
34092
34093 \begin_layout Standard
34094
34095 \series bold
34096
34097 \backslash
34098 end{multicols}
34099 \end_layout
34100
34101 \begin_layout Standard
34102 というコマンドをTeXモードで入れます。
34103 \end_layout
34104
34105 \begin_layout Standard
34106 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34107 \begin_inset space \thinspace{}
34108 \end_inset
34109
34110 mmの垂直空白を入れて下さい。数式様式
34111 \series bold
34112
34113 \begin_inset Foot
34114 status collapsed
34115
34116 \begin_layout Plain Layout
34117
34118 \series bold
34119 数式様式に関しては、第
34120 \series default
34121
34122 \begin_inset CommandInset ref
34123 LatexCommand ref
34124 reference "sec:数式様式"
34125
34126 \end_inset
34127
34128 節をご覧下さい。
34129 \end_layout
34130
34131 \end_inset
34132
34133
34134 \series default
34135 として
34136 \series bold
34137 行頭下げ
34138 \series default
34139 を使用している場合には、代わりに-9
34140 \begin_inset space \thinspace{}
34141 \end_inset
34142
34143 mmの垂直空白を入れて下さい。
34144 \end_layout
34145
34146 \begin_layout Standard
34147 以下は、別行建て数式を含む、多段組文の例です。
34148 \end_layout
34149
34150 \begin_layout Standard
34151 \begin_inset ERT
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155
34156
34157 \backslash
34158 begin{multicols}{2}
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \lang ngerman
34165 Das Spektrum wird fouriertransformiert.
34166  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34167 , Lösungsmittel) zu trennen.
34168  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34169  nun das Aussehen des Ausgangssignals.
34170  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34171  über alle Phasen integrieren muss.
34172  Sei nun 
34173 \begin_inset Formula $S$
34174 \end_inset
34175
34176  unser normiertes Ausgangssignal and 
34177 \begin_inset Formula $P$
34178 \end_inset
34179
34180  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34181 \lang japanese
34182
34183 \begin_inset ERT
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187
34188
34189 \backslash
34190 end{multicols}
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \begin_inset VSpace -6mm
34197 \end_inset
34198
34199
34200 \begin_inset Formula \begin{equation}
34201 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
34202
34203 \end_inset
34204
34205
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 begin{multicols}{2}
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \lang ngerman
34220 wobei 
34221 \begin_inset Formula $S_{0}$
34222 \end_inset
34223
34224  das Signal ohne Gradient ist and the Normierungsbedingung 
34225 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34226 \end_inset
34227
34228  gilt.
34229  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34230  Direkt nach the 
34231 \begin_inset Formula $\nicefrac{\pi}{2}$
34232 \end_inset
34233
34234
34235 \begin_inset space \thinspace{}
34236 \end_inset
34237
34238 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34239  das Signal zusätzlich abschwächt.
34240  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34241  
34242 \begin_inset Formula $T_{2}$
34243 \end_inset
34244
34245 -Zeit.
34246 \end_layout
34247
34248 \begin_layout Standard
34249 \begin_inset ERT
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253
34254
34255 \backslash
34256 end{multicols}
34257 \end_layout
34258
34259 \end_inset
34260
34261  
34262 \end_layout
34263
34264 \begin_layout Subsection
34265 変数の説明付き数式
34266 \begin_inset Index
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset CommandInset ref
34280 LatexCommand eqref
34281 reference "eq:within"
34282
34283 \end_inset
34284
34285 式のように、数式内で変数の説明をするには、
34286 \begin_inset Formula $n$
34287 \end_inset
34288
34289 個の変数が使われている場合、左寄せの列を持つ2
34290 \series bold
34291 ×
34292 \series default
34293
34294 \begin_inset Formula $n$
34295 \end_inset
34296
34297 行列を使用します
34298 \begin_inset Foot
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302 行列に関しては、第
34303 \begin_inset CommandInset ref
34304 LatexCommand ref
34305 reference "sec:行列"
34306
34307 \end_inset
34308
34309 節参照。
34310 \end_layout
34311
34312 \end_inset
34313
34314 。説明を小さな文字にするには、行列の前に、たとえば
34315 \series bold
34316
34317 \backslash
34318 footnotesize
34319 \series default
34320 コマンドを挿入します
34321 \begin_inset Foot
34322 status collapsed
34323
34324 \begin_layout Plain Layout
34325 フォント寸法に関しては、第
34326 \begin_inset CommandInset ref
34327 LatexCommand ref
34328 reference "sub:書体寸法"
34329
34330 \end_inset
34331
34332 節参照。
34333 \end_layout
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341 数式様式に
34342 \series bold
34343 行頭下げ
34344 \begin_inset Foot
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348
34349 \series bold
34350 数式様式に関しては、第
34351 \series default
34352
34353 \begin_inset CommandInset ref
34354 LatexCommand ref
34355 reference "sec:数式様式"
34356
34357 \end_inset
34358
34359 節参照。
34360 \end_layout
34361
34362 \end_inset
34363
34364
34365 \series default
34366 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34367 \series bold
34368
34369 \backslash
34370 hfill
34371 \series default
34372
34373 \begin_inset Foot
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378 \series bold
34379
34380 \backslash
34381 hfill
34382 \series default
34383 は、
34384 \series bold
34385 行頭下げ
34386 \series default
34387 様式のときのみ機能します。第
34388 \begin_inset CommandInset ref
34389 LatexCommand ref
34390 reference "sub:可変長の空白"
34391
34392 \end_inset
34393
34394 節をご覧下さい。
34395 \end_layout
34396
34397 \end_inset
34398
34399 を入れます。
34400 \end_layout
34401
34402 \begin_layout Standard
34403 数式様式に
34404 \series bold
34405 中央揃え
34406 \series default
34407 を使っている場合、数式を字下げするには、第
34408 \begin_inset CommandInset ref
34409 LatexCommand ref
34410 reference "sub:flalign環境"
34411
34412 \end_inset
34413
34414 節で述べた方法を使用します。
34415 \begin_inset CommandInset ref
34416 LatexCommand eqref
34417 reference "eq:within"
34418
34419 \end_inset
34420
34421 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
34422 \begin_inset Formula \begin{flalign}
34423 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34424 \rho & \textrm{density}\\
34425 V & \textrm{volume}\\
34426 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Subsection
34434 アップライト体のギリシャ小文字
34435 \begin_inset CommandInset label
34436 LatexCommand label
34437 name "sub:アップライト体ギリシャ小文字"
34438
34439 \end_inset
34440
34441
34442 \begin_inset Index
34443 status collapsed
34444
34445 \begin_layout Plain Layout
34446 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
34447 \end_layout
34448
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \begin_layout Standard
34455 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
34456 \begin_inset Formula $\pi$
34457 \end_inset
34458
34459 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
34460 \series bold
34461 upgreek.sty
34462 \series default
34463
34464 \begin_inset Foot
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469 \series bold
34470 upgreek
34471 \series default
34472 は、
34473 \series bold
34474 was
34475 \series default
34476
34477 \begin_inset Index
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481 ぱっけーじ@パッケージ ! was
34482 \begin_inset ERT
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486
34487
34488 \backslash
34489 vspace{4mm}
34490 \end_layout
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \end_inset
34498
34499  LaTeXパッケージの一部です。
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \begin_inset Index
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 ぱっけーじ@パッケージ ! upgreek
34510 \end_layout
34511
34512 \end_inset
34513
34514  ファイルを
34515 \end_layout
34516
34517 \begin_layout Standard
34518
34519 \series bold
34520
34521 \backslash
34522 usepackage{upgreek}
34523 \end_layout
34524
34525 \begin_layout Standard
34526 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
34527 \begin_inset ERT
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531
34532
34533 \backslash
34534 ifupgreek 
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \begin_inset Note Note
34541 status open
34542
34543 \begin_layout Plain Layout
34544 以下の表は、
34545 \series bold
34546 upgreek
34547 \series default
34548  LaTeXパッケージが導入済みのときのみ表示されます。
34549 \end_layout
34550
34551 \end_inset
34552
34553 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
34554 \series bold
34555 up
34556 \series default
34557 を付けると作ることができます。たとえば
34558 \series bold
34559
34560 \backslash
34561 uptau
34562 \series default
34563 コマンドは、
34564 \begin_inset Formula $\uptau$
34565 \end_inset
34566
34567 のようになります。
34568 \end_layout
34569
34570 \begin_layout Standard
34571 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
34572 \begin_inset Formula \[
34573 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Standard
34581 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「µm」のような単位に使うべきではありません。
34582 \end_layout
34583
34584 \begin_layout Standard
34585 \begin_inset ERT
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589
34590
34591 \backslash
34592 else 
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \begin_inset Note Note
34599 status open
34600
34601 \begin_layout Plain Layout
34602 以下は、
34603 \series bold
34604 upgreek
34605 \series default
34606  LaTeXパッケージが導入されていないときのみ表示されます。
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 この小節のすべてを出力で見るには、
34616 \series bold
34617 upgreek
34618 \series default
34619  LaTeXパッケージを導入する必要があります。
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset ERT
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627
34628
34629 \backslash
34630 fi 
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Subsection
34639 数式中のテキスト文字
34640 \begin_inset CommandInset label
34641 LatexCommand label
34642 name "sub:数式中のテキスト文字"
34643
34644 \end_inset
34645
34646
34647 \begin_inset Index
34648 status collapsed
34649
34650 \begin_layout Plain Layout
34651 てきすと@テキスト ! すうしきちゅうの@数式中の ---
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \begin_layout Standard
34660 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
34661 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34662 \end_inset
34663
34664 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
34665 \series bold
34666
34667 \backslash
34668 cdot
34669 \series default
34670
34671 \begin_inset Foot
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676 \begin_inset CommandInset ref
34677 LatexCommand ref
34678 reference "sub:二項演算子"
34679
34680 \end_inset
34681
34682 節参照。
34683 \end_layout
34684
34685 \end_inset
34686
34687 コマンドを挿入しなくてはならなくなることでしょう。しかし、
34688 \end_layout
34689
34690 \begin_layout Standard
34691
34692 \series bold
34693
34694 \backslash
34695 Declare Inputtext{183}{
34696 \backslash
34697 ifmmode
34698 \backslash
34699 cdot
34700 \backslash
34701 else
34702 \backslash
34703 textperiodcentered
34704 \backslash
34705 f\SpecialChar \textcompwordmark{}
34706 i}
34707 \end_layout
34708
34709 \begin_layout Standard
34710 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
34711 \end_layout
34712
34713 \begin_layout Standard
34714 文字エンコーディング(
34715 \family sans
34716 文書\SpecialChar \menuseparator
34717 設定\SpecialChar \menuseparator
34718 言語
34719 \family default
34720 メニュー)は、キーボード上のキーが押されたときにどの文字が表示されるかを指定します。「·」文字に対応するキーが押されると、内部的には
34721 \series bold
34722
34723 \backslash
34724 textperiodcentered
34725 \series default
34726 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
34727 否かによって、正しいコマンドが自動的に選択されます。
34728 \end_layout
34729
34730 \begin_layout Standard
34731 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
34732 \series bold
34733 latin9
34734 \series default
34735 エンコーディングは、LaTeXがインストールされたフォルダにある
34736 \series bold
34737 latin9.def
34738 \series default
34739 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
34740 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
34741 \end_layout
34742
34743 \begin_layout Standard
34744 \begin_inset VSpace medskip
34745 \end_inset
34746
34747 中黒の他にこの文書では、角度記号「°」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
34748 \begin_inset Foot
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761
34762 \series bold
34763
34764 \backslash
34765 DeclareInputtext{176}{
34766 \backslash
34767 ifmmode^
34768 \backslash
34769 circ
34770 \backslash
34771 else
34772 \backslash
34773 textdegree
34774 \backslash
34775 f\SpecialChar \textcompwordmark{}
34776 i}
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset Newpage newpage
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Section
34787 \start_of_appendix
34788 組版上の助言
34789 \begin_inset Index
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 くみばんじょうのじょげん@組版上の助言
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
34803 \begin_inset Foot
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 この要約の一部は、ISO規則を取り上げている「Duden」
34808 \begin_inset CommandInset citation
34809 LatexCommand cite
34810 key "Duden"
34811
34812 \end_inset
34813
34814 と呼ばれるドイツの半公的辞書から採られています。
34815 \end_layout
34816
34817 \end_inset
34818
34819
34820 \end_layout
34821
34822 \begin_layout Itemize
34823 物理単位は、つねにアップライト体にします
34824 \begin_inset Foot
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828 書体様式で指定します。第
34829 \begin_inset CommandInset ref
34830 LatexCommand ref
34831 reference "sub:書体様式"
34832
34833 \end_inset
34834
34835 節を参照。
34836 \end_layout
34837
34838 \end_inset
34839
34840 :30
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 km/h
34845 \begin_inset Newline newline
34846 \end_inset
34847
34848 値と単位の間には、最小空白を入れます。第
34849 \begin_inset CommandInset ref
34850 LatexCommand ref
34851 reference "sub:定義済みの空白"
34852
34853 \end_inset
34854
34855 節を参照。
34856 \begin_inset Newline newline
34857 \end_inset
34858
34859 この慣習は、
34860 \series bold
34861
34862 \backslash
34863 unittwo
34864 \series default
34865 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
34866 が得られます:
34867 \begin_inset Formula $\unit[30]{km/h}$
34868 \end_inset
34869
34870
34871 \begin_inset space \thinspace{}
34872 \end_inset
34873
34874 。実は、
34875 \series bold
34876
34877 \backslash
34878 unittwo
34879 \series default
34880 は、LaTeXコマンドの実体ではなく、
34881 \series bold
34882
34883 \backslash
34884 unit[値]{単位}
34885 \series default
34886 というコマンドです。したがって、これをTeXコード中で使用することはできません。
34887 \end_layout
34888
34889 \begin_layout Itemize
34890 百分率記号と千分率記号は、物理単位と同様に組みます:
34891 \begin_inset Newline newline
34892 \end_inset
34893
34894 血中アルコール1,2
34895 \begin_inset space \thinspace{}
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Itemize
34902 角度記号は値の直後に置きます:15°。しかし、単位として用いられるときは別です:15
34903 \begin_inset space \thinspace{}
34904 \end_inset
34905
34906 °C
34907 \end_layout
34908
34909 \begin_layout Itemize
34910 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
34911 \begin_inset space \thinspace{}
34912 \end_inset
34913
34914 473
34915 \begin_inset space \thinspace{}
34916 \end_inset
34917
34918 588
34919 \end_layout
34920
34921 \begin_layout Itemize
34922 120×90×40
34923 \begin_inset space \thinspace{}
34924 \end_inset
34925
34926 cmのような寸法には、積記号「×」を用います。これは、
34927 \family sans
34928 挿入\SpecialChar \menuseparator
34929 特殊文字\SpecialChar \menuseparator
34930 記号
34931 \family default
34932 メニューから入れることができます。キーボード定義によっては、直接入力することもできます。
34933 \end_layout
34934
34935 \begin_layout Itemize
34936 いくつかの文字を含む函数名は、混乱を防ぐためにアップライト体にします。第
34937 \begin_inset CommandInset ref
34938 LatexCommand ref
34939 reference "sub:定義済み函数"
34940
34941 \end_inset
34942
34943 節を参照。
34944 \end_layout
34945
34946 \begin_layout Itemize
34947 複数の文字を含む指数は、アップライト体にします:
34948 \begin_inset Formula $E_{\mathrm{kin}}$
34949 \end_inset
34950
34951
34952 \begin_inset Newline newline
34953 \end_inset
34954
34955 行列要素はイタリック体にします:
34956 \begin_inset Formula $\hat{H}_{kl}$
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Itemize
34963 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
34964 \end_layout
34965
34966 \begin_layout Standard
34967 \begin_inset Newpage newpage
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Section
34974 同義語
34975 \begin_inset Index
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979 どうぎご@同義語
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
34989 \end_layout
34990
34991 \begin_layout Standard
34992 \begin_inset VSpace bigskip
34993 \end_inset
34994
34995
34996 \begin_inset space \hfill{}
34997 \end_inset
34998
34999
35000 \begin_inset Tabular
35001 <lyxtabular version="3" rows="12" columns="2">
35002 <features>
35003 <column alignment="center" valignment="top" width="0pt">
35004 <column alignment="center" valignment="top" width="0pt">
35005 <row>
35006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 コマンド
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 同義のコマンド
35020 \begin_inset Note Note
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024 ここで
35025 \series bold
35026
35027 \backslash
35028 raisebox
35029 \series default
35030 はスペーサーとして使用しているだけです。
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \end_inset
35039 </cell>
35040 </row>
35041 <row>
35042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046
35047 \backslash
35048 ast
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 \begin_inset ERT
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061
35062
35063 \backslash
35064 raisebox{-1.2mm}{
35065 \end_layout
35066
35067 \end_inset
35068
35069 *
35070 \begin_inset ERT
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074
35075 }
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091
35092 \backslash
35093 choose
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35099 \begin_inset Text
35100
35101 \begin_layout Plain Layout
35102
35103 \backslash
35104 binom
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 </row>
35110 <row>
35111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115
35116 \backslash
35117 geq
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126
35127 \backslash
35128 ge
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 </row>
35134 <row>
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139
35140 \backslash
35141 lbrace
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150 {
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 </row>
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161
35162 \backslash
35163 lbracket
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172 [
35173 \end_layout
35174
35175 \end_inset
35176 </cell>
35177 </row>
35178 <row>
35179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183
35184 \backslash
35185 leftarrow
35186 \end_layout
35187
35188 \end_inset
35189 </cell>
35190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194
35195 \backslash
35196 gets
35197 \end_layout
35198
35199 \end_inset
35200 </cell>
35201 </row>
35202 <row>
35203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207
35208 \backslash
35209 leq
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218
35219 \backslash
35220 le
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 </row>
35226 <row>
35227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35228 \begin_inset Text
35229
35230 \begin_layout Plain Layout
35231
35232 \backslash
35233 lor
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35239 \begin_inset Text
35240
35241 \begin_layout Plain Layout
35242
35243 \backslash
35244 vee
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255
35256 \backslash
35257 neq
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266
35267 \backslash
35268 not=
35269 \end_layout
35270
35271 \end_inset
35272 </cell>
35273 </row>
35274 <row>
35275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35276 \begin_inset Text
35277
35278 \begin_layout Plain Layout
35279
35280 \backslash
35281 slash
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290 /
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 </row>
35296 <row>
35297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301
35302 \backslash
35303 vert
35304 \end_layout
35305
35306 \end_inset
35307 </cell>
35308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35309 \begin_inset Text
35310
35311 \begin_layout Plain Layout
35312 \begin_inset Formula $|$
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 </row>
35321 </lyxtabular>
35322
35323 \end_inset
35324
35325
35326 \begin_inset space \hfill{}
35327 \end_inset
35328
35329
35330 \begin_inset Tabular
35331 <lyxtabular version="3" rows="12" columns="2">
35332 <features>
35333 <column alignment="center" valignment="top" width="0pt">
35334 <column alignment="center" valignment="top" width="0pt">
35335 <row>
35336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 コマンド
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 同義のコマンド
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 </row>
35355 <row>
35356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360
35361 \backslash
35362 backslash
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371
35372 \backslash
35373
35374 \backslash
35375
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 <row>
35382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386
35387 \backslash
35388 dasharrow
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Plain Layout
35397
35398 \backslash
35399 dashrightarrow
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 </row>
35405 <row>
35406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35407 \begin_inset Text
35408
35409 \begin_layout Plain Layout
35410
35411 \backslash
35412 land
35413 \end_layout
35414
35415 \end_inset
35416 </cell>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421
35422 \backslash
35423 wedge
35424 \end_layout
35425
35426 \end_inset
35427 </cell>
35428 </row>
35429 <row>
35430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434
35435 \backslash
35436 rbrace
35437 \end_layout
35438
35439 \end_inset
35440 </cell>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 }
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 </row>
35451 <row>
35452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456
35457 \backslash
35458 rbracket
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467 ]
35468 \end_layout
35469
35470 \end_inset
35471 </cell>
35472 </row>
35473 <row>
35474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35475 \begin_inset Text
35476
35477 \begin_layout Plain Layout
35478
35479 \backslash
35480 rightarrow
35481 \end_layout
35482
35483 \end_inset
35484 </cell>
35485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35486 \begin_inset Text
35487
35488 \begin_layout Plain Layout
35489
35490 \backslash
35491 to
35492 \end_layout
35493
35494 \end_inset
35495 </cell>
35496 </row>
35497 <row>
35498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502
35503 \backslash
35504 lnot
35505 \end_layout
35506
35507 \end_inset
35508 </cell>
35509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35510 \begin_inset Text
35511
35512 \begin_layout Plain Layout
35513
35514 \backslash
35515 neg
35516 \end_layout
35517
35518 \end_inset
35519 </cell>
35520 </row>
35521 <row>
35522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35523 \begin_inset Text
35524
35525 \begin_layout Plain Layout
35526
35527 \backslash
35528 ne
35529 \end_layout
35530
35531 \end_inset
35532 </cell>
35533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35534 \begin_inset Text
35535
35536 \begin_layout Plain Layout
35537
35538 \backslash
35539 not=
35540 \end_layout
35541
35542 \end_inset
35543 </cell>
35544 </row>
35545 <row>
35546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35547 \begin_inset Text
35548
35549 \begin_layout Plain Layout
35550
35551 \backslash
35552 owns
35553 \end_layout
35554
35555 \end_inset
35556 </cell>
35557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561
35562 \backslash
35563 ni
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 </row>
35569 <row>
35570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574
35575 \backslash
35576 square
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585
35586 \backslash
35587 Box
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 </row>
35593 <row>
35594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598
35599 \backslash
35600 Vert
35601 \end_layout
35602
35603 \end_inset
35604 </cell>
35605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609
35610 \backslash
35611
35612 \begin_inset Formula $|$
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \end_inset
35619 </cell>
35620 </row>
35621 </lyxtabular>
35622
35623 \end_inset
35624
35625
35626 \begin_inset space \hfill{}
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 \begin_inset Newpage newpage
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Bibliography
35640 \begin_inset CommandInset bibitem
35641 LatexCommand bibitem
35642 key "TLC2"
35643
35644 \end_inset
35645
35646
35647 \shape smallcaps
35648 Mittelbach, F.
35649  ; Goossens, M.
35650 \shape default
35651
35652 \shape italic
35653 The LaTeX Companion
35654 \shape default
35655 , 2nd ed.
35656  Addison Wesley, 2004
35657 \end_layout
35658
35659 \begin_layout Bibliography
35660 \begin_inset CommandInset bibitem
35661 LatexCommand bibitem
35662 key "Mathmode"
35663
35664 \end_inset
35665
35666 LaTeXの数式能力の
35667 \begin_inset CommandInset href
35668 LatexCommand href
35669 name "説明"
35670 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Bibliography
35678 \begin_inset CommandInset bibitem
35679 LatexCommand bibitem
35680 key "Voss"
35681
35682 \end_inset
35683
35684 LaTeXの技と秘訣の
35685 \begin_inset CommandInset href
35686 LatexCommand href
35687 name "ページ"
35688 target "http://tug.org/TeXnik/"
35689
35690 \end_inset
35691
35692
35693 \end_layout
35694
35695 \begin_layout Bibliography
35696 \begin_inset CommandInset bibitem
35697 LatexCommand bibitem
35698 key "AMS"
35699
35700 \end_inset
35701
35702
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708
35709 \backslash
35710 AmS
35711 \end_layout
35712
35713 \end_inset
35714
35715 -LaTeXの
35716 \begin_inset CommandInset href
35717 LatexCommand href
35718 name "説明"
35719 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35720
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Bibliography
35727 \begin_inset CommandInset bibitem
35728 LatexCommand bibitem
35729 key "Symbole"
35730
35731 \end_inset
35732
35733 LaTeXパッケージで利用できる記号の
35734 \begin_inset CommandInset href
35735 LatexCommand href
35736 name "全覧"
35737 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35738
35739 \end_inset
35740
35741
35742 \end_layout
35743
35744 \begin_layout Bibliography
35745 \begin_inset CommandInset bibitem
35746 LatexCommand bibitem
35747 key "hyperref"
35748
35749 \end_inset
35750
35751 LaTeX 
35752 \series bold
35753 hyperref
35754 \series default
35755
35756 \begin_inset Index
35757 status collapsed
35758
35759 \begin_layout Plain Layout
35760 ぱっけーじ@パッケージ ! hyperref
35761 \end_layout
35762
35763 \end_inset
35764
35765 パッケージの
35766 \begin_inset CommandInset href
35767 LatexCommand href
35768 name "取扱説明書"
35769 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35770
35771 \end_inset
35772
35773
35774 \end_layout
35775
35776 \begin_layout Bibliography
35777 \begin_inset CommandInset bibitem
35778 LatexCommand bibitem
35779 key "Mathclap"
35780
35781 \end_inset
35782
35783
35784 \begin_inset CommandInset ref
35785 LatexCommand ref
35786 reference "sub:演算子の範囲"
35787
35788 \end_inset
35789
35790 節に述べられている
35791 \series bold
35792
35793 \backslash
35794 mathclap
35795 \series default
35796 コマンドの
35797 \begin_inset CommandInset href
35798 LatexCommand href
35799 name "説明"
35800 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35801
35802 \end_inset
35803
35804
35805 \begin_inset Index
35806 status collapsed
35807
35808 \begin_layout Plain Layout
35809 こまんど@コマンド ! M ! 
35810 \backslash
35811 mathclap
35812 \end_layout
35813
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Bibliography
35820 \begin_inset CommandInset bibitem
35821 LatexCommand bibitem
35822 key "Duden"
35823
35824 \end_inset
35825
35826
35827 \emph on
35828 Duden Band 1
35829 \emph default
35830 .
35831  22.
35832  Auflage, Duden 2001
35833 \end_layout
35834
35835 \begin_layout Subsubsection*
35836 \begin_inset CommandInset index_print
35837 LatexCommand printindex
35838
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \end_body
35845 \end_document